@charset "UTF-8";


/*==================================================
access
==================================================*/
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;
}
}

.map-sec{
  width: 100%;
}
.map-wrap{
  padding: 0 40px;
  margin: 0 auto;
}

.map-wrap iframe{
  width: 100%;
}

.map-sec .flex_box{
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.map-sec .flex_box .col-txt{
  margin-top: 4vw;
}
.map-sec .flex_box .col-txt p{
  margin: 0 auto;
}


.access-sec{
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding: 12rem 0 0;
  margin: 12rem 0;
}
.nearest-bottom-block {
    margin-top: 9rem;
    padding-top: 7rem;
    border-top: 1px solid #ccc;
}
.nearest-bottom-block .nbb-btn {
    max-width: 25rem;
    width: 100%;
    margin: 3.7rem auto 3.7rem 0;
}
.nearest-bottom-block .nbb-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.5rem;
    background: #A3B5AC;
    color: #fff;
    position: relative;
    padding: 2rem 3.5rem;
}
.nearest-bottom-block .nbb-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")) {
.nearest-bottom-block .nbb-btn a::after {
    background: url(../img/cmn/arrow02.webp) no-repeat right center;
  background-size: contain;
}
}
.nearest-bottom-block .bottom-block-list li {
    line-height: 200%;
    padding-left: 1em;
    text-indent: -1em;
}
.access-wrap{
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.access-tab{
  margin-top: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access-tab-list{
  width: 33%;
}
.access-tab-btn{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 20px;
  background: #E6E6E6;
}
.access-tab-btn:hover{
  cursor: pointer;
}
.access-tab-btn.is-active{
  background: #C7DDD1;
  color: #fff;
}
.tab-content{
  display: none;
  width: 100%;
  margin-top: 10rem;
}
.tab-content.is-active{
  display: block;
}
.tab-content .flex_box{
  margin-top: 10rem;
}
.tab-content .col-img{
  width: 46.667%;
}
.tab-content .col-txt{
  width: 47.333%;
}
.tab-content .col-txt .tab-content-title{
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 2.5rem !important;
}
.tab-content .col-txt p{
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 2.5rem;
}
.tab-content.nearest-content .col-txt p{
  margin-bottom: 0;
}
.tab-content .col-txt a{
  width: 18vw;
  background: #A3B5AC;
  color: #fff;
  display: block;
  padding: 2rem 3.5rem;
  position: relative;
  text-align: center;
}
.tab-content .col-txt .wide{
  width: 23vw;
}
.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;
}
}
.tab-content .col-txt .tab-ctsbtn{
  margin: 4rem 0 0;
}
.tab-content .col-txt .tab-ctsbtn a span:after{
  display: none;
}

/*==================================================
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;
  }
  .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%;
  }

  .map-wrap{
    padding: 0 5vw;
  }
  .map-sec .flex_box{
    padding: 0 5vw;
  }
  .map-sec .flex_box .col-txt,
  .map-sec .flex_box .col-btn{
    width: 100%;
  }
  .access-sec{
    width: 100%;
    padding-top: 7rem;
    margin: 7rem 0;
  }
  .access-wrap{
    padding: 0 5vw;
  }
  .access-tab{
    margin-top: 0;
    display: block;
  }
  .access-tab-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
  .access-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 .tab-content-title{
    margin-top: 10vw;
  }
  .tab-content .col-txt p{
    margin-top: 8vw;
  }
  .tab-content .col-txt a,
  .tab-content .col-txt .wide{
    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%);
  }
}
@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;
  }
}
}

.major-content .map-img {
    margin-bottom: 8rem;
}
.major-content .access-table {
    width: 100%;
    margin-bottom: 3rem;
}
.major-content .access-table tr {
    border-bottom: 1px solid #ccc;
}
.major-content .access-table th {
    padding: 2rem 0 2rem 1rem;
    border-bottom: 2px solid #ccc;
    width: 25%;
}
.major-content .access-table th:first-child {
    padding: 0 0 2rem 0;
}
.major-content .access-table td:first-child {
    padding: 2rem 0;
}
.major-content .access-table td:last-child {
    border-right: none;
}
.major-content .access-table td {
    padding: 2rem 0 2rem 1rem;
    border-right: 1px solid #ccc;
    width: 25%;
}
.major-content .table-bottom-txt p {
    margin-bottom: 0.5rem;
}


.tab-content .tab-content-title-l {
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 0 0 -6rem;
}
.tab-content .tab-content-title-l.mt10rem {
  margin: 10rem 0 -6rem;
}
.tab-content .col-txt .tab-content-title.ap-tit {
    margin-bottom: 1.5rem;
}
.airport-content dl dt {
    font-size: 1.4rem;
    color: #A3B5AC;
    margin-bottom: 1rem;
}
.airport-content dl dd {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2rem;
}
.airport-content.tab-content .col-txt .tab-ctsbtn {
    margin: 2rem 0 0;
}
.airport-content.tab-content .col-txt a {
    margin-top: 2rem;
}
.airport-content.tab-content .flex_box {
}
.airport-content.tab-content .flex_box.no-mb {
    margin-bottom: 0;
}


@media screen and (max-width: 767px) {
.map-sec {
    padding: 3rem 0 0 ;
}
.major-content .map-img {
    margin-bottom: 2rem;
}
.major-content .access-table th:first-child,
.major-content .access-table td:first-child {
    width: 17.5%;
}
.major-content .access-table th:nth-child(2),
.major-content .access-table td:nth-child(2) {
    width: 22.5%;
}
.major-content .access-table th:nth-child(3),
.major-content .access-table td:nth-child(3) {
    width: 27.5%;
}
.major-content .access-table th:last-child,
.major-content .access-table td:last-child {
    width: 32.5%;
}
.major-content .access-table th:first-child {
    padding: 0 0 0 0;
}
.major-content .access-table th,
.major-content .access-table td {
    line-height: 1.667;
    text-align: center;
    padding: 1rem 0.5rem;
}
.major-content .access-table .sp-txt {
    font-size: 1.2rem;
}
.tab-content .col-txt {
    margin-top: 2rem;
}
.tab-content .col-txt .tab-content-title.ap-tit {
    margin-top: 0;
}
.tab-content .col-txt .tab-ctsbtn {
    max-width: 100%;
}
.airport-content.tab-content .col-txt .tab-ctsbtn {
    margin: 2rem auto;
}
}
@media screen and (min-width: 767px) and (max-width: 910px){
  .airport-content dl dd {
      line-height: 1.6;
  }
  }
  
.map-wrap-l {
    width: 100%;
    padding: 0 2.8vw;
    position: relative;
    height: 52.4rem;
}
.map-wrap-l iframe {
    width: calc(100% - 2.8vw - 2.8vw);
    height: 100%;
    position: absolute;
    top: 0;
    right: 2.8vw;
    bottom: 0;
    left: 2.8vw;
}


@media screen and (max-width: 767px) {
.gmap-btn {
    text-align: center;
}
.gmap-btn .btn01 {
    float: none;
    margin: 4rem auto 0;
}
.gmap-btn .btn01 a {
    text-align: left;
}
.tab-content .tab-content-title-l {
    margin: 0 0 3rem;
}
.tab-content .tab-content-title-l.mt10rem {
    margin: 5rem 0 3rem;
}
}

.txt-indent {
    list-style-type: decimal;
    padding-left: 2rem;
}
.txt-indent li {
    line-height: 2.2;
}