@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #000;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  line-height: 1.8em;
}

.SP {
  display: none;
}

.cormo {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.read {
  font-size: 18px;
}

.wrapp {
  max-width: 1200px;
  margin: 0 auto;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

main {
  background-image: url(../images/bkg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
}

.tit {
  display: block;
  width: fit-content;
  margin: 0 auto 60px auto;
}

h2 {
  font-size: 80px;
  font-family: "Cormorant", serif;
}

.tit p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

section {
  padding: 80px 0;
}

/*header*/
.header_inner {
  position: relative;
  margin: 0 !important;
}

.header_nav {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  transform: translateY(-120%);
  transition: all 0.6s;
}

.header_nav.active {
  transform: translateY(0%);
}

.header_nav ul {
  padding-top: 48px;
  text-align: center;
}

.header_nav li {
  list-style: none;
  margin-bottom: 24px;
}

.header_nav li a {
  color: #fff;
  text-decoration: none;
}

.hum_btn {
  background-color: transparent;
  border: none;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1000;
  background-color: #000;
}

.hum_btn .line {
  display: block;
  position: absolute;
  height: 1px;
  right: 15px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hum_btn span:nth-child(1) {
  top: 25px;
  width: 30px;
}

.hum_btn span:nth-child(2) {
  top: 35px;
  width: 20px;
}

.hum_btn span:nth-child(3) {
  top: 35px;
  width: 20px;
}

.hum_btn.active span:nth-child(1) {
  top: 30px;
  background: #ccc;
  transform: rotate(-45deg);
}

.hum_btn.active span:nth-child(2) {
  top: 30px;
  background: #ccc;
  width: 30px;
  transform: rotate(45deg);
}

.hum_btn.active span:nth-child(3) {
  top: 30px;
  background: #ccc;
  width: 30px;
  transform: rotate(45deg);
}

.header_inner h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-weight: normal;
}

/*mv*/
h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.mv_txt .hCopy {
  font-size: 60px;
  color: #fff;
}

.mv_txt p {
  color: #fff;
  font-size: 25px;
  margin-top: 50px;
}

.sec_mv {
  padding: 0;
  position: relative;
}

.logo {
  position: absolute;
  left: 5%;
  top: 5%;
}

.mv_txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
  width: fit-content;
  height: fit-content;
}

/*reservation*/
.sec_reservation {
  display: none;
}

.reservation_cont {
  position: relative;
}

.reservation_cont_inner {
  background-color: #f5f5f5;
  padding: 40px;
}

.reservation_cont_flex {
  display: flex;
  gap: 30px;
}

.kids_select {
  background-color: #fff;
  position: absolute;
  padding: 20px;
  top: 50%;
  display: none;
  box-shadow: 3px 3px 5px #bbb;
}

.kids_select.open {
  display: block;
}

.pop_open {
  cursor: pointer;
  color: #005aeb;
  border-bottom: solid 1px #005aeb;
}

.reservation_cont_inner dt {
  margin-bottom: 10px;
  font-size: 18px;
}

.reservation_cont_inner dd {
  font-size: 16px;
}

.reservation_cont_inner select,
.reservation_cont_inner input {
  font-family: inherit;
  font-size: 16px;
  padding: 3px 10px;
}

.kids_select li {
  font-size: 14px;
  margin-bottom: 10px;
}

.kids_select div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.pop_close {
  background-color: #8b7d5e;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  display: block;
  width: fit-content;
  margin: 10px auto 0 auto;
  cursor: pointer;
}

.reservation_search {
  background-color: #8b7d5e;
  color: #fff;
  display: block;
  width: 280px;
  padding: 10px 0;
  margin: 40px auto 0 auto;
  text-align: center;
}

.reserve_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
}

.reserve_btn a {
  color: #fff;
  display: block;
  width: 130px;
  height: 130px;
  background-color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 130px;
  border-radius: 120px;
}

/*card*/
.sec_card {
  padding: 0;
}

.card_cont {
  position: relative;
}

.card_cont_inner {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  padding: 100px 250px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15%;
  height: fit-content;
}

.card_2 .card_cont_inner {
  right: 15%;
  left: auto;
}

.card_txt {
  width: fit-content;
  margin: 0 auto;
}

.card_cont div p {
  color: #fff;
}

.card_cont div p:first-of-type {
  font-size: 18px;
  margin-bottom: 2rem;
}

/*facility*/
.sec_facility {
  background-color: #5e5643;
  padding-bottom: 0;
}

.sec_facility h2 {
  color: #fff;
}

.sec_facility .tit p {
  color: #fff;
}

.faci_btns li img {
  filter: brightness(.6);
  transition: .3s;
}

.faci_btns li a {
  transition: .3s;
  display: block;
}

.faci_btns li a:hover img {
  filter: brightness(1);
}

.faci_btns {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.faci_btns li {
  width: calc(100%/3);
  position: relative;
}

.faci_btns li.wide {
  width: 100%;
}

.btn_txt {
  position: absolute;
  display: block;
  width: fit-content;
  top: 70%;
  left: 5%;
}

.btn_txt span {
  display: block;
  color: #fff;
}

.btn_txt .cormo {
  font-size: 25px;
  margin-bottom: 5px;
}

.faci_btns li.wide .btn_txt {
  bottom: 0;
  top: 0;
  left: 35%;
  margin: auto;
  height: fit-content;
}

/*guestroom*/
.img_box {
  position: relative;
}

.img_box span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 13px;
}

.img_box span.white {
  color: #fff;
}

.read_cont h3 {
  font-size: 20px;
  margin: 50px 0 30px;
  text-align: center;
}

.read_cont p+p {
  margin-top: 20px;
}

.read_cont {
  width: fit-content;
  margin: 0 auto;
}

.gr_flex {
  display: flex;
}

.gr_flex:nth-of-type(even) {
  flex-direction: row-reverse;
}

.gr_flex .img_box,
.gr_cont {
  width: 50%;
}

.gr_cont {
  background-color: #5e5643;
  display: flex;
  align-items: center;
}

.gr_cont_inner {
  max-width: 70%;
  margin: 0 auto;
}

.gr_cont_inner h3,
.gr_cont_inner p {
  color: #fff;
}

.gr_cont_inner h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.gr_tit {
  border-bottom: solid 1px #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.sec_guestroom .inner {
  margin-bottom: 80px;
}

.sec_guestroom {
  padding-bottom: 0;
}

/*sightseeing*/
section.bkg_white {
  padding: 0;
}

.bkg_white .bkg {
  background-color: rgba(255, 255, 255, .5);
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}

.sec_ss .read_cont {
  margin-bottom: 80px;
}

.ss_map_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}

.ss_map_list li {
  width: calc(99%/3);
  position: relative;
}

.ss_map_list li img {
  filter: brightness(.6);
  transition: .3s;
}

.ss_map_list li a:hover img {
  filter: brightness(1);
}

.ss_map_list li a {
  color: #fff;
  text-align: center;
  display: block;
}

.ss_map_list li a span {
  display: block;
  width: fit-content;
  border: solid 1px #fff;
  padding: 5px 10px;
  margin: 10px auto 0 auto;
}

.ss_map_list li a p:first-of-type {
  font-size: 25px;
}

.ss_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}

/*access*/
.sec_access .inner img {
  display: block;
  margin: 0 auto;
}

.map_read {
  width: fit-content;
  margin: 70px auto 0 auto;
}

.map_read p:first-of-type {
  font-size: 20px;
  margin-bottom: 10px;
}

/*access route*/
.accessroute_wrapp {
  max-width: 1052px;
  margin: 0 auto;
}

.route_list {
  background-color: #fff;
  padding: 20px;
  width: 300px;
}

.route_tit {
  border: solid 1px #000;
  padding: 15px;
  width: 90%;
  margin: 0 auto;
}

.route_tit span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.route_tit_inner {
  display: flex;
  align-items: center;
  gap: 20px;

  justify-content: center;
}

.route_cont {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.rout_item p {
  text-align: center;
  padding-bottom: 10px;
}

.rout_item:before {
  display: block;
  content: '';
  border-left: solid 1px #000;
  height: 40px;
  margin: 0 auto;
  width: 1px;
}

.route_list:last-of-type .rout_item::before {
  height: 20px;
}

.rout_item p:first-of-type {
  border: solid 1px #000;
  padding: 5px 0;
  margin: 0 auto 10px auto;
  display: block;
  width: 100%;
}

.rout_item.last_item p:first-of-type {
  border: none;
  padding-top: 10px;
}

.accessroute_goal {
  background-color: #000;
  padding: 30px 0;
  text-align: center;
}

/*access parking*/
.sec_access_parking {
  background-color: #5e5643;
}

.sec_access_parking .tit {
  color: #fff;
}

.parking_inner {
  width: 550px;
  background-color: #fff;
  margin: 0 auto 70px auto;
  padding: 30px 0;
}

.parking_inner p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}

.parking_inner p:first-of-type {
  border-bottom: solid 1px #2f2f2f;
}

/*contact*/
.tel_cont {
  display: none;
}

.contact_inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 50px 0;
}

.contact_inner h3 {
  text-align: center;
  font-size: 35px;
}

.tel_cont h3 {
  font-size: 20px;
}

.tel_cont a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 35px;
  background-color: #5e5643;
  width: fit-content;
  padding: 5px 60px;
  margin: 20px auto 0 auto;
}

.form_cont {
  margin-top: 50px;
}

.form_cont h3+p {
  text-align: center;
  margin: 30px 0;
}

form dl {
  display: flex;
  width: 500px;
  margin: 0 auto 20px auto;
}

form dt {
  width: 25%;
  text-align: right;
  padding: 20px;
}

form dd {
  width: 70%;
}

form input,
form textarea {
  padding: 10px;
  border: none;
  font-family: inherit;
  width: 93%;
}

.pp_cont>p {
  text-align: center;
  margin-bottom: 10px;
}

.pp_inner {
  background-color: #fff;
  width: 440px;
  margin: 0 auto;
  padding: 20px;
  overflow-y: scroll;
  height: 150px;
}

.pp_inner p {
  font-size: 13px;
}

.pp_inner h4 {
  font-size: 13px;
  font-weight: bold;
}

.form_cont .pp_inner p {
  margin: 0;
}

.pp_inner::-webkit-scrollbar {
  width: 10px;
}

.pp_inner::-webkit-scrollbar-track {
  background-color: #fff;
}

.pp_inner::-webkit-scrollbar-thumb {
  background-color: #5e5643;
}

#pp_check {
  display: none;
}

.pp_check_box {
  cursor: pointer;
  padding: 5px 30px;
  position: relative;
  margin: 30px auto;
  width: fit-content;
  text-align: center;
}

.pp_check_label::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.pp_check_label::after {
  border-right: 3px solid #5e5643;
  border-bottom: 3px solid #5e5643;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

#pp_check:checked+.pp_check_label::after {
  opacity: 1;
}

#form_submit {
  width: fit-content;
  margin: 0 auto;
}

#form_submit_button {
  font-size: inherit;
  color: #fff;
  background-color: #5e5643;
  padding: 10px 40px;
  cursor: pointer;
}

#form_submit_button.none {
  background-color: #bbb;
  pointer-events: none;
}

/*footer*/
footer {
  background-color: #000;
  color: #fff;
  padding: 100px 20px;
}

footer>img {
  display: block;
  margin: 0 auto 80px auto;
}

footer p {
  width: fit-content;
  margin: 0 auto;
}

footer .link_list {
  display: flex;
  justify-content: center;
  margin: 80px auto 0 auto;
  display: none;
}

footer .link_list a {
  color: #fff;
}

.sns_cont {
  background-color: #5e5643;
  justify-content: center;
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 30px 0;
}

.sns_cont ul {
  display: flex;
  gap: 20px;
}

small {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width:1800px) {

  .gr_flex .img_box,
  .gr_cont {
    height: 550px;
  }

  .gr_flex .img_box img {
    object-fit: cover;
    height: 100%;
  }
}

@media screen and (max-width:1400px) {
  .card_cont_inner {
    padding: 80px;
  }
}

@media screen and (max-width:1280px) {
  .gr_cont_inner {
    max-width: 90%;
  }

  .gr_cont_inner h3 {
    font-size: 30px;
  }
}

@media screen and (max-width:1200px) {
  body {
    font-size: 14px;
  }

  .logo {
    width: 300px;
  }

  .mv_txt .hCopy {
    font-size: 50px;
  }

  .mv_txt p {
    font-size: 20px;
  }

  h2 {
    font-size: 60px;
  }

  .ss_map_list li a p:first-of-type {
    font-size: 20px;
  }

  .ss_map_list {
    gap: 5px 0;
  }

  .ss_map {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width:1160px) {
  .btn_txt .cormo {
    font-size: 20px;
  }

  .btn_txt span {
    font-size: 12px;
    line-height: 1.3em;
  }

  .btn_txt {
    padding: 0 10px 0 0;
  }
}

@media screen and (max-width:1100px) {
  .inner {
    max-width: 90%;
  }

  .accessroute_wrapp {
    max-width: 95%;
  }
}

@media screen and (max-width:1040px) {
  .mv_txt .hCopy {
    font-size: 40px;
  }

  .mv_txt p {
    font-size: 18px;
    margin-top: 40px;
  }

  h2 {
    font-size: 40px;
  }

  .tit p {
    font-size: 15px;
    margin-top: 10px;
  }

  .reservation_cont_flex {
    flex-wrap: wrap;
  }

  .card_cont {
    height: 500px;
  }

  .card_cont img {
    object-fit: cover;
    height: 100%;
  }

  .card_cont_inner,
  .card_2 .card_cont_inner {
    right: 0;
    left: 0;
    margin: auto;
  }

  .route_tit {
    width: 85%;
  }

  .rout_item p:first-of-type {
    width: 90%;
  }
}

@media screen and (max-width:820px) {
  .mv_txt .hCopy {
    font-size: 30px;
  }

  .mv_txt p {
    font-size: 16px;
    margin-top: 30px;
  }

  .sec_mv {
    height: 600px;
  }

  .sec_mv .mv {
    object-fit: cover;
    height: 100%;
  }

  .gr_flex .img_box,
  .gr_cont {
    height: 600px;
  }

  .gr_cont_inner h3 {
    font-size: 25px;
  }

  .ss_map_list li a p:first-of-type {
    font-size: 18px;
  }

  .route_tit_inner {
    display: block;
    text-align: center;
  }

  .route_tit_inner img {
    padding-bottom: 10px;
  }

  .contact_inner h3 {
    font-size: 25px;
  }

  .tel_cont h3 {
    font-size: 16px;
  }
}

@media screen and (max-width:750px) {
  .faci_btns li {
    width: calc(100%/2);
  }

  .ss_map_list li {
    width: calc(99%/2);
  }

  .sec_access .inner img {
    max-width: 80%;
  }
}

@media screen and (max-width:670px) {
  .gr_flex {
    display: block;
  }

  .gr_flex .img_box,
  .gr_cont {
    width: 100%;
    height: fit-content;
  }

  .gr_cont_inner {
    padding-bottom: 30px;
  }

  .read_cont h3 {
    font-size: 16px;
  }

  .ss_map_list li a p:first-of-type {
    font-size: 16px;
  }

  form dl {
    display: block;
    width: 90%;
  }

  form dt {
    text-align: left;
    padding-left: 0;
  }

  form dt,
  form dd {
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .card_cont_inner {
    padding: 60px 30px;
  }

  .reservation_search {
    width: 200px;
  }

  .btn_txt {
    top: 60%;
  }

  section {
    padding: 60px 0;
  }

  .bkg_white .bkg {
    padding: 60px 0;
  }

  .route_cont {
    display: block;
  }

  .route_list {
    width: 93%;
    margin: 0 auto;
  }

  .reserve_btn a {
    font-size: 12px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .reserve_btn {
    right: 20px;
  }

  .hum_btn {
    top: 20px;
    right: 20px;
  }

  .form_cont h3+p {
    padding: 0 20px;
  }

  .parking_inner {
    max-width: 90%;
  }

  .route_list {
    width: 83%;
  }

  .accessroute_goal {
    width: 90%;
    margin: 0 auto;
  }

  .accessroute_goal img {
    max-width: 80%;
  }
}

@media screen and (max-width:500px) {
  .btn_txt {
    top: 50%;
  }

  .btn_txt span {
    font-size: 11px;
  }

  .img_box span {
    font-size: 10px;
  }

  .ss_map_list li {
    width: 100%;
    height: 200px;
  }

  .ss_map_list li a {
    height: 200px;
  }

  .ss_map_list li a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .reserve_btn {
    bottom: 0;
    width: 100%;
  }

  .reserve_btn a {
    width: 100%;
    height: fit-content;
    border-radius: 0;
    line-height: 1.5rem;
    padding: 20px;
  }

  .pp_inner {
    max-width: 80%;
  }

  .route_list {
    width: 80%;
  }
}