@charset "UTF-8";
body {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: #FAFAFA;
    position: relative;
    z-index: -11;
}
.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.font-hind {
  font-family: 'Hind', sans-serif;
}
.font-cinzel {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.1em;
}
.font-hannari {
  font-family: "Hannari", serif;
}
p {
  margin-bottom: 4rem;
  line-height: 200%;
}
p:last-child {
  margin-bottom: 0 !important;
}
a:hover{
  cursor: pointer;
}

.u-anime-scrollIn {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-out
}
.u-anime-scrollIn.active {
    opacity: 1;
    transform: translateY(0)
}

/*==================================================
animation
==================================================*/
@keyframes hover-out {
  0% {
      bottom: -60px;
      transform: translateY(0)
  }

  90% {
      bottom: -60px;
      transform: translateY(-60px)
  }

  100% {
      bottom: -60px;
      transform: translateY(-60px)
  }
}
/*==================================================
head
==================================================*/
.site-header::after {
  content: "";
  display: block;
  clear: both;
  z-index: 999;
}
.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 0 3rem 0 4rem;
  background: #fff;
}
#home .site-header {
    background: none;
  transition: ease .3s;
}
#home .site-header.bg {
    background: #fff;
}
.site-header .site-title, .site-header .navi-box {
  display: table;
}
.site-header .site-title a, .site-header .navi-box .inner {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
.site-header .site-title a, .site-header .navi-box .inner img {
  width: 16.8rem;
}
.site-header .site-title {
  float: left;
}
@media print, screen and (max-width:767px) {
.site-header .site-title {
  float: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
}
#home .site-header .navi-box {
  color: #fff;
}
.site-header .navi-box {
  float: right;
  color: #333333;
}
.site-header .lang {
  float: right;
    padding: 3rem 0;
}
nav .lang li {
  float: left;
  line-height: 1em;
  letter-spacing: 0;
}
nav .lang li:first-child:after {
  content: "/";
  padding: 0 0.5rem;
  color: #CBC2C2;
}
nav .lang li a {
  color: #CBC2C2;
  position: relative;
}
#home nav .lang li.current a {
  color: #666;
}
#home nav .lang li.current a:after {
  background: #666;
}
nav .lang li.current a {
  color: #333333;
  font-weight: 700;
}
nav .lang li.current a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #333333;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-header .gnavi {
  float: right;
  margin-right: 4rem;
}
.site-header .gnavi li {
  float: left;
  /*margin-left: 3rem;*/
  line-height: 1em;
    position: relative;
}
.clone-nav {
  z-index: 999;
  width: 100%;
  transform: translateY(-100%);
  position: fixed;
  top: -100%;
  left: 0;
  transition: all 0.5s;
}
.is-show {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
  background: #fff;
}
#home .is-show {
  background: #fff;
}
.site-header.is-show .navi-box, .site-header.is-show .lang li.current a {
  color: #000;
}
/*.site-header.is-show .navi-box .gnavi li a {
  color: #000;
}
.site-header.is-show .lang li.current a:after {
  background: #000;
}*/
.menu-btn {
  display: none;
}

@media screen and (min-width: 768px) {
    .gnavi li {
        padding: 3rem 0;
    }
    .gnavi li a {
        text-align: center;
        display: block;
        position: relative;
    }
    .gnavi li:nth-child(2) {
        margin-left: 2.0rem;
    }
    .gnavi li:nth-child(3) {
        margin-left: 1.0rem;
    }
    .gnavi li:nth-child(4) {
        margin-left: 2.0rem;
    }
    .gnavi li:nth-child(5) {
        margin-left: 2.5rem;
    }
    .gnavi li:nth-child(6) {
        margin-left: 1.0rem;
    }
    .gnavi li:nth-child(7) {
        margin-left: 2.5rem;
    }
    .gnavi li:nth-child(8) {
        margin-left: 2.5rem;
    }
    .gnavi li:first-child a {
        width: 10.8rem;
    }
    .gnavi li:nth-child(2) a {
        width: 7.0rem;
    }
    .gnavi li:nth-child(3) a {
        width: 10rem;
    }
    .gnavi li:nth-child(4) a {
        width: 7.0rem;
    }
    .gnavi li:nth-child(5) a {
        width: 8rem;
    }
    .gnavi li:nth-child(6) a {
        width: 10rem;
    }
    .gnavi li:nth-child(7) a {
        width: 6.5rem;
    }
    .en .gnavi li:nth-child(2),
    .en .gnavi li:nth-child(3),
    .en .gnavi li:nth-child(4),
    .en .gnavi li:nth-child(5),
    .en .gnavi li:nth-child(6),
    .en .gnavi li:nth-child(7) {
        margin-left: 3.0rem;
    }
    .en .gnavi li:first-child a {
        width: 7.8rem;
    }
    .en .gnavi li:nth-child(2) a {
        width: 7.0rem;
    }
    .en .gnavi li:nth-child(3) a {
        width: 10rem;
    }
    .en .gnavi li:nth-child(4) a {
        width: 10rem;
    }
    .en .gnavi li:nth-child(5) a {
        width: 6.5rem;
    }
    .en .gnavi li:nth-child(6) a {
        width: 10rem;
    }
    .en .gnavi li:nth-child(7) a {
        width: 6.5rem;
    }
    .en .gnavi li a .jp {
        transition: .3s;
        opacity: 1;
    }
    .en .gnavi li a .jp {
        font-size: 87%;
    }
    #home .gnavi li .jp.non-link {
        color: rgba(255,255,255,0.5);
    }
    .gnavi li .jp.non-link {
        color: rgba(51,51,51,0.3);
    }
    #home .site-header.clone-nav.is-show .gnavi li .jp.non-link,
    .site-header.clone-nav.is-show .gnavi li .jp.non-link {
        color: rgba(51,51,51,0.3);
        font-size: 87%;
    }
    .gnavi li a .hover {
        transition: .3s;
        opacity: 0;
        font-size: 87%;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        width: 100%;
    }
    .gnavi li a:hover {
        opacity: 1;
    }
    .gnavi li a:hover .jp {
        opacity: 0;
    }
    .gnavi li a:hover .hover{
        opacity: 1;
    }
.gnavi li .sub-menu {
    position: absolute;
    z-index: 1000;
    height: 0;
    transition: 1.2s;
    width: 22.5rem;
    top: 6.5rem;
    display: none;
    padding: 2rem;
    background: rgba(163,181,172,1);
    position: absolute;
    text-align: center;
}
.gnavi li .sub-menu.active {
    display: block;
    -webkit-animation: fade-in 1s ease-out;
    animation: fade-in 1s ease-out;
    z-index: 10000;
}
.gnavi li .sub-menu li {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    padding: 0;
    position: initial;
}
.gnavi li .sub-menu li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.gnavi li .sub-menu a {
    width: 100% !important;
    font-size: 1.2rem;
    color: #fff;
    padding: 0.5rem 0;
}
    .gnavi li:first-child .sub-menu {
      transform: translateX(-27%);
        height: auto !important;
    }
    .gnavi li:nth-child(2) .sub-menu {
        transform: translateX(-34%);
        height: auto !important;
    }
    .gnavi li:nth-child(3) .sub-menu {
        transform: translateX(-28%);
        height: auto !important;
    }
    .gnavi li:nth-child(4) .sub-menu {
        transform: translateX(-34%);
        height: auto !important;
    }
    .gnavi li:nth-child(5) .sub-menu {
        transform: translateX(-31%);
        height: auto !important;
    }
    .gnavi li:nth-child(6) .sub-menu {
        transform: translateX(-28%);
        height: auto !important;
    }
    .gnavi li:nth-child(7) .sub-menu {
        transform: translateX(-32%);
        height: auto !important;
    }
    .gnavi li .sub-menu a span {
        position: relative;
    }
    .en .gnavi li:first-child .sub-menu {
        transform: translateX(-32.5%);
        height: auto !important;
    }
    .en .gnavi li:nth-child(2) .sub-menu {
        transform: translateX(-35%);
        height: auto !important;
    }
    .en .gnavi li:nth-child(3) .sub-menu {
        transform: translateX(-28%);
        height: auto !important;
    }
    .en .gnavi li:nth-child(4) .sub-menu {
        transform: translateX(-28%);
        height: auto !important;
    }
    .en .gnavi li:nth-child(5) .sub-menu {
        transform: translateX(-28%);
        height: auto !important;
    }
    .en .gnavi li:nth-child(6) .sub-menu {
    }
    .gnavi li .sub-menu li:last-child {
        margin: 0 !important;
        padding: 0 !important;
    }
    .gnavi li .sub-menu a span {
        position: relative;
    }
    .gnavi li .sub-menu a span::after {
        content: '';
        width: 0;
        height: 0;
        background: #fff;
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        transition: .3s;
    }
    .gnavi li .sub-menu a:hover span::after {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        right: 0;
    }
/*    .site-header.is-show .navi-box .gnavi li .sub-menu a span::after {
        background: #000;
    }*/
}


/*==================================================
foot
==================================================*/
.site-footer {
  background: url("../img/cmn/foot_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 6rem 5vw;
  position: relative;
  z-index: 1;
}
@supports (background-image: url("hotelniwa.webp")) {
.site-footer {
  background: url("../img/cmn/foot_bg.webp") no-repeat center;
  background-size: cover;
}
}
.site-footer .footer-wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.fnavi {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #606060;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.fnavi .non-link {
    color: rgba(255,255,255,0.3);
}
.fnavi .lang li {
  float: left;
}
.site-footer .col-box {
  width: 50%;
}
.site-footer .col-contact h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.site-footer .flex_box {
  justify-content: flex-start;
}
.site-footer .col-contact .bnt-contact {
  max-width: 200px;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.site-footer .col-contact .bnt-contact:first-child {
  margin-right: 2rem;
}
.site-footer .col-contact .bnt-contact a {
  border: 1px solid #fff;
  display: block;
  padding: 1.5rem;
}
.site-footer .snavi.flex {
  display: flex;
  justify-content: space-between;
}
.site-footer .snavi {
  margin-bottom: 3rem;
}
.site-footer .logo-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.en .site-footer .logo-list {
  display: block;
}
.site-footer .logo-list li {
  margin-right: 2rem;
}
.en .site-footer .logo-list li {
  margin-bottom: 0.5rem;
}
.site-footer .logo-list li img {
  width: 13rem;
  height: 4.2rem;
}
.site-footer .logo-list li.nomura img {
  width: 16rem;
}
.en .site-footer .logo-list li.nomura img {
  width: 23rem;
}
.site-footer .foot-tel {
  margin-bottom: 4rem;
}
.site-footer .foot-tel p {
  margin-bottom: 0;
}
.site-footer .sns-list {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .sns-list li {
  margin-right: 2rem;
}
.site-footer .sns-list li img {
  width: 3rem;
}
.gbac-box {
  background: #E1E1E1;
  text-align: center;
  color: #2E2E2E;
}
.gbac-box a {
  display: block;
  padding: 3rem 5vw;
  line-height: 150%;
}
.gbac-box .font-mincho {
  font-size: 1.6rem;
}
.gbac-box .txt, .gbac-box .logo {
  display: inline-block;
  vertical-align: middle;
}
.gbac-box .txt span {
  margin-right: 2rem;
}
.gbac-box img {
  width: 5rem;
}
.foot-fix {
  position: fixed;
  bottom: 0;
  right: 0;
}
.foot-fix ul {
  display: flex;
  flex-wrap: wrap;
}
.foot-fix li {
  margin-left: 0.5rem;
}
.foot-fix li a {
  background: #A3B5AC;
  color: #fff;
  display: block;
  padding: 2rem 3.5rem;
  position: relative;
}
.foot-fix li 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%);
}
.sns-block.hotel {
  margin-bottom: 2rem;
}
.sns-block p {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.sns-block .restaurant-sns li {
  margin-right: 5rem;
}
.sns-block .restaurant-sns li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sns-block .restaurant-sns li a img {
  margin-right: 1rem;
}
@supports (background-image: url("hotelniwa.webp")) {
.foot-fix li a:after {
  background: url(../img/cmn/arrow02.webp) no-repeat right center;
  background-size: contain;
}
}
/*==================================================
style
==================================================*/
section {
  padding: 12rem 0;
}
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-end {
  align-items: flex-end;
}
.tit01 {
  color: #A3B5AC;
  font-size: 1.6rem;
  padding-left: 10vw;
  position: relative;
  margin-bottom: 9rem;
}
.tit01 .en {
  position: relative;
  display: block;
  line-height: 1em;
}
.tit01 .en:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #A3B5AC;
  display: block;
  position: absolute;
  top: 50%;
  left: -100%;
  margin-left: -1rem;
  transform: translateY(-50%);
}
.tit02 {
  padding-left: 12.59vw;
  line-height: 1em;
  margin-bottom: 9rem;
}
.tit02 span {
  display: block;
}
.tit02 .en {
  color: #A3B5AC;
  font-size: 3.6rem;
  position: relative;
  line-height: 1em;
}
.tit02 .en:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #A3B5AC;
  display: block;
  position: absolute;
  top: 50%;
  left: -100%;
  margin-left: -1rem;
  transform: translateY(-50%);
}
.tit02 .jp {
  margin-top: 1rem;
}
.tit03 {
  margin-bottom: 3rem;
}
.tit03 span {
  display: block;
}
.tit03 .en {
  color: #A3B5AC;
  line-height: 1em;
  margin-bottom: 1.8rem;
}
.tit03 .jp {
  font-size: 2.4rem;
  line-height: 187%;
}
.btn01 {
  min-width: 20rem;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.05em;
}
.btn01 a {
  display: block;
  border-bottom: solid 1px #A6B4AC;
  padding: 2rem 0;
  position: relative;
  padding-right: 4rem;
}
.btn01 a:after {
  content: "";
  width: 1.7rem;
  height: 0.8rem;
  background: url("../img/cmn/arrow01.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")) {
.btn01 a:after {
  background: url("../img/cmn/arrow01.webp") no-repeat right center;
  background-size: contain;
}
}
.btn01.white a {
  color: #fff;
  border-color: #fff;
}
.btn01.white a:after {
  background: url("../img/cmn/arrow02.svg") no-repeat right center;
  background-size: contain;
}
@supports (background-image: url("hotelniwa.webp")) {
.btn01.white a:after {
  background: url("../img/cmn/arrow02.webp") no-repeat right center;
  background-size: contain;
}
}
.btn02 {
  max-width: 25rem;
  width: 100%;
  margin: 7rem auto 0;
  text-align: center;
  font-size: 1.5rem;
}
.btn02 a {
  position: relative;
  background: #A3B5AC;
  overflow: hidden;
  display: block;
  color: #fff;
  padding: 1.8rem 3rem;
}
.btn02 a span{
  position: relative;
  display: block;
  z-index: 1;
}
.btn02 a span:after{
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../img/cmn/arrow03.svg") no-repeat 95% center;
  background-size: 1rem;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
}
@supports (background-image: url("hotelniwa.webp")) {
.btn02 a span:after{
  background: url("../img/cmn/arrow03.webp") no-repeat 95% center;
  background-size: 1rem;
}
}
.btn02 a:hover{
  opacity: 1;
}
.btn02 a::before {
  content:"";
  z-index: 0;
  left: 0;
  bottom: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: none;
  transition: all .8s ease-out;
  animation: none;
  background: #CCD7D2;
}

.btn02 a:hover::before {
  bottom: 0;
  transition: none;
  animation: hover-out .3s ease-out
}

/*==================================================
SP
==================================================*/
@media screen and (max-width: 767px) {
  /*==================================================
head
==================================================*/
  .site-header .gnavi li {
    float: none;
    text-align: center;
    margin: 0;
    width: 100% !important;
  }
  .site-header .gnavi li a {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    border-bottom: 1px solid #606060;
    padding: 2.3rem 0;
      color: #000;
  }
  .site-header .gnavi li .non-link {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    border-bottom: 1px solid #606060;
    padding: 2.3rem 0;
      color: rgba(0,0,0,0.3);
  }
  .site-header {
    background: #fff;
    padding: 0;
  }
  .site-header .site-title a, .site-header .navi-box .inner {
    height: 70px;
  }
  .site-header .site-title img {
    max-width: 146px;
  }
  .site-header .navi-box, nav .lang li.current a {
    color: #000;
  }
  .site-header .lang {
    margin-right: 2rem;
  }
  .gnavi {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    transition: ease .3s;
    background: #FAFAFA;
    display: block;
    width: 100%;
    z-index: 900;
    padding: 5vw 5vw 10vw;
    height: 90vh;
  }
  .gnavi.open {
    opacity: 1;
    visibility: visible;
    height: calc(90vh - 70px);
    overflow-y: auto;
    position: fixed;
    padding-bottom: 10rem;
  }
  .menu-btn {
    display: table;
    float: left;
    background: #A6B4AC;
  }
  .menu {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 70px;
    text-align: center;
  }
  .menu .inner {
    position: relative;
  }
  .menu__line {
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    width: 36px;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu__line--top {
      transition: .3s;
  }
  .menu__line--center {
    top: 6px;
      transition: .3s;
  }
  .menu__line--bottom {
    top: 12px;
      transition: .3s;
  }
  .menu__txt {
    color: #fff;
    margin-top: -12px;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  .gnavi li .hover,
  .gnavi li .sub-menu {
      display: none;
  }
  .menu-btn .menu__txt {
      transition: .3s;
  }
  .menu-btn.open .menu__txt {
      opacity: 0;
  }
  .menu-btn.open .menu__line--top {
      transform: rotate(45deg) translate(-13px, 8px);
  }
  .menu-btn.open .menu__line--center {
      opacity: 0;
  }
  .menu-btn.open .menu__line--bottom {
      transform: rotate(-45deg) translate(0px, -22px);
  }
    .gnavi li {
        width: 100%;
    }
    .gnavi li a:after {
        content: "";
        width: 3.4rem;
        height: 1.6rem;
        background: url("../img/cmn/spmenu_arrow.svg") no-repeat right center;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        right: 1.6rem;
        transform: translateY(-50%);
    }
@supports (background-image: url("hotelniwa.webp")) {
    .gnavi li a:after {
        background: url("../img/cmn/spmenu_arrow.webp") no-repeat right center;
        background-size: contain;
    }
}
    .navi-sponly a {
        border-bottom: none !important;
    }
    .navi-sponly .btn02 {
        max-width: 100%;
        width: 100%;
        margin: 1rem auto 0;
    }
    .navi-sponly .btn02 a {
        text-align: center !important;
        font-size: 1.5rem;
        color: #fff !important;
    }
    .gnavi li.sp {
        padding-top: 3rem;
    }
    .navi-sponly .bottom-tel {
        padding: 1rem 0 0 0;
    }
    .navi-sponly .bottom-tel a {
        padding: 1rem 0;
    }
    .navi-sponly .bottom-tel a::after {
        content: none;
    }
    .gnavi li .btn02 a:after {
        content: "";
        width: 3.4rem;
        height: 1.6rem;
        background: url("../img/cmn/spmenu_btn_arrow.svg") no-repeat right center;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        right: 1.6rem;
        transform: translateY(-50%);
    }
@supports (background-image: url("hotelniwa.webp")) {
    .gnavi li .btn02 a:after {
        background: url("../img/cmn/spmenu_btn_arrow.webp") no-repeat right center;
        background-size: contain;
    }
}
  /*==================================================
foot
==================================================*/
  .site-footer {
    padding: 5vw 0 40vw;
  }
  .site-footer .flex_box {
    padding: 0 5vw;
  }
  .site-footer .col-contact {
    margin-bottom: 3rem;
  }
  .site-footer .col-contact .flex_box {
    padding: 0;
    justify-content: space-between;
  }
  .site-footer .col-contact .bnt-contact {
    max-width: auto;
    width: 47.5%;
  }
  .site-footer .col-contact .bnt-contact:first-child {
    margin-right: 0;
  }
  .site-footer .col-box {
    width: 100%;
  }
  .site-footer .foot-tel {
    margin-bottom: 2rem;
  }
  .fnavi {
    display: block;
    padding: 0 5vw;
    font-size: 1.6rem;
  }
  .fnavi li {
    border-bottom: 1px solid rgba(96, 96, 96, 0.8);
  }/*
  .fnavi li:nth-last-child(2), .fnavi li:last-child {
    border-bottom: none;
  }*/
  .fnavi li:last-child {
    border-bottom: none;
  }
  .fnavi li a {
    padding: 2rem 5vw;
    display: block;
  }

.fnavi .non-link {
    padding: 2rem 5vw;
    display: block;
}
  .fnavi .font-hind {
    display: none;
  }
  .site-footer .snavi {
    margin-bottom: 1rem;
    font-size: 87.5%;
  }
  .site-footer .logo-list {
    margin: 3rem 0;
  }
  .site-footer .sns-list li {
    width: 5rem;
    margin: 0;
    text-align: center;
  }
  .site-footer .sns-list li img {
    width: 5rem;
  }
  .site-footer .logo-list li img {
    width: 15rem;
    height: 5rem;
  }
  .site-footer .logo-list li.nomura img {
    width: 18rem;
  }
  .foot-fix {
    width: 100%;
  }
  .foot-fix ul {
    justify-content: space-between;
  }
  .foot-fix li {
    /*width: 49.5%;*/
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .en .foot-fix li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
    
  .gbac-box a {
    padding: 2rem 5vw;
  }
  
  .site-footer .sns-block {
    padding: 0 2rem;
  }
  .sns-block.hotel {
    margin-bottom: 4rem;
  }
  .site-footer .sns-block .sns-list {
    justify-content: space-between;
    align-items: center;
  }
  .site-footer .sns-list.restaurant-sns li {
    margin: 0;
    width: 46%;
  }
  .site-footer .sns-list.restaurant-sns li img {
    width: 3.5rem;
  }
  .en .site-footer .sns-list.restaurant-sns li:last-child {
    width: 52%;
  }
  .en .sns-block .restaurant-sns li a img {
    margin-right: .75rem;
  }
  .en .sns-block .restaurant-sns li a {
    text-align: left;
    letter-spacing: 0.075rem;
    line-height: 1.35;
}
  /*==================================================
style
==================================================*/
  section {
    padding: 7rem 0 0;
  }
  p {
    margin-bottom: 3rem;
    line-height: 200%;
  }
  .tit01 {
    margin-bottom: 5rem;
  }
  .tit02 {
    padding-left: 10vw;
    margin-bottom: 4rem;
  }
  .btn01 {
    font-size: 1.8rem;
    float: right;
    min-width: 28rem;
  }
  .btn02 {
    margin: 5rem auto 0;
  }
}

.article main{
  width: 100%;
  background: #FAFAFA;
  margin-top: 125px;
    position: relative;
    z-index: -10;
}
.article .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;
  left: 4rem;
  width: 45%;
}
.concept-sec .flex_box .col-title .tit02{
  padding-left: 0;
}
.col-txt-anchor{
  margin-top: 6.5rem;
}
.col-txt-anchor ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
    max-width: none;
    width: 100%;
}
.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;
}
}

@media screen and (max-width: 1440px){
  .concept-sec .flex_box .col-title{
    padding-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .article main{
    margin-top: 105px;
  }
  .article .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-txt-anchor{
    margin-top: 10vw;
  }
  .col-txt-anchor ul{
    max-width: 100%;
    padding-left: 20px;
  }
  .col-txt-anchor ul li{
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .tit02 .en {
    color: #A3B5AC;
    font-size: 3rem;
    position: relative;
    line-height: 1em;
  }
}


/*==================================================
breadcrumb
==================================================*/
.breadcrumb{
  background: #fff;
}
.breadcrumb-inner{
  padding: 2.2rem 40px;
  max-width: 1280px;
   margin: 0 auto;
}
.breadcrumb ol{
  display: flex;
  padding: 0 3.6vw;
}
.breadcrumb li:not(:first-child){
  color: #A6B4AC;
}
.breadcrumb li:not(:last-child)::after{
  content: "－";
  color: #A6B4AC;
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-inner{
    max-width: calc(100% - 10vw);
    padding: 1.3rem 0;
  }
  .breadcrumb ol{
    padding: 0;
    font-size: 87.5%;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 5px;
}
}


/*==================================================
map
==================================================*/
.map-wrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}
.map-wrap iframe {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
.map-wrap {
    padding: 0 5vw;
}
.map-wrap iframe {
    position: absolute;
    width: 90% !important;
    height: 100%;
    top: 0;
    left: 5%;
}
}
#tripla-app > div {
  bottom:60px !important;
}



.shutto_title {
  font-size: 1.4rem;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 4rem 0 2.85rem;
  position: relative;
  color: #000;
  letter-spacing: 1.3px;
  cursor: pointer;
  margin-left: 2.85rem;
}
.home .shutto_title {
  color: #fff;
}
.home .is-show .shutto_title,
.is-show .shutto_title {
  color: #000 !important;
}
.shutto_title::after {
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  content: "";
  display: block;
  height: .8rem;
  position: absolute;
  right: 0;
  top: -10%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: .8rem;
}
.home .shutto_title::after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}
.home .is-show .shutto_title::after,
.is-show .shutto_title::after {
  border-color: #000 !important;
}
.shutto_title.open::after {
  transform: rotate(-45deg);
  top: 25%;
}
.shutto_title::before {
  content: '';
  height: 2.1rem;
  width: 1px;
  position: absolute;
  top: -.4rem;
  left: 0;
  background: #000;
}
.home .shutto_title::before {
  background: #fff;
}
.home .is-show .shutto_title::before,
.is-show .shutto_title::before {
  background: #000 !important;
}
.shutto_list {
  display: none;
  position: relative;
}
.shutto_list .shutto_list_wrap {
  position: absolute;
  top: 3.4rem;
  right: 0;
  background: #fff;
  padding: 20px;
  width: 153px;
}
.shutto_list .shutto_list_wrap div {
  font-size: 1.3rem;
  text-align: center;
  display: block;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
}
.shutto_list .shutto_list_wrap div a {
  transition: .3s;
  color: #000;
}
.shutto_list .shutto_list_wrap div a:hover {
  opacity: .7;
}
.shutto_list .shutto_list_wrap div:not(:last-child) {
  margin-bottom: 2rem;
}
@media print, screen and (min-width:768px) {
.l-header_shutto  {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
}
@media print, screen and (max-width:767px) {
.l-header_shutto  {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shutto_title {
  font-size: 10px;
  padding: 0 40px 0 0;
  letter-spacing: .5px;
  transform: translateY(1.5px);
}
.shutto_title::before {
  content: none;
}
.shutto_title::after {
  right: 2rem;
  height:  .6rem;
  width: .6rem;
}
.shutto_list .shutto_list_wrap {
  top: 2.2rem;
  width: 13.4rem;
}
}

.stt-lang-select.tl {
  display: none;
}


.wrap {
    width: calc(100% - 40px - 40px);
    margin-right: auto;
    margin-left: auto;
}
.group-hotel {
  padding: 8rem 0 5.5rem;
  background: #F3F3F3;
  position: relative;
  z-index: 1;
}
.group-hotel .group-hotel-title_box {
  pointer-events: none;
}
.group-hotel .group-hotel-title_box .group-hotel-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 4rem;
}
.group-hotel .group-hotel-block {
  max-width: 1040px;
}
.group-hotel .group-hotel-box {
  width: 22.846%;
}
.group-hotel .group-hotel-box .group-hotel-area_title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #7E7777;
  padding-bottom: .6rem;
  margin-bottom: 2.8rem;
  border-bottom: 1px solid #7E7777;
}
.group-hotel .group-hotel-box .group-hotel-list:not(:last-child) {
  min-height: 142px;
  padding-bottom: 3rem;
}
.group-hotel .group-hotel-box .group-hotel-list li {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.4rem;
}
.group-hotel .group-hotel-box .group-hotel-list.en li {
  font-size: 1.0rem;
}
@media print, screen and (min-width:768px) {
.group-hotel .group-hotel-box .group-hotel-list li a {
  transition: .3s;
}
.group-hotel .group-hotel-box .group-hotel-list li a:hover {
  opacity: .7;
}
}
@media print, screen and (max-width:767px) {
.group-hotel {
  padding: 0;
}
.group-hotel .group-hotel-box:last-child {
  padding-bottom: 0.1rem;
}
.group-hotel .group-hotel-title_box {
  pointer-events: all;
  padding: 2.5rem 0;
  position: relative;
}
.group-hotel .group-hotel-title_box::after {
  border-right: solid 2px #5B5E61;
  border-top: solid 2px #5B5E61;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 40%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
}
.group-hotel .group-hotel-title_box.open::after {
  top: 48%;
  transform: rotate(-45deg);
}
.group-hotel .group-hotel-title_box:last-child {
  padding: 0 0 5rem 0;
}
.group-hotel .group-hotel-title_box .group-hotel-title {
  margin-bottom: 0;
}
.group-hotel .group-hotel-box .group-hotel-list,
.group-hotel .group-hotel-box .group-hotel-list:not(:last-child) {
  min-height: auto;
  padding-bottom: 0;
  margin-bottom: 2.5rem;
}
.group-hotel .group-hotel-box .group-hotel-list li {
    margin-bottom: 1.5rem;
}
.flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.toggle{
  display: none;
}
.group-hotel .group-hotel-box {
  width: 100%;
}
}
@media print, screen and (max-width:767px) {
.group-hotel .group-hotel-title_box:lang(en) {
  padding: 1.542rem 0;
}
.group-hotel .group-hotel-title_box .group-hotel-title:lang(en) {
  line-height: 1.4;
  padding-right: 2rem;
}
}


.magazine-sec {
  background: #fff;
  padding: 12rem 10rem;
  max-width: 1280px;
  margin: 0 auto 10rem;
}
.magazine-sec .img-box {
  width: 40%;
}
.magazine-sec .txt-box {
  width: 50%;
}
.magazine-sec h2 {
  font-size: 2.4rem;
  letter-spacing: 0.22em;
  line-height: 1.87;
  margin-bottom: 3rem;
}
.magazine-sec .btn01 {
    float: right;
}
@media print, screen and (max-width:767px) {
.magazine-sec {
  padding: 6rem 40px 6rem;
  margin: 4rem auto 0;
}
.magazine-sec .img-box {
  width: 110%;
  margin: 0 -5% 3rem;
}
.magazine-sec .txt-box {
  width: 100%;
}
.magazine-sec .txt-box p {
  margin-bottom: 0;
}
}