@charset "utf-8";

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
.mod_headerbar.fixed { z-index: 10; }
@media only screen and (max-width: 980px) {
  .mod_headerbar.fixed { margin-top: 40px; }
}
@media only screen and (max-width: 640px) {
  .mod_headerbar.fixed { top: 38px; margin-top: inherit; }
}
.ex_marginBM {
  margin-bottom: 20px !important;
}
.pcOnly { display: block; }
.spOnly { display: none; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .pcOnly { display: none; }
  .spOnly { display: block; }
}

.mod_billboard .slick li {
  height: auto !important;
}
#sectionContents a:link    { text-decoration: none; }
#sectionContents a:visited { text-decoration: none; }
#sectionContents a:hover   { text-decoration: none; }
#sectionContents a:focus   { text-decoration: none; }
#sectionContents a:active  { text-decoration: none; }
#sectionContents button { cursor: pointer; }
html { scroll-behavior: smooth; }
.cp_box,
.cp_box * { scroll-behavior: auto !important; }

/* color */
body { color: #373737; }
.sec_anc_link { background-color: #c9c7ba; }
.column_profile { background-color:#e4e4e0; }
.lead_text { background-color: #ffffffb3;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
}
.column_profile_text { background-color:#e4e4e0; }
.sec_faq { background-color: #c9c7ba; }

/* text */
#sommelire_main { font-family: "Noto Sans JP", YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Meiryo, "MS PGothic", Osaka, sans-serif; }
.mv_wrap_kv h2 {
  font-size: 39px;
  line-height: 1.64;
  letter-spacing: 0.05em;
  text-align: center;
  }
h3 { font-size: 22px; line-height: 1.4; }
h4 { font-size: 18px; line-height: 1.4; }
.text-m { font-size: 13px; line-height: 1.9; }
.text-s { font-size: 12px; line-height: 1.8; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  html { font-size: calc(100vw / 7.5); }
  .mv_wrap_kv h2 { font-size: 0.39rem; }
  h3 { font-size: 0.44rem; }
  h4 { font-size: 0.36rem; }
  .text-m { font-size: 0.26rem; }
  .text-s { font-size: 0.24rem; }
}

/* margin */
.mt-xl { margin-top: 64px; }
.mt-l { margin-top: 36px; }
.mt-m { margin-top: 16px; }
.mt-s { margin-top: 8px; }
.mt-xs { margin-top: 4px; }
.mb-s { margin-bottom: 8px; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mt-xl { margin-top: 1.28rem; }
  .mt-l { margin-top: 0.72rem; }
  .mt-m { margin-top: 0.32rem; }
  .mt-s { margin-top: 0.16rem; }
  .mt-xs { margin-top: 0.8rem; }
  .mb-s { margin-bottom: 0.16rem; }
}
/* padding */
.pt-l { padding-top: 36px; }
.pb-l { padding-bottom: 36px; }
.p-m { padding: 16px; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .pt-l { padding-top: 0.72rem; }
  .pb-l { padding-bottom: 0.72rem; }
  .p-m { padding: 0.32rem; }
}

/* hover */
#sectionContents a {
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}
#sectionContents a:hover { opacity: .8; }

/* anc_link */
.style_anc_btn { margin-top: -30px; padding-top: 30px; }
@media only screen and (max-width: 639px) {
  .style_anc_btn { margin-top: -20px; padding-top: 20px; }
}

/* js-fadeUp
-----------------------------------------*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

/* mv_wrap
-----------------------------------------*/
.mv_wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
.mv_wrap_bg {
/*max-width: 1200px;
  width: 92.31%; */
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mv_wrap_bg img {
/*width: 100%;
  height: auto; */
/*
  max-width: 1200px;
  width: 92.31%;
  min-width: 980px;
*/
  width: 1200px;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: none; 
}
.mv_wrap_kv {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.mv_wrap_kv h2 {
  margin-bottom: 10px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mv_wrap_bg { width: 100%; }
  .mv_wrap_kv { width: 100%; top: 20%; }
  .mv_wrap_kv img { width: 37.87%; }
  .mv_wrap_bg img { width: 100%; min-width: auto; }
  .mv_wrap_kv h2 { margin-bottom: 0.3rem; }
}

/* sec_sommelire_lead
-----------------------------------------*/
.lead_text {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  padding: 36px 0px;
  text-align: center;
  margin-top: -170px;
  position: relative;
}
.lead_text h3 {
  margin-bottom: 15px;
  line-height: 1.7;
}
.lead_img {
  width: 236px;
  height: auto;
  margin-top: -20px;
  margin: auto;
}
.lead_img img {
  width: 100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .lead_text { width: 83.2%; margin-top: -1.43rem; padding: 0.72rem 0px; }
}

/* sec_illust
-----------------------------------------*/
.sec_illust {
  width: 100%;
  max-width: 312px;
  margin-inline: auto;
  margin-top: -20px;
}
.sec_illust img { width: 100%; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .sec_illust { width: 83.2%; margin-top: -0.36rem; }
}

/* sec_slider
-----------------------------------------*/
.sec_slider {
  width: 100%;
  max-width: 335px;
  margin: 64px auto 0px;
  padding: 40px;
}
.sec_slider .slick-dots li {
  margin: 0 6px;
  width: 12px;
  height: 12px;
}
.sec_slider .slick-dots li button {
  padding: 0px;
  width: 12px;
  height: 12px;
}
.sec_slider .slick-dots li button:before {
  background-color: #8ab9c6;
  content: '' !important;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .sec_slider { width: 89.33%; max-width: inherit; padding: 0px; margin: 1.65rem auto 0px; }
}

/* sec_anc_link
-----------------------------------------*/
.anc_link_col2 {
  width: 100%;
  max-width: 335px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.anc_link_col2 img {
  width: 83px;
  height: auto;
}
.anc_link_text {
  margin-left: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.anc_link_text p {
  background-color: #fff;
  color: #807b53;
  text-align: center;
  width: 100%;
}
.anc_link_text h3 {
  display: inline-block;
}
.anc_link_container {
  width: 730px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.anc_link_container_box {
  width: 335px;
  text-align: center;
}
.anc_link_container_box h4 {
  font-family: 'Noto Sans Japanese', メイリオ, 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴシック Pro W6', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.anc_link_num {
  width: 44px;
  margin-inline: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .anc_link_col2 { width: 89.33%; max-width: inherit; }
  .anc_link_container { width: 89.33%; gap: .72rem; }
  .anc_link_container_box { width: 100%; }
  .anc_link_num { width: 0.67rem; }
  .anc_link_num img{ vertical-align: middle; display: block; }
}

/* sec_column
-----------------------------------------*/
.sec_column {
  width: 100%;
/* -- 1125 -- max-width: 800px; -- 1125 --*/
  max-width: 768px;
  margin-inline: auto;
}
.sec_column h3 { color: #807b53; text-align: center; }
.sec_column p { text-align: justify; }
.column_profile_col2 { display: flex; }
.column_container_col2 { display: flex; gap: 24px; }
.column_container_col2 img { width: 39.45%; }
.column_profile_name { font-size: 18px; padding: 4px 0px 8px; }
.column_container h4{ color: #807b53; font-weight: bold; }
.column_profile_col2 img {
  width: 303px;
  height: 170px;
}
.column_profile_text { padding: 8px 16px; }
.column_profile_text .text-s { line-height: 1.7; }
/* -- 1125 --
.sec_column_wrap {
  padding: 36px 16px 16px 16px;
  outline: 1.5px solid #c9c7ba;
  outline-offset: -1.5px;
  width: calc(100% - 32px);
}
*/
.cp_box input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.cp_box {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.cp_box .cp_container {
  overflow: hidden;
  max-height: 600px;
  transition: max-height 0.5s ease;
  position: relative;
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 100px;
  max-height: 5000px;
}
.cp_box label {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient( to bottom, rgba(255,250,250,0) 0%, rgba(255,255,255,1) 90% );
  transition: background 0.3s ease;
}
.cp_box input:checked + label { background: none; }
/* ▼ ボタン（擬似要素で表示） */
.cp_box label::after {
  content: "詳しく見る";
  display: block;
  background: #b1ad98;
  color: #ffffff;
  width: 200px;
  text-align: center;
  padding: 12px 0 14px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.cp_box label::before {
  content: "";
  position: absolute;
  bottom: 28px;
  width: 15px;
  height: 8px;
  background: url("../img/btn_arrow.svg") no-repeat;
  background-size: contain;
  transform: translateY(0);
  right: calc(50% - 75px);
}
.cp_box input:checked + label::before { transform: rotate(180deg); }
.cp_box input:checked + label::after { content: "閉じる"; }

@media only screen and (max-width:640px) and (max-device-width:1280px){
/* -- 1125 -- */.cp_box { max-width: inherit; }/* -- 1125 -- */
/* -- 1125 -- */.cp_box .cp_container { max-height: inherit; }/* -- 1125 -- */
  .cp_box label { height: 260px; }
  .cp_box label::after { width: 4rem; font-size: 0.36rem; }
  .cp_box label::before {
    width: 0.31rem;
    height: 0.17rem;
    right: calc(50% - 2rem);
  }
/* -- 1125 -- */.cp_box .cp_container { width: 80.8%; margin-inline: auto; }/* -- 1125 -- */
/*  .cp_box .cp_container { width: 89.33%; margin-inline: auto; } -- 1125 -- */
/*  .sec_column { width: calc(89.33% - 8.54%); padding: 0.72rem 4.27% 0.32rem; } -- 1125 -- */
  .column_profile_col2 { flex-direction: column; }
  .column_profile_col2 img { width: 100%; height: auto; }
  .column_container_col2 { flex-direction: column; gap: 0.36rem; }
  .column_container_col2 img { width: 100%; }
  .column_profile_name { font-size: .36rem; padding: 0.16rem 0px 0.32rem; }
  .column_container_col2_sp { flex-direction: column-reverse; }
/*  .sec_column_wrap.open { padding-bottom: 1.3rem; }*/
  .column_btn button { font-size: 0.36rem; width: 4rem; }
  .column_btn button::after { width: 0.31rem; height: 0.17rem; right: 0.69rem; }
  .cp_box input:checked ~ .cp_container { padding-bottom: 1.5rem; }
}
/* -- 1125 -- 
@media only screen and (max-width:640px) { .cp_box .cp_container { height: 1510px; } }
@media only screen and (max-width:500px) { .cp_box .cp_container { height: 1180px; } }
@media only screen and (max-width:400px) { .cp_box .cp_container { height: 943px; } }
@media only screen and (max-width:375px) { .cp_box .cp_container { height: 884px; } }
 -- 1125 -- */

/* sec_style
-----------------------------------------*/
.sec_style {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.style_title { text-align: center; }
.style_title h3 { font-weight: 300; }
.style_num img { width: 35px; }
.style_name { display: flex; align-items: center; }
.style_name:before,
.style_name:after {
    content: "";
    height: .5px;
    flex-grow: 1;
    background-color: #373737;
}
.style_name img { height: 44px; }
.style_plan img { width: 100%; }
.style_plan a {
  text-decoration: underline !important;
  color: #373737;
  text-align: end;
}
.style_col2 {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 475px;
  justify-content: space-between;
  align-items: flex-start;
  margin-inline: auto;
}
.style_col2 h4 { line-height: 1.4; }
.style_col2 .text-s { line-height: 1.5; }
.style_suggest {
  width: 100%;
  max-width: calc(655px - 32px);
  margin-inline: auto;
  outline: 1.5px solid #c9c7ba;
}
.style_suggest h3 { text-align: center; }
.style_suggest_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.style_suggest_btn img { width: 303px; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .style_num { width: 0.67rem; margin-inline: auto; }
  .style_num img { vertical-align: middle; display: block; }
  .style_container { width: 89.33%; margin-inline: auto; }
  .style_col2 { gap: 0px; max-width: inherit; }
  .style_col2 picture { width: 47.2%; height: auto; }
  .style_col2 img { width: 100%; height: auto; }
  .style_col2 div { width: 47.2%; }
  .style_suggest { width: 89.33%; margin-inline: auto; padding: 0px; }
  .style_suggest_box { width: 90.4%; margin-inline: auto; padding: 0.32rem 0px ; }
  .style_suggest_btn img { width: 100%; }
  .style_name img { height: 0.88rem; }
  .style_suggest_btn { gap: 0.32rem; }
}

/* sec_faq
-----------------------------------------*/
.sec_faq h3 { text-align: center; }
.faq_wrap {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  border-bottom: solid 1px #787878;
}
.faq_item p { line-height: 1.6; }
/* アコーディオン */
.faq_question {
  cursor: pointer;
  position: relative;
}
.faq_question::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #373737;
  position: absolute;
/*  right: 20px;*/
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .5s;
}
.faq_question::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #373737;
  position: absolute;
/*  right: 20px;*/
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform .5s;
}
.faq_question.show::before { opacity: 0; }
.faq_question.show::after { transform: translateY(-50%) rotate(0deg); }
.faq_item { display: none; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .faq_wrap { width: 89.33%; margin-inline: auto; }
  .faq_question { padding-right: 0.78rem; }
}

/* sec_floating_bnr
-----------------------------------------*/
.sec_floating_bnr {
  background-color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0px;
  transition: 0.5s;
  z-index: 3;
}
.floating_bnr_wrap {
  display: flex;
/*width: 100%;
  max-width: 967px; */
  width: 967px;
  margin: 36px auto;
  gap: 35px;
  justify-content: space-between;
}
.floating_bnr_wrap p {
  color: #fff;
  font-size: 22px;
  padding: 18px 0px;
  max-width: 466px;
  width: 100%;
  text-align: center;
}
.floating_bnr_wrap a { width: 100%; position: relative; }
.floating_bnr_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 40px;
  height: 7.7px;
  margin-top: -4px;
  background: url(/common/sumai2020/img/icon_arrow02_w.png) center bottom / 100% no-repeat;
  transition: 0.4s;
}
.floating_bnr_wrap a:hover::after { right: 0px; }
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.floating_bnr01 { background-color: #8ab9c6; }
.floating_bnr02 { background-color: #b1ad98; }
.floating_bnr_spacer { height: 0; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
/*  .sec_floating_bnr { bottom: 2.74rem; }*/
  .floating_bnr_wrap { flex-direction: column; gap: 0.16rem; margin: 0.32rem auto; width: 100%; }
  .floating_bnr_wrap p { width: 89.33%; padding: 0.33rem 0px; margin-inline: auto; font-size: 0.26rem; }
  .floating_bnr_wrap a::after { width: 0.77rem; height: 0.148rem; right: 0.70rem; }
  .floating_bnr_wrap a:hover::after { right: 0.44rem; }
}

/* catalog
-----------------------------------------*/
#catalog { padding-top: 39px; }
@media only screen and (max-width:640px) and (max-device-width:1280px){
  #catalog { padding-top: calc(39px - 0.32rem); }
}
