@charset "UTF-8";

/*
Theme Name: galaxy-stardust-villa
Description: This is galaxy-stardust-villa site original theme.
Author: Booking Resort
*/
:root {
  /* --primary-color: #3498db; */
  --highlight-color: #a6a68c;
  --footer-color: #37372f;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
  position: relative;
}

html,
body {
  width: 100%;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
  color: #222;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width:896px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.0rem;
  color: #222;
  line-height: 1.7;
}

p {
  line-height: 1.7;
  font-size: 1.6rem;
  color: #333;
}

.p_bold {
  font-weight: bold;
}

.p_center {
  text-align: center;
}

ul li,
table {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

a.a_line {
  text-decoration: underline;
  color: unset;
}

a:hover>img {
  opacity: 0.8;
}

img {
  display: block;
}

@media screen and (max-width:896px) {
  img {
    display: block;
    max-width: 100%;
  }
}

i.fa {
  display: inline;
}

.r_btn p {
  text-align: center;
  margin-top: 40px;
}

.r_btn p a {
  padding: 10px 20px;
  background: var(--highlight-color);
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}

.r_btn p a:hover {
  background: #e6e1de;
}

header {
  background: rgba(170, 209, 213, 0.8);
  display: block;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}

#hidden {
  background: transparent;
  transition: background-color 0.8s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}

@media screen and (max-width:896px) {
  header {
    display: flex;
    position: fixed;
    height: 60px;
  }
}

header h1 {
  height: 50px;
  font-size: 2.4rem;
  padding: 15px;
}

@media screen and (max-width:896px) {
  header h1 {
    height: 40px;
    padding: 10px;
    margin: 0 auto;
  }
}

header h1 img {
  padding: 0px 0 0px 50px;
  width: 113px;
  height: auto;
  display: inline;
  margin-top: -6px;
}

header h1 .logo_image {
  position: relative;
}

header h1 .logo_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@media screen and (max-width:896px) {
  header h1 img {
    padding: 0;
    width: 82px;
    margin: 0 auto;
  }

  header h1 .logo_image {
    position: static;
  }

  header h1 .logo_image a {
    position: static;
  }
}

.logo_image img.white-filter {
  filter: brightness(0) invert(1);
  transition: filter 0.5s ease;
}

.logo_image img {
  transform: scale(1.3);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center top;
}

.logo_image img.shrink-up {
  transform: translateY(-8px) scale(0.85);
}

/*言語切り替え*/
.language {
  z-index: 9999;
  position: absolute;
  right: 20px;
  top: 22px;
  width: 140px;
  height: 20px;
}

.language>li {
  /*親階層のみ幅を25%にする*/
  width: 100%;
}

/*全てのリスト・リンク共通*/
.language li {
  list-style: none;
  position: relative;
}

.language li p.lan-ja,
.language li a {
  background: #eee;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 0;
  border-radius: 18px;
}

/*子階層以降共通*/
.language li li {
  height: 0;
  overflow: hidden;
  transition: .5s;
  margin-top: 1px;
  margin-bottom: 6px;
}

.language li:hover>ul>li {
  height: 2rem;
  overflow: visible;
}

@media screen and (max-width:896px) {
  .language {
    left: 12px;
    top: 10px;
    width: 110px;
  }
}

/* メニューボタン */
nav {
  position: absolute;
  right: 0;
  top: 0;
}

/*.menu_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 100px;
	padding: 0 2em;
	background: var(--highlight-color);
	margin-left: auto;
	cursor: pointer;
}

@media screen and (max-width:896px) {
.menu_btn {
	height: 60px;
}
}*/
.navbar_toggle {
  z-index: 20;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 52px;
  background: #fff;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

@media screen and (max-width:896px) {
  .navbar_toggle_icon {
    width: 30px;
  }
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 14px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_list {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 250;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}

.menu_list li {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}

.menu_list li a {
  display: block;
  padding: 30px;
}

@media screen and (max-width:896px) {
  .menu_list li a {
    padding: 24px;
  }
}

.menu_list.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 100px;
}

@media screen and (max-width:896px) {
  .menu_list.open {
    top: 60px;
  }
}

/* 共通項目 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media screen and (max-width:896px) {
  .container {
    padding: 0 3%;
  }

  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }
}

a.scroll_point {
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  display: block;
  color: #222;
}

@media screen and (max-width: 896px) {
  a.scroll_point {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}

h2.btm_stripe {
  position: relative;
}

h2.btm_stripe:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 360px;
  height: 8px;
  background: url(img/before/stripe.png) no-repeat;
}

.gothic {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

h2.top {
  font-size: 3rem;
}

@media screen and (max-width: 896px) {
  h2.top {
    font-size: 2rem;
  }
}

h2.top_top {
  font-size: 2.6rem;
}

@media screen and (max-width: 896px) {
  h2.top_top {
    font-size: 2.2rem;
  }
}

span.en {
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 1.6rem;
  color: var(--highlight-color);
}

.btn_more_center {
  text-align: center;
}

.btn_more p {
  text-align: center;
  display: inline-block;
  margin: 15px auto 0;
  line-height: 1.5 !important;
}

.btn_more p a {
  color: var(--highlight-color);
  background: #fff;
  border: var(--highlight-color) solid 1px;
  padding: 6px 40px;
  display: block;
  transition: all 0.2s;
}

.btn_more p a:hover {
  color: #fff;
  background: var(--highlight-color);
}

.btn_more_c p {
  text-align: center;
  display: inline-block;
  margin: 25px auto 0;
  line-height: 1.5 !important;
}

.btn_more_c p a {
  background: #fff;
  padding: 12px 40px;
  display: block;
  transition: all 0.2s;
  border-radius: 25px;
}

.btn_more_c p a:hover {
  color: #fff;
  background: var(--highlight-color);
}

.pad_80 {
  padding: 80px 0;
}

.pl_25 {
  padding-left: 25px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_120 {
  margin-top: 120px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.bk_white {
  background: #fff;
}

/* フッター  */
/*リゾグラ*/
.rg_group {
  padding: 60px 50px;
  background: #eeeedd;
}

@media screen and (max-width:896px) {
  .rg_group {
    padding: 60px 3%;
  }
}

.rg_group h2 {
  margin-bottom: 30px;
}

.rg_group h2 span.en {
  color: var(--highlight-color);
}

.rg_group .inner {
  display: flex;
  flex-direction: column;
}

.rg_group .inner ul {
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width:896px) {
  .rg_group .inner ul {
    flex-direction: column;
  }
}

.rg_group .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.rg_group.rg_group_ces .box li {
  display: flex;
  margin-bottom: 18px;
  margin-left: 4px;
  width: 48%;
}

.rg_group .box li {
  display: flex;
  margin-bottom: 18px;
  margin-left: 4px;
  width: 30%;
}

@media screen and (max-width:896px) {

  .rg_group .box li,
  .rg_group.rg_group_ces .box li {
    width: 100%;
  }
}

.rg_group .box li div.photo_ces {
  width: 210px;
  height: 210px;
}

@media screen and (max-width:896px) {
  .rg_group .box li div.photo_ces {
    width: 140px;
    height: 140px;
  }
}

.rg_group .box li div.photo_ces img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rg_group .box li div.photo {
  width: 70px;
  height: 70px;
}

.rg_group .box li img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.rg_group.rg_group_ces .box li .txt {
  width: 50%;
  margin: 0 auto;
  padding: 20px 20px 0 10px;
}

.rg_group .box li .txt {
  width: 80%;
  margin: 0 auto;
  padding: 20px 20px 0 10px;
}

.rg_group .box li .txt p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.rg_group .box li .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.rg_group .rg_details {
  display: flex
}

@media screen and (max-width:896px) {
  .rg_group .rg_details {
    flex-direction: column;
  }
}

.rg_group .rg_details dl {
  float: left;
  padding-right: 3%;
  width: 32%;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width:896px) {
  .rg_group .rg_details dl {
    width: 100%;
  }
}

.rg_group .rg_details dl:last-child {
  padding-right: 0;
}

.rg_group .rg_details dt {
  height: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
  font-size: 16px;
  text-decoration-line: underline;
}

@media screen and (max-width:896px) {
  .rg_group .rg_details dt {
    text-align: left;
  }
}

.rg_group .rg_details dd {
  margin-left: 0px;
}

footer {
  text-align: center;
  background: var(--footer-color);
  padding: 68px 50px 10px;
}

footer .menu-item a {
  color: #fff;
}

@media screen and (max-width:896px) {
  footer {
    padding: 68px 30px 60px;
  }
}

footer h2 {
  font-size: 3.6rem;
  padding-bottom: 30px;
  text-align: left;
  line-height: 1;
}

footer h2 span {
  font-size: 2.6rem;
  padding-left: 4px;
}

footer h2 a {
  color: #fff;
}

footer p {
  color: #fff;
}

footer a {
  color: #fff;
}

footer .info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

footer .info p {
  margin-bottom: 20px;
}

@media screen and (max-width:896px) {
  footer .info {
    flex-direction: column;
    text-align: left;
  }
}

footer .info h2 img {
  width: 300px;
  filter: brightness(0) invert(1);
}

@media screen and (max-width:896px) {
  footer .info h2 img {
    width: 250px;
    margin: 0 auto;
  }
}

footer .info p.tel {
  font-size: 2.4rem;
}

footer .info p.mail a {
  font-size: 1.6rem;
  width: 180px;
  padding: 8px 15px;
  background: var(--highlight-color);
  border: 1px solid var(--highlight-color);
  color: #fff;
}

footer .info p.mail a:hover {
  background: none;
  color: var(--highlight-color);
}

footer .info p.f-qa a {
  font-size: 1.6rem;
  width: 180px;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid var(--highlight-color);
  color: var(--highlight-color);
}

footer .info p.f-qa a:hover {
  background: var(--highlight-color);
  color: #fff;
}

footer .info p.time {
  font-size: 1.6rem;
}

footer .info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 500px;
}

@media screen and (max-width:896px) {
  footer .info ul {
    justify-content: center;
    width: 100%;
  }

  footer .info ul li {
    text-align: center;
    margin: 12px;
  }
}

footer p.address {
  margin-bottom: 20px;
}

footer p.company {
  font-size: 13px;
}

footer .info {
  margin-bottom: 100px;
}

footer p.checkin a {
  color: #fff;
  padding-right: 1em;
}

#menu-item-6632 a {
  padding: 12px 24px;
  font-size: 16px;
  background: transparent;
  font-weight: bold;
  border: 2px solid #fff;
  transition: all 0.4s ease;
  line-height: 1.2;
  margin-top: 10px;
}

#menu-item-6632 a:hover {
  color: var(--footer-color) !important;
  border-color: #fff;
  background: #fff;
}

#menu-item-6632 a::after {
  display: none;
}

.reserve {
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 193px;
  height: 135px;
  z-index: 100;
  background: rgba(90, 84, 89, 0.85);
  color: #fff;
  text-align: center;
}

.pc {
  display: block;
}

@media screen and (max-width:896px) {
  .pc {
    display: none;
  }
}

.reserve_text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.reserve p {
  font-size: 2.0rem;
  color: #fff;
}

.reserve p span {
  display: block;
  font-size: 60%;
}

.reserve_tel {
  color: rgba(30, 21, 16, 1);
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #f6f6f6;
  font-size: 2.2rem;
}

.reserve_to489 a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 23px 0;
  background: var(--highlight-color);
}

.reserve_to489 a:hover {
  text-decoration: underline;
}

#footer_sp {
  display: none;
}

@media screen and (max-width:896px) {
  #footer_sp {
    display: block;
  }

  .reserve_sp {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: var(--highlight-color);
    color: #fff;
    text-align: center;
  }

  .reserve_sp p {
    padding-top: 6px;
    font-size: 1.5rem;
  }

  .reserve_sp p a {
    color: #fff;
    display: block;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_qa,
  .reserve_menu {
    width: 33.3333%;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_qa {
    border-right: #fff solid 1px;
  }

  .reserve_web p a {
    color: #fff;
  }

  .reserve_qa {
    background: #6f6f5e;
  }

  .reserve_qa:last-of-type {
    border-right: none;
  }

  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    padding: 60px 20px;
    background: var(--footer-color);
    transition: all 0.5s ease;
    transform: translateX(100%);
    opacity: 0;
    z-index: 999 !important;
  }

  .drawer-menu .menu {
    overflow-y: auto;
    height: 100%;
  }

  .menu-item {
    display: block;
    margin-bottom: 10px;
  }

  .drawer-menu li {
    text-align: center;
  }

  .drawer-menu li a {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    transition: background 0.3s, color 0.3s;
  }

  .drawer-menu li a:hover {
    background: #fff;
    color: var(--footer-color);
  }

  .check {
    display: none;
  }

  .menu-btn {
    position: fixed;
    top: 6px;
    right: 5%;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 10000;
  }

  .bar {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    margin: 10px 0;
    transition: all 0.4s ease;
  }

  .close-menu {
    position: fixed;
    top: 0;
    right: 80%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
  }

  .check:checked~.drawer-menu {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
  }

  .check:checked~.menu-btn .bar.top {
    transform: rotate(45deg) translate(11px, 11px);
  }

  .check:checked~.menu-btn .bar.middle {
    opacity: 0;
  }

  .check:checked~.menu-btn .bar.bottom {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .check:checked~.close-menu {
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 998;
  }
}

/*注意！！以下PC用ヘッダーメニュー*/
@media screen and (min-width:897px) {
  .drawer-menu {
    width: 100%;
    height: 80px;
    background: transparent;
  }

  .menu {
    max-width: 1200px;
    float: right;
    margin-right: 20px;
  }

  #menu-item-5587 {
    display: none;
  }

  .menu-item {
    display: inline-block;
    margin: 0 3px;
  }

  .menu-item a {
    display: inline-block;
    padding: 27px 10px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
    line-height: 1;
  }

  .menu-item a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }

  .menu-item a:hover::after {
    transform: scaleX(1);
  }

  #menu-item-5589 a {
    padding: 12px 24px;
    font-size: 16px;
    background: transparent;
    font-weight: bold;
    border: 2px solid #fff;
    transition: all 0.4s ease;
    line-height: 1.2;
    margin-top: 10px;
  }

  #menu-item-5589 a:hover {
    color: var(--highlight-color) !important;
    border-color: #fff;
    background: #fff;
  }

  #menu-item-5589 a::after {
    display: none;
  }

  .check,
  .menu-btn {
    display: none;
  }
}

/* TOPへ戻るボタン */
#fixedTop {
  right: 0;
  bottom: 80px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  text-decoration: none;
  vertical-align: middle;
  display: none;
  width: 50px;
  height: 50px;
  background: var(--highlight-color);
  position: fixed;
  z-index: 98;
  font-size: 12px;
}

#fixedTop:hover {
  background: rgba(128, 128, 128, 0.7);
}

@media screen and (max-width:896px) {
  #menu-item-5587 {
    display: block;
  }

  #menu-item-5589 {
    background: var(--highlight-color);
    width: 80%;
    margin: 20px auto;
  }

  #fixedTop {
    display: none !important;
  }
}

#sincloBox div#sincloBannerBox #sincloBanner.sincloBanner {
  background-color: #232a36 !important;
}

/* swiper */
/* 全体のスタイル */
.swiper-wrapper {
  width: 100%;
  height: 250px;
}

/* 全スライド共通スタイル */
.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .swiper-slide img {
    height: 67vh;
  }
}

/*ページネーション*/
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  color: #000;
}

/*お問い合わせページ*/
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none !important;
  border: none !important;
  box-sizing: border-box;
}

div.wpforms-container-full .wpforms-confirmation-container-full p:last-child,
div[submit-success]>.wpforms-confirmation-container-full p:last-child {
  margin: 0;
  font-size: 1.6rem !important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--highlight-color) !important;
  color: var(--wpforms-button-text-color);
}

.container_contact {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}

@media screen and (max-width:896px) {
  .swiper-slide img {
    width: 100%;
  }

  .grecaptcha-badge {
    bottom: 65px !important;
  }
}