@charset "UTF-8";
/*==================================================
restaurant
==================================================*/
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-restaurant .col-txt{
  width: 51.25%;
  margin-left: 48.75%;
}
.col-restaurant .col-title .col-title-logo{
  margin-top: -4.5rem;
}
.col-restaurant .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: 320px;
  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;
}
}

.ryu-sec,
.yukuri-sec{
  border-top: 1px solid #CCCCCC;
  padding: 12rem 40px 0;
  max-width: 1280px;
  margin: 0 auto 8rem;
}
.ryu-wrap h2,
.yukuri-wrap h2,
.picky-wrap h2,
.menu-wrap h2,
.guidance-wrap h2,
.sales-wrap h2{
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.ryu-img,
.yukuri-img{
  padding-top: 3.4vw;
}
.ryu-wrap .flex_box,
.yukuri-wrap .flex_box{
  padding-top: 5.1vw;
}
.ryu-wrap .flex_box .col-txt,
.yukuri-wrap .flex_box .col-txt{
  width: 60%;
  padding: 0 5.4vw 0 3.6vw;
}
.ryu-wrap .flex_box .col-img,
.yukuri-wrap .flex_box .col-img{
  width: 40%;
}
.ryu-wrap .flex_box .col-txt .flex_box,
.yukuri-wrap .flex_box .col-txt .flex_box{
  padding-top: 3.4vw;
}
.ryu-wrap .flex_box.img-list,
.yukuri-wrap .flex_box.img-list{
  padding-top: 0;
}
.ryu-wrap .flex_box.img-list li,
.yukuri-wrap .flex_box.img-list li{
  width: 48.57%;
}

.ryu-wrap .col-time_table,
.yukuri-wrap .col-time_table{
  align-items: flex-start;
}
.ryu-wrap .col-table,
.yukuri-wrap .col-table{
  width: 82%;
}
.ryu-wrap .col-table table,
.yukuri-wrap .col-table table {
  width: 100%;
}
.ryu-wrap .col-table th,
.yukuri-wrap .col-table th{
  width: 40%;
  font-size: 1.3rem;
  color: #A3B5AC;
  padding-top: 1rem;
  line-height: 1.4;
}
.ryu-wrap .col-table td,
.yukuri-wrap .col-table td{
  font-size: 1.3rem;
  padding-top: 1rem;
  line-height: 140%;
}
.ryu-wrap .col-logo,
.yukuri-wrap .col-logo{
  width: 18%;
  padding-top: .65rem;
}
.ryu-wrap .col-table,
.yukuri-wrap .col-table{
  width: 82%;
}

/*==================================================
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-restaurant .col-txt{
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .concept-wrap{
    padding: 12vw 5vw 0;
  }
  .concept-wrap .col-anchor{
    padding: 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-restaurant .col-title .col-title-logo{
    padding-left: 0;
    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%;
  }
  
  .ryu-sec{
    max-width: calc(100% - 10vw);
    margin: 7rem auto 0;
    padding: 2rem 0;
      border-top: none;
  }
  
  .yukuri-sec{
    max-width: calc(100% - 10vw);
    margin: 7rem auto 0;
    padding: 0 0 0 0;
      border-top: none;
  }
  .ryu-img,
  .yukuri-img{
    padding-top: 0;
    width: calc(100% + 20vw);
    margin-left: -10vw;
  }
  .ryu-wrap .flex_box,
  .yukuri-wrap .flex_box{
    padding-top: 7vw;
  }
  .ryu-wrap .flex_box.sp-logo-wrap,
  .yukuri-wrap .flex_box.sp-logo-wrap{
    padding: 0 0 7vw 0;
    align-items: center;
  }
  .ryu-wrap .flex_box.sp-logo-wrap h2,
  .yukuri-wrap .flex_box.sp-logo-wrap h2{
    width: 70%;
    padding-right: 7vw;
  }
  .ryu-wrap .flex_box.sp-logo-wrap figure,
  .yukuri-wrap .flex_box.sp-logo-wrap figure{
    width: 30%;
  }
  .ryu-wrap .flex_box .col-txt,
  .yukuri-wrap .flex_box .col-txt{
    width: 100%;
    padding: 0 5vw;
  }
  .ryu-wrap .flex_box .col-img,
  .yukuri-wrap .flex_box .col-img{
    width: 100%;
  }
  .ryu-wrap .flex_box .col-txt .flex_box,
  .yukuri-wrap .flex_box .col-txt .flex_box{
    padding-top: 3.4vw;
  }
  .ryu-wrap .flex_box .col-txt .flex_box.img-list,
  .yukuri-wrap .flex_box .col-txt .flex_box.img-list{
    padding-top: 9vw;
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
  .ryu-wrap .flex_box.img-list,
  .yukuri-wrap .flex_box.img-list{
    padding-top: 0;
  }
  .ryu-wrap .flex_box.img-list li,
  .yukuri-wrap .flex_box.img-list li{
    width: 48.57%;
  }
  .ryu-wrap .col-table,
  .yukuri-wrap .col-table{
    width: 100%;
  }
}

/*==================================================
restaurant / ryu
==================================================*/
.gallery-sec{
  width: calc(100% - 5.6vw);
  margin-left: 5.6vw;
  padding-top: 0;
  overflow: hidden;
}
.gallery-sec .gallery-wrap{
  max-width: calc(100% - 5.6vw);
  margin: 0 auto;
}
.slide03-wrap .slide03 .slick-list{
  overflow: visible;
  padding-right: 12vw;
  margin-left: -40px;
}
.slide03-wrap .slide03 .slide{
  margin-right: 20px;
}
.slide03-wrap .gallery-option{
  margin-left: -30px;
  display: flex;
  justify-content: flex-start;
}
.slide03-wrap .gallery-option .number {
  width: 10%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  text-align: left;
}
.slide03-wrap .gallery-option .number .ward {
  font-size: 70%;
  padding: 0 3rem;
}
.slide03-wrap .gallery-option .number .now-count:before, .slide03-wrap .gallery-option .number .all-count:before {
  content: "0";
}
.slide03-wrap .gallery-option .number .all-count {
  color: #ACA4A4;
}
.slide03-wrap .gallery-option .slick-dots{
  width: 90%;
  padding: 0 13.3vw 0 5vw;
  position: static;
  text-align: left;
}
.slide03-wrap .slick-dots li{
  width: 20%;
  height: 1px;
  padding: 0;
  margin: 0;
}
.slide03-wrap .slick-dots li button{
  width: 100%;
  height: 1px;
  padding: 0;
}
.slide03-wrap .gallery-option .slick-dots li button:before{
  width: 100%;
  height: 1px;
  content: '';
  background: #CCCCCC;
}
.slide03-wrap .gallery-option .slick-dots li.slick-active button:before{
  background: #5A6F65;
}

.slide03-wrap .slide03 .slick-prev {
  position: absolute;
  z-index: 3;
  width: 50%;
  height: 100%;
  top: 50%;
  left: 0;
  cursor: pointer;
}
.slide03-wrap .slide03 .slick-next {
  position: absolute;
  z-index: 3;
  width: 50%;
  height: 100%;
  top: 50%;
  right: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.slide03-wrap .slide03:hover .slick-next:before {
  content: "";
  width: 2.6rem;
  height: 1.2rem;
  background: url(../img/cmn/arrow01.svg) no-repeat right center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  opacity: 1;
}
@supports (background-image: url("hotelniwa.webp")) {
.slide03-wrap .slide03:hover .slick-next:before {
  background: url(../img/cmn/arrow01.webp) no-repeat right center;
  background-size: contain;
}
}
.slide03-wrap .slide03 .slick-prev {
  position: absolute;
  z-index: 3;
  width: 50%;
  height: 100%;
  top: 50%;
  left: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.slide03-wrap .slide03:hover .slick-prev:before {
  content: "";
  width: 2.6rem;
  height: 1.2rem;
  background: url(../img/cmn/arrow01.svg) no-repeat right center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  transform: rotate(180deg);
  opacity: 1;
}
@supports (background-image: url("hotelniwa.webp")) {
.slide03-wrap .slide03:hover .slick-prev:before {
  background: url(../img/cmn/arrow01.webp) no-repeat right center;
  background-size: contain;
}
}
.picky-sec{
  width: 100%;
}
.picky-wrap{
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.picky-sec .flex_box{
  position: relative;
  margin-top: 5.5vw;
  align-items: flex-end;
}
.picky-sec .flex_box .col-img{
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.picky-sec .flex_box .col-txt{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 10rem;
    min-height: 39.317rem;
}
.picky-sec .flex_box .col-txt .txt-box {
  width: 51.25%;
  margin-left: 48.75%;
}
.picky-sec .flex_box .col-txt .picky-cat{
  font-size: 1.4rem;
  color: #A3B5AC;
}
.picky-sec .flex_box .col-txt h3{
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 2.2vw;
  letter-spacing: 0.2em;
}
.picky-sec .flex_box .col-txt .picky-lead{
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 1.5vw;
}

.menu-sec,
.guidance-sec,
.sales-sec,
.relation-sec{
  width: 100%;
}
.guidance-sec,
.sales-sec,
.relation-sec{
  border-top: 1px solid #CCCCCC;
  padding: 12rem 40px;
  max-width: 1280px;
  margin: 0 auto;
}
.menu-wrap{
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.menu-tab{
  margin-top: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-tab-list{
  width: 32%;
}
.yukuri-menu .menu-tab-list{
  width: 49%;
}
.menu-tab-btn{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 20px;
  background: #E6E6E6;
}
.menu-tab-btn:hover{
  cursor: pointer;
}
.menu-tab-btn.is-active{
  background: #C7DDD1;
  color: #fff;
}
.tab-content{
  display: none;
  width: 100%;
  margin-top: 4.3vw;
}
.tab-content.is-active{
  display: block;
}
.tab-content h3{
  font-size: 3rem;
}
.tab-content h3 span.ja{
  font-size: 1.4rem;
  padding-top: 1rem;
  color: #A3B5AC;
  display: block;
}
.tab-content .flex_box{
  margin-top: 2.5vw;
}
.tab-content .col-img{
  width: 40%;
}
.tab-content .col-txt{
  width: 60%;
  padding-left: 6vw;
}
.tab-content .col-txt .menu-ctsbtn{
  margin: 7rem 0 0;
  max-width: none;
}
.tab-content .col-txt .menu-ctsbtn a span:after{
  display: none;
}
.tab-content .col-txt h4{
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.tab-content .col-txt p{
  font-size: 1.4rem;
  margin-top: 2.2vw;
  line-height: 2.2;
}
.tab-content .col-txt a{
  margin-top: 3.6vw;
  width: 18vw;
  background: #A3B5AC;
  color: #fff;
  display: block;
  padding: 2rem 3rem;
  position: relative;
  text-align: center;
}
.lunch-content .col-txt a,
.dinner-content .col-txt a{
  width: 24vw;
    margin-top: 0;
}
.lunch-content .second-btn,
.dinner-content .second-btn {
    margin-top: 2rem !important;
}
.tab-content .col-txt a:after{
  content: "";
  width: 1.7rem;
  height: 0.8rem;
  background: url(../img/cmn/arrow02.svg) no-repeat right center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
@supports (background-image: url("hotelniwa.webp")) {
.tab-content .col-txt a:after {
  background: url(../img/cmn/arrow02.webp) no-repeat right center;
  background-size: contain;
}
}

.sales-wrap .sales-btn{
  margin: 7rem auto 0;
}
.sales-wrap .sales-btn a span:after{
  display: none;
}
.btn02.top-btn {
  margin: 7rem 0  0 auto;
}
.btn02.top-btn a::after {
    content: "";
    width: 1.7rem;
    height: 0.8rem;
    background: url(../img/cmn/arrow02.svg) no-repeat right center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
@supports (background-image: url("hotelniwa.webp")) {
.btn02.top-btn a::after {
  background: url(../img/cmn/arrow02.webp) no-repeat right center;
  background-size: contain;
}
}
.btn02.top-btn a span:after{
  display: none;
}

.guidance-sec .flex_box{
  margin-top: 2.9vw;
  padding-left: 3.6rem;
  align-items: center;
}
.guidance-sec .flex_box .col-txt{
  width: 58%;
  padding-right: 16%;
}
.guidance-sec .flex_box .col-txt p{
  font-size: 1.4rem;
  line-height: 2.2;
}
.guidance-sec .flex_box .col-txt table{
  width: 100%;
  border-top: 1px solid #000000;
}
.guidance-sec .flex_box .col-txt table tr{
  border-bottom: 1px solid #CCCCCC;
}
.guidance-sec .flex_box .col-txt table th{
  font-size: 1.4rem;
  width: 20%;
  color: #A3B5AC;
  padding: 30px 0;
}
.en .guidance-sec .flex_box .col-txt table th{
  width: 25%;
}
.guidance-sec .flex_box .col-txt table td{
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 30px 20px;
  color: #53565A;
}
.guidance-sec .flex_box .col-img{
  width: 42%;
}
.sales-sec .flex_box .col-txt{
  width: 26%;
}
.sales-sec .flex_box .col-table{
  width: 74%;
}
.sales-sec .flex_box .col-table table{
  width: 100%;
  border-top: 1px solid #000000;
}
.sales-sec .flex_box .col-table table tr{
  border-bottom: 1px solid #CCCCCC;
}
.sales-sec .flex_box .col-table table th{
  font-size: 1.4rem;
  width: 20%;
  color: #A3B5AC;
  padding: 30px 0;
}
.sales-sec .flex_box .col-table table td{
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 30px 20px;
  color: #53565A;
}
.sales-sec .flex_box .col-table table td.colflex{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sales-sec .flex_box .col-table table td.colflex .tit{
  width: 20%;
  color: #000;
}
.sales-sec .flex_box .col-table table td.colflex .txt{
  width: 80%;
}
.sales-sec .flex_box .col-table table td.colflex .note{
  width: 100%;
  margin-top: 1rem;
}
.sales-sec .sales-wrap a{
  margin: 4.6rem auto 0;
  width: 18vw;
  background: #A3B5AC;
  color: #fff;
  display: block;
  text-align: center;
  padding: 2rem 3.5rem;
  position: relative;
}
.sales-sec .sales-wrap a:after {
  content: "";
  width: 1.7rem;
  height: 0.8rem;
  background: url(../img/cmn/arrow02.svg) no-repeat right center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
@supports (background-image: url("hotelniwa.webp")) {
.sales-sec .sales-wrap a:after {
  background: url(../img/cmn/arrow02.webp) no-repeat right center;
  background-size: contain;
}
}
.relation-sec .flex_box{
  max-width: 1100px;
  margin: 0 auto;
}
.relation-sec .relation-link{
  width: 46%;
}
.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: 767px) {
  .gallery-sec{
    width: 100%;
    margin-left: 5vw;
    margin-top: 7.7vw;
  }
  .gallery-sec .gallery-wrap{
    max-width: 100%;
  }
  .slide03-wrap .slide03 .slick-list{
    overflow: visible;
    padding-right: 0;
    margin-left: 0;
  }
  .slide03-wrap .gallery-option{
    margin-left: 0;
  }
  .slide03-wrap .gallery-option .number {
    width: 30%;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    text-align: left;
  }
  .slide03-wrap .gallery-option .slick-dots{
    width: 65%;
    padding: 0 0 0 12vw;
  }
  .picky-sec{
    width: 100%;
  }
  .picky-wrap{
    padding: 0 5vw;
  }
  .picky-sec .flex_box{
    margin-top: 8vw;
    flex-wrap: wrap;
    padding: 0 5vw;
  }
  .picky-sec .flex_box .col-img{
    position: static;
    width: 100%;
  }
  
  .picky-sec .flex_box .col-txt{
    width: 100%;
    padding: 0 4.5vw;
    margin-top: 7vw;
    margin-left: 0;
      min-height: auto;
  }
  .picky-sec .flex_box .col-txt .txt-box{
    width: 100%;
    margin-left: 0;
  }
  .picky-sec .flex_box .col-txt .picky-cat{
    margin-bottom: 0;
  }
  
  .menu-sec,
  .guidance-sec,
  .sales-sec,
  .relation-sec{
    width: 100%;
  }
  .guidance-sec,
  .sales-sec,
  .relation-sec{
    padding: 7rem 5vw;
  }
  .guidance-sec{
    margin-top: 7rem;
    padding-top: 8rem;
  }
  .menu-wrap{
    padding: 0 5vw;
  }
  .menu-tab{
    margin-top: 5.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-tab-list{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-tab-btn{
    width: 100%;
    padding: 10px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tab-content{
    margin-top: 7.5vw;
  }
  .tab-content .flex_box{
    margin-top: 7.5vw;
    flex-wrap: wrap;
  }
  .tab-content .col-img{
    width: 100%;
  }
  .tab-content .col-txt{
    width: 100%;
    padding-left: 0;
    margin-top: 4.5vw;
  }
  .tab-content .col-txt a{
    width: calc(100% - 9vw);
    margin: 0 auto;
  }
  .tab-content .col-txt a:after{
    content: "";
    width: 1.7rem;
    height: 0.8rem;
    background: url(../img/cmn/arrow02.svg) no-repeat right center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
  }
  .guidance-wrap h2{
    margin-top: 7vw;
  }
  .guidance-sec .flex_box{
    padding-left: 0;
  }
  .guidance-sec .flex_box .col-txt{
    width: 100%;
    padding-right: 0;
  }
  .guidance-sec .flex_box .col-img{
    width: 100%;
  }
  .guidance-sec .flex_box .col-txt table th{
    width: 30%;
    padding: 20px 0;
  }
  .guidance-sec .flex_box .col-txt table td{
    padding: 15px 10px;
  }
  .sales-sec .flex_box .col-txt{
    width: 100%;
  }
  .guidance-sec .flex_box .col-txt p{
    margin-bottom: 5rem;
    margin-top: 1.5rem;
  }
  .sales-sec .flex_box .col-table{
    width: 100%;
    margin-top: 8.6vw;
  }
  .sales-sec .flex_box .col-table table th{
    width: 30%;
    padding: 20px 0;
  }
  .sales-sec .flex_box .col-table table td{
    padding: 20px 10px;
  }
  .sales-sec .flex_box .col-table table td.colflex .tit{
    width: 100%;
  }
  .sales-sec .flex_box .col-table table td.colflex .txt{
    width: 100%;
  }
  .sales-sec .flex_box .col-table table td.colflex .note{
    width: 100%;
    margin-top: 0rem;
  }
  .sales-sec .sales-wrap a{
    width: calc(100% - 9vw);
  }
  .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 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%);
  }

.btn02.top-btn {
    width: 100%;
    max-width: 100%;
    margin: 6rem auto  4rem;
}
}

@media screen and (max-width: 767px) {
@supports (background-image: url("hotelniwa.webp")) {
  .tab-content .col-txt a:after{
    background: url(../img/cmn/arrow02.webp) no-repeat right center;
    background-size: contain;
  }
}
}

.banner {
    width: 100%;
    max-width: 1280px;
    margin: 8rem 0 auto;
    border-top: 1px solid #CCCCCC;
    padding: 12rem 0 4rem;
}
.banner .inner {
  padding: 0 2.8vw;
  display: flex;
  justify-content: center;
}
.banner .inner .bnr {
  width: 100%;
  max-width: 46.6666667%;  
}

@media screen and (max-width: 767px) {
  .banner {
    margin: 7rem 0 0;
    padding: 7rem 2.8vw;
  }
  .banner .inner {
    display: block;
  }
  .banner .inner .bnr {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px){
.en .yukuri-sec {
    padding: 0 0 7rem 0;
}
}

.tel-tr th,
.tel-tr td {
  font-weight: bold;
}
.sp-tel-btn-wrap {
  display: none;
}
@media screen and (max-width: 767px){
.tel-tr {
  display: none;
}
.sp-tel-btn-wrap {
  display: block;
  padding: 3rem 0 1.5rem;
}
.sp-tel-btn-wrap .sp-tel-btn {
  width: 90%;
  margin: 0 auto;
}
.sp-tel-btn-wrap .sp-tel-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 3.5;
  text-align: center;
  color: #fff;
  background: #A3B5AC;
}
.sp-tel-btn-wrap .sp-tel-btn a:after {
    content: "";
    width: 1.7rem;
    height: 0.8rem;
    background: url(../img/cmn/arrow02.svg) no-repeat right center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
}
@media screen and (max-width: 767px) {
@supports (background-image: url("hotelniwa.webp")) {
.sp-tel-btn-wrap .sp-tel-btn a:after {
    background: url(../img/cmn/arrow02.webp) no-repeat right center;
    background-size: contain;
}
}
}

.res-btn_wrap .flex_box {
  justify-content: flex-start;
  padding-top: 1.7vw !important;
}
.res-btn_wrap .c-conversion_reservation {
  margin-right: 2rem;
}
.res-btn_wrap .c-conversion_tel {
  margin-top: 0;
}
@media screen and (max-width: 767px){
.ryu-wrap .col-time_table,
.yukuri-wrap .col-time_table{
  align-items: center;
}
.res-btn_wrap .flex_box {
  justify-content: center;
  padding-top: 7vw !important;
}
.res-btn_wrap .res-btn-box {
  width: 24.691%;
  height: auto;
  margin-left: 7.4075%;
  margin-right: 7.4075%;
}
}

.c-conversion {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 3
}
@media print, screen and (min-width:1024px) {
  .c-conversion {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.c-conversion_reservation p, .c-conversion_tel p {
  line-height: 1.73;
  letter-spacing: 1.1px;
  font-size: 11px;
  font-weight: 600
}
.c-conversion a img {
  -webkit-tap-highlight-color: transparent
}
.c-conversion_reservation, .c-conversion_tel {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.c-conversion_reservation {
  position: relative;
  background-color: #A3B5AC;
  border: 1px solid #A3B5AC;
  transition: all .2s ease;
  color: #fff
}
.c-conversion_reservation > img {
  width: 29px;
  height: 29px
}
@media print, screen and (min-width:1024px) {
  .c-conversion_reservation:hover {
    background-color: #fff;
    color: #A3B5AC;
    opacity: 1;
  }
  .c-conversion_reservation:hover::before {
    content: '';
    display: block;
    position: relative;
    left: 0;
    top: 17px;
    width: 20px;
    height: 1px;
    background-color: #A3B5AC;
    margin-bottom: -2px
  }
  .c-conversion_reservation:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    top: 19px;
    right: 19px;
    height: 6px;
    border-top: 1px solid #A3B5AC;
    border-right: 1px solid #A3B5AC;
    transform: rotate(45deg) translateY(1px)
  }
  .en .c-conversion_reservation:hover:after {
    top: 18px;
  }
}
.c-conversion_tel {
  position: relative;
  background-color: #fff;
  border: 1px solid #A3B5AC;
  color: #A3B5AC;
  margin-top: 10px
}
.c-conversion_tel:hover {
  opacity: 1;
}
.c-conversion_tel > img {
  width: 39px;
  height: 39px
}
.c-conversion_tel > p {
  margin-top: -7px;
  margin-bottom: 0;
}
.c-conversion_hideen {
  display: none
}
@media print, screen and (min-width:1024px) {
  .c-conversion_tel.is_open .c-conversion_hideen {
    display: block
  }
  .c-conversion_tel.is_open .c-conversion_visible {
    display: none
  }
  .c-conversion_tel.is_open > img {
    width: 16px;
    height: 17px
  }
  .c-conversion_tel.is_open > p {
    margin-top: 0
  }
  .c-conversion_tel_number {
    position: absolute;
    right: 0;
    width: 140px;
    bottom: -55px;
    padding: 10px;
    padding-left: 10px;
    transition: all .2s 0s ease;
    background-color: #fff;
    border: 1px solid #A3B5AC;
    color: #A3B5AC;
    font-size: 14px;
    text-align: center
  }
  .en .c-conversion_tel_number {
    width: 162px;
  }
  .res-top .c-conversion_tel_number {
    bottom: auto;
    left: 145%;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-conversion_tel_number:before {
    content: "";
    position: absolute;
    top: -23px;
    right: 18px;
    border: 9px solid transparent;
    border-bottom: 14px solid #fff;
    z-index: 2
  }
  .c-conversion_tel_number:after {
    content: "";
    position: absolute;
    top: -26px;
    right: 17px;
    border: 10px solid transparent;
    border-bottom: 15px solid #A3B5AC;
    z-index: 1
  }
  .res-top .c-conversion_tel_number:before {
    top: 50%;
    left: -23px;
    right: auto;
    border-right: 14px solid #fff;
    border-bottom: 9px solid transparent;
    transform: translateY(-50%);
  }
  .res-top .c-conversion_tel_number:after {
    top: 50%;
    left: -26px;
    right: auto;
    border-right: 15px solid #A3B5AC;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
  }
}

.guidance-sec .flex_box .col-txt .guidance-table-extxt,
.sales-sec .flex_box .col-table .guidance-table-extxt {
  padding-top: 2rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  color: #53565A;
}