@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#contents .tab, #contents .pc-tab, #contents .pc, #contents .ll_pc {
  display: none;
}
#contents picture, #contents a {
  display: block;
}
#contents .images {
  display: grid;
  align-items: flex-end;
  position: relative;
}
#contents .images.col_2 {
  grid-template-columns: 36% 64%;
}
#contents .images.col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
#contents .images_item {
  position: relative;
}
#contents .images_cap {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: clamp(0.6rem, 0.8163265306vw, 1.175rem);
  text-shadow: 0 0 5px #FFF;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
}
#contents .images_cap.white {
  color: #FFF;
  text-shadow: 0 0 5px #000;
}

#mv .mv_top {
  margin-bottom: clamp(2rem, 3.0612244898vw, 4rem);
}
#mv .mv_top .images_item:nth-of-type(1) {
  aspect-ratio: 27/20;
}
#mv .mv_top .images_item:nth-of-type(2) {
  aspect-ratio: 12/5;
}
#mv .mv_top .images_item img {
  object-fit: cover;
  object-position: center bottom;
}
#mv .mv_cont-ttl {
  margin-bottom: 12px;
  color: #B09763;
  font-size: clamp(1.8rem, 3.0612244898vw, 4.5rem);
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-align: center;
  font-weight: 800;
}
#mv .mv_cont-ttl .l_txt {
  font-size: 1.1em;
  letter-spacing: 0.09em;
}
#mv .mv_cont-txt {
  margin-bottom: clamp(2rem, 3.0612244898vw, 4rem);
  font-size: clamp(1.2rem, 2.2448979592vw, 3.15rem);
  letter-spacing: 0.14em;
  text-align: center;
}
#mv .mv_bottom .images_item {
  aspect-ratio: 5/4;
}
#mv .mv_bottom .images_item img {
  object-fit: cover;
  object-position: center bottom;
}

#recommend {
  background: linear-gradient(to top, rgba(254, 251, 242, 0), #FEFBF2);
  padding: clamp(2rem, 5.1020408163vw, 10rem) 0 clamp(6.6rem, 12.2448979592vw, 22rem);
}
#recommend .recommend_cont {
  width: 92%;
  margin: 0 auto;
}
#recommend .recommend_cont .recommend_link {
  margin-bottom: clamp(6rem, 7.6530612245vw, 9rem);
}
#recommend .recommend_cont .recommend_link .recommend_link-item {
  position: relative;
  padding: 15px 35px 15px 20px;
  box-sizing: border-box;
  background: #EBE5D7;
  color: #B09763;
  font-family: "YuMincho", serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.8367346939vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#recommend .recommend_cont .recommend_link .recommend_link-item + .recommend_link-item {
  margin-top: 8px;
}
#recommend .recommend_cont .recommend_link .recommend_link-item::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -75%) rotate(45deg) skew(3deg, 3deg);
  width: 10px;
  height: 10px;
  border-right: 1px solid #B09763;
  border-bottom: 1px solid #B09763;
  content: "";
}
#recommend .recommend_cont .recommend_link .recommend_link-item:first-of-type {
  background: #B09763;
  color: #FFF;
}
#recommend .recommend_cont .recommend_link .recommend_link-item:first-of-type::after {
  border-color: #FFF;
}
#recommend .recommend_cont .recommend_ttl {
  margin-bottom: clamp(3rem, 4.0816326531vw, 5rem);
  height: clamp(7rem, 10.2040816327vw, 14rem);
}
#recommend .recommend_cont .recommend_ttl picture {
  height: 100%;
}
#recommend .recommend_cont .recommend_ttl img {
  width: auto;
  height: 100%;
}
#recommend .recommend_cont .recommend_txt {
  margin-bottom: clamp(5rem, 7.1428571429vw, 11rem);
  font-family: "YuMincho", serif;
  font-size: clamp(1.4rem, 1.8367346939vw, 2.2rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
#recommend .decrease {
  margin-bottom: clamp(5rem, 6.1224489796vw, 7rem);
}
#recommend .decrease .decrease_ttl {
  margin-bottom: clamp(3rem, 6.1224489796vw, 10rem);
  color: #B09763;
  font-family: "YuMincho", serif;
  font-size: clamp(2rem, 3.4693877551vw, 4.8rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
#recommend .decrease .decrease_ttl span {
  background-image: linear-gradient(to top, rgba(176, 151, 99, 0.3) 50%, rgba(176, 151, 99, 0) 50%);
  background-size: 100% 1.5em;
  padding-bottom: 0.25em;
}
#recommend .decrease .decrease_wrap .decrease_item + .decrease_item {
  margin-top: clamp(4rem, 5.1020408163vw, 6rem);
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_subttl {
  margin-bottom: 15px;
  color: #B09763;
  font-family: "YuMincho", serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.8367346939vw, 2.05rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_subttl.gold {
  margin-bottom: 25px;
  padding: 10px;
  box-sizing: border-box;
  background: #B09763;
  color: #FFF;
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_img {
  width: 87%;
  margin: 0 auto clamp(1.5rem, 2.2448979592vw, 3rem);
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_result {
  color: #B09763;
  font-family: "YuMincho", serif;
  font-size: clamp(2.2rem, 2.6530612245vw, 3rem);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_result .l_txt {
  font-size: clamp(2.8rem, 3.5714285714vw, 4.32rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_result .ll_txt {
  color: #B8292D;
  font-size: clamp(4rem, 5.612244898vw, 7.8rem);
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "A1明朝", "A1 Mincho", serif;
  letter-spacing: 0.05em;
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_result .red {
  color: #B8292D;
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_result .ast {
  position: relative;
}
#recommend .decrease .decrease_wrap .decrease_item .decrease_result .ast::after {
  position: absolute;
  top: -1.2em;
  right: -1em;
  font-size: 0.5em;
  content: "※";
}
#recommend .decrease .decrease_note {
  margin-top: 10px;
  font-size: clamp(1rem, 1.0204081633vw, 1.175rem);
  letter-spacing: 0.1em;
  text-align: center;
  color: #727171;
}
#recommend .point .point_list {
  display: grid;
  grid-template-columns: 48.25% 48.25%;
  justify-content: space-between;
  grid-gap: clamp(3rem, 4.0816326531vw, 5rem) 0;
  padding-left: 5px;
}
#recommend .point .point_list .point_list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: clamp(2.5rem, 3.5714285714vw, 4.5rem) 10px clamp(2rem, 3.0612244898vw, 4rem);
  box-sizing: border-box;
  background: #B09763;
  outline: 1px solid #FFF;
  outline-offset: clamp(-0.5rem, -0.7653061224vw, -1rem);
}
#recommend .point .point_list .point_list-item:first-of-type {
  grid-column: span 2;
  padding: 50px 0.5em clamp(3rem, 4.0816326531vw, 5rem);
  background: none;
  border-top: 1px solid #B09763;
  border-bottom: 1px solid #B09763;
  outline: none;
}
#recommend .point .point_list .point_list-item:first-of-type .tag {
  top: 13px;
  transform: translate(0, 0);
}
#recommend .point .point_list .point_list-item:first-of-type .ttl {
  color: #B09763;
  font-family: "YuMincho", serif;
  font-size: clamp(1.8rem, 2.8571428571vw, 4rem);
  text-align: center;
}
#recommend .point .point_list .point_list-item:first-of-type .ttl span {
  background-image: linear-gradient(to top, rgba(176, 151, 99, 0.3) 60%, rgba(176, 151, 99, 0) 60%);
  background-size: 100% 1.5em;
  padding-bottom: 0.2em;
}
#recommend .point .point_list .point_list-item .tag {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-3px, -50%);
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
  background: #B8292D;
  border-left: 10px solid #6F1419;
  padding: 5px 13px 5px 7px;
  box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.6326530612vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "A1明朝", "A1 Mincho", serif;
}
#recommend .point .point_list .point_list-item .ttl {
  display: block;
  margin: auto 0;
  vertical-align: middle;
  color: #FFF;
  font-size: clamp(1.2rem, 1.4285714286vw, 1.7rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

#howto .howto_head {
  position: relative;
  padding: clamp(5rem, 6.1224489796vw, 7rem) 0 20px;
  background: linear-gradient(to top, #DED4BE, #B09763, #B09763, #B09763);
}
#howto .howto_head .howto_comment {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: min(78%, 300px);
}
#howto .howto_head .howto_cont {
  width: 92%;
  margin: 0 auto;
  color: #FFF;
  font-family: "YuMincho", serif;
  text-align: center;
}
#howto .howto_head .howto_cont .howto_head-ttl {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 3.0612244898vw, 4.8rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#howto .howto_head .howto_cont .howto_head-subttl {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 2.4489795918vw, 3.2rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#howto .howto_head .howto_cont .howto_head-txt {
  font-size: clamp(1rem, 1.1224489796vw, 1.2rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.ex_link .ex_link-ttl {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 1.2rem;
  align-items: center;
  margin: 20px auto 15px;
  color: #FFF;
  font-family: "YuMincho", serif;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
}
.ex_link .ex_link-ttl ._l {
  margin: 0 2px;
  font-size: 1.63em;
  font-family: "A1明朝", "A1 Mincho", serif;
}
.ex_link .ex_link-ttl::before, .ex_link .ex_link-ttl::after {
  content: "";
  height: 1px;
  background: #FFF;
  transform: translateY(0.2em);
}
.ex_link .ex_btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px 6px;
  width: 92%;
  margin: 0 auto;
}
.ex_link .ex_btn .ex_btn-item {
  cursor: pointer;
  position: relative;
  padding: 10px 15px;
  background: #F0EBE0;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #B09763;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.ex_link .ex_btn .ex_btn-item::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -75%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #B09763;
  border-bottom: 1px solid #B09763;
  transition: 0.3s;
  content: "";
}
.ex_link .ex_btn .ex_btn-item.active {
  color: #FFF;
}
.ex_link .ex_btn .ex_btn-item.active::after {
  border-color: #FFF;
}
.ex_link .ex_btn .ex_btn-item:nth-of-type(1).active {
  background: #8E8529;
}
.ex_link .ex_btn .ex_btn-item:nth-of-type(2).active {
  background: #118E9B;
}
.ex_link .ex_btn .ex_btn-item:nth-of-type(3).active {
  background: #B74568;
}
.ex_link .ex_btn .ex_btn-item:nth-of-type(4).active {
  background: #4B8D51;
}
.ex_link .ex_btn .ex_btn-item:nth-of-type(5).active {
  background: #6C5D99;
}
.ex_link.bottom {
  padding: 16px 0 40px;
}
.ex_link.bottom .ex_btn .ex_btn-item::after {
  transform: translate(0, -25%) rotate(225deg);
}

#ex .ex {
  display: none;
  background: linear-gradient(to bottom, #FEFBF2, #FFFFFF);
}
#ex .ex.active {
  display: block;
}
#ex .ex .subttl {
  display: grid;
  grid-template-columns: 2rem auto 2rem;
  grid-gap: 1.6rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 2rem;
}
#ex .ex .subttl .en {
  margin-right: 0.6rem;
  font-size: 0.8em;
}
#ex .ex .subttl:before, #ex .ex .subttl:after {
  content: "";
  height: 1px;
  background: #333;
}
#ex .ex .ex_head {
  position: relative;
  aspect-ratio: 2/1;
}
#ex .ex .ex_head .ex_head-bg {
  display: none;
  position: relative;
}
#ex .ex .ex_head .ex_head-bg .ex_head-cap {
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: "YuMincho", serif;
  color: #FFF;
  font-weight: 600;
  font-size: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
  text-shadow: 0 0 2px #000;
}
#ex .ex .ex_head .ex_head-cont {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
}
#ex .ex .ex_head .ex_head-cont .ex_head-num {
  height: 33px;
  margin-bottom: clamp(1.5rem, 2.0408163265vw, 2.5rem);
}
#ex .ex .ex_head .ex_head-cont .ex_head-num img {
  width: auto;
  height: 100%;
}
#ex .ex .ex_head .ex_head-cont .ex_head-ttl {
  margin-bottom: clamp(1.5rem, 2.0408163265vw, 2.5rem);
  font-family: "YuMincho", serif;
  font-weight: 600;
  font-size: clamp(2rem, 3.0612244898vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
#ex .ex .ex_head .ex_head-cont .ex_head-tag .item {
  display: inline-block;
  min-width: 108px;
  padding: 5px 8px;
  margin-right: 6px;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(1.2rem, 1.8367346939vw, 2.5rem);
  line-height: 1.5;
  text-align: center;
}
#ex .ex .ex_head .ex_deco {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 4%;
  width: 16%;
}
#ex .ex .ex_cont {
  padding-top: clamp(2rem, 3.0612244898vw, 3.5rem);
  box-sizing: border-box;
}
#ex .ex .ex_cont .ex_cont-inner {
  width: 92%;
  margin: 0 auto;
}
#ex .ex .ex_cont .attention {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
#ex .ex .ex_cont .ex_cont-txt {
  position: relative;
  margin-bottom: clamp(2rem, 4.5918367347vw, 7rem);
  font-family: "YuMincho", serif;
  font-size: clamp(1.3rem, 1.8367346939vw, 2.2rem);
  letter-spacing: 0.1em;
  line-height: 1.77;
}
#ex .ex .ex_cont .ex_plan {
  position: relative;
  margin-bottom: 35px;
}
#ex .ex .ex_cont .ex_plan .ex_plan-btn .popuo_btn {
  position: absolute;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border: 0.5px solid #FFF;
  background: #B09763;
  border-radius: 50%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.44);
  color: #FFF;
  font-family: "YuMincho", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.44));
}
#ex .ex .ex_cont .ex_useful {
  margin-bottom: clamp(2.8rem, 4.0816326531vw, 5.5rem);
}
#ex .ex#ex_1 .subttl {
  color: #B09763;
}
#ex .ex#ex_1 .subttl:before, #ex .ex#ex_1 .subttl:after {
  background: #B09763;
}
#ex .ex#ex_1 .ex_head .ex_head-cont .ex_head-tag .item {
  background: #B09763;
}
#ex .ex#ex_1 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(1) {
  top: 22%;
  left: 37%;
}
#ex .ex#ex_1 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(2) {
  top: 16%;
  left: 75%;
}
#ex .ex#ex_1 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(3) {
  top: 46%;
  left: 43%;
}
#ex .ex#ex_1 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(4) {
  top: 52%;
  left: 76%;
}
#ex .ex#ex_2 {
  background: linear-gradient(to bottom, #EAF4F6, #fff);
}
#ex .ex#ex_2 .subttl {
  color: #118E9B;
}
#ex .ex#ex_2 .subttl:before, #ex .ex#ex_2 .subttl:after {
  background: #118E9B;
}
#ex .ex#ex_2 .ex_head .ex_head-cont .ex_head-tag .item {
  background: #118E9B;
}
#ex .ex#ex_2 .ex_head .ex_deco {
  width: 16.8%;
}
#ex .ex#ex_2 .ex_cont .ex_plan .ex_plan-btn .popuo_btn {
  background: #118E9B;
}
#ex .ex#ex_2 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(1) {
  top: 22%;
  left: 37%;
}
#ex .ex#ex_2 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(2) {
  top: 19%;
  left: 73%;
}
#ex .ex#ex_2 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(3) {
  top: 47%;
  left: 35%;
}
#ex .ex#ex_2 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(4) {
  top: 55%;
  left: 74%;
}
#ex .ex#ex_3 {
  background: linear-gradient(to bottom, #FCF6F7, #fff);
}
#ex .ex#ex_3 .subttl {
  color: #B74568;
}
#ex .ex#ex_3 .subttl:before, #ex .ex#ex_3 .subttl:after {
  background: #B74568;
}
#ex .ex#ex_3 .ex_head .ex_head-cont .ex_head-tag .item {
  background: #B74568;
}
#ex .ex#ex_3 .ex_head .ex_deco {
  width: 25.8%;
}
#ex .ex#ex_3 .ex_cont .ex_plan .ex_plan-btn .popuo_btn {
  background: #B74568;
}
#ex .ex#ex_3 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(1) {
  top: 22%;
  left: 37%;
}
#ex .ex#ex_3 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(2) {
  top: 17%;
  left: 68%;
}
#ex .ex#ex_3 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(3) {
  top: 47%;
  left: 33%;
}
#ex .ex#ex_3 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(4) {
  top: 54%;
  left: 74%;
}
#ex .ex#ex_4 {
  background: linear-gradient(to bottom, #ECF1E8, #fff);
}
#ex .ex#ex_4 .subttl {
  color: #4B8D51;
}
#ex .ex#ex_4 .subttl:before, #ex .ex#ex_4 .subttl:after {
  background: #4B8D51;
}
#ex .ex#ex_4 .ex_head .ex_head-cont .ex_head-tag .item {
  background: #4B8D51;
}
#ex .ex#ex_4 .ex_head .ex_deco {
  width: 25.8%;
  right: 0;
}
#ex .ex#ex_4 .ex_cont .ex_plan .ex_plan-btn .popuo_btn {
  background: #4B8D51;
}
#ex .ex#ex_4 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(1) {
  top: 22%;
  left: 37%;
}
#ex .ex#ex_4 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(2) {
  top: 19%;
  left: 73%;
}
#ex .ex#ex_4 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(3) {
  top: 48%;
  left: 35%;
}
#ex .ex#ex_4 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(4) {
  top: 54%;
  left: 64%;
}
#ex .ex#ex_5 {
  background: linear-gradient(to bottom, #EAE8F2, #fff);
}
#ex .ex#ex_5 .subttl {
  color: #6C5D99;
}
#ex .ex#ex_5 .subttl:before, #ex .ex#ex_5 .subttl:after {
  background: #6C5D99;
}
#ex .ex#ex_5 .ex_head .ex_head-cont .ex_head-tag .item {
  background: #6C5D99;
}
#ex .ex#ex_5 .ex_head .ex_deco {
  width: 33.6%;
  right: 0;
}
#ex .ex#ex_5 .ex_cont .ex_plan .ex_plan-btn .popuo_btn {
  background: #6C5D99;
}
#ex .ex#ex_5 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(1) {
  top: 12%;
  left: 37%;
}
#ex .ex#ex_5 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(2) {
  top: 14%;
  left: 66%;
}
#ex .ex#ex_5 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(3) {
  top: 28%;
  left: 35%;
}
#ex .ex#ex_5 .ex_cont .ex_plan .ex_plan-btn .popuo_btn:nth-of-type(4) {
  top: 31%;
  left: 82%;
}
#ex .ex#ex_5 .ex_cont .ex_useful .ex_useful-middle {
  overflow: scroll;
  margin: 25px 0 10px;
}
#ex .ex#ex_5 .ex_cont .ex_useful .ex_useful-middle img {
  width: 100%;
  min-width: 980px;
}

.bnrbox {
  width: min(980px, 92%);
  margin: 0 auto 40px;
}

#amenity {
  margin-bottom: clamp(4rem, 6.1224489796vw, 8rem);
  padding-top: 30px;
  border-top: 9px solid #B09763;
}
#amenity .amenity_wp {
  width: 92%;
  margin: 0 auto clamp(2rem, 2.5510204082vw, 3rem);
}
#amenity .amenity_wp .amenity_cont {
  margin-bottom: 20px;
}
#amenity .amenity_wp .amenity_cont .amenity_ttl {
  display: inline-block;
  height: clamp(8rem, 9.1836734694vw, 10rem);
  margin-bottom: 20px;
}
#amenity .amenity_wp .amenity_cont .amenity_ttl img {
  width: auto;
  height: 100%;
}
#amenity .amenity_wp .amenity_cont .amenity_txt {
  font-family: "YuMincho", serif;
  font-size: clamp(1.4rem, 1.6326530612vw, 1.8rem);
  letter-spacing: 0.04em;
  line-height: 2;
}
#amenity .amenity_wp .amenity_cont .amenity_txt span {
  background-image: linear-gradient(to top, rgba(176, 151, 99, 0.3) 60%, rgba(176, 151, 99, 0) 60%);
  background-size: 100% 1.5em;
  padding-bottom: 0.4em;
}
#amenity .note {
  width: 92%;
  margin: 0 auto;
  font-family: "YuMincho", serif;
  font-size: clamp(1rem, 1.1224489796vw, 1.2rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.ex_popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: rgba(112, 112, 112, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}
.ex_popup.active {
  visibility: revert;
  z-index: 99999;
  opacity: 1;
}
.ex_popup .popup_wp {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-height: 66%;
  box-sizing: border-box;
  overflow: scroll;
}
.ex_popup .popup_item {
  display: none;
}
.ex_popup .popup_item.active {
  display: block;
}

.ex_useful-slide.slick-slider {
  margin-bottom: 80px;
}
.ex_useful-slide .slick-list {
  overflow: visible;
}
.ex_useful-slide .slick-slide {
  margin: 0 15px;
}
.ex_useful-slide .slick-prev, .ex_useful-slide .slick-next {
  z-index: 10;
  top: auto;
  bottom: -35px;
  right: 11px;
  transform: rotate(0deg);
}
.ex_useful-slide .slick-prev::before, .ex_useful-slide .slick-next::before {
  display: block;
  width: 9px;
  height: 12px;
  background: url("../../../img/plan/4ldk/slide_arrow.svg") center/cover no-repeat;
  content: "";
}
.ex_useful-slide .slick-prev {
  right: auto;
  left: 11px;
  transform: rotate(180deg);
}
.ex_useful-slide .slick-dots {
  bottom: -35px;
}
.ex_useful-slide .slick-dots li {
  margin: 0 3px;
}
.ex_useful-slide .slick-dots li button:before {
  color: #CEE6BC;
  font-size: 8px;
}
.ex_useful-slide .slick-dots li.slick-active button:before {
  color: #4B8D51;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #contents .sp {
    display: none;
  }
  #contents .tab, #contents .pc-tab {
    display: block;
  }
  #contents .images.col_2 {
    grid-template-columns: 1fr 2fr;
  }
  #contents .images.col_3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #contents .sp {
    display: none;
  }
  #mv {
    font-feature-settings: "palt";
  }
  #mv .mv_cont-ttl {
    font-weight: 500;
    font-size: clamp(18px, 2.34vw, 45px);
  }
  #mv .mv_cont-ttl .l_txt {
    font-size: clamp(20px, 2.6vw, 50px);
  }
  #mv .mv_cont-txt {
    font-size: clamp(12.8px, 1.66vw, 32px);
  }
  #mv .mv_top .images_item:nth-of-type(1), #mv .mv_top .images_item:nth-of-type(2) {
    aspect-ratio: auto;
  }
  #mv .mv_top .images_item img {
    height: clamp(400px, 28.2vw, 540px);
  }
  #mv .mv_top .images_item {
    aspect-ratio: auto;
  }
  #recommend .recommend_cont {
    max-width: 1315px;
  }
  #recommend .recommend_cont .recommend_ttl img {
    width: clamp(278.4px, 36.25vw, 696px);
  }
  #recommend .recommend_cont .recommend_link {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    max-width: 980px;
    margin: 0 auto 6rem;
  }
  #recommend .recommend_cont .recommend_link .recommend_link-item {
    text-align: center;
  }
  #recommend .recommend_cont .recommend_link .recommend_link-item + .recommend_link-item {
    margin: 0;
  }
  #recommend .recommend_cont .recommend_txt {
    text-align: center;
    font-size: clamp(8.8px, 1.14vw, 22px);
  }
  #recommend .decrease .decrease_ttl {
    font-size: clamp(19.6px, 2.55vw, 49px);
  }
  #recommend .decrease .decrease_wrap {
    display: grid;
    grid-template-columns: 38% 60%;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
  }
  #recommend .decrease .decrease_wrap .decrease_item {
    display: flex;
    flex-direction: column;
  }
  #recommend .decrease .decrease_wrap .decrease_item + .decrease_item {
    margin: 0;
  }
  #recommend .decrease .decrease_wrap .decrease_item + .decrease_item .decrease_note {
    display: none;
  }
  #recommend .decrease .decrease_wrap .decrease_item .decrease_result {
    margin-top: auto;
  }
  #recommend .decrease .decrease_wrap .decrease_item .decrease_note {
    position: absolute;
    top: 100%;
    left: 0;
  }
  #recommend .decrease .decrease_wrap .decrease_item .decrease_subttl {
    font-size: clamp(8px, 1.04vw, 20px);
  }
  #recommend .point .point_list {
    grid-template-columns: 31% 31% 31%;
  }
  #recommend .point .point_list .point_list-item:first-of-type {
    grid-column: span 3;
  }
  #recommend .point .point_list .point_list-item:first-of-type .tag {
    top: 0;
    left: 0;
    transform: translate(0, -130%) rotate(-2deg);
  }
  #recommend .point .point_list .point_list-item:first-of-type .ttl {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-size: clamp(16px, 2.08vw, 40px);
  }
  #recommend .point .point_list .point_list-item .tag {
    transform: translate(-3px, -50%) rotate(-2deg);
  }
  #recommend .point .point_list .point_list-item .ttl {
    text-align: center;
  }
  #howto .howto_head {
    padding: 3.6rem 0 4rem;
    background: #B09763;
  }
  #howto .howto_head .howto_comment {
    top: 0;
    left: 15%;
    transform: translate(0%, -30%);
    width: min(13.65%, 260px);
  }
  #howto .howto_head .howto_cont {
    max-width: 1315px;
  }
  #howto .howto_head .howto_cont .howto_head-ttl {
    font-size: clamp(19.2px, 2.5vw, 48px);
  }
  #howto .howto_head .howto_cont .howto_head-subttl {
    font-size: clamp(12.8px, 1.66vw, 32px);
  }
  #howto .howto_head .howto_cont .howto_head-txt {
    font-size: clamp(5.6px, 0.72vw, 14px);
  }
  .ex_link {
    max-width: 980px;
    margin: 0 auto;
  }
  .ex_link .ex_btn {
    grid-template-columns: repeat(5, 19%);
    grid-gap: 1.25%;
    text-align: center;
    width: 100%;
  }
  .ex_link .ex_btn .ex_btn-item {
    height: 5.8rem;
    line-height: 5.8rem;
    padding: 0;
    font-size: 2.4rem;
  }
  .ex_link.bottom {
    padding: 6rem 0 4rem;
  }
  #ex {
    margin-bottom: clamp(32px, 4.16vw, 80px);
  }
  #ex .ex {
    overflow: hidden;
  }
  #ex .ex .subttl {
    display: none;
  }
  #ex .ex .ex_head {
    aspect-ratio: auto;
    padding-top: 65px;
  }
  #ex .ex .ex_head .ex_head-bg {
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
  }
  #ex .ex .ex_head .ex_head-bg .ex_head-cap {
    top: auto;
    bottom: 10%;
    right: auto;
    left: 1.5em;
    font-size: 1rem;
    text-align: left;
    color: #333;
    text-shadow: 0 0 5px #FFF;
  }
  #ex .ex .ex_head .ex_head-cont {
    position: relative;
    top: auto;
    left: auto;
    max-width: 1315px;
    transform: translate(0, 0);
    margin-left: auto;
    margin-right: auto;
  }
  #ex .ex .ex_head .ex_head-cont .ex_head-num {
    width: clamp(91.2px, 11.87vw, 228px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #ex .ex .ex_head .ex_head-cont .ex_head-ttl {
    font-size: clamp(16px, 2.08vw, 40px);
    color: #8e8529;
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
    text-align: center;
  }
  #ex .ex .ex_head .ex_head-cont .ex_head-tag {
    margin: 0 auto;
    text-align: center;
  }
  #ex .ex .ex_head .ex_head-cont .ex_head-tag .item {
    min-width: 215px;
    margin-right: 0;
    padding: 8px 25px;
    font-size: clamp(9.6px, 1.25vw, 24px);
    background: #8e8529;
    color: #FFF;
  }
  #ex .ex .ex_head .ex_head-cont .ex_head-tag .item + .item {
    margin-left: 15px;
  }
  #ex .ex .ex_head .ex_deco {
    bottom: 20%;
    right: 20%;
    width: 6%;
  }
  #ex .ex .ex_cont .ex_cont-inner {
    width: clamp(576px, 75vw, 1440px);
    margin: 0 auto;
  }
  #ex .ex .ex_cont .ex_cont-txt {
    line-height: 2.1;
    text-align: center;
    font-size: clamp(8.8px, 1.14vw, 22px);
    text-shadow: 0 0 5px #FFF;
  }
  #ex .ex .ex_cont .ex_plan {
    margin-bottom: 20px;
  }
  #ex .ex .ex_cont .ex_plan .ex_plan-btn {
    display: none;
  }
  #ex .ex .ex_cont .ex_images {
    display: none;
    position: relative;
  }
  #ex .ex .ex_cont .ex_images > .images_item {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -100%);
    width: 31.25%;
  }
  #ex .ex#ex_1 {
    background: linear-gradient(to bottom, #FEFBF2 0%, #FFFFFF 86%);
  }
  #ex .ex#ex_1 .ex_head .ex_deco {
    font-size: clamp(25rem, 30.612244898vw, 40rem);
    bottom: 10%;
    right: auto;
    left: calc(50% + 1em);
    width: clamp(8rem, 10.2040816327vw, 11.5rem);
  }
  #ex .ex#ex_1 .ex_cont .ex_useful .ex_plan-img {
    position: relative;
    z-index: 2;
    margin-left: 7%;
    width: 73%;
  }
  #ex .ex#ex_2 {
    background: linear-gradient(to bottom, #EAF4F6 0%, #FFFFFF 86%);
  }
  #ex .ex#ex_2 .ex_head .ex_deco {
    font-size: clamp(18rem, 26.5306122449vw, 30rem);
    bottom: 8%;
    right: auto;
    left: calc(50% + 1em);
    width: clamp(10rem, 12.2448979592vw, 14rem);
  }
  #ex .ex#ex_2 .ex_head .ex_head-cont .ex_head-ttl {
    color: #118e9b;
  }
  #ex .ex#ex_2 .ex_cont .ex_useful .ex_plan-img {
    position: relative;
    z-index: 2;
    margin-left: 5.2%;
    width: 57%;
  }
  #ex .ex#ex_3 {
    background: linear-gradient(to bottom, #FCF6F7 0%, #FFFFFF 86%);
  }
  #ex .ex#ex_3 .ex_head .ex_deco {
    font-size: clamp(18rem, 24.4897959184vw, 29rem);
    bottom: 0;
    right: auto;
    left: calc(50% + 1em);
    width: clamp(18rem, 20.4081632653vw, 21.5rem);
  }
  #ex .ex#ex_3 .ex_head .ex_head-cont .ex_head-ttl {
    color: #B74568;
  }
  #ex .ex#ex_3 .ex_cont .ex_useful .ex_plan-img {
    position: relative;
    z-index: 2;
    transform: translate(-6.25%, 0);
    transform: translate(-2.25%, 0);
    width: 67%;
  }
  #ex .ex#ex_4 {
    background: linear-gradient(to bottom, #ECF1E8 0%, #FFFFFF 86%);
  }
  #ex .ex#ex_4 .ex_head .ex_deco {
    font-size: clamp(20rem, 24.4897959184vw, 31.5rem);
    bottom: 2%;
    right: auto;
    left: calc(50% + 1em);
    width: clamp(17rem, 19.387755102vw, 21rem);
  }
  #ex .ex#ex_4 .ex_head .ex_head-cont .ex_head-ttl {
    color: #4B8D51;
  }
  #ex .ex#ex_4 .ex_cont .ex_useful .ex_plan-img {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 98%;
  }
  #ex .ex#ex_5 {
    background: linear-gradient(to bottom, #EAE8F2 0%, #FFFFFF 86%);
  }
  #ex .ex#ex_5 .ex_head .ex_deco {
    font-size: clamp(15rem, 22.4489795918vw, 29rem);
    bottom: -1%;
    right: auto;
    left: calc(50% + 1em);
    width: clamp(20rem, 24.4897959184vw, 27.5rem);
  }
  #ex .ex#ex_5 .ex_head .ex_head-cont .ex_head-ttl {
    color: #6C5D99;
  }
  #ex .ex#ex_5 .ex_cont .ex_plan {
    margin-bottom: 0;
  }
  #ex .ex#ex_5 .ex_cont .ex_useful .ex_plan-img {
    position: relative;
    width: 84%;
    margin: 0 auto;
  }
  #ex .ex#ex_5 .ex_cont .ex_useful .ex_useful-top, #ex .ex#ex_5 .ex_cont .ex_useful .ex_useful-bottom {
    display: none;
  }
  #ex .ex#ex_5 .ex_cont .ex_useful .ex_useful-middle {
    margin: 0;
  }
  #ex .ex#ex_5 .ex_cont .ex_useful .ex_useful-middle img {
    min-width: 100%;
  }
  .bnrbox {
    margin-bottom: clamp(32px, 4.16vw, 80px);
  }
  #amenity {
    padding-top: 0;
    border-top: none;
  }
  #amenity .amenity_wp {
    position: relative;
    width: clamp(576px, 75vw, 1440px);
  }
  #amenity .amenity_wp .amenity_cont {
    margin-bottom: 0;
    padding: 20px 0 20px 3.8%;
    box-sizing: border-box;
    border-left: clamp(0.5rem, 1.0204081633vw, 1.5rem) solid #B09763;
  }
  #amenity .amenity_wp .amenity_cont .amenity_txt {
    width: 68%;
    font-size: clamp(7.2px, 0.93vw, 18px);
  }
  #amenity .amenity_wp .amenity_img {
    position: absolute;
    top: 50%;
    right: -4%;
    transform: translate(0, -50%);
    width: 42%;
  }
  #amenity .note {
    max-width: 1315px;
  }
  .ex_popup {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  #contents .tab {
    display: none;
  }
  #recommend .point .point_list {
    grid-template-columns: 23.25% 23.25% 23.25% 23.25%;
  }
  #recommend .point .point_list .point_list-item:first-of-type {
    grid-column: span 4;
  }
}
/*------------------------------
		1280px以上
------------------------------*/
@media screen and (min-width: 1281px) {
  #contents .tab {
    display: none;
  }
  #contents .pc {
    display: block;
  }
}
@media screen and (min-width: 1919px) {
  #contents .ll_pc {
    display: block;
  }
  #contents .ll_pc_no {
    display: none;
  }
  #mv .mv_top {
    margin-bottom: 2.08vw;
  }
  #mv .mv_cont-txt {
    margin-bottom: 2.08vw;
  }
  #recommend {
    padding-top: 5.2vw;
  }
  #ex .ex .ex_head {
    padding-top: 3.38vw;
  }
  #ex .ex .ex_cont .ex_useful {
    margin-bottom: 4.58vw;
  }
  #ex .ex#ex_3 .ex_cont .ex_useful .ex_plan-img {
    transform: translate(-6.25%, 0);
  }
  #amenity .amenity_wp .amenity_cont .amenity_txt {
    width: 70%;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  #amenity .amenity_wp .amenity_img {
    width: 46.4%;
  }
}
/*# sourceMappingURL=style.css.map */
