@charset "UTF-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined&display=swap');

/* ==========================================================================

  style CSS

========================================================================== */
body{
  background: #EFEFEF;
}

.main__contents{
  background-size: cover;
  background-position: center center;
}
.main{
  background-image: url("../../img/main_room_r.jpg");
  background-size: cover;
  background-position: center center;
}
.main__contents{
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__contents .inner{
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
}
.main__contents .main__title.en__title{
  font-weight: 700;
}
.main__contents a{
  display: inline-block;
  color: #fff;;
  line-height: 1;
}
.main__contents a::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 8px;
}

@media screen and (max-width: 979px) {  
  .main{
    position: relative;
    display: flex;
    top: 70px;
  }
  .main__contents{
    width: 100%;
    height: calc(100svh - 70px);
  }
  .main__contents .logo{
    width: 100px;
    margin: 0 auto;
  }
  .main__title{
    margin-top: 30px;
    font-size: 15px;
  }
  
  .btn__scroll{
    position: absolute;
    left: calc(50% - 23px);
    bottom: 0;
  }
}

@media screen and (min-width: 980px){
  .main{
    display: flex;
  }
  .main__contents{
    width: 100%;
    height: 100svh;
  }
  .main__contents .logo{
    width: 130px;
    margin: 0 auto;
  }
  .main__contents .main__title{
    margin-top: 40px;
    font-size: 22px;
  }
  .main__contents .main__title.en__block{
    display: none;
  }
  
  .btn__scroll{
    position: absolute;
    left: calc(50% - 23px);
    bottom: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn__scroll a{
    transition: opacity .4s;
  }
  .btn__scroll a:hover{
    opacity: .6;
  }
}




/* contents
========================================================================== */
.en p,
.en li{
  font-family: Arial, Helvetica, "sans-serif";
}
.orange{
  position: relative;
  background: #d2a000;
}
.orange::before{
  position: absolute;
  content: "";
  display: block;
  background:#EFEFEF;
  width: 100%;
  padding-bottom: 10%;
  z-index: 1;
}

.col1__list,
.col2__list{
  margin-top: 1em;
}
.col1__list li,
.col2__list li{
  padding: 1em 0;
  border-top: solid 1px #DEDEDE;
}
.col1__list li,
.col2__list li{
  border-top: solid 1px #DEDEDE;
}
.orange .col1__list li,
.orange .col2__list li{
  border-top: solid 1px #bd9000;
}


@media screen and (max-width: 979px) {
  #popup{
    margin-top: 140px;
  }
  
  .headline__inner{
    position: relative;
    z-index: 2;
  }
  .headline__title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin: 20px auto 0;
  }
  .headline__title .small{
    width: 37%;
  }
  .headline__title .title{
    width: 63%;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    text-align: right;
  }
  .headline.right .headline__title{
    flex-direction: row-reverse;
  }
  .headline.right .headline__title .title{
    text-align: left;
  }
  
  .section__inner{
    margin-top: 60px;
  }
  .orange{
    padding-bottom: 60px;
  }
  
  .column-2 .col + .col{
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1399px) {
  .headline__inner{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 95%;
  }
  .headline .title{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px){
  .headline__inner{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: calc(100% - (100% - 1280px)/2);
  }
  .headline .title{
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 980px){
  .headline{
    display: flex;
  }
  .headline.right{
    justify-content: flex-end;
  }
  .headline.right .headline__inner{
    flex-direction: row-reverse;
  }
  .headline__title{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 24%;
  }
  .headline .large{
    width: 70%;
  }
  .headline.left .title{
    text-align: right;
  }
  
  .section__inner{
    margin-top: 140px;
  }
  .orange{
    padding-bottom: 140px;
  }
  
  .column-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column-2 .col{
    width: 46%;
  }
  
  .col2__list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .col2__list li{
    width: 46%;
  }
  .col2__list li:nth-child(odd){
    margin-right: 8%;
  }
}

/* popup
========================================================================== */
@media screen and (max-width: 979px) {
  #popup .col.jp .subheading{
    font-size: 18px;
    font-weight: 600;
  }
  #popup .col.en .subheading{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
  }
  #popup .col.jp .lead{
    font-size: 15px;
    margin-top: 20px;
  }
  #popup .col.en .lead{
    margin-top: 20px;
    font-weight: 500;
  }
  #popup .col.jp > p,
  #popup .col.en > p{
    font-size: 15px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 980px){
  #popup .col.jp .subheading{
    font-size: 22px;
    font-weight: 600;
  }
  #popup .col.en .subheading{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  #popup .col.jp .lead{
    font-size: 16px;
    margin-top: 40px;
  }
  #popup .col.en .lead{
    margin-top: 40px;
    font-weight: 500;
  }
  #popup .col.jp > p,
  #popup .col.en > p{
    font-size: 15px;
    margin-top: 30px;
  }
}


/* space
========================================================================== */
.modaal-wrapper{
  overflow: hidden;
}

@media screen and (max-width: 979px) {
  .photo__gallery{
    display: flex;
    flex-wrap: wrap;
  }
  .photo__gallery li{
    width: 49.5%;
    margin-right: 0.5%;
  }
  .photo__gallery li:nth-of-type(2n){
    margin-right: 0;
  }
  .photo__gallery li:nth-child(n+3) {
    margin-top: 0.5%;
  }
}

@media screen and (min-width: 980px){
  .drawing{
    display: block;
    max-width: 740px;
    margin: 0 auto;
  }
  .photo__gallery{
    display: flex;
    flex-wrap: wrap;
  }
  .photo__gallery li{
    width: 33%;
    margin-right: 0.5%;
  }
  .photo__gallery li:nth-of-type(3n){
    margin-right: 0;
  }
  .photo__gallery li:nth-child(n+4) {
    margin-top: 0.5%;
  }
}


/* price
========================================================================== */
#price .subheading{
  display: inline-block;
  line-height: 1;
}
#price .subheading::after{
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 3px;
  margin-top: .5em;
}

@media screen and (max-width: 979px) {
  #price .col.jp .subheading{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  #price .col.en .subheading{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  #price .subheading span{
    font-size: 15px;
  }
  #price .col.jp .lead{
    font-size: 18px;
  }
  #price .col.en .lead{
    font-size: 18px;
    font-weight: 500;
  }
  #price .pay_image{
    width: 75%;
    margin: 60px auto 0;
  }
}

@media screen and (min-width: 980px){
  #price .col.jp .subheading{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 80px;
  }
  #price .col.en .subheading{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 80px;
  }
  #price .subheading span{
    font-size: 15px;
  }
  #price .col.jp .lead{
    font-size: 20px;
  }
  #price .col.en .lead{
    font-size: 20px;
    font-weight: 500;
  }
}


/* access
========================================================================== */
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access__list{
  border-top: solid 1px #bd9000;
}
.access__list li{
  border-bottom: solid 1px #bd9000;
  padding: 1em 0;
}
.email{
  display: inline-block;
}
.email a{
  display: flex;
  align-items: center;
  color: #000;
}
.email a .material-icons-outlined{
  margin-right: .3em;
}
.email a:visited { color: #000; }
.email a:active { color: #000; }

@media screen and (max-width: 979px) {
  #access .section__inner{
    align-items: center;
  }
  #access .subheading{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #access p.address{
    font-size: 18px;
  }
  #access p+p{
    margin-top: .2em;
  }
  .access__list{
    margin-top: 30px;
  }
  #access p.access__text{
    margin-top: 30px;
    font-size: 15px;
  }
}

@media screen and (min-width: 980px){
  #access .section__inner{
    align-items: center;
  }
  #access .subheading{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #access p.address{
    font-size: 18px;
  }
  #access p+p{
    margin-top: .2em;
  }
  .access__list{
    margin-top: 40px;
  }
  #access p.access__text{
    margin-top: 30px;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .email a{
    transition: color .4s;
  }
  .email a:hover{
    color: #fff;
  }
}


/* policy
========================================================================== */
.policy__list{
  border-top: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  margin-top: 20px;
  padding: 1em 0;
}
.policy__list li{
  padding: .2em 0;
}
.col.jp .policy__list li{
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 979px) {
  #policy .col.jp .subheading{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  #policy .col.en .subheading{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  #policy .col.jp .lead{
    font-size: 18px;
  }
  #policy .col.en .lead{
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (min-width: 980px){
  #policy .col.jp .subheading{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 80px;
  }
  #policy .col.en .subheading{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 80px;
  }
  #policy .col.jp .lead{
    font-size: 20px;
  }
  #policy .col.en .lead{
    font-size: 22px;
    font-weight: 500;
  }
}


/* reserve
========================================================================== */
#reserve{
  background-image: url("../img/btm_image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.reserve__navi li a{
  background:#d2a000;
  display: block;
  border-radius: 100vh;
}
@media screen and (max-width: 979px) {
  #reserve {
    padding: 60px 0;
  }
  .reserve__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reserve__inner p{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .reserve__navi{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
  }
  .reserve__navi li{
    height: 40px;
  }
  .reserve__navi li img{
    height: 40px;
    width: auto;
  }
  .reserve__navi li+li{
    margin-left: 5px;
  }
}

@media screen and (min-width: 980px){
  #reserve {
    padding: 120px 0;
  }
  .reserve__inner{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reserve__inner p{
    font-size: 24px;
    line-height: 1;
    margin-right: 30px;
  }
  .reserve__navi{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
  }
  .reserve__navi li+li{
    margin-left: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .reserve__navi li a{
    transition: background .4s;
  }
  .reserve__navi li a:hover{
    background: #fff;
  }
}