@charset "UTF-8";
/*======================================
  reset
======================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
em, img, b, i, a, small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure,
footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
  color: #222;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6em;
  line-height: 2;
}

main {
  display: block;
}

ul, li {
  list-style: none;
  list-style-type: none;
}

span {
  font-weight: inherit;
}

img {
  line-height: 0;
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
a:visited,
a img,
button {
  transition: all 0.4s ease;
  text-decoration: none;
  color: #222;
}

a:hover,
a.hoverBtn:hover,
button:hover {
  opacity: 0.6;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  display: block;
}

input, select, textarea, button, label {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
  vertical-align: middle;
  outline: none;
  background-color: transparent;
}

/*======================================
  common
======================================*/
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  height: 3rem;
  line-height: 1;
  position: relative;
  z-index: 1000;
  padding: 0 16px;
}
h1.logo {
  padding: 0;
}

h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 6.4rem;
  line-height: 1.5;
  color: #410909;
  padding-bottom: 16px;
}
h2.long-ttl{
  font-size: 4rem;
}
h2 > span {
  display: inline-block;
}

h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}

.logo a {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  white-space: nowrap;
  color: #c9a063;
  display: block;
}

.hero {
  background: center 0 no-repeat;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

a.link {
  color: #c9a063;
  font-weight: bold;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

main section,
main section.wrapper {
  margin-top: 200px;
}

main section.room {
  margin-top: 120px;
}

main section.plan {
  margin-top: 80px;
}

main section:first-child {
  margin-top: 120px;
}

section p,
.reserve p {
  margin: 2em 0 0;
}

.btn,
a.btn {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  display: block;
  width: 320px;
  padding: 1.25em .5em;
  text-align: center;
  color: #fff;
  background-color: #410909;
  border: 1px solid #410909;
  line-height: 1;
  margin-top: 2em;
}
.btn span,
a.btn span {
  padding-right: 22px;
  position: relative;
}
.btn span::after,
a.btn span::after {
  content: '';
  position: absolute;
  background: url(../img/common/ico-blank.svg) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.btn:hover,
a.btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #410909;
  border-color: #410909;
}
.btn:hover span::after,
a.btn:hover span::after {
  background-image: url(../img/common/ico-blank-ac.svg);
}
.btn.line,
a.btn.line {
  background-color: #fff;
  color: #410909;
}
.btn.line:hover,
a.btn.line:hover {
  background-color: #410909;
  color: #fff;
}
.btn:disabled,
a.btn:disabled {
  opacity: .2;
  pointer-events: none;
}

.hor-box {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  align-items: flex-start;
}

main iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 100%;
  margin-top: 80px;
  vertical-align: bottom;
}

figure {
  position: relative;
  flex-shrink: 0;
}
figure > img {
  width: 100%;
}

/*======================================
  header
======================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  z-index: 9999;
}
header .logo a {
  color: #fff;
  margin: 0 24px;
}
header .logo a svg {
  width: 32px;
  height: auto;
  vertical-align: text-top;
}
header .logo a svg path.cls-1 {
  fill: none;
}
header .logo a svg path.cls-2 {
  fill: #fff;
}

/****** fixed ******/
.fixed {
  position: fixed;
  background-color: #fff;
}
.fixed .logo a {
  color: #c9a063;
}
.fixed .logo a svg path.cls-2 {
  fill: #c9a063;
}
.fixed #gnav a {
  color: #222;
}
.fixed #gnav .reserve-btn a {
  color: #fff;
  border-color: #410909;
  background-color: #410909;
}
.fixed #gnav .reserve-btn a:hover {
  color: #410909;
  background-color: #fff;
}
.fixed #gnav a::before {
  background-color: #410909;
}

/*======================================
  nav
======================================*/
#gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 12px;
}
#gnav > ul {
  display: flex;
  justify-content: space-between;
}
#gnav a {
  line-height: 1;
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
#gnav a:hover {
  opacity: 1;
}
#gnav a::before {
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 1px;
  content: '';
  transition: all .3s ease;
  background-color: #fff;
}

.gnav-list a {
  padding: 1em;
  white-space: nowrap;
}

.lang-list a {
  padding: 18px 12px;
  font-size: 1.4rem;
}

.reserve-btn a {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em .5em;
  width: 160px;
  border: 1px solid #fff;
  margin-left: 14px;
}
.reserve-btn a:hover {
  color: #fff;
  border-color: #410909;
  background-color: #410909;
}

#gnav li:not(.reserve-btn) a:hover::before,
#facility #gnav .gnav-list > li:nth-child(3) > a::before,
#access #gnav .gnav-list > li:nth-child(4) > a::before,
#contact #gnav .gnav-list > li:nth-child(5) > a::before,
.jp #gnav .lang-list > li:nth-child(1) > a::before,
.en #gnav .lang-list > li:nth-child(2) > a::before,
.zh #gnav .lang-list > li:nth-child(3) > a::before {
  right: 1em;
  left: 1em;
}

#navtoggle,
.reserve-btn-sp {
  display: none;
}

/*======================================
    search panel
======================================*/
.search-panel-frame {
  background-color: #F3F3F3;
  width: calc(100% - 48px);
  height: 100px;
  margin-top: -50px;
  position: relative;
  z-index: 1000;
}

.directin-sp-form {
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  height: 100%;
}

.directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
}

.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label {
  white-space: nowrap;
}

.directin-sp-form > div,
.directin-sp-form .directin-sp-form-input-group div.directin-sp-form-input {
  margin: 0;
}

.directin-sp-form .directin-sp-form-input label {
  display: flex;
  align-items: center;
}

.directin-sp-form .directin-sp-form-input-group {
  align-items: center;
  padding: 0 1.5em;
  height: 100%;
  position: relative;
  margin: 0;
}
.directin-sp-form .directin-sp-form-input-group::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D1D1D1;
  top: 0;
  right: 0;
}

.directin-sp-form .directin-sp-form-submit-button,
.directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox {
  padding: 0;
}

.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-input input[type="text"] {
  padding: 1em;
  margin: 0 0 0 1em;
}

.directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"] {
  padding: 1em 1em 1em 46px;
  background-position: 16px center;
  margin: 0 1em;
  background-color: #fff !important;
}

.directin-sp-form .directin-sp-form-submit-button {
  padding: 0 1.5em;
  width: 100%;
}

.directin-sp-form .directin-sp-form-submit-button button {
  width: 100%;
  background-color: #410909;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  border-radius: 0;
  padding: 1em;
  border: 1px solid #410909;
}
.directin-sp-form .directin-sp-form-submit-button button:hover {
  opacity: 1;
  color: #410909;
  background-color: #fff;
}

.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-select-panel {
  padding: 1.75em 1em .5em;
}

.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-select-panel .directin-sp-form-input label .directin-sp-form-label {
  color: #222;
}

/*======================================
    footer
======================================*/
footer {
  margin-top: 152px;
}
footer ul.wrapper {
  display: flex;
  margin-top: 1em;
  justify-content: space-between;
}
footer li {
  width: 16.67%;
}
footer ul a {
  display: block;
  text-align: center;
}
footer svg {
  width: 32px;
  height: auto;
  vertical-align: text-top;
}
footer svg path.cls-1 {
  fill: none;
}
footer svg path.cls-2 {
  fill: #c9a063;
}

.reserve {
  padding: 120px 0;
  background: url(../img/common/bg-contact.jpg) center center no-repeat;
  background-size: cover;
}
.reserve .btn {
  width: 100%;
  font-size: 2.4rem;
  padding: 2em .5em;
  margin-top: 64px;
}

.copy {
  padding: 40px 0;
}

.copy .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.copy .logo {
  margin: 0;
}

.copyright {
  font-size: 1.2rem;
  width: 100%;
  margin: 24px 0 0;
  text-align: center;
}

.sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
}
.sns img {
  width: 32px;
}

/*======================================
  top
======================================*/
#top .hero {
  width: 100%;
  max-height: 100vh;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #410909;
}
#top .hero h1 {
  font-size: 4.8rem;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}
#top .hero #movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
#top .hero #sound {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: url(../img/top/btn-off.svg) no-repeat 0 0/cover;
}
#top .hero #sound.on {
  background-image: url(../img/top/btn-on.svg);
}
#top .hero iframe {
  position: absolute;
  margin-top: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#top .hero .bnr-area {
  position: absolute;
  z-index: 100;
  top: 123px;
  right: 30px;
  width: 20%;
  max-width: 390px;
}

/****** concept ******/
.concept01 {
  overflow-x: hidden;
  margin-top: 40px;
  background: url(../img/top/bg-concept01.png) right 28% bottom no-repeat;
  background-size: 41.666%;
  padding-bottom: 120px;
}
.concept01 .txt-wrap {
  max-width: 720px;
  position: relative;
  z-index: 1;
}
.concept01 .img01 {
  position: absolute;
  width: 70.96774%;
  right: -8%;
  top: 116px;
}
.concept01 .img01::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(81deg, white 0%, white 29%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
}
.concept01 .img02 {
  width: 50%;
}
.concept01 .img03 {
  width: 25%;
  margin: 17.2% 8.3% 0 0;
}
.concept01 .img-box {
  margin-top: 8.3%;
}
.concept01 p {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.concept02 {
  background: url(../img/top/bg-concept02.png) 28% bottom no-repeat;
  background-size: 41.666%;
  padding-bottom: 80px;
}
.concept02 .hor-box {
  flex-direction: row-reverse;
}
.concept02 .txt-wrap {
  max-width: 810px;
}
.concept02 .img01 {
  width: 32.2%;
  margin: 6.4% 0 0 -8%;
}
.concept02 .img02 {
  width: 50%;
}
.concept02 .img03 {
  width: 29.428%;
  left: 0;
  margin: 18.4% 0 0 8.3%;
}
.concept02 .img04 {
  width: 25%;
  position: absolute;
  left: 0;
  top: -18%;
}
.concept02 .img-box {
  margin-top: 80px;
  position: relative;
}

/****** room ******/
.room .wrapper {
  position: relative;
}
.room .wrapper::before {
  content: '';
  position: absolute;
  background: url(../img/top/bg-room.png) 0 0 no-repeat;
  background-size: contain;
  width: 19.3%;
  padding-top: 19.3%;
  bottom: 100%;
  right: 100%;
}
.room .txt-wrap {
  max-width: 680px;
  padding-right: 16px;
}
.room > .hor-box {
  margin-top: 120px;
  justify-content: flex-start;
}
.room > .hor-box > figure {
  width: 50%;
}
.room .ttl-wrap {
  padding-left: 80px;
}
.room .ttl-wrap a {
  font-family: "Shippori Mincho", serif;
  color: #410909;
  font-weight: 700;
  position: relative;
  padding-right: 22px;
  border-bottom: 1px solid #410909;
}
.room .ttl-wrap a::after {
  content: '';
  position: absolute;
  background: url(../img/common/ico-blank-ac.svg) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.room h3{
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.room h3 span{
  display: inline-block;
  font-size: 2.4rem;
}
.room-box {
  margin-top: 40px;
  background-color: #F3F3F3;
  padding: 80px 80px 40px;
  width: 100%;
  position: relative;
}
.room-box::after {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  width: calc(50vw - 80px);
  height: 100%;
  top: 0;
  right: 100%;
  z-index: -1;
}
.room-box p {
  margin-top: 1.5em;
  max-width: 540px;
}
.room-box figure {
  max-width: 540px;
  margin: auto;
}

/****** facility plan******/
.facility {
  background: url(../img/top/bg-facility.png) -14.41% bottom no-repeat;
  background-size: 20.82%;
  padding-bottom: 40px;
}

.facility .hor-box,
.plan .hor-box {
  justify-content: flex-end;
  align-items: center;
}

.facility .txt-wrap,
.plan .txt-wrap {
  width: 540px;
}

.facility figure,
.plan figure {
  width: 50%;
}

.facility .txt-wrap {
  margin-right: 4.1%;
}

.plan {
  background: url(../img/top/bg-plan.png) right 0 no-repeat;
  background-size: 10.41%;
  padding-top: 80px;
}
.plan .hor-box {
  flex-direction: row-reverse;
}
.plan .txt-wrap {
  margin-left: 4.1%;
}

/****** access ******/
.access h3 {
  font-size: 2.4rem;
  margin-top: 2em;
}
.access .btn {
  margin-top: 3em;
}
.access .txt-wrap > div {
  padding-right: 16px;
}

/****** gallery ******/
.gallery {
  overflow: hidden;
}

#slider {
  margin-top: 80px;
  max-width: 100%;
}

#slider figure {
  margin: 0 .2%;
}

/*======================================
  lower
======================================*/
/****** hero ******/
#access .hero {
  background-image: url(../img/access/hero.jpg);
}

#contact .hero {
  background-image: url(../img/contact/hero.jpg);
}

#facility .hero {
  background-image: url(../img/facility/hero.jpg);
}

/****** common ******/
.list {
  margin-top: 2em;
}

.list li {
  position: relative;
  padding-left: 1em;
}
.list li + li {
  margin-top: 1em;
}

.list li::before {
  content: '';
  position: absolute;
  top: .75em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #410909;
}

.ver-list {
  margin-top: 2em;
}
.ver-list > li {
  display: flex;
  position: relative;
}
.ver-list > li::after {
  content: '';
  position: absolute;
  background-color: #F3F3F3;
  width: calc(100% - 80px);
  height: 100%;
  bottom: -40px;
  right: 0;
  z-index: -1;
}
.ver-list > li + li {
  margin-top: 80px;
}
.ver-list > li ul {
  margin-top: 1em;
}
.ver-list > li dt {
  margin-top: 1em;
  border-bottom: 1px solid #fff;
  margin-bottom: .25em;
  padding-bottom: .25em;
}
.ver-list div {
  background-color: #F3F3F3;
  margin-top: 40px;
  padding: 40px 6.4516129% 0;
}
.ver-list figure {
  width: 50%;
}

.hor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
.hor-list::after {
  content: "";
  width: 31.6%;
}
.hor-list > li {
  width: 31.6%;
}
.hor-list > li:nth-child(n + 4) {
  margin-top: 64px;
}
.hor-list h3 {
  font-size: 2.4rem;
  margin-top: 1em;
}
.hor-list p {
  margin-top: 1em;
}

.hor-list2 > li {
  width: 48.7%;
}

.ico-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1em;
}
.ico-list ::before {
  content: '※';
}

.sub-txt {
  font-size: 1.2rem;
  color: #888;
}

.check-txt {
  padding: 1em 0;
  border-top: 1px dotted #c9a063;
  border-bottom: 1px dotted #c9a063;
}

/****** access ******/
.access-box {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.access-box > figure {
  width: 43.54%;
}
.access-box .pc p,
.access-box .sp p {
  line-height: 1.5;
  font-size: 1.4rem;
}
.access-box .pc p:first-child {
  margin-top: 0;
}
.access-box .sp {
  display: none;
}
.access-box h3 {
  font-size: 2.4rem;
  margin: .25em 0 .5em;
}
.access-box > div {
  width: 50%;
}
.access-box div figure {
  margin-top: .5em;
}
.access-box span {
  display: inline-block;
}

.access-box h4 {
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
  padding-left: 56px;
  position: relative;
  margin-top: 48px;
  line-height: 1.5;
}
.access-box h4::after {
  content: '';
  position: absolute;
  top: .3em;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #410909;
  border-radius: 50%;
  background: url(../img/access/ico-access01.svg) center center no-repeat;
}
.access-box h4 ~ h4::after {
  background-image: url(../img/access/ico-access02.svg);
}
.access-box h4 span {
  display: inline-block;
}

.hor-list p.distance {
  font-size: 1.4rem;
  color: #410909;
  font-weight: bold;
  margin-top: .5em;
  line-height: 1.5;
}

#access footer {
  margin-top: 0;
}

/****** contact ******/
.lower input, .lower select, .lower textarea, .lower button, .lower label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1.5em auto 0;
  margin-top: 2em;
}

tr + tr {
  border-top: 1px solid #D1D1D1;
}

th,
td {
  vertical-align: middle;
  padding: 1em 0;
}

th {
  font-weight: bold;
  color: #410909;
}

.hiss {
  font-size: 3.2rem;
  color: #F11212;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  height: 20px;
  width: 16px;
  overflow: hidden;
  display: inline-block;
  margin-left: 8px;
  vertical-align: -3px;
}

.err {
  color: #F11212;
  font-weight: bold;
}

.lower input[type="text"],
.lower textarea {
  width: 100%;
  padding: 1em;
  font-size: 1.6rem;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
}

.lower input:disabled {
  background-color: #D1D1D1;
  pointer-events: none;
}

.lower input[type='radio'] + label,
.lower input[type='checkbox'] + label {
  position: relative;
  display: inline-block;
  margin-right: .4em;
  cursor: pointer;
  padding-left: 1.6em;
}

.lower input[type='radio'] + label:before,
.lower input[type='radio']:checked + label:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50%;
}

.lower input[type='radio'] + label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #410909;
  background-color: #fff;
}

.lower input[type='radio']:checked + label:after {
  width: 8px;
  height: 8px;
  top: 0;
  left: 4px;
  margin: auto;
  background-color: #410909;
}

.lower input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  cursor: pointer;
}

.lower input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #410909;
  background-color: #fff;
  border-radius: 2px;
}

.lower input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 4px;
  left: 8px;
  display: block;
  width: 8px;
  height: 16px;
  border-right: 2px solid #410909;
  border-bottom: 2px solid #410909;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lower input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.btn-box {
  text-align: center;
}
.btn-box .btn {
  font-size: 2.4rem;
  width: 400px;
  margin: 32px auto 0;
  background-color: #222;
  border-color: #222;
  display: inline-block;
}
.btn-box .btn:hover {
  background-color: #fff;
  color: #222;
}
.btn-box .btn.back {
  color: #222;
  background-color: #fff;
  border-color: #222;
  margin-right: 1em;
  width: 200px;
}

.agree-check {
  font-size: 2rem;
  margin-top: 3em;
}
.agree-check a, .agree-check label {
  font-weight: bold;
}
.agree-check a {
  text-decoration: underline;
}

@media screen and (max-width: 1400px) {
  #top .hero #sound {
    bottom: 66px;
  }
}
@media screen and (max-width: 1330px) {
  .wrapper:not(.search-panel-frame) {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  header .logo a {
    margin: 0 24px;
  }

  .gnav-list a {
    padding: 1.5em .75em;
  }

  .reserve-btn a {
    width: 120px;
  }

  .room .wrapper::before {
    right: auto;
    left: -4%;
  }
}
@media screen and (max-width: 1240px) {
  header {
    height: 64px;
  }

  a.reserve-btn-sp {
    display: block;
    position: absolute;
    top: 0;
    right: 64px;
    width: 64px;
    height: 64px;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    background: #410909 url(../img/common/ico-reserve.svg) center 12px no-repeat;
    padding-top: 36px;
    font-family: "Shippori Mincho", serif;
  }

  #gnav {
    position: absolute;
    z-index: 100;
    top: -100vh;
    left: 0;
    width: 100%;
    margin-top: 0;
    transition: top .3s ease;
    display: block;
    background-color: #fff;
    height: 100vh;
  }

  #gnav.open {
    top: 64px;
  }

  #gnav a {
    color: #222;
  }

  #gnav a::before {
    display: none;
  }

  #gnav > .gnav-list {
    display: block;
  }

  #gnav .gnav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  #gnav .gnav-list a {
    padding-left: 24px;
    text-align: left;
    background-color: #F3F3F3;
  }

  #gnav > ul div {
    position: relative;
    display: block;
  }

  .lang-list {
    padding: 24px;
  }

  .lang-list li:not(.reserve-btn) {
    width: 16.6%;
  }

  .jp .lang-list li:nth-child(1) a,
  .en .lang-list li:nth-child(2) a,
  .zh .lang-list li:nth-child(3) a {
    background-color: #F3F3F3;
  }

  #gnav .reserve-btn a {
    color: #fff;
    border-color: #410909;
    background-color: #410909;
  }

  .reserve-btn {
    width: 50%;
  }

  .reserve-btn a {
    width: 100%;
    margin-left: 0;
  }

  .jp .fixed .lang-list li:nth-child(1) a,
  .en .fixed .lang-list li:nth-child(2) a,
  .zh .fixed .lang-list li:nth-child(3) a {
    background-color: #F3F3F3;
  }

  #navtoggle {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    display: block;
    width: 64px;
    height: 64px;
    padding-top: 26px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #navtoggle:hover {
    opacity: 1;
  }

  #navtoggle::before,
  #navtoggle::after {
    position: absolute;
    top: 31px;
    right: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 1px;
    margin: auto;
    content: '';
    transition: all .3s ease;
    background: #fff;
  }

  #navtoggle::before {
    box-shadow: 0 -8px 0 #fff;
  }

  #navtoggle::after {
    box-shadow: 0 8px 0 #fff;
  }

  #navtoggle.close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none !important;
  }

  #navtoggle.close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: none !important;
  }

  .fixed #navtoggle {
    background-color: #F3F3F3;
  }
  .fixed #navtoggle::before,
  .fixed #navtoggle::after {
    background-color: #410909;
  }
  .fixed #navtoggle::before {
    box-shadow: 0 -8px 0 #410909;
  }
  .fixed #navtoggle::after {
    box-shadow: 0 8px 0 #410909;
  }

  /****** top ******/
  .concept01 {
    background-size: 48%;
  }

  .concept01 .txt-wrap {
    max-width: none;
  }

  .concept01 .hor-box:first-child {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .concept01 .img01 {
    position: relative;
    width: 80%;
    right: -24px;
    top: 32px;
    margin-bottom: -16%;
  }

  .concept01 .img-box {
    margin-top: 4%;
  }

  .concept02 {
    background-size: 48%;
    background-position: 24% bottom;
  }

  .concept02 .txt-wrap {
    padding-left: 32px;
  }

  .concept02 .img-box {
    margin-top: 40px;
  }

  .concept02 .img01 {
    margin-left: -24px;
  }

  .concept02 .img04 {
    top: -32%;
  }

  .room > .hor-box > figure {
    width: 60%;
  }

  .room .ttl-wrap {
    padding-left: 40px;
  }

  .room-box {
    padding: 40px 40px 20px;
  }

  .room-box::after {
    width: 50vw;
  }

  .facility {
    background-position: -14.41% 0;
  }

  .facility .txt-wrap {
    padding-left: 24px;
  }

  .plan .txt-wrap {
    padding-right: 24px;
  }

  /****** lower ******/
  .ver-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ver-list li::after {
    display: none;
  }

  .ver-list li {
    display: block;
    width: 49.0325%;
    background-color: #F3F3F3;
  }
  .ver-list li:nth-child(2) {
    margin-top: 0;
  }

  .ver-list figure {
    width: calc(100% - 24px);
    position: relative;
  }
  .ver-list figure::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 50%;
    top: 0;
    right: -24px;
    background-color: #fff;
  }

  .ver-list div {
    padding: 24px;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .concept02 h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 980px) {
  .directin-sp-form .directin-sp-form-input:not(.directin-sp-form-nodate-checkbox) label {
    display: block;
  }

  .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
    font-size: 1.4rem;
    display: block;
    line-height: 1;
    margin-bottom: .5em;
  }

  .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"],
  .directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-input input[type="text"] {
    margin-left: 0;
  }

  .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox label {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .wrapper:not(.search-panel-frame) {
    padding-right: 16px;
    padding-left: 16px;
  }

  header h1 {
    height: auto;
  }

  header .logo {
    width: calc(100% - 128px);
  }

  header .logo a {
    margin: 0 8px;
    white-space: inherit;
    text-indent: -22px;
    padding-left: 22px;
  }

  .btn, a.btn {
    width: 100%;
  }

  main section,
  main section.wrapper {
    margin-top: 80px;
  }

  main section.room {
    margin-top: 40px;
  }

  main section:first-child {
    margin-top: 40px;
  }

  h2 {
    font-size: 4rem;
    padding-bottom: 0;
  }

  .concept02 h2 {
    font-size: 3.2rem;
  }
  .concept02 h2 i {
    display: inline-block;
  }

  h3 {
    font-size: 2.4rem;
  }

  #top .hero {
    display: block;
    max-height: none;
    height: auto;
  }
  #top .hero .bnr-area {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    padding: 20px 16px;
  }
  #top .hero .bnr-area .bnr-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  #top .hero .bnr-area .bnr-list li {
    width: calc((100% - 20px) / 2);
  }
  #top .hero .bnr-area .bnr-list li.bnr-wide {
    width: 100%;
    text-align: center;
  }
  #top .hero .bnr-area .bnr-list li.bnr-wide img {
    width: 80%;
  }

  #top .hero h1 {
    font-size: 3rem;
  }

  #top .hero #sound {
    bottom: auto;
    top: calc(56.25vw - 48px);
    width: 32px;
    height: 32px;
  }

  #top .search-panel-frame {
    margin-top: 16px;
  }

  .search-panel-frame {
    width: calc(100% - 32px);
  }

  .search-panel-frame {
    height: auto;
  }

  .directin-sp-form {
    display: block;
    padding-bottom: 16px;
  }

  .directin-sp-form .directin-sp-form-input-group {
    display: block;
  }

  .directin-sp-form .directin-sp-form-input-group,
  .directin-sp-form .directin-sp-form-submit-button {
    padding: 16px 16px 0;
  }

  .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"],
  .directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-input input[type="text"] {
    width: 100%;
    padding: 0.5em;
  }

  .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox label {
    margin-top: .5em;
    display: block;
    line-height: 1;
  }

  .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
    font-size: 1.2rem;
  }

  .directin-sp-form .directin-sp-form-input-group .directin-sp-form-input label .directin-sp-form-checkbox-label {
    font-size: 1.4rem;
  }

  .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"] {
    background: none;
  }

  .directin-sp-form .directin-sp-form-submit-button button {
    padding: 0.5em;
  }

  .directin-sp-form .directin-sp-form-input-group::after {
    display: none;
  }

  iframe {
    height: 240px;
    margin-top: 32px;
  }

  .reserve {
    padding: 40px 0;
  }

  .reserve .btn {
    margin-top: 32px;
    font-size: 2rem;
    padding: 1em;
  }

  footer {
    margin-top: 62px;
  }

  footer .logo {
    display: none;
  }

  .copy .box {
    justify-content: center;
  }

  .copy {
    padding: 32px 16px;
  }

  .copyright {
    margin-top: 16px;
  }

  /****** top ******/
  .concept01 {
    background-size: 64%;
    background-position: right -12% bottom;
    padding-bottom: 40px;
    margin-top: 24px;
  }

  .concept01 .img-box {
    margin-top: 0;
  }

  .concept01 .img01 {
    right: -16px;
    margin-bottom: -8%;
  }

  .concept02 {
    margin-top: 40px;
    padding-bottom: 40px;
    background-size: 80%;
    background-position: -72% bottom;
  }

  .concept02 .img-box {
    margin-top: 32px;
  }

  .room .wrapper::before {
    width: 14%;
    padding-top: 14%;
    bottom: 100%;
    left: -4%;
  }

  .room .txt-wrap {
    padding: 0;
  }

  .room .ttl-wrap,
  .facility .txt-wrap,
  .plan .txt-wrap {
    padding: 0 16px;
    width: 100%;
    margin: 0;
  }

  .room-box {
    padding: 16px;
    margin-top: 0;
  }

  .room-box p {
    margin-top: 1em;
  }

  .room .hor-box,
  .facility .hor-box,
  .plan .hor-box,
  .access .hor-box {
    display: block;
  }

  .room > .hor-box {
    margin-top: 32px;
  }

  .room .ttl-wrap {
    margin-top: 1em;
  }

  .room-box::after {
    display: none;
  }

  .room > .hor-box > figure {
    position: relative;
  }
  .room > .hor-box > figure::after {
    content: '';
    position: absolute;
    background-color: #F3F3F3;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    z-index: -1;
  }

  .room > .hor-box > figure {
    width: 100%;
    padding-right: 16px;
  }

  .facility {
    background-position: right -14.41% top;
    background-size: 32%;
    padding-bottom: 0;
  }

  .plan {
    background-size: 16%;
    padding-top: 0;
  }

  .facility figure,
  .plan figure {
    width: calc(100% - 16px);
  }

  .facility figure,
  .plan figure {
    margin-top: 2em;
  }

  .facility figure {
    margin-left: 16px;
  }

  .access h3 {
    font-size: 2rem;
  }

  .access p {
    margin-top: 1em;
  }

  .access .btn {
    margin-top: 2em;
  }

  #slider {
    margin-top: 32px;
  }

  /****** lower ******/
  .ver-list li {
    width: 100%;
  }
  .ver-list li p {
    margin-top: 1em;
  }

  .ver-list figure {
    width: calc(100% - 16px);
  }

  .ver-list figure::after {
    width: 16px;
    right: -16px;
  }

  .ver-list div {
    padding: 16px;
  }

  .ver-list li:nth-child(2),
  .ver-list li + li {
    margin-top: 32px;
  }

  .hor-list li {
    width: calc(50% - 8px);
  }

  .hor-list li:nth-child(3),
  .hor-list li:nth-child(n + 4) {
    margin-top: 32px;
  }

  .hor-list h3 {
    font-size: 2rem;
    margin-top: 16px;
  }

  .access-box {
    display: block;
  }
  .access-box > figure {
    width: 100%;
  }
  .access-box .pc {
    display: none;
  }
  .access-box > h3 {
    font-size: 2rem;
  }
  .access-box div {
    width: 100%;
  }
  .access-box .sp {
    display: block;
    width: 100%;
  }
  .access-box .sp + p br {
    display: none;
  }
  .access-box h4 {
    font-size: 2.4rem;
    padding-left: 40px;
  }
  .access-box h4::after {
    top: 0.1em;
    width: 32px;
    height: 32px;
    background-size: 20px;
  }

  th {
    display: block;
    padding-bottom: 0;
  }

  td {
    display: block;
    padding-top: .5em;
  }

  .btn-box .btn {
    font-size: 2rem;
    width: 60%;
    margin-top: 1em;
  }
  .btn-box .btn.back {
    width: calc(40% - 16px);
    margin-right: 16px;
  }

  .agree-check {
    font-size: 1.6rem;
    margin-top: 2em;
  }
}
@media screen and (max-width: 480px) {
  header .logo a {
    font-size: 1.2rem;
  }
  header .logo a svg {
    width: 19px;
  }

  /****** top ******/
  #top .hero h1 {
    font-size: 6.7vw;
  }

  .concept .hor-box {
    display: block;
    overflow: hidden;
  }

  .concept01 {
    background-size: 80%;
    background-position: right -16% bottom;
  }

  .concept01 .img01 {
    width: 100%;
    right: 0;
    margin-bottom: 64px;
  }
  .concept01 .img01::before {
    display: none;
  }

  .concept01 .img02 {
    width: 80%;
  }

  .concept01 .img03 {
    width: 60%;
    margin: 10% 0 0 calc(40% - 16px);
  }

  .concept02 .txt-wrap {
    padding-left: 0;
  }

  .concept02 .img-box {
    margin-top: 0;
    padding-left: 0;
    background-size: 80%;
    background-position: -16% bottom;
  }

  .concept02 .img04 {
    top: auto;
    bottom: 5%;
    right: 0;
    left: auto;
    width: 32%;
  }

  .concept02 .img01 {
    width: 80%;
    padding: 0;
    margin: 32px auto 0;
  }

  .concept02 .img02 {
    width: 80%;
    margin: 48px 0 0 20%;
  }

  .concept02 .img03 {
    width: 50%;
    margin-top: 32px;
  }

  /****** lower ******/
  .hor-list li {
    width: 100%;
  }

  .hor-list li:nth-child(2) {
    margin-top: 32px;
  }
}

/****** 動画支給後削除 ******/
#top .hero #movie{
  background: url(../img/top/mv.jpg) center center / cover;
}
/****** d-reserve支給後削除 ******/
.gnav-list li:nth-child(1) a,
.gnav-list li:nth-child(2) a{
  opacity: .4;
  pointer-events: none
}
.reserve-btn,
.search-panel-frame,
.room a,
.plan a,
.reserve,
#facility .lower .hor-list2 a{
  display: none;
}
