@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

@media (min-width: 1080px) {
  html {
    scroll-padding-top: 62px;
  }
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  min-width: 320px;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 200;
  color: #231815;
  letter-spacing: 1px;
}

/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  outline: none;
  text-decoration: none;
}

a:active,
a:focus {
  outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #2c2c2c;
  text-decoration: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

/* 小数点第二で切り捨て */
.mt-5060 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .mt-5060 {
    margin-top: 60px;
  }
}

.pb50100 {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .pb50100 {
    padding-bottom: 100px;
  }
}

/* padding bottom */
/* 小数点第二で切り捨て */
/* スマホのみラップ */
@media (max-width: 991px) {
  .wrap_smart {
    width: 89.33%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 通常のラップ */
.wrap_inner {
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .wrap_inner {
    max-width: 1248px;
    padding: 0 24px;
    width: 100%;
  }
}

.section_inner {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section_inner {
    max-width: 1200px;
  }
}

/* section_inner */
.section_inner1000 {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section_inner1000 {
    max-width: 1000px;
  }
}

/* section_inner */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  height: 75px;
  background: rgba(2, 40, 64, 0.75);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 40, 64, 0.75)), to(rgba(2, 40, 64, 0)));
  background: linear-gradient(180deg, rgba(2, 40, 64, 0.75) 0%, rgba(2, 40, 64, 0) 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* header.active */
  /* header_wrap */
  /* HEADER MENU IS PC - - - -  - -  - -  - -  - -  - -  - - */
  /* header_menuPC */
  /* END HEADER MENU IS PC - -  - -  - -  - -  - -  - -  - - */
}

#header.active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 40, 64, 0)), to(rgba(2, 40, 64, 0)));
  background: linear-gradient(180deg, rgba(2, 40, 64, 0) 0%, rgba(2, 40, 64, 0) 100%);
}

@media (width > 1080px) {
  #header {
    height: 120px;
  }
}

#header .header_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90.6666666667%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* header_logo */
  /* header_phone */
  /* header_mail */
  /* header_nemuSP */
}

#header .header_wrap .header_logo {
  display: block;
  width: 175px;
  aspect-ratio: 350/68;
}

@media (width > 1080px) {
  #header .header_wrap .header_logo {
    width: 15.8vw;
    max-width: 308px;
  }
}

#header .header_wrap .header_phone {
  display: block;
  aspect-ratio: 42/56;
  width: 21px;
}

#header .header_wrap .header_mail {
  display: block;
  aspect-ratio: 60/43;
  width: 30px;
}

#header .header_wrap .header_nemuSP {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  /* header_mail */
  /* drawer_btn */
}

#header .header_wrap .header_nemuSP .header_mail {
  margin-left: 20px;
}

#header .header_wrap .header_nemuSP .drawer_btn {
  margin-left: 35px;
  width: 20px;
  height: 16px;
  position: relative;
  /* span */
  /* active */
}

#header .header_wrap .header_nemuSP .drawer_btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* before */
  /* before */
}

#header .header_wrap .header_nemuSP .drawer_btn span:before,
#header .header_wrap .header_nemuSP .drawer_btn span:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header .header_wrap .header_nemuSP .drawer_btn span:before {
  top: -6px;
}

#header .header_wrap .header_nemuSP .drawer_btn span:after {
  bottom: -6px;
}

#header .header_wrap .header_nemuSP .drawer_btn.active {
  /* span */
}

#header .header_wrap .header_nemuSP .drawer_btn.active span {
  background: #a9a894;
  /* before */
  /* before */
}

#header .header_wrap .header_nemuSP .drawer_btn.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .header_wrap .header_nemuSP .drawer_btn.active span:after {
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (width > 1080px) {
  #header .header_wrap .header_nemuSP {
    display: none;
  }
}

@media (width > 1080px) {
  #header .header_wrap {
    height: 100px;
    width: 97.9166666667%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (width > 1260px) {
  #header .header_wrap {
    width: 86.4583333333%;
  }
}

#header .header_menuPC {
  display: none;
}

@media (width > 1080px) {
  #header .header_menuPC {
    display: block;
    /* position: absolute; */
    top: 0;
    right: 0;
    height: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* menuList */
    /* 右端のボタン */
    /* menuList */
    /* END 右端のボタン */
    /* btn_lowerLight_triangle */
  }

  #header .header_menuPC .menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    grid-column-gap: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* a */
  }
}

@media (width > 1080px) and (width > 1460px) {
  #header .header_menuPC .menuList {
    grid-column-gap: 30px;
  }
}

@media (width > 1080px) {
  #header .header_menuPC .menuList a {
    color: #fff;
    font-size: 1.8rem;
    font-size: clamp(15px, 0.9vw, 1.8rem);
  }

  #header .header_menuPC .menuList {
    /* is_right_end */
    /* btn_square */
  }

  #header .header_menuPC .menuList .is_right_end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  #header .header_menuPC .menuList .btn_square {
    width: 130px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    position: relative;
    /* media */
    /* before */
    /* contact */
    /* official */
  }
}

@media (width > 1080px) and (width > 1180px) {
  #header .header_menuPC .menuList .btn_square {
    width: 170px;
  }
}

@media (width > 1080px) {
  #header .header_menuPC .menuList .btn_square:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  #header .header_menuPC .menuList .btn_square.contact {
    color: #cab15d;
    background-color: #fff;
  }

  #header .header_menuPC .menuList .btn_square.contact:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/icon_mail_gold.png");
    aspect-ratio: 67.45/48.4;
    width: 32px;
    background-size: cover;
  }

  #header .header_menuPC .menuList .btn_square.official {
    color: #fff;
    background-color: #cab15d;
  }

  #header .header_menuPC .menuList .btn_square.official:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/out_href_bold.svg");
    aspect-ratio: 1/1;
    width: 23px;
  }

  #header .header_menuPC .btn_lowerLight_triangle {
    display: none;
  }
}

/* header */
.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* a */
}

@media (min-width: 992px) {
  .lang {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.lang a {
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  /* not:first */
  /* gt-current-lang */
}

@media (min-width: 992px) {
  .lang a {
    font-size: 1.8rem;
  }
}

.lang a:not(:first-child) {
  position: relative;
  margin-left: 1em;
}

@media (min-width: 992px) {
  .lang a:not(:first-child) {
    margin-left: 1.5em;
  }
}

.lang a:not(:first-child):before {
  content: "/";
  position: absolute;
  top: 0;
  left: -0.75em;
  bottom: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .lang a:not(:first-child):before {
    left: -1em;
  }
}

.lang a.gt-current-lang {
  border-bottom: 1px solid #fff;
}

/* lang */
@media (min-width: 1080px) {
  .drawer_menuSP {
    display: none;
  }
}

@media (max-width: 1080px) {
  .drawer_menuSP {
    position: fixed;
    top: -120%;
    width: 100%;
    height: 100vh;
    background-color: #a9a894;
    color: #fff;
    z-index: 4;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
    /* .footer_rounded */
  }

  .drawer_menuSP .menuList {
    letter-spacing: 1px;
    width: 88.0597014925%;
    margin-left: auto;
    margin-right: auto;
  }

  .drawer_menuSP .menuList li {
    padding: 0 0.5em;
    border-bottom: 1px solid #fff;
    /* sp_icon_links */
  }

  .drawer_menuSP .menuList li a {
    color: #fff;
    font-size: 1.75rem;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .drawer_menuSP .menuList li .sp_icon_links {
    position: relative;
    /* before */
  }

  .drawer_menuSP .menuList li .sp_icon_links:before {
    content: "";
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/out_href_bold_thin.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    aspect-ratio: 1/1;
    width: 20px;
    margin: 0 0.5em;
  }
}

@media (max-width: 1080px) and (min-width: 992px) {
  .drawer_menuSP .menuList li .sp_icon_links:before {
    content: none;
  }
}

@media (max-width: 1080px) {
  .drawer_menuSP .btn_lowerLight_triangle {
    margin-top: 25px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }

  .drawer_menuSP.active {
    top: 0%;
    padding-top: 75px;
  }

  .drawer_menuSP.active .menuList li a {
    height: 54px;
  }

  .drawer_menuSP .footer_rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 14px;
    grid-row-gap: 10px;
    max-width: 140px;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    /* before */
    /* contact */
    /* official */
  }

  .drawer_menuSP .footer_rounded:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .drawer_menuSP .footer_rounded.contact {
    color: #cab15d;
    background-color: #fff;
    /* before */
  }

  .drawer_menuSP .footer_rounded.contact:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/icon_mail_gold.png");
    aspect-ratio: 65/46.6;
    width: 32px;
    background-size: cover;
  }

  .drawer_menuSP .footer_rounded.official {
    background-color: #cab15d;
    color: #fff;
    /* before */
  }

  .drawer_menuSP .footer_rounded.official:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/out_href_bold_thin.svg");
    aspect-ratio: 1/1;
    width: 22.5px;
  }
}

.sp_hotelbooking_bnr {
  display: block;
  max-width: 295px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

/* sp_hotelbooking_bnr */
#footer {
  position: relative;
  background-color: #f5f2e6;
  color: #231815;
  padding: 50px 0 25px;
}

@media (min-width: 1080px) {
  #footer {
    padding: 100px 0 50px;
  }
}

#footer .logo {
  /* max-width: 295px; */
  max-width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #footer .logo {
    /* max-width: 380px; */
    max-width: 280px;
  }
}

#footer address {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 12px;
}

@media (min-width: 1080px) {
  #footer address {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 20px;
  }
}

#footer .include_commonMenu {
  /* menuList */
}

#footer .include_commonMenu .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
  /* a */
  /* li */
}

#footer .include_commonMenu .menuList a {
  color: #231815;
  font-size: 1.6rem;
  padding: 0 15px;
  height: 16px;
  line-height: 16px;
}

#footer .include_commonMenu .menuList li {
  /* not */
}

#footer .include_commonMenu .menuList li:not(:first-child) {
  position: relative;
  /* before */
}

#footer .include_commonMenu .menuList li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #231815;
}

#footer .include_commonMenu .menuList .btn_square.official {
  display: none;
}

@media (max-width: 1080px) {
  #footer .include_commonMenu {
    display: none;
  }
}

#footer .copy {
  text-align: center;
  font-size: 1rem;
  margin-top: 48px;
}

@media (min-width: 1080px) {
  #footer .copy {
    font-size: 1.6rem;
    margin-top: 95px;
  }
}

#footer .btn_lowerLight_triangle {
  display: none;
}

/* タイトルヘッダー　下線あり */
#breadcrumb {
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}

@media (min-width: 1080px) {
  #breadcrumb {
    height: auto;
    padding-top: 25px;
  }
}

#breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 15px;
}

#breadcrumb li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 0.15em;
  left: 4.5px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1080px) {
  #breadcrumb li:not(:first-child):before {
    left: 3.5px;
    width: 6px;
    height: 6px;
  }
}

#breadcrumb li a,
#breadcrumb li span {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}

@media (min-width: 1080px) {

  #breadcrumb li a,
  #breadcrumb li span {
    font-size: 1.6rem;
  }
}

.semiBold {
  font-weight: 600;
}

@media (min-width: 992px) {
  .hide_pc {
    display: none !important;
  }
}

/* hide_pc */
@media (max-width: 992px) {
  .hide_sp {
    display: none !important;
  }
}

/* hide_sp */
.btn_rounded {
  height: 38px;
  border-radius: 19px;
  max-width: 175px;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  text-shadow: none;
  /* after */
  /* btn_Introduction */
  /* btn_deepBlue */
  /* btn_transparent_white */
}

.btn_rounded.shadow {
  -webkit-box-shadow: 0 0 8px #004000;
  box-shadow: 0 0 8px #004000;
}

.btn_rounded:link,
.btn_rounded:visited,
.btn_rounded:hover,
.btn_rounded:active {
  color: #fff;
}

@media (min-width: 992px) {
  .btn_rounded {
    max-width: 190px;
    font-size: 1.6rem;
    height: 42px;
    padding: 0 18px;
    border-radius: 21px;
  }
}

.btn_rounded:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 19px;
  height: 100%;
}

@media (min-width: 992px) {
  .btn_rounded:after {
    width: 20px;
  }
}

.btn_rounded.btn_Introduction {
  background-color: #cab15d;
  margin-top: 100px;
}

@media (min-width: 992px) {
  .btn_rounded.btn_Introduction {
    margin-top: 50px;
  }
}

.btn_rounded.btn_deepBlue {
  background-color: #00324e;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 41, 66, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* hover */
}

.btn_rounded.btn_deepBlue:hover {
  background-color: #fff;
  color: #00324e;
  border: 1px solid #00324e;
}

.btn_rounded.btn_deepBlue:hover:after {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_circle_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.btn_rounded.btn_transparent_white {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* hover */
}

.btn_rounded.btn_transparent_white:hover {
  background-color: #fff;
  color: #00324e;
  border: 1px solid #00324e;
}

.btn_rounded.btn_transparent_white:hover:after {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_circle_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.btn_rounded.center_sp {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .btn_rounded.center_sp {
    margin-left: unset;
    margin-right: unset;
  }
}

.btn_rounded.center {
  margin-left: auto;
  margin-right: auto;
}

/* .btn_Rounded */
.btn_booking {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 114px;
  height: 114px;
  z-index: 1;
  /* btn_booking_outer */
  /* btn_booking_box */
  /* btn_booking_en */
  /* btn_booking_jp */
}

@media (min-width: 640px) {
  .btn_booking {
    aspect-ratio: 1/1;
    width: 180px;
    height: auto;
    right: 50px;
    bottom: 50px;
  }
}

.btn_booking_outer {
  padding: 7.5px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .btn_booking_outer {
    padding: 10px;
  }
}

.btn_booking_box {
  position: absolute;
  width: 96%;
  height: calc(100% - 15px);
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  letter-spacing: 1.75px;
}

@media (min-width: 992px) {
  .btn_booking_box {
    width: 130px;
    height: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50%;
    gap: 0.75em;
  }
}

.btn_booking_box:before {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/out_href_bold.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 24px;
  height: 100%;
  display: block;
}

@media (min-width: 992px) {
  .btn_booking_box:before {
    content: none;
  }
}

.btn_booking_en {
  display: block;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1;
}

@media (min-width: 992px) {
  .btn_booking_en {
    font-size: 2.1rem;
  }
}

.btn_booking_jp {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
}

@media (min-width: 992px) {
  .btn_booking_jp {
    font-size: 1.5rem;
  }
}

/* btn_booking */
/* section header */
.text_center {
  text-align: center;
}

.section_header {
  /* section_header_en */
  /* section_header_jp */
}

.section_header_en {
  font-size: 2.75rem;
  line-height: 1;
  display: block;
}

@media (min-width: 992px) {
  .section_header_en {
    font-size: 4rem;
  }
}

.section_header_jp {
  font-size: 1.25rem;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .section_header_jp {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

/* section_header */
/* end section header */
/* js_trigger_fadeinup animation - - - - - */
.js_trigger_fadeinup {
  -webkit-transform: translateY(14%);
  transform: translateY(14%);
  opacity: 0;
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  transition: transform 800ms, opacity 800ms, -webkit-transform 800ms;
}

.js_trigger_fadeinup.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js_trigger_fadeinup.is_lists {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js_trigger_fadeinup.is_lists li {
  -webkit-transform: translateY(14%);
  transform: translateY(14%);
  opacity: 0;
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  transition: transform 800ms, opacity 800ms, -webkit-transform 800ms;
}

.js_trigger_fadeinup.is_lists.active li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(4) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(6) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(7) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(8) {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(10) {
  -webkit-transition-delay: 1.125s;
  transition-delay: 1.125s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(11) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(12) {
  -webkit-transition-delay: 1.375s;
  transition-delay: 1.375s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(13) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(14) {
  -webkit-transition-delay: 1.625s;
  transition-delay: 1.625s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(15) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(16) {
  -webkit-transition-delay: 1.875s;
  transition-delay: 1.875s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(17) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(18) {
  -webkit-transition-delay: 2.125s;
  transition-delay: 2.125s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(19) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(20) {
  -webkit-transition-delay: 2.375s;
  transition-delay: 2.375s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(21) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(22) {
  -webkit-transition-delay: 2.625s;
  transition-delay: 2.625s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(23) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(24) {
  -webkit-transition-delay: 2.875s;
  transition-delay: 2.875s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(25) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(26) {
  -webkit-transition-delay: 3.125s;
  transition-delay: 3.125s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(27) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(28) {
  -webkit-transition-delay: 3.375s;
  transition-delay: 3.375s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(29) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(30) {
  -webkit-transition-delay: 3.625s;
  transition-delay: 3.625s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(31) {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(32) {
  -webkit-transition-delay: 3.875s;
  transition-delay: 3.875s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(33) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(34) {
  -webkit-transition-delay: 4.125s;
  transition-delay: 4.125s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(35) {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(36) {
  -webkit-transition-delay: 4.375s;
  transition-delay: 4.375s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(37) {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(38) {
  -webkit-transition-delay: 4.625s;
  transition-delay: 4.625s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(39) {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(40) {
  -webkit-transition-delay: 4.875s;
  transition-delay: 4.875s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(41) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(42) {
  -webkit-transition-delay: 5.125s;
  transition-delay: 5.125s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(43) {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(44) {
  -webkit-transition-delay: 5.375s;
  transition-delay: 5.375s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(45) {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(46) {
  -webkit-transition-delay: 5.625s;
  transition-delay: 5.625s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(47) {
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(48) {
  -webkit-transition-delay: 5.875s;
  transition-delay: 5.875s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(49) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

.js_trigger_fadeinup.is_lists.active li:nth-of-type(50) {
  -webkit-transition-delay: 6.125s;
  transition-delay: 6.125s;
}

/* END js_trigger_fadeinup animation - - - */
/* LIGHT BOX STYLES */
#lightbox {
  /* lb-outerContainerlb-outerContainer */
}

#lightbox .lb-outerContainer {
  background-color: #f5f2e6;
  /* lb-image */
}

#lightbox .lb-outerContainer .lb-image {
  border-width: 15px;
  border-color: #f5f2e6;
}

@media (min-width: 992px) {
  #lightbox .lb-outerContainer .lb-image {
    border-width: 30px;
  }
}

/* #lightbox */
.archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  /* pagination */
  /* page-numbers */
}

.archive__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 11px;
}

.archive__pagination .page-numbers {
  /* current */
  /* &.next, */
}

.archive__pagination .page-numbers:not(.dots) {
  width: 30px;
  height: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #00324e;
  border-radius: 50%;
  border: 1px solid #00324e;
}

@media (min-width: 992px) {
  .archive__pagination .page-numbers:not(.dots) {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
  }
}

.archive__pagination .page-numbers.current {
  background-color: #00324e;
  color: #fff;
}

.archive__pagination .page-numbers.next,
.archive__pagination .page-numbers.prev {
  border: none;
  /* after */
}

.archive__pagination .page-numbers.next:after,
.archive__pagination .page-numbers.prev:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/topics_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
}

@media (min-width: 992px) {

  .archive__pagination .page-numbers.next:after,
  .archive__pagination .page-numbers.prev:after {
    width: 24px;
  }
}

.archive__pagination .page-numbers.prev:after {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/topics_arrow_r.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* archive__pagination */
.ohterPageLinks {
  background-color: #00324e;
  color: #fff;
  /* banner_wrap */
  /* is_home */
  /* banner_wrap */
  /* banner */
  /* href_box */
  /* CONTACT */
  /* contact_inner */
  /* END CONTACT */
}

.ohterPageLinks .banner_wrap {
  position: relative;
  border-radius: 12px;
  background-color: #00324e;
  overflow: hidden;
  /* hover */
}

.ohterPageLinks .banner_wrap figure {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (min-width: 992px) {
  .ohterPageLinks .banner_wrap {
    border-radius: 20px;
  }
}

.ohterPageLinks .banner_wrap:hover figure {
  opacity: 0.5;
}

.ohterPageLinks.is_home {
  margin-top: 80px;
  /* ohterPageLinks_inner */
}

@media (min-width: 992px) {
  .ohterPageLinks.is_home {
    margin-top: 175px;
  }
}

.ohterPageLinks.is_home .ohterPageLinks_inner {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  -webkit-transform: translateY(-76px);
  transform: translateY(-76px);
}

@media (min-width: 992px) {
  .ohterPageLinks.is_home .ohterPageLinks_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 50px;
    max-width: 1200px;
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
  }
}

.ohterPageLinks .banner_wrap {
  position: relative;
  display: block;
  border-radius: 12px;
  background-color: #00324e;
  overflow: hidden;
  /* hover */
}

.ohterPageLinks .banner_wrap figure {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (min-width: 992px) {
  .ohterPageLinks .banner_wrap {
    border-radius: 20px;
  }
}

.ohterPageLinks .banner_wrap:hover figure {
  opacity: 0.5;
}

.ohterPageLinks .banner {
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .ohterPageLinks .banner {
    border-radius: 20px;
  }
}

.ohterPageLinks .href_box {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* title_en */
  /* title_jp */
  /* after */
}

.ohterPageLinks .href_box .title_en {
  font-size: 2.75rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .ohterPageLinks .href_box .title_en {
    font-size: 4rem;
  }
}

.ohterPageLinks .href_box .title_jp {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .ohterPageLinks .href_box .title_jp {
    font-size: 1.6rem;
    margin-top: 18px;
  }
}

.ohterPageLinks .href_box:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .ohterPageLinks .href_box:after {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg");
    width: 26px;
    margin-top: 28px;
  }
}

.ohterPageLinks .contact_inner {
  margin-top: 0;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  /* contact_announce */
  /* list_contact */
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner {
    margin-top: -30px;
    max-width: 1200px;
    padding-bottom: 100px;
  }
}

.ohterPageLinks .contact_inner .contact_announce {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 21px;
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner .contact_announce {
    font-size: 1.6rem;
    margin-top: 44px;
  }
}

.ohterPageLinks .contact_inner .list_contact {
  margin-top: 20px;
  /* li */
  /* contact_title */
  /* contact_section */
  /* .contact_section.line_icon */
  /* .contact_section.btn_contact */
  /* .btn_contact.number */
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner .list_contact {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.ohterPageLinks .contact_inner .list_contact li {
  /* border-bottom: 1px solid #fff; */
  padding: 25px 0;
}

.ohterPageLinks .contact_inner .list_contact li:first-child {
  /* border-top: 1px solid #fff; */
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner .list_contact li {
    border-bottom: none;
    /* border-left: 1px solid #fff; */
    width: 41%;
  }

  .ohterPageLinks .contact_inner .list_contact li:last-child {
    /* border-right: 1px solid #fff; */
  }

  .ohterPageLinks .contact_inner .list_contact li:first-child {
    border-top: none;
  }
}

.ohterPageLinks .contact_inner .list_contact .contact_title {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner .list_contact .contact_mail .contact_title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .ohterPageLinks .contact_inner .list_contact .contact_tel .contact_title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.ohterPageLinks .contact_inner .list_contact .contact_section {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  /* hover */
}

.ohterPageLinks .contact_inner .list_contact .contact_section:hover {
  opacity: 0.85;
}

.ohterPageLinks .contact_inner .list_contact .contact_section.line_icon {
  /* figure */
}

.ohterPageLinks .contact_inner .list_contact .contact_section.line_icon figure {
  aspect-ratio: 1/1;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner .list_contact .contact_section.line_icon figure {
    width: 80px;
  }
}

.ohterPageLinks .contact_inner .list_contact .contact_section.btn_contact {
  display: block;
  background-color: #cab15d;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  max-width: 295px;
  width: 88.0597014925%;
  margin-left: auto;
  margin-right: auto;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* contact */

  border-radius: 35px;
}

.ohterPageLinks .contact_inner .list_contact .contact_tel .contact_section.btn_contact {
  max-width: 100%;
  width: 100%;
  letter-spacing: 0.1em;
  height: auto;
  font-weight: bold;
}

.ohterPageLinks .contact_inner .list_contact .contact_section.btn_contact.form {
  position: relative;
  /* before */
}

.ohterPageLinks .contact_inner .list_contact .contact_section.btn_contact.form:before {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 54.8/39.3;
  width: 27px;
  margin-right: 0.5em;
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner .list_contact .contact_mail .contact_section.btn_contact {
    height: 60px;
    max-width: 330px;
    width: 100%;
    border-radius: 35px;
    font-size: 1.8rem;
  }

  .ohterPageLinks .contact_inner .list_contact .contact_tel .contact_section.btn_contact {
    height: auto;
    max-width: 360px;
    width: 100%;
    border-radius: 35px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.ohterPageLinks .contact_inner .list_contact .btn_contact.number {
  background-color: transparent;
  color: #cab15d;
}

.ohterPageLinks .contact_inner .list_contact .btn_contact.number .is_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /* font-size: 2.65rem; */
  font-size: 3.65rem;
  line-height: 1;
  /* text */
}

.ohterPageLinks .contact_inner .list_contact .btn_contact.number .is_middle .text {
  /* font-size: 1.5rem; */
  font-size: 2.1rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .ohterPageLinks .contact_inner .list_contact .btn_contact.number .is_middle {
    font-size: 43px;
    /* text */
  }

  .ohterPageLinks .contact_inner .list_contact .btn_contact.number .is_middle .text {
    font-size: 25px;
  }
}

/* ohterPageLinks */
/* 下層ページでのバナー表示 */
.ohterPageLinks_not_index {
  background-color: #fff;
  /* List_ohterPageLinks */
  /* li */
  /* contact_inner */
}

.ohterPageLinks_not_index .List_ohterPageLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .ohterPageLinks_not_index .List_ohterPageLinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    padding: 100px 0;
    gap: 30px;
  }
}

.ohterPageLinks_not_index li {
  width: 88.0597014925%;
  /* .banner_wrap .href_box */
}

.ohterPageLinks_not_index li .banner_wrap .href_box {
  /* title_en */
  /* title_jp */
}

.ohterPageLinks_not_index li .banner_wrap .href_box:after {
  content: none;
}

.ohterPageLinks_not_index li .banner_wrap .href_box .title_en {
  font-size: 2.3rem;
}

@media (min-width: 992px) {
  .ohterPageLinks_not_index li .banner_wrap .href_box .title_en {
    font-size: 3rem;
  }
}

.ohterPageLinks_not_index li .banner_wrap .href_box .title_jp {
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .ohterPageLinks_not_index li .banner_wrap .href_box .title_jp {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .ohterPageLinks_not_index li {
    max-width: 380px;
    width: 31.6666666667%;
  }
}

.ohterPageLinks_not_index+.contact_inner {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .ohterPageLinks_not_index+.contact_inner {
    margin-top: 100px;
  }
}

/* ohterPageLinks_not_index */
/* END 下層ページでのバナー表示 */
.page-Subpage {
  /* back ground color */
  /* bgc_DBlue */
  /* bgc_Gold */
  /* bgc_Beige */
  /* end back ground color */
  /* archive-facility */
  /* mv image */
  /* background_image */
  /* end mv image */
  /* mv title */
  /* mainVisual */
  /* end mv title */
}

.page-Subpage .bgc_DBlue {
  background-color: #00324e;
  color: #fff;
  /* #breadcrumb */
}

.page-Subpage .bgc_DBlue #breadcrumb a {
  color: #fff;
}

.page-Subpage .bgc_Gold {
  background-color: #797156;
}

.page-Subpage .bgc_Beige {
  background-color: #f5f2e6;
}

.page-Subpage .background_image {
  height: 250px;
  width: 100%;
  position: relative;
  /* before */
  /* facility */
}

@media (min-width: 992px) {
  .page-Subpage .background_image {
    height: 500px;
  }
}

.page-Subpage .background_image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-Subpage .background_image.facility {
  /* before */
}

.page-Subpage .background_image.facility:before {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/facility/mv_facility_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .page-Subpage .background_image.facility:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/facility/mv_facility_pc.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.page-Subpage .mainVisual {
  position: relative;
  /* mainVisual_header */
}

.page-Subpage .mainVisual_header {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  /* pageTitle_en */
  /* pageTitle_jp */
}

.page-Subpage .mainVisual_header .pageTitle_en {
  display: block;
  font-size: 3.25rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .page-Subpage .mainVisual_header .pageTitle_en {
    font-size: 5.5rem;
  }
}

.page-Subpage .mainVisual_header .pageTitle_jp {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .page-Subpage .mainVisual_header .pageTitle_jp {
    font-size: 2.5rem;
    margin-top: 13px;
  }
}

/* page-Subpage */
/* Include Side Menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page-Subpage.archive-facility {
  /* is_sideInclude */
  /* is_other_information */
}

.page-Subpage.archive-facility .list_facilities {
  padding-top: 50px;
  padding-bottom: 50px;
  /* li */
  /* facilities_information */
  /* facilities */
  /* end facilities_information */
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page-Subpage.archive-facility .list_facilities li {
  padding-top: 35px;
  padding-bottom: 42px;
  border-top: 1px solid #cab15d;
}

.page-Subpage.archive-facility .list_facilities li:last-child {
  border-bottom: 1px solid #cab15d;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities li {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-Subpage.archive-facility .list_facilities .facilities {
  /* facilities_information */
  /* facilities_nameJp */
  /* facilities_nameEn */
  /* facilities_image */
  /* facilities_information_list */
}

.page-Subpage.archive-facility .list_facilities .facilities_information {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities .facilities_information {
    margin-top: 0;
  }
}

.page-Subpage.archive-facility .list_facilities .facilities_nameJp {
  color: #cab15d;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  position: relative;
  /* after */
}

.page-Subpage.archive-facility .list_facilities .facilities_nameJp:after {
  content: "";
  aspect-ratio: 1/1;
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/circle_gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 26px;
  margin-top: 2px;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities .facilities_nameJp:after {
    width: 25px;
    margin-top: 2px;
  }
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities .facilities_nameJp {
    font-size: 3rem;
    grid-column-gap: 30px;
  }
}

.page-Subpage.archive-facility .list_facilities .facilities_nameEn {
  color: #cab15d;
  font-size: 1rem;
  margin-top: 2px;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities .facilities_nameEn {
    font-size: 1.6rem;
  }
}

.page-Subpage.archive-facility .list_facilities .facilities_image {
  aspect-ratio: 550/340;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities .facilities_image {
    border-radius: 20px;
    max-width: 550px;
    width: 47vw;
  }
}

.page-Subpage.archive-facility .list_facilities .facilities_information_list {
  margin-top: 23px;
  /* dl */
}

.page-Subpage.archive-facility .list_facilities .facilities_information_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* not first */
  /* dt */
  /* dd */
}

.page-Subpage.archive-facility .list_facilities .facilities_information_list dl:not(:first-child) {
  margin-top: 15px;
}

.page-Subpage.archive-facility .list_facilities .facilities_information_list dl dt {
  font-size: 1.25rem;
  color: #cab15d;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  min-height: 22px;
  min-width: 90px;
  border: 1px solid #cab15d;
  margin-right: 1.5em;
  padding: 0 0.75em;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities .facilities_information_list dl dt {
    font-size: 1.5rem;
    min-height: 25px;
    min-width: 108px;
    max-width: 108px;
  }
}

.page-Subpage.archive-facility .list_facilities .facilities_information_list dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .list_facilities .facilities_information_list {
    max-width: 610px;
  }
}

.page-Subpage.archive-facility .is_other_information {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* learn_more */
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .is_other_information {
    margin-top: 55px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;

    min-width: 380px;
  }
}

.page-Subpage.archive-facility .is_other_information .learn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cab15d;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  height: 38px;
  min-width: 160px;
  width: 47.4626865672%;
  border-radius: 19px;
  padding: 0 0.5em 0 1em;
  position: relative;
  /* after */
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .is_other_information .learn_more {
    font-size: 1.6rem;
    height: 40px;
    border-radius: 20px;
    max-width: 180px;
    width: 100%;
    padding: 0 0.75em 0 1em;
  }
}

.page-Subpage.archive-facility .is_other_information .learn_more:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 19px;
  height: 100%;
}

@media (min-width: 992px) {
  .page-Subpage.archive-facility .is_other_information .learn_more:after {
    width: 20px;
  }
}

/* .page-Subpage.archive-facility */
/* END Include Side Menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page-Subpage.category_topics {
  /* back ground color */
  /* background_image */
  /* breadcrumb */
  /* NAVIGATION LAYOUT */
  /* InsideNavigation */
  /* END NAVIGATION LAYOUT */
}

.page-Subpage.category_topics .background_image {
  height: 250px;
  width: 100%;
  position: relative;
  /* before */
  /* facility */
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .background_image {
    height: 500px;
  }
}

.page-Subpage.category_topics .background_image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-Subpage.category_topics .background_image.topics {
  /* before */
}

.page-Subpage.category_topics .background_image.topics:before {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/topics/mv_topics_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .background_image.topics:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/topics/mv_topics_pc.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.page-Subpage.category_topics #breadcrumb {
  color: #231815;
  /* li:not(:first-child):before */
}

.page-Subpage.category_topics #breadcrumb li:not(:first-child):before {
  border-color: #231815;
}

.page-Subpage.category_topics .InsideNavigation {
  margin-top: 35px;
  /* InsideNavigation_Navi */
  /* InsideNavigation_Navi_Header */
  /* InsideNavigation_Navi_List */
  /* InsideNavigation_Contents */
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
  }
}

.page-Subpage.category_topics .InsideNavigation_Navi {
  color: #00324e;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Navi {
    min-width: 236px;
    margin-top: 0;
    padding-right: 36px;
  }
}

.page-Subpage.category_topics .InsideNavigation_Navi_Header {
  line-height: 1;
  font-size: 2.5rem;
  text-align: center;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Navi_Header {
    font-size: 2rem;
    text-align: left;
  }
}

.page-Subpage.category_topics .InsideNavigation_Navi_List {
  /* li */
  margin-top: 15px;
}

.page-Subpage.category_topics .InsideNavigation_Navi_List li {
  /* a */
  /* &:not(:first-child) */
}

.page-Subpage.category_topics .InsideNavigation_Navi_List li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 45px;
  border: 1px solid #00324e;
  background-color: #00324e;
  color: #fff;
  line-height: 1;
  padding: 0 1em;
  position: relative;
  /* after */
  /* current */
}

.page-Subpage.category_topics .InsideNavigation_Navi_List li a:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 20px;
  height: 100%;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Navi_List li a:after {
    width: 20px;
  }
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Navi_List li a {
    font-size: 1.6rem;
    width: 200px;
    height: 40px;
  }
}

.page-Subpage.category_topics .InsideNavigation_Navi_List li a.current {
  background-color: #fff;
  color: #00324e;
  /* after */
}

.page-Subpage.category_topics .InsideNavigation_Navi_List li a.current:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_deeplblue_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 20px;
  height: 100%;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Navi_List li a.current:after {
    width: 20px;
  }
}

.page-Subpage.category_topics .InsideNavigation_Navi_List li:not(:first-child) {
  margin-top: 7px;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Navi_List {
    margin-top: 20px;
  }
}

.page-Subpage.category_topics .InsideNavigation_Contents {
  /* list_post */
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Contents {
    max-width: 860px;
    width: 71.6666666667%;
  }
}

.page-Subpage.category_topics .InsideNavigation_Contents .list_post {
  margin-top: 14px;
  /* li */
}

.page-Subpage.category_topics .InsideNavigation_Contents .list_post li {
  line-height: 1;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #b5b5b6;
  /* data */
  /* title */
  /* a */
}

.page-Subpage.category_topics .InsideNavigation_Contents .list_post li .data {
  font-size: 1rem;
  /* span */
}

.page-Subpage.category_topics .InsideNavigation_Contents .list_post li .data span {
  color: #cab15d;
}

@media (min-width: 1080px) {
  .page-Subpage.category_topics .InsideNavigation_Contents .list_post li .data {
    font-size: 1.6rem;
  }
}

.page-Subpage.category_topics .InsideNavigation_Contents .list_post li .title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 7px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1080px) {
  .page-Subpage.category_topics .InsideNavigation_Contents .list_post li .title {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.page-Subpage.category_topics .InsideNavigation_Contents .list_post li a {
  position: relative;
  display: block;
  position: relative;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .InsideNavigation_Contents .list_post li {
    height: 85px;
  }
}

/* .page-Subpage.category_topics */
.page-Subpage.page_facility {
  /* mainVisual */
  /* MAIN DESCRIPTION */
  /* facilities_main_description */
  /* END MAIN DESCRIPTION */
  /* ROOM TYPE TAB AND DETAILS */
  /* bgc_Gold */
  /* h2 */
  /* facility_room_type */
  /* DEATIL SECTION */
  /* room_types_detail */
  /*room_type_detail_swiper */
  /* room_type_detail_thumswiper */
  /* END DEATIL SECTION */
  /* END ROOM TYPE TAB AND DETAILS */
  /* ACCESS TABS */
  /* facility_access */
  /* END ACCESS TABS */
  /* TOURIST SPOT */
  /* tourist_spots */
  /* END TOURIST SPOT */
}

.page-Subpage.page_facility .mainVisual {
  /* .background_image.page_facility */
  /* mainVisual_header */
}

.page-Subpage.page_facility .mainVisual .background_image.page_facility {
  /* height: 250px; */
  width: 100%;
  position: relative;
  background-color: #ddd;
  height: 100vh;
  /* picture */
  /* max-height: 667px; */
  max-height: 416px;
  /* before */
}

.page-Subpage.page_facility .mainVisual .background_image.page_facility picture {
  width: 100%;
  height: 100%;
}

.page-Subpage.page_facility .mainVisual .background_image.page_facility picture source,
.page-Subpage.page_facility .mainVisual .background_image.page_facility picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .mainVisual .background_image.page_facility {
    max-height: 1080px;
  }
}

.page-Subpage.page_facility .mainVisual .background_image.page_facility:before {
  content: none;
}

.page-Subpage.page_facility .mainVisual_header {
  width: 100%;
  top: inherit;
  bottom: 0;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cab15d;
  background-color: rgba(0, 41, 66, 0.7);
  /* pageTitle_en */
  /* pageTitle_jp */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .mainVisual_header {
    height: 250px;
  }
}

.page-Subpage.page_facility .mainVisual_header .pageTitle_en {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .mainVisual_header .pageTitle_en {
    font-size: 4.1rem;
  }
}

.page-Subpage.page_facility .mainVisual_header .pageTitle_jp {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .mainVisual_header .pageTitle_jp {
    font-size: 2.1rem;
  }
}

.page-Subpage.page_facility .facilities_main {
  /* facilities_main_description */
  /* facilities_main_header */
  /* facilities_main_sentence */
  /* facilities_main_image */
  /* facilities_main_information */
}

.page-Subpage.page_facility .facilities_main_description {
  margin-top: 45px;
  letter-spacing: 1.5px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facilities_main_description {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}

.page-Subpage.page_facility .facilities_main_header {
  font-size: 1.95rem;
  line-height: 1.41;
  text-align: center;
  color: #cab15d;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facilities_main_header {
    font-size: 3rem;
    line-height: 1.75;
  }
}

.page-Subpage.page_facility .facilities_main_sentence {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 18px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facilities_main_sentence {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
  }
}

.page-Subpage.page_facility .facilities_main_image {
  margin-top: 48px;
  border-radius: 8px;
  overflow: hidden;
  /* img */
}

.page-Subpage.page_facility .facilities_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facilities_main_image {
    border-radius: 30px;
    height: 600px;
  }
}

.page-Subpage.page_facility .facilities_main_information {
  margin-top: 27px;
  /* dl */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facilities_main_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-Subpage.page_facility .facilities_main_information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* dt */
  /* dd */
}

.page-Subpage.page_facility .facilities_main_information dl dt {
  min-width: 90px;
  min-height: 22px;
  border: 1px solid #cab15d;
  font-size: 1.25rem;
  line-height: 1;
  color: #cab15d;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.75em;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facilities_main_information dl dt {
    min-width: 108px;
    min-height: 25px;
    font-size: 1.5rem;
  }
}

.page-Subpage.page_facility .facilities_main_information dl dd {
  margin-left: 1em;
}

.page-Subpage.page_facility .facilities_main_information dl:not(:first-child) {
  margin-top: 15px;
}

@media (min-width: 992px) {

  .page-Subpage.page_facility .facilities_main_information .isLeftSide,
  .page-Subpage.page_facility .facilities_main_information .isRightSide {
    width: 50%;
  }
}

.page-Subpage.page_facility .facilities_main_information .isLeftSide dl:first-child,
.page-Subpage.page_facility .facilities_main_information .isRightSide dl:first-child {
  margin-top: 15px;
}

@media (min-width: 992px) {

  .page-Subpage.page_facility .facilities_main_information .isLeftSide dl:first-child,
  .page-Subpage.page_facility .facilities_main_information .isRightSide dl:first-child {
    margin-top: 0;
  }
}

.page-Subpage.page_facility .bgc_Gold {
  color: #fff;
}

.page-Subpage.page_facility h2 {
  text-align: center;
  /* sectionTitle_en */
  /* sectionTitle_jp */
}

.page-Subpage.page_facility h2 .sectionTitle_en {
  font-size: 2.75rem;
  line-height: 1;
  display: block;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility h2 .sectionTitle_en {
    font-size: 4rem;
  }
}

.page-Subpage.page_facility h2 .sectionTitle_jp {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility h2 .sectionTitle_jp {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}

.page-Subpage.page_facility .facility_room_type {
  /* facility_room_type_header */
  /* facility_room_type_tabs */
}

.page-Subpage.page_facility .facility_room_type_header {
  color: #fff;
  padding-top: 50px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facility_room_type_header {
    padding-top: 100px;
  }
}

.page-Subpage.page_facility .facility_room_type_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 28px;
  /* room_types_tab */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facility_room_type_tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    margin-top: 50px;
  }
}

.page-Subpage.page_facility .facility_room_type_tabs .room_types_tab {
  max-width: 670px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border-radius: 22.5px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  /* current */
}

.page-Subpage.page_facility .facility_room_type_tabs .room_types_tab a {
  color: unset;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facility_room_type_tabs .room_types_tab {
    max-width: 312px;
    width: 31.2%;
    height: 55px;
    border-radius: 27.5px;
    font-size: 1.6rem;
  }
}

.page-Subpage.page_facility .facility_room_type_tabs .room_types_tab.current,
.page-Subpage.page_facility .facility_room_type_tabs .room_types_tab:hover {
  background-color: white;
  color: #cab15d;
}

.page-Subpage.page_facility .room_types_detail {
  margin-bottom: 50px;
  /* display: none; */
  /* current */
  /* HEADER */
  /* room_types_detail_header */
  /* INFORMATION */
  /* room_types_detail_information */
  /* SPECIFICATION */
  /* room_types_detail_specification */
  /* FACILITY AND AMENITY */
  /* about_facility_amenity */
}

.page-Subpage.page_facility .room_types_detail.current {
  display: block;
}

.page-Subpage.page_facility .room_types_detail_header {
  font-size: 2.25rem;
  line-height: 1.33;
  /* margin-top: 20px; */
  margin-top: 50px;
  word-wrap: anywhere;
  word-break: keep-all;

  color: #cab15d;
  padding-bottom: 20px;
  border-bottom: 2px solid #cab15d;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail {
    margin-bottom: 100px;
  }

  .page-Subpage.page_facility .room_types_detail_header {
    font-size: 3rem;
    margin-top: 35px;

    color: #cab15d;
    padding-bottom: 30px;
    border-bottom: 2px solid #cab15d;
    margin-bottom: 30px;
  }
}

.page-Subpage.page_facility .room_types_detail_information {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
}

.page-Subpage.page_facility .room_types_detail_specification {
  margin-top: 20px;
  /* list_information */
  /* lightBoxWrapper */
}

.page-Subpage.page_facility .room_types_detail_specification .list_information {
  width: 100%;
  /* li */
}

.page-Subpage.page_facility .room_types_detail_specification .list_information li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42.5px;
  font-size: 1.5rem;
  padding: 0 0.5em;
  border-bottom: 1px solid #fff;
}

.page-Subpage.page_facility .room_types_detail_specification .list_information li:first-child {
  border-top: 1px solid #fff;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail_specification .list_information li {
    height: 56px;
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail_specification .list_information {
    max-width: 600px;
    width: 60%;
  }
}

.page-Subpage.page_facility .room_types_detail_specification .lightBoxWrapper {
  display: block;
  background-color: #f5f2e6;
  border-radius: 10px;
  padding: 20px;
  margin-top: 50px;
  position: relative;
  /* after */
}

.page-Subpage.page_facility .room_types_detail_specification .lightBoxWrapper:after {
  content: "";
  aspect-ratio: 1/1;
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 10px;
  right: 8px;
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/lightbox_open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail_specification .lightBoxWrapper {
    max-width: 350px;
    width: 35%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail_specification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity {
  background-color: #f5f2e6;
  color: #231815;
  border-radius: 7.5px;
  margin-top: 50px;
  /* about_facility_amenity_drawerBtn */
  /* about_facility_amenity_drawerBox */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail .about_facility_amenity {
    border-radius: 10px;
  }
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBtn {
  font-size: 1.5rem;
  line-height: 1;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  /* open_statud */
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBtn span.open_status {
  position: relative;
  width: 13px;
  height: 13px;
  display: block;
  /* before */
  /* after */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBtn span.open_status {
    width: 20px;
    height: 20px;
  }
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBtn span.open_status:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #231815;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBtn span.open_status:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #231815;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBtn.active span.open_status:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBtn {
    font-size: 1.8rem;
    height: 58px;
    padding: 0 50px;
  }
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox {
  padding: 0;
  margin-top: 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /* about_facility_amenity_title */
  /* about_facility_amenity_detail */
  /* active */
  padding-left: 20px;
  padding-right: 20px;
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox .about_facility_amenity_title {
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: 1px solid #231815;
  margin-top: 10px;
  padding-bottom: 10px;
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox .about_facility_amenity_title:not(:first-child) {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox .about_facility_amenity_title {
    font-size: 1.8rem;
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox .about_facility_amenity_title:not(:first-child) {
    margin-top: 40px;
  }
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox .about_facility_amenity_detail {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 4px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox .about_facility_amenity_detail {
    margin-top: 2px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox.active {
  max-height: 600px;
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox.active {
    margin-top: 10px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_types_detail .about_facility_amenity_drawerBox {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-Subpage.page_facility .room_type_detail_swiper_wrap {
  margin-top: 20px;
  /* swiper-wrapper.main */
  /* swiper-button-next */
  /* .swiper-btn-next, */
  /* .swiper-btn-prev, */
}

.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-wrapper.main {
  overflow: hidden;
  border-radius: 10px;
}

@media (min-width: 992px) {

  .page-Subpage.page_facility .room_type_detail_swiper_wrap {
    margin-top: 50px;
  }

  .page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-wrapper.main {
    border-radius: 30px;
  }
}

.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-next,
.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-prev {
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 36%;
  margin: auto;
  border: 1px solid #9fa0a0;
  z-index: 1;
  background-color: rgba(2, 40, 64, 0.8);
  /* after */
}

@media (min-width: 992px) {

  .page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-next,
  .page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-prev {
    width: 40px;
    height: 40px;
    top: 38%;
  }
}

.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-next:after,
.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-prev:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/swiper_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 8.5px;
}

@media (min-width: 992px) {

  .page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-next:after,
  .page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-prev:after {
    width: 6.5px;
    height: 13px;
  }
}

.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-next {
  left: 10px;
}

.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-next:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-next {
    left: 30px;
  }
}

.page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-prev {
  right: 10px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_type_detail_swiper_wrap .swiper-btn-prev {
    right: 30px;
  }
}

.page-Subpage.page_facility .room_type_detail_thumswiper {
  margin-top: 15px;
  /* swiper-slide */
}

.page-Subpage.page_facility .room_type_detail_thumswiper .swiper-slide {
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .room_type_detail_thumswiper {
    margin-top: 20px;
    /* swiper-slide */
  }

  .page-Subpage.page_facility .room_type_detail_thumswiper .swiper-slide {
    border-radius: 5px;
  }
}

.page-Subpage.page_facility .facility_access {
  /* facility_access_tab_wrapper */
  /* facility_access_tabs */
  /* facility_access_screen_wrapper */
  /* facility_access_screens */
}

.page-Subpage.page_facility .facility_access_tab_wrapper {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facility_access_tab_wrapper {
    padding-bottom: 100px;
  }
}

.page-Subpage.page_facility .facility_access_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  /* li */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facility_access_tabs {
    margin-top: 50px;
  }
}

.page-Subpage.page_facility .facility_access_tabs li {
  cursor: pointer;
  max-width: 32.2388059701%;
  width: 32.2388059701%;
  height: 40px;
  background-color: #cab15d;
  border-radius: 7.5px 7.5px 0 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* current */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facility_access_tabs li {
    border-radius: 10px 10px 0 0;
    height: 74px;
    font-size: 2rem;
  }
}

.page-Subpage.page_facility .facility_access_tabs li.current {
  background-color: #fff;
  color: #cab15d;
}

.page-Subpage.page_facility .facility_access_screen_wrapper {
  background-color: #fff;
  padding: 50px;
  border-radius: 7.5px;
  overflow: hidden;
  margin-top: 25px;
}

.page-Subpage.page_facility .facility_access_screen_wrapper img {
  width: 100%;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility .facility_access_screen_wrapper {
    border-radius: 30px;
    margin-top: 50px;
    padding: 70px;
  }

  .page-Subpage.page_facility .facility_access_screen_wrapper img {
    width: 100%;
  }
}

.page-Subpage.page_facility .facility_access_screens {
  color: #231815;
  display: none;
  /* current */
}

.page-Subpage.page_facility .facility_access_screens.current {
  display: block;
}

.page-Subpage.page_facility #tourist_spots {
  padding-bottom: 50px;
  /* facility_room_type_header */
  /* list_tourist_spots */
  /* tourist_spots_bnner */
}

@media (min-width: 992px) {
  .page-Subpage.page_facility #tourist_spots {
    padding-bottom: 100px;
  }
}

.page-Subpage.page_facility #tourist_spots .facility_room_type_header {
  color: #cab15d;
}

.page-Subpage.page_facility #tourist_spots .list_tourist_spots {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
  /* li */
  /* list_tourist_spots_header */
  /* list_tourist_spots_description */
}

.page-Subpage.page_facility #tourist_spots .list_tourist_spots li {
  /* figure*/
  display: flex;
  flex-direction: column;
}

.page-Subpage.page_facility #tourist_spots .list_tourist_spots li figure {
  aspect-ratio: 670/423;
  width: 100%;
  border-radius: 17.5px;
  overflow: hidden;
}

.page-Subpage.page_facility #tourist_spots .list_tourist_spots li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility #tourist_spots .list_tourist_spots li {
    max-width: 380px;
    width: 31.6666666667%;

    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .page-Subpage.page_facility #tourist_spots .list_tourist_spots {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}

.page-Subpage.page_facility #tourist_spots .list_tourist_spots_header {
  font-size: 2rem;
  line-height: 1.5;
  color: #231815;
  padding-bottom: 10px;
  margin-top: 18px;
  border-bottom: 1px solid #cab15d;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility #tourist_spots .list_tourist_spots_header {
    margin-top: 13px;
    padding-bottom: 14px;
  }
}

.page-Subpage.page_facility #tourist_spots .list_tourist_spots_description {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
}

.page-Subpage.page_facility #tourist_spots .map-btn {
  /* font-size: 1.6rem;
  width: 190px;
  height: 40px; */
  background-color: #cab15d;
  border-radius: 50px;

  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #cab15d;
  color: #fff;
  line-height: 1;
  padding: 0 1em;
  position: relative;

  transition: 0.4s;
  margin: 20px auto 0;
  width: 175px;

  height: 38px;
  font-size: 1.5rem;
}

.page-Subpage.page_facility #tourist_spots .map-btn:after {
  content: "";
  background: url(../images/common/btn_introduction_circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1 / 1;
  width: 19px;
  height: 100%;
  transition: 0.4s;
}

.page-Subpage.page_facility #tourist_spots .map-btn:hover {
  background-color: #fff;
  color: #cab15d;
}

.page-Subpage.page_facility #tourist_spots .map-btn:hover:after {
  background: url(../images/common/circle_gold.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1 / 1;
  width: 19px;
}

@media (min-width: 992px) {
  .page-Subpage.page_facility #tourist_spots .list_tourist_spots_description {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 13px;

    margin-bottom: 50px;
  }

  .page-Subpage.page_facility #tourist_spots .map-btn {
    font-size: 1.6rem;
    width: 190px;
    height: 40px;
    background-color: #cab15d;
    border-radius: 50px;

    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 1px solid #cab15d;
    color: #fff;
    line-height: 1;
    padding: 0 1em;
    position: relative;

    transition: 0.4s;
    margin: auto auto 0;
  }

  .page-Subpage.page_facility #tourist_spots .map-btn:after {
    content: "";
    background: url(../images/common/btn_introduction_circle.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    aspect-ratio: 1 / 1;
    width: 20px;
    height: 100%;
    transition: 0.4s;
  }

  .page-Subpage.page_facility #tourist_spots .map-btn:hover {
    background-color: #fff;
    color: #cab15d;
  }

  .page-Subpage.page_facility #tourist_spots .map-btn:hover:after {
    background: url(../images/common/circle_gold.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    aspect-ratio: 1 / 1;
    width: 20px;
  }
}

.page_facility .facilities_main_description .tourist_spots_bnner,
.page-Subpage.page_facility #tourist_spots .tourist_spots_bnner {
  display: block;
  margin-top: 45px;
  position: relative;
  /* tourist_spots_bnner_outer */
  /* tourist_spots_bnner_box */
  /* tourist_spots_bnner_en */
  /* tourist_spots_bnner_jp */
}

@media (min-width: 992px) {

  .page_facility .facilities_main_description .tourist_spots_bnner,
  .page-Subpage.page_facility #tourist_spots .tourist_spots_bnner {
    margin-top: 95px;
  }
}

.page_facility .facilities_main_description .tourist_spots_bnner_outer,
.page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_outer {
  padding: 10px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 992px) {

  .page_facility .facilities_main_description .tourist_spots_bnner_outer,
  .page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_outer {
    padding: 20px;
  }
}

.page_facility .facilities_main_description .tourist_spots_bnner_box,
.page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_box {
  position: absolute;
  width: 94.0298507463%;
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.75px;
}

@media (min-width: 992px) {

  .page_facility .facilities_main_description .tourist_spots_bnner_box,
  .page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_box {
    width: 96.6666666667%;
    height: calc(100% - 40px);
    border-radius: 10px;
  }
}

.page_facility .facilities_main_description .tourist_spots_bnner_box:after,
.page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_box:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}

@media (min-width: 992px) {

  .page_facility .facilities_main_description .tourist_spots_bnner_box:after,
  .page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_box:after {
    width: 50px;
    right: 90px;
  }
}

.page_facility .facilities_main_description .tourist_spots_bnner_en,
.page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_en {
  display: block;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}

@media (min-width: 992px) {

  .page_facility .facilities_main_description .tourist_spots_bnner_en,
  .page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_en {
    font-size: 4rem;
  }
}

.page_facility .facilities_main_description .tourist_spots_bnner_jp,
.page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_jp {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

@media (min-width: 992px) {

  .page_facility .facilities_main_description .tourist_spots_bnner_jp,
  .page-Subpage.page_facility #tourist_spots .tourist_spots_bnner_jp {
    font-size: 2.5rem;
  }
}

/* page-Subpage */
.page-Subpage.category_topics {
  /* is_topicsContent */
}

.page-Subpage.category_topics .is_topicsContent {
  /* wrap_inner */
  /* is_topicsContent_date */
  /*. get_the_title */
  /* the_content_wrapper */
  /* viewMore_wrap */
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .is_topicsContent .wrap_inner {
    max-width: 898px;
    width: 89.3333333333%;
  }
}

.page-Subpage.category_topics .is_topicsContent .is_topicsContent_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
  /* .date,.category */
  /* date */
  /* category */
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .is_topicsContent .is_topicsContent_date {
    margin-top: 100px;
  }
}

.page-Subpage.category_topics .is_topicsContent .is_topicsContent_date .date,
.page-Subpage.category_topics .is_topicsContent .is_topicsContent_date .category {
  font-size: 1.25rem;
  line-height: 1;
}

@media (min-width: 992px) {

  .page-Subpage.category_topics .is_topicsContent .is_topicsContent_date .date,
  .page-Subpage.category_topics .is_topicsContent .is_topicsContent_date .category {
    font-size: 1.6rem;
  }
}

.page-Subpage.category_topics .is_topicsContent .get_the_title {
  font-size: 1.75rem;
  line-height: 1.35;
  margin-top: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c9caca;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .is_topicsContent .get_the_title {
    font-size: 2.5rem;
    margin-top: 23px;
    padding-bottom: 23px;
  }
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper {
  /* wp-block-image */
  /* p */
  /* h1,h2,h3,h4,h5 */
  /* h1,h2,h3,h4,h5 */
  /* h1,h2,h3,h4,h5 */
  /* h1,h2,h3,h4,h5 */
  /* h1,h2,h3,h4,h5 */
  /* ul */
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper .wp-block-image {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper .wp-block-image {
    margin-top: 50px;
  }
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper p,
.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h1,
.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h2,
.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h3,
.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h4,
.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h5,
.page-Subpage.category_topics .is_topicsContent .the_content_wrapper details,
.page-Subpage.category_topics .is_topicsContent .the_content_wrapper ul {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 992px) {

  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper p,
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper h1,
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper h2,
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper h3,
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper h4,
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper h5,
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper details,
  .page-Subpage.category_topics .is_topicsContent .the_content_wrapper ul {
    margin-top: 1.5em;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h1 {
  font-size: 150%;
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h2 {
  font-size: 130%;
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h3 {
  font-size: 120%;
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h4 {
  font-size: 100%;
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper h5 {
  font-size: 100%;
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper strong {
  font-weight: bold;
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper ul {
  list-style-type: disc;
  padding-left: 1em;
  /* ul */
}

.page-Subpage.category_topics .is_topicsContent .the_content_wrapper ul ul {
  margin-top: 0;
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap {
  margin-top: 45px;
  position: relative;
  /* nav_home */
  /* arrow_left */
  /* arrow_right */
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .is_topicsContent .viewMore_wrap {
    margin-top: 95px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .nav_home {
  padding: 0 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  /* a */
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .is_topicsContent .viewMore_wrap .nav_home {
    padding: 0 75px;
  }
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .nav_home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 175px;
  height: 38px;
  border-radius: 19px;
  background-color: #00324e;
  border: 1px solid #00324e;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* hover */
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .nav_home a:hover {
  color: #00324e;
  background-color: rgba(0, 41, 66, 0);
}

@media (min-width: 992px) {
  .page-Subpage.category_topics .is_topicsContent .viewMore_wrap .nav_home a {
    font-size: 1.6rem;
    width: 190px;
    height: 40px;
    border-radius: 20px;
  }
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_left,
.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_right {
  display: block;
  aspect-ratio: 35/7;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_left a,
.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_right a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* after */
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_left a:after,
.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_right a:after {
  content: "";
  display: block;
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/arrow_prev.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 35/7;
  width: 35px;
  height: 7px;
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_left {
  left: 0;
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_right {
  right: 0;
  /* after */
}

.page-Subpage.category_topics .is_topicsContent .viewMore_wrap .arrow_right a:after {
  content: "";
  display: block;
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/arrow_next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 35/7;
  width: 35px;
  height: 7px;
}

/* page-Subpage.category_topics */
.page-Subpage.page_contact {
  /* background_image */
  /* breadcrumb */
  /* contact */
  /* the_content_wrapper */
  /* CONTACT FORM7 */
  /* ContactForm */
  /* END CONTACT FORM7 */
}

.page-Subpage.page_contact .background_image {
  height: 250px;
  width: 100%;
  position: relative;
  /* before */
  /* facility */
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .background_image {
    height: 500px;
  }
}

.page-Subpage.page_contact .background_image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-Subpage.page_contact .background_image.contact {
  /* before */
}

.page-Subpage.page_contact .background_image.contact:before {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/contact/mv_contact_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .background_image.contact:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/contact/mv_contact_pc.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.page-Subpage.page_contact #breadcrumb {
  color: #231815;
  /* li:not(:first-child):before */
}

.page-Subpage.page_contact #breadcrumb li:not(:first-child):before {
  border-color: #231815;
}

.page-Subpage.page_contact .contact {
  /* contact_sequence */
  /* contact_notice */
}

.page-Subpage.page_contact .contact_sequence {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 22.5px;
  /* li */
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .contact_sequence {
    margin-top: 55px;
    grid-column-gap: 40px;
  }
}

.page-Subpage.page_contact .contact_sequence li {
  border: 1px solid #00324e;
  background-color: #00324e;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 82px;
  width: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  /* current */
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .contact_sequence li {
    font-size: 1.8rem;
    line-height: 1.35;
    width: 100px;
    height: 100px;
  }
}

.page-Subpage.page_contact .contact_sequence li.current {
  background-color: #fff;
  color: #00324e;
}

.page-Subpage.page_contact .contact_notice {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.66;
  text-align: center;
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .contact_notice {
    margin-top: 45px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.page-Subpage.page_contact .the_content_wrapper {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .the_content_wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-Subpage.page_contact .ContactForm {
  /* ContactForm_container */
  /* ContactForm_ctrl */
}

.page-Subpage.page_contact .ContactForm_container {
  /* INPUT */
  /* input_line */
  /* .input_text */
}

.page-Subpage.page_contact .ContactForm_container dl {
  border-bottom: 1px solid rgba(134, 132, 101, 0.3);
  padding: 24px 0;
  /* dt */
  /* dd */
}

.page-Subpage.page_contact .ContactForm_container dl:first-child {
  border-top: 1px solid rgba(134, 132, 101, 0.3);
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_container dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.page-Subpage.page_contact .ContactForm_container dl dt {
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  /* require */
}

.page-Subpage.page_contact .ContactForm_container dl dt.require {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* after */
}

.page-Subpage.page_contact .ContactForm_container dl dt.require:after {
  content: "必須";
  width: 40px;
  height: 16px;
  background-color: #00324e;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_container dl dt.require:after {
    width: 50px;
    height: 20px;
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_container dl dt.require {
    font-size: 1.6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_container dl dt {
    min-width: 295px;
    padding-right: 50px;
  }
}

.page-Subpage.page_contact .ContactForm_container dl dd {
  margin-top: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_container dl dd {
    margin-top: 0;
  }
}

.page-Subpage.page_contact .ContactForm_container .input_line,
.page-Subpage.page_contact .ContactForm_container .input_text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: #f2f2f3;
  font-size: 1.5rem;
  line-height: 50px;
  padding: 0 1em;
  width: 100%;
}

@media (min-width: 992px) {

  .page-Subpage.page_contact .ContactForm_container .input_line,
  .page-Subpage.page_contact .ContactForm_container .input_text {
    font-size: 1.6rem;
  }
}

.page-Subpage.page_contact .ContactForm_container .input_text {
  padding: 1em;
  height: auto;
  line-height: 1.5;
}

.page-Subpage.page_contact .ContactForm_ctrl {
  margin-top: 30px;
  /* submit_acceptance */
  /* submit_ctrl */
  /* btn_arrow */
  /* input[type=submit] */
  /* disabled */
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_ctrl {
    margin-top: 50px;
  }
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* wpcf7-acceptance */
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance {
  font-size: 1.5rem;
  /* input[name=acceptance] */
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance input[name=acceptance] {
  display: none;
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance input[name=acceptance] {
  /* input + .wpcf7-list-item-label */
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance input[name=acceptance]+.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1em;
  position: relative;
  /* before */
  /* after */
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance input[name=acceptance]+.wpcf7-list-item-label:before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  border: 1px solid #231815;
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance input[name=acceptance]+.wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
  }
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance input[name=acceptance]+.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 18px;
  height: 8px;
  border-bottom: 3px solid #00324e;
  border-left: 3px solid #00324e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_acceptance .wpcf7-acceptance input[name=acceptance]:checked+.wpcf7-list-item-label:after {
  opacity: 1;
}

.page-Subpage.page_contact .ContactForm_ctrl .submit_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_ctrl .submit_ctrl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow {
  width: 175px;
  height: 36px;
  position: relative;
  /* hover */
  /* bgc-blue */
  /* &.bgc-gold */
}

@media (min-width: 992px) {
  .page-Subpage.page_contact .ContactForm_ctrl .btn_arrow {
    width: 190px;
    height: 40px;
  }
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow:hover.bgc-blue input[type=submit],
.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow:hover.bgc-blue a {
  background-color: rgba(0, 41, 66, 0);
  color: #00324e;
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow:hover.bgc-blue:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_deeplblue_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow:hover.bgc-gold input[type=button] {
  background-color: rgba(132, 131, 100, 0);
  color: #848364;
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow:hover.bgc-gold:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/circle_gold.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-blue,
.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-gold {
  /* input[type=submit] */
  /* after */
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-blue input[type=submit],
.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-blue a,
.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-gold input[type=submit],
.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-gold a {
  background-color: #00324e;
  color: #fff;
  border-color: #00324e;
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-blue:after,
.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-gold:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
}

@media (min-width: 992px) {

  .page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-blue:after,
  .page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-gold:after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-gold input[type=button] {
  background-color: #848364;
  border: 1px solid #848364;
  color: #fff;
}

.page-Subpage.page_contact .ContactForm_ctrl .flex.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-Subpage.page_contact .ContactForm_ctrl .flex.center a,
.page-Subpage.page_contact .ContactForm_ctrl .flex.center span {
  display: inline-block;
}

.page-Subpage.page_contact .ContactForm_ctrl .flex.center a {
  padding-left: 0;
}

.page-Subpage.page_contact .ContactForm_ctrl .flex.center span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}

.page-Subpage.page_contact .ContactForm_ctrl input[type=submit],
.page-Subpage.page_contact .ContactForm_ctrl input[type=button],
.page-Subpage.page_contact .ContactForm_ctrl a {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
  border-radius: 18px;
  border: 1px solid #fff;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-Subpage.page_contact .ContactForm_ctrl input[type=submit]+.wpcf7-spinner,
.page-Subpage.page_contact .ContactForm_ctrl input[type=button]+.wpcf7-spinner,
.page-Subpage.page_contact .ContactForm_ctrl a+.wpcf7-spinner {
  display: none;
}

@media (min-width: 992px) {

  .page-Subpage.page_contact .ContactForm_ctrl input[type=submit],
  .page-Subpage.page_contact .ContactForm_ctrl input[type=button],
  .page-Subpage.page_contact .ContactForm_ctrl a {
    font-size: 1.6rem;
    border-radius: 20px;
  }
}

/* .page-Subpage.page_contact .ContactForm_ctrl input[type=submit]:disabled, */
.page-Subpage.page_contact .ContactForm_ctrl input[type=button]:disabled,
.page-Subpage.page_contact .ContactForm_ctrl a:disabled {
  cursor: auto;
  background-color: #989898 !important;
  border-color: #989898 !important;
}

/* .page-Subpage.page_contact .ContactForm_ctrl input[type=submit]:disabled:hover, */
.page-Subpage.page_contact .ContactForm_ctrl input[type=button]:disabled:hover,
.page-Subpage.page_contact .ContactForm_ctrl a:disabled:hover {
  color: #fff !important;
}

.page-Subpage.page_contact .ContactForm_ctrl input[type=submit]:disabled:hover {
  color: #00324e;
}

.page-Subpage.page_contact .ContactForm_ctrl .btn_arrow.bgc-blue:hover:after {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_circle_blue.svg") !important;
}

.page-Subpage.page_contact .ContactForm_ctrl .disabled:after {
  content: "";
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/common/btn_introduction_circle.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-Subpage.page_contact .wpcf7-response-output {
  display: none;
}

/* .page-Subpage.page_contact */
.page-Subpage.content-faq {
  /* background_image */
  /* is_faqContent */
}

.page-Subpage.content-faq .background_image {
  height: 250px;
  width: 100%;
  position: relative;
  /* before */
  /* facility */
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .background_image {
    height: 500px;
  }
}

.page-Subpage.content-faq .background_image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-Subpage.content-faq .background_image.faq {
  /* before */
}

.page-Subpage.content-faq .background_image.faq:before {
  background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/faq/mv_faq_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .background_image.faq:before {
    background: url("/wrdprs/wp-content/themes/sunrest_resort/assets/images/faq/mv_faq_pc.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.page-Subpage.content-faq .is_faqContent {
  margin-top: 45px;
  /* is_category */
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .is_faqContent {
    margin-top: 95px;
  }
}

.page-Subpage.content-faq .is_faqContent .is_category {
  /* is_category */
  /* drawerBox */
}

.page-Subpage.content-faq .is_faqContent .is_category:not(:first-child) {
  margin-top: 45px;
}

.page-Subpage.content-faq .is_faqContent .is_category h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .is_faqContent .is_category h2 {
    margin-bottom: 30px;
  }
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox {
  /* drawerBox_Wrap */
  /* drawerBox_Quest */
  /* drawerBox_AnswerWrap */
  /* drawerBox_Answer */
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Wrap {
  background-color: #f5f2e6;
  border-radius: 5px;
  /* active */
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Wrap {
    border-radius: 10px;
  }
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Wrap:not(:first-child) {
  margin-top: 15px;
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Wrap.active .drawerBox_Quest .status:after {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em 25px 1.25em 45px;
  font-size: 1.5rem;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  /* before */
  /* status */
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest:before {
  content: "Q";
  width: 20px;
  height: 20px;
  background-color: #cab15d;
  font-size: 1.5rem;
  text-align: center;
  line-height: 15px;
  color: #fff;
  position: absolute;
  left: 1em;
  top: 1.35em;
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest:before {
    top: 1.45em;
    left: 2em;
  }
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest {
    min-height: 62px;
    padding-left: 65px;
    padding-right: 70px;
    font-size: 1.6rem;
  }
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest .status {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0.75em;
  top: 1.5em;
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest .status:before,
.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest .status:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #231815;
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest .status:before {
  width: 100%;
  height: 1px;
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Quest .status:after {
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_AnswerWrap {
  padding-bottom: 15px;
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Answer {
  padding-left: 45px;
  padding-right: 25px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  /* transition: all 0.4s; */
  /* before */
  /* Active */
  /* height: auto !important; */
  transition: height 0.4s ease;
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Answer:before {
  content: "A";
  width: 20px;
  height: 20px;
  background-color: #00324e;
  font-size: 1.5rem;
  text-align: center;
  line-height: 18px;
  color: #fff;
  position: absolute;
  left: 1em;
  top: 0.2em;
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Answer:before {
    left: 2em;
  }
}

@media (min-width: 992px) {
  .page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Answer {
    padding-left: 65px;
    padding-right: 70px;
    font-size: 1.6rem;
  }
}

.page-Subpage.content-faq .is_faqContent .is_category .drawerBox_Answer.hide {
  height: 0 !important;
}

/* page-Subpage.content-faq */
/*# sourceMappingURL=common.css.map */