@charset "utf-8";
.sec_select { overflow: hidden; padding: clamp(60px,7.14285714vw, 120px) 0; position: relative; }
section.bg01 { background-color: rgba(109, 121, 120, .7); }
.mb120 { margin-bottom: 120px;}
.sec_select > div:not(.line_animate, .line_left, .line_right) { position: relative; z-index: 1; }
@media screen and (max-width: 767px) {
  .mtSP00 { margin-top: 0px!important; }
  .mtSP20 { margin-top: 20px!important; }
  .mtSP50 { margin-top: 50px!important; }
  .mbSP30 { margin-bottom: 30px!important; }
  .mbSP60 { margin-bottom: 60px!important; }
  .al_sp { text-align: left!important; }
}
.c_white { color: #fff!important; }
.notes {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.notes .num {
  border: 1px solid #586166;
  color: #586166;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  height: 14px;
  width: 14px;
  margin: 0 5px 5px 0;
  text-align: center;
  vertical-align: middle;
  text-indent: 0;
}
.notes_full {
  padding: 5px 15px;
  position: absolute;
  right: 0;
  z-index: 1;
}

/* sec_conomi */
.box_intro {
  margin: 0 auto;
  text-align: center;
}
.box_intro .conomi img { width: 175px; }
.box_intro .ttl {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-top: 80px;
}
.box_intro .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.box_intro .img { margin-top: 120px; }
.list_intro.row { margin: 120px 30px;}
.list_intro.row [class^="col"] { padding: 0 10px;}
.list_intro.row [class^="col"]:nth-child(n+4) { margin-top: 20px;}
.list_intro.row [class^="col"]:nth-child(n+4) .conomi_txt {
  height: 24.5%;
}
.list_intro .conomi_txt {
  position: absolute;
  height: 22.3%;
  width: auto;
  left: 0;
  bottom: 20px;
}
.list_intro .conomi_txt img { height: 100%;}
@media screen and (max-width:1000px) {
  .list_intro.row { margin: 60px 10px;}
  .list_intro .conomi_txt { height: 30%;}
  .list_intro.row [class^="col"]:nth-child(n+4) .conomi_txt { height: 32%;}
}
@media screen and (max-width:767px) {
  .box_intro .ttl { font-size: 2rem; margin-top: 30px; }
  .box_intro .txt { font-size: 1.4rem; line-height: 1.6; }
  .box_intro .img { margin-top: 40px; }
  .box_intro .conomi_txt { width: 150px; }
  .list_intro.row { margin: 60px 5px;}
  .list_intro.row [class^="col"]:nth-child(n+2) { margin-top: 15px;}
  .list_intro.row [class^="col"]:nth-child(n+4) .conomi_txt ,
  .list_intro .conomi_txt { height: 60px;}
}

/* overall_flow */
.overall_flow {
  background: #ddd8cc;
  color: #767572;
  margin-top: 30px;
  padding: 40px;
  text-align: center;
}
.overall_flow .ttl {
  font-size: 2.6rem;
  margin: 0 0 10px;
}
.overall_flow .txt { font-size: 2rem;}
.overall_flow .line {
  background: #fff;
  padding: 5px;
  font-size: 2rem;
}
.overall_flow .list_step { margin: 40px 0 0;}
.overall_flow .list_step li {
  position: relative;
  margin: 0 0 50px;
}
.overall_flow .list_step li:last-child { margin: 0 0 30px; }
.overall_flow .list_step li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #9e9991 transparent transparent transparent;
}
.overall_flow .list_step .bg {
  background-color: #9e9991;
  padding: 20px 50px;
}
.overall_flow .list_step .ttl {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 20px;
}
.overall_flow .list_step .txt {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 20px;
}
.overall_flow .list_step li .img img {
  max-width: 112px;
  margin: 0 30px;
}
.overall_flow .notes li { text-align: left; }
@media screen and (max-width:767px) {
  .overall_flow { padding: 20px; }
  .overall_flow .ttl { font-size: 1.8rem;}
  .overall_flow .txt {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
  .overall_flow .line { font-size: 1.6rem;}
  .overall_flow .list_step .ttl { font-size: 1.6rem;}
  .overall_flow .list_step .txt { font-size: 1.4rem;}
  .overall_flow .list_step .bg { padding: 20px;}
  .overall_flow .list_step li .img img { max-width: 80px; margin: 0 15px; }
  .select_overall .txt02 { text-align: left;}
}

/* sec_room */
.sec_room .txt {
    display: flex;
    justify-content: center;
    padding: 40px 15px;
}
.sec_room .txt > p {
  border: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.25em;
  padding: 14px 50px;
}
@media screen and (max-width:1000px) {
  .sec_room .txt > p { letter-spacing: 0; padding: 10px; }
}

/* sec_select */
.sec_select .select_title {
    margin-bottom: clamp(60px, 7.14285714vw, 120px);
    text-align: center;
}
.sec_select .ttl_en {
  font-size: 3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sec_select .ttl_jp_01 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.sec_select .ttl_jp_01:before,
.sec_select .ttl_jp_01:after {
  background-color: #fff;
  background-color: #fff;
  content: "";
  height: 1px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.sec_select .ttl_jp_02 {
  font-size: 2rem;
  margin-bottom: 50px;
  text-align: center;
}
.sec_select .ttl_jp_02.hasLine { margin-bottom: 65px;}
.sec_select .ttl_jp_02.hasLine:after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 30px;
  display: block;
  margin: 40px auto 0;
}
.sec_select .list_logo {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.sec_select .list_logo li { width: 166px; }
.sec_select .txt_jp_01 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.sec_select .txt_jp_02 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
}
.sec_select .item_small_ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 15px;
  padding-left: 1.5em;
  text-indent: -1.4em;
}
.sec_select .item_small_ttl:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  position: relative;
  top: 2px
}
.sec_select .item_small_ttl small {
  display: block;
  font-size: 60%;
  padding-left: 0.5em;
  text-indent: 0;
}
.sec_select .slick-dots { bottom: -40px;}
.sec_select .slick-dots li button {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  margin: 0;
  width: 10px;
  height: 10px;
}
.sec_select .slick-dots li { margin: 0 5px;}
.sec_select .slick-dots li button:hover { background: #fff;}
.sec_select .slick-dots li.slick-active button { background-color: #fff;}
.sec_select .slick-dots li button:before { display: none;}
.sec_select .kitchen_img05 { background-color: #fff; padding: 6% 10% 3%; }
.kitchen_block { padding-top: clamp(80px,7.14285714vw, 120px);}
.sec_kitchen .select_title { padding-bottom: 70px;}
@media screen and (max-width:1000px) {
  .sec_select .item_small_ttl { font-size: 1.45rem; letter-spacing: 0; }
}
@media screen and (max-width:767px) {
  .sec_select .ttl_en { font-size: 2.6rem;}
  .sec_select .txt_jp_01 { font-size: 1.6rem; }
  .sec_select .ttl_jp_02 { font-size: 1.8rem; margin-bottom: 30px; }
  .sec_select .list_logo li { width: 130px; }
  .sec_select .kitchen_img05 { padding: 15px; }
  .smallSliders { margin-left: -30px; margin-right: -30px; }
  .sec_select .list_logo { margin-bottom: 30px;}
  .sec_select .txt_jp_02 { font-size: 1.4rem;}
  .sec_select .ttl_jp_02.hasLine { margin-bottom: 30px;}
  .sec_select .ttl_jp_02.hasLine:after { margin: 30px auto 0;}
}

.line_black { z-index: 0;}
.line_right.under_main {
  top: 0;
  right: 7%;
}