@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JPwght:wght@400;600&family=Shippori+Mincho:wght@500;700&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: #766f70;
  letter-spacing: 0.1em;
  word-break: break-all;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

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

a {
  color: #766f70;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .over:hover {
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.5s 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 --
--------------------------------------------------------------　*/
.shi-min {
  font-family: "Shippori Mincho", serif;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .mainwrap,
  .widewrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1920px) {
  .mainwrap {
    max-width: 1000px;
  }
  .widewrap {
    max-width: 1100px;
  }
}
@media print, screen and (min-width: 1921px) {
  .mainwrap {
    max-width: 52%;
  }
  .widewrap {
    max-width: 57.2%;
  }
}
@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 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
#breadcrumb ul li {
  display: inline-block;
  position: relative;
  color: #bdb9b9;
}
@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 10px;
}
#breadcrumb ul li a {
  color: #bdb9b9;
}

/* -- アニメーション --
--------------------------------------------------------------　*/
@keyframes p-mv-slider {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, 0);
  }
  100% {
    transform: translate(-100px, 0);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes menu_bg {
  0% {
    background-position: -350px 0;
  }
  100% {
    background-position: -800px 0;
  }
}
@keyframes zoom-in-anim {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* -- header --
--------------------------------------------------------------　*/
.rsv-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebd560;
  border-radius: 8px;
  min-width: 265px;
}
@media print, screen and (max-width: 767.9px) {
  .rsv-btn a {
    min-height: 70px;
  }
  .rsv-btn a p {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-right: 13px;
  }
  .rsv-btn a .icon {
    width: 33px;
  }
}
@media print, screen and (min-width: 768px) {
  .rsv-btn a {
    min-height: 82px;
  }
  .rsv-btn a p {
    font-size: 25px;
    letter-spacing: 0.2em;
    padding-right: 16px;
  }
}
.rsv-btn a p {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .rsv-btn.wt {
    margin-bottom: 80px;
  }
}
.rsv-btn.wt a {
  background-color: #fff;
  color: #5aa4ae;
  max-width: 320px;
}

.sns-btn {
  display: flex;
}
.sns-btn li:not(:last-of-type) {
  margin-right: 16px;
}
.sns-btn li.ttl {
  font-size: 18px;
  margin-right: 33px;
  letter-spacing: 0.1em;
}
.sns-btn li a {
  display: block;
  width: 26px;
}

.gtranslate-wrap {
  position: relative;
}
.gtranslate-wrap .gtranslate_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #fff;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.gtranslate-wrap .gtranslate_wrapper.open {
  max-height: 363px;
}
.gtranslate-wrap a.glink {
  display: block;
  color: #5aa4ae;
  padding: 5px;
}
.gtranslate-wrap .btn-txt {
  color: #5aa4ae;
  padding-bottom: 7px;
  position: relative;
  padding-right: 30px;
}
@media print, screen and (min-width: 768px) {
  .gtranslate-wrap .btn-txt {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.gtranslate-wrap .btn-txt::before {
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  top: 5px;
  border: 9px solid transparent;
  border-top-width: 9px;
  border-top-style: solid;
  content: "";
}

#search-btn {
  width: 0;
  opacity: 0;
  overflow: hidden; /* 幅0の時は中身がはみ出ないように */
  transition: width 0.5s ease, opacity 0.5s ease;
}
#search-btn button {
  border-radius: 8px;
  background-color: #f0f0f0;
  border: none;
}

.search-window {
  position: relative;
  margin-bottom: 8px;
}

.search-window .search {
  width: 100%;
}

.search-window .search input[type=text] {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-right: 14px;
  padding-left: 62px;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  background-color: #f0f0f0;
  font-size: 16px;
  outline: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

#searchsubmit {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  border: none;
  cursor: pointer;
  background: transparent;
}

.ht-gnav__right {
  position: relative;
}
.ht-gnav__right .gtranslate-wrap {
  cursor: pointer;
}
@media print, screen and (max-width: 767.9px) {
  .ht-gnav__right .gtranslate-wrap {
    margin-right: 12px;
  }
  .ht-gnav__right .gtranslate-wrap .gtranslate_wrapper {
    width: 95px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ht-gnav__right .gtranslate-wrap .gtranslate_wrapper {
    width: 110px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ht-gnav__right .gtranslate-wrap .btn-txt {
    padding-top: 32px;
    padding-bottom: 0;
    background-size: 26px;
    font-size: 13px;
  }
  .ht-gnav__right .gtranslate-wrap .btn-txt::before {
    top: auto;
    bottom: 2px;
    border: 5px solid transparent;
    border-top-width: 5px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ht-gnav__right .gtranslate-wrap .btn-txt {
    padding-top: 52px;
    background-size: 40px;
  }
  .ht-gnav__right .gtranslate-wrap .btn-txt::before {
    top: auto;
    bottom: 6px;
    border: 7px solid transparent;
    border-top-width: 7px;
  }
}
@media print, screen and (max-width: 960px) {
  .ht-gnav__right .gtranslate-wrap .btn-txt {
    padding-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='54'%20height='54'%20viewBox='0%200%2054%2054'%3E%3Cg%20id='g'%20transform='translate(-572.895%20-24.671)'%3E%3Cellipse%20cx='26'%20cy='26'%20rx='26'%20ry='26'%20transform='translate(573.895%2025.671)'%20fill='none'%20stroke='%235aa4ae'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M35.323%2053.47C23.777%2051.049%2019.478%2040.55%2019.887%2027.981A27.329%2027.329%200%200%201%2038.906%202.5'%20transform='translate(563.929%2023.689)'%20fill='none'%20stroke='%235aa4ae'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M43.013%202.261c11.853%202.168%2020.668%2012.654%2020.853%2025.61.2%2013.839-4.778%2022.688-16.01%2025.35'%20transform='translate(553.311%2023.803)'%20fill='none'%20stroke='%235aa4ae'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M53.2%2022.326c-4.732%206.509-12.552%209.563-21.4%209.563s-16.663-3.052-21.4-9.559'%20transform='translate(568.089%2014.462)'%20fill='none'%20stroke='%235aa4ae'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M53.532%2045.589C49.521%2055.808%2039.925%2059.457%2028.173%2059.457%2016.5%2059.457%206.523%2055.385%202.9%2045.589'%20transform='translate(571.72%203.706)'%20fill='none'%20stroke='%235aa4ae'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cline%20y2='52'%20transform='translate(599.894%2025.671)'%20fill='none'%20stroke='%235aa4ae'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 50% top 5px;
  }
}
.ht-gnav__right .gtranslate-wrap .btn-txt::before {
  border-top-color: #5aa4ae;
}

.h1-txt h1,
.h1-txt p {
  color: #5aa4ae;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 18px);
  line-height: 1.77;
  letter-spacing: 0.2em;
}

.sns-lang__btm {
  display: flex;
  justify-content: flex-end;
}
.sns-lang__btm .sns-btn {
  margin-right: 24px;
}

.ht-gnav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  transition: top 0.5s ease, left 0.5s ease, width 0.5s ease, opacity 0.5s ease;
}
.ht-gnav.on-fixed {
  box-shadow: 0px 3px 6px rgba(144, 145, 146, 0.44);
}
.ht-gnav.on-fixed #search-btn {
  opacity: 1;
}
.ht-gnav.visible-ft {
  opacity: 0;
  pointer-events: none;
}
@media print, screen and (max-width: 767.9px) {
  .ht-gnav .rsv-btn {
    display: none;
  }
  .ht-gnav__left .logo {
    max-width: 175px;
  }
  .ht-gnav__wrap {
    padding-left: 8px;
  }
  .ht-gnav #menu-btn {
    width: 66px;
    height: 64px;
  }
  .ht-gnav #menu-btn img {
    width: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-gnav.on-fixed {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    border-radius: 8px;
    /* 展開状態 */
  }
  .ht-gnav.on-fixed #menu-btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .ht-gnav.on-fixed .ht-gnav__wrap {
    padding-left: 8px;
  }
  .ht-gnav.on-fixed .js-search-form .search {
    visibility: hidden;
    margin-left: 8px;
    opacity: 0;
    transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    transition-property: transform, opacity, visibility;
    transform: translateX(20px);
  }
  .ht-gnav.on-fixed .search-window .search.is-open {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  .ht-gnav__wrap {
    padding-left: 24px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ht-gnav__left {
    width: 300px;
    padding-right: 20px;
  }
  .ht-gnav__right {
    width: calc(100% - 300px);
  }
}
@media print, screen and (max-width: 960px) {
  .ht-gnav #search-btn,
  .ht-gnav .search-window,
  .ht-gnav .sns-btn {
    display: none;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1320px) {
  .ht-gnav__left {
    width: calc(100% - 660px);
    padding-right: 20px;
  }
  .ht-gnav__right {
    width: 660px;
  }
  .ht-gnav .sns-lang__wrap {
    width: calc(100% - 398px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .ht-gnav .gtranslate-wrap .btn-txt {
    font-size: 15px;
  }
  .ht-gnav #menu-btn {
    width: 100px;
    min-height: 100px;
  }
  .ht-gnav .rsv-btn a {
    min-height: 62px;
    min-width: 200px;
  }
  .ht-gnav .rsv-btn a p {
    font-size: 20px;
  }
  .ht-gnav .rsv-btn a .icon {
    width: 25px;
  }
  .ht-gnav.on-fixed #search-btn {
    width: 62px;
  }
  .ht-gnav #search-btn button {
    width: 62px;
    height: 62px;
  }
  .ht-gnav #search-btn button img {
    width: 30px;
  }
  .ht-gnav .rsv-btn,
  .ht-gnav #search-btn {
    margin-right: 12px;
  }
  .ht-gnav .sns-lang__wrap {
    margin-right: 12px;
  }
}
@media print, screen and (max-width: 1520px) {
  .ht-gnav .h1-txt {
    display: none;
  }
}
@media print, screen and (min-width: 1521px) and (max-width: 1920px) {
  .ht-gnav__left .logo {
    width: 42%;
  }
  .ht-gnav__left .h1-txt {
    width: 58%;
  }
}
@media print, screen and (min-width: 1321px) and (max-width: 1720px) {
  .ht-gnav__left .logo {
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1321px) {
  .ht-gnav.on-fixed #search-btn {
    width: 82px;
  }
  .ht-gnav .sns-lang__wrap {
    margin-right: 24px;
    width: calc(100% - 549px);
  }
  .ht-gnav .rsv-btn,
  .ht-gnav #search-btn {
    margin-right: 24px;
  }
  .ht-gnav #search-btn button {
    width: 82px;
    height: 82px;
  }
  .ht-gnav #menu-btn {
    width: 130px;
    min-height: 130px;
  }
  .ht-gnav__left {
    width: calc(100% - 840px);
  }
  .ht-gnav__right {
    width: 840px;
  }
}
@media print, screen and (min-width: 1721px) {
  .ht-gnav__left .logo {
    padding-right: 80px;
  }
}
.ht-gnav__wrap {
  display: flex;
  justify-content: space-between;
  transition: padding 0.5s ease;
}
.ht-gnav__left, .ht-gnav__right {
  display: flex;
  align-items: center;
}
.ht-gnav__right {
  justify-content: flex-end;
}

#menu-btn {
  background-color: #5aa4ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#menu-btn:hover {
  outline: 0;
  opacity: 0.7;
  transition: opacity 0.5s ease-out;
}

@media print, screen and (max-width: 767.9px) {
  #close-btm {
    text-align: center;
    color: #5aa4ae;
    font-size: 16px;
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #close-btm {
    display: none;
  }
}

#ht-nav {
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 12;
  position: fixed;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 767.9px) {
  #ht-nav {
    background-image: url(../images/common/menu-bg_sp.webp);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #ht-nav {
    background-image: url(../images/common/menu-bg.webp);
  }
}

.ht-nav {
  position: fixed;
  inset: 0;
  background: #1d1d1f;
  opacity: 1;
  pointer-events: none;
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: clip-path;
  overflow-y: auto;
}
.ht-nav.is-open {
  clip-path: circle(150% at calc(100% - 44px) 44px);
  pointer-events: auto;
}
@media print, screen and (max-width: 420px) {
  .ht-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 421px) and (max-width: 767.9px) {
  .ht-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ht-nav__btm {
    display: none;
  }
  .ht-nav__wrap {
    padding-top: 70px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .ht-nav__list {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .ht-nav__list a {
    font-size: 16px;
  }
  .ht-nav .logo {
    display: none;
  }
  .ht-nav .add p {
    display: none;
  }
  .ht-nav .tel {
    font-size: 24px;
    margin-top: 30px;
  }
  .ht-nav .day-wrap {
    margin-top: 16px;
  }
  .ht-nav .day-wrap th {
    width: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-nav__wrap {
    width: 90%;
    max-width: 1130px;
    display: flex;
    margin-top: 400px;
    margin-bottom: 400px;
  }
  .ht-nav__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: solid 1px #fff;
  }
  .ht-nav nav {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ht-nav .tel {
    font-size: 28px;
    margin-top: 10px;
  }
  .ht-nav .day-wrap {
    margin-top: 24px;
  }
  .ht-nav .day-wrap th {
    width: 100px;
  }
}
@media print, screen and (max-width: 960px) {
  .ht-nav__list ul li:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ht-nav__list {
    justify-content: space-between;
  }
  .ht-nav__list a {
    font-size: 2.5vw;
  }
  .ht-nav .policy {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .ht-nav__list ul {
    width: 50%;
  }
  .ht-nav__list ul li:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .ht-nav__list a {
    font-size: 28px;
  }
  .ht-nav .btm-flexb {
    display: flex;
  }
  .ht-nav .policy {
    margin-left: 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .ht-nav nav {
    align-items: center;
  }
  .ht-nav__left {
    width: calc(100% - 360px);
    padding-right: 30px;
  }
  .ht-nav__right {
    width: 360px;
    padding-left: 30px;
  }
  .ht-nav .day {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1321px) {
  .ht-nav nav {
    padding-right: 160px;
    align-items: flex-end;
  }
  .ht-nav__left {
    width: calc(100% - 470px);
    padding-right: 80px;
  }
  .ht-nav__right {
    width: 470px;
    padding-left: 80px;
  }
  .ht-nav .day {
    font-size: 18px;
  }
}
.ht-nav .day-wrap table th {
  font-weight: normal;
}
.ht-nav nav {
  color: #fff;
  position: relative;
}
.ht-nav nav #close-btn {
  position: absolute;
}
@media print, screen and (max-width: 420px) {
  .ht-nav nav #close-btn {
    right: -5px;
  }
}
@media print, screen and (min-width: 421px) and (max-width: 767.9px) {
  .ht-nav nav #close-btn {
    right: -32px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ht-nav nav #close-btn {
    width: 50px;
    top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-nav nav #close-btn {
    top: 24px;
    right: 24px;
  }
}
.ht-nav .close-btn {
  cursor: pointer;
}
.ht-nav__list {
  display: flex;
}
.ht-nav__list .current a {
  color: #ebd560;
}
.ht-nav__list a {
  color: transparent;
  background: linear-gradient(to right, #ebd560 50%, #fff 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  font-weight: 500;
}
.ht-nav__list a:hover {
  background-position: 0 100%;
}
.ht-nav .tel {
  letter-spacing: 0.1em;
}
.ht-nav .tel a {
  color: #fff;
}
.ht-nav .logo {
  margin-bottom: 40px;
}
.ht-nav .day {
  margin-bottom: 30px;
}
.ht-nav .search-window {
  margin-bottom: 30px;
}
.ht-nav .policy a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .ht-nav .gtranslate-wrap {
    width: 135px;
  }
}
.ht-nav .gtranslate-wrap .btn-txt {
  color: #fff;
}
.ht-nav .gtranslate-wrap .btn-txt::before {
  border-top-color: #fff;
}

.sp-header {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 75px);
  z-index: 11;
}
@media print, screen and (max-width: 767.9px) {
  .sp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-header {
    display: none;
  }
}
.sp-header .sp-header__logo {
  max-width: 175px;
  width: calc(100% - 58px);
  padding-right: 10px;
}
.sp-header .gtranslate-wrap {
  width: 59px;
}
.sp-header .gtranslate-wrap .gtranslate_wrapper {
  width: 95px;
}
.sp-header .gtranslate-wrap .btn-txt {
  padding-top: 32px;
  padding-bottom: 0;
  background-size: 26px;
  font-size: 13px;
  padding-right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='54'%20height='54'%20viewBox='0%200%2054%2054'%3E%3Cg%20transform='translate(-572.895%20-24.671)'%3E%3Cellipse%20cx='26'%20cy='26'%20rx='26'%20ry='26'%20transform='translate(573.895%2025.671)'%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M35.323%2053.47C23.777%2051.049%2019.478%2040.55%2019.887%2027.981A27.329%2027.329%200%200%201%2038.906%202.5'%20transform='translate(563.929%2023.689)'%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M43.013%202.261c11.853%202.168%2020.668%2012.654%2020.853%2025.61.2%2013.839-4.778%2022.688-16.01%2025.35'%20transform='translate(553.311%2023.803)'%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M53.2%2022.326c-4.732%206.509-12.552%209.563-21.4%209.563s-16.663-3.052-21.4-9.559'%20transform='translate(568.089%2014.462)'%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cpath%20d='M53.532%2045.589C49.521%2055.808%2039.925%2059.457%2028.173%2059.457%2016.5%2059.457%206.523%2055.385%202.9%2045.589'%20transform='translate(571.72%203.706)'%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3Cline%20y2='52'%20transform='translate(599.894%2025.671)'%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 50% top 5px;
}
.sp-header .gtranslate-wrap .btn-txt::before {
  top: auto;
  bottom: 2px;
  border: 5px solid transparent;
  border-top-width: 5px;
  border-top-color: #fff;
}

@media print, screen and (max-width: 767.9px) {
  .cky-consent-container.cky-box-bottom-left {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .cky-consent-container.cky-box-bottom-left {
    width: 550px;
  }
}
/* -- mainvisual --
--------------------------------------------------------------　*/
main {
  background-color: #fff;
  position: relative;
  margin-top: -1px;
  min-height: 100vh;
}

.pagetitle {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .pagetitle {
    margin-top: 64px;
  }
  .pagetitle .mainwrap {
    height: 185px;
  }
}
@media print, screen and (min-width: 768px) {
  .pagetitle .mainwrap {
    height: 370px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .pagetitle {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1321px) {
  .pagetitle {
    margin-top: 130px;
  }
}
.pagetitle::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(90, 164, 174, 0.54);
  position: absolute;
  top: 0;
  left: 0;
}
.pagetitle .mainwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.pagetitle h2 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  font-size: clamp(32px, 5vw, 56px);
}
.pagetitle-btm {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainvisual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mv-video,
.swiper4-wrap {
  position: fixed; /* 画面に固定 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.mv-video {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper4 .swiper-slide > div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}

.scroll_down {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100px;
  height: 100px;
}
@media print, screen and (max-width: 767.9px) {
  .scroll_down {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .scroll_down {
    bottom: 50px;
  }
}

.scroll_down a {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.2em;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: block;
}
.scroll_down a .text {
  display: block;
  font-size: 14px;
  color: #5aa4ae;
  white-space: nowrap;
  letter-spacing: 2px;
  text-align: center;
}

.arrow {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 54px;
  height: 11px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  margin-left: auto;
  margin-right: auto;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(45px);
  }
  100% {
    opacity: 0;
    transform: translateY(60px) scale3d(0.5, 0.5, 0.5);
  }
}
/* -- footer --
--------------------------------------------------------------*/
#sp-rsv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
#sp-rsv.on {
  opacity: 1;
  pointer-events: auto;
}
#sp-rsv.visible-ft {
  opacity: 0;
  pointer-events: none;
}
#sp-rsv a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebd560;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#sp-rsv a p {
  font-size: 20px;
  letter-spacing: 0.2em;
  padding-right: 13px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 3px;
}
#sp-rsv a .icon {
  width: 33px;
}
@media print, screen and (min-width: 768px) {
  #sp-rsv {
    display: none;
  }
}

.chatbot-wrap {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 90px;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.chatbot-wrap:hover {
  opacity: 0.8;
}
.chatbot-wrap__close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  z-index: 10;
  cursor: pointer;
}

footer.ft {
  background-color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  footer.ft {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer.ft .res-br {
  display: none;
}

.ft-logo {
  margin-bottom: 58px;
}

.ft-wrap {
  margin-bottom: 48px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
  .ft-wrap__left {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap {
    display: flex;
    justify-content: space-between;
  }
  .ft-wrap__left, .ft-wrap__right {
    width: 50%;
  }
  .ft-wrap__right {
    padding-top: 120px;
  }
}
.ft-wrap__left nav {
  display: flex;
  justify-content: space-between;
}
.ft-wrap__left nav ul {
  width: 50%;
}
.ft-wrap__left nav .current a {
  background-position: 0 100%;
}
.ft-wrap__left nav li:not(:last-of-type) {
  margin-bottom: 24px;
}
.ft-wrap__left nav a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: transparent;
  background: linear-gradient(to right, #5aa4ae 50%, #766f70 50%) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
.ft-wrap__left nav a:hover {
  background-position: 0 100%;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__left nav a {
    font-weight: 500;
  }
}
.ft-wrap__right .add .tel {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.43;
  margin-top: 8px;
}
.ft-wrap__right .day {
  font-size: 14px;
  margin-top: 30px;
}
.ft-wrap__right .day .day-wrap:not(:last-of-type) {
  margin-bottom: 15px;
}
.ft-wrap__right .day p {
  line-height: 1.4;
}
.ft-wrap__right .day table th {
  font-weight: 400;
  text-align: left;
  width: 85px;
}
.ft-wrap__right .day table th,
.ft-wrap__right .day table td {
  line-height: 1.4;
}
.ft-wrap__right .sns-btn {
  margin-top: 48px;
  margin-bottom: 40px;
}
.ft-wrap__right .sns-btn li.ttl {
  color: #5aa4ae;
}
.ft-wrap__right .ft-bnr li:not(:last-of-type) {
  margin-bottom: 16px;
}
.ft-wrap .rsv-btn {
  max-width: 320px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap .rsv-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap .rsv-btn {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.ft-wrap .search-window {
  max-width: 320px;
}

.ft-copy {
  text-align: center;
  font-size: 12px;
  color: #5aa4ae;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -- front page --
--------------------------------------------------------------　*/
@media print, screen and (max-width: 767.9px) {
  html.safari .tp-h2,
  html.safari .tp-h2 h2 {
    width: 93px;
  }
  html.safari .tp-h2 h2 {
    font-size: 28px;
  }
  html.safari .tp-relax .tp-h2,
  html.safari .tp-relax .tp-h2 h2 {
    width: 128px;
  }
}
@media print, screen and (min-width: 768px) {
  html.safari .tp-intro__ttl p {
    min-height: 540px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  html.safari .tp-h2,
  html.safari .tp-h2 h2 {
    width: 88px;
  }
  html.safari .tp-h2 h2 {
    font-size: 40px;
  }
  html.safari .tp-relax .tp-h2,
  html.safari .tp-relax .tp-h2 h2 {
    width: 136px;
  }
}
@media print, screen and (min-width: 961px) {
  html.safari .tp-h2,
  html.safari .tp-h2 h2 {
    width: 108px;
  }
  html.safari .tp-h2 h2 {
    font-size: 56px;
  }
  html.safari .tp-relax .tp-h2,
  html.safari .tp-relax .tp-h2 h2 {
    width: 178px;
  }
}

.tp-h2 {
  color: #5aa4ae;
  position: relative;
  padding-bottom: 26px;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 767.9px) {
  .tp-h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .tp-h2::before {
    width: 22px;
    height: 32px;
  }
  .tp-h2::after {
    height: calc(100% - 58px);
    top: 48px;
    right: 12px;
  }
  .tp-h2 h2 {
    padding-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tp-h2 p {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-h2::before {
    width: 38px;
    height: 57px;
  }
  .tp-h2::after {
    height: calc(100% - 100px);
    top: 75px;
    right: 18px;
  }
  .tp-h2 h2 {
    padding-bottom: 16px;
    padding-right: 40px;
  }
  .tp-h2 p {
    left: 7px;
  }
}
.tp-h2.wt {
  color: #fff;
}
.tp-h2.wt::before {
  background-image: url(../images/common/h-icon02.png);
}
.tp-h2.wt::after {
  background-color: #fff;
}
.tp-h2::before, .tp-h2::after {
  content: "";
  position: absolute;
}
.tp-h2::before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(../images/common/h-icon.png);
  top: 0;
  right: 0;
}
.tp-h2::after {
  width: 1px;
  background-color: #5aa4ae;
}
.tp-h2 h2 {
  font-size: clamp(28px, 5vw, 56px);
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  writing-mode: vertical-rl;
  word-break: keep-all;
  letter-spacing: 0.15em;
  line-height: 1.2;
  padding-top: 30px;
}
.tp-h2 p {
  font-weight: 700;
  word-break: keep-all;
  position: absolute;
  bottom: 0;
}
@media print, screen and (max-width: 960px) {
  .tp-h2 p {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .tp-h2 p {
    font-size: 14px;
  }
}

.view-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  color: #5aa4ae;
  position: relative;
  padding-bottom: 7px;
}
.view-btn a::before, .view-btn a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.view-btn a::before {
  background-color: #f0f0f0;
}
.view-btn a::after {
  background: #5aa4ae;
  transform: scaleX(0);
  transform-origin: left; /* 左から伸びる */
  transition: transform 0.35s ease;
}
.view-btn a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.view-btn a:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}

.arr-btn {
  border: solid 1px #5aa4ae;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .arr-btn {
    width: 38px;
    height: 38px;
  }
  .arr-btn svg {
    width: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .arr-btn {
    width: 48px;
    height: 48px;
  }
}
.arr-btn svg {
  transition: transform 0.5s ease;
}

/* ホバー時にアニメーション */
a:hover .arr-btn svg {
  animation: slideArrow 0.5s ease forwards;
}

/* keyframes */
@keyframes slideArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px); /* 右へスライドして消える */
  }
  51% {
    transform: translateX(-40px); /* 左から出てくる */
  }
  100% {
    transform: translateX(0); /* 元の位置に戻る */
  }
}
.link-btn a {
  display: block;
  border-radius: 38px;
  border: solid 2px #5aa4ae;
  color: #5aa4ae;
  text-align: center;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media print, screen and (max-width: 767.9px) {
  .link-btn a {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .link-btn a {
    font-size: 18px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.link-btn a:hover {
  background-color: #5aa4ae;
  color: #fff;
}
.link-btn .arr-btn {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.tp-com h3 {
  line-height: 1.71;
  font-weight: 600;
  margin-bottom: 18px;
}
.tp-com__txt {
  line-height: 1.88;
}
@media print, screen and (max-width: 767.9px) {
  .tp-com {
    text-align: center;
  }
  .tp-com h3 {
    font-size: 20px;
  }
  .tp-com__txt {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-com h3 {
    font-size: 28px;
  }
  .tp-com__txt {
    font-size: 18px;
  }
}

.fade-in-blur {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(30px);
  transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1), filter 1.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fade-in-blur.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.js-trigger {
  overflow: hidden;
}

.fixed-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}
.fixed-img img {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.tp-intro {
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}
.tp-intro::before, .tp-intro::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.tp-intro::before {
  background-size: cover;
  background-position: center bottom;
}
.tp-intro::after {
  height: 100%;
  top: 0;
}
@media print, screen and (max-width: 767.9px) {
  .tp-intro {
    text-align: center;
  }
  .tp-intro::before {
    height: 250px;
    bottom: 0;
  }
  .tp-intro::after {
    background: linear-gradient(to bottom, #fff 0, #fff calc(100% - 200px), rgba(255, 255, 255, 0.5) 100%);
  }
  .tp-intro__txt {
    padding-bottom: 80px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-intro__txt p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .tp-intro__ttl h2 {
    padding-left: 25px;
    padding-right: 25px;
    background: linear-gradient(to right, #5aa4ae 0%, #ebd560 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .tp-intro::before {
    height: calc(100% - 150px);
    top: 150px;
  }
  .tp-intro::after {
    background: linear-gradient(to bottom, #fff 0px, #fff 150px, rgba(255, 255, 255, 0.5) 100%);
  }
  .tp-intro__ttl, .tp-intro__txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .tp-intro__ttl h2 {
    padding-top: 38px;
    padding-bottom: 38px;
    background: linear-gradient(#5aa4ae 8%, #5ca4ac 37%, #63a7a8 52%, #71aba1 64%, #83b297 73%, #9cba8a 82%, #bac47a 90%, #ddd067 97%, #ebd560 100%);
  }
  .tp-intro__txt {
    margin-top: 30px;
  }
  .tp-intro__txt p:not(:last-of-type) {
    margin-left: 2em;
  }
  .tp-intro .mainwrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .tp-intro__ttl {
    margin-left: 40px;
  }
  .tp-intro__ttl h2 {
    margin-left: 25px;
  }
}
@media print, screen and (min-width: 961px) {
  .tp-intro__ttl {
    margin-left: 60px;
  }
  .tp-intro__ttl h2 {
    margin-left: 45px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .tp-intro {
    min-height: 70vw;
  }
}
@media print, screen and (min-width: 1261px) {
  .tp-intro {
    min-height: 875px;
  }
}
.tp-intro__wrap {
  position: relative;
  z-index: 2;
}
.tp-intro__ttl h2 {
  display: inline-block;
  font-size: clamp(19px, 2.5vw, 28px);
  letter-spacing: 0.2em;
  border-radius: 28px;
  color: #fff;
  position: relative;
}
.tp-intro__ttl h2::before {
  content: "";
  background-image: url(../images/common/h-icon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
}
@media print, screen and (max-width: 767.9px) {
  .tp-intro__ttl h2::before {
    width: 20px;
    height: 30px;
    bottom: -5px;
    right: -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-intro__ttl h2::before {
    width: 24px;
    height: 38px;
    bottom: -10px;
    right: -7px;
  }
}
.tp-intro__ttl p {
  font-size: clamp(20px, 3vw, 34px);
  color: #5aa4ae;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 15px;
}
.tp-intro__txt {
  width: -moz-fit-content;
  width: fit-content;
}
.tp-intro__txt p {
  font-size: clamp(14px, 2vw, 22px);
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.tp-intro__btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media print, screen and (max-width: 767.9px) {
  .tp-info {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .tp-info__pick, .tp-info__list {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 560px) {
  .tp-info__pick .view-btn {
    margin-top: 20px;
  }
  .tp-info__pick .view-btn a {
    margin-left: auto;
  }
  .tp-info__pick > ul li a {
    margin-left: auto;
  }
  .tp-info__list a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tp-info__list dl dd {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 561px) {
  .tp-info .swiper-horizontal > .swiper-scrollbar,
  .tp-info .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 130px);
  }
  .tp-info__pick .view-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .tp-info__list > ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tp-info__list dl {
    display: flex;
    align-items: center;
  }
  .tp-info__list dl dt,
  .tp-info__list dl dd {
    font-size: 14px;
  }
  .tp-info__list dl dd {
    width: 20%;
  }
  .tp-info__list dl dt {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-info {
    padding-top: 80px;
    padding-bottom: 174px;
  }
  .tp-info__wrap {
    display: flex;
  }
  .tp-info__pick, .tp-info__list {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .tp-info__ttl {
    width: 160px;
  }
  .tp-info__main {
    width: calc(100% - 160px);
  }
}
@media print, screen and (min-width: 961px) {
  .tp-info__ttl {
    width: 245px;
  }
  .tp-info__main {
    width: calc(100% - 245px);
  }
}
.tp-info__bnr {
  margin-bottom: 81px;
}
.tp-info__bnr li:not(:last-of-type) {
  margin-bottom: 24px;
}
.tp-info__pick {
  position: relative;
  padding-bottom: 13px;
}
.tp-info__pick .pick-img img {
  border-radius: 8px;
}
.tp-info__pick dl {
  padding-top: 10px;
}
.tp-info__pick dl dt,
.tp-info__pick dl dd {
  font-size: 14px;
}
.tp-info__pick dl dd {
  color: #5aa4ae;
  line-height: 1.42;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 7px;
}
.tp-info__pick dl dt {
  line-height: 1.71;
}
.tp-info .pick-slider > ul {
  margin-bottom: 40px;
}
.tp-info .swiper-horizontal > .swiper-scrollbar,
.tp-info .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 8px;
  background: #f0f0f0;
  border-radius: 10px;
  margin-top: 10px;
  position: static;
  cursor: pointer;
}
.tp-info .swiper-scrollbar-drag {
  background: #5aa4ae;
  border-radius: 10px;
}
.tp-info__list > ul li {
  border-bottom: solid 1px #cecaca;
}
.tp-info__list > ul li:first-of-type {
  border-top: solid 1px #cecaca;
}
.tp-info__list > ul li a {
  display: block;
  transition: color 0.5s ease;
}
.tp-info__list > ul li a:hover {
  color: #5aa4ae;
}
.tp-info__list .view-btn {
  margin-top: 24px;
}
.tp-info__list .view-btn a {
  margin-left: auto;
}
.tp-info__recruit a {
  display: flex;
  align-items: center;
  border: solid 1px #5aa4ae;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #5aa4ae;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.tp-info__recruit a:hover {
  background-color: #5aa4ae;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .tp-info__recruit a {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tp-info__recruit .recruit-ttl {
    width: 100%;
    text-align: center;
  }
  .tp-info__recruit .recruit-txt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tp-info__recruit .arr-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-info__recruit a {
    padding-left: 32px;
    padding-right: 32px;
  }
  .tp-info__recruit .recruit-ttl {
    width: 148px;
    padding-right: 32px;
  }
  .tp-info__recruit .recruit-ttl::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #5aa4ae;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .tp-info__recruit .recruit-txt {
    width: calc(100% - 196px);
    font-size: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.tp-info__recruit .recruit-ttl {
  font-size: 24px;
}
.tp-info__recruit .recruit-ttl {
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
}

@media print, screen and (max-width: 767.9px) {
  .tp-onsen .tp-h2,
  .tp-stay .tp-h2,
  .tp-relax .tp-h2 {
    margin-bottom: 40px;
  }
  .tp-onsen .tp-com,
  .tp-stay .tp-com,
  .tp-relax .tp-com {
    margin-bottom: 35px;
  }
  .tp-onsen__cts,
  .tp-stay__cts,
  .tp-relax__cts {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-onsen .tp-h2,
  .tp-stay .tp-h2,
  .tp-relax .tp-h2 {
    margin-bottom: 80px;
  }
  .tp-onsen .tp-com,
  .tp-stay .tp-com,
  .tp-relax .tp-com {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .tp-onsen .tp-h2,
  .tp-stay .tp-h2,
  .tp-relax .tp-h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .tp-onsen .tp-com,
  .tp-stay .tp-com,
  .tp-relax .tp-com {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-onsen__cts,
  .tp-stay__cts,
  .tp-relax__cts {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 961px) {
  .tp-onsen .tp-com,
  .tp-stay .tp-com,
  .tp-relax .tp-com {
    max-width: 500px;
  }
  .tp-onsen__wrap,
  .tp-stay__wrap,
  .tp-relax__wrap {
    display: flex;
  }
  .tp-onsen__cts,
  .tp-stay__cts,
  .tp-relax__cts {
    padding-right: 28px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  .tp-onsen__cts,
  .tp-stay__cts,
  .tp-relax__cts {
    padding-left: 32px;
    width: 48%;
  }
  .tp-onsen__img,
  .tp-stay__img,
  .tp-relax__img {
    width: 52%;
  }
}
@media print, screen and (min-width: 1161px) {
  .tp-onsen__cts,
  .tp-stay__cts,
  .tp-relax__cts {
    width: 38%;
  }
  .tp-onsen__img,
  .tp-stay__img,
  .tp-relax__img {
    width: 62%;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1920px) {
  .tp-onsen__wrap,
  .tp-stay__wrap,
  .tp-relax__wrap {
    margin-left: calc((100vw - 1000px) / 2);
  }
}
@media print, screen and (min-width: 1921px) {
  .tp-onsen__wrap,
  .tp-stay__wrap,
  .tp-relax__wrap {
    margin-left: calc((100vw - 52%) / 2);
  }
}

.tp-onsen {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .tp-onsen__top {
    padding-bottom: 40px;
  }
  .tp-onsen__btm {
    padding-top: 20px;
  }
  .tp-onsen__bg {
    background: linear-gradient(180deg, #f9f2cf 0%, #f9f2cf 95%, transparent 95%, transparent 100%);
  }
  .tp-onsen__wrap {
    padding-top: 40px;
  }
  .tp-onsen .img-txt {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tp-onsen__img ul li:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .tp-onsen .img-wrap img {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-onsen__top {
    padding-bottom: 65px;
  }
  .tp-onsen__btm {
    padding-top: 130px;
  }
  .tp-onsen__bg {
    background: linear-gradient(180deg, #f9f2cf 0%, #f9f2cf 80%, transparent 80%, transparent 100%);
  }
  .tp-onsen__wrap {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .tp-onsen .img-txt {
    font-size: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tp-onsen__img ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 960px) {
  .tp-onsen .sticky-cts {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
  }
  .tp-onsen__img {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media print, screen and (min-width: 961px) {
  .tp-onsen .sticky-cts {
    position: sticky;
    left: 0;
    top: 100px;
    padding-top: 72px;
  }
}
.tp-onsen__top, .tp-onsen__btm {
  position: relative;
}
.tp-onsen__top img {
  position: relative;
  margin-top: -2px;
}
.tp-onsen__btm img {
  position: relative;
  margin-bottom: -2px;
}
.tp-onsen__bg {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tp-onsen__wrap {
  margin-top: -100vh;
}
.tp-onsen__inner {
  padding-bottom: 22px;
}
.tp-onsen__img {
  padding-bottom: 50px;
  position: relative;
}
.tp-onsen__img ul li {
  position: relative;
}
.tp-onsen__img .img-wrap img {
  width: 100%;
}
.tp-onsen .img-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  border-top-left-radius: 8px;
  display: flex;
  justify-content: center;
  max-width: 480px;
  width: 60%;
}
.tp-onsen .img-txt p {
  color: #5aa4ae;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.tp-onsen .link-btn a {
  max-width: 400px;
}
.tp-onsen .link-btn a .arr-btn {
  background-color: #f9f2cf;
}

@media print, screen and (max-width: 767.9px) {
  .tp-stay__img,
  .tp-relax__img {
    padding-top: 50px;
  }
  .tp-stay__img > ul li:nth-child(1),
  .tp-relax__img > ul li:nth-child(1) {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-stay__img,
  .tp-relax__img {
    padding-top: 100px;
  }
  .tp-stay__img > ul li:nth-child(1),
  .tp-relax__img > ul li:nth-child(1) {
    margin-bottom: 48px;
  }
}
@media print, screen and (max-width: 960px) {
  .tp-stay__wrap,
  .tp-relax__wrap {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  .tp-stay__wrap,
  .tp-relax__wrap {
    padding-left: 32px;
  }
}
.tp-stay__img,
.tp-relax__img {
  background-position: top right, left 25% bottom 20%, left bottom;
  background-repeat: no-repeat;
  background-size: 65%, 48%, 12%;
}
.tp-stay__img > ul li .img-wrap,
.tp-relax__img > ul li .img-wrap {
  border-radius: 8px;
}
.tp-stay__img > ul li:nth-child(1) .img-wrap,
.tp-relax__img > ul li:nth-child(1) .img-wrap {
  max-width: 745px;
  width: 85%;
}
.tp-stay__img > ul li:nth-child(2),
.tp-relax__img > ul li:nth-child(2) {
  padding-right: 24px;
}
.tp-stay__img > ul li:nth-child(2) .img-wrap,
.tp-relax__img > ul li:nth-child(2) .img-wrap {
  max-width: 423px;
  width: 50%;
  margin-left: auto;
}

@media print, screen and (max-width: 767.9px) {
  .tp-stay {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-stay {
    padding-bottom: 180px;
  }
}
.tp-stay__img {
  background-image: url(../images/top/stay_001.webp), url(../images/top/stay_002.webp), url(../images/top/stay_003.webp);
}
.tp-stay .stay-btn {
  max-width: 500px;
}
@media print, screen and (max-width: 767.9px) {
  .tp-stay .stay-btn p {
    width: calc(82% - 48px);
    font-size: 14px;
    padding-left: 12px;
  }
  .tp-stay .stay-btn .link_img {
    width: 18%;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-stay .stay-btn p {
    width: calc(76% - 48px);
    font-size: 18px;
    text-align: center;
  }
  .tp-stay .stay-btn .link_img {
    width: 24%;
  }
}
@media print, screen and (max-width: 960px) {
  .tp-stay .stay-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .tp-stay .stay-btn .arr-btn {
    margin-right: 16px;
  }
}
.tp-stay .stay-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #5aa4ae;
  border-radius: 8px;
  padding: 15px;
}
.tp-stay .stay-btn p {
  color: #5aa4ae;
}

@media print, screen and (max-width: 767.9px) {
  .tp-relax {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tp-relax .link-btn a {
    border-radius: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-relax {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .tp-relax .link-btn a {
    margin-left: auto;
    margin-right: auto;
  }
}
.tp-relax__img {
  background-image: url(../images/top/Relaxation_03.webp), url(../images/top/Relaxation_04.webp), url(../images/top/Relaxation_05.webp);
}
.tp-relax .link-btn a {
  max-width: 500px;
  text-align: left;
  padding-left: 40px;
  padding-right: 70px;
}

.tp-member {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 560px) {
  .tp-member .price-circle {
    margin-left: auto;
    margin-right: auto;
  }
  .tp-member .price-txt {
    text-align: center;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 561px) {
  .tp-member__price {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 767.9px) {
  .tp-member .widewrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tp-member__ttl {
    margin-bottom: 25px;
  }
  .tp-member__img {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-member__price,
  .tp-member .tp-com {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-member .link-btn a {
    border-radius: 42px;
    text-align: left;
    padding-left: 7%;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-member {
    background-attachment: fixed;
  }
  .tp-member .widewrap {
    padding-top: 140px;
    padding-bottom: 160px;
  }
  .tp-member__ttl {
    margin-bottom: 40px;
  }
  .tp-member__cts {
    display: flex;
  }
  .tp-member__cts li:nth-child(1) {
    width: calc(50% + 60px);
  }
  .tp-member__cts li:nth-child(2) {
    width: calc(50% - 60px);
  }
  .tp-member .tp-com h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .tp-member .price-circle {
    width: 170px;
  }
  .tp-member__img {
    padding-bottom: 18px;
  }
}
@media print, screen and (max-width: 960px) {
  .tp-member__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tp-member .price-txt {
    font-size: 22px;
  }
  .tp-member .price-txt span {
    font-size: 42px;
  }
}
@media print, screen and (min-width: 961px) {
  .tp-member__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tp-member .price-txt {
    font-size: 28px;
  }
  .tp-member .price-txt span {
    font-size: 48px;
  }
}
@media print, screen and (max-width: 1060px) {
  .tp-member .price-circle {
    width: 120px;
    height: 120px;
  }
  .tp-member .price-circle p:nth-child(1) {
    font-size: 18px;
  }
  .tp-member .price-circle p:nth-child(2) {
    font-size: 18px;
  }
  .tp-member .price-circle p:nth-child(2) span {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1061px) {
  .tp-member .price-circle {
    width: 170px;
    height: 170px;
  }
  .tp-member .price-circle p:nth-child(1) {
    font-size: 24px;
  }
  .tp-member .price-circle p:nth-child(2) {
    font-size: 28px;
  }
  .tp-member .price-circle p:nth-child(2) span {
    font-size: 40px;
  }
  .tp-member .price-txt {
    width: calc(100% - 170px);
  }
}
.tp-member .widewrap {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .tp-member .widewrap::before, .tp-member .widewrap::after {
    width: 363px;
    height: 82px;
  }
  .tp-member .widewrap::before {
    right: 40%;
  }
  .tp-member .widewrap::after {
    left: 40%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .tp-member .widewrap::before {
    left: -120px;
  }
  .tp-member .widewrap::after {
    right: -120px;
  }
}
@media print, screen and (min-width: 961px) {
  .tp-member .widewrap::before {
    left: 50%;
    transform: translateX(-100%) translateX(-300px);
  }
  .tp-member .widewrap::after {
    left: 50%;
    transform: translateX(320px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1560px) {
  .tp-member .widewrap::before, .tp-member .widewrap::after {
    width: 508px;
    height: 114px;
  }
}
@media print, screen and (min-width: 1561px) {
  .tp-member .widewrap::before, .tp-member .widewrap::after {
    width: 725px;
    height: 163px;
  }
}
.tp-member .widewrap::before, .tp-member .widewrap::after {
  content: "";
  background-image: url(../images/top/membercard_bg01.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  display: block;
}
.tp-member .widewrap::before {
  top: 0;
}
.tp-member .widewrap::after {
  bottom: 20px;
}
.tp-member__top {
  position: relative;
}
.tp-member__price {
  margin-bottom: 20px;
}
.tp-member .price-txt {
  color: #ea7b7b;
  font-weight: bold;
  padding-left: 16px;
}
.tp-member .price-circle {
  border-radius: 50%;
  background-color: #ea7b7b;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tp-member .price-circle p {
  font-weight: 600;
  letter-spacing: 1.2;
}
.tp-member__wrap {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.tp-member__ttl {
  text-align: center;
  border-top: solid 1px #cecaca;
  border-bottom: solid 1px #cecaca;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-member__ttl h2 {
  font-size: clamp(35px, 6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #5aa4ae;
}
.tp-member__img {
  position: relative;
  max-width: 380px;
}
.tp-member__icon {
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 205px;
}
.tp-member .link-btn {
  margin-top: 40px;
}
.tp-member .link-btn a {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 767.9px) {
  .tp-instagram {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tp-instagram__ttl h2 {
    font-size: 42px;
  }
  .tp-instagram #sb_instagram.sbi_mob_col_3 #sbi_images {
    gap: 12px !important;
  }
  .tp-instagram__wrap {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-instagram {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .tp-instagram__ttl h2 {
    font-size: 56px;
  }
  .tp-instagram__wrap {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}
.tp-instagram__ttl {
  text-align: center;
  color: #5aa4ae;
}
.tp-instagram__ttl h2 {
  font-weight: 500;
  letter-spacing: 0;
}
.tp-instagram__ttl p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.tp-instagram .view-btn a {
  margin-left: auto;
}

.tp-restaurant {
  background-image: url(../images/top/Restaurant_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.tp-restaurant__btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .tp-restaurant {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tp-restaurant__cts01 {
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .tp-restaurant__cts02, .tp-restaurant__cts03 {
    display: none;
  }
  .tp-restaurant .swiper-slide img {
    border-radius: 8px;
  }
  .tp-restaurant__logo {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-restaurant {
    padding-top: 180px;
    padding-bottom: 280px;
  }
  .tp-restaurant .tp-h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .tp-restaurant .tp-com {
    text-align: center;
  }
  .tp-restaurant__logo {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .tp-restaurant__cts01 {
    padding-top: 60px;
    padding-bottom: 80px;
    margin: 0 40px;
  }
  .tp-restaurant__cts01::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    position: absolute;
    top: -40px;
    left: -40px;
  }
  .tp-restaurant .tp-h2 {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 1160px) {
  .tp-restaurant__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .tp-restaurant::before {
    content: "";
    width: calc(36.46% + 100px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
  }
  .tp-restaurant .tp-h2 {
    margin-bottom: 60px;
  }
  .tp-restaurant__wrap {
    display: flex;
  }
  .tp-restaurant__cts01 {
    width: 36.46%;
    padding-top: 180px;
    padding-bottom: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tp-restaurant__cts02, .tp-restaurant__cts03 {
    width: 31.77%;
    position: relative;
  }
  .tp-restaurant__cts02 .swiper, .tp-restaurant__cts03 .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tp-restaurant__cts02 .swiper-slide, .tp-restaurant__cts03 .swiper-slide {
    width: 100%;
    height: auto;
  }
}
.tp-restaurant__cts01 {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.tp-restaurant__inner {
  max-width: 500px;
  position: relative;
}
.tp-restaurant__logo {
  display: flex;
}
.tp-restaurant__logo > li {
  width: calc(50% - 5px);
}
.tp-restaurant__logo > li:first-of-type {
  margin-right: 10px;
}
.tp-restaurant .swiper-wrapper {
  transition-timing-function: linear;
}
.tp-restaurant .link-btn {
  margin-top: 40px;
}

.tp-access {
  background-image: url(../images/top/access_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media print, screen and (max-width: 560px) {
  .tp-access__map .tp-h2 {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 561px) {
  .tp-access__map .tp-h2 {
    position: absolute;
    top: 0;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 767.9px) {
  .tp-access__map .tp-h2 {
    left: 20px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .tp-access {
    padding-top: 60px;
  }
  .tp-access__cts {
    margin-top: 50px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }
  .tp-access__btm {
    padding-top: 60px;
  }
  .tp-access .map01 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tp-access .map02 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    width: 700px;
  }
  .tp-access .link-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tp-access .link-btn a {
    border-radius: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-access {
    padding-top: 180px;
  }
  .tp-access__map .tp-h2 {
    left: 45px;
  }
  .tp-access__cts {
    display: flex;
    align-items: center;
    margin-top: 80px;
  }
  .tp-access__cts > li {
    width: 50%;
  }
  .tp-access__cts h3 {
    margin-bottom: 0;
  }
  .tp-access__btm {
    padding-top: 180px;
  }
  .tp-access .map02 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.tp-access__cts li {
  color: #fff;
}
.tp-access__cts .tp-com__txt {
  letter-spacing: 0;
  line-height: 2.22;
}
.tp-access__map {
  position: relative;
}
.tp-access__btm img {
  position: relative;
  margin-bottom: -2px;
}
.tp-access .link-btn a {
  border: solid 2px #fff;
  color: #fff;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 7%;
}
.tp-access .link-btn a:hover {
  background-color: #fff;
  color: #5aa4ae;
}

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */
.ptag {
  margin-bottom: 1.5em;
}
.ptag.p-center {
  text-align: center;
}
.ptag.p-right {
  text-align: right;
}
.ptag h2,
.ptag h3 {
  display: inline-block;
  font-weight: 600;
}
.ptag h2 {
  line-height: 1.42;
  padding-left: 38px;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-size: 28px;
  background-image: url(../images/common/h-icon.png);
}
.ptag h3 {
  font-size: 18px;
  line-height: 1.55;
}
@media print, screen and (max-width: 767.9px) {
  .ptag h2 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .ptag h2 {
    font-size: 28px;
  }
}

.page-btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 38px;
  border: solid 2px #5aa4ae;
  color: #5aa4ae;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease;
  min-width: 240px;
}
@media print, screen and (max-width: 767.9px) {
  .page-btn a {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 65px;
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-btn a {
    font-size: 18px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 77px;
    padding-left: 50px;
  }
}
.page-btn a:hover {
  background-color: #5aa4ae;
  color: #fff;
}
.page-btn .arr-btn {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.page-link a {
  position: relative;
  font-size: 16px;
  color: #5aa4ae;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 40px;
}
.page-link .arr-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  width: 23px;
  height: 23px;
  background-color: transparent;
}
.page-link .arr-btn svg {
  width: 8px;
}

.txt_area h4 {
  font-weight: 600;
}

/* --------------------------------------------------------------
// page parts
-------------------------------------------------------------- */
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 > ul > li:not(:last-of-type), .txt_imgarea.img_right01 > ul > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 > ul > li:not(:last-of-type), .txt_imgarea.img_right01 > ul > li:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01 .img_area, .txt_imgarea.img_right01 .img_area {
    margin-bottom: 24px;
  }
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .txt_imgarea.img_left01 .page-btn a, .txt_imgarea.img_right01 .page-btn a {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 > ul > li, .txt_imgarea.img_right01 > ul > li {
    display: flex;
    align-items: flex-start;
  }
  .txt_imgarea.img_left01 .img_area, .txt_imgarea.img_right01 .img_area {
    width: 66%;
  }
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    width: 34%;
  }
}
@media print, screen and (min-width: 1501px) and (max-width: 1920px) {
  .txt_imgarea.img_left01 > ul, .txt_imgarea.img_right01 > ul {
    max-width: 1460px;
  }
}
@media print, screen and (min-width: 1921px) {
  .txt_imgarea.img_left01 > ul, .txt_imgarea.img_right01 > ul {
    max-width: 76%;
  }
}
.txt_imgarea.img_left01 .img_area, .txt_imgarea.img_right01 .img_area {
  padding-bottom: 40px;
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), filter 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.txt_imgarea.img_left01 .img_area.is-visible, .txt_imgarea.img_right01 .img_area.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.txt_imgarea.img_left01 .img_area img, .txt_imgarea.img_right01 .img_area img {
  position: relative;
}
.txt_imgarea.img_left01 .img_area::before, .txt_imgarea.img_right01 .img_area::before {
  content: "";
  width: 77%;
  height: 74%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 8px;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01 .img_area::before {
    right: 20px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1500px) {
  .txt_imgarea.img_left01 {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 .txt_area {
    padding-left: 40px;
  }
  .txt_imgarea.img_left01 .img_area::before {
    right: 0;
  }
}
.txt_imgarea.img_left01 .img_area {
  padding-right: 40px;
}
.txt_imgarea.img_left01 .img_area img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.txt_imgarea.img_left01 .img_area::before {
  background-image: url(../images/page/img_left01.webp);
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_right01 .img_area::before {
    left: 20px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1500px) {
  .txt_imgarea.img_right01 {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_right01 > ul {
    margin-left: auto;
  }
  .txt_imgarea.img_right01 > ul > li {
    flex-direction: row-reverse;
  }
  .txt_imgarea.img_right01 .txt_area {
    padding-right: 40px;
  }
  .txt_imgarea.img_right01 .img_area::before {
    left: 0;
  }
}
.txt_imgarea.img_right01 .img_area {
  padding-left: 40px;
}
.txt_imgarea.img_right01 .img_area img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.txt_imgarea.img_right01 .img_area::before {
  background-image: url(../images/page/img_right01.webp);
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top01 .page-btn, .txt_imgarea.img_left01 .page-btn, .txt_imgarea.img_right01 .page-btn, .txt_imgarea.img_top02 .page-btn {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top01 .page-btn, .txt_imgarea.img_left01 .page-btn, .txt_imgarea.img_right01 .page-btn, .txt_imgarea.img_top02 .page-btn {
    margin-top: 70px;
  }
}
.txt_imgarea.img_top01 h4, .txt_imgarea.img_left01 h4, .txt_imgarea.img_right01 h4, .txt_imgarea.img_top02 h4 {
  line-height: 1.42;
  margin-bottom: 0.8em;
  font-size: clamp(22px, 20.8px + 0.375vw, 28px);
}
.txt_imgarea.img_top01 .txt, .txt_imgarea.img_left01 .txt, .txt_imgarea.img_right01 .txt, .txt_imgarea.img_top02 .txt {
  line-height: 1.87;
}
.txt_imgarea.img_left02, .txt_imgarea.img_right02, .txt_imgarea.img_top01, .txt_imgarea.img_top02, .txt_imgarea.img_top03, .txt_imgarea.img_top04 {
  padding-left: 20px;
  padding-right: 20px;
}
.txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul, .txt_imgarea.img_top01 > ul, .txt_imgarea.img_top02 > ul, .txt_imgarea.img_top03 > ul, .txt_imgarea.img_top04 > ul {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    width: calc((100% - 15px) / 2);
  }
  .txt_imgarea.img_left02 > ul > li:nth-child(odd), .txt_imgarea.img_right02 > ul > li:nth-child(odd) {
    margin-right: 15px;
  }
  .txt_imgarea.img_left02 > ul > li:nth-child(n+3), .txt_imgarea.img_right02 > ul > li:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    width: calc(50% - 15px);
  }
  .txt_imgarea.img_left02 > ul > li:nth-child(odd), .txt_imgarea.img_right02 > ul > li:nth-child(odd) {
    margin-right: 30px;
  }
  .txt_imgarea.img_left02 > ul > li:nth-child(n+3), .txt_imgarea.img_right02 > ul > li:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 .img_area, .txt_imgarea.img_right02 .img_area {
    margin-bottom: 20px;
  }
  .txt_imgarea.img_left02 .txt, .txt_imgarea.img_right02 .txt {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    display: flex;
    justify-content: space-between;
  }
  .txt_imgarea.img_left02 .img_area, .txt_imgarea.img_right02 .img_area {
    width: 47.5%;
  }
  .txt_imgarea.img_left02 .txt_area, .txt_imgarea.img_right02 .txt_area {
    width: 52.5%;
    padding-top: 10px;
  }
  .txt_imgarea.img_left02 .txt, .txt_imgarea.img_right02 .txt {
    font-size: 14px;
  }
}
.txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.txt_imgarea.img_left02 > ul .img-wrap, .txt_imgarea.img_right02 > ul .img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.txt_imgarea.img_left02 > ul .img-wrap img, .txt_imgarea.img_right02 > ul .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
}
.txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 0.5em;
}
.txt_imgarea.img_left02 .txt, .txt_imgarea.img_right02 .txt {
  line-height: 1.71;
}
.txt_imgarea.img_left02 .page-link, .txt_imgarea.img_right02 .page-link {
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 .txt_area {
    padding-left: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_right02 > ul > li {
    flex-direction: row-reverse;
  }
  .txt_imgarea.img_right02 .txt_area {
    padding-right: 24px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top01 .txt_area {
    padding-bottom: 100px;
  }
  .txt_imgarea.img_top01 .txt_area:before {
    background-size: 960px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top01 .txt_area {
    padding-bottom: 110px;
  }
  .txt_imgarea.img_top01 .txt_area:before {
    background-size: 100% auto;
  }
}
@media print, screen and (max-width: 1160px) {
  .txt_imgarea.img_top01 .txt_area::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media print, screen and (min-width: 1161px) {
  .txt_imgarea.img_top01 .txt_area::before {
    left: -50px;
    width: calc(100% + 100px);
  }
}
.txt_imgarea.img_top01 .txt_area {
  position: relative;
  padding-top: 24px;
}
.txt_imgarea.img_top01 .txt_area::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-image: url(../images/page/img_top01.webp);
}
.txt_imgarea.img_top01 .txt_area h4,
.txt_imgarea.img_top01 .txt_area .txt {
  position: relative;
}
.txt_imgarea.img_top01 .img_area img {
  border-radius: 8px;
}
.txt_imgarea.img_top01 .page-btn a {
  margin-left: auto;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 > ul > li:not(:last-of-type), .txt_imgarea.img_top03 > ul > li:not(:last-of-type), .txt_imgarea.img_top04 > ul > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 > ul, .txt_imgarea.img_top03 > ul, .txt_imgarea.img_top04 > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.txt_imgarea.img_top02 > ul li:nth-child(1) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(1) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(1) .img_area {
  transition-delay: 0s;
}
.txt_imgarea.img_top02 > ul li:nth-child(2) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(2) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(2) .img_area {
  transition-delay: 0.3s;
}
.txt_imgarea.img_top02 > ul li:nth-child(3) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(3) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(3) .img_area {
  transition-delay: 0.6s;
}
.txt_imgarea.img_top02 > ul li:nth-child(4) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(4) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(4) .img_area {
  transition-delay: 0.9s;
}
.txt_imgarea.img_top02 > ul li:nth-child(5) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(5) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(5) .img_area {
  transition-delay: 1.2s;
}
.txt_imgarea.img_top02 > ul li:nth-child(6) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(6) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(6) .img_area {
  transition-delay: 1.5s;
}
.txt_imgarea.img_top02 > ul li:nth-child(7) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(7) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(7) .img_area {
  transition-delay: 1.8s;
}
.txt_imgarea.img_top02 > ul li:nth-child(8) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(8) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(8) .img_area {
  transition-delay: 2.1s;
}
.txt_imgarea.img_top02 > ul li:nth-child(9) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(9) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(9) .img_area {
  transition-delay: 2.4s;
}
.txt_imgarea.img_top02 > ul li:nth-child(10) .img_area, .txt_imgarea.img_top03 > ul li:nth-child(10) .img_area, .txt_imgarea.img_top04 > ul li:nth-child(10) .img_area {
  transition-delay: 2.7s;
}
.txt_imgarea.img_top02 .img_area img, .txt_imgarea.img_top03 .img_area img, .txt_imgarea.img_top04 .img_area img {
  border-radius: 8px;
}
.txt_imgarea.img_top02 .page-link, .txt_imgarea.img_top03 .page-link, .txt_imgarea.img_top04 .page-link {
  margin-top: 40px;
}
.txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 0.5em;
}
.txt_imgarea.img_top03 .txt, .txt_imgarea.img_top04 .txt {
  line-height: 1.71;
}
.txt_imgarea.img_top03 .page-link, .txt_imgarea.img_top04 .page-link {
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 > ul > li {
    width: calc(50% - 20px);
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(odd) {
    margin-right: 40px;
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.txt_imgarea.img_top02 .img_area {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 > ul > li {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
  }
  .txt_imgarea.img_top03 > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .txt_imgarea.img_top03 > ul > li:nth-child(n+4) {
    margin-top: 35px;
  }
}
.txt_imgarea.img_top03 .img_area {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top04 > ul > li {
    width: calc((100% - 78px) / 4);
    margin-right: 26px;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(n+5) {
    margin-top: 35px;
  }
}
.txt_imgarea.img_top04 .img_area {
  margin-bottom: 16px;
}

.accordion > ul.qa .sd_content {
  margin-left: 35px;
}
.accordion > ul li {
  border-top: solid 1px #cecaca;
}
.accordion > ul li:last-of-type {
  border-bottom: solid 1px #cecaca;
}
.accordion > ul.other table th {
  display: none;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_h4,
  .accordion .sd_content {
    padding-right: 28px;
  }
  .accordion .sd_h4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .accordion .sd_h4::before {
    right: 5px;
  }
  .accordion .sd_content {
    padding-top: 12px;
    padding-bottom: 15px;
  }
  .accordion table th {
    width: 35px;
  }
  .accordion table th span {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_h4,
  .accordion .sd_content {
    padding-right: 70px;
  }
  .accordion .sd_h4 {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .accordion .sd_h4 table th {
    width: 35px;
  }
  .accordion .sd_h4::before {
    right: 53px;
  }
  .accordion .sd_content {
    padding-bottom: 20px;
  }
  .accordion .sd_content table td {
    font-size: 14px;
  }
}
.accordion table th {
  text-align: left;
}
.accordion table th span {
  display: inline-block;
  line-height: 1;
}
.accordion table td {
  line-height: 1.75;
  vertical-align: middle;
}
.accordion .sd_h4 {
  position: relative;
  cursor: pointer;
}
.accordion .sd_h4.on::before {
  transform: rotate(225deg);
}
.accordion .sd_h4::before {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #5aa4ae;
  border-right: 2px solid #5aa4ae;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.5s;
}
.accordion .sd_h4 table th {
  font-weight: bold;
  color: #5aa4ae;
}
.accordion .sd_h4 table th,
.accordion .sd_h4 table td {
  font-size: 16px;
}

.tbl_contents table tr {
  border-top: solid 1px #cecaca;
}
.tbl_contents table tr:last-of-type {
  border-bottom: solid 1px #cecaca;
}
.tbl_contents table th {
  text-align: left;
  font-weight: 400;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents table th {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents table td {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents table td {
    font-size: 14px;
  }
}
@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: 7px;
  }
  .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: 25px;
    padding-bottom: 25px;
  }
  .tbl_contents .tbl_main table td {
    padding-left: 20px;
  }
  .tbl_contents .tbl_main table td:last-of-type {
    padding-right: 20px;
  }
}
.tbl_contents .tbl_img {
  position: relative;
}
.tbl_contents .tbl_img > li:nth-child(1) img {
  border-radius: 8px;
}
@media print, screen and (max-width: 960px) {
  .tbl_contents .tbl_img > li:nth-child(1) {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents .tbl_img {
    display: flex;
    justify-content: space-between;
  }
  .tbl_contents .tbl_img > li:nth-child(1) {
    width: 50%;
  }
  .tbl_contents .tbl_img > li:nth-child(2) {
    width: 50%;
    padding-left: 40px;
  }
}
.tbl_contents .tbl_img table th {
  padding-top: 12px;
}
.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 {
    padding-top: 15px;
  }
  .tbl_contents .tbl_img table td {
    padding-top: 7px;
  }
  .tbl_contents .tbl_img table td:last-of-type {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents .tbl_img table th {
    padding-top: 20px;
  }
  .tbl_contents .tbl_img table td {
    padding-top: 15px;
  }
  .tbl_contents .tbl_img table td:last-of-type {
    padding-bottom: 20px;
  }
}

.slidethumb_txt .thumb-swiper,
.slide_thumb .thumb-swiper {
  margin-top: 16px;
}
.slidethumb_txt .thumb-swiper .swiper-slide,
.slide_thumb .thumb-swiper .swiper-slide {
  cursor: pointer;
}
.slidethumb_txt .thumb-swiper .swiper-slide img,
.slide_thumb .thumb-swiper .swiper-slide img {
  opacity: 0.5;
}
.slidethumb_txt .thumb-swiper .swiper-slide-thumb-active img,
.slide_thumb .thumb-swiper .swiper-slide-thumb-active img {
  opacity: 1;
}

.slide_thumb .main-swiper img,
.slide_thumb .thumb-swiper img {
  border-radius: 8px;
}
.slide_thumb .thumb-swiper {
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
}
.slide_thumb .thumb-swiper .swiper-wrapper {
  justify-content: center;
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb .txt_area {
    padding-bottom: 100px;
  }
  .slide_thumb .txt_area:before {
    background-size: 960px auto;
  }
  .slide_thumb .page-btn {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .txt_area {
    padding-bottom: 110px;
  }
  .slide_thumb .txt_area:before {
    background-size: 100% auto;
  }
  .slide_thumb .page-btn {
    margin-top: 70px;
  }
}
@media print, screen and (max-width: 1160px) {
  .slide_thumb .txt_area::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media print, screen and (min-width: 1161px) {
  .slide_thumb .txt_area::before {
    left: -50px;
    width: calc(100% + 100px);
  }
}
.slide_thumb .txt_area {
  position: relative;
  padding-top: 24px;
}
.slide_thumb .txt_area::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-image: url(../images/page/img_top01.webp);
}
.slide_thumb .txt_area h4,
.slide_thumb .txt_area .txt {
  position: relative;
}
.slide_thumb .page-btn a {
  margin-left: auto;
  margin-right: auto;
}

.slidethumb_txt {
  position: relative;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt > ul > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt > ul > li:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
@media print, screen and (max-width: 960px) {
  .slidethumb_txt::before {
    width: 100%;
    height: calc(100% - 100px);
  }
  .slidethumb_txt .img_area {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 24px;
  }
  .slidethumb_txt .img_area img {
    border-radius: 8px;
  }
  .slidethumb_txt .txt_area {
    padding-left: 40px;
    padding-right: 40px;
  }
  .slidethumb_txt .thumb-swiper .swiper-wrapper {
    justify-content: center;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1500px) {
  .slidethumb_txt.img_right01 {
    padding-left: 50px;
  }
  .slidethumb_txt.img_left01 {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt::before {
    width: calc(50% + 150px);
    height: calc(100% - 80px);
  }
  .slidethumb_txt > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .slidethumb_txt .img_area {
    width: 66%;
  }
  .slidethumb_txt .txt_area {
    width: 33%;
  }
  .slidethumb_txt.img_right01 .thumb-swiper {
    margin-left: 0;
  }
  .slidethumb_txt.img_right01 .img_area img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .slidethumb_txt.img_right01::before {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .slidethumb_txt.img_right01 > ul {
    margin-left: auto;
  }
  .slidethumb_txt.img_right01 > ul > li {
    flex-direction: row-reverse;
  }
  .slidethumb_txt.img_right01 .txt_area {
    padding-right: 40px;
  }
  .slidethumb_txt.img_left01 .thumb-swiper {
    margin-right: 0;
  }
  .slidethumb_txt.img_left01 .thumb-swiper .swiper-wrapper {
    justify-content: flex-end;
  }
  .slidethumb_txt.img_left01 .img_area img {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .slidethumb_txt.img_left01::before {
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .slidethumb_txt.img_left01 .txt_area {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1501px) and (max-width: 1920px) {
  .slidethumb_txt > ul {
    max-width: 1460px;
  }
}
@media print, screen and (min-width: 1921px) {
  .slidethumb_txt > ul {
    max-width: 76%;
  }
}
.slidethumb_txt > ul {
  position: relative;
}
.slidethumb_txt::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.slidethumb_txt.img_right01::before {
  background-image: url(../images/page/s-img_right01.webp);
}
.slidethumb_txt.img_left01::before {
  background-image: url(../images/page/s-img_left01.webp);
}
.slidethumb_txt .main-swiper .swiper-slide img {
  width: 100%;
}
.slidethumb_txt .thumb-swiper {
  max-width: 560px;
}
.slidethumb_txt .thumb-swiper img {
  border-radius: 8px;
}
.slidethumb_txt .thumb-swiper .swiper-slide:nth-child(5) {
  margin-right: 0 !important;
}

.txt_carousel h4,
.slidethumb_txt h4,
.slide_thumb h4 {
  line-height: 1.42;
  margin-bottom: 0.8em;
  font-size: clamp(22px, 20.8px + 0.375vw, 28px);
}
.txt_carousel .txt,
.slidethumb_txt .txt,
.slide_thumb .txt {
  line-height: 1.87;
}
.txt_carousel .page-link,
.slidethumb_txt .page-link,
.slide_thumb .page-link {
  margin-top: 32px;
}

.txt_carousel img,
.slide_carousel img {
  border-radius: 8px;
}
.txt_carousel .swiper-button-prev,
.slide_carousel .swiper-button-prev {
  transform: rotateY(0);
}
.txt_carousel .swiper-button-next,
.slide_carousel .swiper-button-next {
  transform: rotateY(180deg);
}
.txt_carousel .swiper-button-next::after,
.txt_carousel .swiper-button-prev::after,
.slide_carousel .swiper-button-next::after,
.slide_carousel .swiper-button-prev::after {
  content: none;
}
@media print, screen and (max-width: 767.9px) {
  .txt_carousel .swiper-button-next,
  .txt_carousel .swiper-button-prev,
  .slide_carousel .swiper-button-next,
  .slide_carousel .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_carousel .swiper-button-next,
  .txt_carousel .swiper-button-prev,
  .slide_carousel .swiper-button-next,
  .slide_carousel .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.txt_carousel .swiper-horizontal > .swiper-pagination-bullets,
.txt_carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.txt_carousel .swiper-pagination-custom,
.txt_carousel .swiper-pagination-fraction,
.slide_carousel .swiper-horizontal > .swiper-pagination-bullets,
.slide_carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.slide_carousel .swiper-pagination-custom,
.slide_carousel .swiper-pagination-fraction {
  margin-top: 24px;
  position: static;
  top: auto;
  bottom: auto;
}
.txt_carousel .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.txt_carousel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.slide_carousel .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.slide_carousel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.txt_carousel .swiper-pagination-bullet,
.slide_carousel .swiper-pagination-bullet {
  background: #e0e0e0;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.txt_carousel .swiper-pagination-bullet-active,
.slide_carousel .swiper-pagination-bullet-active {
  background: #5aa4ae;
}

@media print, screen and (max-width: 767.9px) {
  .txt_carousel .swiper-button-next,
  .txt_carousel .swiper-button-prev {
    top: auto;
    bottom: 0;
  }
  .txt_carousel .swiper-button-next {
    right: 15px;
  }
  .txt_carousel .swiper-button-prev {
    left: 15px;
  }
  .txt_carousel .swiper-pagination {
    padding-bottom: 12px;
  }
  .txt_carousel .txt_carousel__wrap {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_carousel .txt_carousel__wrap {
    margin-top: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_carousel .swiper-button-next {
    right: calc(19vw - 60px);
  }
  .txt_carousel .swiper-button-prev {
    left: calc(19vw - 60px);
  }
}
.txt_carousel .page-btn {
  margin-top: 42px;
}
.txt_carousel .page-btn a {
  margin-left: auto;
  margin-right: auto;
}

.slide_carousel {
  overflow: hidden;
}
.slide_carousel .swiper-horizontal > .swiper-pagination-bullets,
.slide_carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.slide_carousel .swiper-pagination-custom,
.slide_carousel .swiper-pagination-fraction {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.slide_carousel .slide_txt {
  padding-top: 24px;
  font-size: 14px;
  line-height: 1.71;
}
.slide_carousel .swiper-slide img {
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .swiper-button-next,
  .slide_carousel .swiper-button-prev {
    top: auto;
    bottom: 0;
  }
  .slide_carousel .swiper-button-next {
    right: 15px;
  }
  .slide_carousel .swiper-button-prev {
    left: 15px;
  }
  .slide_carousel .swiper-pagination {
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel .swiper-button-next,
  .slide_carousel .swiper-button-prev {
    top: 35%;
  }
  .slide_carousel .swiper-button-next {
    right: calc(30vw - 60px);
  }
  .slide_carousel .swiper-button-prev {
    left: calc(30vw - 60px);
  }
}
.slide_carousel .pagination-wrap {
  margin-top: 42px;
}

@media print, screen and (min-width: 961px) {
  .carousel03-wrap[data-loop=true] {
    overflow: hidden;
  }
  .carousel03-wrap[data-loop=true] .carousel03 {
    position: relative;
    margin-left: -100px;
    width: calc(100% + 200px);
  }
}

.link_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.link_list > ul li:nth-child(1) {
  transition-delay: 0s;
}
.link_list > ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.link_list > ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.link_list > ul li:nth-child(4) {
  transition-delay: 0.9s;
}
.link_list > ul li:nth-child(5) {
  transition-delay: 1.2s;
}
.link_list > ul li:nth-child(6) {
  transition-delay: 1.5s;
}
.link_list > ul li:nth-child(7) {
  transition-delay: 1.8s;
}
.link_list > ul li:nth-child(8) {
  transition-delay: 2.1s;
}
.link_list > ul li:nth-child(9) {
  transition-delay: 2.4s;
}
.link_list > ul li:nth-child(10) {
  transition-delay: 2.7s;
}
@media print, screen and (max-width: 767.9px) {
  .link_list > ul > li {
    width: calc(50% - 10px);
  }
  .link_list > ul > li:nth-child(odd) {
    margin-right: 20px;
  }
  .link_list > ul > li:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list > ul {
    justify-content: center;
  }
}
.link_list > ul a {
  position: relative;
  display: block;
  color: #5aa4ae;
}
.link_list > ul a::before {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #5aa4ae;
  border-right: 2px solid #5aa4ae;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767.9px) {
  .link_list .dsn01 > li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list .dsn01 > li:nth-child(3n), .link_list .dsn01 > li:last-of-type {
    margin-right: 0;
  }
  .link_list .dsn01 > li:nth-child(n+4) {
    margin-top: 24px;
  }
  .link_list .dsn01 > li a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .link_list .dsn01 > li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .link_list .dsn01 > li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    font-size: 18px;
  }
}
.link_list .dsn01 > li {
  border-top: solid 1px #cecaca;
  border-bottom: solid 1px #cecaca;
  font-weight: 600;
}
.link_list .dsn01 > li a {
  padding-right: 25px;
}
.link_list .dsn01 > li a::before {
  top: 0;
  bottom: 0;
  right: 4px;
  margin-top: auto;
  margin-bottom: auto;
}
.link_list .dsn01 > li a:hover {
  outline: 0;
  opacity: 0.7;
  transition: opacity 0.5s ease-out;
}
@media print, screen and (min-width: 768px) {
  .link_list .dsn02 > li {
    width: calc((100% - 81px) / 4);
    margin-right: 27px;
  }
  .link_list .dsn02 > li:nth-child(4n), .link_list .dsn02 > li:last-of-type {
    margin-right: 0;
  }
  .link_list .dsn02 > li:nth-child(n+5) {
    margin-top: 24px;
  }
}
.link_list .dsn02 p {
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.link_list .dsn02 a {
  padding-bottom: 40px;
}
.link_list .dsn02 a::before {
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.link_list .dsn02 a:hover .link_list__img .img-hv img {
  transform: scale(1.1);
}
.link_list .dsn02 .link_list__img {
  overflow: hidden;
  position: relative;
}
.link_list .dsn02 .link_list__img .img-hv img {
  transition: transform 0.5s ease;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.link_list .dsn02 .link_list__btm {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.link_list .dsn02 > li {
  border: solid 1px #cecaca;
  border-radius: 8px;
}

/* --------------------------------------------------------------
// category
// single page
-------------------------------------------------------------- */
.search_ttl {
  margin-bottom: 50px;
}
.search_ttl h1 {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42;
  padding-left: 38px;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-size: 28px;
  background-image: url(../images/common/h-icon.png);
}
@media print, screen and (max-width: 767.9px) {
  .search_ttl h1 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .search_ttl h1 {
    font-size: 28px;
  }
}

.search .acv_list a {
  transition: color 0.5s ease;
  display: block;
}
.search .acv_list a:hover {
  color: #5aa4ae;
}

.wp-caption {
  max-width: 100% !important;
}

@media print, screen and (max-width: 767.9px) {
  article.c_wrap {
    padding: 50px 20px 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%;
    padding-right: 40px;
  }
  .c_wrap .sidebar {
    width: 33%;
  }
}
.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 #cecaca;
  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 #cecaca;
  padding: 15px 0;
}

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

.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.information {
  background-color: #5aa4ae;
}
.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);
}

/*
	ビジュアルエディタ使用
*/
.article_text p {
  margin-bottom: 1em;
}

.article_text h1,
.article_text h2,
.article_text h3,
.article_text h4,
.article_text h5,
.article_text h6 {
  font-weight: bold;
  margin: 2em 0 1em;
}

.article_text ul {
  list-style: initial; /* ブラウザ標準に戻す */
  padding-left: 1.5em; /* インデント調整（必要に応じて） */
}

.article_text ol {
  list-style-type: decimal; /* 数字 */
  list-style-position: outside; /* 通常の外側表示 */
  padding-left: 1.5em; /* インデント（調整可能） */
}

.article_text li {
  margin-bottom: 0.5em; /* 各リストアイテムの間隔 */
}

.article_text li {
  margin-bottom: 0.5em;
}

.article_text blockquote {
  margin: 1em 0;
  padding: 1em;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
}

.article_text strong {
  font-weight: bold;
}

.article_text em {
  font-style: italic;
}

@media print, screen and (max-width: 767.9px) {
  .article_text h1 {
    font-size: 200%;
  }
  .article_text h2 {
    font-size: 180%;
  }
  .article_text h3 {
    font-size: 150%;
  }
  .article_text h4 {
    font-size: 130%;
  }
  .article_text h5 {
    font-size: 110%;
  }
}
@media print, screen and (min-width: 768px) {
  .article_text h1 {
    font-size: 220%;
  }
  .article_text h2 {
    font-size: 200%;
  }
  .article_text h3 {
    font-size: 170%;
  }
  .article_text h4 {
    font-size: 150%;
  }
  .article_text h5 {
    font-size: 120%;
  }
}
/* ----------
single_pager ------------------ */
.single_pager {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cecaca;
  border-bottom: 1px solid #cecaca;
}

.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: #5aa4ae;
  color: #fff;
  padding: 5px 10px;
}

.pagenation ul li a {
  background-color: #cecaca;
  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: #5aa4ae;
  color: #fff;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */