@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Shippori+Mincho+B1:wght@400;500;600&display=swap");
/* -- Reset --
--------------------------------------------------------------　*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

/* -- framework && common --
--------------------------------------------------------------　*/
/*
  読み込み時フェードイン
*/
body {
  opacity: 0;
  animation: anime1 1.2s;
  animation-fill-mode: forwards;
  overflow-x: hidden;
  overflow-y: scroll;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  印刷対応
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* framework ---------------------------------*/
body {
  font-size: 16px;
  color: #242424;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  word-break: break-all;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}

@media only screen and (max-width: 767.9px) {
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    animation: none;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
}

main {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

a {
  color: #242424;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
  a img {
    border: 0;
  }
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
/* -- original common --
--------------------------------------------------------------　*/
.mainwrap,
.widewrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1250px) {
  .mainwrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1750px) {
  .widewrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1251px) {
  .mainwrap {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 1751px) {
  .widewrap {
    max-width: 1700px;
  }
}
@media only screen and (max-width: 767.9px) {
  .c_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c_inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 767.9px) {
  .inner_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gmap {
  cursor: pointer;
}

.gmap iframe {
  pointer-events: none;
  vertical-align: bottom;
}

.gmap.on iframe {
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.9px) {
  .sp_w {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .sp_w::-webkit-scrollbar {
    height: 10px;
  }
  .sp_w::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .sp_w::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}
.bg-fixed {
  height: 100%;
  overflow: hidden;
}

/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
/* -- breadcrumb --
----------------------　*/
@media print, screen and (max-width: 767.9px) {
  #breadcrumb ul {
    padding: 20px 12px 7px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb ul {
    padding: 20px 40px 12px;
  }
}
#breadcrumb ul li {
  display: inline-block;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb ul li {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767.9px) {
  #breadcrumb ul li:not(:first-of-type) {
    padding-left: 20px;
  }
  #breadcrumb ul li:not(:first-of-type)::before {
    width: 10px;
    left: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb ul li:not(:first-of-type) {
    padding-left: 40px;
  }
  #breadcrumb ul li:not(:first-of-type)::before {
    width: 20px;
    left: 10px;
  }
}
#breadcrumb ul li:not(:first-of-type)::before {
  content: "";
  background-color: #adadad;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* -- アニメーション --
--------------------------------------------------------------　*/
@keyframes p-mv-slider {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, 0);
  }
  100% {
    transform: translate(-100px, 0);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes menu_bg {
  0% {
    background-position: -350px 0;
  }
  100% {
    background-position: -800px 0;
  }
}
@keyframes zoom-out-anim {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* -- header --
--------------------------------------------------------------　*/
.home .h-nav .h-nav__logo {
  display: none;
}
@media print, screen and (max-width: 767.9px) {
  .home header .gtranslate_wrapper,
  .page header .gtranslate_wrapper,
  .single header .gtranslate_wrapper,
  .archive header .gtranslate_wrapper {
    top: 19px;
    right: 80px;
}
}
@media print, screen and (min-width: 768px) {
  .home header .gtranslate_wrapper,
  .page header .gtranslate_wrapper {
    top: 58px;
    right: 315px;
  }
}
@media print, screen and (min-width: 768px) /*and (max-width: 1560px) */{
.home header .gtranslate_wrapper,
.page header .gtranslate_wrapper {
  right: 315px;
}
header .h-nav.is-fixed .gtranslate_wrapper {
  top: 38px;
  right: 315px;
}
}
@media print, screen and (max-width: 767.9px) {
/*header .h-nav.is-fixed .gtranslate_wrapper {
    top: 64px;
    right: 0;
    background: rgba(0,0,0,0.65);
}*/
}
header {
  position: relative;
}
header .gtranslate_wrapper {
  cursor: pointer;
  position: absolute;
  z-index: 100;
}
header .gtranslate_wrapper a.glink img {
  opacity: 1 !important;
}
header .gtranslate_wrapper .gt_switcher .gt_selected {
  background: none !important;
  height: 26px !important;
}
header .gtranslate_wrapper .gt_switcher .gt_selected a {
  border: none !important;
  font-family: "Noto Serif JP", serif;
  width: 80px !important;
  height: 22px !important;
  padding: 5px 5px 5px 15px !important;
  color: #ffffff;
  font-size: 14px!important;
}
@media print, screen and (max-width: 767.9px) {
  header .gtranslate_wrapper .gt_switcher .gt_selected a {
    font-size: 12px!important;
  }
}
header .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
  background: none !important;
}
header .gtranslate_wrapper .gt_switcher .gt_selected a.open {
  width: 80px !important;
}
header .gtranslate_wrapper .gt_switcher .gt_selected a.open, header .gtranslate_wrapper .gt_switcher .gt_selected a.open:hover {
  background: rgba(34, 34, 34, 0.8) !important;
}
header .gtranslate_wrapper .gt_switcher {
  width: 100px !important;
  line-height: 1 !important;
  color: #ffffff;
}
header .gtranslate_wrapper .gt_switcher a img {
  display: none !important;
}
header .gtranslate_wrapper .gt_switcher .gt_option {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background-color: rgba(34, 34, 34, 0.9) !important;
  width: 100px !important;
}
header .gtranslate_wrapper .gt_switcher .gt_option a {
  height: 16px !important;
  padding: 3px 5px 3px 15px !important;
  width: 80px !important;
  color: #ffffff;
  font-family: "Noto Serif JP", serif!important;
}
@media print, screen and (max-width: 767.9px) {
  header .gtranslate_wrapper .gt_switcher .gt_option a {
    font-size: 12px;
  }
}
header .gtranslate_wrapper .gt_switcher .gt_option a:hover {
  background: rgba(34, 34, 34, 0.5) !important;
}
header .gtranslate_wrapper .gt_switcher .gt_selected a.open,
header .gtranslate_wrapper .gt_switcher .gt_selected a.open:hover {
    background: rgb(34 34 34 / 0.5) !important;
}
header .gtranslate_wrapper .gt_switcher .gt_selected a:after {
    top: 4px!important;
}
@media print, screen and (max-width: 767.9px) {
  header .gtranslate_wrapper {
    top: 50px;
    right: 15px;
  }
header .h-nav.is-fixed .gtranslate_wrapper .gt_switcher .gt_selected a {
  height: 26px !important;
  padding: 6px 5px 5px 15px !important;
}
.error404 .gtranslate_wrapper {
  top: 18px;
  right: 77px;
}
}
@media print, screen and (min-width: 768px) {
  header .gtranslate_wrapper {
    top: 45px;
    right: 18%;
  }
}
/*@media print, screen and (min-width: 1561px) {
header .h-nav.is-fixed .gtranslate_wrapper {
    top: 39px;
    right: 188px;
}
}*/

.h-nav__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.h-nav__menu .h-nav__menu__inner {
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .h-nav__menu .h-nav__menu__img,
  .h-nav__menu nav {
    width: 50%;
    height: 100vh;
  }
}
.h-nav__menu .h-nav__menu__img {
  background-image: url(../images/top/mv_sample.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  position: relative;
  animation: menu_bg 80s ease-out forwards;
}
@media print, screen and (max-width: 960px) {
  .h-nav__menu .h-nav__menu__img {
    display: none;
  }
}
.h-nav__menu .h-nav__menu__img p {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.5em;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.h-nav__menu nav {
  padding: 10vh 20px 0;
  overflow-y: auto;
  background-color: #fff;
}
@media print, screen and (max-width: 960px) {
  .h-nav__menu nav {
    width: 100%;
    height: 100vh;
  }
}
.h-nav__menu .menu-logo {
  text-align: center;
}
@media print, screen and (max-height: 780px) {
  .h-nav__menu .menu-logo {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-height: 781px) {
  .h-nav__menu .menu-logo {
    margin-bottom: 90px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-logo {
    max-width: 132px;
    margin: 0 auto 35px;
  }
}
.h-nav__menu .menu-inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .h-nav__menu .menu-inner {
    max-width: 600px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav__menu .menu-btm {
    display: flex;
    justify-content: space-evenly;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-btm li {
    text-align: center;
    line-height: 1.5;
  }
}
.h-nav__menu .menu-btm li a {
  display: inline-block;
  font-weight: 600;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-btm li a {
    font-size: 11.5px;
    padding-right: 1em;
  }
  .h-nav__menu .menu-btm li a::before {
    width: 3px;
    height: 3px;
    right: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav__menu .menu-btm li a {
    padding-right: 1.5em;
  }
  .h-nav__menu .menu-btm li a::before {
    width: 5px;
    height: 5px;
    right: 5px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .h-nav__menu .menu-btm li a {
    font-size: 13px;
  }
}
.h-nav__menu .menu-btm li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
  transform: rotate(45deg);
}
@media print, screen and (max-height: 780px) {
  .h-nav__menu .menu-rsv {
    margin: 35px 0;
  }
}
@media print, screen and (min-height: 781px) {
  .h-nav__menu .menu-rsv {
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-rsv {
    margin: 35px 0 20px;
  }
}
.h-nav__menu .menu-rsv a {
  text-align: center;
  display: block;
  font-weight: 600;
  background-color: #8c8279;
  line-height: 2;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-rsv a {
    margin: auto;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-rsv a {
    font-size: 14px;
    padding: 10px;
    max-width: 300px;
  }
  .h-nav__menu .menu-rsv a span {
    background-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav__menu .menu-rsv a {
    font-size: 20px;
    padding: 20px 10px;
  }
  .h-nav__menu .menu-rsv a span {
    background-size: 20px;
  }
}
.h-nav__menu .menu-rsv a span {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../images/common/calendar_icon.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
}
.h-nav__menu .h-menu__sns {
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .h-menu__sns {
    margin-top: 15px;
  }
  .h-nav__menu .h-menu__sns li {
    width: 20px;
  }
  .h-nav__menu .h-menu__sns li:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav__menu .h-menu__sns {
    margin-top: 30px;
  }
  .h-nav__menu .h-menu__sns li:not(:last-of-type) {
    margin-right: 5px;
  }
}
.h-nav__menu .h-menu__sns li {
  display: inline-block;
}
.h-nav__menu .menu-gnav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-gnav {
    height: 180px;
    max-width: 350px;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav__menu .menu-gnav {
    height: 270px;
  }
}
.h-nav__menu .menu-gnav li {
  margin-bottom: 0.7em;
  width: 50%;
}
.h-nav__menu .menu-gnav li.nav-on {
  display: none;
}
.h-nav__menu .menu-gnav li:nth-child(5), .h-nav__menu .menu-gnav li:nth-child(11) {
  margin-bottom: 0;
}
.h-nav__menu .menu-gnav li:nth-child(10),
.h-nav__menu .menu-gnav li:nth-child(12) {
  display: none;
}
.h-nav__menu .menu-gnav li a {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav__menu .menu-gnav li a {
    font-size: 14px;
  }
  .h-nav__menu .menu-gnav li a::before {
    width: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav__menu .menu-gnav li a::before {
    width: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .h-nav__menu .menu-gnav li a {
    font-size: 19px;
  }
}
@media print, screen and (min-width: 1261px) {
  .h-nav__menu .menu-gnav li a {
    font-size: 21px;
  }
}
.h-nav__menu .menu-gnav li a::before {
  content: "";
  height: 1px;
  background-color: #adadad;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media print, screen and (max-width: 767.9px) {
  .h-nav__btn {
    width: 40px;
    height: 20px;
    top: 24px;
    right: 20px;
  }
  .h-nav__btn.is-fixed {
    top: 25px;
  }
  .h-nav__btn span:nth-of-type(2) {
    top: 11px;
  }
}
@media print, screen and (min-width: 768px) /*and (max-width: 1560px)*/ {
  .h-nav__btn {
    width: 60px;
    height: 20px;
    top: 65px;
    right: 40px;
  }
  .h-nav__btn.is-fixed {
    top: 45px;
  }
  .h-nav__btn span:nth-of-type(2) {
    top: 11px;
  }
}
/*@media print, screen and (max-width: 1560px) {*/
  .h-nav__btn {
    display: block;
    position: fixed;
    cursor: pointer;
    z-index: 101;
  }
  .h-nav__btn:hover span:nth-of-type(1), .h-nav__btn:hover span:nth-of-type(2) {
    width: 100%;
  }
  .h-nav__btn.is-active span {
    background-color: #242424;
  }
  .h-nav__btn.is-active span:nth-of-type(1) {
    width: 100%;
    transform: translateY(6px) rotate(-45deg);
  }
  .h-nav__btn.is-active span:nth-of-type(2) {
    top: 12px;
    width: 100%;
    transform: translateY(-6px) rotate(45deg);
  }
  .h-nav__btn span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #fff;
  }
  .h-nav__btn span:nth-of-type(1) {
    top: 0;
    width: 90%;
  }
  .h-nav__btn span:nth-of-type(2) {
    width: 65%;
  }
/*}*/
@media print, screen and (max-width: 767.9px) {
.h-nav__btn span:nth-of-type(1),
.h-nav__btn span:nth-of-type(2) {
  width: 100%;
}
}
/*@media print, screen and (min-width: 1561px) {
  .h-nav__btn {
    display: none;
  }
}*/

.h_move {
  transition: all 0.7s;
  transform: translateY(0);
  position: absolute;
}
.h_move.is-hdn {
  transform: translateY(-200px);
  position: fixed;
}
.h_move.is-fixed {
  transform: translateY(0);
}

.h-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.h-nav.is-fixed.h_move {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-nav.is-fixed .h-nav__logo {
  display: block;
}


@media print, screen and (min-width: 768px) and (max-width: 1800px) {
  .h-nav.is-fixed {
    padding: 26px 45px 26px 35px;
  }
}
@media print, screen and (min-width: 1801px) {
  .h-nav.is-fixed {
    padding: 26px 45px 26px 35px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-nav {
    padding: 25px 20px;
  }
}/*
@media print, screen and (min-width: 768px) and (max-width: 1800px) {
  .h-nav {
    padding: 45px 20px;
  }
}*/
@media print, screen and (min-width: 768px) {
  .h-nav {
    padding: 45px;
  }
}
.h-nav .h-nav__logo a {
  display: block;
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav .h-nav__logo {
    width: 40%;
    max-width: 126px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav .h-nav__logo {
    width: 15%;
  }
}
.h-nav .h-nav__main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1530px;
  margin-left: auto;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav .h-nav__main {
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav .h-nav__main {
    width: 85%;
  }
}
@media print, screen and (min-width: 768px)/* and (max-width: 1560px)*/ {
  .h-nav .h-nav__main {
    padding-right: 90px;
  }
}
.h-nav .h-nav__list,
.h-nav .h-sns {
  display: none;
}
.h-nav .h-nav__list li.menu-on {
  display: none;
}
.h-nav .h-nav__list li:nth-of-type(9),
.h-nav .h-nav__list li:nth-of-type(10),
.h-nav .h-nav__list li:nth-of-type(11),
.h-nav .h-nav__list li:nth-of-type(12) {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1760px) {
  .h-nav .h-nav__list li:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1761px) {
  .h-nav .h-nav__list li:not(:last-of-type) {
    margin-right: 30px;
  }
}
.h-nav .h-nav__list li:nth-of-type(9) {
    margin-right: 0;
}
.h-nav .h-nav__list li a {
  color: #fff;
  font-size: 18px;
}
@media print, screen and (min-width: 1561px) and (max-width:1800px) {
  .page-id-181.page .h-nav .h-nav__list li:not(:last-of-type) {
    margin-right: 12px;
  }
  .page-id-181.page .h-nav .h-nav__list li a {
    letter-spacing: 0;
}
}

/*.home .h-nav .h-nav__golf,
.page-id-332 .h-nav__golf,
.page-id-441 .h-nav__golf,
.page-id-477 .h-nav__golf,
.page-id-562 .h-nav__golf,
.page-id-185 .h-nav__golf,
.privacy-policy .h-nav__golf,
.single .h-nav__golf,
.archive .h-nav__golf,
.error404 .h-nav__golf {
  display: none;
}*/
.h-nav .h-nav__golf {
  position: relative;
  margin-right: 0;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav .h-nav__golf {
    width: 110px;
  }
  .h-nav .h-nav__golf p {
    font-size: 14px;
    background-size: 14px;
  }
  .h-nav .h-nav__golf p span {
    padding: 3px 0 3px 20px;
  }
  .h-nav .h-nav__golf p span::before {
    width: 4px;
    height: 4px;
    right: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav .h-nav__golf {
    width: 150px;
  }
  .h-nav .h-nav__golf p {
    font-size: 18px;
    background-size: 20px;
  }
  .h-nav .h-nav__golf p span {
    padding: 7px 0 7px 30px;
  }
  .h-nav .h-nav__golf p span::before {
    width: 7px;
    height: 7px;
    right: 5px;
  }
}
.h-nav .h-nav__golf p {
  color: #fff;
  position: relative;
  background-image: url(../images/common/golf_icon.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  cursor: pointer;
}
.h-nav .h-nav__golf p span {
  display: block;
  position: relative;
  font-weight: 600;
}
.h-nav .h-nav__golf p span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.h-nav .h-nav__golf:hover ul {
  transition: all 0.5s ease-out;
  opacity: 1;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav .h-nav__golf:hover ul {
    height: 165px;
  }
    footer .h-nav .h-nav__golf:hover ul {
    height: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav .h-nav__golf:hover ul {
    height: 230px;
  }
}
.h-nav .h-nav__golf ul {
  background-color: #fff;
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav .h-nav__golf ul li a {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav .h-nav__golf ul li a {
    font-size: 18px;
  }
}
.h-nav .h-nav__golf ul li {
  background-color: #fff;
}
.h-nav .h-nav__golf ul li a {
  font-weight: 600;
  color: #242424;
  transition: all 0.5s;
  display: block;
}
.h-nav .h-nav__golf ul li a:hover {
  background-color: #ddd;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav .h-nav__golf ul li a {
    padding: 7px 9px;
  }
footer .h-nav .h-nav__golf ul li a {
    padding: 10px 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav .h-nav__golf ul li a {
    padding: 10px;
  }
}
@media print, screen and (max-width: 767.9px) {
.h-nav .h-nav__golf {
  position: absolute;
    margin-right: 0;
    top: 55px;
    left: 20px;
}
.home .h-nav .h-nav__golf {
    top: 14px;
}
.home .h-nav.is-fixed .h-nav__golf {
    top: 55px;
}
.page-id-181 .p-header .p-header__bg::after {
  background-position: 35% 50%;
}
}

.h-nav .h-sns {
  margin: 0 15px;
}
.h-nav .h-sns li {
  display: inline-block;
}
.h-nav .h-sns li:not(:last-of-type) {
  margin-right: 5px;
}
.h-nav__rsv {
    display: none;
}
/*@media print, screen and (min-width: 768px) and (max-width: 1560px) {
.h-nav__rsv {
  position: absolute;
  top: 45px;
  right: 145px;
}
}*/
@media print, screen and (max-width: 767.9px) {
.h-nav__rsv {
  position: absolute;
  top: 13px;
  right: 80px;
  display: none;
}
}
.h-nav .h-nav__rsv a {
  display: block;
  font-weight: 600;
  text-align: right;
  color: #fff;
  position: relative;
  background-image: url(../images/common/calendar_icon.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
}
@media print, screen and (max-width: 767.9px) {
  .h-nav .h-nav__rsv a {
    width: 88px;
    font-size: 14px;
    padding: 3px 0 3px 20px;
    background-size: 14px;
    background-position: left 0 top 54%;
  }
}
@media print, screen and (min-width: 768px) {
  .h-nav .h-nav__rsv a {
    width: 110px;
    font-size: 18px;
    padding: 7px 0 7px 30px;
    background-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
.page-id-332 .h-nav,
.page-id-441 .h-nav,
.page-id-477 .h-nav,
.page-id-562 .h-nav,
.page-id-181 .h-nav,
.page-id-185 .h-nav,
.privacy-policy .h-nav,
.archive .h-nav,
.single .h-nav,
.error404 .h-nav {
    display: flex;
}
.archive .gtranslate_wrapper,
.single  .gtranslate_wrapper,
.error404 .gtranslate_wrapper{
  top: 58px;
  right: 315px;
}
}
@media print, screen and (max-width: 767.9px) {
.h-nav {
    padding: 24px 20px 64px;
}
}
.h-nav.h_move {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

/* -- mainvisualarea --
--------------------------------------------------------------　*/
#mainvisualarea {
  position: relative;
}
#mainvisualarea.is-on .mv_txt {
  filter: blur(0);
  opacity: 1;
}
#mainvisualarea.is-op .mv_txt {
  opacity: 0;
  transition: 1s cubic-bezier(0.17, 0.84, 0.44, 1) 0.5s;
}
#mainvisualarea .mv_txt {
  filter: blur(16px);
  transition-property: opacity, filter;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  #mainvisualarea .mv_txt {
    transition: 1s cubic-bezier(0.17, 0.84, 0.44, 1) 0.5s;
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisualarea .mv_txt {
    transition: 1s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
  }
}
#mainvisualarea .mv-slider .add-animation div {
  /*animation: p-mv-slider 8s linear 0s forwards;*/
  animation: zoom-out-anim 20s;
}
#mainvisualarea .mv-slider .mv-slider__img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#mainvisualarea .mv-slider .mv-slider__img div {
  /*width: calc(100% + 150px);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* -- pagetitle --
--------------------------------------------------------------　*/
.p-header {
  position: relative;
}
.p-header .p-header__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.p-header .p-header__bg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
  animation: zoom-out-anim 20s;
}
@media print, screen and (max-width: 767.9px) {
  .p-header .p-header__bg {
    height: 320px;
  }
  .p-header .p-header__bg h1 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .p-header .p-header__bg {
    height: 550px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header .p-header__bg h1 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 961px) {
  .p-header .p-header__bg {
    height: 700px;
  }
}
.p-header h1 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5em;
  text-shadow: 0 0 16px black, 0 0 16px black;
  text-shadow: 0 0 16px rgb(0 0 0 / 80%), 0 0 16px rgb(0 0 0 / 80%);
}
.p-header p {
  font-family: "Cinzel Decorative", cursive;
  color: rgba(233, 230, 220, 0.5);
  color: rgba(233, 230, 220, 0.8);
  /*olor: rgba(140, 130, 121, 0.6);*/
  position: absolute;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header p.appeartext span {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.p-header p.appeartext span:nth-child(1) {
  transition-delay: 0s;
}
.p-header p.appeartext span:nth-child(2) {
  transition-delay: 0.1s;
}
.p-header p.appeartext span:nth-child(3) {
  transition-delay: 0.2s;
}
.p-header p.appeartext span:nth-child(4) {
  transition-delay: 0.3s;
}
.p-header p.appeartext span:nth-child(5) {
  transition-delay: 0.4s;
}
.p-header p.appeartext span:nth-child(6) {
  transition-delay: 0.5s;
}
.p-header p.appeartext span:nth-child(7) {
  transition-delay: 0.6s;
}
.p-header p.appeartext span:nth-child(8) {
  transition-delay: 0.7s;
}
.p-header p.appeartext span:nth-child(9) {
  transition-delay: 0.8s;
}
.p-header p.appeartext span:nth-child(10) {
  transition-delay: 0.9s;
}
.p-header p span {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
  display: inline-block;
}
@media print, screen and (max-width: 767.9px) {
  .p-header p {
    font-size: 50px;
    bottom: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header p {
    font-size: 100px;
    bottom: -40px;
  }
}
.p-header .line_anime {
  top: 100%;
  right: 40%;
}
.p-header .line_anime.is-fade {
  transition-delay: 0.5s;
}
@media print, screen and (max-width: 767.9px) {
  .p-header .line_anime {
    width: 390px;
  }
}

/* -- search --
--------------------------------------------------------------　*/
  .h-search {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 10;
    display: none;
  }

@media print, screen and (min-width: 961px) {
.s-ov .h-search__cts,
.on-home .h-search__cts {
  transform: translateX(0);
}
.s-ov .h-search__btn,
.on-home .h-search__btn {
  transform: translateX(110px);
}
}
.h-search__btn {
  position: relative;
}
/*@media print, screen and (max-width: 960px) {
  .h-search__btn {
    display: none;
  }
}*/
  .h-search__btn {
    display: flex;
    align-items: flex-start;
    transition: all 0.5s;
  }
.h-search__btn a span,
.h-search__btn p {
  font-weight: 600;
  writing-mode: vertical-rl;
}
.h-search__btn a {
  display: block;
  background-color: #242424;
  color: #fff;
  text-align: center;
  width: 80px;
  height: 120px;
  font-size: 18px;
}
@media print, screen and (min-width: 961px) {
  .h-search__btn a:hover {
  opacity: 1;
}
}
.h-search__btn a span {
  padding-top: 35px;
  display: inline-block;
  background-image: url(../images/common/search_icon-wt.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 50% top 12px;
}
.h-search__btn p {
  font-size: 13px;
  background-color: #dbdbdb;
  padding: 9px 0;
}

.h-search__cts {
  background-color: #242424;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts {
    padding: 25px 20px 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-search__cts {
    padding: 30px 35px 30px 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .h-search__cts {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition-duration: 0.8s;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1200px) {
  .h-search__cts {
    width: 880px;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts {
    width: 1110px;
  }
}
.h-search__cts form {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form {
    max-width: 310px;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .h-search__cts form {
    max-width: 710px;
    margin: auto;
  }
}
@media print, screen and (max-width: 960px) {
  .h-search__cts form {
    flex-wrap: wrap;
  }
}
.h-search__cts form input,
.h-search__cts form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .set_date {
    width: 115px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .h-search__cts form .set_date {
    width: 135px;
  }
  .h-search__cts form .submit_btn {
    width: 140px;
  }
  .h-search__cts form .search_plan {
    width: 150px;
  }
}
@media print, screen and (max-width: 1200px) {
  .h-search__cts form .set_haku,
  .h-search__cts form .set_room,
  .h-search__cts form .set_num {
    width: 45px;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts form .set_date {
    width: 160px;
  }
  .h-search__cts form .set_haku,
  .h-search__cts form .set_room,
  .h-search__cts form .set_num {
    width: 60px;
  }
  .h-search__cts form .submit_btn,
  .h-search__cts form .search_plan {
    width: 180px;
  }
}
.h-search__cts form .set_date input {
  text-align: right;
  padding: 7px 0 7px 20px;
  letter-spacing: 0.1em;
}
.h-search__cts form .set_date .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .set_date .ui-datepicker-trigger {
    width: 15px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .set_date select,
  .h-search__cts form .set_date input,
  .h-search__cts form .set_haku select,
  .h-search__cts form .set_haku input,
  .h-search__cts form .set_room select,
  .h-search__cts form .set_room input,
  .h-search__cts form .set_num select,
  .h-search__cts form .set_num input {
    font-size: 15px;
  }
  .h-search__cts form .set_date p,
  .h-search__cts form .set_haku p,
  .h-search__cts form .set_room p,
  .h-search__cts form .set_num p {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .h-search__cts form .set_date select,
  .h-search__cts form .set_date input,
  .h-search__cts form .set_haku select,
  .h-search__cts form .set_haku input,
  .h-search__cts form .set_room select,
  .h-search__cts form .set_room input,
  .h-search__cts form .set_num select,
  .h-search__cts form .set_num input {
    font-size: 16px;
  }
  .h-search__cts form .set_date p,
  .h-search__cts form .set_haku p,
  .h-search__cts form .set_room p,
  .h-search__cts form .set_num p {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts form .set_date select,
  .h-search__cts form .set_date input,
  .h-search__cts form .set_haku select,
  .h-search__cts form .set_haku input,
  .h-search__cts form .set_room select,
  .h-search__cts form .set_room input,
  .h-search__cts form .set_num select,
  .h-search__cts form .set_num input {
    font-size: 20px;
  }
  .h-search__cts form .set_date p,
  .h-search__cts form .set_haku p,
  .h-search__cts form .set_room p,
  .h-search__cts form .set_num p {
    font-size: 14px;
  }
}
.h-search__cts form .set_date p,
.h-search__cts form .set_haku p,
.h-search__cts form .set_room p,
.h-search__cts form .set_num p {
  color: #bebebe;
  line-height: 1;
}
.h-search__cts form .set_date select,
.h-search__cts form .set_date input,
.h-search__cts form .set_haku select,
.h-search__cts form .set_haku input,
.h-search__cts form .set_room select,
.h-search__cts form .set_room input,
.h-search__cts form .set_num select,
.h-search__cts form .set_num input {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.h-search__cts form .set_date .set_inner,
.h-search__cts form .set_haku .set_inner,
.h-search__cts form .set_room .set_inner,
.h-search__cts form .set_num .set_inner {
  position: relative;
  border-bottom: solid 1px #fff;
}
.h-search__cts form .set_haku select,
.h-search__cts form .set_room select,
.h-search__cts form .set_num select {
  padding: 11px 7px;
}
.h-search__cts form .set_haku option,
.h-search__cts form .set_room option,
.h-search__cts form .set_num option {
  color: #242424;
}
.h-search__cts form .set_haku .set_inner::before,
.h-search__cts form .set_room .set_inner::before,
.h-search__cts form .set_num .set_inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 3px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .submit_btn {
    width: 100%;
    text-align: center;
    margin: 22px 0 13px;
  }
  .h-search__cts form .submit_btn input {
    max-width: 300px;
  }
}
.h-search__cts form .submit_btn input {
  font-weight: 600;
  background-color: #fff;
  line-height: 1;
  background-repeat: no-repeat;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .submit_btn input {
    font-size: 18px;
    background-position: left 88px top 50%;
    background-size: 20px;
    background-image: url(../images/common/search_icon-sp.svg);
    padding: 11px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-search__cts form .submit_btn input {
    background-size: 15px;
    background-image: url(../images/common/search_icon.svg);
    padding: 21px 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .h-search__cts form .submit_btn input {
    background-position: left 20px top 50%;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts form .submit_btn input {
    font-size: 18px;
    background-position: left 30px top 50%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .search_plan {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .h-search__cts form .search_plan p:nth-child(1) {
    width: 50%;
  }
  .h-search__cts form .search_plan p:nth-child(2) {
    width: calc(50% - 20px);
  }
}
.h-search__cts form .search_plan p:nth-child(1) {
  text-align: center;
  background-color: #8c8279;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .search_plan p:nth-child(1) a {
    padding: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-search__cts form .search_plan p:nth-child(1) a {
    padding: 5px 0 4px;
  }
}
.h-search__cts form .search_plan p:nth-child(2) {
  border-bottom: solid 1px #fff;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .search_plan p:nth-child(2) {
    margin: 3px 0;
  }
  .h-search__cts form .search_plan p:nth-child(2) a {
    padding: 3px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .h-search__cts form .search_plan p:nth-child(2) {
    margin-top: 4px;
  }
  .h-search__cts form .search_plan p:nth-child(2) a {
    padding: 2px 0;
  }
}
.h-search__cts form .search_plan p:nth-child(2) a {
  position: relative;
}
.h-search__cts form .search_plan p:nth-child(2) a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.h-search__cts form .search_plan p a {
  display: block;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .search_plan p a {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .h-search__cts form .search_plan p a {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts form .search_plan p a {
    font-size: 14px;
  }
}
.h-search__cts .bestrate {
  text-align: center;
  color: #fff;
}
.h-search__cts .bestrate .bestrate__inner {
  background-repeat: no-repeat;
  background-image: url(../images/common/search_left.png), url(../images/common/search_right.png);
  background-position: left 0 top 50%, right 0 top 50%;
}
@media print, screen and (min-width: 961px) and (max-width: 1200px) {
  .h-search__cts .bestrate .bestrate__inner {
    background-size: 19px;
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts .bestrate .bestrate__inner {
    background-size: 29px;
    padding: 0 35px;
  }
}
@media print, screen and (max-width: 960px) {
  .h-search__cts .bestrate {
    width: 100%;
    margin-bottom: 15px;
  }
  .h-search__cts .bestrate .bestrate__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    background-size: 29px;
    padding: 0 45px;
  }
}
.h-search__cts .bestrate h2,
.h-search__cts .bestrate p {
  line-height: 1.4;
}
.h-search__cts .bestrate h2 {
  font-weight: 600;
}
@media print, screen and (max-width: 960px) {
  .h-search__cts .bestrate h2 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1200px) {
  .h-search__cts .bestrate h2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts .bestrate h2 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1200px) {
  .h-search__cts .bestrate p {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 1201px) {
  .h-search__cts .bestrate p {
    font-size: 12px;
  }
}
.h-search__cts .bestrate p small {
  color: #8e8e8e;
  font-weight: 400;
}
@media print, screen and (max-width: 960px) {
  .h-search__cts .bestrate p small {
    font-size: 11px;
  }
}
.h-search__cts .bestrate p span {
  font-weight: 600;
}
@media print, screen and (max-width: 960px) {
  .h-search__cts .bestrate p span {
    font-size: 12px;
  }
}

@media print, screen and (max-width: 960px) {
  .home .h-search__cts,
  .page-id-332 .h-search__cts,
  .page-id-441 .h-search__cts,
  .page-id-477 .h-search__cts,
  .page-id-562 .h-search__cts,
  .page-id-181 .h-search__cts,
  .page-id-185 .h-search__cts,
  .privacy-policy .h-search__cts,
  .archive .h-search__cts,
  .single  .h-search__cts,
  .error404 .h-search__cts {
      display: none;
  }
  }

.h-search__btn a span {
  font-size: 16px;
  font-weight: 400;
}
@media print, screen and (max-width: 960px) {
.h-search__btn a span {
  background-image: url(../images/common/calendar_icon.svg);
}
}
@media print, screen and (max-width: 767.9px) {
.h-search__btn p {
  font-size: 11px;
}
.h-search__btn a {
  width: 60px;
  height: 100px;
}
.h-search__btn a span {
  background-image: url(../images/common/calendar_icon.svg);
  background-size: 14px;
  font-size: 14px;
  padding-top: 31px;
  background-position: left 50% top 10px;
}
  }
  @media only screen and (max-width: 767.9px) {
    .h-search__btn a span.pcview {
        display: none;
    }
    }
    @media only screen and (min-width: 768px) {
    .h-search__btn a span.sp_taview {
        display: none;
    }
    }

/* -- footer --
--------------------------------------------------------------*/
footer {
  background-color: #242424;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  footer {
    padding: 35px 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 90px 20px 30px;
  }
}
footer a {
  color: #fff;
}
footer .f-wrap {
  max-width: 1720px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  footer .f-wrap {
    display: flex;
    justify-content: space-between;
  }
  footer .f-wrap .f-wrap__left {
    width: 30%;
  }
  footer .f-wrap .f-wrap__right {
    width: 65%;
  }
}
@media print, screen and (max-width: 767.9px) {
  footer .f-wrap__left {
    text-align: center;
  }
}
footer .f-wrap__right {
  max-width: 900px;
}
@media print, screen and (min-width: 768px) {
  footer .f-wrap__right {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  footer .f-wrap__right {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 1161px) {
  footer .f-wrap__right {
    flex-direction: row-reverse;
  }
  footer .f-wrap__right nav {
    width: calc(100% - 200px);
  }
  footer .f-wrap__right .f-rsv__sns {
    width: 200px;
  }
}
footer .f-logo {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767.9px) {
  footer .f-data p {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .f-data p {
    font-size: 14px;
  }
}
footer .f-data p.tel span {
  display: inline-block;
  padding: 0 2px;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  footer .f-data p.tel span {
    display: none;
  }
}
footer .f-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 520px) {
  footer .f-nav {
    height: 210px;
    max-width: 320px;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 767.9px) {
  footer .f-nav {
    height: 150px;
    max-width: 500px;
  }
}
@media print, screen and (max-width: 767.9px) {
  footer .f-nav {
    margin: auto;
    align-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  footer .f-nav {
    height: 180px;
  }
}
footer .f-nav li {
  margin-bottom: 0.7em;
}
footer .f-nav li a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  footer .f-nav li a {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  footer .f-nav li a {
    font-size: 14px;
  }
}
footer .f-nav li a::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  footer .f-rsv__sns {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  footer .f-sns {
    text-align: center;
    margin: 15px 0 25px;
  }
}
footer .f-sns li {
  display: inline-block;
}
footer .f-sns li:not(:last-of-type) {
  margin-right: 5px;
}
footer .f-rsv {
  margin-bottom: 20px;
}
footer .f-rsv a {
  text-align: center;
  display: block;
  font-weight: 600;
  background-color: #8c8279;
  line-height: 2;
}
@media print, screen and (max-width: 767.9px) {
footer .f-rsv {
  margin-top: 20px;
}
  footer .f-rsv a {
    margin: auto;
  }
}
@media print, screen and (max-width: 767.9px) {
  footer .f-rsv a {
    font-size: 14px;
    padding: 6px 10px;
    max-width: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .f-rsv a {
    font-size: 18px;
    padding: 12px 10px;
    max-width: 200px;
  }
}
footer .f-rsv a span {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../images/common/calendar_icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 0 top 50%;
}
footer .f-wrap__btm {
  text-align: center;
  color: #b8b8b8;
}
@media print, screen and (max-width: 767.9px) {
  footer .f-wrap__btm {
    font-size: 11px;
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .f-wrap__btm {
    font-size: 13px;
    margin-top: 90px;
  }
}
footer .f-wrap__btm ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 767.9px) {
  footer .f-wrap__btm ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .f-wrap__btm ul li {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  footer .f-wrap__btm ul {
    margin-bottom: 20px;
  }
}
footer .f-wrap__btm ul li {
  line-height: 1;
}
footer .f-wrap__btm ul li:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #b8b8b8;
}
footer .f-wrap__btm ul li a {
  color: #b8b8b8;
  display: inline-block;
}

/* -- framework && common --
--------------------------------------------------------------　*/
.line_ov:hover {
  opacity: 1;
}
.line_ov::before, .line_ov::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line_ov::before, .line_ov:hover::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.line_ov::after, .line_ov:hover::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #fff;
}

.com-line a {
  display: inline-block;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .com-line a {
    font-size: 14px;
    padding-left: 35px;
  }
  .com-line a::before, .com-line a::after {
    width: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .com-line a {
    font-size: 18px;
    padding-left: 65px;
  }
  .com-line a::before, .com-line a::after {
    width: 50px;
  }
}
.com-line a::before, .com-line a::after {
  content: "";
  display: block;
  height: 1px;
  background: #adadad;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.com-line a::before, .com-line a:hover::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.com-line a::after, .com-line a:hover::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #adadad;
}
.t-news .com-line a::before, .t-news .com-line a::after {
  background: #d4d4d4;
}
.t-news .com-line a::after, .t-news .com-line a:hover::before {
  background: #d4d4d4;
}
.en-com__ttl {
  font-family: "Cinzel Decorative", cursive;
  color: #adadad;
}
.t-rooms .en-com__ttl,
.t-stay .en-com__ttl {
  color: #a0a0a0;
}
@media print, screen and (max-width: 767.9px) {
  .en-com__ttl {
    margin-bottom: 30px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .en-com__ttl {
    margin-bottom: 55px;
    font-size: 14px;
  }
}

.line_anime {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.line_anime.is-fade {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: all 3.5s;
}

main {
  overflow: hidden;
}

/* -- front-page --
--------------------------------------------------------------　*/
.t-rooms {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms .line_anime {
    width: 380px;
    bottom: -250px;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .t-rooms .line_anime {
    bottom: 0;
    right: 150px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-rooms {
    padding-bottom: 250px;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-rooms {
    padding: 120px 0 250px;
    position: relative;
  }
  .t-rooms.is-fade::before {
    right: 0;
    transition-delay: 0.5s;
  }
  .t-rooms::before {
    width: 80%;
    height: 60%;
    content: "";
    background-color: #f2efe7;
    z-index: -1;
    position: absolute;
    top: 0;
    right: -100%;
    transition: all 1.5s;
  }
}

@media print, screen and (max-width: 767.9px) {
  .t-rooms__001,
  .t-rooms__002 {
    height: 840px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-rooms__001,
  .t-rooms__002 {
    height: 780px;
  }
}

.t-rooms__001 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__001 li:nth-child(-n+4) .program-panel-text p.program-panel__title {
    font-size: 18px;
  }
  .t-rooms__001 li:nth-child(-n+4) .program-panel-text p.program-panel__prefix {
    transform: scale(0.8);
  }
/*  .t-rooms__001 li:nth-child(-n+4) .program-panel-text p.program-panel__behavior {
    transform: scale(0.8);
  }*/
  .t-rooms__001 li:nth-child(n+5) .program-panel-text p.program-panel__title {
    font-size: 13px;
  }
  .t-rooms__001 li:nth-child(n+5) .program-panel-text p.program-panel__prefix {
    transform: scale(0.7);
    white-space: nowrap;
  }
.t-rooms__001 li:nth-child(n+5) .program-panel-text p.program-panel__behavior {
    /*transform: scale(0.7);*/
    white-space: nowrap;
    font-size: 7px;
        letter-spacing: 0;
  }
}
@media print, screen and (max-width: 1460px) {
  .t-rooms__001 li:nth-child(-n+4) {
    width: 50%;
    height: 36%;
  }
  .t-rooms__001 li:nth-child(n+5) {
    width: 33.3%;
    height: 28%;
  }
  .t-rooms__001 li:nth-child(5) {
    width: 33.4%;
  }
}
@media print, screen and (min-width: 1461px) {
  .t-rooms__001 {
    flex-direction: column;
  }
  .t-rooms__001 li:nth-child(-n+4) {
    width: 38%;
    height: 50%;
  }
  .t-rooms__001 li:nth-child(n+5) {
    width: 24%;
    height: 33.3%;
  }
  .t-rooms__001 li:nth-child(5) {
    height: 33.4%;
  }
}
@media print, screen and (max-width: 767px) {
.t-rooms__001 li:nth-child(-n+4) {
  width: 100%;
  height: 22%;
}
.t-rooms__001 li:nth-child(n+5) {
  height: 13%;
}
}
@media print, screen and (min-width: 961px) {
  .t-rooms__001 li.is-passive .program-panel__bg, .t-rooms__001 li.is-active .program-panel__bg {
    opacity: 0;
  }
  .t-rooms__001 li.is-active a::before {
    opacity: 1;
  }
  .t-rooms__001 li.is-passive .program-panel-text p {
    opacity: 0.3;
  }
  .t-rooms__001 li:hover .program-panel-text p.program-panel__behavior {
    opacity: 1;
  }
}
.t-rooms__001 li:nth-child(1) .program-panel__bg {
  background-image: url(../images/top/top_room_premium01.webp);
}
.t-rooms__001 li:nth-child(2) .program-panel__bg {
  background-image: url(../images/top/top_room_konpeki01.webp);
}
.t-rooms__001 li:nth-child(3) .program-panel__bg {
  background-image: url(../images/top/top_room_momiji01.webp);
}
.t-rooms__001 li:nth-child(4) .program-panel__bg {
  background-image: url(../images/top/top_room_ginkai01.webp);
}
.t-rooms__001 li:nth-child(5) .program-panel__bg {
  background-image: url(../images/top/top_room_twin01.webp);
}
.t-rooms__001 li:nth-child(6) .program-panel__bg {
  background-image: url(../images/top/top_room_jw01.webp);
}
.t-rooms__001 li:nth-child(7) .program-panel__bg {
  background-image: url(../images/top/top_room_japanese01.webp);
}
.t-rooms__001 li a {
  display: block;
  height: 100%;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .t-rooms__001 li a:hover {
    opacity: 1;
  }
  .t-rooms__001 li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.8s;
  }
}
.t-rooms__001 li a:hover .program-panel-text p.program-panel__open::before {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.t-rooms__001 li a:hover .program-panel-text p.program-panel__open::after {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #adadad;
}
.t-rooms__001 li .program-panel__bg {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.t-rooms__001 li .program-panel-text {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.t-rooms__001 li .program-panel-text p {
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__001 li .program-panel-text p {
    text-align: center;
  }
  .t-rooms__001 li .program-panel-text p.program-panel__open {
    font-size: 11px;
    top: 5px;
    left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-rooms__001 li .program-panel-text p.program-panel__open {
    font-size: 14px;
    top: 10px;
    left: 10px;
  }
  .t-rooms__001 li .program-panel-text p.program-panel__title {
    font-size: 28px;
  }
  .t-rooms__001 li .program-panel-text p.program-panel__behavior {
    font-size: 15px;
  }
}
.t-rooms__001 li .program-panel-text p.program-panel__open {
  position: absolute;
  padding-left: 20px;
}
.t-rooms__001 li .program-panel-text p.program-panel__open::before,
.t-rooms__001 li .program-panel-text p.program-panel__open::after {
  content: "";
  display: block;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
}
.t-rooms__001 li .program-panel-text p.program-panel__open::before {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.t-rooms__001 li .program-panel-text p.program-panel__open::after {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #d4d4d4;
}




.t-rooms__001 li .program-panel-text p.program-panel__prefix {
  font-family: "Cinzel Decorative", cursive;
  font-weight: bold;
  font-size: 10px;
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__001 li .program-panel-text p.program-panel__behavior {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 961px) {
  .t-rooms__001 li .program-panel-text p.program-panel__behavior {
    transition: opacity 0.8s;
    opacity: 0;
  }
}

@media print, screen and (max-width: 960px) {
  .t-rooms__002 {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .t-rooms__002 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }
  .t-rooms__002 li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-indent: -9999px;
  }
  .t-rooms__002 li.bg-on {
    opacity: 1;
  }
  .t-rooms__002 li:nth-child(1) {
     background-image: url(../images/top/top_room_premium02.webp);
  }
  .t-rooms__002 li:nth-child(2) {
      background-image: url(../images/top/top_room_konpeki02.webp);
  }
  .t-rooms__002 li:nth-child(3) {
      background-image: url(../images/top/top_room_momiji02.webp);
  }
  .t-rooms__002 li:nth-child(4) {
    background-image: url(../images/top/top_room_ginkai02.webp)
  }
  .t-rooms__002 li:nth-child(5) {
    background-image: url(../images/top/top_room_twin02.webp);
  }
  .t-rooms__002 li:nth-child(6) {
    background-image: url(../images/top/top_room_jw02.webp);
  }
  .t-rooms__002 li:nth-child(7) {
    background-image: url(../images/top/top_room_japanese02.webp);
  }
}

@media print, screen and (max-width: 767.9px) {
  .t-rooms__top {
    padding: 30px 18px 0;
  }
  .t-rooms__top::before {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .t-rooms__top {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-rooms__top {
    padding: 80px 20px 0;
  }
  .t-rooms__top::before {
    width: 90%;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-rooms__top {
    position: relative;
  }
  .t-rooms__top::before {
    height: 90%;
    content: "";
    background-color: #f2efe7;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-rooms__top {
    display: flex;
    justify-content: space-between;
  }
  .t-rooms__top .t-rooms__sp {
    display: none;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1460px) {
  .t-rooms__top .t-rooms__img {
    width: 60%;
  }
  .t-rooms__top .t-rooms__main {
    width: 40%;
  }
}
@media print, screen and (min-width: 1461px) {
  .t-rooms__top .t-rooms__img {
    width: 68%;
  }
  .t-rooms__top .t-rooms__main {
    width: 32%;
  }
}
.t-rooms__top .t-rooms__img {
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.t-rooms__top .t-rooms__img.is-fade {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__top .t-rooms__sp {
    margin-left: 2px;
  }
  .t-rooms__top .t-rooms__sp .t-rooms__ttl {
    margin-left: 25px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-rooms__top .t-rooms__sp {
    margin-left: 12%;
  }
}
.t-rooms__top .t-rooms__main {
  padding: 0 20px 0 45px;
}
@media print, screen and (max-width: 1160px) {
  .t-rooms__top .t-rooms__main .en-com__ttl,
  .t-rooms__top .t-rooms__main .t-rooms__ttl {
    display: none;
  }
}
.t-rooms__top .t-rooms__main.is-fade .en-com__ttl,
.t-rooms__top .t-rooms__main.is-fade .t-rooms__ttl,
.t-rooms__top .t-rooms__main.is-fade .txt p,
.t-rooms__top .t-rooms__main.is-fade .com-line {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 1160px) {
  .t-rooms__top .t-rooms__main.is-fade .en-com__ttl,
  .t-rooms__top .t-rooms__main.is-fade .t-rooms__ttl,
  .t-rooms__top .t-rooms__main.is-fade .txt p,
  .t-rooms__top .t-rooms__main.is-fade .com-line {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-rooms__top .t-rooms__main.is-fade .en-com__ttl,
  .t-rooms__top .t-rooms__main.is-fade .t-rooms__ttl,
  .t-rooms__top .t-rooms__main.is-fade .txt p,
  .t-rooms__top .t-rooms__main.is-fade .com-line {
    transform: translateX(0);
  }
}
.t-rooms__top .t-rooms__main.is-fade .t-rooms__ttl {
  transition-delay: 0.3s;
}
.t-rooms__top .t-rooms__main.is-fade .txt p:nth-child(1) {
  transition-delay: 0.6s;
}
.t-rooms__top .t-rooms__main.is-fade .txt p:nth-child(2) {
  transition-delay: 0.9s;
}
.t-rooms__top .t-rooms__main.is-fade .com-line {
  transition-delay: 1.2s;
}
.t-rooms__top .t-rooms__main .en-com__ttl,
.t-rooms__top .t-rooms__main .t-rooms__ttl,
.t-rooms__top .t-rooms__main .txt p,
.t-rooms__top .t-rooms__main .com-line {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
@media print, screen and (max-width: 1160px) {
  .t-rooms__top .t-rooms__main .en-com__ttl,
  .t-rooms__top .t-rooms__main .t-rooms__ttl,
  .t-rooms__top .t-rooms__main .txt p,
  .t-rooms__top .t-rooms__main .com-line {
    transform: translateY(30px);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-rooms__top .t-rooms__main .en-com__ttl,
  .t-rooms__top .t-rooms__main .t-rooms__ttl,
  .t-rooms__top .t-rooms__main .txt p,
  .t-rooms__top .t-rooms__main .com-line {
    transform: translateX(100px);
  }
}
@media print, screen and (max-width: 1160px) {
  .t-rooms__top .t-rooms__inner {
    max-width: 600px;
    margin: 45px auto 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-rooms__top .t-rooms__inner {
    max-width: 460px;
    margin: auto;
  }
}
@media print, screen and (max-width: 1460px) {
  .t-rooms__top .t-rooms__inner .txt .res_br {
    display: none;
  }
}
.t-rooms__top .t-rooms__inner .txt p {
  line-height: 2.1;
}
@media print, screen and (min-width: 961px) {
  .t-rooms__top .t-rooms__inner .txt p {
    font-size: 18px;
  }
}
.t-rooms__top .t-rooms__inner .com-line {
  margin-top: 1em;
}
.t-rooms__top .t-rooms__ttl {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__top .t-rooms__ttl h2 {
    font-size: 21px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-rooms__top .t-rooms__ttl h2 {
    font-size: 35px;
  }
}
.t-rooms__top .t-rooms__ttl p {
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .t-rooms__top .t-rooms__ttl p {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .t-rooms__btm {
    padding: 0 20px;
  }
}
.t-rooms__btm ul {
  max-width: 1900px;
  margin: 0 0 0 auto;
}
.t-rooms__btm ul.is-fade li {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.t-rooms__btm ul.is-fade li:nth-child(1) {
  transition-delay: 0.3s;
}
.t-rooms__btm ul.is-fade li:nth-child(2) {
  transition-delay: 0.6s;
}
.t-rooms__btm ul.is-fade li:nth-child(3) {
  transition-delay: 0.9s;
}
.t-rooms__btm ul li {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
@media print, screen and (min-width: 768px) {
  .t-rooms__btm ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
  .t-rooms__btm ul li:nth-child(1) {
    width: 22%;
    max-width: 400px;
  }
  .t-rooms__btm ul li:nth-child(2) {
    width: 22%;
    max-width: 400px;
    padding-top: 32.7em;
    position: relative;
    right: -14.2em;
  }
  .t-rooms__btm ul li:nth-child(3) {
    width: 55%;
    max-width: 1000px;
    padding-top: 11em;
    position: relative;
    right: -6.2em;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
.t-rooms__btm ul li:nth-child(1) {
  width: 24%;
}
.t-rooms__btm ul li:nth-child(2) {
  width: 21%;
  padding-top: 26em;
  right: -9em;
}
.t-rooms__btm ul li:nth-child(3) {
  padding-top: 8em;
  right: -3em;
}
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .t-rooms__btm ul {
    padding-right: 45px;
  }
}
@media print, screen and (min-width: 1261px) {
  .t-rooms__btm ul {
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__btm ul li {
    position: relative;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__btm ul li:nth-child(1) {
    width: 25%;
    max-width: 170px;
    padding-right: 10px;
    margin-left: auto;
    z-index: 1;
  }
}
@media print, screen and (max-width: 560px) {
  .t-rooms__btm ul li:nth-child(2) {
    margin-top: -55px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 767.9px) {
  .t-rooms__btm ul li:nth-child(2) {
    margin-top: -110px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-rooms__btm ul li:nth-child(2) {
    width: 94%;
    max-width: 700px;
  }
}
@media print, screen and (max-width: 1160px) {
.t-rooms__btm {
  padding: 0 20px 0 0;
}
.t-rooms__btm ul {
  flex-wrap: wrap;
  justify-content: space-around;
}
.t-rooms__btm ul li:nth-child(1) {
  width: 38%;
}
.t-rooms__btm ul li:nth-child(2) {
  width: 38%;
  padding-top: 15em;
  right: unset;
  left: 4em;
}
.t-rooms__btm ul li:nth-child(3) {
  width: 93%;
  padding-top: 7em;
  right: unset;
  margin-right: auto;
}
}
@media print, screen and (max-width: 767.9px) {
.t-rooms__btm {
  padding: 15px 20px 0 0;
}
.t-rooms__btm ul {
  justify-content: space-between;
}
.t-rooms__btm ul li:nth-child(1) {
  max-width: 155px;
  width: 44%;
  padding-right: 0;
}
.t-rooms__btm ul li:nth-child(2) {
  max-width: 175px;
  padding-top: 0;
  left: 20px;
  width: 49%;
}
.t-rooms__btm ul li:nth-child(3) {
  max-width: 350px;
  padding-top: 2.5em;
}
}
@media print, screen and (min-width: 1921px) {
  .t-rooms__btm ul {
    margin: 80px auto 0;
}
}

.t-concept {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-concept {
    padding: 40px 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept {
    padding: 150px 0 50px;
  }
}
.t-concept .line_anime.la-left {
  top: 0;
}
.t-concept .line_anime.is-fade.la-left, .t-concept .line_anime.is-fade.la-right {
  transition-delay: 0.5s;
}
@media print, screen and (max-width: 767.9px) {
  .t-concept .line_anime.la-left {
    width: 390px;
    right: 35px;
  }
  .t-concept .line_anime.la-right {
    width: 447px;
    top: 45%;
    left: -35px;
  }
  .t-concept .line_anime.la-btm {
    width: 390px;
    bottom: -50px;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept .line_anime.la-left {
    left: -35px;
  }
  .t-concept .line_anime.la-right {
    right: -35px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-concept .line_anime.la-right {
    top: 40%;
  }
  .t-concept .line_anime.la-btm {
    bottom: -100px;
    left: 5%;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-concept .line_anime.la-right {
    top: 10%;
  }
  .t-concept .line_anime.la-btm {
    bottom: -180px;
    left: 12%;
  }
}

.t-concept__slide {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.t-concept__slide.is-fade {
  opacity: 1;
  filter: blur(0);
  /*transition-delay: 0.5s;*/
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__slide {
    width: calc(100vw - 80px);
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-concept__slide {
    width: 700px;
    margin: 50px auto 0;
  }
}
.t-concept__slide .slick-dots {
  position: relative;
  bottom: 0;
  text-align: right;
}
.t-concept__slide .slick-dots li {
  margin: 0;
}
.t-concept__slide .slick-dots li.slick-active button:before {
  transform: scale(1);
}
.t-concept__slide .slick-dots li button:before {
  transform: scale(0.6);
}
.t-concept__slide .t-grid__slider {
  width: 100%;
  height: 100%;
}
.t-concept__slide .t-grid__slider .slick-slide {
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__slide .t-grid__slider .slick-slide {
    height: calc(100vw - 80px) !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-concept__slide .t-grid__slider .slick-slide {
    height: 620px !important;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1620px) {
  .t-concept__slide .t-grid__slider .slick-slide {
    height: 47vw !important;
  }
}
@media print, screen and (min-width: 1621px) {
  .t-concept__slide .t-grid__slider .slick-slide {
    height: 620px !important;
  }
}
.t-concept__slide .t-grid__slider .slick-track {
  display: flex;
}
.t-concept__slide .t-grid__slider .g-num3 {
  width: 100%;
  height: 100%;
}
.t-concept__slide .slick-animation .gridLine-main,
.t-concept__slide .slick-animation .gridLine-sub {
  transform: scale(1) !important;
}
.t-concept__slide .slick-animation .gridLine-sub__in::before, .t-concept__slide .slick-animation .gridLine-sub__in::after {
  transform: scale(1) !important;
}
.t-concept__slide .gridLine-main {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(1.07, 0);
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__slide .gridLine-main {
    height: 10px;
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__slide .gridLine-main {
    height: 20px;
    margin-top: -10px;
  }
}
.t-concept__slide .grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t-concept__slide .grid.g-num1 .grid-01 .gridLine-sub {
  left: 32%;
}
.t-concept__slide .grid.g-num2 .grid-01,
.t-concept__slide .grid.g-num2 .grid-02 {
  flex-direction: row-reverse;
}
.t-concept__slide .grid.g-num2 .grid-01 .gridLine-sub {
  right: 32%;
}
.t-concept__slide .grid-01,
.t-concept__slide .grid-02 {
  position: relative;
  display: flex;
  height: 50%;
}
.t-concept__slide .grid-01 .grid-img:nth-child(1) {
  width: 32%;
}
.t-concept__slide .grid-01 .grid-img:nth-child(2) {
  width: 68%;
}
.t-concept__slide .grid-01 .gridLine-sub {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(0, 1.07);
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__slide .grid-01 .gridLine-sub {
    width: 10px;
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__slide .grid-01 .gridLine-sub {
    width: 20px;
    margin-left: -10px;
  }
}
.t-concept__slide .grid-02 > .grid-img,
.t-concept__slide .grid-02 .grid-wrap {
  width: 50%;
}
.t-concept__slide .grid-02 .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.t-concept__slide .grid-02 .grid-wrap .grid-img {
  width: 50%;
}
.t-concept__slide .grid-02 .gridLine-sub {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(0, 1.07);
  transition-delay: 200ms;
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__slide .grid-02 .gridLine-sub {
    width: 10px;
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__slide .grid-02 .gridLine-sub {
    width: 20px;
    margin-left: -10px;
  }
}
.t-concept__slide .grid-02 .gridLine-sub__in::before, .t-concept__slide .grid-02 .gridLine-sub__in::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 200ms;
}
.t-concept__slide .grid-02 .gridLine-sub__in::before {
  left: 0;
  top: 50%;
  width: 100%;
  transform: scale(1.07, 0);
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__slide .grid-02 .gridLine-sub__in::before {
    height: 10px;
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__slide .grid-02 .gridLine-sub__in::before {
    height: 20px;
    margin-top: -10px;
  }
}
.t-concept__slide .grid-02 .gridLine-sub__in:after {
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -10px;
  transform: scale(0, 1.07);
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__slide .grid-02 .gridLine-sub__in:after {
    width: 10px;
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__slide .grid-02 .gridLine-sub__in:after {
    width: 20px;
    margin-left: -10px;
  }
}
.t-concept__slide .grid-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (max-width: 767.9px) {
  .t-concept__top {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__top {
    max-width: 1620px;
    margin: 0 auto 70px;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-concept__top .res_pc {
    display: none;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-concept__top {
    display: flex;
  }
  .t-concept__top .t-concept__main,
  .t-concept__top .t-concept__slide {
    width: 50%;
  }
  .t-concept__top .res_sp {
    display: none;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1620px) {
  .t-concept__top .t-concept__main {
    padding-left: 20px;
  }
}
.t-concept__top .t-concept__main.is-fade .en-com__ttl,
.t-concept__top .t-concept__main.is-fade h1,
.t-concept__top .t-concept__main.is-fade h2,
.t-concept__top .t-concept__main.is-fade .txt p {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 1160px) {
  .t-concept__top .t-concept__main.is-fade .en-com__ttl,
  .t-concept__top .t-concept__main.is-fade h1,
  .t-concept__top .t-concept__main.is-fade h2,
  .t-concept__top .t-concept__main.is-fade .txt p {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-concept__top .t-concept__main.is-fade .en-com__ttl,
  .t-concept__top .t-concept__main.is-fade h1,
  .t-concept__top .t-concept__main.is-fade h2,
  .t-concept__top .t-concept__main.is-fade .txt p {
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
.t-concept__top .t-concept__main.is-fade h1 {
  transition-delay: 0.3s;
}
.t-concept__top .t-concept__main.is-fade h2 {
  transition-delay: 0.6s;
}
.t-concept__top .t-concept__main.is-fade .txt p:nth-child(1) {
  transition-delay: 0.9s;
}
.t-concept__top .t-concept__main.is-fade .txt p:nth-child(2) {
  transition-delay: 1.2s;
}
}
@media print, screen and (max-width: 767.9px) {
.t-concept__top .t-concept__main.is-fade h1 {
  transition-delay: 0s;
}
.t-concept__top .t-concept__main.is-fade h2 {
  transition-delay: 0.1s;
}
.t-concept__top .t-concept__main.is-fade .txt p:nth-child(1) {
  transition-delay: 0.2s;
}
.t-concept__top .t-concept__main.is-fade .txt p:nth-child(2) {
  transition-delay: 0.3s;
}
}
.t-concept__top .t-concept__main .en-com__ttl,
.t-concept__top .t-concept__main h1,
.t-concept__top .t-concept__main h2,
.t-concept__top .t-concept__main .txt p {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
@media print, screen and (max-width: 1160px) {
  .t-concept__top .t-concept__main .en-com__ttl,
  .t-concept__top .t-concept__main h1,
  .t-concept__top .t-concept__main h2,
  .t-concept__top .t-concept__main .txt p {
    transform: translateY(30px);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-concept__top .t-concept__main .en-com__ttl,
  .t-concept__top .t-concept__main h1,
  .t-concept__top .t-concept__main h2,
  .t-concept__top .t-concept__main .txt p {
    transform: translateX(-100px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-concept__top .t-concept__main {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1620px) {
  .t-concept__top .t-concept__slide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1621px) {
  .t-concept__top .t-concept__slide {
    padding-left: 40px;
    padding-right: 115px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__top .t-concept__ttl {
    margin-bottom: 40px;
  }
  .t-concept__top .t-concept__ttl h1 {
    font-size: 14px;
  }
  .t-concept__top .t-concept__ttl h2 {
    font-size: 21px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__top .t-concept__ttl {
    margin-bottom: 35px;
  }
  .t-concept__top .t-concept__ttl h1 {
    font-size: 24px;
  }
  .t-concept__top .t-concept__ttl h2 {
    font-size: 35px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__top .concept__inner {
    margin: 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__top .concept__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.t-concept__top .concept__inner .txt p {
  line-height: 2;
}
.t-concept__top .concept__inner .txt p:not(:last-of-type) {
  margin-bottom: 2em;
}
@media print, screen and (max-width: 767.9px) {
.t-concept__top .concept__inner .txt {
  margin-bottom: 2em;
}
.t-concept__top .concept__inner .txt p {
  margin-bottom: 0!important;
}
.concept__inner.res_sp p {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
.concept__inner.res_sp.is-fade p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.concept__inner.res_sp.is-fade p:nth-of-type(2) {
  transition-delay: 0.1s;
}
.concept__inner.res_sp.is-fade p:nth-of-type(3) {
  transition-delay: 0.2s;
}
}

.t-concept__btm {
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.t-concept__btm.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.t-concept__btm .t-concept__btm__img {
  max-width: 80%;
  margin: auto;
}
.t-concept__btm .loop_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-concept__btm .loop_wrap {
    height: 60px;
    margin-top: -35px;
  }
  .t-concept__btm .loop_wrap p {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-concept__btm .loop_wrap {
    height: 150px;
    margin-top: -90px;
  }
  .t-concept__btm .loop_wrap p {
    font-size: 150px;
  }
}
.t-concept__btm .loop_wrap p {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  color: #e9e6dc;
  color: rgba(223, 230, 220, 0.5);
  line-height: 1;
  font-family: "Cinzel Decorative", cursive;
}
.t-concept__btm .loop_wrap p:nth-child(odd) {
  animation: loop 300s -150s linear infinite;
}
.t-concept__btm .loop_wrap p:nth-child(even) {
  animation: loop2 300s linear infinite;
}

.t-stay {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .line_anime.la-top {
    width: 489px;
    top: -90px;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay .line_anime.la-top {
    top: -150px;
    right: 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .line_anime.la-btm {
    width: 420px;
    bottom: -230px;
    left: -35px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay .line_anime.la-btm {
    bottom: -550px;
    right: 0;
  }
}
.t-stay .line_anime.is-fade {
  transition-delay: 1s;
}
@media print, screen and (max-width: 767.9px) {
  .t-stay {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay {
    padding-top: 105px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1660px) {
  .t-stay {
    padding-right: 45px;
  }
}
@media print, screen and (min-width: 1661px) {
  .t-stay {
    padding-right: 100px;
  }
}
.t-stay .t-stay__wrap {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .t-stay__wrap {
    padding: 45px 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-stay .t-stay__wrap {
    padding: 100px 20px 140px;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap {
    padding: 100px 0 140px;
  }
}
.t-stay .t-stay__wrap.is-fade::before {
  left: 0;
  transition-delay: 0.5s;
}
.t-stay .t-stay__wrap::before {
  content: "";
  background-color: #f2efe7;
  z-index: -2;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 1.5s;
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap::before {
    width: 100%;
    height: 60%;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap::before {
    width: 90%;
    height: 100%;
  }
}
.t-stay .t-stay__wrap h2 {
  line-height: 1.6;
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .t-stay__wrap h2 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay .t-stay__wrap h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay .t-stay__wrap h2 {
    font-size: 35px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .t-stay .t-stay__wrap h2 {
    font-size: 2.2vw;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap h2 .res_br {
    display: none;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap {
    display: flex;
    justify-content: space-between;
  }
  .t-stay .t-stay__wrap .t-stay__main {
    width: 28.5%;
  }
  .t-stay .t-stay__wrap .t-stay__img {
    width: 71.5%;
  }
  .t-stay .t-stay__wrap .t-stay__inner {
    max-width: 420px;
    margin-left: auto;
  }
  .t-stay .t-stay__wrap .t-stay__txt {
    position: absolute;
    bottom: 60px;
    left: 60px;
  }
}
.t-stay .t-stay__wrap .t-stay__img {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 1.3s;
}
.t-stay .t-stay__wrap .t-stay__img.is-fade {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .t-stay .t-stay__wrap .t-stay__main {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1461px) {
  .t-stay .t-stay__wrap .t-stay__main {
    padding-left: 45px;
  }
}
.t-stay .t-stay__wrap .t-stay__main.is-fade .en-com__ttl,
.t-stay .t-stay__wrap .t-stay__main.is-fade h2,
.t-stay .t-stay__wrap .t-stay__main.is-fade .t-stay__thumb,
.t-stay .t-stay__wrap .t-stay__main.is-fade .time li {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__main.is-fade .en-com__ttl,
  .t-stay .t-stay__wrap .t-stay__main.is-fade h2,
  .t-stay .t-stay__wrap .t-stay__main.is-fade .t-stay__thumb,
  .t-stay .t-stay__wrap .t-stay__main.is-fade .time li {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__main.is-fade .en-com__ttl,
  .t-stay .t-stay__wrap .t-stay__main.is-fade h2,
  .t-stay .t-stay__wrap .t-stay__main.is-fade .t-stay__thumb,
  .t-stay .t-stay__wrap .t-stay__main.is-fade .time li {
    transform: translateX(0);
  }
}
.t-stay .t-stay__wrap .t-stay__main.is-fade h2 {
  transition-delay: 0.3s;
}
.t-stay .t-stay__wrap .t-stay__main.is-fade .time li:nth-child(1) {
  transition-delay: 0.6s;
}
.t-stay .t-stay__wrap .t-stay__main.is-fade .time li:nth-child(2) {
  transition-delay: 1.0s;
}
.t-stay .t-stay__wrap .t-stay__main.is-fade .t-stay__thumb {
  transition-delay: 0.9s;
}
.t-stay .t-stay__wrap .t-stay__main .en-com__ttl,
.t-stay .t-stay__wrap .t-stay__main h2,
.t-stay .t-stay__wrap .t-stay__main .t-stay__thumb,
.t-stay .t-stay__wrap .t-stay__main .time li {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__main .en-com__ttl,
  .t-stay .t-stay__wrap .t-stay__main h2,
  .t-stay .t-stay__wrap .t-stay__main .t-stay__thumb,
  .t-stay .t-stay__wrap .t-stay__main .time li {
    transform: translateY(30px);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__main .en-com__ttl,
  .t-stay .t-stay__wrap .t-stay__main h2,
  .t-stay .t-stay__wrap .t-stay__main .t-stay__thumb,
  .t-stay .t-stay__wrap .t-stay__main .time li {
    transform: translateX(-100px);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__txt h3,
  .t-stay .t-stay__wrap .t-stay__txt p {
    color: #fff;
    text-shadow: 0px 0px 9.2px rgba(0, 0, 0, 0.9);
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .t-stay__wrap .t-stay__txt h3 {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay .t-stay__wrap .t-stay__txt h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .t-stay__wrap .t-stay__txt p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay .t-stay__wrap .t-stay__txt p {
    font-size: 15px;
  }
}
.t-stay .t-stay__wrap .t-stay__slider .slick-prev,
.t-stay .t-stay__wrap .t-stay__slider .slick-next {
  z-index: 1;
}
@media print, screen and (max-width: 960px) {
  .t-stay .t-stay__wrap .t-stay__slider .slick-prev,
  .t-stay .t-stay__wrap .t-stay__slider .slick-next {
    top: 30%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .t-stay__wrap .t-stay__slider .slick-prev,
  .t-stay .t-stay__wrap .t-stay__slider .slick-next {
    width: 20px;
    height: 35px;
  }
  .t-stay .t-stay__wrap .t-stay__slider .slick-prev::before,
  .t-stay .t-stay__wrap .t-stay__slider .slick-next::before {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-stay .t-stay__wrap .t-stay__slider .slick-prev,
  .t-stay .t-stay__wrap .t-stay__slider .slick-next {
    width: 40px;
    height: 70px;
  }
  .t-stay .t-stay__wrap .t-stay__slider .slick-prev::before,
  .t-stay .t-stay__wrap .t-stay__slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
.t-stay .t-stay__wrap .t-stay__slider .slick-prev::before,
.t-stay .t-stay__wrap .t-stay__slider .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  transform: rotate(45deg);
}
.t-stay .t-stay__wrap .t-stay__slider .slick-prev::before {
  left: 12px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
.t-stay .t-stay__wrap .t-stay__slider .slick-next::before {
  right: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__slider .slick-prev {
    left: 7px;
  }
  .t-stay .t-stay__wrap .t-stay__slider .slick-next {
    right: 7px;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__slider .slick-prev {
    left: 20px;
  }
  .t-stay .t-stay__wrap .t-stay__slider .slick-next {
    right: 20px;
  }
}
.t-stay .t-stay__wrap .t-stay__slider li {
  position: relative;
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__slider li {
    background: none !important;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__slider li {
    height: 750px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .t-stay .t-stay__wrap .t-stay__slider li .main_img {
    display: none;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .t-stay__wrap .main_img {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .t-stay .t-stay__wrap .main_img {
    margin-bottom: 20px;
  }
}
.t-stay .t-stay__wrap .t-stay__dots {
  position: relative;
  margin-left: 25px;
}
@media print, screen and (max-width: 560px) {
  .t-stay .t-stay__wrap .t-stay__dots {
    max-width: 370px;
    padding: 10px 20px 12px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots {
    max-width: 630px;
    padding: 10px 20px 20px;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots {
    margin: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__dots {
    padding: 47px 0 35px;
  }
}
.t-stay .t-stay__wrap .t-stay__dots .time li {
  position: absolute;
}
@media print, screen and (max-width: 767.9px) {
  .t-stay .t-stay__wrap .t-stay__dots .time li {
    width: 30px;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .time li {
    top: 0;
  }
  .t-stay .t-stay__wrap .t-stay__dots .time li:nth-child(1) {
    left: 0;
  }
  .t-stay .t-stay__wrap .t-stay__dots .time li:nth-child(2) {
    right: 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__dots .time li {
    left: 0;
  }
  .t-stay .t-stay__wrap .t-stay__dots .time li:nth-child(1) {
    top: 0;
  }
  .t-stay .t-stay__wrap .t-stay__dots .time li:nth-child(2) {
    bottom: 0;
  }
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb {
  position: relative;
}
@media print, screen and (min-width: 391px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::before, .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::after {
    content: "";
    position: absolute;
    background-color: #c5c0bb;
  }
}
@media print, screen and (max-width: 560px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb {
    max-width: 270px;
    margin: auto;
    padding: 0 12px 12px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb {
    max-width: 365px;
    margin: auto;
    padding: 0 20px 20px;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::before, .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::after {
    top: 10px;
    height: 1px;
    width: 20px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::before {
    left: 0;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::after {
    right: 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb {
    max-width: 280px;
    padding: 20px 15px 20px 0;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::before, .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::after {
    left: 20px;
    width: 1px;
    height: 20px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::before {
    top: 0;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb::after {
    bottom: 0;
  }
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb .slick-list {
  overflow: visible;
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb .slick-track {
  transform: unset !important;
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb .slick-track {
    display: flex;
    justify-content: space-between;
  }
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li {
  position: relative;
  float: none;
  cursor: pointer;
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li::before {
  content: "";
  position: absolute;
  background-color: #c5c0bb;
}
@media print, screen and (max-width: 560px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li {
    font-size: 11px;
    height: 100px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li::before {
    width: calc(100% + 10px);
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li:not(:last-of-type) {
    margin-right: 5px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li:last-of-type::before {
    width: 100%;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li {
    font-size: 15px;
    height: 188px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li::before {
    width: calc(100% + 22px);
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li:not(:last-of-type) {
    margin-right: 16px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li:last-of-type::before {
    width: 100%;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li {
    width: auto !important;
    writing-mode: vertical-rl;
    padding-top: 20px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li::before {
    height: 1px;
    top: 10px;
    left: 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li {
    width: 100% !important;
    font-size: 17px;
    padding-left: 72px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li::before {
    width: 1px;
    height: calc(100% + 12px);
    top: 0;
    left: 20px;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li:last-of-type::before {
    height: 100%;
  }
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li.slick-current {
  background-color: #fff;
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li.slick-current::after {
  content: "";
  position: absolute;
  background-color: #242424;
  border-radius: 50%;
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li.slick-current::after {
    top: 7px;
  }
}
@media print, screen and (max-width: 1160px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li.slick-current::after {
    width: 7px;
    height: 7px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li.slick-current::after {
    width: 11px;
    height: 11px;
    top: 10px;
    left: 15px;
  }
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb .slick-track {
    margin-left: 0!important;
}
}

.t-bnr__link {
  position: relative;
  z-index: 1;
}
.t-bnr__link .t-plan__ttl {
    text-align: center;
}
.t-bnr__link .t-plan__ttl p {
    margin-bottom: 25px;
}
.t-bnr__link .t-plan__ttl h2 + p {
  font-weight: 400;
}
@media print, screen and (min-width: 1401px) {
.t-bnr__link .t-plan__ttl h2 {
    font-size: 35px;
}
.t-bnr__link .t-plan__ttl h2 + p {
    font-size: 24px;
}
}
@media print, screen and (max-width: 1400px) and (min-width: 768px) {
.t-bnr__link .t-plan__ttl h2 {
    font-size: 28px;
}
}
@media print, screen and (max-width: 1400px) and (min-width: 1161px) {
.t-bnr__link .t-plan__ttl h2 + P {
    font-size: 20px;
}
}
@media print, screen and (max-width: 1160px) and (min-width: 768px) {
.t-bnr__link .t-plan__ttl h2 + p {
    font-size: 20px;
}
}
@media print, screen and (min-width: 768px) {
.t-bnr__link .t-plan__ttl {
    margin-bottom: 60px;
}
.t-bnr__link .t-plan__ttl h2 {
    line-height: 1.55;
}
.t-bnr__link .t-plan__ttl h2 + p {
    line-height: 3;     
}
}
@media print, screen and (max-width: 767.9px) {
.t-bnr__link .t-plan__ttl {
    margin-bottom: 30px;
}
.t-bnr__link .t-plan__ttl h2 {
    font-size: 21px;
}
.t-bnr__link .t-plan__ttl h2 + p {
    margin-bottom: 50px;      
  }
}
@media print, screen and (min-width: 961px) {
  .t-bnr__link ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.t-bnr__link ul li {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.t-bnr__link ul li.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.t-bnr__link ul li.is-fade:nth-child(2) {
  transition-delay: 0.3s;
}
.t-bnr__link ul li.is-fade:nth-child(3) {
  transition-delay: 0.6s;
}
.t-bnr__link ul li.is-fade:nth-child(4) {
  transition-delay: 0.9s;
}
.t-bnr__link ul li.is-fade:nth-child(5) {
  transition-delay: 1.2s;
}
.t-bnr__link ul li {
  position: relative;
  overflow: hidden;
}
.t-bnr__link ul li:hover::before {
  filter: blur(10px);
}
.t-bnr__link ul li:hover::after {
  opacity: 1;
  transform: scale(1);
}
.t-bnr__link ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  z-index: -1;
  transform: scale(1.1);
}
.t-bnr__link ul li::after {
  content: "";
  position: absolute;
  transform: scale(1.04);
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
@media print, screen and (max-width: 767.9px) {
  .t-bnr__link ul li::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 6px;
    top: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-bnr__link ul li::after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    left: 12px;
    top: 12px;
  }
}
@media print, screen and (max-width: 960px) {
  .t-bnr__link ul li:first-of-type::before {
    background-image: url(../images/sp/top/top_hotspring_img.webp);
  }
  .t-bnr__link ul li:nth-child(2)::before {
    background-image: url(../images/sp/top/top_restaurant_img.webp);
  }
  .t-bnr__link ul li:nth-child(3)::before {
    background-image: url(../images/sp/top/top_golf_img.webp);
  }
  .t-bnr__link ul li:nth-child(4)::before {
    background-image: url(../images/sp/top/top_facilities_img.webp);
  }
  .t-bnr__link ul li:nth-child(5)::before {
    background-image: url(../images/sp/top/top_spa_img.webp);
  }
}
@media print, screen and (min-width: 961px) {
  .t-bnr__link ul li:nth-child(-n+2) {
    width: 100%;
  }
  .t-bnr__link ul li:nth-child(n+3) {
    width: 33.333%;
  }
  .t-bnr__link ul li:first-of-type::before {
    background-image: url(../images/top/top_hotspring_img.webp);
  }
  .t-bnr__link ul li:nth-child(2)::before {
    background-image: url(../images/top/top_restaurant_img.webp);
  }
  .t-bnr__link ul li:nth-child(3)::before {
    background-image: url(../images/top/top_golf_img.webp);
  }
  .t-bnr__link ul li:nth-child(4)::before {
    background-image: url(../images/top/top_facilities_img.webp);
  }
  .t-bnr__link ul li:nth-child(5)::before {
    background-image: url(../images/top/top_spa_img.webp);
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1220px) {
  .t-bnr__link ul li:nth-child(n+3) .t-bnr__link__inner .t-bnr__link__ttl p {
    font-size: 15px;
  }
  .t-bnr__link ul li:nth-child(n+3) .t-bnr__link__inner .t-bnr__link__ttl h2 {
    font-size: 22px;
  }
}
.t-bnr__link ul li a {
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .t-bnr__link ul li a {
    height: 250px;
    display: block;
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-bnr__link ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .t-bnr__link ul li a {
    height: 300px;
  }
}
@media print, screen and (min-width: 961px) {
  .t-bnr__link ul li a {
    height: 460px;
  }
}
.t-bnr__link ul li a:hover {
  opacity: 1;
}
.t-bnr__link ul li a:hover p.t-bnr__link__more span::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.t-bnr__link ul li a:hover p.t-bnr__link__more span::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #adadad;
}
.t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl {
  padding: 35px 0 30px;
}
.t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl p {
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media print, screen and (max-width: 767.9px) {
  .t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl p {
    font-size: 14px;
  }
  .t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl h2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl p {
    font-size: 18px;
  }
  .t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl h2 {
    font-size: 28px;
  }
}
.t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span {
  display: inline-block;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span {
    font-size: 14px;
    padding-left: 35px;
  }
  .t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::before, .t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::after {
    width: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span {
    font-size: 18px;
    padding-left: 65px;
  }
  .t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::before, .t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::after {
    width: 50px;
  }
}
.t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::before, .t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::after {
  content: "";
  display: block;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::before {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span::after {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #d4d4d4;
}
.t-bnr__link .t-bnr__link__inner p.ttl_en {
  font-size: 10px;
  font-family: "Cinzel Decorative", cursive;
  color: #dadada;
  font-weight: bold;
}

.t-bnr__btm ul {
  display: flex;
}
.t-bnr__btm ul li {
  width: 33.333%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.t-bnr__btm ul li.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.t-bnr__btm ul li.is-fade:nth-child(2) {
  transition-delay: 0.3s;
}
.t-bnr__btm ul li.is-fade:nth-child(3) {
  transition-delay: 0.6s;
}
.t-bnr__btm ul li:hover::before {
  filter: blur(10px);
}
.t-bnr__btm ul li:hover::after {
  opacity: 1;
  transform: scale(1);
}
.t-bnr__btm ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  z-index: -1;
  transform: scale(1.1);
}
.t-bnr__btm ul li::after {
  content: "";
  position: absolute;
  transform: scale(1.04);
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
@media print, screen and (max-width: 767.9px) {
  .t-bnr__btm ul li::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 6px;
    top: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-bnr__btm ul li::after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    left: 12px;
    top: 12px;
  }
}
.t-bnr__btm ul li:first-of-type::before {
  background-image: url(../images/top/top_link_access.webp);
}
.t-bnr__btm ul li:nth-child(2)::before {
  background-image: url(../images/top/top_link_sigthseeing.webp);
}
.t-bnr__btm ul li:nth-child(3)::before {
  background-image: url(../images/top/top_link_group.webp);
}
.t-bnr__btm ul li a {
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
.t-bnr__btm ul li:nth-child(2)::before {
    background-position-x: left;
}
  .t-bnr__btm ul li a {
    height: 140px;
    display: block;
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-bnr__btm ul li a {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.t-bnr__btm ul li a:hover {
  opacity: 1;
}
.t-bnr__btm .t-bnr__btm__inner p {
  line-height: 1.5;
}
@media print, screen and (max-width: 767.9px) {
  .t-bnr__btm .t-bnr__btm__inner p.ttl_en {
    margin-bottom: 1.5em;
  }
  .t-bnr__btm .t-bnr__btm__inner p.ttl_main {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-bnr__btm .t-bnr__btm__inner p.ttl_en {
    margin-bottom: 2em;
  }
  .t-bnr__btm .t-bnr__btm__inner p.ttl_main {
    font-size: 22px;
  }
}
.t-bnr__btm .t-bnr__btm__inner p.ttl_en {
  font-size: 10px;
  font-family: "Cinzel Decorative", cursive;
  color: #dadada;
}
.t-bnr__btm .t-bnr__btm__inner p.ttl_main {
  color: #f6f4ef;
}

@media print, screen and (max-width: 767.9px) {
  .t-plan {
    padding: 45px 0 0;
  }
  .t-plan .t-plan__ttl {
    margin-bottom: 30px;
  }
  .t-plan .t-plan__ttl h2 {
    font-size: 21px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-plan {
    padding: 85px 20px 140px;
  }
  .t-plan .t-plan__ttl {
    margin-bottom: 60px;
  }
  .t-plan .t-plan__ttl h2 {
    font-size: 35px;
  }
}
.t-plan .t-plan__ttl {
  text-align: center;
}
.t-plan .t-plan__ttl p {
  margin-bottom: 25px;
}
.t-plan .t-plan__wrap {
  max-width: 1400px;
  margin: auto;
}
.t-plan .t-plan__wrap .slick-prev,
.t-plan .t-plan__wrap .slick-next {
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  .t-plan .t-plan__wrap .slick-prev,
  .t-plan .t-plan__wrap .slick-next {
    width: 20px;
    height: 35px;
    top: 30%;
  }
  .t-plan .t-plan__wrap .slick-prev::before,
  .t-plan .t-plan__wrap .slick-next::before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    transform: rotate(45deg);
  }
}
.t-plan .t-plan__wrap .slick-prev {
  left: 20vw;
}
.t-plan .t-plan__wrap .slick-next {
  right: 20vw;
}
.t-plan .t-plan__wrap .slick-prev::before {
  left: 12px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
.t-plan .t-plan__wrap .slick-next::before {
  right: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media print, screen and (max-width: 767.9px) {
  .t-plan .t-plan__wrap .t-plan__slider {
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-plan .t-plan__wrap .t-plan__slider {
    display: flex;
    justify-content: space-between;
  }
}
.t-plan .t-plan__wrap .t-plan__slider li {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
  position: relative;
}
.t-plan .t-plan__wrap .t-plan__slider li::before, .t-plan .t-plan__wrap .t-plan__slider li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.t-plan .t-plan__wrap .t-plan__slider li::before, .t-plan .t-plan__wrap .t-plan__slider li:hover::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.t-plan .t-plan__wrap .t-plan__slider li::after, .t-plan .t-plan__wrap .t-plan__slider li:hover::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #d4d4d4;
}
.t-plan .t-plan__wrap .t-plan__slider li.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  .t-plan .t-plan__wrap .t-plan__slider li.is-fade:nth-child(2) {
    transition-delay: 0.3s;
  }
  .t-plan .t-plan__wrap .t-plan__slider li.is-fade:nth-child(3) {
    transition-delay: 0.6s;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-plan .t-plan__wrap .t-plan__slider li.slick-slide {
    margin: 0 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .t-plan .t-plan__wrap .t-plan__slider li {
    width: 30%;
  }
}
@media print, screen and (min-width: 1261px) {
  .t-plan .t-plan__wrap .t-plan__slider li {
    width: 28.5%;
  }
}
.t-plan .t-plan__wrap .t-plan__slider li a {
  display: block;
  padding-bottom: 25px;
  position: relative;
}
.t-plan .t-plan__wrap .t-plan__slider li a::before {
  position: absolute;
  bottom: 10px;
  right: 7px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #242424;
  border-right: 1px solid #242424;
  transform: rotate(45deg);
}
@media print, screen and (max-width: 767.9px) {
  .t-plan .t-plan__wrap .t-plan__slider li a h3 {
    font-size: 16px;
  }
  .t-plan .t-plan__wrap .t-plan__slider li a h3,
  .t-plan .t-plan__wrap .t-plan__slider li a .txt {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-plan .t-plan__wrap .t-plan__slider li a h3 {
    font-size: 18px;
  }
  .t-plan .t-plan__wrap .t-plan__slider li a h3,
  .t-plan .t-plan__wrap .t-plan__slider li a .txt {
    margin-top: 12px;
  }
}
.t-plan .t-plan__wrap .t-plan__slider li a .txt {
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (max-width: 767.9px) {
  .t-plan .t-plan__wrap .t-plan__slider li a .txt {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .t-plan .t-plan__wrap .t-plan__slider li a .txt {
    display: none;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-plan .t-plan__wrap .t-plan__slider li .p-img {
    position: relative;
  }
  .t-plan .t-plan__wrap .t-plan__slider li .p-img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .t-plan .t-plan__wrap .t-plan__slider li .p-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-plan .t-plan__link a {
    font-size: 14px;
    max-width: 200px;
    padding: 13px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-plan .t-plan__link {
    margin-top: 65px;
  }
  .t-plan .t-plan__link a {
    font-size: 18px;
    max-width: 300px;
    padding: 21px 10px;
  }
}
.t-plan .t-plan__link a {
  text-align: center;
  margin: auto;
  display: block;
  line-height: 1;
  background-color: #8c8279;
  color: #fff;
}
@media print, screen and (min-width: 1661px) {
.t-instagram {
  padding: 0 100px;
}
}
@media print, screen and (min-width: 1161px) and (max-width: 1660px) {
.t-instagram {
  padding: 0 20px;
}
}
@media print, screen and (max-width: 767.9px) {
  .t-instagram #sb_instagram #sbi_load {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-instagram #sb_instagram #sbi_load {
    margin-top: 50px;
  }
}
.t-instagram #sb_instagram #sbi_load .sbi_load_btn {
  background: transparent !important;
  display: inline-block;
  position: relative;
}
.t-instagram #sb_instagram #sbi_load .sbi_load_btn:hover {
  background: transparent !important;
  box-shadow: none !important;
}
@media print, screen and (max-width: 767.9px) {
  .t-instagram #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 14px;
    padding-left: 35px;
  }
  .t-instagram #sb_instagram #sbi_load .sbi_load_btn::before, .t-instagram #sb_instagram #sbi_load .sbi_load_btn::after {
    width: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-instagram #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 18px;
    padding-left: 65px;
  }
  .t-instagram #sb_instagram #sbi_load .sbi_load_btn::before, .t-instagram #sb_instagram #sbi_load .sbi_load_btn::after {
    width: 50px;
  }
}
.t-instagram #sb_instagram #sbi_load .sbi_load_btn::before, .t-instagram #sb_instagram #sbi_load .sbi_load_btn::after {
  content: "";
  display: block;
  height: 1px;
  background: #adadad;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.t-instagram #sb_instagram #sbi_load .sbi_load_btn::before, .t-instagram #sb_instagram #sbi_load .sbi_load_btn:hover::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.t-instagram #sb_instagram #sbi_load .sbi_load_btn::after, .t-instagram #sb_instagram #sbi_load .sbi_load_btn:hover::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  background: #adadad;
}
@media print, screen and (max-width: 767.9px) {
  .t-instagram .line_anime {
    width: 493px;
    top: -250px;
    right: -35px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-instagram .line_anime {
    top: -350px;
    right: -35px;
  }
}
.t-instagram .line_anime.is-fade {
  transition-delay: 0.5s;
}
.t-instagram .t-instagram__wrap {
  position: relative;
}
.t-instagram .t-instagram__wrap.is-fade::before {
  opacity: 1;
  filter: blur(0);
  transition-delay: 1s;
}
.t-instagram .t-instagram__wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #f2efe7;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
@media print, screen and (max-width: 767.9px) {
  .t-instagram .t-instagram__wrap {
    padding: 40px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-instagram .t-instagram__wrap {
    padding: 140px 20px 130px;
  }
}
.t-instagram .t-instagram__ttl {
  text-align: center;
  background-position: left 50% top 0;
  background-image: url(../images/common/instagram_bk_icon.svg);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .t-instagram .t-instagram__ttl {
    background-size: 12px;
    padding-top: 23px;
    margin-bottom: 30px;
  }
  .t-instagram .t-instagram__ttl h2 {
    font-size: 17px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-instagram .t-instagram__ttl {
    background-size: 24px;
    padding-top: 45px;
    margin-bottom: 85px;
  }
  .t-instagram .t-instagram__ttl h2 {
    font-size: 25px;
  }
}
.t-instagram .t-instagram__ttl h2 {
  font-weight: 400;
  font-family: "Cinzel Decorative", cursive;
}
.t-instagram .t-instagram__inner {
  max-width: 1070px;
  margin: auto;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.t-instagram .t-instagram__inner.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.t-news {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .t-news .line_anime {
    width: 356px;
    bottom: -140px;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .t-news .line_anime {
    bottom: 0;
    left: -75px;
  }
}
.t-news .line_anime.is-fade {
  transition-delay: 0.5s;
}
@media print, screen and (max-width: 767.9px) {
  .t-news {
    padding: 60px 20px 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-news {
    padding: 150px 20px 200px;
  }
}

.t-news__wrap {
  max-width: 1520px;
  margin: auto;
}
@media print, screen and (max-width: 1060px) {
  .t-news__wrap .pc_res {
    display: none;
  }
}
@media print, screen and (min-width: 1061px) {
  .t-news__wrap {
    display: flex;
    justify-content: space-between;
  }
  .t-news__wrap .sp_res {
    display: none;
  }
  .t-news__wrap .t-news__ttl {
    width: 34%;
  }
  .t-news__wrap .t-news__main {
    width: 66%;
  }
}
.t-news__wrap .t-news__ttl.is-fade .en-com__ttl,
.t-news__wrap .t-news__ttl.is-fade h2,
.t-news__wrap .t-news__ttl.is-fade .com-line {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 1160px) {
  .t-news__wrap .t-news__ttl.is-fade .en-com__ttl,
  .t-news__wrap .t-news__ttl.is-fade h2,
  .t-news__wrap .t-news__ttl.is-fade .com-line {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-news__wrap .t-news__ttl.is-fade .en-com__ttl,
  .t-news__wrap .t-news__ttl.is-fade h2,
  .t-news__wrap .t-news__ttl.is-fade .com-line {
    transform: translateX(0);
  }
}
.t-news__wrap .t-news__ttl.is-fade h2 {
  transition-delay: 0.3s;
}
.t-news__wrap .t-news__ttl.is-fade .com-line {
  transition-delay: 0.6s;
}
.t-news__wrap .t-news__ttl .en-com__ttl,
.t-news__wrap .t-news__ttl h2,
.t-news__wrap .t-news__ttl .com-line {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
@media print, screen and (max-width: 1160px) {
  .t-news__wrap .t-news__ttl .en-com__ttl,
  .t-news__wrap .t-news__ttl h2,
  .t-news__wrap .t-news__ttl .com-line {
    transform: translateY(30px);
  }
}
@media print, screen and (min-width: 1161px) {
  .t-news__wrap .t-news__ttl .en-com__ttl,
  .t-news__wrap .t-news__ttl h2,
  .t-news__wrap .t-news__ttl .com-line {
    transform: translateX(-100px);
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-news__wrap .com-line {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .t-news__wrap .com-line {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 1060px) {
  .t-news__wrap .com-line {
    text-align: center;
  }
}
@media print, screen and (max-width: 767.9px) {
  .t-news__wrap h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .t-news__wrap h2 small {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-news__wrap h2 {
    font-size: 35px;
    margin-bottom: 70px;
  }
  .t-news__wrap h2 small {
    font-size: 24px;
  }
}
.t-news__wrap h2 small {
  display: block;
}
.t-news__wrap .t-news__main {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.t-news__wrap .t-news__main.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.t-news__wrap .t-news__main li {
  border-bottom: solid 1px #d4d4d4;
}
.t-news__wrap .t-news__main li:first-of-type {
  border-top: solid 1px #d4d4d4;
}
.t-news__wrap .t-news__main li a {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767.9px) {
  .t-news__wrap .t-news__main li a {
    padding: 13px 0;
  }
  .t-news__wrap .t-news__main li a .t-news__img {
    width: 36%;
  }
  .t-news__wrap .t-news__main li a .t-news__txt {
    width: 64%;
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-news__wrap .t-news__main li a {
    padding: 25px 0;
  }
  .t-news__wrap .t-news__main li a .t-news__img {
    width: 24%;
  }
  .t-news__wrap .t-news__main li a .t-news__txt {
    width: 76%;
    padding-left: 30px;
  }
}
.t-news__wrap .t-news__main li a .t-news__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (max-width: 767.9px) {
  .t-news__wrap .t-news__main li a .t-news__txt dt {
    font-size: 13px;
  }
  .t-news__wrap .t-news__main li a .t-news__txt dd {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .t-news__wrap .t-news__main li a .t-news__txt dt {
    font-size: 17px;
  }
  .t-news__wrap .t-news__main li a .t-news__txt dd {
    font-size: 14px;
  }
}

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */
.p-tag.is-fade h2, .p-tag.is-fade h3 {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.p-tag h2,
.p-tag h3 {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
.p-tag h2.h2_ct {
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .p-tag h2 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-tag h2 {
    font-size: 35px;
  }
}
.p-tag h2 span {
  color: #adadad;
  font-size: 14px;
  display: block;
  font-family: "Cinzel Decorative", cursive;
}
@media print, screen and (max-width: 767.9px) {
  .p-tag h3 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-tag h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.9px) {
  main.page .p_50 {
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  main.page .p_50 {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767.9px) {
  main.page .p_80 {
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 768px) {
  main.page .p_80 {
    padding: 40px 0;
  }
}
/* -- padrts --
--------------------------------------------------------------　*/
/* ---------------------------------　*/
.txt_area .com-line {
  margin-top: 1.5em;
}

.txt_imgarea.img_left01 .txt_area .txt p,
.txt_imgarea.img_right01 .txt_area .txt p,
.txt_imgarea.img_top01 .txt_area .txt p,
.slidethumb_txt.img_left01 .txt_area .txt p,
.slidethumb_txt.img_right01 .txt_area .txt p,
.slide_thumb .txt_area .txt p {
  line-height: 2.1;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 h4,
  .txt_imgarea.img_left01 .txt_area .txt p,
  .txt_imgarea.img_right01 h4,
  .txt_imgarea.img_right01 .txt_area .txt p,
  .txt_imgarea.img_top01 h4,
  .txt_imgarea.img_top01 .txt_area .txt p,
  .slidethumb_txt.img_left01 h4,
  .slidethumb_txt.img_left01 .txt_area .txt p,
  .slidethumb_txt.img_right01 h4,
  .slidethumb_txt.img_right01 .txt_area .txt p,
  .slide_thumb h4,
  .slide_thumb .txt_area .txt p {
    margin-bottom: 1em;
  }
  .txt_imgarea.img_left01 h4,
  .txt_imgarea.img_right01 h4,
  .txt_imgarea.img_top01 h4,
  .slidethumb_txt.img_left01 h4,
  .slidethumb_txt.img_right01 h4,
  .slide_thumb h4 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 h4,
  .txt_imgarea.img_left01 .txt_area .txt p,
  .txt_imgarea.img_right01 h4,
  .txt_imgarea.img_right01 .txt_area .txt p,
  .txt_imgarea.img_top01 h4,
  .txt_imgarea.img_top01 .txt_area .txt p,
  .slidethumb_txt.img_left01 h4,
  .slidethumb_txt.img_left01 .txt_area .txt p,
  .slidethumb_txt.img_right01 h4,
  .slidethumb_txt.img_right01 .txt_area .txt p,
  .slide_thumb h4,
  .slide_thumb .txt_area .txt p {
    margin-bottom: 1.5em;
  }
  .txt_imgarea.img_left01 h4,
  .txt_imgarea.img_right01 h4,
  .txt_imgarea.img_top01 h4,
  .slidethumb_txt.img_left01 h4,
  .slidethumb_txt.img_right01 h4,
  .slide_thumb h4 {
    font-size: 35px;
  }
  .txt_imgarea.img_left01 .txt_area .txt p,
  .txt_imgarea.img_right01 .txt_area .txt p,
  .txt_imgarea.img_top01 .txt_area .txt p,
  .slidethumb_txt.img_left01 .txt_area .txt p,
  .slidethumb_txt.img_right01 .txt_area .txt p,
  .slide_thumb .txt_area .txt p {
    font-size: 18px;
  }
}

.txt_imgarea {
  position: relative;
}
.txt_imgarea .line_anime {
  display: none;
}
.txt_imgarea.img_right01 .line_anime {
  left: 0;
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_right01 > ul > li {
    flex-direction: row-reverse;
  }
  .txt_imgarea.img_right01 > ul > li .txt_area {
    padding: 20px 20px 20px 0;
  }
  .txt_imgarea.img_right01 > ul > li .txt_area h4,
  .txt_imgarea.img_right01 > ul > li .txt_area .txt p,
  .txt_imgarea.img_right01 > ul > li .txt_area .txt .com-line {
    transform: translateX(-100px);
  }
}
.txt_imgarea.img_left01 .line_anime {
  right: 0;
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 > ul > li .txt_area {
    padding: 20px 0 20px 30px;
  }
  .txt_imgarea.img_left01 > ul > li .txt_area h4,
  .txt_imgarea.img_left01 > ul > li .txt_area .txt p,
  .txt_imgarea.img_left01 > ul > li .txt_area .txt .com-line {
    transform: translateX(100px);
  }
}
.txt_imgarea.img_left01 .line_anime.line01, .txt_imgarea.img_right01 .line_anime.line01 {
  display: block;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 .line_anime.line01, .txt_imgarea.img_right01 .line_anime.line01 {
    width: 447px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01 .line_anime.line01, .txt_imgarea.img_right01 .line_anime.line01 {
    top: 50%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .txt_imgarea.img_left01 .line_anime.line01, .txt_imgarea.img_right01 .line_anime.line01 {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_left01 .line_anime.line01, .txt_imgarea.img_right01 .line_anime.line01 {
    bottom: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 .txt_area__inner, .txt_imgarea.img_right01 .txt_area__inner {
    max-width: 530px;
  }
}
@media print, screen and (max-width: 1260px) and (min-width:961px) {
  .txt_imgarea.img_left01, .txt_imgarea.img_right01 {
    padding: 50px 30px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01, .txt_imgarea.img_right01 {
    padding: 50px 20px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01, .txt_imgarea.img_right01 {
    padding: 30px 20px 0;
  }
  }
@media print, screen and (min-width: 1261px) {
  .txt_imgarea.img_left01, .txt_imgarea.img_right01 {
    padding: 50px;
  }
}
.txt_imgarea.img_left01.is-fade > ul > li .img_area, .txt_imgarea.img_right01.is-fade > ul > li .img_area {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.txt_imgarea.img_left01.is-fade > ul > li .txt_area h4,
.txt_imgarea.img_left01.is-fade > ul > li .txt_area .txt p,
.txt_imgarea.img_left01.is-fade > ul > li .txt_area .txt .com-line, .txt_imgarea.img_right01.is-fade > ul > li .txt_area h4,
.txt_imgarea.img_right01.is-fade > ul > li .txt_area .txt p,
.txt_imgarea.img_right01.is-fade > ul > li .txt_area .txt .com-line {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01.is-fade > ul > li .txt_area h4,
  .txt_imgarea.img_left01.is-fade > ul > li .txt_area .txt p,
  .txt_imgarea.img_left01.is-fade > ul > li .txt_area .txt .com-line, .txt_imgarea.img_right01.is-fade > ul > li .txt_area h4,
  .txt_imgarea.img_right01.is-fade > ul > li .txt_area .txt p,
  .txt_imgarea.img_right01.is-fade > ul > li .txt_area .txt .com-line {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01.is-fade > ul > li .txt_area h4,
  .txt_imgarea.img_left01.is-fade > ul > li .txt_area .txt p,
  .txt_imgarea.img_left01.is-fade > ul > li .txt_area .txt .com-line, .txt_imgarea.img_right01.is-fade > ul > li .txt_area h4,
  .txt_imgarea.img_right01.is-fade > ul > li .txt_area .txt p,
  .txt_imgarea.img_right01.is-fade > ul > li .txt_area .txt .com-line {
    transform: translateX(0);
  }
}
.txt_imgarea.img_left01.is-fade > ul > li h4, .txt_imgarea.img_right01.is-fade > ul > li h4 {
  transition-delay: 0s;
}
.txt_imgarea.img_left01.is-fade > ul > li .txt p, .txt_imgarea.img_right01.is-fade > ul > li .txt p {
  transition-delay: 0.3s;
}
.txt_imgarea.img_left01.is-fade > ul > li .txt .com-line, .txt_imgarea.img_right01.is-fade > ul > li .txt .com-line {
  transition-delay: 0.6s;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 > ul > li:not(:last-of-type), .txt_imgarea.img_right01 > ul > li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 > ul > li:not(:last-of-type), .txt_imgarea.img_right01 > ul > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_imgarea.img_left01 > ul > li .img_area, .txt_imgarea.img_right01 > ul > li .img_area {
    padding: 0 30px;
  }
  .txt_imgarea.img_left01 > ul > li .txt_area, .txt_imgarea.img_right01 > ul > li .txt_area {
    padding: 35px 0;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 > ul > li, .txt_imgarea.img_right01 > ul > li {
    display: flex;
    justify-content: space-between;
  }
  .txt_imgarea.img_left01 > ul > li .img_area, .txt_imgarea.img_right01 > ul > li .img_area {
    width: 61%;
  }
  .txt_imgarea.img_left01 > ul > li .txt_area, .txt_imgarea.img_right01 > ul > li .txt_area {
    width: 39%;
  }
}
.txt_imgarea.img_left01 > ul > li .img_area, .txt_imgarea.img_right01 > ul > li .img_area {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.txt_imgarea.img_left01 > ul > li .txt_area, .txt_imgarea.img_right01 > ul > li .txt_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 > ul > li .txt_area, .txt_imgarea.img_right01 > ul > li .txt_area {
    padding: 20px 0;
  }
}
.txt_imgarea.img_left01 > ul > li .txt_area h4,
.txt_imgarea.img_left01 > ul > li .txt_area .txt p,
.txt_imgarea.img_left01 > ul > li .txt_area .txt .com-line, .txt_imgarea.img_right01 > ul > li .txt_area h4,
.txt_imgarea.img_right01 > ul > li .txt_area .txt p,
.txt_imgarea.img_right01 > ul > li .txt_area .txt .com-line {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.txt_imgarea.img_top01 .line_anime.line02 {
  display: block;
  top: 350px;
  right: 100px;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top01 .line_anime.line02 {
    width: 380px;
  }
}
.txt_imgarea.img_top01.is-fade .img_area {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.txt_imgarea.img_top01.is-fade .txt_area h4,
.txt_imgarea.img_top01.is-fade .txt_area .txt p,
.txt_imgarea.img_top01.is-fade .txt_area .txt .com-line {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.txt_imgarea.img_top01.is-fade .txt_area h4 {
  transition-delay: 0s;
}
.txt_imgarea.img_top01.is-fade .txt_area .txt p {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top01.is-fade .txt_area .txt .com-line {
  transition-delay: 0.6s;
}
.txt_imgarea.img_top01 .img_area {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.txt_imgarea.img_top01 .txt_area {
  max-width: 1400px;
  margin: auto;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top01 .txt_area {
    padding: 50px 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 .txt_area {
    padding: 80px 20px;
  }
}
@media print, screen and (min-width: 1261px) {
  .txt_imgarea.img_top01 .txt_area {
    padding: 80px 50px;
  }
}
.txt_imgarea.img_top01 .txt_area h4,
.txt_imgarea.img_top01 .txt_area .txt p,
.txt_imgarea.img_top01 .txt_area .txt .com-line {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 .txt_area__inner {
    display: flex;
  }
  .txt_imgarea.img_top01 .txt_area__inner h4,
  .txt_imgarea.img_top01 .txt_area__inner .txt {
    width: 50%;
  }
  .txt_imgarea.img_top01 .txt_area__inner h4 {
    padding-right: 20px;
  }
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(1) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(1) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(1) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(1) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(1) .img_area {
  transition-delay: 0s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(1) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(1) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(1) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(1) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(1) .txt_area h4 {
  transition-delay: 0.1s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(1) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(1) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(1) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(1) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(1) .txt_area .txt p {
  transition-delay: 0.2s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(1) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(1) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(1) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(1) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(1) .txt_area .txt .com-line {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(2) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(2) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(2) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(2) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(2) .img_area {
  transition-delay: 0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(2) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(2) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(2) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(2) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(2) .txt_area h4 {
  transition-delay: 0.5s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(2) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(2) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(2) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(2) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(2) .txt_area .txt p {
  transition-delay: 0.2s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(2) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(2) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(2) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(2) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(2) .txt_area .txt .com-line {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(3) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(3) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(3) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(3) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(3) .img_area {
  transition-delay: 0.8s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(3) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(3) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(3) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(3) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(3) .txt_area h4 {
  transition-delay: 0.9s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(3) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(3) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(3) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(3) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(3) .txt_area .txt p {
  transition-delay: 0.2s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(3) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(3) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(3) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(3) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(3) .txt_area .txt .com-line {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(4) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(4) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(4) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(4) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(4) .img_area {
  transition-delay: 1.2s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(4) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(4) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(4) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(4) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(4) .txt_area h4 {
  transition-delay: 1.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(4) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(4) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(4) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(4) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(4) .txt_area .txt p {
  transition-delay: 0.2s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(4) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(4) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(4) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(4) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(4) .txt_area .txt .com-line {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(5) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(5) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(5) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(5) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(5) .img_area {
  transition-delay: 1.6s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(5) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(5) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(5) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(5) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(5) .txt_area h4 {
  transition-delay: 1.7s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(5) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(5) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(5) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(5) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(5) .txt_area .txt p {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(5) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(5) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(5) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(5) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(5) .txt_area .txt .com-line {
  transition-delay: 0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(6) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(6) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(6) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(6) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(6) .img_area {
  transition-delay: 2s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(6) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(6) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(6) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(6) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(6) .txt_area h4 {
  transition-delay: 2.1s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(6) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(6) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(6) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(6) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(6) .txt_area .txt p {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(6) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(6) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(6) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(6) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(6) .txt_area .txt .com-line {
  transition-delay:  0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(7) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(7) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(7) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(7) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(7) .img_area {
  transition-delay: 2.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(7) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(7) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(7) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(7) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(7) .txt_area h4 {
  transition-delay:  0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(7) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(7) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(7) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(7) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(7) .txt_area .txt p {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(7) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(7) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(7) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(7) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(7) .txt_area .txt .com-line {
  transition-delay:  0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(8) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(8) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(8) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(8) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(8) .img_area {
  transition-delay: 2.8s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(8) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(8) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(8) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(8) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(8) .txt_area h4 {
  transition-delay: 2.9s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(8) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(8) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(8) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(8) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(8) .txt_area .txt p {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(8) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(8) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(8) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(8) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(8) .txt_area .txt .com-line {
  transition-delay:  0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(9) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(9) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(9) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(9) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(9) .img_area {
  transition-delay: 4500ms;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(9) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(9) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(9) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(9) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(9) .txt_area h4 {
  transition-delay: 7200ms;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(9) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(9) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(9) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(9) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(9) .txt_area .txt p {
  transition-delay: 0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(9) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(9) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(9) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(9) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(9) .txt_area .txt .com-line {
  transition-delay:  0.5s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(10) .img_area, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(10) .img_area, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(10) .img_area, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(10) .img_area, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(10) .img_area {
  transition-delay: 5000ms;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(10) .txt_area h4, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(10) .txt_area h4, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(10) .txt_area h4, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(10) .txt_area h4, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(10) .txt_area h4 {
  transition-delay: 8000ms;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(10) .txt_area .txt p, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(10) .txt_area .txt p, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(10) .txt_area .txt p, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(10) .txt_area .txt p, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(10) .txt_area .txt p {
  transition-delay:  0.4s;
}
.txt_imgarea.img_top02.is-fade > ul > li:nth-child(10) .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade > ul > li:nth-child(10) .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade > ul > li:nth-child(10) .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade > ul > li:nth-child(10) .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade > ul > li:nth-child(10) .txt_area .txt .com-line {
  transition-delay: 0.5s;
}
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(2) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(3) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(4) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(2) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(3) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(4) .txt_area h4 {
  transition-delay: 0s;
}
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(5) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(6) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(7) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(8) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(5) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(6) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(7) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(8) .txt_area h4 {
  transition-delay: 0.1s;
}
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(9) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(10) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(11) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(12) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(9) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(10) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(11) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(12) .txt_area h4 {
  transition-delay: 0.2s;
}
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(13) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(14) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(15) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(16) .img_area,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(13) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(14) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(15) .txt_area h4,
.txt_imgarea.img_top04.is-fade > ul > li:nth-child(16) .txt_area h4 {
  transition-delay: 0.3s;
}


.txt_imgarea.img_top02.is-fade .img_area, .txt_imgarea.img_top03.is-fade .img_area, .txt_imgarea.img_top04.is-fade .img_area, .txt_imgarea.img_left02.is-fade .img_area, .txt_imgarea.img_right02.is-fade .img_area {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.txt_imgarea.img_top02.is-fade .txt_area h4,
.txt_imgarea.img_top02.is-fade .txt_area .txt p,
.txt_imgarea.img_top02.is-fade .txt_area .txt .com-line, .txt_imgarea.img_top03.is-fade .txt_area h4,
.txt_imgarea.img_top03.is-fade .txt_area .txt p,
.txt_imgarea.img_top03.is-fade .txt_area .txt .com-line, .txt_imgarea.img_top04.is-fade .txt_area h4,
.txt_imgarea.img_top04.is-fade .txt_area .txt p,
.txt_imgarea.img_top04.is-fade .txt_area .txt .com-line, .txt_imgarea.img_left02.is-fade .txt_area h4,
.txt_imgarea.img_left02.is-fade .txt_area .txt p,
.txt_imgarea.img_left02.is-fade .txt_area .txt .com-line, .txt_imgarea.img_right02.is-fade .txt_area h4,
.txt_imgarea.img_right02.is-fade .txt_area .txt p,
.txt_imgarea.img_right02.is-fade .txt_area .txt .com-line {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.txt_imgarea.img_top02 .img_area, .txt_imgarea.img_top03 .img_area, .txt_imgarea.img_top04 .img_area, .txt_imgarea.img_left02 .img_area, .txt_imgarea.img_right02 .img_area {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.txt_imgarea.img_top02 h4,
.txt_imgarea.img_top02 .txt p,
.txt_imgarea.img_top02 .txt .com-line, .txt_imgarea.img_top03 h4,
.txt_imgarea.img_top03 .txt p,
.txt_imgarea.img_top03 .txt .com-line, .txt_imgarea.img_top04 h4,
.txt_imgarea.img_top04 .txt p,
.txt_imgarea.img_top04 .txt .com-line, .txt_imgarea.img_left02 h4,
.txt_imgarea.img_left02 .txt p,
.txt_imgarea.img_left02 .txt .com-line, .txt_imgarea.img_right02 h4,
.txt_imgarea.img_right02 .txt p,
.txt_imgarea.img_right02 .txt .com-line {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top02, .txt_imgarea.img_top03, .txt_imgarea.img_top04, .txt_imgarea.img_left02, .txt_imgarea.img_right02 {
    padding: 50px 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top02, .txt_imgarea.img_top03, .txt_imgarea.img_top04, .txt_imgarea.img_left02, .txt_imgarea.img_right02 {
    padding: 80px 30px;
  }
}
.txt_imgarea.img_top02 > ul, .txt_imgarea.img_top03 > ul, .txt_imgarea.img_top04 > ul, .txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul {
  max-width: 1400px;
  margin: auto;
}
.txt_imgarea.img_top02 {
  position: relative;
}
.txt_imgarea.img_top02 .line_anime.line03 {
  display: block;
  right: 0;
  bottom: 75%;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 .line_anime.line03 {
    width: 489px;
  }
}
.txt_imgarea.img_top02.is-fade::before {
  left: 0;
}
.txt_imgarea.img_top02::before {
  content: "";
  width: 82%;
  max-width: 1540px;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #f2efe7;
  position: absolute;
  transition: all 1.5s;
  z-index: -1;
}
.txt_imgarea.img_top02 .txt_area .txt p {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 .txt_area .txt p {
    font-size: 18px;
  }
}
.txt_imgarea.img_top02 h4 {
  margin: 1em 0;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 h4 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 h4 {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 > ul > li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .txt_imgarea.img_top02 > ul > li {
    width: 48%;
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(odd) {
    margin-right: 4%;
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(n+3) {
    margin-top: 6%;
  }
}
.txt_imgarea.img_top02 h4, .txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
.txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
    font-size: 18px;
  }
}
.txt_imgarea.img_top03 {
  position: relative;
}
.txt_imgarea.img_top03 .line_anime.line05 {
  display: block;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top03 .line_anime.line05 {
    width: 390px;
  }
}
.txt_imgarea.img_top03::before {
  content: "";
  height: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f2efe7;
  position: absolute;
  transition: all 1.5s;
  z-index: -1;
  width: 100%;
}
@media print, screen and (min-width: 1661px) {
  .txt_imgarea.img_top03::before {
    width: 90%;
    max-width: 1720px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top03 > ul > li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .txt_imgarea.img_top03 > ul > li {
    width: 30%;
    margin-right: 5%;
  }
  .txt_imgarea.img_top03 > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .txt_imgarea.img_top03 > ul > li:nth-child(n+4) {
    margin-top: 6%;
  }
}
.txt_imgarea.img_top04 {
  position: relative;
}
.txt_imgarea.img_top04::before {
  content: "";
  height: 38%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f2efe7;
  position: absolute;
  transition: all 1.5s;
  z-index: -1;
  width: 100%;
}
@media print, screen and (min-width: 1661px) {
  .txt_imgarea.img_top04::before {
    width: 90%;
    max-width: 1720px;
  }
}
.txt_imgarea.img_top04 > ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top04 > ul > li {
    width: 48%;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(odd) {
    margin-right: 4%;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(n+3) {
    margin-top: 6%;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top04 > ul > li {
    width: 23.5%;
    margin-right: 2%;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(n+5) {
    margin-top: 6%;
  }
}
.txt_imgarea.img_left02, .txt_imgarea.img_right02 {
  position: relative;
}
.txt_imgarea.img_left02 .line_anime.line04, .txt_imgarea.img_right02 .line_anime.line04 {
  display: block;
  right: -100px;
  bottom: 0;
}
.txt_imgarea.img_left02 .txt_area .txt p {
  font-size: 17px;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 .line_anime.line04, .txt_imgarea.img_right02 .line_anime.line04 {
    width: 420px;
  }
}
.txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
  font-size: 20px;
  font-weight: 600;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
    margin: 1em 0;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
    margin-bottom: 1em;
  }
}
.txt_imgarea.img_left02 .txt_area .txt p, .txt_imgarea.img_right02 .txt_area .txt p {
  margin-bottom: 1em;
}
.txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul {
  display: flex;
  flex-wrap: wrap;
}
.txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
  width: 48%;
  border-top: solid 1px #adadad;
  border-bottom: solid 1px #adadad;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    padding: 30px 0;
  }
}
.txt_imgarea.img_left02 > ul > li:nth-child(odd), .txt_imgarea.img_right02 > ul > li:nth-child(odd) {
  margin-right: 4%;
}
.txt_imgarea.img_left02 > ul > li:nth-child(n+3), .txt_imgarea.img_right02 > ul > li:nth-child(n+3) {
  margin-top: 6%;
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    display: flex;
  }
  .txt_imgarea.img_left02 > ul > li .txt_area,
  .txt_imgarea.img_left02 > ul > li .img_area, .txt_imgarea.img_right02 > ul > li .txt_area,
  .txt_imgarea.img_right02 > ul > li .img_area {
    width: 50%;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left02 .txt_area {
    padding-left: 20px;
  }
  .txt_imgarea.img_right02 .txt_area {
    padding-right: 20px;
  }
  .txt_imgarea.img_right02 > ul > li {
    flex-direction: row-reverse;
  }
}

.slidethumb_txt {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt .line_anime {
    width: 380px;
  }
}
@media print, screen and (max-width: 960px) {
  .slidethumb_txt .line_anime {
    bottom: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt .line_anime {
    bottom: 50%;
  }
  .restaurant .slidethumb_txt .line_anime,
  .gohan .slidethumb_txt .line_anime {
    bottom: 60%;
  }
}
.slidethumb_txt::before {
  content: "";
  width: 82%;
  max-width: 1540px;
  height: 69%;
  bottom: 0;
  background-color: #f2efe7;
  position: absolute;
  transition: all 1.5s;
  z-index: -1;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media print, screen and (max-width: 1360px) and (min-width: 961px) {
  .slidethumb_txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 960px) {
  .slidethumb_txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.slidethumb_txt.img_right01 .line_anime {
  left: -20vw;
}
.slidethumb_txt.img_right01::before {
  right: -100%;
}
.slidethumb_txt.img_right01.is-fade::before {
  right: 0;
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt.img_right01 > ul > li {
    flex-direction: row-reverse;
  }
  .slidethumb_txt.img_right01 > ul > li .txt_area {
    padding-right: 20px;
  }
  .slidethumb_txt.img_right01 > ul > li .txt_area h4,
  .slidethumb_txt.img_right01 > ul > li .txt_area .txt p,
  .slidethumb_txt.img_right01 > ul > li .txt_area .txt .com-line {
    transform: translateX(-100px);
  }
}
.slidethumb_txt.img_left01 .line_anime {
  right: -20vw;
}
.slidethumb_txt.img_left01::before {
  left: -100%;
}
.slidethumb_txt.img_left01.is-fade::before {
  left: 0;
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt.img_left01 .txt_area__inner {
    margin-left: auto;
  }
  .slidethumb_txt.img_left01 .txt_area {
    padding-left: 20px;
  }
  .slidethumb_txt.img_left01 .txt_area h4,
  .slidethumb_txt.img_left01 .txt_area .txt p,
  .slidethumb_txt.img_left01 .txt_area .txt .com-line {
    transform: translateX(100px);
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt .txt_area__inner {
    max-width: 620px;
  }
}
.slidethumb_txt.is-fade > ul > li .img_area {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.slidethumb_txt.is-fade > ul > li .txt_area h4,
.slidethumb_txt.is-fade > ul > li .txt_area .txt p,
.slidethumb_txt.is-fade > ul > li .txt_area .txt .com-line {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 960px) {
  .slidethumb_txt.is-fade > ul > li .txt_area h4,
  .slidethumb_txt.is-fade > ul > li .txt_area .txt p,
  .slidethumb_txt.is-fade > ul > li .txt_area .txt .com-line {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt.is-fade > ul > li .txt_area h4,
  .slidethumb_txt.is-fade > ul > li .txt_area .txt p,
  .slidethumb_txt.is-fade > ul > li .txt_area .txt .com-line {
    transform: translateX(0);
  }
}
.slidethumb_txt.is-fade > ul > li h4 {
  transition-delay: 0.1s;
}
.slidethumb_txt.is-fade > ul > li .txt p {
  transition-delay: 0.2s;
}
.slidethumb_txt.is-fade > ul > li .txt .com-line {
  transition-delay: 0.3s;
}
.slidethumb_txt > ul {
  max-width: 1340px;
  margin: auto;
}
.slidethumb_txt > ul > li .img_area {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.slidethumb_txt > ul > li .txt_area h4,
.slidethumb_txt > ul > li .txt_area .txt p,
.slidethumb_txt > ul > li .txt_area .txt .com-line {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt > ul > li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt > ul > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt > ul > li {
    display: flex;
    justify-content: space-between;
  }
  .slidethumb_txt > ul > li .img_area {
    width: 46.5%;
  }
  .slidethumb_txt > ul > li .txt_area {
    width: 53.5%;
  }
}

.slide_thumb {
  max-width: 1520px;
  margin: auto;
}
.slide_thumb .is-fade.slider-thum {
  opacity: 1;
  filter: blur(0);
}
.slide_thumb .is-fade.txt_area h4,
.slide_thumb .is-fade.txt_area .txt p,
.slide_thumb .is-fade.txt_area .txt .com-line {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.slide_thumb .is-fade.txt_area .txt p {
  transition-delay: 0.1s;
}
.slide_thumb .is-fade.txt_area .txt .com-line {
  transition-delay: 0.2s;
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media print, screen and (max-width: 1560px) and (min-width:961px) {
  .slide_thumb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 960px) {
  .slide_thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .slide_thumb .txt_area {
    padding-top: 35px;
  }
}
.slide_thumb .slick-dots {
  justify-content: center;
  margin: auto;
}
.slide_thumb .slider-thum {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
.slide_thumb .txt_area h4,
.slide_thumb .txt_area .txt p,
.slide_thumb .txt_area .txt .com-line {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
.slide_thumb h4,
.slide_thumb .com-line {
  text-align: center;
}

.slidethumb_txt .slick-dots,
.slide_thumb .slick-dots {
  position: relative;
  bottom: -5px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt .slick-dots,
  .slide_thumb .slick-dots {
    max-width: 370px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt .slick-dots,
  .slide_thumb .slick-dots {
    max-width: 620px;
  }
}
.slidethumb_txt .slick-dots li,
.slide_thumb .slick-dots li {
  background-color: #fff;
  height: 100%;
  display: block;
  position: relative;
  width: calc(20% - 4px);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt .slick-dots li,
  .slide_thumb .slick-dots li {
    max-height: 80px;
  }
}
.slidethumb_txt .slick-dots li::before,
.slide_thumb .slick-dots li::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.slidethumb_txt .slick-dots li:nth-child(n+6),
.slide_thumb .slick-dots li:nth-child(n+6) {
  margin-top: 5px;
}
.slidethumb_txt .slick-dots li:nth-child(5n),
.slide_thumb .slick-dots li:nth-child(5n) {
  margin-right: 0;
}
.slidethumb_txt .slick-dots li.slick-active img,
.slide_thumb .slick-dots li.slick-active img {
  opacity: 1;
}
.slidethumb_txt .slick-dots li img,
.slide_thumb .slick-dots li img {
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide_carousel {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  padding: 50px 0;
  position: relative;
}
.slide_carousel.is-fade {
  opacity: 1;
  filter: blur(0);
  transition-delay: 0s;
}
.slide_carousel .line_anime {
  left: -100px;
  top: 50%;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .line_anime {
    width: 380px;
    top: 20%;
  }
}
@media screen and (min-width: 768px) {
  .slide_carousel .slider-area {
    overflow: hidden;
  }
  .slide_carousel .slick-slide {
    max-width: 600px;
    width: 100% !important;
  }
  .slide_carousel .slick-current {
    max-width: 600px;
    width: 100% !important;
    margin: auto;
  }
}
.slide_carousel .slick-dots {
  position: relative;
  bottom: 0;
}
.slide_carousel .slick-dots li {
  margin: 0;
}
.slide_carousel .slick-dots li.slick-active button:before {
  transform: scale(1);
}
.slide_carousel .slick-dots li button:before {
  transform: scale(0.6);
}
.slide_carousel .carousel03 .slick-prev,
.slide_carousel .carousel03 .slick-next {
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .carousel03 .slick-prev,
  .slide_carousel .carousel03 .slick-next {
    width: 20px;
    height: 35px;
  }
  .slide_carousel .carousel03 .slick-prev::before,
  .slide_carousel .carousel03 .slick-next::before {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel .carousel03 .slick-prev,
  .slide_carousel .carousel03 .slick-next {
    width: 40px;
    height: 70px;
  }
  .slide_carousel .carousel03 .slick-prev::before,
  .slide_carousel .carousel03 .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
.slide_carousel .carousel03 .slick-prev::before,
.slide_carousel .carousel03 .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  transform: rotate(45deg);
}
.slide_carousel .carousel03 .slick-prev::before {
  left: 12px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
.slide_carousel .carousel03 .slick-next::before {
  right: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media print, screen and (max-width: 1160px) {
  .slide_carousel .carousel03 .slick-prev {
    left: 7px;
  }
  .slide_carousel .carousel03 .slick-next {
    right: 7px;
  }
}
@media print, screen and (min-width: 1161px) {
  .slide_carousel .carousel03 .slick-prev {
    left: 25vw;
  }
  .slide_carousel .carousel03 .slick-next {
    right: 25vw;
  }
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .carousel03 .slick-slide {
    margin: 0 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel .carousel03 .slick-slide {
    margin: 0 5px;
  }
}
.slide_carousel .carousel03 p {
  padding: 10px 0;
}

.tbl_contents {
  padding: 50px 0;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents .tbl_none {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  .tbl_contents .tbl_none {
    padding: 0 65px;
  }
}
@media print, screen and (min-width: 1361px) {
  .tbl_contents .tbl_none {
    max-width: 1200px;
    margin: auto;
  }
}
.tbl_contents .tbl_none table tr:first-of-type {
  border-top: solid 1px #d4d4d4;
}
.tbl_contents .tbl_none table tr {
  border-bottom: solid 1px #d4d4d4;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents .tbl_none table th,
  .tbl_contents .tbl_none table td {
    display: block;
    width: 100%;
  }
  .tbl_contents .tbl_none table th {
    padding-top: 15px;
  }
  .tbl_contents .tbl_none table td {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents .tbl_none table th {
    width: 23%;
    padding: 15px 0;
  }
      .tbl_contents.clubhakone_tokuten .tbl_none table th {
        width: 38%;
    }
  .tbl_contents .tbl_none table td {
    width: 77%;
    padding: 15px 0 15px 15px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1660px) {
  .tbl_contents .tbl_flex {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1661px) {
  .tbl_contents .tbl_flex {
    max-width: 1520px;
    margin: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents .tbl_flex {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
  }
  .tbl_contents .tbl_flex li:first-of-type {
    width: 50%;
  }
  .tbl_contents .tbl_flex li:nth-child(2) {
    width: 45%;
  }
}
.tbl_contents .tbl_flex li {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.tbl_contents .tbl_flex li.is-fade {
  opacity: 1;
  filter: blur(0);
}
.tbl_contents .tbl_flex li.is-fade:nth-child(1) {
  transition-delay: 0s;
  transform: translateX(0);
}
.tbl_contents .tbl_flex li.is-fade:nth-child(2) {
  transition-delay: 0.1s;
  transform: translateY(0);
}
.tbl_contents .tbl_flex li:nth-child(1) {
  /*transform: translateX(-100px);*/
}
.tbl_contents .tbl_flex li:nth-child(2) {
  transform: translateY(30px);
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents .tbl_flex li:nth-child(2) {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .tbl_contents .tbl_flex li:nth-child(2) {
    padding: 20px 65px;
  }
}
.tbl_contents .tbl_flex table th,
.tbl_contents .tbl_flex table td {
  display: block;
  width: 100%;
  border-left: solid 1px #adadad;
  text-align: left;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents .tbl_flex table th {
    padding: 10px 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents .tbl_flex table th {
    padding: 15px 15px 0;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents .tbl_flex table td {
    padding: 7px 10px 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents .tbl_flex table td {
    padding: 10px 15px 15px;
    margin-bottom: 20px;
  }
}
.tbl_contents table th {
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .tbl_contents table td {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767.9px) {
.tbl_contents .tbl_flex table th {
font-size: 16px;
}
}

.accordion {
  padding: 50px 20px;
  position: relative;
}
.accordion.is-fade::before {
  right: 0;
}
.accordion::before {
  content: "";
  width: 90%;
  max-width: 1720px;
  height: 100%;
  bottom: 0;
  right: -100%;
  background-color: #f2efe7;
  position: absolute;
  transition: all 1.5s;
  z-index: -1;
}
.accordion ul li {
  margin-bottom: 20px;
  cursor: pointer;
}
.accordion ul li table th {
  font-weight: bold;
  font-family: "Cinzel Decorative", cursive;
  font-size: 20px;
  color: #9a9999;
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li table th {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li table th {
    font-size: 20px;
    padding-top: 10px;
  }
}
.accordion ul li table td {
  vertical-align: middle;
}
.accordion ul li .sd_h4 {
  position: relative;
}
.accordion ul li .sd_h4::before, .accordion ul li .sd_h4::after {
  content: "";
  height: 1px;
  background-color: #242424;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_h4::before, .accordion ul li .sd_h4::after {
    width: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4::before, .accordion ul li .sd_h4::after {
    width: 30px;
  }
}
.accordion ul li .sd_h4::after {
  transform: rotate(90deg);
}
.accordion ul li .sd_h4.on::after {
  transform: rotate(0);
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_h4 {
    padding: 7px 25px 7px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4 {
    padding: 20px 60px 20px 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_h4 table th {
    width: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4 table th {
    width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4 table td {
    font-size: 24px;
  }
}
.accordion ul li .sd_content {
  background-color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_content {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content {
    padding: 20px 15px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_content table th {
    width: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content table th {
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content table td {
    font-size: 18px;
  }
}
.accordion ul li .sd_content table td {
  cursor: auto;
}
.accordion .other li table th {
  display: none;
}

@media print, screen and (max-width: 767.9px) {
  .link_list {
    padding: 35px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list {
    padding: 50px 20px;
  }
}
.link_list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.link_list > ul.frames > li {
  position: relative;
}
.link_list > ul.frames > li::before {
  content: "";
  width: 100%;
  max-width: 1720px;
  height: calc(100% - 40px);
  bottom: 0;
  right: 0;
  background-color: #f2efe7;
  position: absolute;
  z-index: -1;
}
.link_list > ul.frames .link_listimg {
  margin-bottom: 10px;
}
.link_list > ul.bg > li {
  border-top: solid 1px #adadad;
  border-bottom: solid 1px #adadad;
  background: #fff;
}
.link_list > ul > li {
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  /*transform: translateY(30px);*/
}
.link_list > ul > li.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.link_list > ul > li.is-fade:nth-child(1) {
  transition-delay: 0s;
}
.link_list > ul > li.is-fade:nth-child(2) {
  transition-delay: 0s;
}
.link_list > ul > li.is-fade:nth-child(3) {
  transition-delay: 0s;
}
.link_list > ul > li.is-fade:nth-child(4) {
  transition-delay: 0s;
}
.link_list > ul > li.is-fade:nth-child(5) {
  transition-delay: 0.1s;
}
.link_list > ul > li.is-fade:nth-child(6) {
  transition-delay: 0.1s;
}
.link_list > ul > li.is-fade:nth-child(7) {
  transition-delay: 0.1s;
}
.link_list > ul > li.is-fade:nth-child(8) {
  transition-delay: 0.1s;
}
.link_list > ul > li.is-fade:nth-child(9) {
  transition-delay: 0.1s;
}
.link_list > ul > li.is-fade:nth-child(10) {
  transition-delay: 0.1s;
}
/*@media print, screen and (max-width: 560px) {
  .link_list > ul > li {
    width: 49%;
    margin-right: 2%;
  }
  .link_list > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .link_list > ul > li:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 960px) {
  .link_list > ul > li {
    width: 32%;
    margin-right: 2%;
  }
  .link_list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .link_list > ul > li:nth-child(n+4) {
    margin-top: 4%;
  }
}*/
@media print, screen and (max-width: 960px) {
  .link_list > ul > li {
    width: 32%;
    margin-right: 2%;
  }
  .link_list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .link_list > ul > li:nth-child(n+4) {
    margin-top: 4%;
  }
}
@media print, screen and (min-width: 961px) {
  .link_list > ul > li {
    width: 18.4%;
    margin-right: 2%;
  }
  .link_list > ul > li:nth-child(5n), .link_list > ul > li:last-of-type {
    margin-right: 0;
  }
  .link_list > ul > li:nth-child(n+6) {
    margin-top: 3%;
  }
}
.link_list > ul > li a {
  max-width: 280px;
  margin: auto;
  display: block;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .link_list > ul > li a {
    padding: 7px 10px 20px 10px;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 375px) {
  .link_list > ul > li a {
    letter-spacing: -2px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list > ul > li a {
    padding: 15px 10px 30px 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .link_list > ul > li a {
    font-size: 18px;
  }
}
.link_list > ul > li a::before {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #242424;
  border-right: 1px solid #242424;
  transform: rotate(45deg);
}

/* --------------------------------------------------------------
// category
// single page
-------------------------------------------------------------- */
.wp-caption {
  max-width: 100% !important;
}

@media print, screen and (max-width: 767.9px) {
  article.c_wrap {
    padding: 50px 15px 100px;
  }
}
@media print, screen and (min-width: 768px) {
  article.c_wrap {
    padding: 80px 0 150px;
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c_wrap .post {
    width: 67%;
  }
  .c_wrap .sidebar {
    width: 27%;
  }
}
.c_wrap .post .post_ttl {
  margin-bottom: 30px;
}

.c_wrap .post .post_ttl h2 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px;
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 560px) {
  .c_wrap .post .post_ttl h2 {
    font-size: 18px;
  }
}
.c_wrap .post .post_ttl .date {
  text-align: right;
}

.c_wrap .post .acv_list {
  display: flex;
  flex-wrap: wrap;
}
.c_wrap .post .acv_list li {
  background: linear-gradient(180deg, transparent 0%, transparent 35%, #f2efe7 35%, #f2efe7 100%);
  padding: 0 15px 20px;
}
@media print, screen and (max-width: 960px) {
  .c_wrap .post .acv_list li {
    width: 49%;
  }
  .c_wrap .post .acv_list li:nth-child(odd) {
    margin-right: 2%;
  }
  .c_wrap .post .acv_list li:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media print, screen and (min-width: 961px) {
  .c_wrap .post .acv_list li {
    width: 32%;
    margin-right: 2%;
  }
  .c_wrap .post .acv_list li:nth-child(3n) {
    margin-right: 0;
  }
  .c_wrap .post .acv_list li:nth-child(n+4) {
    margin-top: 4%;
  }
}
.c_wrap .post .acv_list .cat-label {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 11px;
  /*border: 1px solid #eee;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 1px 5px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.c_wrap .post .acv_list .thumb_img {
  width: 100%;
  padding-top: 75%;
}
.c_wrap .post .acv_list .thumb_img img {
  /* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_wrap .post .acv_list dl dt {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.c_wrap .post .post_content p {
  margin-bottom: 1em;
}

.c_wrap .sidebar {
  border: solid 1px #c4c4c4;
  padding: 30px 15px;
  max-width: 350px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .sidebar {
    margin: 30px auto 0;
  }
}
.c_wrap .sidebar h2 {
  margin-bottom: 10px;
}

.c_wrap .sidebar .list {
  margin-bottom: 30px;
}

.c_wrap .sidebar .list ul {
  margin-left: 2em;
}

.c_wrap .sidebar .list ul li {
  padding-bottom: 10px;
  list-style-type: disc;
  line-height: 1.5;
  font-size: 90%;
  font-weight: normal;
}

.c_wrap .sidebar select {
  width: 100%;
  padding: 10px 15px 10px;
  font-size: 90%;
  border: 1px solid #c7c7c7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
  color: #242424;
}

.c_wrap .sidebar select::-ms-expand {
  display: none;
}

.c_wrap .sidebar .archive ul {
  position: relative;
}

.c_wrap .sidebar .archive ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 15px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.thumb_img {
  position: relative;
  margin-bottom: 1em;
}
.thumb_img .cat_list {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  /*padding: 4px 8px;
  opacity: 0.9;
  border: 1px solid #eee;
  background-color: rgba(51, 51, 51, 0.7);*/
}

/* ----------
single_pager ------------------ */
.single_pager {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.single_pager li {
  width: 32%;
}

.single_pager li.index {
  text-align: center;
}

.single_pager li:nth-child(3) {
  text-align: right;
}

.single_pager li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  transition: 0.5s;
  text-align: center;
}

@media print, screen and (max-width: 767.9px) {
  .single_pager li a {
    font-size: 12px;
  }
}
/* ----------
pagenation ------------------ */
.pagenation {
  margin-top: 65px;
}

.pagenation:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation ul li {
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation ul li:first-child {
  margin-left: 0;
}

.pagenation ul li.active {
  background-color: #716c61;
  color: #fff;
  cursor: not-allowed;
  padding: 5px 10px;
}

.pagenation ul li a {
  background: none repeat scroll 0 0 #c7c7c7;
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.pagenation ul li a:hover {
  background-color: #c4c4c4;
  color: #fff;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */

/* 新着情報 */
.post_content h2 {
	font-size: 23px;
    margin-bottom: 20px;
}
.comdate {
    border-left: 1px solid #222;
    padding-left: 10px;
    font-size: 14px;
}
a.blanklink {
    display: inline-block;
    background-image: url(/wp/wp-content/themes/s-original/assets/images/common/icon_window_gry.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
    padding-right: 15px;
}

/* 展開メニュー */
.h-nav__menu .h-menu__sns li {
    max-width: 25px;
}

/* headerSNSアイコン */
.h-nav .h-sns li {
    max-width: 25px;
}
@media print, screen and (min-width: 1761px) {
.h-nav .h-nav__list li:nth-of-type(8) {
    margin-right: 0;
}
}
.h-nav .h-sns {
    margin: 0 50px;
}
@media print, screen and (max-width: 1645px) and (min-width:1561px) {
.h-nav .h-sns {
    margin: 0 14px;
}
}

/* 空室検索 */
.h-nav .h-nav__rsv a {
    background-position: left 3px top 50%;
}
@media print, screen and (min-width: 768px) {
.h-nav .h-nav__golf p span::before {
    right: 7px;
}
.h-search__cts form .set_date .ui-datepicker-trigger {
    width: 16px;
}
}

@media print, screen and (max-width: 767.9px) {
.h-search__cts form .submit_btn input {
    color: #242424;
}
.h-search__cts form {
    max-width: 300px;
}
}

/* TOPラインスピード */
.line_anime.is-fade {
    transition: all 10s;
}

/* TOPコンセプト */
@media print, screen and (min-width: 961px) {
.t-concept__top .concept__inner .txt p {
    font-size: 18px;
}
}
@media print, screen and (min-width: 768px) {
.en-com__ttl {
    margin-bottom: 60px;
}
.t-concept__top .t-concept__ttl h2 {
    line-height: 2.5;
}
.t-concept__top .t-concept__ttl {
    margin-bottom: 35px;
}
.t-concept__top .concept__inner .txt p:not(:last-of-type) {
    margin-bottom: 2.7em;
}
}
@media print, screen and (min-width: 1281px) and (max-width: 1620px) {
.t-concept__top .t-concept__main {
    padding-left: 105px;
}
.t-concept__top .t-concept__main,
.t-concept__top .t-concept__slide {
  width: 47%;
}
.t-concept__top .concept__inner .txt p:not(:last-of-type) {
  margin-bottom: 1.7em;
}
.t-concept__top .t-concept__ttl {
  margin-bottom: 33px;
}
.t-concept__top .t-concept__main .en-com__ttl {
  margin-bottom: 50px;
}
}
@media print, screen and (min-width: 1161px) and (max-width: 1280px) {
.t-concept__top .t-concept__main {
    padding-left: 105px;
}
.t-concept__top .t-concept__main,
.t-concept__top .t-concept__slide {
  width: 48%;
}
.t-concept__top .concept__inner .txt p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.t-concept__top .t-concept__ttl {
  margin-bottom: 20px;
}
.t-concept__top .t-concept__main .en-com__ttl {
  margin-bottom: 33px;
}
}
@media print, screen and (min-width: 1161px) and (max-width: 1620px) {
.t-concept__slide .t-grid__slider .slick-slide {
  height: 40.517vw !important;
}
}
@media print, screen and (max-width: 767.9px) {
.t-concept__top .concept__inner {
    margin: 0 18px;
}
}

/* TOP文字スクロール */
@media print, screen and (min-width: 768px) {
.t-concept__btm .loop_wrap {
    height: 250px;
    margin-top: -192px;
}
.t-concept__btm .loop_wrap p {
    font-size: 240px;
}
}
.t-concept__btm .loop_wrap p:nth-child(odd) {
    animation: loop 300s -154s linear infinite;
}
.t-concept__btm .loop_wrap {
    display: none;
}

/* コンセプト動画 */
.t-concept_movie {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
.t-concept_movie {
  width: 73%;
  margin: 0 auto;
}
}
@media print, screen and (max-width: 767.9px) {
.t-concept_movie {
  width: 100%;
}
}

/* 客室見出し調整 */
@media print, screen and (min-width: 768px) {
.t-rooms__top .t-rooms__ttl h2 {
    line-height: 1.55;
}
.t-rooms__top .t-rooms__ttl p {
    line-height: 3;
}
.t-rooms__top .t-rooms__ttl {
    margin-bottom: 65px;
}
}

/* TOP客室リンク */
@media print, screen and (min-width: 768px) {
.t-rooms__top .t-rooms__inner .com-line {
	margin-top: 2em;
}
}
/* 過ごし方 */
@media print, screen and (min-width: 768px) {
.t-stay .t-stay__wrap .t-stay__txt p {
    font-size: 17px;
}
/*.t-stay .t-stay__wrap li:nth-of-type(2) .t-stay__txt h3,
.t-stay .t-stay__wrap li:nth-of-type(2) .t-stay__txt p {
    color: #242424;
    text-shadow: none;
}*/
}

/* footerSNSアイコン */
footer .f-sns li {
    max-width: 25px;
}

/* 客室ページ */
.sub_lead {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
.sub_lead.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 0.1s;
}
@media print, screen and (min-width: 768px) {
.sub_lead {
  text-align: center;
}
}
@media print, screen and (min-width: 961px) {
.sub_lead {
  font-size: 18px;  
}
}

@media print, screen and (min-width: 961px) {
.link_list.room_link > ul > li {
    width: 20%;
}
.link_list.room_link > ul > li:nth-child(5n) {
    margin-right: 2%;
}
.link_list.room_link > ul > li:nth-child(4n),
.link_list.room_link > ul > li:last-of-type {
    margin-right: 0%;
}
.link_list.room_link > ul > li:nth-child(n+5) {
    margin-top: 3%;
}
}

/* 背景非表示 */
.txt_imgarea.bgnone.img_left01 .line_anime.line01,
.txt_imgarea.bgnone.img_right01 .line_anime.line01 {
  display: none;
}
.txt_imgarea.img_top01.imgnone .img_area {
  display: none;
}
@media print, screen and (min-width: 961px) {
.txt_imgarea.img_top01.imgnone .txt_area {
  padding: 0 20px 80px;
}
}
@media print, screen and (min-width: 1261px) {
.txt_imgarea.img_top01.imgnone .txt_area {
  padding: 0 50px 80px;
}
}
@media print, screen and (min-width: 768px){
.txt_imgarea.img_top01.imgnone h4 {
    font-size: 20px;
}
}
@media print, screen and (max-width: 767.9px) {
.txt_imgarea.img_top01.imgnone h4 {
  font-size: 18px;
  letter-spacing: 0;
}

}
@media print, screen and (max-width: 960px) {
.txt_imgarea.img_top01.imgnone .txt_area {
    padding: 0 20px;
}
}
@media print, screen and (max-width: 767.9px) {
.kyakushitsu .slide_carousel,
.rooms .slide_carousel {
  padding: 10px 0 0;
}
}
.txt_imgarea.img_top01.nonelast .line_anime.line02 {
  display: none;
}
.slidethumb_txt.img_left01.tbl_contents .line_anime {
  display: none;
}
.slidethumb_txt.img_right01.bgnone .line_anime {
  display: none;
}

/* 客室プラン導線 */
.txt_imgarea.img_top01.imgnone .txt_area .t-plan__link a {
  text-align: center;
  margin: 30px auto 0 0;
  display: block;
  line-height: 1;
  background-color: #8c8279;
  color: #fff;
}
@media print, screen and (min-width: 768px){
.txt_imgarea.img_top01.imgnone .txt_area .t-plan__link a {
  font-size: 18px;
  max-width: 300px;
  padding: 21px 10px;
}
}
@media print, screen and (max-width: 960px) {
.txt_imgarea.img_top01.imgnone .txt_area .t-plan__link {
  display: none;
}
}
@media print, screen and (max-width: 960px) {
.txt_imgarea.img_top01.imgnone .txt_area .t-plan__link a {
  font-size: 14px;
  max-width: 200px;
  padding: 13px 10px;
}
.roomsplan {
  margin-top: 20px;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
.roomsplan .t-plan__link a {
  font-size: 16px;
  max-width: 300px;
  padding: 20px 10px;
  text-align: center;
  display: block;
  line-height: 1;
  background-color: #8c8279;
  color: #fff;
  margin: 40px auto 0;
}
.roomsplan.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 0.7s;
}
}
@media print, screen and (max-width: 767.9px) {
.roomsplan .t-plan__link a {
  font-size: 14px;
  max-width: 220px;
  padding: 18px 10px;
}
}
@media print, screen and (min-width: 961px) {
.roomsplan {
display: none;
}
}
.sub_enttl {
  color: #adadad;
  font-size: 14px;
  font-family: "Cinzel Decorative", cursive;
}
.att {
  font-size: 90%;
}
.room_etc dl {
  width: 100%;
  display: flex;
}
.room_etc dt, .room_etc dd {
  font-weight: 500;
}
@media print, screen and (min-width: 521px) {
.room_etc dt {
  width: 188px;
}
.room_etc dd {
  width: calc(100% - 188px);  
}
}
.room_etc dd {
position: relative;
}
.room_etc dd:before {
  content: " : ";
}
@media print, screen and (max-width: 520px) {
.room_etc dt {
  width: 148px;
}
.room_etc dd {
  width: calc(100% - 148px);  
}
.tbl_contents .slick-dots.ctr {
  margin: 0 20px;
}
}
.tbl_contents .txt_area .txt {
  padding: 0 20px;
}

@media print, screen and (min-width: 1661px) {
.slidethumb_txt.img_left01.tbl_contents > ul {
    max-width: 1520px;
    margin: auto;
}
}
@media print, screen and (min-width: 1261px) {
.slidethumb_txt.img_left01.tbl_contents > ul > li .img_area {
    width: 42%;
}
.slidethumb_txt.img_left01.tbl_contents > ul > li .txt_area {
    width: 58%;
    padding-left: 40px
}
.slidethumb_txt.img_left01.tbl_contents > ul > li .txt_area .txt_area__inner {
    max-width: 850px;
}
}
@media print, screen and (min-width: 1261px) and (max-width: 1660px) {
.slidethumb_txt.img_left01.tbl_contents .tbl_flex {
    padding: 0;
}
}
@media print, screen and (max-width: 1260px) {
.slidethumb_txt.img_left01.tbl_contents > ul > li {
    flex-direction: column;
}
}
@media print, screen and (min-width: 1261px) and (max-width: 1420px) {
.slidethumb_txt.img_left01.tbl_contents {
    padding-left:65px
}
}
@media print, screen and (max-width: 1260px) and (min-width: 961px) {
.slidethumb_txt.img_left01.tbl_contents > ul > li .img_area,
.slidethumb_txt.img_left01.tbl_contents > ul > li .txt_area {
    width: 90%;
    margin: 0 auto;
}
.slidethumb_txt.img_left01.tbl_contents > ul > li .txt_area .txt_area__inner {
    max-width: 100%;
}
    
.slidethumb_txt.img_left01.tbl_contents > ul > li .txt_area .txt_area__inner .tbl_flex {
    padding: 0;
}
.slidethumb_txt.img_left01.tbl_contents > ul > li .img_area .slick-slide {
  max-width: 740px;
}
}
@media print, screen and (max-width: 960px) {
.slidethumb_txt.img_left01.tbl_contents > ul > li .img_area .slick-dots {
  margin: 0 auto;
}
}
@media print, screen and (max-width: 960px) and (min-width: 768px) {
.slidethumb_txt.img_left01.tbl_contents > ul > li .txt_area .txt {
  padding: 0 65px;
}
}
@media print, screen and (min-width: 768px) {
.slidethumb_txt.img_left01 h4, .slidethumb_txt.img_right01 h4 {
    font-size: 28px;
}
}
@media print, screen and (min-width: 768px) {
.txt_imgarea.img_top01 h4,
.slide_thumb h4,
.txt_imgarea.img_left01 h4,
.txt_imgarea.img_right01 h4 {
    font-size: 32px;
}
}
.bg_txt {
  background: #F2EFE7;
  padding: 2.5em;
}
.bg_txt h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .bg_txt h3 {
    font-size: 14px;
}
}
.price {
  font-size: 120%;
  color: #000000;
  font-weight: 500;
}
h3#rmenu {
  text-align: center;
}
.dnone {
  display: none;
}
@media print, screen and (min-width: 1560px) {
.etc_list03.lunch_list {
  max-width: 1410px;
  margin: 0 auto;
}
}
.etc_list03 ul {
  display: flex;
  flex-wrap: wrap;
}
.etc_list03 li {
  width: 33.3333%;
  margin-bottom: 10px;
}
.etc_list03 p {
  font-size: 18px;
}
.etc_list02 ul {
  display: flex;
  flex-wrap: wrap;
}
.etc_list02 li {
  width: 48%;
  margin-bottom: 10px;
}
.etc_list02 p {
  font-size: 18px;
}
.p-tag h3 {
  padding-bottom: 20px;
}
.etc_list04 ul {
  display: flex;
  flex-wrap: wrap;
}
.etc_list04 li {
  width: 25%;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1260px) {
  .etc_list03 li {
      width: 48%;
  }
  }
  @media print, screen and (max-width: 1160px) {
  .etc_list02 li {
      width: 100%;
  }
  }
  @media print, screen and (max-width: 767.9px) {
  .etc_list03 p,
  .etc_list02 p    {
    font-size: 14px;
  }
  .etc_list03 li {
      width: 100%;
  }
  }
  .slide_thumb .t-plan__link a,
  .slidethumb_txt .t-plan__link a{
    text-align: center;
    margin: 30px auto 0 0;
    display: block;
    line-height: 1;
    background-color: #8c8279;
    color: #fff;
}
@media print, screen and (min-width: 768px) {
.slide_thumb .t-plan__link a,
.slidethumb_txt .t-plan__link a {
    font-size: 18px;
    max-width: 300px;
    padding: 21px 10px;
}
}
@media print, screen and (max-width: 960px) {
.slide_thumb .t-plan__link a,
.slidethumb_txt .t-plan__link a {
    font-size: 14px;
    max-width: 200px;
    padding: 13px 10px;
}
}
@media print, screen and (max-width: 767.9px) {
.slide_thumb .t-plan__link a,
.slidethumb_txt .t-plan__link a {
    margin: 30px auto 0;
}
}
.slide_thumb .txt_area h4,
.slidethumb_txt .txt_area h4 {
  padding-top: 20px;
}
.tbl_contents.btbl {
  padding: 0;
}
.h3price {
  font-size: 90%;
  color: #000000;
  font-weight: 500;
}
.h3price_en {
  font-size: 65%;
  color: #000000;
  font-weight: 500;
}
.carousel03 a {
  pointer-events: none;
}
.center .img_area {
  text-align: center;
}
.txt_imgarea.layout {
  max-width: 1400px;
  margin: 0 auto;
}
.guidance {
  display: flex;
  justify-content: space-between;
}
.guidance li {
  cursor: auto!important;
  margin-bottom: 0!important;
  width: 49%;
}
@media print, screen and (min-width: 768px) {
.guidance li {
  font-size: 84%;
}
}
.hole_imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guidance li p:last-of-type {
  padding-top: 20px;
}
.hole_img {
  width: 49%;
}
.hole_img:nth-of-type(3),
.hole_img:nth-of-type(4) {
  margin-top: 2%;
}
@media print, screen and (max-width: 767.9px) {
.guidance {
  flex-direction: column;
}
.guidance li {
  width: 100%;
}
}
@media print, screen and (min-width: 1161px) {
.gtable table {
  font-size: 18px;
}
}
.gtable th {
  background: #929292;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
  width: 12%;
  vertical-align: middle;
}
.gtable .subth {
  background: #eeeeee;
  text-align: center;
  padding: 10px 0;
  width: 12%;
}
.gtable td {
  border-top: 1px solid #d4d4d4;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}
.gtable span {
  font-size: 80%;
}
th.bb,
td.bb {
  border-bottom: 1px solid #d4d4d4;
}
@media print, screen and (max-width: 960px) {
.gtable {
  overflow: auto;
}
.gtable div {
  width: 960px;
}
}
@media print, screen and (max-width: 960px) and (min-width:768px) {
h3#yardage span {
  font-size: 14px;
}
} 
@media print, screen and (max-width: 767.9px) {
.gtable th {
  width: 13%;
}
.gtable .subth {
  width: 13%;
}
h3#yardage span {
  font-size: 12px;
}
}
.tbl_contents.ptop_none {
  padding: 0 0 50px;
}
.tbl_contents.local .tbl_none table th {
  width: 2%;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents.local .tbl_none table th {
    width: 5%;
  }
.tbl_contents.local .tbl_none table th,
.tbl_contents.local .tbl_none table td {
  display: table-cell;
}
.tbl_contents.local .tbl_none table td {
  width: 98%;
}
}
.chronology_innner {
  cursor: auto;
}
.chronology_innner tr td:first-of-type {
  background: #eeeeee;
}
@media print, screen and (min-width: 768px) {
  .chronology_innner td {
    padding: 10px 10px 10px 30px;
}
}
@media print, screen and (max-width: 767.9px) {
.chronology_innner td {
  padding: 10px;
}
.chronology_innner tr td:first-of-type {
  width: 123px;
}
}
.design_department_inner {
  border-left: 1px solid #222;
  padding-left: 25px;
}
@media print, screen and (min-width: 768px) {
.design_department_inner {
  font-size: 18px;
}
}
.design_department_inner ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.design_department_inner li:last-of-type {
  margin-left: 2%;
}
@media print, screen and (max-width: 767.9px) {
.design_department_inner {
  padding-left: 15px;
}
}
@media print, screen and (min-width: 768px) {
  .oner {
    font-size: 18px;
  }
  }

/* モニター別サイズ調整 */
@media print, screen and (max-width: 1400px) and (min-width:768px) {
.t-concept {
  padding: 120px 0 180px;
}
}
@media print, screen and (max-width: 1400px) and (min-width:1281px) {
#mainvisualarea .mv-slider .mv-slider__img,
#mainvisualarea .mv-slider .mv-slider__img div {
  max-width: 100%;
  height: 88vh;
}
.t-concept {
  padding: 120px 0 180px;
}
}
@media print, screen and (max-width: 1280px) and (min-width: 961px) {
#mainvisualarea .mv-slider .mv-slider__img, #mainvisualarea .mv-slider .mv-slider__img div {
    max-width: 100%;
    height: 68vh;
}
}
@media print, screen and (max-width: 1400px) and (min-width:1161px) {
.t-concept__top {
  width: 94%;
}
.t-concept__top .concept__inner .txt p {
  font-size: 14px;
}
.t-concept__slide .t-grid__slider .slick-slide {
  height: 37.7407vw!important;
}
.t-concept__top .t-concept__main .en-com__ttl {
  margin-bottom: 30px;
}
.t-concept__top .t-concept__ttl {
  margin-bottom: 30px;
}
.t-rooms__top .t-rooms__inner .txt p {
  font-size: 14px;
}
.t-rooms__top .t-rooms__ttl {
  margin-bottom: 45px;
}
.t-rooms__001 li:nth-child(-n+4) {
  width: 38%;
  height: 50%;
}

.t-rooms__001 li:nth-child(n+5) {
  width: 24%;
  height: 33.3%;
}

.t-rooms__001 li:nth-child(5) {
  height: 33.4%;
}

.t-rooms__001 li:nth-child(n+5) {
  width: 24%;
  height: 33.3%;
}

.t-rooms__001 {
  flex-direction: column;
}

.t-rooms__001, .t-rooms__002 {
  height: 530px;
}

.en-com__ttl {
  margin-bottom: 40px;
  font-size: 11px;
}

.t-rooms__top .t-rooms__ttl {
  margin-bottom: 20px;
}

.t-rooms__btm {
  padding: 60px 20px 0;
}

.t-rooms__top .t-rooms__ttl h2 {
  font-size: 28px;
}

.t-rooms__top .t-rooms__ttl p {
  font-size: 20px;
}
.t-rooms__001 li .program-panel-text p.program-panel__behavior {
  font-size: 10px;
}
.t-concept__top .t-concept__ttl h1 {
  font-size: 20px;
}

.t-concept__top .t-concept__ttl h2 {
  font-size: 28px;
}
.com-line a {
  font-size: 14px;
}
.t-rooms__001 li .program-panel-text p.program-panel__title {
  font-size: 19px;
}
.t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl p {
  font-size: 14px;
}
.t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span {
  font-size: 14px;
}
.t-bnr__link ul li a {
  height: 320px;
}
.t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl h2 {
  font-size: 23px;
}
.t-stay .t-stay__wrap h2 {
  font-size: 24px;
}
.t-stay .t-stay__wrap .t-stay__slider li {
  height: 555px;
}
.t-stay .t-stay__wrap .t-stay__txt h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.t-stay .t-stay__wrap .t-stay__txt p {
  font-size: 13px;
}
.t-stay .t-stay__wrap .t-stay__txt {
  bottom: 40px;
  left: 45px;
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li {
  font-size: 13px;
}
.t-stay .t-stay__wrap .t-stay__dots {
  padding: 35px 0 35px;
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb {
  max-width: 280px;
  padding: 10px 15px 10px 0;
}
.t-stay .t-stay__wrap .t-stay__dots img {
  width: 56px;
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li:not(:last-of-type) {
  margin-bottom: 8px;
}
.t-stay .t-stay__wrap .t-stay__dots {
  padding: 35px 0 25px;
}
.t-stay .t-stay__wrap h2 {
  margin-bottom: 13px;
}
.t-stay .t-stay__wrap .t-stay__main {
  padding-left: 28px;
}
.t-stay .t-stay__wrap .t-stay__img {
  width: 71%;
}
.t-plan .t-plan__ttl h2 {
  font-size: 26px;
}
.t-plan .t-plan__wrap {
  max-width: 990px;
}
.t-plan .t-plan__wrap .t-plan__slider li a h3 {
  font-size: 13px;
}
.t-plan .t-plan__wrap .t-plan__slider li a .txt {
  font-size: 13px;
}
.t-plan .t-plan__ttl p {
  margin-bottom: 20px;
}
.t-plan .t-plan__ttl {
  margin-bottom: 45px;
}
.t-plan .t-plan__link {
  margin-top: 50px;
}
.t-instagram {
  padding: 0 80px;
}
.t-instagram .t-instagram__wrap {
  padding: 100px 20px 90px;
}
.t-instagram .t-instagram__inner {
  max-width: 820px;
}
.t-instagram .t-instagram__ttl {
  margin-bottom: 45px;
}
.t-instagram #sb_instagram #sbi_load {
  margin-top: 25px;
}
.t-instagram #sb_instagram #sbi_load .sbi_load_btn {
  font-size: 14px;
}
.t-news {
  padding: 150px 130px 200px;
}
.t-news__wrap h2 small {
  font-size: 20px;
}
.t-news__wrap h2 {
  font-size: 26px;
  margin-bottom: 50px;
}
.t-news__wrap .t-news__main li a .t-news__txt dt {
  font-size: 13px;
}
footer {
  padding: 90px 60px 30px;
}
footer .f-wrap .f-wrap__left {
  width: 26%;
}
footer .f-nav li a {
  font-size: 13px;
}
footer .f-wrap__btm {
  font-size: 11px;
}
.t-bnr__btm ul li a {
    height: 164px;
}
footer .f-nav li {
  margin-bottom: 0.5em;
}
}
@media print, screen and (max-width: 1160px) and (min-width:768px) {
.t-concept__top .concept__inner .txt p {
  font-size: 14px;
}
.t-rooms__top .t-rooms__inner .txt p {
  font-size: 14px;
}
.en-com__ttl {
  font-size: 11px;
}
.t-rooms__top .t-rooms__ttl h2 {
  font-size: 28px;
}
.t-rooms__top .t-rooms__ttl p {
  font-size: 20px;
}
.t-rooms__001 li .program-panel-text p.program-panel__behavior {
  font-size: 14px;
}
.t-concept__top .t-concept__ttl h1 {
  font-size: 20px;
}
.t-concept__top .t-concept__ttl h2 {
  font-size: 28px;
}
.com-line a {
  font-size: 14px;
}
.t-rooms__001 li .program-panel-text p.program-panel__title {
  font-size: 21px;
}
.t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl p {
  font-size: 14px;
}
.t-bnr__link .t-bnr__link__inner p.t-bnr__link__more span {
  font-size: 14px;
}
.t-bnr__link ul li a {
  height: 320px;
}
.t-bnr__link .t-bnr__link__inner .t-bnr__link__ttl h2 {
  font-size: 23px;
}
.t-stay .t-stay__wrap h2 {
  font-size: 26px;
}
.t-stay .t-stay__wrap .t-stay__txt h3 {
  font-size: 22px;
}
.t-stay .t-stay__wrap .t-stay__txt p {
  font-size: 13px;
}
.t-stay .t-stay__wrap .t-stay__dots .t-stay__thumb li {
  font-size: 13px;
}
.t-plan .t-plan__ttl h2 {
  font-size: 26px;
}
.t-plan .t-plan__wrap .t-plan__slider li a h3 {
  font-size: 13px;
}
.t-plan .t-plan__wrap .t-plan__slider li a .txt {
  font-size: 13px;
}
.t-instagram #sb_instagram #sbi_load .sbi_load_btn {
  font-size: 14px;
}
.t-news__wrap h2 small {
  font-size: 20px;
}
.t-news__wrap h2 {
  font-size: 26px;
}
.t-news__wrap .t-news__main li a .t-news__txt dt {
  font-size: 13px;
}
footer .f-nav li a {
  font-size: 13px;
}
footer .f-wrap__btm {
  font-size: 11px;
}
}


.bg_txt a {
  font-size: 140%;
}
.freetxt_custom p {
  font-size: 18px;
}
@media print, screen and (max-width: 767.9px) {
  .freetxt_custom p {
    font-size: 14px;
  }
}
.playfee .bg_txt {
  margin-top: 30px;
  text-align: center;
}
.playfee .bg_txt h3 {
  padding-bottom: 0;
}
.freetxt_custom a {
  font-size: 140%;
}
.freetxt_custom_inner {
  border: 1px solid #adadad;
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
.freetxt_custom_inner {
  padding: 2.5em 2em 2em;
}
}
@media print, screen and (max-width: 767.9px) {
.freetxt_custom_inner {
  padding: 1.5em 1em 1em;
} 
}
.freetxt_custom_inner h3 {
  position: absolute;
  top: -20px;
  background: #fff;
  padding: 0 15px 0;
  font-size: 140%;
  font-weight: 600;
}
.freetxt_custom p.tel {
  padding-top: 15px;
}
.gtable.cxl th {
  padding: 30px 0;
  width: 18%;
}

.gtable.cxl td {
  vertical-align: middle;
}
@media print, screen and (min-width: 1251px) {
  .mainwrap.freetxt_custom.member_info {
    max-width: 1020px;
}
}
.member_info .freetxt_custom_inner p {
  padding-bottom: 1.1em;
}
.member_info .freetxt_custom_inner h3 {
  left: 50%;
  transform: translateX(-50%);
}
.txt_imgarea.img_top01.member_info .txt_area .txt p {
  margin-bottom: 0;
}
.gtable th.day {
  background: #929292!important;
  color: #fff!important;
  border-right: 1px solid #d4d4d4;
}
.gtable td.day {
  border-right: 1px solid #d4d4d4;
}
.gtable.discount th {
  background: #eeeeee;
  color: #242424;
  width: unset;
}
.gtable.discount th.day {
  width: 25%;
}
@media print, screen and (max-width: 960px) {
  .gtable.discount th.day {
    width: 145px;
}
}
@media print, screen and (max-width: 767.9px) {
.combi .freetxt_custom_inner h3 {
  font-size: 120%;
  width: 240px;
}
}
.inner_bg {
  background: #F2EFE7;
  padding: 2.5em;
}
@media print, screen and (max-width: 767.9px) {
.inner_bg {
  padding: 1.5em;
}
}
@media print, screen and (min-width: 961px) {
.txt_imgarea.img_left01.layout > ul > li {
    align-items: flex-end;
}
}
.event .chronology_innner tr td:first-of-type {
  width: 230px;
  text-align: center;
}
.txt_imgarea.img_left02.grsv .txt_area .t-plan__link a {
  text-align: center;
  margin: 30px auto 0 0;
  line-height: 1;
  background-color: #8c8279;
  color: #fff;
}
.txt_imgarea.img_left02.grsv .txt_area .t-plan__link a {
  font-size: 18px;
  max-width: 240px;
  padding: 21px 10px;
}
.txt_imgarea.img_left02.grsv > ul > li .txt_area h4,
 .txt_imgarea.img_left02.grsv > ul > li:nth-child(2) .txt_area h4 {
  font-size: 150%;
}
.txt_imgarea.img_left02.grsv {
  padding: 30px 30px 30px;
}
.grsv .bg_txt {
  background: none;
}
.sprsv {
  padding-top: 20px;
}
.sprsv ul {
  display: flex;
  align-items: center;
}
.sprsv li:first-of-type {
  width: 20%;
  min-width: 160px;
  margin-right: 20px;
}
.sprsv li:first-of-type img {
  border: 1px solid #242424;
}
@media print, screen and (max-width: 767.9px) {
  .sprsv ul {
    flex-direction: column;
}
.sprsv li:first-of-type {
margin-bottom: 20px;
margin-right: 0;
}
.freetxt_custom_inner h3 {
  font-size: 125%;
          width: 280px;
}
.sprsv .freetxt_custom_inner h3 {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 92%;
}
.sprsv .freetxt_custom_inner {
  padding: 2.5em 1em;
}
.sprsv li:first-of-type {
  min-width: 120px;
}
}
@media print, screen and (max-width: 375px) {
.sprsv .freetxt_custom_inner h3 {
  font-size: 110%;
}
}


/* モニターサイズに合わせて調整 */
@media print, screen and (min-width: 1261px) {
  .h-nav.is-fixed .h-sns {
    display: block;
  }
  .h-nav.is-fixed .h-nav__list {
    display: flex;
    margin-right: 210px;
  }
  .page-id-181.page .h-nav.is-fixed .h-nav__list {
    margin-right: 140px;
}
}
@media print, screen and (max-width: 1560px) and (min-width:1261px) {
  .h-nav.is-fixed .h-nav__list {
    margin-right: 150px;
  }
  .h-nav .h-nav__list li a {
    font-size: 14px;
    letter-spacing: 0;
}
  .page-id-181.page .h-nav.is-fixed .h-nav__list {
    margin-right: 107px;
}
.page-id-181.page .h-nav .h-nav__golf {
  width: 150px;
}
.page-id-181.page footer .h-nav .h-nav__golf {
  width: 200px;
}
.page-id-181.page .h-nav .h-nav__list li a {
  font-size: 12px;
  letter-spacing: 0;
}
.page-id-181.page .h-nav .h-nav__logo {
  width: 12%;
}
.page-id-181.page .h-nav .h-nav__main {
  width: 87%;
}
.page-id-181.page header .h-nav.is-fixed .gtranslate_wrapper {
  right: 425px;
}
}
@media print, screen and (max-width: 1280px) and (min-width: 961px) {
#mainvisualarea .mv-slider .mv-slider__img, #mainvisualarea .mv-slider .mv-slider__img div {
    max-width: 100%;
    height: 100vh;
}
}

.golf .link_list.glink > ul > li.is-fade:last-of-type {
  background: #8c8279;
}
.golf .link_list.glink > ul > li:last-of-type a::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.golf .link_list.glink > ul > li.is-fade:last-of-type .txt {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
.tbl_contents.group_tbl .tbl_none {
  max-width: 860px;
}
.tbl_contents.group_tbl .tbl_none table th {
  width: 34%;
  padding: 30px;
  vertical-align: middle;
}
.tbl_contents.group_tbl .tbl_none table td {
  width: 63%;
  padding: 30px;
  font-size: 24px;
  line-height: 1.4;
}
}
.tbl_contents.group_tbl .tbl_none table td a {
  font-size: 0.6em;
}
.tbl_contents.group_tbl .tbl_none table td span {
  font-size: 0.7em;
}
@media print, screen and (max-width: 960px) and (min-width:768px) {
  .tbl_contents.group_tbl .tbl_none table td {
  padding: 15px;
  font-size: 20px;;
}
.tbl_contents.group_tbl .tbl_none table td a {
  font-size: 0.7em;
}
.tbl_contents.group_tbl .tbl_none table td span {
  font-size: 0.8em;
}
}
@media print, screen and (max-width: 767.9px) {
.tbl_contents.group_tbl .tbl_none table td {
  width: 63%;
  padding: 15px;
  font-size: 16px;
  line-height: 1.4;
}
.tbl_contents.group_tbl .tbl_none table td a {
  font-size: 0.8em;
}
.tbl_contents.group_tbl .tbl_none table td span {
  font-size: 0.9em;
}
.tbl_contents.group_tbl .tbl_none table th {
  width: 100%;
}
.tbl_contents.group_tbl .tbl_none table td {
  width: 100%;
}
}
@media print, screen and (max-width: 1160px) and (min-width:961px) {
.grsv .com-line a {
  font-size: 14px;
}
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02.grsv > ul > li .txt_area h4, .txt_imgarea.img_left02.grsv > ul > li:nth-child(2) .txt_area h4 {
    height: 50px;
    font-size: 126%;
}
.txt_imgarea.img_left02.grsv .txt_area .t-plan__link a {
  padding: 16px 10px;
}
.event .chronology_innner tr td:first-of-type {
  width: 140px;
  text-align: center;
}
.link_list.glink > ul > li:first-of-type a {
  letter-spacing: -1.7px;
}
.golf .link_list > ul.frames .link_listimg+.txt {
  letter-spacing: -1px;
          font-size: 11.5px;
}
.golf .link_list > ul.frames > li {
  width: 34%;
}
.accordion.hole ul li table td span {
  font-size: 78%!important;
}
.txt_imgarea.img_left02.service > ul {
  flex-direction: column;
}

.txt_imgarea.img_left02.service > ul li {
  width: 100%;
}
}
@media print, screen and (max-width: 767.9px) {
.txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
  font-size: 18px;
  font-weight: 400;
}
.txt_imgarea.img_left02 .txt_area .txt p {
  font-size: 14px;
}
.sprsv .com-line {
  text-align: center;
}
.facilities .link_list.flink > ul > li:last-of-type a {
  letter-spacing: -2px;
}
}
.tbl_contents.hstbl {
  padding: 0 0 50px;
  position: relative;
}
.rspec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
}
.txt_area .rspec .com-line:nth-of-type(2) {
  margin-left: 1em;
}
@media print, screen and (max-width: 1400px) and (min-width: 1161px) {
.rspec {
  max-width: 410px;
}
}
@media print, screen and (max-width: 1160px) and (min-width: 768px) {
.rspec {
  max-width: 460px;
}
}
@media print, screen and (max-width: 767.9px) {
.rspec {
  max-width: 330px;
}
}

/* アクセスマップ */
.mainwrap.inner_sp.image-map {
  position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.image-map__link {
position: absolute;
}
  
@media print,
screen and (min-width: 768px) {
.image-map__link {
  width: 16vw;
  right: 25vw;
}
}
@media print,
screen and (min-width: 768px) and (max-width: 960px) {
.image-map__link {
  top: 10vh;
}
}
@media print,
screen and (min-width: 961px) and (max-width: 1160px) {
.image-map__link {
  top: 13vh;
}
}
@media print,
screen and (min-width: 1161px) and (max-width: 1360px) {
.image-map__link {
  top: 15.5vh;
}
}
@media print,
screen and (min-width: 1361px) and (max-width: 1560px) {
.image-map__link {
  top: 18vh;
}
}
@media print,
screen and (min-width: 1561px) and (max-width: 1800px) {
.image-map__link {
  top: 21vh;
}
}
@media print,
screen and (min-width: 1801px) {
.image-map__link {
  top: 25vh;
}
}
@media print,	screen and (max-width: 767.9px) {
.image-map__link{
width: 50vw;
bottom: -7vh;
right: 35vw;
}
}
.route ul {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 961px) {
.route ul {
  padding: 0 80px;
}
}
.route li {
  width: 46.377%;
}
.mainwrap.route {
  max-width: 1380px;
}
.route .p-tag {
  margin-bottom: 7%;
}
.route img {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
}
.route .is-fade img {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.route li:nth-of-type(2) .is-fade img {
  transition-delay: 0.2s;
}
@media print, screen and (max-width: 960px) {
  .route ul {
    flex-direction: column;
  }
  .route li {
    width: 100%;
    margin: 0 auto;
  }
  .route li:first-of-type {
    margin-bottom: 50px;
  }
  }
  @media print, screen and (max-width: 960px) and (min-width:768px) {
  .route li {
    width: 80%;
}
  }
  @media print, screen and (max-width: 767.9px) {
    .route {
      margin-top: 50px;
  }
  }
  @media print, screen and (min-width: 768px) {
    .txt_imgarea.img_right01.hanabi .txt_area .txt .freetxt_custom_inner p {
      font-size: 16px;
  }
  }
@media print, screen and (min-width: 768px) {
.txt_imgarea.img_right01.hanabi .txt_area .t-plan__link a {
  font-size: 18px;
  max-width: 300px;
  padding: 21px 10px;
}
}

.txt_imgarea.img_right01.hanabi .txt_area .t-plan__link a {
  text-align: center;
  margin: 30px auto 0 0;
  display: block;
  line-height: 1;
  background-color: #8c8279;
  color: #fff;
}

@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_right01.hanabi .txt_area .t-plan__link a {
    margin: 30px auto 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_right01.hanabi .txt_area .t-plan__link a {
    font-size: 14px;
    max-width: 220px;
    padding: 18px 10px;
    margin: 20px auto 0;
}
}
.hanabi .freetxt_custom {
  padding-top: 50px;
}
@media print, screen and (max-width: 767.9px) {
  .gmap iframe {
    height: 350px;
}
}
.hanabi_sc .sd_content {
  cursor: auto;
}
.hanabi_sc .tblbg {
  background: #eeeeee;
  text-align: center;
}
.hanabi_sc_inner td {
  padding: 10px 30px;
  border-top: 1px solid #d4d4d4;
}
@media print, screen and (max-width: 767.9px) {
  .hanabi_sc .tblbg {
    width: 70px;
}
.hanabi_sc_inner td {
  padding: 10px 20px;
}
}
@media print, screen and (min-width: 961px) {
.link_list.glink > ul > li {
    width: 15%;
}
.link_list.glink > ul > li:nth-child(5n) {
  margin-right: 2%;
}
.link_list.glink > ul > li:nth-child(6n), .link_list > ul > li:last-of-type {
  margin-right: 0;
}
.link_list.glink > ul > li:nth-child(6) {
  margin-top: 0;
}
.link_list.glink > ul > li:nth-child(n+7) {
  margin-top: 3%;
}
.link_list.glink > ul > li a {
  letter-spacing: 0;
}
}
@media print, screen and (max-width: 1210px) and (min-width: 961px) {
.link_list.glink > ul > li a {
  padding: 15px 0 30px 0;
}
}
@media print, screen and (max-width: 1080px) and (min-width: 961px) {
.link_list.glink > ul > li a {
  font-size: 16px;
}
}

@media only screen and (min-width: 961px) {
.h-search__btn a span.sp_taview {
    display: none;
}
.h-search__btn a span.pcview {
    display: inline-block;
}
}
@media only screen and (max-width: 960px) {
.h-search__btn a span.sp_taview {
    display: inline-block;
}
.h-search__btn a span.pcview {
    display: none;
}
}

/* 下層パーツ文字サイズ調整 */
@media print, screen and (max-width: 1400px) and (min-width:768px) {
  .p-tag h2 {
    font-size: 28px;
}

.sub_lead {
    font-size: 16px;
}

.link_list > ul > li a {
    font-size: 14px;
}

.txt_imgarea.img_top01 h4, .slide_thumb h4, .txt_imgarea.img_left01 h4, .txt_imgarea.img_right01 h4 {
    font-size: 26px;
}

.txt_imgarea.img_left01 .txt_area .txt p, .txt_imgarea.img_right01 .txt_area .txt p, .txt_imgarea.img_top01 .txt_area .txt p, .slidethumb_txt.img_left01 .txt_area .txt p, .slidethumb_txt.img_right01 .txt_area .txt p, .slide_thumb .txt_area .txt p {
    font-size: 14px;
}

.txt_imgarea.img_top01 .txt_area__inner h4 {
    font-size: 19px;
}
.hotel .txt_imgarea.img_top01 .txt_area__inner h4 {
  font-size: 16px;
}

.txt_imgarea.img_top01.imgnone .txt_area .t-plan__link a {
    font-size: 14px;
}

.txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
    font-size: 18px;
}

.txt_imgarea.img_left02 .txt_area .txt p {
    font-size: 14px;
}

.tbl_contents .tbl_flex table th {
    font-size: 18px;
}

.tbl_contents table td {
    font-size: 14px;
}

.tbl_contents .tbl_none table th {
    font-size: 14px;
}
.slidethumb_txt.img_left01 h4, .slidethumb_txt.img_right01 h4 {
  font-size: 26px;
}

.txt_imgarea.img_top02 h4 {
  font-size: 26px;
}

.txt_imgarea.img_top02 .txt_area .txt p {
  font-size: 14px;
}
.slide_thumb .t-plan__link a, .slidethumb_txt .t-plan__link a {
  font-size: 14px;
}
.p-tag h3 {
  font-size: 22px;
}
.txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
  font-size: 14px;
}
.slidethumb_txt.img_left01 h4, .slidethumb_txt.img_right01 h4 {
  font-size: 26px;
}
.etc_list03 p {
  font-size: 14px;
}
.etc_list02 p {
  font-size: 14px;
}
.bg_txt h3 {
  font-size: 18px;
}
.bg_txt p {
  font-size: 14px;
}
.hpc_custom p {
  font-size: 14px;
}
.hpc_custom p span {
  font-size: 96%!important;
}
.accordion ul li .sd_h4 table td {
  font-size: 20px;
}
.accordion ul li .sd_content table td {
  font-size: 14px;
}
.freetxt_custom_inner h3 {
  font-size: 110%;
}

.txt_imgarea.img_right01.hanabi .txt_area .txt .freetxt_custom_inner p {
  font-size: 14px;
}

.txt_imgarea.img_right01.hanabi .txt_area .t-plan__link a {
  font-size: 14px;
}

.accordion ul li .sd_h4 table td {
  font-size: 20px;
}

.accordion ul li .sd_content table td {
  font-size: 14px;
}
.access .att {
  font-size: 96%;
}
.access .txt_imgarea.img_top03 h4, .access .txt_imgarea.img_top04 h4 {
  font-size: 18px;
  font-weight: 600;
}
.txt_imgarea.img_top04 .txt p {
  font-size: 14px;
}
.route .p-tag h2 {
  font-size: 26px;
}
.golf .bg_txt h3 {
  font-size: 16px;
}
.guidance li {
  font-size: 96%;
}
.gtable table {
  font-size: 14px;
}
.design_department_inner {
  font-size: 14px;
}
.golf .freetxt_custom p {
  font-size: 14px;
}
.txt_imgarea.img_left02.grsv > ul > li .txt_area h4, .txt_imgarea.img_left02.grsv > ul > li:nth-child(2) .txt_area h4 {
  font-size: 120%;
}
.txt_imgarea.img_left02.grsv .txt_area .t-plan__link a {
  font-size: 14px;
}
.sprsv .com-line a {
  font-size: 14px!important;
}
.tbl_contents.group_tbl .tbl_none table td {
  font-size: 20px;
}
.acv_list dd {
  font-size: 14px;
}
.c_wrap .sidebar select {
  font-size: 14px;
}
.post_content h2 {
  font-size: 20px;
}
.c_wrap .post .post_content p {
  font-size: 14px;
}
}
@media print, screen and (max-width: 1400px) and (min-width:1261px) {
.h-nav__menu .menu-inner {
  max-width: 500px;
}
.h-nav__menu .menu-gnav {
  height: 240px;
}
.h-nav__menu .menu-gnav li a {
  font-size: 18px;
}
.h-nav__menu .menu-gnav {
  align-items: end;
}
.h-nav__menu .menu-gnav li {
  width: 45%;
}
.h-nav__menu .menu-btm li a {
  font-size: 14px;
}
}
.c_wrap .sidebar select {
  font-family: "Shippori Mincho B1", serif;
}
@media print, screen and (min-width: 1401px) {
.h-nav__menu .menu-gnav li {
  width: 43%;
}
.h-nav__menu .menu-gnav {
  align-items: center;
}
.h-nav__menu nav {
  padding: 15vh 20px 0;
}
.route .p-tag h2 {
  font-size: 32px;
}
.access .txt_imgarea.img_top03 h4, .access .txt_imgarea.img_top04 h4 {
  font-weight: 600;
}
.access .txt_imgarea.img_top03 h4, .access .txt_imgarea.img_top04 h4 {
  font-size: 20px;
}
}
@media print, screen and (max-width: 1630px) and (min-width:1461px) {
.t-stay .t-stay__wrap h2{
    font-size: 30px;
}
}
footer .h-nav {
    padding: 0;
    background: #8c8279;
    width: 200px;
}
footer .h-nav .h-nav__golf {
    width: 200px;
    padding: 0 20px;
}
footer .line_ov::before,
footer .line_ov::after,
footer .line_ov:hover::after{
    background: none;
}
/*.page-id-181.page footer .h-nav .h-nav__golf {
  width: 200px;
}*/
@media print, screen and (max-width: 767.9px) {
footer .h-nav {
    position: relative;
    top: unset;
    left: unset;
    z-index: 1;
    padding: 0;
    background: #8c8279;
    width: 180px;
    margin: 20px auto;
}
.home footer .h-nav .h-nav__golf {
    position: relative;
    top: unset;
    margin: 20px auto;
    left: unset;
    width: 180px;
    padding: 7px 20px;
}
footer .h-nav .h-nav__golf {
        position: relative;
        top: unset;
        margin: 20px auto;
        left: unset;
        width: 180px;
        padding: 7px 20px;
}
}
/* やまゆりカップ */
.yamayuri_tbl {
    border: 1px solid #ccc;
}
.yamayuri_tbl th {
    color: #fff;
    background: #999;
}
.yamayuri_tbl th, .yamayuri_tbl td {
    text-align: center;
    border: 1px solid #ccc;
}
.t-bnr__link .t-plan__ttl h2, .t-bnr__link .t-plan__ttl p, .t-bnr__link .t-plan__ttl h2 + p {
    opacity: 0;
    filter: blur(10px);
    transition-property: opacity, transform, filter, letter-spacing;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.t-bnr__link .t-plan__ttl.is-fade h2, .t-bnr__link .t-plan__ttl.is-fade p, .t-bnr__link .t-plan__ttl.is-fade h2 + p {
    opacity: 1;
    filter: blur(0);
}
/*.t-bnr__link .t-plan__ttl {
    opacity: 0;
    filter: blur(10px);
    transition-property: opacity, transform, filter, letter-spacing;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.t-bnr__link .t-plan__ttl.is-fade {
    opacity: 1;
    filter: blur(0);
}*/

.t-access {
    position: relative;
}
@media print, screen and (max-width: 767.9px) {
.t-access{
    padding: 40px 0 80px;
}
}
.t-access .wrap {
    margin: 0 auto;
}
@media print, screen and (min-width: 1281px) {
.t-access .wrap {
    max-width: 80vw;
}
}
@media print, screen and (max-width: 1280px) and (min-width: 1161px) {
.t-access .wrap {
    max-width: 90vw;
}
}
.t-access .t-plan__ttl {
    text-align: center;
}
.t-access .t-plan__ttl p {
    margin-bottom: 25px;
}
.t-access .t-plan__ttl h2 + p {
    font-weight: 400;
}
@media print, screen and (min-width: 768px) {
.t-access {
  padding: 140px 0;
}
.t-access .t-plan__ttl {
        margin-bottom: 60px;
}
.t-access .t-plan__ttl h2 + p {
    line-height: 3;
}
.t-access .t-plan__ttl h2 {
    line-height: 1.55;
}
}
@media print, screen and (min-width: 1401px) {
.t-access .t-plan__ttl h2 {
    font-size: 35px;
}
.t-access .t-plan__ttl h2 + p {
    font-size: 24px;
}
}
@media print, screen and (max-width: 1400px) and (min-width: 768px) {
.t-access .t-plan__ttl h2 {
    font-size: 28px;
}
}
@media print, screen and (max-width: 1400px) and (min-width: 1161px) {
.t-access .t-plan__ttl h2 + P {
    font-size: 20px;
}
}
@media print, screen and (max-width: 767.9px) {
.t-access .t-plan__ttl h2 {
    font-size: 21px;
}
.t-access .t-plan__ttl h2 + p {
    margin-bottom: 50px;
}
}
@media print, screen and (min-width: 1161px) {
.t-access ul {
    display: flex;
    justify-content: space-between;
}
.t-access ul li {
    width: 48%;
}
}
@media print, screen and (max-width: 1160px) {
.t-access .txt {
    padding: 20px;
}
.t-access .com-line {
  margin: 0 auto;
  text-align: center;
}
}
.t-access .txt p {
    line-height: 2;
}
@media print, screen and (min-width: 961px) {
.t-access .txt p  {
    font-size: 18px;
}
}
.t-access .com-line {
    margin-top: 2em;
}
@media print, screen and (max-width: 1160px) and (min-width: 768px) {
.t-access .txt p {
    font-size: 14px;
}
}
.cat-label span,
.cat_list span {
    padding: 1px 5px;
    margin-bottom: 3px;
    margin-right: 3px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
}
.cat-label span.yamayuri,
.thumb_img .cat_list span.yamayuri {
    background-color: rgb(194 121 13 / 50%);
}
.cat-label span.news,
.thumb_img .cat_list span.news {
    background-color: rgb(36,36, 36, 0.7);
}
@media print, screen and (max-width: 767.9px) {
.gtable.warimashi table {
    max-width: 340px;
}
.gtable.warimashi div {
  max-width: 340px;
}
.gtable.warimashi th {
    width: 35%;
}
}
.gtable span.price {
    font-size: 120%;
}
.inner_bg .t-plan__link a {
    font-size: 18px;
    max-width: 240px;
    padding: 21px 10px;
    text-align: center;
    margin: 30px auto;
    line-height: 1;
    background-color: #8c8279;
    color: #fff;
}
@media print, screen and (min-height: 781px) {
header .h-nav__menu .menu-rsv {
  margin: 0 auto 40px;
  max-width: 280px;
  }
}
header .h-nav__menu .menu-rsv {
margin: 0 auto 40px;
max-width: 280px;
}
@media print, screen and (max-width: 767.9px) {
header .h-nav__menu .menu-rsv {
    margin: 35px auto 40px;
}
}
.h-nav__menu .menu-rsv p {
    text-align: center;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 18px;
}
@media print, screen and (max-width: 767.9px) {
.h-nav__menu .menu-rsv p {
    font-size: 16px;
}
}
.h-nav__menu .menu-rsv li {
    margin-bottom: 1px;
}
@media print, screen and (min-width: 768px) {
header .h-nav__menu .menu-rsv a {
  font-size: 16px;
  padding: 14px 10px;
}
}
@media print, screen and (min-width: 768px) {
    .tbl_contents.clubhakone_tokuten table td {
        font-size: 16px;
    }
}
@media print, screen and (max-width: 1880px) and (min-width: 1561px) {
.h-nav .h-nav__list li a {
    font-size: 15px;
}
.h-nav.is-fixed .h-nav__list {
    margin-right: 160px;
}
}
@media print, screen and (max-width: 1410px) and (min-width: 1261px) {
/*.h-nav .h-nav__list li:not(:last-of-type) {
    margin-right: 8px;
}*/
.h-nav .h-nav__list li a {
    font-size: 13px;
    letter-spacing: -0.5px;
}
.h-nav.is-fixed .h-nav__list {
    margin-right: 130px;
}
}
@media print, screen and (min-width: 768px) {
.option {
  font-size: 78%;
}
}
@media print, screen and (max-width: 767.9px) {
.option {
  font-size: 90%;
}
}
.guidance li:last-of-type img {
    max-width: 300px;
}
@media print, screen and (max-width: 767.9px) {
.guidance li:last-of-type {
    margin: 10px auto;
}
.guidance li:last-of-type p:first-of-type {
    text-align: center;
}
}
.clubhakone_tokuten th {
    text-align: left;
}
@media print, screen and (max-width: 1560px) and (min-width: 1261px) {
.page-id-181.page header .h-nav.is-fixed .gtranslate_wrapper {
  right: 300px;
}
}
.accordion .other li .chronology_innner.yamayuri_cup table th {
    display: table-cell;
    color: #242424;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    width: auto;
    padding: 20px 0;
    background: #eeeeee;
}
.chronology_innner.yamayuri_cup tr td:first-of-type {
  background: #fff;
}
.event .chronology_innner.yamayuri_cup tr td:first-of-type {
    width: unset;
    text-align: center;
}
.event .chronology_innner.yamayuri_cup tr td {
    text-align: center;
}
@media print, screen and (max-width: 767.9px) {
.tbl_contents.group_tbl.group_list .tbl_none table td {
    text-align: center;
}
}
.solorsv {
  line-height: 1.2;
}
.solorsv span {
  display: inline-block;
  font-size: 70%;
  letter-spacing: 0.5px;
}
.h-nav__menu .menu-rsv a span {
  background-image: unset;
  padding-left: 0;
}

@media print, screen and (max-width: 1340px) and (min-width: 1261px) {
.h-nav.is-fixed .h-nav__list {
    display: none;
}
}