@charset "UTF-8";
/*=============================================
【目次】
=================================================*/
/* =============================================
 ### フリーコンテンツカテゴリ　下層共通
============================================= */
.ctm_lower-content {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .ctm_lower-content {
    margin-bottom: 100px;
  }
}

/* =============================================
 ### コンシェルジュ
============================================= */
.ctm_concierge-mv {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1241px) {
  .ctm_concierge-mv {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}

.ctm_concierge-container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-container {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
.ctm_concierge-container .concierge-illust {
  position: absolute;
  width: 85px;
  top: 5px;
  left: calc(50% + 100px);
}
@media screen and (min-width: 600px) {
  .ctm_concierge-container .concierge-illust {
    width: 142px;
    top: 15px;
    left: calc(50% + 150px);
  }
}
.ctm_concierge-container .concierge-info {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-container .concierge-info {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 80px;
  }
  .ctm_concierge-container .concierge-info .text {
    line-height: 2em;
  }
}
.ctm_concierge-container .concierge-info .text {
  line-height: 2em;
}
.ctm_concierge-container .concierge-select2 .concierge-select2-list {
  display: flex;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-container .concierge-select2 .concierge-select2-list {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.ctm_concierge-container .concierge-select2 div {
  width: 48%;
}
.ctm_concierge-container .concierge-select2 div a {
  text-align: center;
  display: block;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 16px 0;
}
.ctm_concierge-container .concierge-select2.active a {
  background-color: #cccccc;
  color: #fff;
}
.ctm_concierge-container .concierge-select2.active .selected {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #666;
  padding: 16px 0;
  width: 100%;
  text-align: center;
}
.ctm_concierge-container .concierge-select2.active .selected:before, .ctm_concierge-container .concierge-select2.active .selected:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ctm_concierge-container .concierge-select2.active .selected:before {
  border: solid 13px transparent;
  border-top: solid 13px #666;
}
.ctm_concierge-container .concierge-select2.active .selected:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -4px;
}

/* =============================================
  ## コンシェルジュ 下層
============================================= */
.ctm_concierge-select-wrap {
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-select-wrap {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}
.ctm_concierge-select-wrap .concierge-select-main {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-select-wrap .concierge-select-main {
    margin-bottom: 30px;
    padding: 0;
  }
}
.ctm_concierge-select-wrap .concierge-select-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctm_concierge-select-wrap .concierge-select-main ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-select-wrap .concierge-select-main ul li {
    width: 140px;
    margin-bottom: 30px;
  }
}
.ctm_concierge-select-wrap .concierge-select-main ul:before, .ctm_concierge-select-wrap .concierge-select-main ul:after {
  width: 22%;
  height: 0;
  content: '';
  order: 1;
}
.ctm_concierge-select-wrap .concierge-select-main label {
  display: block;
  padding: 5px 3px;
}
.ctm_concierge-select-wrap .concierge-select-main label img {
  border: 2px solid transparent;
}
.ctm_concierge-select-wrap .concierge-select-main input[type=checkbox] {
  display: none;
}
.ctm_concierge-select-wrap .concierge-select-main input[type=checkbox]:checked + label img {
  border: 2px solid #666;
}
.ctm_concierge-select-wrap .concierge-select-type,
.ctm_concierge-select-wrap .concierge-select-number {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-select-wrap .concierge-select-type,
  .ctm_concierge-select-wrap .concierge-select-number {
    margin-bottom: 60px;
  }
}
.ctm_concierge-select-wrap .concierge-select-type ul,
.ctm_concierge-select-wrap .concierge-select-number ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctm_concierge-select-wrap .concierge-select-type ul li,
.ctm_concierge-select-wrap .concierge-select-number ul li {
  width: 32%;
  text-align: center;
}
.ctm_concierge-select-wrap .concierge-select-type ul li label,
.ctm_concierge-select-wrap .concierge-select-number ul li label {
  display: block;
  padding: 15px 0;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.ctm_concierge-select-wrap .concierge-select-type ul li input[type=checkbox],
.ctm_concierge-select-wrap .concierge-select-number ul li input[type=checkbox] {
  display: none;
}
.ctm_concierge-select-wrap .concierge-select-type ul li input[type=checkbox]:checked + label,
.ctm_concierge-select-wrap .concierge-select-number ul li input[type=checkbox]:checked + label {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  color: #fff;
}
.ctm_concierge-select-wrap .concierge-searchbtn {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-select-wrap .concierge-searchbtn {
    width: 360px;
    margin-bottom: 20px;
  }
}
.ctm_concierge-select-wrap .concierge-searchbtn button {
  background: #666;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  .ctm_concierge-select-wrap .concierge-searchbtn button {
    padding: 25px 0;
    font-size: 1.4rem;
  }
}
.ctm_concierge-select-wrap .addTx {
  text-align: center;
}
.ctm_concierge-select-wrap .err_text {
  background: #ffffff;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  padding: 8px 8px 8px 32px;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  display: none;
  color: #ff4545;
  border-color: #ff4545;
}
.ctm_concierge-select-wrap .err_text::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  position: absolute;
  top: 8px;
  left: 8px;
  content: "\e915";
  color: #ff4545;
}
.ctm_concierge-select-wrap .err_text.active {
  display: block;
}

/* =============================================
 ### 特集TOP
============================================= */
.ctm_banner-section {
  padding-left: 2.6%;
  padding-right: 2.6%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1241px) {
  .ctm_banner-section {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
  }
}
.ctm_banner-section .fs-pt-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctm_banner-section .fs-pt-column .fs-pt-column__item {
  display: block;
  width: 48.3%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_banner-section .fs-pt-column .fs-pt-column__item {
    width: 23.4%;
  }
}
.ctm_banner-section .fs-pt-column .fs-pt-column__image {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_banner-section .fs-pt-column .fs-pt-column__image {
    margin-bottom: 20px;
  }
}
.ctm_banner-section .fs-pt-column .fs-pt-column__heading {
  text-align: center;
  display: block;
}

/* =============================================
 ### 利用規約 プライバシーポリシー
============================================= */
.fs-body-category-businessdeal .ctm_lower-article,
.fs-body-category-terms .ctm_lower-article,
.fs-body-category-privacypolicy .ctm_lower-article {
  padding-left: 2.6%;
  padding-right: 2.6%;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-body-category-businessdeal .ctm_lower-article,
  .fs-body-category-terms .ctm_lower-article,
  .fs-body-category-privacypolicy .ctm_lower-article {
    max-width: 850px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-body-category-businessdeal .column .text ul,
.fs-body-category-terms .column .text ul,
.fs-body-category-privacypolicy .column .text ul {
  margin-top: 20px;
  list-style-type: disc;
  padding-left: 1.5em;
}
.fs-body-category-businessdeal .column .text ol,
.fs-body-category-terms .column .text ol,
.fs-body-category-privacypolicy .column .text ol {
  margin-top: 20px;
}
.fs-body-category-businessdeal .sign,
.fs-body-category-terms .sign,
.fs-body-category-privacypolicy .sign {
  text-align: right;
  margin-bottom: 30px;
}

.ctm_buisinessdeal-table {
  width: 100%;
}
.ctm_buisinessdeal-table tr {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 600px) {
  .ctm_buisinessdeal-table tr {
    display: table-row;
  }
}
.ctm_buisinessdeal-table th {
  text-align: left;
  padding: 5px;
  min-width: 5em;
  background-color: #f8f8f8;
}
@media screen and (min-width: 600px) {
  .ctm_buisinessdeal-table th {
    width: 180px;
    padding: 10px;
    border: 1px solid #cccccc;
  }
}
.ctm_buisinessdeal-table td {
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .ctm_buisinessdeal-table td {
    padding: 10px;
    border: 1px solid #cccccc;
  }
}
.ctm_buisinessdeal-table td ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.ctm_buisinessdeal-table td a {
  text-decoration: underline;
}

/* =============================================
 ### お問い合わせ
============================================= */
.fs-body-category-contact .ctm_lower-article {
  padding-left: 2.6%;
  padding-right: 2.6%;
  max-width: 100%;
}
@media screen and (min-width: 1241px) {
  .fs-body-category-contact .ctm_lower-article {
    max-width: 850px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-body-category-contact .ctm_lower-article .ctm_btn-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .fs-body-category-contact .formblock dl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.fs-body-category-contact .formblock dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-body-category-contact .formblock dl dt {
    width: 15em;
    margin-bottom: 30px;
  }
}
.fs-body-category-contact .formblock dl dt .ico_required {
  color: #ff4545;
}
.fs-body-category-contact .formblock dl dt .tx_s {
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
}
.fs-body-category-contact .formblock dl dd {
  margin-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .fs-body-category-contact .formblock dl dd {
    width: calc(100% - 15em);
  }
}
.fs-body-category-contact .formblock dl dd ul li {
  padding: 5px 0;
  display: flex;
}
.fs-body-category-contact .formblock dl dd ul li label {
  margin-left: .5em;
}
.fs-body-category-contact .formblock dl dd textarea {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-body-category-contact .formblock input[type=text].inputText {
    width: 400px;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-category-contact .formblock .form_control {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fs-body-category-contact .formblock .form_control li {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .fs-body-category-contact .formblock .form_control li {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-category-contact .formblock .form_control li .ctm-btn-submit {
    width: 300px;
  }
}

/* =============================================
 ### お問い合わせ 完了
============================================= */
.fs-body-category-contact-complete .ctm_lower-article {
  padding-left: 2.6%;
  padding-right: 2.6%;
  max-width: 100%;
}
.fs-body-category-contact-complete .ctm_lower-article .ctm_btn-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================
 ### ギフトの選択肢にSEIKAを。
============================================= */
.fs-body-category-about .ctm_about-container .ttl1 {
  font-size: 2rem;
}
@media screen and (min-width: 600px) {
  .fs-body-category-about .ctm_about-container .ttl1 {
    font-size: 3.2rem;
    margin-bottom: 50px;
    font-weight: 500;
  }
}
@media screen and (min-width: 600px) {
  .fs-body-category-about .ctm_about-container .text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1241px) {
  .ctm_about-container {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
}
.ctm_about-container > section {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_about-container > section {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .about-info .ttl1 {
    font-size: 4rem;
  }
}
.ctm_about-container .about-info .column {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .about-info .column {
    margin-bottom: 75px;
  }
}
.ctm_about-container .about-info .column:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .about-info .column:last-of-type {
    margin-bottom: 0;
  }
}
.ctm_about-container .about-info .seika-logo {
  width: 26.666%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .about-info .seika-logo {
    width: 148px;
  }
}
.ctm_about-container .about-info .text {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .about-info .seika-logo-info .text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .kodawari-section {
    margin-bottom: 40px;
  }
}
.ctm_about-container .kodawari-section .column-list .column {
  margin-bottom: 45px;
  text-align: center;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 1241px) {
  .ctm_about-container .kodawari-section .column-list .column {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 140px;
    margin-top: -140px;
  }
  .ctm_about-container .kodawari-section .column-list .column:nth-of-type(even) .image {
    order: 1;
  }
}
.ctm_about-container .kodawari-section .column-list .column:last-of-type {
  margin-bottom: 0;
}
.ctm_about-container .kodawari-section .column-list .column .image {
  margin-bottom: 30px;
}
@media screen and (min-width: 1241px) {
  .ctm_about-container .kodawari-section .column-list .column .image {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1241px) {
  .ctm_about-container .kodawari-section .column-list .column .txBlock {
    width: 50%;
  }
}
.ctm_about-container .kodawari-section .column-list .column .ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .kodawari-section .column-list .column .ttl {
    font-size: 2.8rem;
  }
}
.ctm_about-container .kodawari-section .column-list .column .text {
  margin-bottom: 30px;
}
@media screen and (min-width: 1241px) {
  .ctm_about-container .kodawari-section .column-list .column .text {
    line-height: 3.8rem;
  }
}
.ctm_about-container .kodawari-section .column-list .column .text:last-of-type {
  margin-bottom: 0;
}
.ctm_about-container .kodawari-section .column-list .column .sdgs-icon-continer ul {
  display: flex;
  justify-content: center;
}
.ctm_about-container .kodawari-section .column-list .column .sdgs-icon-continer ul li {
  width: 66px;
  padding: 0 6px;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .kodawari-section .column-list .column .sdgs-icon-continer ul li {
    width: 80px;
    padding: 0 8px;
  }
}
.ctm_about-container .art-section {
  background-color: #f8f8f8;
  padding: 0 40px;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .column-list {
    display: flex;
  }
}
.ctm_about-container .art-section .column {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .column {
    width: 50%;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.ctm_about-container .art-section .column .image {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.ctm_about-container .art-section .paralym-art {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .paralym-art {
    border-bottom: none;
    border-right: 1px solid #cccccc;
    padding-right: 30px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .paralym-art .image {
    width: 160px;
    margin: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .paralym-art .txBlock {
    width: calc(100% - 180px);
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .paralym-art .text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .koto-art .image {
    width: 80px;
    margin: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .koto-art .txBlock {
    width: calc(100% - 100px);
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .koto-art .text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .koto-art dl {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.ctm_about-container .art-section .koto-art dt {
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .koto-art dt {
    width: 8em;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_about-container .art-section .koto-art dd {
    width: calc(100% - 8em);
  }
}
.ctm_about-container .about-funasho .text {
  text-align: center;
}
.ctm_about-container .funasho-group .image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .funasho-group .image {
    width: 240px;
    margin-bottom: 30px;
  }
}
.ctm_about-container .funasho-group .ttl {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .funasho-group .ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.ctm_about-container .funasho-group .text {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm_about-container .funasho-group .text {
    font-size: 1.3rem;
  }
}
