@charset "UTF-8";
/*==================================================
stay
==================================================*/
main{
  width: 100%;
  background: #FAFAFA;
  margin-top: 125px;
}
.main-img{
  width: 100%;
  padding: 0 2.8vw;
}
.concept-sec .flex_box{
  position: relative;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.concept-sec .flex_box .col-title{
  position: absolute;
  width: 45%;
}
.concept-sec .flex_box .col-title .tit02{
  padding-left: 0;
}
.col-stay .col-txt{
  width: 51.25%;
  margin-left: 48.75%;
}
.col-stay .col-title .col-title-logo{
  margin-top: -4.5rem;
}
.col-stay .col-title .col-title-logo img{
  width: 100px;
  height: auto;
}
.concept-wrap{
  max-width: 1280px;
  padding: 3vw 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.col-anchor a{
  position: relative;
  width: 48%;
  transition: all .2s ease;
}
.col-anchor a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 1;
}
.col-anchor a:before{
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease;
}
.col-anchor a:after{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: url(../img/cmn/arrow03.svg) no-repeat;
  background-size: 8px 4px;
  width: 8px;
  height: 4px;
  transform: translate(-50%, 0);
}
@supports (background-image: url("hotelniwa.webp")) {
.col-anchor a:after{
  background: url(../img/cmn/arrow03.webp) no-repeat;
  background-size: 8px 4px;
}
}
.col-anchor a:hover{
  opacity: 1;
}
.col-anchor a:hover:before{
  background: rgba(0, 0, 0, 0);
}
.col-anchor a img{
  vertical-align: bottom;
}
.col-txt-anchor{
  margin-top: 6.5rem;
}
.col-txt-anchor ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 440px;
  padding-left: 20px;
}
.col-txt-anchor ul li{
  font-size: 1.6rem;
  width: 48%;
  padding-top: 1.8rem;
}
.col-txt-anchor ul li a{
  position: relative;
  color: #999999;
}
.col-txt-anchor ul li a:before{
  content: '';
  display: inline-block;
  width: 1.7rem;
  height: 0.6rem;
  background: url(../img/cmn/arrow04.svg) no-repeat right center;
  background-size: contain;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: -25px;
}
@supports (background-image: url("hotelniwa.webp")) {
.col-txt-anchor ul li a:before{
  background: url(../img/cmn/arrow04.webp) no-repeat right center;
  background-size: contain;
}
}

.experience-sec{
  border-top: 1px solid #CCCCCC;
  padding: 12rem 0 0 0;
  margin: 12rem 0;
}
.experience-sec#inside{
  margin: 0;
}
.experience-wrap{
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.experience-sec h2{
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  padding-left: 5.6vw;
}
.experience-wrap h3{
  font-size: 2rem;
  letter-spacing: 0.5em;
  line-height: 1.8;
}
.experience-wrap h3 span{
  display: block;
  font-size: 1.4rem;
  color: #A3B5AC;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1;
}
.experience-thumb{
  margin-top: 5.5vw;
  padding-left: 5.6vw;
}
.experience_items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7vw;
  padding: 0 3.6vw;
}
.experience_items figure{
  width: 49%;
}
.experience-text{
  padding: 0 7.2vw;
  margin-top: 6.2vw;
}
.experience-text p{
  margin-top: 2.5vw;
  line-height: 2.2;
}
.experience-text p.tokyo-txt {
    max-width: 780px;
}

.experience-sec .text-right{
  display: block;
  text-align: right;
  overflow: hidden;
}

.relation-sec{
  width: 100%;
}
.relation-sec{
  border-top: 1px solid #CCCCCC;
  padding: 12rem 40px;
  max-width: 1280px;
  margin: 0 auto;
}
.relation-sec .flex_box{
  max-width: 1100px;
  margin: 0 auto;
}
.relation-sec .relation-link{
    width: 46%;
    margin-top: 4rem;
}
.relation-sec .relation-link:nth-child(1),
.relation-sec .relation-link:nth-child(2){
    margin-top: 0;
}
.relation-sec .relation-link a.relation-link-item{
  position: relative;
  display: block;
}
.relation-sec .relation-link a.relation-link-item:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease;
}
.relation-sec .relation-link a.relation-link-item:hover{
  opacity: 1;
}
.relation-sec .relation-link a.relation-link-item:hover:after{
  background: rgba(0, 0, 0, 0);
}
.relation-sec .relation-link a.relation-link-item img{
  vertical-align: bottom;
}
.relation-sec .relation-link a.relation-link-text{
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.6rem;
  padding-left: 40px;
}
.relation-sec .relation-link a.relation-link-text:before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #A6B4AC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

/*==================================================
SP
==================================================*/
@media screen and (max-width: 1440px){
  .concept-sec .flex_box .col-title{
    padding-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  main{
    margin-top: 105px;
  }
  .main-img{
    padding: 0 5vw;
  }
  .concept-sec .flex_box .col-title{
    padding-left: 0;
    width: 100%;
    position: static;
  }
  .col-stay .col-txt{
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .concept-wrap{
    padding: 12vw 5vw 0;
  }
  .col-anchor a{
    width: 100%;
    margin-top: 8vw;
  }
  .col-anchor a:first-of-type{
    margin-top: 0;
  }
  .col-anchor a:after{
    bottom: 10px;
  }
  .col-stay .col-title .col-title-logo{
    padding-left: 10vw;
    margin-top: 3rem;
    margin: 3rem 0 4rem;
  }
  .col-txt-anchor{
    margin-top: 10vw;
  }
  .col-txt-anchor ul{
    max-width: 100%;
    padding-left: 20px;
  }
  .col-txt-anchor ul li{
    width: 100%;
  }
  .experience-sec{
    padding-left: 5vw;
    padding-top: 7rem;
    margin-top: 7rem;
  }
  .experience-sec#inside{
    padding-top: 7rem;
    margin-top: 7rem;
  }
  .experience-wrap{
    padding: 0 9vw 0 4.5vw;
  }
  .experience-wrap h3{
    letter-spacing: 0.2em;
  }
  .experience-wrap h3 span{
    margin-bottom: 4.5vw;
  }
  .experience-thumb{
    margin-top: 0;
    padding-left: 0;
  }
  .experience_items{
    margin-top: 3vw;
    padding: 0;
  }
  .experience_items figure{
    width: 100%;
    margin-top: 3rem;
  }
  .experience-text{
    padding: 0;
    margin-top: 8.5vw;
  }
  .experience-text p{
    margin-top: 7.1vw;
    line-height: 2.2;
  }
  
  .experience-sec .text-right{
    display: block;
    text-align: right;
  }
  .relation-sec{
    width: 100%;
  }
  .relation-sec{
    padding: 7rem 5vw;
  }
  .relation-sec .flex_box{
    max-width: 1100px;
    margin: 0 auto;
  }
  .relation-sec .relation-link{
    width: 100%;
    margin-top: 5.5rem;
  }
  .relation-sec .relation-link:first-of-type{
    margin-top: 0;
  }
  .relation-sec .relation-link:nth-child(2) {
    margin-top: 5.5rem;
}
  .relation-sec .relation-link a.relation-link-text{
    position: relative;
    display: block;
    margin-top: 1rem;
    font-size: 1.6rem;
    padding-left: 40px;
  }
  .relation-sec .relation-link a.relation-link-text:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #A6B4AC;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}


/*==================================================
stay inside
==================================================*/
.inside-sec{
  width: 100%;
}
#body,
#nature{
  border-top: 1px solid #CCCCCC;
  padding: 12rem 40px;
  max-width: 1280px;
  margin: 0 auto;
}
.inside-wrap{
  width: 100%;
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
}
.inside_mainwrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inside_mainwrap .col-title{
  width: 18.1%;
}
.inside_mainwrap .col-title h2{
  font-size: 2.8rem;
  line-height: 2.1;
  letter-spacing: 0.5em;
}
.inside_mainwrap .col-title h2 span{
  display: block;
  font-size: 1.4rem;
  color: #A3B5AC;
  margin-bottom: 1rem;
}
.inside_mainwrap .col-img{
  width: 81.9%;
}
.inside_textwrap{
  max-width: 1100px;
  padding: 0 50px;
  margin: 8.05vw auto 8vw;
}
#nature .inside_textwrap{
  margin: 8.05vw auto 0;
}
.inside_textwrap h3{
  font-size: 2rem;
  letter-spacing: 0.5em;
  line-height: 1.87;
}
.inside_textwrap p{
  margin-top: 2.5vw;
  line-height: 2.2;
  max-width: 800px;
}
.inside-wrap .flex_box{
  max-width: 1100px;
  padding: 0 50px;
  margin: 6vw auto 0;
  align-items: flex-start;
}
.inside-wrap .flex_box .col-img{
  width: 36%;
}
.inside-wrap .flex_box .col-txt{
  width: 64%;
}
.inside-wrap .flex_box .col-txt h3{
  font-size: 1.8rem;
  display: block;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 3.5vw 2vw 5vw;
  line-height: 1.55;
}
.inside-wrap .flex_box .col-txt p{
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2.5vw;
  padding-left: 5vw;
}
.inside-wrap .text-right{
  display: block;
  text-align: right;
  overflow: hidden;
}

/*==================================================
SP
==================================================*/
@media screen and (max-width: 767px) {
  .inside-sec,
  #body.inside-sec, #nature.inside-sec{
    width: calc(100% - 10vw);
    margin-left: 5vw;
    margin-top: 7rem;
    padding: 7rem 0;
    border-top: 1px solid #CCCCCC;
  }
  #body.inside-sec, #nature.inside-sec{
    margin-top: 0;
  }
  .inside-wrap{
    padding: 0;
  }
  .inside_mainwrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .inside_mainwrap .col-title{
    width: 28%;
  }
  .inside_mainwrap .col-title h2{
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
  .inside_mainwrap .col-img{
    width: calc(72% + 5vw);
    margin-right: -5vw;
  }
  .inside_textwrap{
    padding: 0 4.5vw;
    margin: 10vw auto 15vw;
  }
  #nature .inside_textwrap{
    margin: 10vw auto 0;
  }
  .inside_textwrap h3{
    margin-top: 8.3vw;
  }
  .inside_textwrap p{
    margin-top: 5.8vw;
    max-width: 100%;
  }
  .inside-wrap .flex_box{
    padding: 0 4.5vw;
    margin: 11vw auto 0;
  }
  .inside-wrap .flex_box .col-img{
    width: 100%;
  }
  .inside-wrap .flex_box .col-txt{
    width: 100%;
  }
  .inside-wrap .flex_box .col-txt h3{
    padding: 0;
    margin-top: 6.3vw;
    border-bottom: 0;
  }
  .inside-wrap .flex_box .col-txt p{
    margin-top: 5.8vw;
    padding-left: 0;
  }
}

/*==================================================
stay outside
==================================================*/
.map-sec.tokyo-map{
  width: 100%;
    padding: 0 0 6rem;
}
.map-wrap{
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.map-wrap figure img{
  vertical-align: bottom;
}

.feel-sec{
  width: 100%;
}
.feel-main{
  width: 100%;
}
.feel-main figure img{
  vertical-align: bottom;
}
.feel-wrap{
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
}
.col-feel{
  display: flex;
  justify-content: space-between;
  margin: 7vw 0 10vw 0;
}
.col-feel .col-title{
  width: 38%;
}
.col-feel .col-title h2{
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.col-feel .col-txt{
  width: 62%;
}
.col-feel .col-txt p{
  font-size: 1.4rem;
  line-height: 2.2;
}

.feel-sec .flex_box{
  max-width: 1100px;
  padding: 0 50px;
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feel-sec .flex_box .col-img{
  width: 36%;
}
.feel-sec .flex_box .col-img img{
  vertical-align: bottom;
}
.feel-sec .flex_box .col-txt{
  width: 64%;
  padding-left: 6.8vw;
}
.feel-sec .flex_box .col-txt h3{
  font-size: 2rem;
  line-height: 1.4;
}
.feel-sec .flex_box .col-txt p.address{
  font-size: 1.4rem;
  color: #A3B5AC;
  line-height: 1.8;
  margin: 1rem 0 1.5rem;
}
.feel-sec .flex_box .col-txt p.address + p{
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
}
.feel-sec .flex_box .col-txt p.note{
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 2rem 0 0 0;
  color: #656161;
}
.feel-sec .flex_box .col-txt .btn01{
  margin-top: 1.5rem;
}

/*==================================================
SP
==================================================*/
@media screen and (max-width: 767px) {
.map-sec.tokyo-map {
    padding: 0 0 3rem;
}
  .map-wrap{
    padding: 5rem 5vw 0 5vw;
    height: auto;
  }
  .feel-main figure img{
    vertical-align: bottom;
  }
  .feel-wrap{
    padding: 0 5vw;
  }
  .col-feel{
    flex-wrap: wrap;
    margin: 15vw 0 22vw 0;
  }
  .col-feel .col-title{
    width: 100%;
  }
  .col-feel .col-txt{
    width: 100%;
    padding-top: 5.5vw;
  }
  
  .feel-sec .flex_box{
    padding: 0;
    margin: 15vw auto 0;
  }
  .feel-sec .flex_box .col-img{
    width: 100%;
  }
  .feel-sec .flex_box .col-img img{
    vertical-align: bottom;
  }
  .feel-sec .flex_box .col-txt{
    width: 100%;
    padding: 4.5vw 4.5vw 0;
  }
  .feel-sec .flex_box .col-txt p.address{
    font-size: 1.4rem;
    color: #A3B5AC;
    line-height: 1.8;
    margin: 1rem 0 1.5rem;
  }
  .feel-sec .flex_box .col-txt p.address + p{
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
  }
  .feel-sec .flex_box .col-txt p.note{
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 2rem 0 0 0;
    color: #656161;
  }
  .feel-sec .flex_box .col-txt .btn01{
    margin-top: 1.5rem;
  }
  .relation-sec.outside{
    margin-top: 7rem;
  }
}



.event-sec h2{
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  padding-left: 0;
    margin-bottom: 8rem;
}
.event-sec .text-right {
    display: block;
    text-align: right;
    overflow: hidden;
}
#event {
    border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
.event-sec h2 {
    margin-bottom: 3rem;
}    
}



/*==================================================
stay tokyo
==================================================*/
.enjoy_tokyo {
    padding-top: 0;
}
.enjoy_tokyo .flex_box .col-txt h3{
    margin-bottom: 2rem;
}
.relation-tokyo {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    border-top: none;
}
.relation-tokyo .tokyo-btn {
    position: relative;
}
.relation-tokyo .tokyo-btn img {
    position: relative;
}
.relation-tokyo .tokyo-btn .btn-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 2.6rem;
    line-height: 2;
    z-index: 1;
    letter-spacing: .22rem;
    font-weight: 300;
}
.relation-tokyo .tokyo-btn .btn01 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 1;
    border-bottom: solid 1px #A6B4AC;
    padding: 2rem 0;
    padding-right: 4rem;
}
.relation-tokyo .tokyo-btn .btn01::after {
    content: "";
    width: 1.7rem;
    height: 0.8rem;
    background: url(../img/cmn/arrow01.svg) no-repeat right center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
@supports (background-image: url("hotelniwa.webp")) {
.relation-tokyo .tokyo-btn .btn01::after {
    background: url(../img/cmn/arrow01.webp) no-repeat right center;
  background-size: contain;
}
}

/*==================================================
SP
==================================================*/
@media screen and (max-width: 767px) {
.tokyo-sec .map-wrap {
    padding: 0;
    height: auto !important;
    margin-bottom: 8rem;
}
.experience-wrap .map-wrap {
    padding: 0;
    height: auto !important;
    margin: 0 0 8rem;
}
.experience-wrap .map-wrap img {
}
.relation-tokyo {
    padding: 0 0 7rem 0;
    margin: 0 -9vw 0 0;
    width: 92vw;
}
.en-tokyo-btn-tit-wide {
    width: 54%;
}

}