#plan #info{
  text-align: center;
  background-color: #fff;
}
#plan #info .wrap {
    letter-spacing: 5px;
    font-size: 1.5rem;
    padding: 100px 0;
    line-height: 45px;
    color: #978357;
}
#plan h2{
  text-align: center;
  border-bottom: solid 1px #978357;
  padding: 15px;
  color: #978357;
  letter-spacing: 10px;
  font-size: 1.5rem;
  font-weight: normal;
}
#plan .caption {
    position: absolute;
    right: 26px;
    bottom: 24px;
    font-size: 11px;
    letter-spacing: .2em;
    color: #fff;
    pointer-events: none;
    white-space: nowrap;
}
.flex-wrap{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    padding: 50px 0 100px;
    margin: auto;
    align-items:center;
    gap: 30px;
}
.flex-wrap a{
    width: 31.5%;
    cursor: pointer;
}
.roomplan {
  width: 30%;
  padding-top: 30px;
  max-width: 350px;
}
.note{
    margin: 50px auto;
    line-height: 25px;
}

.equipment {
  padding: 80px 0 100px;
  background: #f5f3ee;
  color: #595757;
  margin-bottom: 60px;
}
#plan h2.equipment__heading{
  border: unset;
    text-align: left;
    color: #595757;
    padding: 15px 0;
    font-size: 1.3rem; 
}
.equipment__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.equipment__heading {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  margin: 0 0 50px;
  font-weight: 400;
}
.equipment__cols {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.equipment__col {
  flex: 0 0 50%;
}
.equipment__left-wrap {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.equipment__left-text {
  flex: 0 0 30%;
}
.equipment__title {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
  color: #978357;
  font-weight: 400;
}
.equipment__text {
  font-size: 0.9rem;
  line-height: 2.2;
  margin: 0;
}
.equipment__note {
  font-size: 0.7rem;
}
.equipment__photo {
  flex: 1 1 auto;
  margin: 0;
  position: relative;
}
.equipment__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.equipment__photo figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0,0,0,0.45);
}
.equipment__block + .equipment__block {
  margin-top: 24px;
}
.equipment__divider {
  height: 1px;
  margin: 50px 0;
  background: #978357;
}
.equipment__block .flex-wrap{
  padding: 0;
  gap: 20px;
}
.equipment__block .flex-wrap img{
  max-width: 190px;
}
.equipment__block .flex-wrap .text-wrap{
  flex: 1;
}
@media (max-width: 768px) {
  .equipment__cols {
    flex-direction: column;
    padding: 20px;
  }
  .equipment__col {
    flex: 0 0 auto;
    width: 100%;
  }
  .equipment__left-wrap {
    flex-direction: column;
  }
}


.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 2vw 30px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    z-index: 9999999;
}
.modal_box ul{
      display: flex;
    gap: 20px;
    max-width: 900px;
    margin: 50px auto 0;
}
.modal_box li{
  border: solid 1px #978357;
    width: calc(100% / 2);
    padding: 15px;
    font-size: 1rem;
    letter-spacing: 0.5rem !important;
    color: #978357;
}
/* .modal_box li:first-child{
  color: #fff;
  background-color: #978357;
} */
.plan-panel {
  overflow: hidden;
  position: relative;
}

.plan-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .85s ease;
}

.plan-content.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.plan-tabs li {
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease, opacity .3s ease;
}
.plan-tabs li.active {
  color:#fff;
  background-color: #978357;
}
.plan-tabs li:hover {
  opacity: 0.6;
}
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #e6e6e6;
}

.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.7);
}

.link_area {
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.link_area ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.link_area .modal_link {
display: inline;
}

.link_area .modal_link a {
display: inline-block;
width: 50px;
height: 50px;
color: #fff;
line-height: 50px;
text-decoration: none;
background: #898989;
cursor: pointer;
font-size: 1.3rem;
border-radius: 50px;
}

.link-area ul li.modal_link:first-child a {
float: left;
}

.link-area ul li.modal_link:last-child a {
float: right;
}
.closeIcon {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
#kankyoLabel .closeIcon{
  top: -30px;
  right: 0;
}
.closeIcon span {
background-color: #000;
width: 40px;
height: 1px;
position: absolute;
left: -5px;
}

.closeIcon span:nth-child(1) {
-webkit-transform: translateY(20px) rotate(-315deg);
transform: translateY(20px) rotate(-315deg);
top: -5px;
}

.closeIcon span:nth-child(2) {
-webkit-transform: translateY(-20px) rotate(315deg);
transform: translateY(-20px) rotate(315deg);
bottom: -5px;
}
.foot-wrap {
margin: 50px auto 100px;
padding: unset;
max-width: 1000px;
text-align: center;
}
.modal_box .contact {
border: solid 1px;
}
.modal_box .foot-wrap p {
text-align: center;
font-family: a-otf-ryumin-pr6n, serif;
line-height: 25px;
margin: 30px auto;
}
.foot-wrap .tel {
font-size: 2.5rem;
    letter-spacing: 3px;
    padding: 25px 0;
    display: block;
}
.modal_box .head-belt {
    text-align: left;
}
.modal_box .head-belt .wrap {
    max-width: 900px;
}
.modal_box .head-belt .flex-wrap {
    margin-top: 95px;
}
.modal_box .head-belt .flex-wrap>a{
    border: unset;
    background: #4e4449;
    color: #fff;
    letter-spacing: 2px;
    width: auto;
}
.type{
    padding-bottom: 10px;
    border-bottom: 2px solid #978357;
}
.area {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: serif;
  font-weight: 300;
}
.ldk {
  display: inline-block;
  margin-right: 10px;
}
.type,.ldk{
  margin-bottom: 10px;
  font-size: 24px;
  font-family: serif;
  font-weight: 400;
}
.type{
  color: #978357;
  text-align: center;
}
.area {
  display: inline-block;
}
.type span {
  display: inline-flex;
  align-items: center;
  font-size: 45px;
  color: #978357;
}
.ldk span{
  font-size: 25px;
}
.area span{
  font-size: 24px;
}
.area span.big {
  font-size: 36px;
}
.modal_box .img-wrap{
    position: relative;
}
.modal_box img{
    padding-top: 0px;
    padding-bottom: 30px;
        width: 60%;
}
#kankyoLabel.modal_box  img{
  width: 100%;
}
.modal_box .wrap p{
    text-align: left;
    line-height: 15px;
    font-size: .5rem;
    max-width: 900px;
    margin: auto;
    margin-top: 30px;
    font-family: a-otf-ryumin-pr6n, serif;
}
.head-belt{
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.head-belt .wrap{
	max-width: 1000px;
	margin: auto;
  padding: 10px 0;
}
.head-belt h1{
	font-size: 1.8rem;
	font-family: 'ryumin', a-otf-ryumin-pr6n, serif;
	padding: 30px 0 5px;
	font-weight: 100;
	letter-spacing: 3px;
  display: inline;
}
.head-belt h1 img{
  width: 310px;
}
.head-belt .sub-title{
	font-family: a-otf-ryumin-pr6n, serif;
	display: inline-block;
	padding: 0px 3px 15px;
	letter-spacing: 1px;
	font-size: .8rem;
}
.head-belt .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin-top: 35px;
    padding: unset;
}
.head-belt .flex-wrap>a{
    border: solid 1px;
    padding: 10px 15px;
    margin-top: -20px;
    margin-left: 5px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
    font-family: a-otf-ryumin-pr6n, serif;
}
.head-belt .flex-wrap .head-raijo {
  /* border: solid 1px; */
  padding: 10px 15px;
  margin-top: -20px;
  margin-left: 5px;
  background: linear-gradient(90deg, rgba(162, 104, 109, 100) 0%, rgba(102, 60, 65, 100) 100%);
  font-family: a-otf-ryumin-pr6n, serif;
  color: #fff;
}
.head-belt .flex-wrap .head-entry {
  /* border: solid 1px; */
  padding: 10px 15px;
  margin-top: -20px;
  margin-left: 5px;
  background: linear-gradient(90deg, rgba(117, 140, 158, 1) 0%, rgba(91, 110, 126, 1) 100%);
  font-family: a-otf-ryumin-pr6n, serif;
  color: #fff;
}

.kankyoLabel{
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #231815;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .5s ease;
}
.kankyoLabel:hover {
  background: #231815;
  color: #fff;
}
.modal_box.labelimg{
  background-color: unset;
  max-width: 380px;
  width: 100%;
  overflow: unset;
  border: unset;
  padding: 0;
}
.labelimg .closeIcon span{
  background-color: #fff;
}


.modal_box .head-belt {
  display: flex;
  flex-direction: column;
}

.modal_box .head-belt .bottom-row {
  display: flex;
  align-items: center;
  gap: 0;
}

.modal_box .head-belt .ldk {
  position: relative;
  padding-right: 18px;
  margin-right: 18px;
}

.modal_box .head-belt .ldk::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #978357;
}

.modal_box .head-belt {
  max-width: 1000px;
  margin: 40px auto 20px;
  text-align: center;
}

.modal_box .head-belt .type {
  margin: 0 0 15px;
  padding-bottom: 18px;
  font-family: serif;
  font-size: 25px;
  letter-spacing: 0.35em;
  color: #978357;
  border-bottom: 1px solid #c7b58c;
  text-align: center;
}
.modal_box .premium{
    font-size: 1rem!important;
    padding: 5px 35px;
    background-color: #978357;
    color: #fff;
    margin-top: 15px;
      font-family: "Cinzel", serif;
}

.modal_box .head-belt .type span {
  font-size: 35px;
  font-family: "Cinzel", serif;
}

.modal_box .plan-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #595757;
  /* padding-top: 26px; */
  font-family: "Cinzel", serif;
}

.modal_box .plan-meta .ldk {
  margin: 0;
  padding-right: 25px;
  font-family: serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.modal_box .plan-meta .ldk::after {
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  width: 1px;
  height: 2.5em;
  background: #978357;
}

.modal_box .plan-meta .area {
  margin: 0;
  font-family: serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-family: "Cinzel",'Noto Serif JP', "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
}

.modal_box .plan-meta .area .big {
  font-size: 22px;
  font-weight: 500;
}

.modal_box .plan-meta .area .note {
  font-size: 12px;
}

@media (max-width: 768px) {
  .modal_box .plan-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .modal_box .plan-meta .ldk {
    padding-right: 0;
  }
  .modal_box .plan-meta .ldk::after {
    display: none;
  }
  .modal_box .plan-meta .area .big {
    font-size: 18px;
    font-weight: 500;
  }
  .ldk span {
    font-size: 20px;
      font-family: "Cinzel", serif;
  }
}
#head{
  position: relative;
}
  #head .head-title{
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 2.5rem;
    font-family: "Cinzel", serif;
    letter-spacing: 0.25em;
    right: 10vw;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
@media screen and (max-width: 991px) {
    #head .head-title{
    font-size: 1.5rem;
  }
    #plan h2{
      padding: 10px;
      font-size: 1.3rem;
      margin-bottom: 30px;
      line-height: 35px;
    }
    #plan h2.equipment__heading{
      font-size: 1rem;
      margin-bottom: 30px;
      line-height: 35px;
      padding: 15px 20px 0;
    }
    #plan .caption{
      right: 10px;
      bottom: 10px;
      font-size: 8px;
    }
    .equipment__title{
      font-size: 1rem;
    }
    #plan #info .wrap{
        font-size: 1rem;
        line-height: 30px;
        padding: 50px 0 10px;
    }
    .title {
        font-size: 1.3rem!important;
        margin-bottom: 30px!important;
    }
    #roomplan .flex-wrap{
        width: 95%;
        margin: auto;
        padding-top: 0;
        gap: 20px;
        padding: 0 0 50px;
    }
    .flex-wrap a {
        width: 90%;
        cursor: pointer;
    }
    .roomplan{
        width: 100%;
    }
    .plan-wrap p{
        margin-bottom: 0;
      }
      .plan-wrap>img{
        width: 85%;
      }
      .plan-wrap .note {
        width: 90%;
        font-size: .5rem;
        margin: 20px auto 50px auto;
        line-height: 15px;
      }
      .head-belt .flex-wrap>a {
        padding: 10px 5px;
        margin-top: -10px;
        font-size: .5rem;
      }
    .modal_box {
      padding: 50px 2vw 40px;
    }
    .modal_box img{
      width: 100%;
    }
    .head-belt h1 img {
        width: 250px;
    }
    .w3 .modal_open,
    .w2 .modal_open,
    .dummy{
      width: 50%;
      box-sizing: border-box;
    }
    .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
    }
  
    .modal_close i {
      line-height: 44px;
    }
    .link_area .modal_link a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: .8rem;
    }
  
    .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
    }
  
    .link_area ul li.modal_link:last-child a {
      float: none;
    }
    .modal_box p {
      line-height: 15px!important;
      font-size: .8rem!important;
    }
    #roomplan .modal_box .head-belt .flex-wrap {
        width: auto;
        gap: unset;
        margin-top: 20vw;
      }
    .madori span {
      font-size: 1.3rem;
    }
    .note{
        font-size: 0.7rem !important;
        line-height: 20px !important;
        margin-top: 0px;
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 0 !important;
    }
  }



.modal_box .modal_nav {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 10000;
}

.modal_box .modal_prev { left: 20px; }
.modal_box .modal_next { right: 20px; }

.modal_box .modal_nav span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  border: 1px solid #978357;
  transform: rotate(45deg);
  background: #fff;
}

.modal_box .modal_prev span {
  border-right: none;
  border-top: none;
}
.modal_box .modal_next span {
  border-left: none;
  border-bottom: none;
}

.modal_box .modal_nav:hover span {
  opacity: 0.5;
}
.modal_box p{
    text-align: left;
    line-height: 15px;
    font-size: .5rem;
    max-width: 900px;
    margin: auto;
    margin-top: 30px;
        font-family: 'Noto Serif JP', serif;
}
.cap-title{
  margin-top: .5%;
  margin-bottom: .5%;
  display: inline-block;
  width: auto;
}
.cap01{
  display: inline-block;
  margin: 0 3% 0 35px;
  position: relative;
}
.cap01:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  background: #d0c1a6;
  left: -34px;
}
.cap02 {
  display: inline-block;
  margin: 0 3% 0 35px;
  position: relative;
}
.cap02:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  background: #EEEDDE;
  left: -34px;
}
@media screen and (max-width:767px) {
  .modal_box .head-belt .type span {
      font-size: 30px;
  }
  /* .modal_box .modal_nav {
    top: 80%;
  } */
  .modal_box li{
      letter-spacing: 0.3rem !important;
      padding: 10px;
  }
  .modal_box .modal_prev {
      left: 0px;
  }
  .modal_box .modal_next {
      right: 0px;
  }
  .modal_box .modal_nav span {
      width: 20px;
      height: 20px;
  }
      .modal_box p {
      line-height: 15px!important;
      font-size: .6rem!important;
    }
    .modal_box .plan-meta p {
      line-height: 15px!important;
      font-size: .8rem!important;
    }
    .modal_box .note{
      font-size: 0.6rem!important;
    }
    .cap01:before {
      top: 2px;
      height: 10px;
    }

    .cap02:before {
      top: 2px;
      height: 10px;
    }
}