@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Hina+Mincho&family=Noto+Serif+JP:wght@200..900&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: #333333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333333;
  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: #2f3034;
  letter-spacing: 0.1em;
  word-break: break-all;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media only screen and (max-width: 767.9px) {
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    animation: none;
    font-size: 13px;
    -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: #2f3034;
  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 --
--------------------------------------------------------------　*/
.en-f {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.mainwrap,
.widewrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .mainwrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1660px) {
  .widewrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1321px) {
  .mainwrap {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 1661px) {
  .widewrap {
    max-width: 1600px;
  }
}
@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 --
----------------------　*/
#breadcrumb {
  line-height: 1;
  padding: 7px 10px;
}
@keyframes vertical-scroll01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes vertical-scroll01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
#breadcrumb ul li {
  display: inline-block;
  position: relative;
  color: #8a8d97;
}
@media print, screen and (max-width: 767.9px) {
  #breadcrumb ul li {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}
#breadcrumb ul li:nth-child(even) {
  padding: 0 5px;
}
#breadcrumb ul li a {
  color: #8a8d97;
}

/* -- アニメーション --
--------------------------------------------------------------　*/
@keyframes bg3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  25% {
    transform: scale(1) translate(0, 10px);
    opacity: 0.5;
  }
  50% {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: scale(1) translate(0, 10px);
    opacity: 0.7;
  }
  100% {
    transform: translate(0, 1);
    opacity: 1;
  }
}
@keyframes zoom-out-anim {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeZoomOut {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(82, 175, 152, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(82, 175, 152, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(82, 175, 152, 0);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-up {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* -- header --
--------------------------------------------------------------　*/
header {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  header h1,
  header .h1_txt {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  header h1,
  header .h1_txt {
    top: 95px;
    left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  header h1,
  header .h1_txt {
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 1.66;
    z-index: 2;
  }
}
@media print, screen and (min-width: 961px) {
  header h1,
  header .h1_txt {
    top: 40px;
    left: 200px;
  }
}

@media print, screen and (min-width: 768px) {
  .home header h1 {
    top: 40px;
    left: 40px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .h-fixed {
    position: fixed;
  }
  .ht-logo {
    top: 10px;
    left: 20px;
    width: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-fixed {
    position: absolute;
    transition: all 0.7s;
  }
  .h-fixed.is-hdn {
    transform: translateY(-200px);
  }
  .h-fixed.is-on {
    position: fixed;
    transform: translateY(0);
  }
  .ht-logo {
    transform: translateY(-200px);
    top: 20px;
    left: 40px;
  }
}
.ht-logo {
  z-index: 4;
}
@media print, screen and (max-width: 767.9px) {
  .ht-logo__page {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-logo__page {
    position: absolute;
    left: 40px;
    top: 20px;
    z-index: 4;
  }
}

.ht-wrap {
  width: 100%;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
.ht-wrap.is-on {
  background-image: url(../images/common/nav-fixed.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.ht-wrap.is-on .ht-wrap__nav {
  opacity: 1;
}
@media print, screen and (max-width: 767.9px) {
  .ht-wrap {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-wrap {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ht-wrap .com-rsv {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-wrap .com-rsv {
    width: 138px;
    margin: 0 20px;
  }
  .ht-wrap .com-rsv a {
    padding: 10px 0;
    font-size: 15px;
    background-position: left 30px top 50%;
  }
  .ht-wrap .com-rsv a span {
    padding-left: 30px;
  }
}
@media print, screen and (max-width: 1420px) {
  .ht-wrap__nav {
    display: none;
  }
}
@media print, screen and (min-width: 1421px) {
  .ht-wrap__nav {
    display: flex;
    align-items: center;
    margin-right: 20px;
    opacity: 0;
  }
  .ht-wrap__nav li {
    margin-right: 20px;
  }
  .ht-wrap__nav li a {
    color: #fff;
    font-size: 15px;
  }
}

.is-hdn #gtranslate {
  display: none;
}

#gtranslate {
  position: relative;
}
#gtranslate .gtranslate_wrapper {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  #gtranslate {
    margin-right: 10px;
  }
}
#gtranslate .g-label {
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media print, screen and (max-width: 767.9px) {
  #gtranslate .g-label {
    padding: 5px 20px 5px 5px;
    font-size: 12px;
  }
  #gtranslate .g-label::before {
    top: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  #gtranslate .g-label {
    padding: 10px 20px 10px 10px;
    font-size: 14px;
  }
  #gtranslate .g-label::before {
    top: 18px;
  }
}
#gtranslate .g-label::before {
  content: "";
  position: absolute;
  right: 3px;
  width: 7px;
  height: 7px;
  border: 4px solid transparent;
  border-top: 7px solid #fff;
}
#gtranslate a.glink {
  display: block;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  #gtranslate a.glink {
    padding-left: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  #gtranslate a.glink {
    padding-left: 10px;
  }
}

#close-btn,
#toggle {
  border: solid 1px #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.7s;
  cursor: pointer;
}
@media print, screen and (max-width: 767.9px) {
  #close-btn,
  #toggle {
    width: 30px;
    height: 30px;
  }
  #close-btn::before, #close-btn::after,
  #toggle::before,
  #toggle::after {
    width: 15px;
  }
  #close-btn::before,
  #toggle::before {
    top: 12px;
  }
  #close-btn::after,
  #toggle::after {
    top: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  #close-btn,
  #toggle {
    width: 40px;
    height: 40px;
  }
  #close-btn::before, #close-btn::after,
  #toggle::before,
  #toggle::after {
    width: 20px;
  }
  #close-btn::before,
  #toggle::before {
    top: 17px;
  }
  #close-btn::after,
  #toggle::after {
    top: 23px;
  }
}
#close-btn::before, #close-btn::after,
#toggle::before,
#toggle::after {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.7s;
}

#close-btn {
  border-color: #2f3034;
  position: absolute;
}
@media print, screen and (max-width: 767.9px) {
  #close-btn {
    top: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #close-btn {
    top: 40px;
    right: 40px;
  }
}
#close-btn::before, #close-btn::after {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #2f3034;
}
#close-btn::before {
  transform: rotate(45deg);
}
#close-btn::after {
  transform: rotate(-45deg);
}

.ht-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background-color: #fff;
  display: none;
}
@media print, screen and (max-width: 960px) {
  .ht-nav__main {
    width: 100%;
  }
  .ht-nav__img {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .ht-nav nav {
    display: flex;
  }
  .ht-nav__img, .ht-nav__main {
    width: 50%;
  }
  .ht-nav__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ht-nav__img, .ht-nav__main {
  height: 100vh;
}
.ht-nav__img {
  background-image: url(../images/common/menu_bg_img.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  animation: zoom-out-anim 12s;
  overflow: hidden;
  text-align: center;
}
.ht-nav__img p {
  font-family: "Hina Mincho", serif;
  color: #fff;
  margin-bottom: 20px;
}
.ht-nav__main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ht-nav__main .sp-logo {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 961px) {
  .ht-nav__main .sp-logo {
    display: none;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ht-nav__main .sp-logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ht-nav__list {
  display: flex;
  justify-content: space-between;
  max-width: 580px;
  width: 92%;
  margin-bottom: 15vh;
  position: relative;
}
@media print, screen and (max-width: 1400px) {
  .ht-nav__list {
    justify-content: center;
  }
}
.ht-nav__list ul a {
  display: inline-block;
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  .ht-nav__list ul:first-of-type {
    margin-right: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-nav__list ul:first-of-type {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .ht-nav__list ul:first-of-type li {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1061px) {
  .ht-nav__list ul:first-of-type li {
    font-size: 20px;
  }
}
.ht-nav__list ul:first-of-type li:not(:last-of-type) {
  margin-bottom: 2em;
}
.ht-nav__list ul:last-of-type li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media print, screen and (max-width: 767.9px) {
  .ht-nav__list ul:last-of-type li {
    font-size: 10px;
  }
}
.ht-nav__list .com-contact {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 767.9px) {
  .ht-nav__list .com-contact {
    width: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-nav__list .com-contact {
    width: 190px;
  }
}
.ht-nav__rsv {
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .ht-nav__rsv {
    max-width: 220px;
  }
  .ht-nav__rsv .bestrate {
    width: 150px;
    margin: 0 auto 20px;
  }
  .ht-nav__rsv .com-rsv a {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-nav__rsv {
    max-width: 340px;
  }
  .ht-nav__rsv .bestrate {
    margin-bottom: 20px;
  }
  .ht-nav__rsv .com-rsv a {
    padding: 18px 10px;
  }
}
.ht-nav__rsv .com-rsv a {
  background-position: left 30px top 50%;
}

/* -- mv --
--------------------------------------------------------------　*/
.top-mv__slider li.add-animation div {
  animation: zoom-out-anim 10s;
}
.top-mv__slider li.mv-slider__img {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.top-mv__slider li.mv-slider__img div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv__logo {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.top-mv__logo.h-out {
  transition: 0.5s ease-in-out !important;
  opacity: 0 !important;
}
.top-mv__logo p {
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Hina Mincho", serif;
}

.pagettl {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .pagettl {
    height: 450px;
  }
  .pagettl .pagettl-are {
    bottom: 20px;
    left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .pagettl {
    height: 100vh;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  .pagettl .pagettl-are {
    bottom: 90px;
    left: 90px;
  }
}
@media print, screen and (min-width: 1361px) {
  .pagettl .pagettl-are {
    bottom: 190px;
    left: 190px;
  }
}
.pagettl .pagettl-are {
  position: absolute;
}
.pagettl .pagettl-are p {
  color: #fff;
  letter-spacing: 0.1em;
}
.pagettl .pagettl-are p.ttl {
  font-family: "Hina Mincho", serif;
}
@media print, screen and (max-width: 767.9px) {
  .pagettl .pagettl-are p.ttl {
    font-size: 32px;
  }
  .pagettl .pagettl-are p.en-f {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .pagettl .pagettl-are p.ttl {
    font-size: 48px;
  }
  .pagettl .pagettl-are p.en-f {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 961px) {
  .pagettl .pagettl-are p.ttl {
    font-size: 60px;
  }
  .pagettl .pagettl-are p.en-f {
    font-size: 30px;
  }
}

/* -- search --
--------------------------------------------------------------　*/
@media print, screen and (min-width: 961px) {
  .h-search {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 2;
  }
  .s-ov .h-search__cts,
  .on-home .h-search__cts {
    transform: translateX(0);
  }
}
.h-search__btn {
  position: relative;
  transition: all 0.5s;
}
.h-search__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #05143f;
  text-align: center;
  width: 80px;
  height: 120px;
}
.h-search__btn a span {
  padding-top: 18px;
  display: inline-block;
  background-image: url(../images/common/serch_icon.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 50% top 0px;
  writing-mode: vertical-rl;
}
.h-search__btn p {
  font-size: 13px;
  background-color: #05143f;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 961px) {
  .h-search__btn a:hover {
    opacity: 1;
  }
}
.h-search__cts {
  background-color: #05143f;
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-search__cts form {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .h-search__cts {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .h-search__cts {
    padding: 15px 35px 30px 30px;
    position: absolute;
    height: calc(100% - 29px);
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition-duration: 0.8s;
    z-index: 1;
  }
}
@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: 1005px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form {
    max-width: 310px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .h-search__cts form .set_date {
    width: 115px;
  }
}
.h-search__cts form {
  display: flex;
  align-items: center;
}
.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%;
}
.h-search__cts form .set_date input {
  text-align: center;
  padding: 7px 0 7px 20px;
  letter-spacing: 0.17em;
}
.h-search__cts form .set_date .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
}
.h-search__cts form .set_date p {
  color: #bebebe;
  line-height: 1;
}
.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 {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.h-search__cts form .set_haku select,
.h-search__cts form .set_haku input {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.h-search__cts form .set_room select,
.h-search__cts form .set_room input {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.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);
}
.h-search__cts form .submit_btn input {
  font-weight: 600;
  background-color: #fff;
  line-height: 1;
  background-repeat: no-repeat;
  letter-spacing: 0.1em;
  border-radius: 30px;
  cursor: pointer;
  color: #2f3034;
}
.h-search__cts form .search_plan p:nth-child(1) {
  text-align: center;
  background-color: #8fcabb;
  border-radius: 15px;
}
.h-search__cts form .search_plan p:nth-child(1) a {
  color: #05143f;
}
.h-search__cts form .search_plan p:nth-child(2) {
  border-bottom: solid 1px #fff;
}
.h-search__cts form .search_plan p:nth-child(2) a {
  position: relative;
  color: #fff;
}
.h-search__cts form .search_plan p:nth-child(2) a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 3px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
.h-search__cts form .search_plan p a {
  display: block;
  line-height: 1.5;
}
.h-search__cts .bestrate {
  text-align: center;
}

@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;
  }
}
@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 {
    font-size: 15px;
  }
  .h-search__cts form .set_haku select,
  .h-search__cts form .set_haku input {
    font-size: 15px;
  }
  .h-search__cts form .set_room select,
  .h-search__cts form .set_room input {
    font-size: 15px;
  }
  .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 {
    font-size: 16px;
  }
  .h-search__cts form .set_haku select,
  .h-search__cts form .set_haku input {
    font-size: 16px;
  }
  .h-search__cts form .set_room select,
  .h-search__cts form .set_room input {
    font-size: 16px;
  }
  .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 {
    font-size: 20px;
  }
  .h-search__cts form .set_haku select,
  .h-search__cts form .set_haku input {
    font-size: 20px;
  }
  .h-search__cts form .set_room select,
  .h-search__cts form .set_room input {
    font-size: 20px;
  }
  .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;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .submit_btn {
    width: 100%;
    text-align: center;
    margin: 22px auto 13px;
  }
  .h-search__cts form .submit_btn input {
    max-width: 200px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .submit_btn input {
    font-size: 15px;
    background-position: left 35px top 50%;
    background-size: 15px;
    background-image: url(../images/common/serch_icon.png);
    padding: 12px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .h-search__cts form .submit_btn input {
    background-size: 15px;
    background-image: url(../images/common/serch_icon.png);
    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);
  }
}
@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;
  }
}
@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;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts form .search_plan p a {
    font-size: 10px;
  }
  .h-search__cts .bestrate .bestrate__inner {
    width: 140px;
    margin: auto;
  }
}
@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;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .h-search__cts .bestrate .bestrate__inner {
    padding-right: 10px;
    width: 145px;
    margin: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .h-search__cts .bestrate .bestrate__inner {
    padding-right: 35px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .h-search__cts .bestrate {
    width: 100%;
    margin-bottom: 15px;
  }
}
.h-search__btn a span {
  font-size: 16px;
  font-weight: 400;
}

@media print, screen and (max-width: 960px) {
  .h-search__btn {
    display: none;
  }
}
@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;
  }
}
/* -- 多言語対応 --
--------------------------------------------------------------*/
.lang-en,
.lang-hn,
.lang-kn,
.lang-kr {
  display: none !important;
}

[lang=en] .lang-en {
  display: inline-block !important;
}

[lang=en] .lang-jp,
[lang=en] .lang-hn,
[lang=en] .lang-kn,
[lang=en] .lang-kr {
  display: none !important;
}

[lang=zh-CN] .lang-jp,
[lang=zh-CN] .lang-en,
[lang=zh-CN] .lang-kn,
[lang=zh-CN] .lang-kr {
  display: none !important;
}

[lang=zh-CN] .lang-hn {
  display: inline-block !important;
}

[lang=zh-TW] .lang-jp,
[lang=zh-TW] .lang-hn,
[lang=zh-TW] .lang-en,
[lang=zh-TW] .lang-kr {
  display: none !important;
}

[lang=zh-TW] .lang-kn {
  display: inline-block !important;
}

[lang=ko] .lang-jp,
[lang=ko] .lang-hn,
[lang=ko] .lang-kn,
[lang=ko] .lang-en {
  display: none !important;
}

[lang=ko] .lang-kr {
  display: inline-block !important;
}

/* -- footer --
--------------------------------------------------------------*/
.sp_frsv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.sp_frsv__wrap a {
  display: block;
  color: #fff;
  background-color: #05143f;
  text-align: center;
  font-size: 13px;
  padding: 15px;
}
.sp_frsv__wrap a span {
  display: inline-block;
  line-height: 1;
  background-image: url(../images/common/callendar_icon.webp);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 12px;
  padding-left: 20px;
}

footer {
  background-image: url(../images/common/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media print, screen and (max-width: 767.9px) {
  footer {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media print, screen and (min-width: 768px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ft-wrap {
  max-width: 1420px;
  margin: auto;
  color: #fff;
}

@media print, screen and (max-width: 767.9px) {
  footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .ft-wrap__logo {
    width: 50%;
  }
  .ft-wrap__logo p {
    font-size: 10px;
  }
  .ft-wrap__data {
    width: 46%;
    max-width: 142px;
  }
  .ft-wrap__left {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  footer {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .ft-wrap__logo {
    margin-right: 50px;
  }
  .ft-wrap__left {
    justify-content: center;
  }
}
@media print, screen and (max-width: 960px) {
  .ft-wrap__left {
    display: flex;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 961px) {
  footer {
    min-height: 1000px;
    padding-top: 200px;
  }
  .ft-wrap {
    display: flex;
    justify-content: space-between;
  }
  .ft-wrap__logo {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .ft-wrap__left {
    width: 250px;
    padding-right: 50px;
  }
  .ft-wrap__right {
    width: calc(100% - 250px);
  }
  .ft-wrap__logo p {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 1261px) {
  .ft-wrap__left {
    width: 300px;
  }
  .ft-wrap__right {
    width: calc(100% - 300px);
  }
}
.ft-wrap__right {
  max-width: 820px;
  padding-top: 50px;
}

.ft-wrap__logo p {
  line-height: 1;
  margin-bottom: 25px;
  font-family: "Hina Mincho", serif;
}

.ft-wrap__sns {
  display: flex;
  margin-top: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__sns li {
    width: 20px;
  }
  .ft-wrap__sns li:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__sns li:not(:last-of-type) {
    margin-right: 15px;
  }
}

.ft-wrap__data p {
  line-height: 1.85;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__data p {
    font-size: 10px;
  }
  .ft-wrap__data p.tel {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__data p {
    font-size: 14px;
  }
  .ft-wrap__data p.tel {
    font-size: 20px;
  }
}
.ft-wrap__data a {
  color: #fff;
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ft-wrap__right {
    max-width: 730px;
    margin: auto;
  }
}
.ft-wrap__right nav {
  display: flex;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__right nav {
    justify-content: space-between;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .ft-wrap__right nav ul li a {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .ft-wrap__right nav ul:nth-child(1) {
    margin-right: 50px;
  }
  .ft-wrap__right nav ul a {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1261px) {
  .ft-wrap__right nav ul:nth-child(1) {
    margin-right: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__right nav ul:nth-child(2) {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__right nav ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__right nav ul li:not(:last-of-type) {
    margin-bottom: 26px;
  }
}
.ft-wrap__right nav a {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__right .com-contact,
  .ft-wrap__right .com-rsv {
    margin-left: auto;
    margin-right: auto;
  }
  .ft-wrap__right .com-contact {
    width: 150px;
  }
}
.ft-wrap__right .com-contact {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__right .com-contact {
    margin-left: auto;
    width: 190px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__right .com-rsv {
    width: 200px;
  }
  .ft-wrap__right .com-rsv a {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__right .com-rsv {
    width: 240px;
  }
  .ft-wrap__right .com-rsv a {
    padding: 17px 10px;
    font-size: 18px;
  }
}
.ft-wrap__right .com-rsv a {
  background-position: left 30px top 50%;
}

.ft-copy {
  line-height: 1;
  margin-top: 50px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-copy {
    text-align: center;
    font-size: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-copy {
    font-size: 13px;
  }
}

/* -- page  common --
--------------------------------------------------------------　*/
.com-contact.wt a {
  border-color: #fff;
  color: #fff;
}
.com-contact.wt a span {
  background-image: url(../images/common/mail_icon.webp);
}
.com-contact.bk a {
  border-color: #2f3034;
  color: #2f3034;
}
.com-contact.bk a span {
  background-image: url(../images/common/mail_icon_black.webp);
}
.com-contact a {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .com-contact a {
    font-size: 12px;
    padding: 1.5px 10px;
  }
  .com-contact a span {
    background-size: 16px;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .com-contact a {
    font-size: 15px;
    padding: 6.5px 10px;
  }
  .com-contact a span {
    background-size: 21px;
    padding-left: 30px;
  }
}
.com-contact a span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.com-rsv a {
  display: block;
  color: #fff;
  background-color: #05143f;
  border-radius: 30px;
  text-align: center;
  background-image: url(../images/common/callendar_icon.webp);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .com-rsv a {
    font-size: 14px;
    background-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .com-rsv a {
    background-size: 20px;
  }
}
.com-rsv a span {
  display: inline-block;
  line-height: 1;
}

@media print, screen and (max-width: 767.9px) {
  .top-h2 h2 {
    font-size: 23px;
  }
  .top-h2 h2 span {
    font-size: 15px;
  }
  .top-h2 p {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-h2 h2 {
    font-size: 36px;
  }
  .top-h2 h2 span {
    font-size: 22px;
  }
  .top-h2 p {
    font-size: 18px;
  }
}
.top-h2 h2 {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.1em;
}
.top-h2 h2 span {
  display: block;
}
.top-h2 p {
  line-height: 1;
  margin-bottom: 1em;
}

@media print, screen and (max-width: 767.9px) {
  .top-com__txt .txt p {
    font-size: 14px;
  }
  .top-com__txt .txt p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .top-com__txt p.sub-ttl {
    font-size: 21px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-com__txt .txt p {
    font-size: 18px;
    line-height: 2.2;
  }
  .top-com__txt .txt p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .top-com__txt p.sub-ttl {
    font-size: 28px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.top-com__txt p.sub-ttl {
  font-family: "Hina Mincho", serif;
}

.com-btn {
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.com-btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.com-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #2f3034;
}
@media print, screen and (max-width: 767.9px) {
  .com-btn a {
    font-size: 14px;
    padding-left: 38px;
    margin: 50px auto 0;
  }
  .com-btn a::before {
    left: 14px;
  }
  .com-btn a .circle {
    width: 30px;
    height: 30px;
  }
  .com-btn a .circle::before {
    width: 29px;
    height: 29px;
  }
}
@media print, screen and (min-width: 768px) {
  .com-btn a {
    font-size: 18px;
    padding-left: 55px;
    height: 40px;
  }
  .com-btn a::before {
    left: 20px;
  }
  .com-btn a .circle {
    width: 40px;
    height: 40px;
  }
  .com-btn a .circle::before {
    width: 39px;
    height: 39px;
  }
}
.com-btn a .circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.com-btn a .circle::before {
  content: "";
  border-radius: 50%;
  border: solid 1px #ccd0dd;
  position: absolute;
  top: 1px;
  left: 1px;
}
.com-btn a .circle svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.com-btn a .circle circle {
  fill: none;
  stroke: #494949;
  stroke-width: 1;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.com-btn a:hover {
  opacity: 1;
}
.com-btn a:hover .circle circle {
  stroke-dashoffset: 0; /* 線を描画 */
}

.line-bg {
  position: absolute;
  z-index: -1;
  animation: bg3 12s ease-in-out infinite;
  width: 100%;
}

.dot-gy .slick-dots {
  text-align: left;
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
.dot-gy .slick-dots li,
.dot-gy .slick-dots button {
  width: 12px;
  height: 12px;
}
.dot-gy .slick-dots li {
  margin: 0 10px 0 0;
}
.dot-gy .slick-dots .slick-active button {
  background-color: #ccd0dd;
}
.dot-gy .slick-dots button {
  border: solid 1px #ccd0dd;
  border-radius: 50%;
}
.dot-gy .slick-dots button::before {
  content: none;
}

/* -- front page --
--------------------------------------------------------------　*/
.top-concept {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.top-concept .com-btn a .circle::before {
  border: solid 1px #9ca0ac;
}
@media print, screen and (max-width: 767.9px) {
  .top-concept {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-concept .top-h2 {
    margin-bottom: 35px;
  }
  .top-concept__img {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-concept {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .top-concept .top-h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-concept__main {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-concept__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top-concept__main {
    width: 50%;
  }
  .top-concept__img {
    width: 48%;
  }
}
.top-concept__wrap {
  max-width: 1520px;
  margin: auto;
  position: relative;
}
.top-concept::before {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-concept__img .t-grid__slider {
    width: 700px;
    margin: 50px auto 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-concept__img .t-grid__slider {
    width: 500px;
    margin: auto;
  }
}
.top-concept__img .t-grid__slider .slick-slide {
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-concept__img .t-grid__slider .slick-slide {
    height: calc(100vw - 80px) !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-concept__img .t-grid__slider .slick-slide {
    height: 620px !important;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-concept__img .t-grid__slider .slick-slide {
    height: 480px !important;
  }
}
.top-concept__img .t-grid__slider .g-num1 {
  height: 100%;
}
.top-concept__img .t-grid__slider .slick-animation .gridLine-main,
.top-concept__img .t-grid__slider .slick-animation .gridLine-sub {
  transform: scale(1) !important;
}
.top-concept__img .t-grid__slider .slick-animation .gridLine-sub__in::before,
.top-concept__img .t-grid__slider .slick-animation .gridLine-sub__in::after {
  transform: scale(1) !important;
}
.top-concept__img .t-grid__slider .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);
  height: 4px;
}
.top-concept__img .t-grid__slider .grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-concept__img .grid.g-num1 .grid-01 .gridLine-sub {
  right: 38%;
}
.top-concept__img .grid.g-num2 .grid-01,
.top-concept__img .grid.g-num2 .grid-02 {
  flex-direction: row-reverse;
}
.top-concept__img .grid.g-num2 .grid-01 .gridLine-sub {
  right: 32%;
}
.top-concept__img .grid-01,
.top-concept__img .grid-02 {
  position: relative;
  display: flex;
  height: 50%;
}
.top-concept__img .grid-01 .grid-img:nth-child(1) {
  width: 62%;
}
.top-concept__img .grid-01 .grid-img:nth-child(2) {
  width: 38%;
}
.top-concept__img .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);
}
.top-concept__img .grid-01 .gridLine-sub {
  width: 4px;
}
.top-concept__img .grid-02 > .grid-img,
.top-concept__img .grid-02 .grid-wrap {
  width: 50%;
}
.top-concept__img .grid-02 .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.top-concept__img .grid-02 .grid-wrap .grid-img:not(:first-of-type) {
  width: 50%;
}
.top-concept__img .grid-02 .gridLine-sub {
  background-color: #fff;
  height: calc(100% - 4px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(0, 1.07);
  transition-delay: 200ms;
}
.top-concept__img .grid-02 .gridLine-sub {
  width: 4px;
}
.top-concept__img .grid-02 .gridLine-sub__in::before,
.top-concept__img .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;
}
.top-concept__img .grid-02 .gridLine-sub__in::before {
  left: 0;
  top: 50%;
  width: 100%;
  transform: scale(1.07, 0);
}
.top-concept__img .grid-02 .gridLine-sub__in::before {
  height: 4px;
}
.top-concept__img .grid-02 .gridLine-sub__in:after {
  left: 50%;
  bottom: 0;
  height: calc(50% - 4px);
  transform: scale(0, 1.07);
  width: 4px;
}
.top-concept__img .grid-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-concept__img .g-num3 {
  width: 100%;
  height: 100%;
}

.top-concept__movie .movie__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: -1;
}
@media print, screen and (max-width: 1780px) {
  .top-concept__movie .movie__video {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (min-width: 1781px) {
  .top-concept__movie .movie__video {
    width: 100%;
    height: auto;
  }
}

.top-ukiyoe {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
}
.top-ukiyoe .line-bg {
  bottom: 75%;
  left: 0;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 560px) {
  .top-ukiyoe__blog a {
    display: block;
    padding-left: 20px;
    max-width: 270px;
    text-align: center;
  }
  .top-ukiyoe__blog a::before {
    width: 100%;
    height: 60%;
  }
  .top-ukiyoe .blog-btn {
    position: relative;
    margin: 10px auto 0;
  }
  .top-ukiyoe .blog-img {
    width: 150px;
    margin: auto;
  }
  .top-ukiyoe .blog-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-top: 14px;
  }
}
@media print, screen and (min-width: 561px) {
  .top-ukiyoe__blog a {
    max-width: 660px;
    display: flex;
    align-items: center;
  }
  .top-ukiyoe__blog a::before {
    width: calc(100% - 40px);
    height: 100%;
  }
  .top-ukiyoe .blog-btn {
    position: relative;
  }
  .top-ukiyoe .blog-img {
    width: 26%;
  }
  .top-ukiyoe .blog-txt {
    padding-left: 40px;
    width: calc(74% - 22px);
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-ukiyoe {
    padding-bottom: 100px;
  }
  .top-ukiyoe .top-com__txt {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-ukiyoe {
    padding-bottom: 245px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-ukiyoe {
    background-image: url(../images/top/suzuran03.webp);
    background-size: 20%;
    padding-top: 50px;
  }
  .top-ukiyoe__okami {
    padding-left: 25px;
    padding-top: 50px;
    padding-right: 25px;
  }
  .top-ukiyoe__img {
    width: 80%;
    margin-left: auto;
    margin-right: -20px;
  }
  .top-ukiyoe__blog {
    margin-top: 20px;
  }
  .top-ukiyoe__blog a {
    margin: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .top-ukiyoe {
    background-image: url(../images/top/suzuran01.webp);
    background-size: 269px;
    padding-top: 200px;
  }
  .top-ukiyoe__wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-ukiyoe__okami {
    width: 40.5%;
  }
  .top-ukiyoe__txt {
    width: 59.5%;
  }
  .top-ukiyoe__img {
    width: 23.8%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .top-ukiyoe__blog {
    margin-top: 65px;
  }
}
.top-ukiyoe__okami.is-fade img {
  animation-delay: 1s;
}
.top-ukiyoe__wrap {
  max-width: 1580px;
  margin: auto;
}
@media print, screen and (min-width: 961px) and (max-width: 1360px) {
  .top-ukiyoe__txt {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1361px) {
  .top-ukiyoe__txt {
    padding-left: 7.5vw;
  }
}
.top-ukiyoe__blog a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}
.top-ukiyoe__blog a::before {
  content: "";
  background-color: #f0f8f6;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.top-ukiyoe__blog a:hover {
  opacity: 1;
}
.top-ukiyoe__blog a:hover .blog-btn .circle circle {
  stroke-dashoffset: 0; /* 線を描画 */
}
.top-ukiyoe__blog .blog-btn {
  width: 22px;
  height: 22px;
}
.top-ukiyoe__blog .blog-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #2f3034;
}
.top-ukiyoe__blog .blog-btn .circle {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-ukiyoe__blog .blog-btn .circle::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: solid 1px #ccd0dd;
  position: absolute;
  top: 1px;
  left: 1px;
}
.top-ukiyoe__blog .blog-btn .circle svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-ukiyoe__blog .blog-btn .circle circle {
  fill: none;
  stroke: #494949;
  stroke-width: 1;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.top-ukiyoe .blog-txt p {
  line-height: 2;
}
@media print, screen and (max-width: 560px) {
  .top-ukiyoe .blog-txt p {
    font-size: 10px;
  }
  .top-ukiyoe .blog-txt p span {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 561px) {
  .top-ukiyoe .blog-txt p {
    font-size: 15px;
  }
  .top-ukiyoe .blog-txt p span {
    font-size: 18px;
  }
}
.top-ukiyoe .blog-txt p:not(:last-of-type) {
  margin-bottom: 0.8em;
}

@media print, screen and (min-width: 1161px) and (max-width: 1560px) {
  .top-news,
  .top-plan {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-news,
  .top-plan {
    padding-left: 190px;
  }
}

.top-news {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-news {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news {
    padding-bottom: 150px;
  }
}
.top-news .line-bg {
  top: -48%;
  left: 0;
  width: 100%;
  height: auto;
}
.top-news__list li {
  border-bottom: solid 1px #f1f5f8;
}
.top-news__list dl {
  display: flex;
  align-items: center;
}
.top-news__list .date {
  color: #8a8d97;
  font-size: 12px;
}
.top-news__list .ttl {
  font-size: 14px;
}
.top-news__list .btn {
  width: 22px;
}
.top-news__list a {
  display: block;
}
.top-news__list a:hover {
  opacity: 1;
}
.top-news__list a:hover .circle circle {
  stroke-dashoffset: 0; /* 線を描画 */
}
@media print, screen and (max-width: 767.9px) {
  .top-news__list {
    padding-top: 10px;
  }
  .top-news__list a {
    padding-bottom: 15px;
  }
  .top-news__list dl {
    flex-wrap: wrap;
  }
  .top-news__list .date {
    width: 100%;
  }
  .top-news__list .ttl {
    width: calc(100% - 22px);
    padding-right: 10px;
  }
  .top-news__list li:not(:first-of-type) a {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news__list {
    padding-top: 20px;
  }
  .top-news__list a {
    padding-bottom: 30px;
  }
  .top-news__list .date {
    width: 120px;
  }
  .top-news__list .ttl {
    width: calc(100% - 142px);
  }
  .top-news__list li:not(:first-of-type) a {
    padding-top: 30px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-news__list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-news__ttl {
    text-align: center;
    margin-bottom: 50px;
  }
  .top-news__ttl .com-btn {
    display: none;
  }
  .top-news__main .com-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-news {
    display: flex;
  }
  .top-news__list {
    padding-right: 30px;
  }
  .top-news__ttl {
    width: 25.5%;
    position: relative;
  }
  .top-news__ttl .com-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-news__main {
    width: 74.5%;
  }
  .top-news__main .com-btn {
    display: none;
  }
}
.top-news__main {
  position: relative;
}
.top-news__main .pick-up__ttl {
  position: absolute;
  color: #e9f0f5;
  letter-spacing: 0;
  font-size: 70px;
  writing-mode: vertical-rl;
  top: 0;
  left: -57px;
  line-height: 1;
}
.top-news .pick-up {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.top-news .pick-up .swiper-pagination {
  display: flex;
}
.top-news .pick-up .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 0;
  margin: 0 !important;
  height: 10px;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.top-news .pick-up .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #f1f5f8;
}
.top-news .pick-up .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #7d8dbb;
}
.top-news .pick-up__slider .swiper-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.top-news .pick-up__slider .swiper-slide.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.top-news .pick-up__slider a {
  display: block;
}
.top-news .pick-up__slider a .pick-up__img {
  position: relative;
}
.top-news .pick-up__slider a .pick-up__img .pick-up__deta {
  background-color: rgba(5, 20, 63, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 561px) {
  .top-news .pick-up__slider a .pick-up__img .pick-up__deta {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-news .pick-up__slider a .pick-up__img .pick-up__deta {
    padding: 10px 5px;
  }
  .top-news .pick-up__slider a .pick-up__img .pick-up__deta dt {
    font-size: 13px;
    width: calc(100% - 42px);
  }
  .top-news .pick-up__slider a .pick-up__img .pick-up__deta dd {
    font-size: 9px;
    width: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news .pick-up__slider a .pick-up__img .pick-up__deta {
    padding: 12px 10px;
  }
  .top-news .pick-up__slider a .pick-up__img .pick-up__deta dt {
    font-size: 15px;
    width: calc(100% - 48px);
  }
  .top-news .pick-up__slider a .pick-up__img .pick-up__deta dd {
    font-size: 12px;
    width: 48px;
  }
}
.top-news .pick-up__slider a .pick-up__img .pick-up__deta dt,
.top-news .pick-up__slider a .pick-up__img .pick-up__deta dd {
  line-height: 1.3;
}
.top-news .pick-up__slider a .pick-up__img .pick-up__deta dd {
  color: #bfceda;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .top-news .pick-up__slider a .pick-up__txt {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news .pick-up__slider a .pick-up__txt {
    font-size: 14px;
    padding-top: 10px;
  }
}
.top-news .news-btn {
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.top-news .news-btn .circle {
  width: 22px;
  height: 22px;
}
.top-news .news-btn .circle::before {
  width: 21px;
  height: 21px;
}
.top-news .news-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #2f3034;
  left: 10px;
}
.top-news .news-btn .circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.top-news .news-btn .circle::before {
  content: "";
  border-radius: 50%;
  border: solid 1px #ccd0dd;
  position: absolute;
  top: 1px;
  left: 1px;
}
.top-news .news-btn .circle svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-news .news-btn .circle circle {
  fill: none;
  stroke: #494949;
  stroke-width: 1;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@media print, screen and (max-width: 767.9px) {
  .top-dining {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-dining {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-dining__ttl {
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-dining__ttl {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1560px) {
  .top-dining__ttl {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-dining__ttl {
    padding-left: 190px;
  }
}
.top-dining__slide .slick-slide {
  margin: 0 2px;
}
.top-dining__img {
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
.top-dining__img.is-fade {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (min-width: 1161px) {
  .top-dining__img {
    min-height: 660px;
  }
  .top-dining__img .top-com__txt {
    position: absolute;
    top: 0;
    height: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.top-dining__img .top-com__txt {
  padding-bottom: 100px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media print, screen and (max-width: 1160px) {
  .top-dining__img .top-com__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-dining__img .top-com__txt .res_br {
    display: none;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1560px) {
  .top-dining__img .top-com__txt {
    left: 50px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-dining__img .top-com__txt {
    left: 200px;
  }
}

.sticky-bg {
  position: relative;
}
.sticky-bg .sticky-bg__img {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.sticky-bg .sticky-bg__img::before {
  content: "";
  position: absolute;
  top: 0;
  height: 80vh;
  background: #f0f8f6;
}
@media print, screen and (max-width: 1060px) {
  .sticky-bg .sticky-bg__img::before {
    right: 0;
    width: 60%;
  }
  .sticky-bg .sticky-bg__img .flower {
    width: 18%;
    bottom: 0;
  }
}
@media print, screen and (min-width: 1061px) {
  .sticky-bg .sticky-bg__img::before {
    left: 30%;
    width: 35%;
  }
  .sticky-bg .sticky-bg__img .flower {
    bottom: -190px;
  }
}
.sticky-bg .flower {
  position: absolute;
  left: 0;
}
.sticky-bg .line-bg {
  top: -285px;
  right: 0;
  width: 100%;
  height: auto;
}

.top-onsen,
.top-rooms {
  position: relative;
  z-index: 1;
}

.top-onsen {
  margin-top: -100vh;
}
@media print, screen and (max-width: 767.9px) {
  .top-onsen {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-onsen {
    padding-top: 100px;
  }
}

.top-rooms {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media print, screen and (max-width: 1060px) {
  .top-cts {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-cts .top-cts__main {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
  }
}
@media print, screen and (min-width: 1061px) {
  .top-cts {
    display: flex;
    align-items: center;
  }
  .top-cts .top-cts__main {
    width: 39%;
    padding-right: 15px;
  }
  .top-cts .top-cts__slide {
    width: 61%;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1560px) {
  .top-cts {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-cts {
    padding-left: 190px;
  }
}
.top-cts .top-cts__slide {
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
.top-cts .top-cts__slide.is-fade {
  opacity: 1;
  filter: blur(0);
}
.top-cts .add-animation {
  animation: zoom-out-anim 5s linear 0s normal both;
}

.top-facilities {
  position: relative;
  background-image: url(../images/top/suzuran03.webp);
  background-repeat: no-repeat;
}
.top-facilities .line-bg {
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 767.9px) {
  .top-facilities {
    padding-top: 65px;
    padding-bottom: 150px;
    background-size: 20%;
    background-position: right 0 bottom 28%;
  }
  .top-facilities::before {
    width: 38vw;
    height: 38vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top-facilities {
    padding-top: 90px;
    padding-bottom: 250px;
  }
  .top-facilities::before {
    width: 403px;
    height: 378px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-facilities {
    background-size: 15%;
    background-position: right 0 bottom 45%;
  }
}
@media print, screen and (min-width: 961px) {
  .top-facilities {
    background-size: 213px;
    background-position: right 30% bottom -85px;
  }
}
.top-facilities::before {
  content: "";
  background-color: #f0f8f6;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (max-width: 960px) {
  .top-facilities::before {
    left: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .top-facilities::before {
    left: 17%;
  }
}
@media print, screen and (min-width: 961px) {
  .top-facilities__wrap {
    min-height: 800px;
  }
  .top-facilities__img {
    max-height: 800px;
  }
}
.top-facilities__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-facilities__main {
  margin: auto;
}
@media print, screen and (max-width: 960px) {
  .top-facilities__main {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .top-facilities__main {
    width: 45%;
  }
}
@media print, screen and (min-width: 1461px) {
  .top-facilities__main {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-facilities__img {
  overflow: hidden;
}
@media print, screen and (max-width: 960px) {
  .top-facilities__img {
    width: calc(100% - 50px);
  }
  .top-facilities__img.p-left {
    margin-right: 50px;
  }
  .top-facilities__img.p-left .scroll-group {
    animation: scroll-left 20s linear infinite;
  }
  .top-facilities__img.p-right {
    margin-left: 50px;
  }
  .top-facilities__img.p-right .scroll-group {
    animation: scroll-right 20s linear infinite;
  }
  .top-facilities__img .scroll-track {
    flex-direction: row;
  }
  .top-facilities__img .scroll-group {
    display: flex;
    flex-direction: row;
    width: calc((100% - 4px) / 2.3 * 4 + 12px);
  }
  .top-facilities__img .scroll-group:nth-child(2) {
    display: none;
  }
  .top-facilities__img .scroll-item {
    width: calc((100% - 4px) / 2.3);
    height: auto;
    margin-bottom: 0;
    margin-right: 4px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-facilities__img {
    position: absolute;
    width: 25%;
    height: 45vw;
    max-width: 470px;
  }
  .top-facilities__img.p-left {
    left: 0;
  }
  .top-facilities__img.p-left .scroll-track {
    animation-name: scroll-down;
  }
  .top-facilities__img.p-right {
    right: 0;
  }
  .top-facilities__img.p-right .scroll-track {
    animation-name: scroll-up;
  }
  .top-facilities__img .scroll-track {
    flex-direction: column;
  }
  .top-facilities__img .scroll-item {
    margin-bottom: 4px;
    width: 100%; /* 親の25%に合わせて100%に */
    height: calc(19.5652173913vw - 4px);
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .top-facilities__img.p-left {
    top: 0;
  }
  .top-facilities__img.p-right {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1461px) {
  .top-facilities__img.p-left, .top-facilities__img.p-right {
    top: 0;
  }
}

.scroll-track {
  display: flex;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-group {
  display: flex;
  flex-direction: column;
}

.scroll-item {
  background-color: #ccc;
  border-radius: 10px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.scroll-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像の縦横比を保ちつつフィット。はみ出す部分は切れる */
  display: block; /* 下の余白（inline要素の隙間）を消すため */
}

.top-stay {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-stay {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay {
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-stay {
    padding-right: 20px;
  }
  .top-stay .top-stay__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
  }
}
@media print, screen and (max-width: 1360px) {
  .top-stay {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1361px) {
  .top-stay {
    padding-left: 190px;
  }
}
.top-stay__img .is-fade .zoom-img img {
  animation: fadeZoomOut 5s ease forwards;
}
.top-stay .top-stay__wrap {
  position: relative;
}
.top-stay .top-stay__wrap .top-stay__slider li {
  position: relative;
}
.top-stay .top-stay__wrap .top-stay__dots {
  position: relative;
}
.top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb {
  position: relative;
}
.top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb::before {
  content: "";
  background-color: #d5d8e3;
  position: absolute;
}
@media print, screen and (max-width: 1160px) {
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb::before {
    width: 100%;
    height: 1px;
    top: 8px;
    left: 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 8px;
  }
}
.top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide {
  position: relative;
  float: none;
  cursor: pointer;
}
.top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide:last-of-type {
  margin-bottom: 0 !important;
}
.top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide::before {
  content: "";
  position: absolute;
  border: solid 1px #d5d8e3;
  border-radius: 50%;
  background-color: #fff;
}
.top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide.swiper-slide-thumb-active {
  background-color: #fff;
}
.top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  background-color: #d5d8e3;
  border-radius: 50%;
}

.top-stay__btn {
  display: flex;
  height: 40px;
}
@media print, screen and (max-width: 1160px) {
  .top-stay__btn {
    justify-content: center;
    margin-bottom: 50px;
  }
}
.top-stay__btn .swiper-button-next:after,
.top-stay__btn .swiper-rtl .swiper-button-prev:after,
.top-stay__btn .swiper-button-prev:after,
.top-stay__btn .swiper-rtl .swiper-button-next:after {
  content: none;
}
.top-stay__btn .swiper-button-prev,
.top-stay__btn .swiper-rtl .swiper-button-next {
  left: auto;
}
.top-stay__btn .swiper-button-next,
.top-stay__btn .swiper-rtl .swiper-button-prev {
  right: auto;
}
.top-stay__btn button {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.top-stay__btn button:hover .circle circle {
  stroke-dashoffset: 0;
}
.top-stay__btn button:nth-child(1) {
  margin-right: 10px;
}
.top-stay__btn button:nth-child(1)::before {
  right: 6px;
  transform: scale(-1, 1);
}
.top-stay__btn button:nth-child(2)::before {
  transform: scale(1, 1);
  left: 6px;
}
.top-stay__btn button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #2f3034;
}
.top-stay__btn button .circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-stay__btn button .circle::before {
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: solid 1px #ccd0dd;
  position: absolute;
  top: 1px;
  left: 1px;
}
.top-stay__btn button .circle svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-stay__btn button .circle circle {
  fill: none;
  stroke: #494949;
  stroke-width: 1;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@media print, screen and (min-width: 1161px) {
  .top-stay .top-stay__wrap {
    display: flex;
    justify-content: space-between;
  }
  .top-stay .top-stay__wrap .top-stay__main {
    width: 35%;
    padding-right: 20px;
  }
  .top-stay .top-stay__wrap .top-stay__img {
    width: 65%;
  }
}
@media print, screen and (max-width: 960px) {
  .top-stay .top-stay__wrap .top-stay__slider .slick-prev,
  .top-stay .top-stay__wrap .top-stay__slider .slick-next {
    top: 30%;
  }
}
.top-stay__txt {
  background-color: #f1f5f8;
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__txt {
    padding: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay__txt {
    padding: 25px 30px;
  }
}
.top-stay__txt h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5em;
}

@media print, screen and (max-width: 767.9px) {
  .top-stay .top-stay__wrap .top-stay__slider .slick-prev,
  .top-stay .top-stay__wrap .top-stay__slider .slick-next {
    width: 20px;
    height: 35px;
  }
  .top-stay .top-stay__wrap .top-stay__slider .slick-prev::before,
  .top-stay .top-stay__wrap .top-stay__slider .slick-next::before {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay .top-stay__wrap .top-stay__slider .slick-prev,
  .top-stay .top-stay__wrap .top-stay__slider .slick-next {
    width: 40px;
    height: 70px;
  }
  .top-stay .top-stay__wrap .top-stay__slider .slick-prev::before,
  .top-stay .top-stay__wrap .top-stay__slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-stay .top-stay__wrap .top-stay__slider .slick-prev {
    left: 7px;
  }
  .top-stay .top-stay__wrap .top-stay__slider .slick-next {
    right: 7px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-stay .top-stay__wrap .top-stay__slider .slick-prev {
    left: 20px;
  }
  .top-stay .top-stay__wrap .top-stay__slider .slick-next {
    right: 20px;
  }
}
@media print, screen and (max-width: 560px) {
  .top-stay .top-stay__wrap .top-stay__dots {
    max-width: 370px;
    padding: 10px 20px 12px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1160px) {
  .top-stay .top-stay__wrap .top-stay__dots {
    max-width: 630px;
    padding: 10px 20px 20px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-stay .top-stay__wrap .top-stay__dots {
    margin: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-stay .top-stay__wrap .top-stay__dots {
    padding: 47px 0 35px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb {
    max-width: 350px;
    justify-content: space-between;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide {
    width: 13px !important;
    font-size: 11px;
    height: 200px;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide:not(:last-of-type) {
    margin-right: 10px;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide:last-of-type {
    margin-right: 0 !important;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide::before {
    width: 12px;
    height: 12px;
    top: 2px;
    left: -2px;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide.swiper-slide-thumb-active::after {
    width: 6px;
    height: 6px;
    top: 5px;
    left: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide::before {
    top: 0;
    width: 16px;
    height: 16px;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide.swiper-slide-thumb-active::after {
    width: 8px;
    height: 8px;
    top: 4px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb {
    max-width: 350px;
    padding: 0 20px 20px;
    justify-content: space-between;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide {
    font-size: 14px;
    height: 245px;
    width: 20px !important;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide:not(:last-of-type) {
    margin-right: 16px;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide::before {
    left: 1px;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide.swiper-slide-thumb-active::after {
    left: 5px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb {
    margin: auto;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide {
    writing-mode: vertical-rl;
    padding-top: 25px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide {
    width: 280px !important;
    font-size: 15px;
    padding-left: 45px;
    line-height: 1;
    height: 15px !important;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide:not(:last-of-type) {
    margin-bottom: 15px !important;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide::before {
    left: 0;
  }
  .top-stay .top-stay__wrap .top-stay__dots .top-stay__thumb .swiper-slide.swiper-slide-thumb-active::after {
    left: 4px;
  }
}

.top-merit {
  background-image: url(../images/top/merit_bg.webp);
  background-repeat: no-repeat;
  background-position: left 50% top 135px;
  background-size: cover;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-merit {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-merit {
    padding-top: 150px;
    padding-bottom: 190px;
  }
}
.top-merit .line-bg {
  bottom: 77%;
  left: 0;
}
.top-merit__wrap {
  text-align: center;
  margin-bottom: 100px;
}
.top-merit__list {
  max-width: 1208px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .top-merit__list li {
    opacity: 0;
    filter: blur(10px);
    transition-property: opacity, transform, filter, letter-spacing;
    transition-duration: 1.5s;
    transition-timing-function: ease-in-out;
  }
  .top-merit__list.is-fade li {
    opacity: 1;
    filter: blur(0);
  }
  .top-merit__list.is-fade li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .top-merit__list.is-fade li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .top-merit__list.is-fade li:nth-child(4) {
    transition-delay: 0.9s;
  }
  .top-merit__list.is-fade li:nth-child(5) {
    transition-delay: 1.2s;
  }
  .top-merit__list.is-fade li:nth-child(6) {
    transition-delay: 1.5s;
  }
}
.top-merit__list li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.top-merit__num {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Hina Mincho", serif;
  line-height: 1;
  color: #fff;
}
.top-merit__icon {
  margin-bottom: 40px;
}
.top-merit__txt {
  line-height: 1.87;
}
.top-merit__txt small {
  font-size: 88%;
}
@media print, screen and (max-width: 767.9px) {
  .top-merit .slick-dots {
    text-align: center;
  }
  .top-merit .slick-dots button {
    border-color: #949494;
  }
  .top-merit .slick-dots .slick-active button {
    background-color: #949494;
  }
  .top-merit__list .slick-slide {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    min-height: 250px;
    display: flex !important;
  }
}
@media print, screen and (min-width: 768px) {
  .top-merit {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-merit__list {
    display: flex;
    flex-wrap: wrap;
  }
  .top-merit__list li {
    width: calc((100% - 8px) / 3);
    margin-right: 4px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .top-merit__list li:nth-child(3n) {
    margin-right: 0;
  }
  .top-merit__list li:nth-child(n+4) {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .top-merit__list li {
    min-height: 250px;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-merit__num {
    font-size: 40px;
  }
  .top-merit__icon img {
    width: auto;
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-merit__txt {
    font-size: 13px;
    min-height: 72px;
  }
}
@media print, screen and (min-width: 1061px) {
  .top-merit__list li {
    min-height: 360px;
  }
  .top-merit__num {
    font-size: 60px;
  }
  .top-merit__txt {
    min-height: 90px;
  }
}

.top-plan {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-plan {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .top-plan .bestrate {
    max-width: 150px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-plan {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-plan {
    padding-top: 250px;
  }
}
.top-plan .line-bg {
  top: -170px;
  right: 10%;
}
@media print, screen and (max-width: 767.9px) {
  .top-plan__main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-plan__main li a {
    padding-bottom: 20px;
  }
  .top-plan__main li:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .top-plan__plice {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan {
    padding-bottom: 180px;
  }
  .top-plan .bestrate {
    margin-top: 50px;
  }
  .top-plan__main ul {
    display: flex;
  }
  .top-plan__main li {
    margin-right: 20px;
    width: calc((100% - 60px) / 3);
  }
  .top-plan__main li a {
    height: 100%;
    padding-bottom: 65px;
  }
  .top-plan__plice {
    position: absolute;
    bottom: 12px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-plan__main ul {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-plan__ttl {
    text-align: center;
    margin-bottom: 50px;
  }
  .top-plan__ttl .com-btn {
    display: none;
  }
  .top-plan__main .com-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-plan {
    display: flex;
  }
  .top-plan__ttl {
    width: 26.5%;
    position: relative;
  }
  .top-plan__ttl .com-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-plan__main {
    width: 73.5%;
  }
  .top-plan__main .com-btn {
    display: none;
  }
}
.top-plan__main ul.is-fade li:nth-child(2) .zoom-img img {
  animation-delay: 0.5s;
}
.top-plan__main ul.is-fade li:nth-child(3) .zoom-img img {
  animation-delay: 0.9s;
}
.top-plan__main ul li a {
  background-color: #f1f5f8;
  display: block;
  position: relative;
}
.top-plan__txt {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 19px;
}
.top-plan__txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) and (max-width: 802px) {
  .top-plan__txt h3 {
    min-height: 97px;
  }
}
@media print, screen and (min-width: 803px) and (max-width: 2011px) {
  .top-plan__txt h3 {
    min-height: 64px;
  }
}
.top-plan__txt .txt {
  font-size: 14px;
}
.top-plan__plice {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-plan__plice {
    display: block;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1320px) {
  .top-plan__plice {
    display: block;
  }
}
.top-plan__plice p {
  font-size: 14px;
  line-height: 1;
}
.top-plan__plice p:nth-child(1) {
  padding-bottom: 5px;
}
.top-plan__plice span {
  display: inline-block;
  color: #249683;
  font-size: 24px;
  margin-right: 5px;
}

.top-sightseeing {
  padding-top: 75px;
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .top-sightseeing {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-sightseeing {
    padding-bottom: 390px;
  }
}
.top-sightseeing .line-bg {
  right: 0;
  top: 8%;
}
.top-sightseeing::before {
  content: "";
  background-color: #f0f8f6;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (max-width: 1160px) {
  .top-sightseeing::before {
    width: 70%;
    height: 30%;
    left: 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-sightseeing::before {
    width: 450px;
    height: 300px;
    left: 45%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-sightseeing__main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-sightseeing__slide .slick-slide {
    padding: 0 2.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-sightseeing__slide .slick-slide {
    padding: 0 5px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-sightseeing__main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-sightseeing {
    display: flex;
    position: relative;
  }
  .top-sightseeing__img {
    width: 54.5%;
  }
  .top-sightseeing__main {
    width: 45.5%;
  }
  .top-sightseeing__slide {
    position: absolute;
    width: 70%;
    right: 0;
    bottom: 13.5vw;
  }
}
.top-sightseeing__wrap {
  max-width: 425px;
}
@media print, screen and (max-width: 1620px) {
  .top-sightseeing__wrap {
    margin: auto;
  }
}
@media print, screen and (min-width: 1621px) {
  .top-sightseeing__wrap {
    margin-left: 200px;
  }
}
.top-sightseeing__main {
  background-image: url(../images/top/suzuran04.webp);
  background-repeat: no-repeat;
  background-size: 20%;
}
@media print, screen and (max-width: 1160px) {
  .top-sightseeing__main {
    background-position: right 0 bottom -50px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1620px) {
  .top-sightseeing__main {
    background-position: right 0 bottom 0;
  }
}
@media print, screen and (min-width: 1621px) {
  .top-sightseeing__main {
    background-position: right 0 bottom 40%;
  }
}
.top-sightseeing__slide {
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
.top-sightseeing__slide.is-fade {
  opacity: 1;
  filter: blur(0);
  transition-delay: 1s;
}

@media print, screen and (min-width: 768px) {
  .top-link ul {
    display: flex;
  }
  .top-link ul li {
    width: 50%;
  }
}
.top-link ul li:nth-child(1) a:before {
  background-image: url(../images/top/top_activety_img.webp);
}
.top-link ul li:nth-child(2) a:before {
  background-image: url(../images/top/top_blog_img.webp);
}
.top-link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 960px) {
  .top-link ul li a {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-link ul li a {
    height: 500px;
  }
}
.top-link ul li a:hover {
  opacity: 1;
}
.top-link ul li a:hover:before {
  opacity: 0.8;
  transform: scale(1.1);
}
.top-link ul li a:hover:after {
  opacity: 0.4;
}
.top-link ul li a:before, .top-link ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.top-link ul li a:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.top-link ul li a:after {
  background-color: #2b6f64;
  opacity: 0.7;
}
.top-link ul li .ImgBox_txt {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media print, screen and (max-width: 960px) {
  .top-link ul li .ImgBox_txt h2 {
    font-size: 16px;
  }
  .top-link ul li .ImgBox_txt h2 span {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-link ul li .ImgBox_txt p {
    font-size: 18px;
  }
  .top-link ul li .ImgBox_txt h2 {
    font-size: 18px;
  }
  .top-link ul li .ImgBox_txt h2 span {
    font-size: 36px;
  }
}
.top-link ul li .ImgBox_txt p {
  line-height: 1;
  margin-bottom: 2.2em;
}
.top-link ul li .ImgBox_txt h2 {
  font-family: "Hina Mincho", serif;
}
.top-link ul li .ImgBox_txt h2 span {
  display: block;
}

.top-instagram {
  background-color: #f0f8f6;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .top-instagram {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-instagram {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.top-instagram .top-instagram__ttl {
  text-align: center;
  margin-bottom: 50px;
}
.top-instagram .top-instagram__ttl h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.top-instagram .top-instagram__ttl p {
  line-height: 1;
  font-family: "Hina Mincho", serif;
}

.top-access {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.top-access .map-marker {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(82, 175, 152, 0.7);
  animation: pulse 2s infinite;
}
@media print, screen and (max-width: 767.9px) {
  .top-access .map-marker {
    top: 98.2vw;
    left: 52.9vw;
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access .map-marker {
    width: 25px;
    height: 25px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-access .map-marker {
    top: 51.4vw;
    left: 44.6vw;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1580px) {
  .top-access .map-marker {
    top: 55.9%;
    left: 44.6%;
  }
}
@media print, screen and (min-width: 1581px) {
  .top-access .map-marker {
    top: 56.4%;
    left: 45%;
  }
}
.top-access__img {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-access {
    padding-bottom: 80px;
  }
  .top-access .top-access__wrap {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access .top-access__img {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-access .top-access__wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-access .top-access__img {
    border-top: solid 1px #ccc;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-access .top-access__wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-access .top-access__wrap {
    width: 35%;
    position: absolute;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1580px) {
  .top-access {
    margin-left: 53px;
  }
  .top-access .top-access__img {
    width: 75%;
  }
  .top-access .top-access__wrap {
    top: 100px;
  }
}
@media print, screen and (min-width: 1581px) {
  .top-access {
    padding-left: 203px;
  }
  .top-access .top-access__img {
    width: 84%;
  }
  .top-access .top-access__wrap {
    top: 200px;
    left: 203px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access .top-access__img {
    max-width: 1360px;
    margin-left: auto;
  }
}
.top-access .line-bg {
  left: 0;
  top: 0;
}

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */
main.page {
  overflow: hidden;
}

.zoom-img {
  overflow: hidden;
}
.zoom-img img {
  transform: scale(1.05);
  opacity: 0;
}

.is-fade .zoom-img img {
  animation: fadeZoomOut 5s ease forwards;
}

.ptag {
  margin-bottom: 1.5em;
}
.ptag.p-center {
  text-align: center;
}
.ptag.p-right {
  text-align: right;
}
.ptag h2,
.ptag h3 {
  letter-spacing: 0.1em;
  font-family: "Hina Mincho", serif;
}
.ptag h2 span {
  color: #8a8d97;
  display: block;
}
@media print, screen and (max-width: 767.9px) {
  .ptag h2 {
    font-size: 25px;
  }
  .ptag h2 span {
    font-size: 14px;
  }
  .ptag h3 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .ptag h2 {
    font-size: 36px;
  }
  .ptag h2 span {
    font-size: 18px;
  }
  .ptag h3 {
    font-size: 28px;
  }
}

.txt_area h4 {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .txt_area h4 {
    font-size: 20px;
  }
}

.txt_imgarea.img_left01, .txt_imgarea.img_right01 {
  position: relative;
}
.txt_imgarea.img_left01 .flower, .txt_imgarea.img_right01 .flower {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 .flower, .txt_imgarea.img_right01 .flower {
    width: 130px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .txt_imgarea.img_left01 .flower, .txt_imgarea.img_right01 .flower {
    width: 16%;
  }
}
@media print, screen and (max-width: 1060px) {
  .txt_imgarea.img_left01 .flower, .txt_imgarea.img_right01 .flower {
    right: 0;
  }
}
.txt_imgarea.img_left01 ul, .txt_imgarea.img_right01 ul {
  padding-top: 50px;
}
.txt_imgarea.img_left01 ul li.is-fade img, .txt_imgarea.img_right01 ul li.is-fade img {
  animation-delay: 0.5s;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 ul li, .txt_imgarea.img_right01 ul li {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 ul li, .txt_imgarea.img_right01 ul li {
    padding-bottom: 100px;
  }
  .txt_imgarea.img_left01 ul li h4, .txt_imgarea.img_right01 ul li h4 {
    font-size: 28px;
  }
  .txt_imgarea.img_left01 ul li .txt-main, .txt_imgarea.img_right01 ul li .txt-main {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 1060px) {
  .txt_imgarea.img_left01 ul li .txt_area, .txt_imgarea.img_right01 ul li .txt_area {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 1061px) {
  .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: 56%;
  }
  .txt_imgarea.img_left01 ul li .txt_area, .txt_imgarea.img_right01 ul li .txt_area {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
.txt_imgarea.img_left01 ul li .txt_wrap, .txt_imgarea.img_right01 ul li .txt_wrap {
  max-width: 477px;
}
.txt_imgarea.img_left01 ul li .txt_area, .txt_imgarea.img_right01 ul li .txt_area {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_left01 .flower {
    right: 0;
  }
}
@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_right01 .flower {
    left: 0;
  }
  .txt_imgarea.img_right01 ul li {
    flex-direction: row-reverse;
  }
}
.txt_imgarea.img_left02, .txt_imgarea.img_right02, .txt_imgarea.img_top01, .txt_imgarea.img_top02, .txt_imgarea.img_top03 {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 .com-btn a, .txt_imgarea.img_right02 .com-btn a {
    font-size: 15px;
  }
}
.txt_imgarea.img_left02 ul, .txt_imgarea.img_right02 ul {
  max-width: 1520px;
  margin: auto;
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_left02 ul li:not(:last-of-type), .txt_imgarea.img_right02 ul li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_left02 ul, .txt_imgarea.img_right02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .txt_imgarea.img_left02 ul li:nth-child(n+3), .txt_imgarea.img_right02 ul li:nth-child(n+3) {
    margin-top: 35px;
  }
}
.txt_imgarea.img_left02 ul li, .txt_imgarea.img_right02 ul li {
  position: relative;
}
.txt_imgarea.img_left02 ul li.is-fade:nth-child(1) img, .txt_imgarea.img_right02 ul li.is-fade:nth-child(1) img {
  animation-delay: 0.5s;
}
.txt_imgarea.img_left02 ul li.is-fade:nth-child(2) img, .txt_imgarea.img_right02 ul li.is-fade:nth-child(2) img {
  animation-delay: 0.8s;
}
.txt_imgarea.img_left02 ul li.is-fade:nth-child(3) img, .txt_imgarea.img_right02 ul li.is-fade:nth-child(3) img {
  animation-delay: 1.1s;
}
.txt_imgarea.img_left02 ul li.is-fade:nth-child(3) img, .txt_imgarea.img_right02 ul li.is-fade:nth-child(3) img {
  animation-delay: 1.4s;
}
.txt_imgarea.img_left02 ul li.is-fade:nth-child(4) img, .txt_imgarea.img_right02 ul li.is-fade:nth-child(4) img {
  animation-delay: 1.7s;
}
@media print, screen and (max-width: 1160px) {
  .txt_imgarea.img_left02 ul li .txt_area, .txt_imgarea.img_right02 ul li .txt_area {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_left02 ul li, .txt_imgarea.img_right02 ul li {
    display: flex;
    justify-content: space-between;
  }
  .txt_imgarea.img_left02 ul li .img_area, .txt_imgarea.img_right02 ul li .img_area {
    width: 50%;
  }
  .txt_imgarea.img_left02 ul li .txt_area, .txt_imgarea.img_right02 ul li .txt_area {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 ul li h4, .txt_imgarea.img_right02 ul li h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1460px) {
  .txt_imgarea.img_left02 ul li, .txt_imgarea.img_right02 ul li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_left02 ul li, .txt_imgarea.img_right02 ul li {
    width: calc(50% - 75px);
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1460px) {
  .txt_imgarea.img_left02 .txt_area {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_left02 .txt_area {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1460px) {
  .txt_imgarea.img_right02 .txt_area {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_right02 .txt_area {
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_right02 ul li {
    flex-direction: row-reverse;
  }
}
.txt_imgarea.img_top01 {
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top01 {
    padding-top: 80px;
  }
  .txt_imgarea.img_top01::before {
    height: 45%;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 {
    padding-top: 180px;
  }
  .txt_imgarea.img_top01::before {
    height: 60%;
  }
}
.txt_imgarea.img_top01::before {
  content: "";
  width: 100%;
  max-width: 1720px;
  background-color: #f0f8f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.txt_imgarea.img_top01 ul {
  max-width: 1200px;
  margin: auto;
}
.txt_imgarea.img_top01 ul li.is-fade img {
  animation-delay: 0.5s;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top01 ul li .txt_area {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 ul li .txt_area {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .txt_imgarea.img_top01 ul li .txt_area .top01-left {
    width: 43%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .txt_imgarea.img_top01 ul li .txt_area .top01-left h4 {
    max-width: 340px;
  }
  .txt_imgarea.img_top01 ul li .txt_area .top01-right {
    width: 57%;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top01 h4 {
    font-size: 28px;
  }
}
.txt_imgarea.img_top02 ul, .txt_imgarea.img_top03 ul, .txt_imgarea.img_top04 ul {
  max-width: 1520px;
  margin: auto;
}
.txt_imgarea.img_top02 ul li.is-fade:nth-child(1) img, .txt_imgarea.img_top03 ul li.is-fade:nth-child(1) img, .txt_imgarea.img_top04 ul li.is-fade:nth-child(1) img {
  animation-delay: 0.5s;
}
.txt_imgarea.img_top02 ul li.is-fade:nth-child(2) img, .txt_imgarea.img_top03 ul li.is-fade:nth-child(2) img, .txt_imgarea.img_top04 ul li.is-fade:nth-child(2) img {
  animation-delay: 0.8s;
}
.txt_imgarea.img_top02 ul li.is-fade:nth-child(3) img, .txt_imgarea.img_top03 ul li.is-fade:nth-child(3) img, .txt_imgarea.img_top04 ul li.is-fade:nth-child(3) img {
  animation-delay: 1.1s;
}
.txt_imgarea.img_top02 ul li.is-fade:nth-child(3) img, .txt_imgarea.img_top03 ul li.is-fade:nth-child(3) img, .txt_imgarea.img_top04 ul li.is-fade:nth-child(3) img {
  animation-delay: 1.4s;
}
.txt_imgarea.img_top02 ul li.is-fade:nth-child(4) img, .txt_imgarea.img_top03 ul li.is-fade:nth-child(4) img, .txt_imgarea.img_top04 ul li.is-fade:nth-child(4) img {
  animation-delay: 1.7s;
}
.txt_imgarea.img_top02 .txt_wrap, .txt_imgarea.img_top03 .txt_wrap, .txt_imgarea.img_top04 .txt_wrap {
  margin-top: 35px;
}
.txt_imgarea.img_top02 {
  padding-bottom: 50px;
  position: relative;
}
.txt_imgarea.img_top02 .flower {
  position: absolute;
  z-index: -1;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 .flower {
    top: 85%;
    width: 130px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .txt_imgarea.img_top02 .flower {
    top: 75%;
    width: 12%;
  }
}
@media print, screen and (max-width: 1520px) {
  .txt_imgarea.img_top02 .flower {
    right: 0;
  }
}
@media print, screen and (min-width: 1521px) {
  .txt_imgarea.img_top02 .flower {
    left: 0;
    top: 85%;
  }
}
.txt_imgarea.img_top02::before, .txt_imgarea.img_top02::after {
  content: "";
  background-color: #f0f8f6;
  position: absolute;
  z-index: -2;
}
.txt_imgarea.img_top02::before {
  top: 0;
}
.txt_imgarea.img_top02::after {
  bottom: 0;
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_top02::before, .txt_imgarea.img_top02::after {
    width: 40%;
  }
  .txt_imgarea.img_top02::before {
    height: 300px;
  }
  .txt_imgarea.img_top02::after {
    height: 400px;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_top02::before {
    height: 378px;
  }
  .txt_imgarea.img_top02::after {
    height: 590px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 {
    padding-top: 150px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1160px) {
  .txt_imgarea.img_top02::before, .txt_imgarea.img_top02::after {
    width: 20%;
  }
}
@media print, screen and (min-width: 1161px) {
  .txt_imgarea.img_top02::before, .txt_imgarea.img_top02::after {
    width: 403px;
  }
}
@media print, screen and (max-width: 1620px) {
  .txt_imgarea.img_top02::after {
    left: 0;
  }
}
@media print, screen and (min-width: 1621px) and (max-width: 1920px) {
  .txt_imgarea.img_top02::after {
    left: 50px;
  }
}
@media print, screen and (max-width: 1920px) {
  .txt_imgarea.img_top02::before {
    right: 0;
  }
}
@media print, screen and (min-width: 1921px) {
  .txt_imgarea.img_top02::before {
    right: calc((100vw - 1920px) / 2);
  }
  .txt_imgarea.img_top02::after {
    left: calc((100vw - 1800px) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 ul h4 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_top02 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1460px) {
  .txt_imgarea.img_top02 ul li {
    width: calc(50% - 20px);
  }
  .txt_imgarea.img_top02 ul li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_top02 ul li {
    width: calc(50% - 70px);
  }
  .txt_imgarea.img_top02 ul li:nth-child(odd) {
    margin-right: 140px;
  }
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_top02 ul li:not(:last-of-type) {
    margin-bottom: 3em;
  }
}
.txt_imgarea.img_top02 ul li:nth-child(n+3) {
  margin-top: 5em;
}
.txt_imgarea.img_top03 {
  position: relative;
}
.txt_imgarea.img_top03 .flower {
  position: absolute;
  right: 0;
  z-index: -1;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top03 .flower {
    width: 130px;
    top: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 .flower {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .txt_imgarea.img_top03 .flower {
    width: 12%;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .txt_imgarea.img_top03 ul h4 {
    font-size: 18px;
  }
}
@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) and (max-width: 960px) {
  .txt_imgarea.img_top03 ul li:nth-child(n+4) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top03 ul li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  .txt_imgarea.img_top03 ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .txt_imgarea.img_top03 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_top03 ul li {
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
  }
  .txt_imgarea.img_top03 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.txt_imgarea.img_top04 {
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top04 {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top04 {
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .txt_imgarea.img_top04::before {
    height: 75%;
    content: "";
    width: 100%;
    max-width: 1720px;
    background-color: #f0f8f6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top04 .com-btn a {
    font-size: 15px;
  }
  .txt_imgarea.img_top04 h4 {
    font-size: 18px;
  }
  .txt_imgarea.img_top04 .txt-main {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_top04 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_top04 ul li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 960px) {
  .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: 50px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top04 ul li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .txt_imgarea.img_top04 ul li::before {
    height: 60%;
    content: "";
    width: 100%;
    background-color: #f0f8f6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
}
@media print, screen and (min-width: 961px) {
  .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: 50px;
  }
}

.tbl_contents table th {
  font-weight: 400;
}
.tbl_contents.tbl_main {
  padding-left: 20px;
  padding-right: 20px;
}
.tbl_contents.tbl_main ul {
  max-width: 1200px;
  margin: auto;
}
.tbl_contents.tbl_main table tr {
  border-bottom: solid 1px #f1f5f8;
}
.tbl_contents.tbl_main table tr:first-of-type {
  border-top: solid 1px #f1f5f8;
}
.tbl_contents.tbl_main table th {
  color: #249683;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents.tbl_main table th,
  .tbl_contents.tbl_main table td {
    display: block;
    width: 100%;
  }
  .tbl_contents.tbl_main table th {
    padding-top: 15px;
  }
  .tbl_contents.tbl_main table td {
    padding-top: 10px;
  }
  .tbl_contents.tbl_main table td:last-of-type {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_main table th,
  .tbl_contents.tbl_main table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .tbl_contents.tbl_main table td {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1061px) {
  .tbl_contents.tbl_main table td {
    padding-left: 60px;
  }
}
.tbl_contents.tbl_img {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.tbl_contents.tbl_img::before {
  content: "";
  background-color: #f0f8f6;
  position: absolute;
  right: 0;
  z-index: -2;
}
@media print, screen and (max-width: 960px) {
  .tbl_contents.tbl_img::before {
    width: 40%;
    height: 80%;
    bottom: -100px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .tbl_contents.tbl_img::before {
    width: 20%;
    height: 580px;
    top: 30%;
  }
}
@media print, screen and (min-width: 1461px) {
  .tbl_contents.tbl_img::before {
    width: 450px;
    height: 664px;
    bottom: -180px;
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents.tbl_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tbl_contents.tbl_img li:nth-child(1) {
    width: 58%;
  }
  .tbl_contents.tbl_img li:nth-child(2) {
    width: 42%;
  }
}
.tbl_contents.tbl_img li.is-fade img {
  animation-delay: 0.5s;
}
.tbl_contents.tbl_img li:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 960px) {
  .tbl_contents.tbl_img li:nth-child(2) {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.tbl_contents.tbl_img table {
  max-width: 420px;
  margin: auto;
}
.tbl_contents.tbl_img table th,
.tbl_contents.tbl_img table td {
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents.tbl_img table th,
  .tbl_contents.tbl_img table td {
    padding-left: 15px;
  }
  .tbl_contents.tbl_img table th {
    font-size: 16px;
  }
  .tbl_contents.tbl_img table td {
    padding-top: 15px;
  }
  .tbl_contents.tbl_img table td:last-of-type {
    padding-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_img table th,
  .tbl_contents.tbl_img table td {
    padding-left: 20px;
  }
  .tbl_contents.tbl_img table th {
    font-size: 18px;
  }
  .tbl_contents.tbl_img table td {
    padding-top: 20px;
  }
  .tbl_contents.tbl_img table td:last-of-type {
    padding-bottom: 50px;
  }
}
.tbl_contents.tbl_img table th {
  position: relative;
}
.tbl_contents.tbl_img table th::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d5d8e3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.accordion ul li {
  cursor: pointer;
}
.accordion ul.qa .sd_content {
  margin-left: 30px;
}
.accordion ul.other table th {
  display: none;
}
.accordion .sd_h4 {
  position: relative;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_h4 {
    padding: 15px 30px 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_h4 {
    padding: 20px 30px 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_h4.on {
    padding: 35px 30px 20px 0;
  }
}
.accordion .sd_h4.on .accordion_btn::after {
  transform: rotate(180deg);
}
.accordion .sd_h4 .accordion_btn {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.accordion .sd_h4 .accordion_btn::before, .accordion .sd_h4 .accordion_btn::after {
  content: "";
  width: 21px;
  height: 1px;
  background-color: #249683;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: ease 0.5s;
}
.accordion .sd_h4 .accordion_btn::after {
  transform: rotate(90deg);
}
.accordion .sd_h4 table th {
  color: #249683;
  line-height: 1;
  font-size: 18px;
  width: 30px;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_h4 table td {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_h4 table td {
    font-size: 18px;
  }
}
.accordion .sd_content {
  background-color: #f1f5f8;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_content {
    font-size: 12px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_content {
    padding: 25px;
  }
}

.slide_thumb {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.slide_thumb .flower {
  position: absolute;
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb .flower {
    right: 0;
    width: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .flower {
    right: -20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .slide_thumb .flower {
    width: 15%;
  }
}
@media print, screen and (max-width: 1660px) {
  .slide_thumb .flower {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1661px) {
  .slide_thumb .flower {
    top: 40%;
  }
}
.slide_thumb .slide_thumb__wrap {
  max-width: 1400px;
  margin: auto;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
.slide_thumb .slide_thumb__wrap.is-fade {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 960px) {
  .slide_thumb .txt_area.col2 > div:nth-child(1) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 961px) {
  .slide_thumb .txt_area.col2 {
    display: flex;
    justify-content: space-between;
  }
  .slide_thumb .txt_area.col2 > div:nth-child(1) {
    width: 71%;
  }
  .slide_thumb .txt_area.col2 > div:nth-child(2) {
    width: 29%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .slide_thumb .txt_area.col2 > div:nth-child(1) {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 1461px) {
  .slide_thumb .txt_area.col2 > div:nth-child(1) {
    padding-right: 150px;
  }
}
.slide_thumb h4 {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb h4 {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb .txt {
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .txt {
    line-height: 2.2;
  }
}

.slidethumb_txt {
  position: relative;
}
.slidethumb_txt .flower {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt .flower {
    width: 130px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .slidethumb_txt .flower {
    width: 20%;
  }
}
.slidethumb_txt .img_area {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
.slidethumb_txt .img_area.is-fade {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 1060px) {
  .slidethumb_txt > ul {
    padding-top: 80px;
  }
  .slidethumb_txt > ul::before {
    width: 65%;
    left: 0;
  }
  .slidethumb_txt .flower {
    right: 0;
  }
}
@media print, screen and (min-width: 1061px) {
  .slidethumb_txt > ul {
    padding-top: 180px;
  }
  .slidethumb_txt > ul::before {
    width: 40%;
  }
  .slidethumb_txt.img_left01 .flower {
    right: 0;
  }
  .slidethumb_txt.img_left01 ul::before {
    left: 0;
  }
  .slidethumb_txt.img_right01 .flower {
    left: 0;
  }
  .slidethumb_txt.img_right01 > ul::before {
    right: 0;
  }
  .slidethumb_txt.img_right01 > ul li {
    flex-direction: row-reverse;
  }
}
.slidethumb_txt > ul {
  position: relative;
}
.slidethumb_txt > ul::before {
  content: "";
  max-width: 765px;
  height: 30%;
  background-color: #f0f8f6;
  position: absolute;
  top: 0;
  z-index: -2;
}
.slidethumb_txt > ul > li {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 1061px) {
  .slidethumb_txt > ul > li {
    display: flex;
    justify-content: space-between;
  }
  .slidethumb_txt > ul > li .img_area {
    width: 55%;
  }
  .slidethumb_txt > ul > li .txt_area {
    width: 45%;
    padding-top: 60px;
  }
  .slidethumb_txt > ul > li .txt_wrap {
    max-width: 480px;
    margin: auto;
  }
}
.slidethumb_txt > ul .txt_area {
  padding-left: 20px;
  padding-right: 20px;
}
.slidethumb_txt > ul .txt_area h4 {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt > ul .txt_area h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt > ul .txt_area h4 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt > ul .txt-main {
    font-size: 18px;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 1061px) {
  .slidethumb_txt .slick-dots {
    text-align: right;
  }
}

.slide_thumb .slick-dots,
.slidethumb_txt .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 2px;
}
.slide_thumb .slick-dots li,
.slidethumb_txt .slick-dots li {
  margin: 0 2px 0 0;
  background-color: #000;
}
.slide_thumb .slick-dots li img,
.slidethumb_txt .slick-dots li img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb .slick-dots li,
  .slidethumb_txt .slick-dots li {
    width: 60px;
    height: 36px;
  }
  .slide_thumb .slick-dots li img,
  .slidethumb_txt .slick-dots li img {
    width: 60px;
    height: 36px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .slick-dots li,
  .slidethumb_txt .slick-dots li {
    width: 100px;
    height: 60px;
  }
  .slide_thumb .slick-dots li img,
  .slidethumb_txt .slick-dots li img {
    width: 100px;
    height: 60px;
  }
}
.slide_thumb .slick-dots li:last-of-type,
.slidethumb_txt .slick-dots li:last-of-type {
  margin: 0;
}
.slide_thumb .slick-dots li.slick-active img,
.slidethumb_txt .slick-dots li.slick-active img {
  opacity: 1;
}
.slide_thumb .slick-dots li img,
.slidethumb_txt .slick-dots li img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.txt_carousel .slick-dotted.slick-slider,
.slide_carousel .slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.txt_carousel {
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
.txt_carousel.is-fade {
  opacity: 1;
  filter: blur(0);
}
.txt_carousel .flower {
  position: absolute;
  bottom: 30px;
  z-index: -1;
}
@media print, screen and (max-width: 767.9px) {
  .txt_carousel .flower {
    right: 9px;
    width: 110px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .txt_carousel .flower {
    right: 19px;
    width: 13%;
  }
}
@media print, screen and (min-width: 1521px) {
  .txt_carousel .flower {
    left: 19px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_carousel {
    padding-bottom: 50px;
  }
  .txt_carousel .slick-slide {
    margin: 0 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_carousel {
    padding-bottom: 100px;
  }
  .txt_carousel .slick-slide {
    margin: 0 2px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_carousel .col2 li:nth-child(1) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_carousel .col2 {
    display: flex;
    justify-content: space-between;
  }
  .txt_carousel .col2 li:nth-child(1) {
    width: 71%;
  }
  .txt_carousel .col2 li:nth-child(2) {
    width: 29%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .txt_carousel .col2 li:nth-child(1) {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_carousel .col2 li:nth-child(1) {
    padding-right: 150px;
  }
}
.txt_carousel__wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
.txt_carousel__wrap .txt_area {
  max-width: 1400px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .txt_carousel h4 {
    font-size: 28px;
  }
}

.slide_carousel {
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
}
.slide_carousel.is-fade {
  opacity: 1;
  filter: blur(0);
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel {
    padding-top: 80px;
  }
  .slide_carousel::before {
    width: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel {
    padding-top: 200px;
  }
  .slide_carousel::before {
    width: 60%;
  }
}
.slide_carousel::before {
  content: "";
  max-width: 1100px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 45%;
  background-color: #f0f8f6;
  position: absolute;
  z-index: -2;
}

@media print, screen and (min-width: 961px) {
  .txt_carousel .slick-slide,
  .txt_carousel .slick-current {
    max-width: 900px;
  }
}
.carousel_slider,
.carousel03 {
  padding-bottom: 30px;
}
.carousel_slider .link_none a,
.carousel03 .link_none a {
  pointer-events: none;
}
.carousel_slider.type01 + .top-arr__btn,
.carousel03.type01 + .top-arr__btn {
  display: none !important;
}
.carousel_slider.type02 .slick-dots,
.carousel03.type02 .slick-dots {
  display: none !important;
}
.carousel_slider .slick-prev,
.carousel_slider .slick-next,
.carousel03 .slick-prev,
.carousel03 .slick-next {
  z-index: 1;
  top: auto;
  bottom: 0;
}
.carousel_slider .slick-dots,
.carousel03 .slick-dots {
  max-width: 900px;
  margin: auto;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.carousel_slider .slick-dots li,
.carousel03 .slick-dots li {
  width: 100%;
  height: 10px;
  margin: 0;
}
.carousel_slider .slick-dots li.slick-active button::before,
.carousel03 .slick-dots li.slick-active button::before {
  background-color: #7d8dbb;
}
.carousel_slider .slick-dots li button,
.carousel03 .slick-dots li button {
  width: 100%;
  height: 10px;
  padding: 0;
  position: relative;
}
.carousel_slider .slick-dots li button::before,
.carousel03 .slick-dots li button::before {
  content: "";
  background-color: #f1f5f8;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 5px;
}

.top-arr__btn {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.top-arr__btn button {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.top-arr__btn button:hover .circle circle {
  stroke-dashoffset: 0;
}
.top-arr__btn button:nth-child(1) {
  margin-right: 10px;
}
.top-arr__btn button:nth-child(1)::before {
  right: 6px;
  transform: scale(-1, 1);
}
.top-arr__btn button:nth-child(2)::before {
  transform: scale(1, 1);
  left: 6px;
}
.top-arr__btn button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #2f3034;
}
.top-arr__btn button .circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-arr__btn button .circle::before {
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: solid 1px #ccd0dd;
  position: absolute;
  top: 1px;
  left: 1px;
}
.top-arr__btn button .circle svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-arr__btn button .circle circle {
  fill: none;
  stroke: #494949;
  stroke-width: 1;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@media print, screen and (max-width: 767.9px) {
  .carousel_slider .slick-prev,
  .carousel03 .slick-prev {
    right: 130px;
  }
  .carousel_slider .slick-next,
  .carousel03 .slick-next {
    right: 25px;
  }
  .carousel_slider .slick-num,
  .carousel03 .slick-num {
    right: 65px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  .carousel_slider .slick-prev,
  .carousel03 .slick-prev {
    right: 170px;
  }
  .carousel_slider .slick-next,
  .carousel03 .slick-next {
    right: 70px;
  }
  .carousel_slider .slick-num,
  .carousel03 .slick-num {
    right: 100px;
  }
}
@media print, screen and (min-width: 1361px) {
  .carousel_slider .slick-prev,
  .carousel03 .slick-prev {
    right: calc((100vw - 970px) / 2);
  }
  .carousel_slider .slick-next,
  .carousel03 .slick-next {
    right: calc((100vw - 1200px) / 2);
  }
  .carousel_slider .slick-num,
  .carousel03 .slick-num {
    right: calc((100vw - 1115px) / 2);
  }
}
.carousel03 .slick-track {
  display: flex;
}
.carousel03 .slick-slide {
  height: auto !important;
}
.carousel03 .slick-slide {
  background-color: #f1f5f8;
}
.carousel03 .slider-area {
  overflow: hidden;
}
.carousel03 .carousel-txt {
  line-height: 2.1;
}

@media print, screen and (max-width: 960px) {
  .carousel03 .carousel-txt {
    padding: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .carousel03 .carousel-txt {
    padding: 30px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .carousel03 .slick-slide {
    margin: 0 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .carousel03 .slick-slide {
    margin: 0 10px;
  }
}
.link_list ul {
  display: flex;
  flex-wrap: wrap;
}
.link_list ul li a:hover .circle circle {
  stroke-dashoffset: 0 !important; /* 線を描画 */
}
@media print, screen and (max-width: 767.9px) {
  .link_list ul li {
    width: 49%;
    margin-bottom: 12px;
  }
  .link_list ul li:nth-child(odd) {
    margin-right: 2%;
  }
  .link_list ul li:nth-child(n+3) {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list ul.dsn01 li:nth-child(4n) {
    margin-right: 0;
  }
  .link_list ul.dsn01 li:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .link_list ul.dsn01 li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1161px) {
  .link_list ul.dsn01 li {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
  }
}
.link_list ul.dsn01 li a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  border-bottom: solid 1px #f1f5f8;
  transition: all 0.5s;
}
.link_list ul.dsn01 li a:hover {
  opacity: 1;
  color: #7d8dbb;
  border-bottom: solid 1px #7d8dbb;
}
.link_list ul.dsn01 li .link-btn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 0;
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.link_list ul.dsn01 li .link-btn .circle {
  width: 22px;
  height: 22px;
}
.link_list ul.dsn01 li .link-btn .circle::before {
  width: 21px;
  height: 21px;
}
.link_list ul.dsn01 li .link-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-top: 5px solid #2f3034;
  left: 0;
  right: 0;
}
.link_list ul.dsn01 li .link-btn .circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.link_list ul.dsn01 li .link-btn .circle::before {
  content: "";
  border-radius: 50%;
  border: solid 1px #ccd0dd;
  position: absolute;
  top: 1px;
  left: 1px;
}
.link_list ul.dsn01 li .link-btn .circle svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.link_list ul.dsn01 li .link-btn .circle circle {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
@media print, screen and (min-width: 768px) {
  .link_list ul.dsn02 li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .link_list ul.dsn02 li:nth-child(4n) {
    margin-right: 0;
  }
  .link_list ul.dsn02 li:nth-child(n+5) {
    margin-top: 20px;
  }
}
.link_list ul.dsn02 li a {
  position: relative;
  overflow: hidden;
  display: block;
}
.link_list ul.dsn02 li a:hover {
  opacity: 1;
}
.link_list ul.dsn02 li a:hover .link_img {
  transform: scale(1.2, 1.2);
}
.link_list ul.dsn02 li a .link_img {
  transition: 1s all;
}
.link_list ul.dsn02 li a .link-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.6;
  background: linear-gradient(to bottom, transparent 30%, #2b6f64);
}
@media print, screen and (max-width: 1160px) {
  .link_list ul.dsn02 li a .link-txt {
    padding: 12px;
    font-size: 14px;
  }
  .link_list ul.dsn02 li a .link-txt span {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1161px) {
  .link_list ul.dsn02 li a .link-txt {
    padding: 22px;
    font-size: 16px;
  }
  .link_list ul.dsn02 li a .link-txt span {
    font-size: 14px;
  }
}
.link_list ul.dsn02 li a .link-txt p {
  padding-right: 25px;
}
.link_list ul.dsn02 li a .link-txt span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  display: block;
}
.link_list ul.dsn02 .link-btn {
  position: absolute;
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 12px;
  height: 12px;
}
@media print, screen and (max-width: 960px) {
  .link_list ul.dsn02 .link-btn {
    bottom: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .link_list ul.dsn02 .link-btn {
    bottom: 22px;
    right: 22px;
  }
}
.link_list ul.dsn02 .link-btn .circle {
  width: 22px;
  height: 22px;
}
.link_list ul.dsn02 .link-btn .circle::before {
  width: 21px;
  height: 21px;
}
.link_list ul.dsn02 .link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  left: 10px;
}
.link_list ul.dsn02 .link-btn .circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.link_list ul.dsn02 .link-btn .circle::before {
  content: "";
  border-radius: 50%;
  border: solid 1px #ccd0dd;
  position: absolute;
  top: 1px;
  left: 1px;
}
.link_list ul.dsn02 .link-btn .circle svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.link_list ul.dsn02 .link-btn .circle circle {
  fill: none;
  stroke: #eee;
  stroke-width: 1;
  stroke-dasharray: 188.4;
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

/* -- お問い合わせフォーム --
--------------------------------------------------------------　*/
.contact-form__txt {
  text-align: center;
}

.contact-form__wrap {
  max-width: 960px;
  margin: 50px auto;
  background-color: #f1f5f8;
}
@media print, screen and (max-width: 767.9px) {
  .contact-form__wrap {
    padding: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form__wrap {
    padding: 50px;
  }
}

@media print, screen and (max-width: 600px) {
  .contact-form__wrap table th,
  .contact-form__wrap table td {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 601px) {
  .contact-form__wrap table th,
  .contact-form__wrap table td {
    padding: 10px 0;
  }
}
.contact-form__wrap table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

@media print, screen and (max-width: 600px) {
  .contact-form__wrap table th {
    padding: 15px 0 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .contact-form__wrap table th {
    font-size: 18px;
  }
}
.contact-form__wrap table th span.requiredmark {
  display: inline-block;
  color: #249683;
  line-height: 1.2;
  margin-left: 7px;
}
@media print, screen and (max-width: 767.9px) {
  .contact-form__wrap table th span.requiredmark {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form__wrap table th span.requiredmark {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 600px) {
  .contact-form__wrap table td {
    padding: 0 15px 15px;
    border-bottom: 1px solid #acacac;
  }
}
.contact-form__wrap table td textarea,
.contact-form__wrap table td input[type=email],
.contact-form__wrap table td input[type=tel],
.contact-form__wrap table td [type=text] {
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 10px 15px;
}

.contact-form__wrap table td textarea:-webkit-autofill,
.contact-form__wrap table td input[type=email]:-webkit-autofill,
.contact-form__wrap table td input[type=tel]:-webkit-autofill,
.contact-form__wrap table td [type=text]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.contact-form__wrap .submit {
  text-align: center;
  margin-top: 30px;
}

.contact-form__wrap .submit p {
  margin: auto;
}
@media print, screen and (max-width: 767.9px) {
  .contact-form__wrap .submit p {
    width: 210px;
  }
  .contact-form__wrap .submit p input[type=submit] {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form__wrap .submit p {
    width: 250px;
  }
  .contact-form__wrap .submit p input[type=submit] {
    font-size: 20px;
  }
}

.contact-form__wrap .submit input[type=submit] {
  background-color: #05143f;
  color: #fff;
  color: #fff;
  width: 100%;
  padding: 10px 5px;
  border: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  cursor: pointer;
}

.contact-form__wrap .submit input[type=submit]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.form_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

/* --------------------------------------------------------------
// 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 h1 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #f1f5f8;
  font-size: 25px;
  letter-spacing: 0.05em;
}

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

.c_wrap .post .acv_list li {
  border-bottom: solid 1px #f1f5f8;
  padding: 15px 0;
}

.c_wrap .post .acv_list li:first-of-type {
  border-top: solid 1px #f1f5f8;
}

.c_wrap .post .acv_list li .cat_name {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li .cat_name {
    margin-bottom: 5px;
  }
}
.c_wrap .post .acv_list li .cat_name span {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li .cat_name span {
    font-size: 12px;
    padding: 2px 5px;
  }
}
.c_wrap .post .acv_list li .cat_name span:not(:first-of-type) {
  margin-left: 5px;
}

.c_wrap .post .acv_list li dl {
  display: flex;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li dl dt {
    width: 100px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c_wrap .post .acv_list li dl dt {
    width: 150px;
  }
}
@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li dl dd {
    width: calc(100% - 100px);
  }
}
@media print, screen and (min-width: 768px) {
  .c_wrap .post .acv_list li dl dd {
    width: calc(100% - 150px);
  }
}
.cat-label span {
  padding: 1px 5px;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
}
.cat-label span.news {
  background-color: #05143f;
}
.cat-label span.pickup {
  background-color: #7d8dbb;
}

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

.c_wrap .sidebar {
  padding: 30px 15px;
  max-width: 350px;
  background-color: #f0f8f6;
  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;
}

.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);
}

/* ----------
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: #70644f;
  color: #fff;
  padding: 5px 10px;
}

.pagenation ul li a {
  background: none repeat scroll 0 0 rgba(51, 71, 116, 0.45);
  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: #70644f;
  color: #fff;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */