@charset "UTF-8";

#contact {
}
#contact .wrap {
  max-width: 600px;
  margin: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}
#contact .inner {
}
#contact .wpcf7 {
}
#contact .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
#contact .wpcf7-form-control-wrap input {
  width: 100%;
}
#contact .wpcf7-form-control-wrap textarea {
  width: 100%;
}

#contact input,
#contact select,
#contact textarea,
#contact button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

#contact input,
#contact textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
  color: #151515;
}

#contact input:focus,
#contact textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#contact textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #ccc;
}

#contact ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

#contact ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

#contact :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

#contact .group {
  margin-bottom: 30px;
}
#contact .group .head {
  margin-bottom: 10px;
}
#contact .group .head p {
  /* color: #999; */
}

#contact .group.btn {
  margin-top: 60px;
}
#contact .group.btn P {
}
#contact .group.btn input {
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

#contact .group.btn .confirm input {
  background-color: #2a514d;
}
#contact .group.btn .confirm input:hover {
  opacity: 0.5;
}
#contact .page-tit {
  margin-bottom: 40px;
}
#contact .page-tit .tit {
  margin-bottom: 10px;
}

#contact .contact-confirm {
}
#contact .contact-confirm .confirm {
}
#contact .contact-confirm .group .head {
  margin-bottom: 10px;
}
#contact .contact-confirm .confirm p {
  font-size: 16px;
}

#contact .group.btn .back {
  margin-bottom: 10px;
}
#contact .group.btn .back input {
  background-color: #151515;
}

#contact .group.btn .submit input {
  background-color: #2a514d;
}

#contact .contact-thanks {
}
#contact .contact-thanks p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#page.page_terms-privacy {
}
#page.page_terms-privacy .article {
  font-family: "source-han-sans-japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#page.page_terms-privacy .article p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 60px;
}
#page.page_terms-privacy h6 {
  margin-bottom: 10px;
}
#page.page_terms-privacy #content .wrap {
  max-width: 900px;
  padding-left: 100px;
}
#page.page_terms-privacy .inner {
}
#page.page_terms-privacy .page-tit {
  margin-bottom: 40px;
}
#page.page_terms-privacy .page-tit .tit {
  margin-bottom: 10px;
}
#page.page_terms-privacy ul.list {
}
#page.page_terms-privacy ul.list li.list-contents {
  margin-bottom: 20px;
}
#page.page_terms-privacy ul.list li.list-contents h6 {
  margin-bottom: 5px;
}

body.rooms main {
  padding-top: 80px;
}
body.rooms main .common_wrap {
  padding: 40px 40px 180px;
}
#doubleroom .sec_head {
  border: unset;
}
.page_sec_group {
  /* padding-top: 40px; */
}
.page_sec_group .swiper {
  /* padding-bottom: 33.333%; */
  /* position: relative; */
  margin-bottom: 60px;
  border-radius: 4px;
  overflow: hidden;
  height: 70vh;
}
.page_sec_group .swiper .swiper-button-next {
  right: 0px;
  left: auto;
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_sec_group .swiper .swiper-button-next .arrow-right {
  width: 28px;
}
.page_sec_group .swiper .swiper-button-next .arrow-right::before {
  width: 18px;
  height: 18px;
}

.page_sec_group .swiper .swiper-button-prev {
  right: auto;
  left: 0px;
  width: 80px;
  height: 80px;
  transform: scaleX(-1);
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_sec_group .swiper .swiper-button-prev .arrow-right {
  width: 28px;
}
.page_sec_group .swiper .swiper-button-prev .arrow-right::before {
  width: 18px;
  height: 18px;
}
. page_sec_group .swiper-wrapper {
  height: 100%;
}
.page_sec_group .swiper .swiper-slide .thumb_wrap {
  /* padding-bottom: 50%; */
  position: relative;
  /* aspect-ratio: 2 / 1; */
  height: 100%;
}
.page_sec_group .swiper .swiper-slide .thumb_inner {
  width: 100%;
  height: 100%;
}
.page_sec_group .swiper .swiper-slide .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.page_sec_group .explanation {
}

.page_sec_group .explanation .name {
  margin-bottom: 20px;
}
.page_sec_group .explanation .read {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.page_sec_group .explanation .read .left {
  width: 50%;
  width: calc(100% - 300px);
  max-width: 700px;
  padding-right: 40px;
}
.page_sec_group .explanation .read .left p {
  line-height: 2;
  margin-bottom: 10px;
}
.page_sec_group .explanation .read .left p:last-child {
  margin-bottom: 0;
}
.page_sec_group .explanation .read .right {
  /* width: 40%; */
  width: 300px;
}
.page_sec_group .explanation .read .right p {
  line-height: 1.8;
  font-size: 12px;
}
.page_sec_group .explanation .read .right p .group {
  display: block;
  margin-bottom: 5px;
}
.page_sec_group .explanation .read .right .box {
  padding: 10px;
  border: solid 1px #999;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}
.page_sec_group .explanation .read .right .box:hover {
  background-color: #2a514d;
  color: #fff;
  transition: 0.5s;
}
.page_sec_group .explanation .detaile {
  margin-bottom: 40px;
}
.page_sec_group .explanation .detaile .accordion-content {
  padding-top: 60px;
  display: none;
}
.page_sec_group .explanation .detaile .accordion-content .more_detaile {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page_sec_group .explanation .detaile .accordion-content .thumb {
  width: 50%;
}
.page_sec_group .explanation .detaile .accordion-content .text {
  width: 40%;
}
.page_sec_group .explanation .detaile .accordion-content .text .group {
  margin-bottom: 10px;
}
.page_sec_group .explanation .detaile .accordion-content .text .group:last-child {
  margin-bottom: 0;
}
.page_sec_group .explanation .detaile .accordion-content .text .group .head {
}
.page_sec_group .explanation .detaile .accordion-content .text .group p {
  line-height: 2;
  font-size: 12px;
}
.page_sec_group .explanation .detaile .accordion-click {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  transition: 0.3s;
}
.page_sec_group .explanation .detaile .accordion-click:hover {
  opacity: 0.5;
}
.page_sec_group .explanation .detaile .accordion-click p {
  position: relative;
  display: inline-block;
}

.page_sec_group .explanation .detaile .accordion-click p::before {
  content: "";
  width: 11px;
  position: absolute;
  height: 1px;
  background-color: #333;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page_sec_group .explanation .detaile .accordion-click p::after {
  content: "";
  width: 1px;
  position: absolute;
  height: 11px;
  background-color: #333;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_sec_group .explanation .detaile .accordion-click.active p::after {
  opacity: 0;
}
.page_sec_group .explanation .detaile .accordion-click a {
  transition: 0.5s;
}
.page_sec_group .explanation .detaile .accordion-click a:hover {
  color: #2a514d;
  opacity: 0.5;
}
#facility_intro {
}
#facility_intro .read {
  margin-bottom: 60px;
}

#facility_intro .read h5 {
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 22px;
  line-height: 2;
}
#page,
#single {
  padding-top: 59px;
}
#page .common_wrap {
  padding: 80px 40px 200px;
}
#page.page_goos {
}

#page.page_goos .page_sec_group .swiper-wrapper {
  justify-content: space-between;
}
#page.page_goos .page_sec_group .swiper-wrapper li {
  /* width: 50%; */
  /* width: calc(50% - 5px); */
  height: 80svh;
}
#page.page_goos .page_sec_group .swiper-wrapper li .thumb_wrap {
  /* aspect-ratio: 3 / 2; */
}
#page.page_goos .page_sec_group .explanation {
  display: flex;
  align-items: center;
}
#page.page_goos .page_sec_group .explanation .logo {
  width: 300px;
}
#page.page_goos .page_sec_group .explanation .logo img {
  border: solid 1px #ebebeb;
  border-radius: 4px;
  overflow: hidden;
}
#page.page_goos .page_sec_group .explanation .text {
  padding-left: 60px;
  width: calc(100% - 500px);
}
#page.page_goos .page_sec_group .explanation .name {
  margin-bottom: 10px;
}
#page.page_goos .page_sec_group .explanation .name h4 {
  font-weight: 400;
}
#page.page_goos .page_sec_group .explanation .text .read {
  margin-bottom: 0;
}
#page.page_goos .page_sec_group .explanation .text .read .left {
  width: 100%;
  max-width: unset;
  padding: 0;
}

#page.page_goos .page_sec_group .explanation .text .read .left p span {
  font-size: 12px;
}

#page.page_facility .page_sec_group .explanation .read {
}
#page.page_facility .page_sec_group .explanation .read .logo {
  /* width: 200px; */
  margin-bottom: 20px;
  margin-top: 20px;
}
#page.page_facility .page_sec_group .explanation .read .logo img {
  width: 140px;
}
#page.page_facility .page_sec_group .explanation .read .logo p {
  font-size: 12px;
}
#page.page_faq {
}

#page.page_faq #content .wrap {
  max-width: 900px;
  padding-left: 100px;
}
#page.page_faq .page-tit {
  margin-bottom: 40px;
}
#page.page_faq .group .head {
  width: 300px;
}
#page.page_faq .group .accordion {
  /* width: calc(100% - 300px); */
}
#page.page_faq .accordion_container {
  border-top: solid 1px #ebebeb;
}
#page.page_faq .accordion_title {
  cursor: pointer;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  transition: opacity 0.5s;
}
#page.page_faq .accordion_title:hover {
  opacity: 0.5;
}
#page.page_faq .accordion_title p {
  width: calc(100% - 100px);
}
#page.page_faq .accordion_title .icon {
  width: 20px;
  height: 20px;
  position: relative;
  /* margin-right: 40px; */
}
#page.page_faq .accordion_title .icon::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#page.page_faq .accordion_title .icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.5s;
}
#page.page_faq .accordion_title.open .icon::after {
  opacity: 0;
}

#page.page_faq .accordion_container:last-child {
  border-bottom: solid 1px #ebebeb;
}

#page.page_faq .accordion_inner {
  display: none;
  /* padding: 20px 20px; */
}

#page.page_faq .ac_inner_wraper {
  /* width: calc(100% - 100px); */
  /* padding: 40px; */
  padding-top: 0;
}
#page.page_faq .ac_inner_wraper ul {
  /* padding: 40px; */
}
#page.page_faq .ac_inner_wraper ul li {
  margin-bottom: 4px;
  background-color: #fdfdfd;
  padding: 40px;
}
#page.page_faq .ac_inner_wraper ul li .question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
}
#page.page_faq .ac_inner_wraper ul li p {
  line-height: 1.8;
}
#page.page_faq .ac_inner_wraper ul li .question {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

#page.page_faq .ac_inner_wraper ul li .answer {
  font-size: 12px;
  padding-left: 20px;
}
#page.page_faq .ac_inner_wraper p {
  line-height: 1.8;
}
#page.page_faq .ac_inner_wraper ul li .answer a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
#page.page_faq .ac_inner_wraper ul li .answer a:hover {
  opacity: 0.5;
}
#page.page_access {
}
#page.page_access .iframe_wrap {
  position: relative;
  aspect-ratio: 2 / 1;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  /* pointer-events: all; */
  z-index: 3;
}
#page.page_access .iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

#page.page_access .read {
  margin-bottom: 10px;
}
#page.page_access .read p {
}

#page.page_access .detaile {
}
#page.page_access .detaile p {
  font-size: 12px;
  line-height: 1.8;
}
