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

* {
  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 --
--------------------------------------------------------------　*/
/*
  印刷対応
*/
@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 {
  opacity: 0;
  animation: anime1 1.2s;
  animation-fill-mode: forwards;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
  letter-spacing: 0;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.9px) {
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
}

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

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

@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
/* -- original common --
--------------------------------------------------------------　*/
.shi-min {
  font-family: "Shippori Mincho", serif;
}
.shi-min.mm {
  font-weight: 500;
}
.shi-min.sb {
  font-weight: 600;
}

.mainwrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .mainwrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1321px) and (max-width: 1920px) {
  .mainwrap {
    max-width: 1280px;
  }
}
@media print, screen and (min-width: 1921px) {
  .mainwrap {
    max-width: 67%;
  }
}
@media only screen and (max-width: 767.9px) {
  .c_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c_inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 767.9px) {
  .inner_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gmap {
  cursor: pointer;
}

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

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

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

/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
/* -- breadcrumb --
----------------------　*/
#breadcrumb {
  line-height: 1.2;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media print, screen and (max-width: 960px) {
  #breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  #breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1261px) {
  #breadcrumb {
    top: -100px;
    position: absolute;
    left: 0;
    width: 100%;
  }
}
#breadcrumb ul {
  max-width: 1630px;
  margin: auto;
}
#breadcrumb ul li {
  display: inline-block;
  position: relative;
  color: #646464;
}
@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: 14px;
  }
}
#breadcrumb ul li:nth-child(even) {
  padding: 0 10px;
}
#breadcrumb ul li a {
  color: #646464;
}

/* -- header --
--------------------------------------------------------------　*/
header {
  position: relative;
}
header .ht-txt {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
@media print, screen and (max-width: 960px) {
  header .ht-txt {
    top: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }
  header .ht-txt h1,
  header .ht-txt p {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 961px) {
  header .ht-txt {
    top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  header .ht-txt h1,
  header .ht-txt p {
    font-size: 13px;
  }
}
header .ht-txt h1,
header .ht-txt p {
  font-weight: normal;
  line-height: 1.8;
}
header #toggle {
  position: fixed;
  height: auto;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  transform: translate(50px, -50px) scale(0.8);
  transition: transform 0.6s cubic-bezier(0.7, -0.2, 0.3, 1.3), opacity 0.4s ease;
}
header #toggle.show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
header #toggle.on {
  transform: translate(200px, -200px) scale(0);
  opacity: 0;
}
@media print, screen and (max-width: 767.9px) {
  header #toggle {
    top: 15px;
    right: 15px;
    width: 90px;
  }
  header #toggle .toggle-btm {
    width: 18px;
    height: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  header #toggle {
    top: 40px;
    right: 40px;
    width: 125px;
  }
  header #toggle .toggle-btm {
    width: 24px;
    height: 22px;
  }
}
header #toggle.show:hover .toggle-bg img {
  transform: rotate(360deg);
}
header #toggle .toggle-bg img {
  transition: transform 0.6s ease;
}
header #toggle .toggle-btm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header #toggle span {
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #a33735;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
}
header #toggle span:nth-child(1) {
  top: 0;
}
header #toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header #toggle span:nth-child(3) {
  bottom: 0;
}

#mainNav {
  position: fixed;
  z-index: 99;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transform: translate(100%, -50%) scale(0.5); /* 右上に吸い込む感じ */
  opacity: 0;
}
#mainNav.h-on {
  transform: translate(0, 0); /* 元の位置 */
  opacity: 1; /* 表示 */
}
@media print, screen and (max-width: 767.9px) {
  #mainNav {
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/common/navi_bottom_bg.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  #mainNav {
    right: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainNav {
    top: 80px;
    width: 240px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
  }
}
@media print, screen and (min-width: 961px) {
  #mainNav {
    right: 64px;
  }
}
#mainNav .close-btn {
  text-align: center;
  color: #646464;
  margin-bottom: 2em;
  cursor: pointer;
}
#mainNav .close-btn.none {
  display: none;
}
#mainNav .close-btn p {
  display: inline-block;
}

@media print, screen and (max-width: 767.9px) {
  .mainNav-top__link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .mainNav-btm .gtranslate-wrap, .mainNav-btm__link {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mainNav-top {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .mainNav-btm {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background-image: url(../images/common/navi_bottom_bg.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
}
.mainNav-top {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
.mainNav-top__logo a {
  display: block;
  text-align: center;
  margin-bottom: 27px;
}
.mainNav-top__logo a p {
  margin-top: 12px;
  font-size: 18px;
}
.mainNav-top__link li:not(:last-of-type) {
  margin-bottom: 15px;
}
.mainNav-top__link a {
  font-size: 15px;
}
.mainNav-top__link a span {
  display: block;
  font-size: 10px;
  color: #a33735;
  font-weight: 500;
  margin-bottom: 3px;
}
.mainNav-btm {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
.mainNav-btm__link a,
.mainNav-btm .gtranslate-wrap .btn-txt {
  font-size: 10px;
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-right: 30px;
  position: relative;
}
.mainNav-btm__link a::before,
.mainNav-btm .gtranslate-wrap .btn-txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #ce8787;
  border-right: 1px solid #ce8787;
  transform: rotate(45deg);
}
.mainNav-btm .gtranslate-wrap {
  margin-bottom: 12px;
}
.mainNav-btm .gtranslate-wrap .gtranslate_wrapper {
  background-image: url(../images/common/navi_bottom_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
}
.mainNav-btm .gtranslate-wrap .gtranslate_wrapper a.glink {
  padding-left: 12px;
  font-size: 10px;
}
.mainNav-btm__link a {
  display: block;
}
.mainNav-btm__sns {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.mainNav-btm__sns li:not(:last-of-type) {
  margin-right: 40px;
}

.top-mv {
  position: relative;
}
.top-mv .top-mv__catch {
  position: absolute;
  left: 0;
  z-index: 2;
}
@media print, screen and (max-width: 767.9px) {
  .top-mv .top-mv__catch {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
  }
  .top-mv .top-mv__catch .catch-logo {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top-mv .top-mv__catch {
    top: 20%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-mv .top-mv__catch {
    width: calc(100% - 265px);
  }
}
@media print, screen and (min-width: 1161px) {
  .top-mv .top-mv__catch {
    width: 100%;
  }
  .top-mv .top-mv__catch .catch-logo {
    max-width: 353px;
  }
}
.top-mv .top-mv__catch .catch-logo,
.top-mv .top-mv__catch .catch-ttl {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 2s ease;
}
.top-mv .top-mv__catch .catch-logo.show,
.top-mv .top-mv__catch .catch-ttl.show {
  opacity: 1;
  transform: translateY(0);
}
.top-mv .top-mv__catch .catch-logo {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.top-mv .top-mv__catch .catch-ttl {
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 560px) {
  .top-mv .top-mv__catch .catch-ttl h2 {
    font-size: 5.5vw;
  }
  .top-mv .top-mv__catch .catch-ttl p {
    font-size: 3vw;
  }
}
@media print, screen and (min-width: 561px) {
  .top-mv .top-mv__catch .catch-ttl h2 {
    font-size: clamp(30px, 2.5vw, 36px);
  }
  .top-mv .top-mv__catch .catch-ttl p {
    font-size: clamp(16px, 2vw, 21px);
  }
}
.top-mv .top-mv__catch .catch-ttl p,
.top-mv .top-mv__catch .catch-ttl h2 {
  text-shadow: 1px 1px 3px #000;
}
.top-mv .top-mv__catch .catch-ttl p {
  margin-bottom: 0.5em;
}
.top-mv .top-mv__catch .catch-ttl h2 span {
  display: inline-block;
  letter-spacing: 0.1em;
}

.pagettl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .pagettl {
    aspect-ratio: 1920/960;
  }
  .pagettl h2 {
    font-size: 25px;
  }
  .pagettl .pagettl-area {
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .pagettl {
    aspect-ratio: 1920/760;
  }
  .pagettl h2 {
    font-size: 34px;
  }
  .pagettl .pagettl-area {
    height: 70%;
  }
}
.pagettl .pagettl-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pagettl h2 {
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 768px) {
  .privacy-policy .pagettl,
  .page-id-401 .pagettl,
  .archive .pagettl,
  .single .pagettl {
    aspect-ratio: 1920/500;
  }
  .privacy-policy .pagettl .pagettl-area,
  .page-id-401 .pagettl .pagettl-area,
  .archive .pagettl .pagettl-area,
  .single .pagettl .pagettl-area {
    height: 100%;
  }
}

/* -- footer --
--------------------------------------------------------------*/
.back-to-btn {
  text-align: center;
}
.back-to-btn a {
  width: 107px;
  height: 107px;
  background-image: url(../images/common/back-to-btn.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.back-to-btn a::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}
.back-to-btn p {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 1.3;
  padding-top: 10px;
}

footer {
  position: relative;
  padding-top: 160px;
}

.ft-info {
  margin-top: 60px;
}
.ft-info p {
  color: #fff;
  line-height: 1.8;
}
@media print, screen and (max-width: 767.9px) {
  .ft-info p {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-info p {
    font-size: 14px;
  }
}
.ft-info a {
  color: #fff;
}

.ft-main {
  background-image: url(../images/common/footer_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-color: #ce8787;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.ft-main__wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1921px) {
  .ft-main__wrap {
    max-width: 83%;
  }
}
.ft-main nav {
  display: flex;
}
@media print, screen and (max-width: 767.9px) {
  .ft-main nav {
    flex-wrap: wrap;
  }
}
.ft-main__nav {
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .ft-main__nav {
    width: calc(50% - 10px);
  }
  .ft-main__nav:nth-child(odd) {
    margin-right: 20px;
  }
  .ft-main__nav:nth-child(-n+2) {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ft-main__nav {
    width: calc((100vw - 60px) / 4);
  }
  .ft-main__nav:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-main__nav {
    width: calc((100vw - 120px) / 4);
  }
  .ft-main__nav:not(:last-of-type) {
    margin-right: 40px;
  }
}
.ft-main__nav a {
  color: #fff;
}
.ft-main__nav h2 {
  padding-bottom: 15px;
  line-height: 1;
  border-bottom: solid 1px #efd6d6;
}
@media print, screen and (max-width: 960px) {
  .ft-main__nav h2 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 960px) {
  .ft-main__nav h2 {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-main__nav h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.ft-main__nav ul li {
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  .ft-main__nav ul li {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ft-main__nav ul li {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 960px) {
  .ft-main__nav ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-main__nav ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.ft-main__nav ul li a {
  display: inline-block;
}
.ft-main__btn {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .ft-main__btn {
    max-width: 360px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .ft-main__btn li {
    width: calc((100% - 15px) / 2);
  }
  .ft-main__btn li:not(:last-of-type) {
    margin-right: 15px;
  }
  .ft-main__btn li a {
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-main__btn {
    max-width: 620px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ft-main__btn li {
    width: calc((100% - 26px) / 2);
  }
  .ft-main__btn li:not(:last-of-type) {
    margin-right: 26px;
  }
  .ft-main__btn li a {
    padding-left: 24px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.ft-main__btn li a {
  background-color: #fff;
  display: block;
  border-radius: 4px;
  color: #a33735;
  line-height: 1;
}
.ft-main__btn li a:hover span::before {
  transform: translateX(5px) rotate(45deg);
}
.ft-main__btn li a span {
  position: relative;
  display: block;
}
.ft-main__btn li a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #a33735;
  border-right: 1px solid #a33735;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.ft-address {
  padding-top: 30px;
  border-top: solid 1px #efd6d6;
  color: #fff;
}
.ft-address a {
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .ft-address__logo {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .ft-address__policy .policy {
    text-align: center;
    margin-bottom: 45px;
  }
  .ft-address__data {
    text-align: center;
  }
  .ft-address__data .tel-wrap {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-address {
    display: flex;
  }
  .ft-address__policy {
    display: flex;
  }
  .ft-address__policy .gtranslate-wrap {
    margin-left: 24px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-address {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .ft-address {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .ft-address__logo {
    width: 260px;
    margin-right: 56px;
  }
  .ft-address__data {
    width: 450px;
  }
  .ft-address__policy {
    width: 560px;
  }
}
@media print, screen and (max-width: 1260px) {
  .ft-address__logo, .ft-address__data {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1261px) {
  .ft-address {
    justify-content: space-between;
  }
  .ft-address__policy {
    padding-left: 24px;
    border-left: solid 1px #efd6d6;
  }
}
@media print, screen and (min-width: 1261px) and (max-width: 1660px) {
  .ft-address__logo {
    width: 16%;
  }
  .ft-address__data {
    width: 38%;
  }
  .ft-address__policy {
    width: 30%;
  }
}
@media print, screen and (min-width: 1661px) {
  .ft-address__logo {
    width: 260px;
    margin-right: 56px;
  }
  .ft-address__data {
    width: 450px;
    margin-right: 56px;
  }
  .ft-address__policy {
    width: 660px;
  }
}
.ft-address__data .add {
  font-size: 15px;
}
.ft-address__data .tel a {
  font-size: 22px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
.ft-address__data .tel a .tel-icon {
  margin-right: 5px;
}
@media print, screen and (max-width: 560px) {
  .ft-address__data .tel-wrap .tel a {
    justify-content: center;
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 561px) {
  .ft-address__data .tel-wrap {
    display: flex;
    align-items: center;
  }
  .ft-address__data .tel-wrap p:nth-child(2) {
    margin-left: 15px;
  }
}
.ft-address__data .tel-wrap p:nth-child(2) {
  font-size: 13px;
  font-weight: 500;
}
@media print, screen and (max-width: 767.9px) {
  .ft-address__policy .gtranslate-wrap {
    width: 120px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}
.ft-address__policy .gtranslate-wrap .btn-txt {
  letter-spacing: 0.08em;
  padding-right: 30px;
  position: relative;
}
.ft-address__policy .gtranslate-wrap .btn-txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 5px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.ft-address__policy .gtranslate-wrap .gtranslate_wrapper {
  background-color: #ce8787;
}
.ft-address__policy .gtranslate-wrap a.glink {
  color: #fff;
}

.ft-sns {
  display: flex;
}
@media print, screen and (max-width: 767.9px) {
  .ft-sns {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .ft-sns li {
    width: 24px;
  }
  .ft-sns li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-sns {
    width: 120px;
  }
  .ft-sns li:not(:last-of-type) {
    margin-right: 40px;
  }
}

.ft-bnr {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-bnr {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-bnr {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.ft-bnr__wrap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-bnr__wrap {
    max-width: 480px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1920px) {
  .ft-bnr__wrap {
    max-width: 1568px;
  }
}
@media print, screen and (min-width: 1921px) {
  .ft-bnr__wrap {
    max-width: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-bnr__wrap ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .ft-bnr__wrap ul {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1261px) {
  .ft-bnr__wrap ul {
    gap: 64px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .ft-bnr__wrap ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.ft-copy {
  text-align: center;
  line-height: 1;
  color: #a33735;
}
@media print, screen and (max-width: 767.9px) {
  .ft-copy {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-copy {
    font-size: 13px;
  }
}

/* -- page common --
--------------------------------------------------------------　*/
footer,
.back-to-btn,
main,
.pin-spacer {
  background-image: url(../images/common/all_bg.webp);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 1920px auto;
}

body:not(.top-news) main {
  padding-bottom: 50px;
}

main {
  position: relative;
}

.gtranslate-wrap {
  position: relative;
  cursor: pointer;
}

.wave-area {
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: 0;
  height: 160px;
}

/* 上向き（デフォルト） */
.wave-area--up {
  transform: scaleY(-1);
  top: 0;
}

/* 下向き（反転） */
.wave-area--down {
  transform: none;
  bottom: 1px;
}

/* SVG自体は100%にする */
.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* 中身を動かす */
.wave-inner {
  animation: waveMove 16s linear infinite;
}

.wave--front .wave-inner {
  animation: waveMove 10s linear infinite reverse;
}

@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1440px);
  }
}
/* 色 */
.wave--pink-beige .wave--back path {
  fill: rgba(238, 210, 187, 0.35);
}

.wave--pink-beige .wave--front path {
  fill: #ce8787;
}

@media print, screen and (max-width: 767.9px) {
  .wave--beige-beige .wave--back {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .wave--beige-beige .wave--back {
    bottom: -35px;
  }
}
.wave--beige-beige .wave--back path {
  fill: rgba(242, 235, 231, 0.65);
}

.wave--beige-beige .wave--front {
  bottom: 35px;
}
.wave--beige-beige .wave--front path {
  fill: rgba(212, 192, 169, 0.65);
}

.wave--top .wave--back path {
  fill: rgba(238, 210, 187, 0.6);
}

.wave--btm .wave--back path {
  fill: rgba(212, 192, 169, 0.65);
}

.top-h2 {
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .top-h2 h2 {
    font-size: 24px;
  }
  .top-h2 p {
    margin-bottom: 15px;
  }
  .top-h2 p span {
    font-size: 19px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-h2 h2 {
    font-size: 28px;
  }
  .top-h2 p {
    margin-bottom: 30px;
  }
  .top-h2 p span {
    font-size: 19px;
  }
}
.top-h2.wt h2,
.top-h2.wt p span {
  color: #fff;
}
.top-h2.wt span {
  border-bottom: solid 1px #fff;
}
.top-h2 h2,
.top-h2 p {
  line-height: 1;
}
.top-h2 h2 {
  letter-spacing: 0;
}
.top-h2 p span {
  display: inline-block;
  color: #a33735;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: solid 1px #a33735;
}

.top-com__txt p {
  color: #646464;
  line-height: 1.8;
}
.top-com__txt p:not(:last-of-type) {
  margin-bottom: 2em;
}

.com-link a {
  display: block;
  background-color: #a33735;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .com-link a {
    max-width: 240px;
    padding-left: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .com-link a {
    max-width: 298px;
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 30px;
  }
}
.com-link a:hover span::before {
  transform: translateX(5px) rotate(45deg);
}
.com-link a span {
  position: relative;
  display: block;
}
.com-link a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.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;
  width: 100%;
}
.gtranslate-wrap .gtranslate_wrapper.open {
  max-height: 200px;
}
.gtranslate-wrap a.glink {
  display: block;
  padding: 5px;
}

/* -- front page --
--------------------------------------------------------------　*/
.top-theme {
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}
@media print, screen and (max-width: 1160px) {
  .top-theme {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-theme {
    max-width: 1052px;
  }
}
.top-theme__h3 h3 {
  color: #7d503f;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 15px;
}
.top-theme__h3 {
  border-bottom: solid 1px rgba(125, 80, 63, 0.3);
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767.9px) {
  .top-theme ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-theme ul li a {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top-theme ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr); /* 12分割 */
  }
  .top-theme ul.col3 li:nth-child(-n+3) {
    grid-column: span 4; /* 12 ÷ 3 = 4 */
  }
  .top-theme ul li {
    grid-column: span 3; /* 12 ÷ 4 = 3 */
    /* 4個目以降 */
  }
  .top-theme ul li:nth-child(n+5) {
    margin-top: 30px;
  }
  .top-theme ul li:nth-child(1) a {
    margin-right: 0;
  }
  .top-theme ul li:nth-child(3) a {
    margin-left: 0;
  }
  .top-theme ul li.long a {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-theme ul li:not(.long) a {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-theme ul {
    gap: 1%;
  }
}
@media print, screen and (min-width: 961px) {
  .top-theme ul {
    gap: 2%;
  }
}
.top-theme ul li .icon {
  max-width: 119px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 960px) {
  .top-theme ul li.long .top-theme__btn {
    padding-right: 18px;
    padding-left: 11px;
  }
}
.top-theme ul li a {
  display: block;
}
.top-theme ul li a:hover .top-theme__btn p::before {
  transform: translateX(5px) rotate(45deg);
}
.top-theme__btn {
  background-color: #fff;
  color: #a33735;
  border-radius: 4px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .top-theme__btn {
    padding-left: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-theme__btn {
    padding-left: 14px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-theme__btn {
    font-size: 12px;
  }
}
.top-theme__btn p {
  position: relative;
  display: block;
}
.top-theme__btn p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #a33735;
  border-right: 1px solid #a33735;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.ruup-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.ruup-slider .swiper-slide {
  padding-left: 9px;
  padding-right: 9px;
}
@media print, screen and (min-width: 768px) {
  .ruup-slider .swiper-slide:nth-child(odd) {
    margin-top: 80px;
  }
}
.ruup-slider__wrap {
  overflow: hidden;
}

@media print, screen and (max-width: 767.9px) {
  .ruup-maintxt {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .ruup-maintxt .top-com__txt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .ruup-maintxt {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .ruup-maintxt .top-com__txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 560px) {
  .ruup-maintxt {
    max-width: 85%;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 1160px) {
  .ruup-maintxt {
    max-width: 506px;
  }
}
@media print, screen and (max-width: 1160px) {
  .ruup-maintxt {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media print, screen and (min-width: 1161px) {
  .ruup-maintxt {
    position: absolute;
    width: 506px;
  }
}
.ruup-maintxt {
  z-index: 2;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 40px;
  background-repeat: no-repeat;
}
.ruup-maintxt .ruup-catch {
  position: absolute;
}

@media print, screen and (max-width: 1160px) {
  .ruup-slider {
    margin-top: 20px;
  }
}

.ruup-cloud {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .ruup-cloud::before, .ruup-cloud::after {
    content: "";
    width: 308px;
    height: 114px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    z-index: 2;
  }
  .ruup-cloud::before {
    background-image: url(../images/top/cloudSR.webp);
  }
  .ruup-cloud::after {
    background-image: url(../images/top/cloudSL.webp);
  }
}

.top-news {
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .top-news {
    margin-top: -100px;
    padding-top: 140px;
  }
  .top-news .wave-area {
    height: 120px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-news {
    margin-top: -150px;
    padding-top: 180px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-news {
    padding-bottom: 80px;
  }
}
.top-news .wave-area {
  z-index: 1;
}
.top-news::before {
  content: "";
  background-image: url(../images/top/info_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  height: 150px;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.top-news__wrap {
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
}
.top-news__inner {
  background-image: url(../images/common/all_bg.webp);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 1920px auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 3;
}
.top-news ul {
  margin-top: 48px;
  margin-bottom: 48px;
}
.top-news ul li {
  border-bottom: solid 1px #e4d9cb;
}
.top-news ul li a {
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media print, screen and (max-width: 767.9px) {
  .top-news ul li a {
    flex-wrap: wrap;
  }
  .top-news ul li a .news-ttl {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news ul li a .news-ttl {
    width: calc(100% - 176px);
  }
  .top-news ul li a .news-label {
    width: 72px;
  }
}
.top-news ul li a .news-time {
  color: #a33735;
  width: 72px;
}
.top-news ul li a .news-ttl {
  color: #707070;
}
.top-news ul li a .news-label {
  margin-left: 16px;
  margin-right: 16px;
}

.top-history {
  position: relative;
}
@media print, screen and (max-width: 1160px) {
  .top-history__wrap {
    overflow: hidden;
  }
  .top-history__img01, .top-history__img02 {
    position: relative;
  }
  .top-history__img01 .res-sp {
    width: 60%;
  }
  .top-history__img01 .deco {
    left: 60%;
    bottom: -50px;
    width: 40%;
  }
  .top-history__img02 {
    background-image: url(../images/top/sp_history_imgD.webp);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: auto 70%;
    padding-bottom: 130px;
  }
  .top-history__img02 > div {
    width: 50%;
    margin-left: auto;
  }
  .top-history__img02 .deco {
    right: 65%;
    top: -50px;
    width: 40%;
  }
  .top-history .res-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-history__wrap {
    padding-top: 350px;
  }
  .top-history__img01, .top-history__img02 {
    position: absolute;
  }
  .top-history__img01 .res-pc > img, .top-history__img02 .res-pc > img {
    position: relative;
  }
  .top-history__img01 {
    top: 145px;
  }
  .top-history__img01 .deco {
    top: calc(100% - 60px);
    left: 20%;
  }
  .top-history__img02 {
    top: 225px;
  }
  .top-history__img02 .deco {
    top: -10px;
    left: -68px;
  }
  .top-history .deco {
    width: clamp(120px, 15vw, 255px);
  }
  .top-history .res-sp {
    display: none;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1620px) {
  .top-history__img01 {
    left: 10px;
  }
  .top-history__img02 {
    right: 10px;
    width: 29vw;
  }
}
@media print, screen and (min-width: 1621px) {
  .top-history__img01 {
    left: 96px;
  }
  .top-history__img02 {
    right: 96px;
    width: 35vw;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1920px) {
  .top-history .wave-area--up {
    top: 6.1vw;
  }
  .top-history__img01 {
    max-width: 608px;
    width: 32vw;
  }
  .top-history__img02 {
    max-width: 668px;
  }
}
@media print, screen and (min-width: 1921px) {
  .top-history .wave-area {
    height: 15vw;
  }
  .top-history__wrap {
    padding-top: 16vw;
  }
  .top-history__img01 {
    width: 25vw;
    left: auto;
    right: calc(50% + 300px);
  }
  .top-history__img02 {
    width: 20vw;
    right: auto;
    left: calc(50% + 300px);
  }
}
.top-history .deco {
  position: absolute;
  aspect-ratio: 255/283;
}
.top-history__wrap {
  background-image: url(../images/top/history_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
  position: relative;
}
.top-history__wrap::before {
  content: "";
  width: 100%;
  height: 70%;
  background-image: url(../images/top/history_bg-point.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-history__main {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-history__img03 {
  position: relative;
  width: 47%;
  margin-left: calc((100vw - 1080px) / 2);
}
.top-history .top-h2 {
  margin-bottom: 60px;
}

.top-onsen {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-onsen__inner {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .top-onsen__inner .top-sightseeing__theme ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-onsen__point {
    max-width: calc(100% - 40px);
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .top-onsen__point .top-h2 {
    margin-bottom: 20px;
  }
  .top-onsen__point .point-num {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .top-onsen__point .point-img__txt {
    font-size: 16px;
  }
  .top-onsen__point .point-img {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-onsen__inner {
    padding-top: 180px;
    padding-bottom: 160px;
  }
  .top-onsen__point {
    max-width: 1280px;
    margin-bottom: 180px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .top-onsen__point .top-h2 {
    margin-bottom: 40px;
  }
  .top-onsen__point .point-num {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
  .top-onsen__point .point-img {
    margin-bottom: 24px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-onsen {
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-onsen {
    margin-top: -150px;
  }
}
.top-onsen .wave-area--up {
  top: -70px;
}
.top-onsen__inner {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-onsen__inner {
    background-image: url(../images/top/point_bg-sp.webp);
  }
}
@media print, screen and (min-width: 768px) {
  .top-onsen__inner {
    background-image: url(../images/top/point_bg.webp);
  }
}
.top-onsen__hotspring {
  padding-top: 80px;
}
.top-onsen__hotspring .ruup-maintxt {
  background-image: url(../images/top/hs_sheet_deco1.webp), url(../images/top/hs_sheet_deco2.webp);
  background-position: 100% 0, 0 100%;
}
@media print, screen and (max-width: 767.9px) {
  .top-onsen__hotspring .ruup-maintxt {
    background-size: 125px, 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-onsen__hotspring .ruup-maintxt {
    background-size: 178px, 152px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-onsen__hotspring .ruup-maintxt {
    top: 0;
    left: 45%;
  }
}
.top-onsen__hotspring .ruup-catch {
  top: -32px;
  left: -23px;
  width: 143px;
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-onsen__hotspring::before {
    bottom: 200px;
  }
  .top-onsen__hotspring::after {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-onsen__hotspring::before {
    top: -100px;
  }
  .top-onsen__hotspring::after {
    bottom: 50px;
  }
}
@media print, screen and (max-width: 1560px) {
  .top-onsen__hotspring::after {
    left: 10px;
  }
  .top-onsen__hotspring::before {
    right: 10px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-onsen__hotspring::after {
    left: calc(50% + 320px);
  }
  .top-onsen__hotspring::before {
    right: calc(50% + 320px);
  }
}
.top-onsen .point-wrap {
  margin-bottom: 64px;
  position: relative;
}
.top-onsen .point-wrap .icon {
  position: absolute;
}
@media print, screen and (max-width: 767.9px) {
  .top-onsen .point-wrap .icon {
    width: 55%;
    max-width: 187px;
    bottom: calc(100% + 121px);
    right: -35px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-onsen .point-wrap .icon {
    width: 22%;
    max-width: 265px;
    bottom: calc(100% - 35px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-onsen .point-wrap .icon {
    right: 15px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-onsen .point-wrap .icon {
    right: calc((100% - 1145px) / 2);
  }
}
.top-onsen__point {
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media print, screen and (max-width: 1320px) {
  .top-onsen__point {
    padding-left: 10px;
    padding-right: 20px;
  }
}
.top-onsen__point ul {
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
@media print, screen and (max-width: 767.9px) {
  .top-onsen__point ul li {
    padding-left: 14px;
    padding-top: 14px;
  }
  .top-onsen__point ul li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-onsen__point ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-onsen__point ul li {
    padding-left: 24px;
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-onsen__point ul {
    gap: 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-onsen__point ul {
    gap: 32px;
  }
}
.top-onsen__point ul li {
  position: relative;
}
.top-onsen__point .point-num {
  background-color: #ffcd5a;
  color: #7a2e0d;
  border-radius: 32px;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-onsen__point .point-txt {
    font-size: 13px;
  }
  .top-onsen__point .point-img__txt {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-onsen__point .point-txt {
    color: #fff;
    font-size: 15px;
  }
  .top-onsen__point .point-img__txt {
    font-size: 20px;
  }
}
.top-onsen__point .point-txt {
  font-weight: 400;
  line-height: 1.7;
}
.top-onsen__point .point-img__wrap {
  padding: 8px;
  border: solid 1px rgba(255, 255, 255, 0.7);
}
.top-onsen__point .point-img__txt {
  background-color: #fff;
  border-bottom-right-radius: 32px;
  line-height: 1.5;
  padding: 9px 12px;
}
.top-onsen__point .point-img__txt .comma {
  margin-right: -0.5em;
}
.top-onsen__point .point-img__txt.lts {
  letter-spacing: -0.05em;
}

.top-sightseeing {
  padding-top: 160px;
  background-image: url(../images/top/ss_bg.webp);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-sightseeing .top-sightseeing__theme ul li {
    width: calc(50% - 10px);
  }
  .top-sightseeing .top-sightseeing__theme ul li:nth-child(odd) {
    margin-right: 20px;
  }
  .top-sightseeing .top-sightseeing__theme ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.top-sightseeing__wrap {
  padding-top: 20px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767.9px) {
  .top-sightseeing__wrap .ruup-maintxt {
    background-size: 110px, 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-sightseeing__wrap .ruup-maintxt {
    background-size: 141px, 95px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-sightseeing__wrap .ruup-maintxt {
    top: -50px;
    left: 28%;
  }
}
.top-sightseeing__wrap .ruup-maintxt {
  background-image: url(../images/top/ss_sheet_deco1.webp), url(../images/top/ss_sheet_deco2.webp);
  background-position: 0 0, 100% 100%;
}
.top-sightseeing__wrap .ruup-catch {
  top: -56px;
  right: -42px;
  width: 162px;
}
.top-sightseeing__wrap::after {
  top: -15px;
}
.top-sightseeing__wrap::before {
  bottom: -5px;
}
@media print, screen and (max-width: 1560px) {
  .top-sightseeing__wrap::after {
    right: 10px;
  }
  .top-sightseeing__wrap::before {
    left: 10px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-sightseeing__wrap::after {
    left: calc(50% + 450px);
  }
  .top-sightseeing__wrap::before {
    right: calc(50% + 450px);
  }
}
.top-sightseeing__inner {
  background-image: url(../images/top/ss_bg-main.webp);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .top-sightseeing__inner {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-sightseeing__inner {
    padding-bottom: 170px;
  }
}
.top-sightseeing__btm {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.top-sightseeing__btm img {
  width: 100%;
}

.top-season {
  padding-bottom: 80px;
  background-image: url(../images/top/top-season_deco01.webp), url(../images/top/top-season_deco02.webp);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .top-season {
    background-size: 120px, 150px;
    background-position: 90% 0, 0 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-season {
    padding-top: 60px;
    background-position: calc(50% + 380px) calc(50% - 190px), calc(50% - 450px) calc(50% + 70px);
    background-size: 231px, 335px;
  }
}
.top-season .top-h2 {
  margin-bottom: 60px;
}
.top-season .top-com__txt {
  text-align: center;
}

.swiper-navigation {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: 24px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 32px;
}
.swiper-navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  width: auto;
  top: 2px;
  line-height: 1;
}
.swiper-navigation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #a33735;
  margin: 0 8px !important;
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  width: 24px;
  height: 24px;
  bottom: 0;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}
.swiper-navigation .swiper-button-next:after,
.swiper-navigation .swiper-button-prev:after {
  content: none;
}
.swiper-navigation .swiper-button-prev {
  left: 0;
}
.swiper-navigation .swiper-button-next {
  right: 0;
}

.season-tab {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  margin-bottom: 32px;
}
.season-tab li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width: 560px) {
  .season-tab li {
    font-size: 25px;
    width: 60px;
    height: 60px;
  }
  .season-tab li:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 561px) {
  .season-tab li {
    font-size: 32px;
    width: 72px;
    height: 72px;
  }
  .season-tab li:not(:last-of-type) {
    margin-right: 24px;
  }
}
.season-tab li.is-active::before {
  transform: scale(1);
  background-color: #dd6802;
  border-bottom-right-radius: 0;
}
.season-tab li.is-active span {
  color: #fff;
}
.season-tab li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffdf88;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transform-origin: center;
  transition: transform 0.4s ease;
  transform: scale(0.8);
}
.season-tab li span {
  color: #7a2e0d;
  position: relative;
}

.season-panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  transition: opacity 0.4s ease;
}
@media print, screen and (min-width: 768px) {
  .season-panel {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.season-panel.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.season_img-wrap {
  position: relative;
}
.season_img-wrap img {
  border-radius: 8px;
}
.season_img-wrap .season_img-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 32px;
  line-height: 1.5;
  color: #a33735;
  padding-left: 24px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-season {
  /* PC中央寄せ */
}
.top-season {
  /* Tablet中央寄せ */
}
.top-season {
  /* 念のため */
}

.grow-img__wrap .grow-section {
  position: relative;
  height: 100vh;
}
.grow-img__wrap .grow-mask {
  width: 35vw;
  height: 60vh;
  margin: 0 auto;
  overflow: hidden;
}
.grow-img__wrap .growSwiper {
  width: 100vw; /* ← 固定 */
  height: 100vh; /* ← 固定 */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.grow-img__wrap .growSwiper .swiper-wrapper,
.grow-img__wrap .growSwiper .swiper-slide {
  height: 100%;
}
.grow-img__wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-access {
  padding-bottom: 68px;
}
.top-access__wrap {
  padding-top: 160px;
  max-width: 1383px;
  position: relative;
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .top-access__wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1521px) and (max-width: 1920px) {
  .top-access__wrap {
    margin-left: 91px;
  }
}
@media print, screen and (min-width: 1921px) {
  .top-access__wrap {
    width: 73%;
    max-width: 1860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-access__img {
  position: absolute;
  left: 0;
  top: -120px;
  width: 258px;
}
.top-access__main {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  max-width: 506px;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  background-image: url(../images/top/acc_sheet_deco1.webp), url(../images/top/acc_sheet_deco2.webp);
  background-repeat: no-repeat;
  background-position: 100% 0, 0 100%;
  background-size: 178px, 152px;
}
@media print, screen and (max-width: 767.9px) {
  .top-access__main {
    width: calc(100% - 40px);
  }
}
@media print, screen and (max-width: 960px) {
  .top-access__main {
    margin-right: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__main {
    margin-bottom: 160px;
  }
}
.top-access__main .top-com__txt {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 960px) {
  .top-access__map {
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__map {
    position: absolute;
    top: 0;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1320px) {
  .top-access__map {
    left: -140px;
  }
}
@media print, screen and (min-width: 1321px) {
  .top-access__map {
    left: 0;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1920px) {
  .top-access__map {
    width: 82%;
    max-width: 1128px;
  }
}
@media print, screen and (min-width: 1921px) {
  .top-access__map {
    width: 70%;
  }
}
.top-access__route {
  color: #7d503f;
}
.top-access__route h3 {
  line-height: 1.5;
}
@media print, screen and (max-width: 767.9px) {
  .top-access__route .route01 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access__route {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access__route {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-access__route .route01 {
    width: 60%;
  }
  .top-access__route .route02 {
    width: calc(40% - 20px);
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__route .route01 {
    width: 528px;
  }
  .top-access__route .route02 {
    width: 336px;
    margin-right: 40px;
  }
}
.top-access__route .route01 h3 {
  font-size: 20px;
  border-bottom: solid 1px #e4d9cb;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .top-access__route .route01 p {
    font-size: 10px;
  }
  .top-access__route .route01 p.time {
    font-size: 12px;
  }
  .top-access__route .route01 p.time span {
    font-size: 42px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access__route .route01 p {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access__route .route01 p.time {
    font-size: 15px;
  }
  .top-access__route .route01 p.time span {
    font-size: 56px;
  }
}
.top-access__route .route01 p.time {
  margin-top: 5px;
}
.top-access__route .route01 p.time span {
  color: #a33735;
  display: inline-block;
  line-height: 1;
}
.top-access__route .route01 ul {
  display: flex;
  justify-content: space-between;
}
.top-access__route .route01 ul li {
  width: 33.3333333333%;
  text-align: center;
}
.top-access__route .route01 ul .icon {
  max-width: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.top-access__route .route02 h3 {
  font-size: 16px;
  padding-bottom: 8px;
}
.top-access__route .route02 .route02-tbl {
  border: solid 1px #e4d9cb;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 960px) {
  .top-access__route .route02 .route02-tbl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__route .route02 .route02-tbl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-access__route .route02 table th {
  width: calc(100% - 48px);
  line-height: 1.8;
  text-align: left;
  overflow: hidden;
}
.top-access__route .route02 table th span {
  font-size: 17px;
  display: inline-block;
  position: relative;
}
.top-access__route .route02 table th span small {
  font-size: 14px;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access__route .route02 table th span {
    font-size: 15px;
  }
  .top-access__route .route02 table th span small {
    font-size: 11px;
  }
}
.top-access__route .route02 table th span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
  height: 2px;
  left: 100%;
  border-top: dotted 2px #e4d9cb;
}
.top-access__route .route02 table td {
  width: 48px;
  font-size: 14px;
  text-align: right;
}
.top-access__route .route02 table td span {
  font-size: 22px;
}

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */
.ptag {
  margin-bottom: 1.5em;
}
.ptag.p-center {
  text-align: center;
}
.ptag.p-right {
  text-align: right;
}
.ptag h2,
.ptag h3 {
  line-height: 1.8;
  margin-bottom: 1em;
}
.ptag h3 {
  font-size: 20px;
  color: #7d503f;
  border-bottom: solid 1px rgba(125, 80, 63, 0.3);
  padding-bottom: 7px;
}
@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;
  }
}

.txt_imgarea {
  padding-left: 20px;
  padding-right: 20px;
}
.txt_imgarea.img_top01 > ul, .txt_imgarea.img_left01 > ul, .txt_imgarea.img_right01 > ul, .txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1920px) {
  .txt_imgarea.img_top01 > ul, .txt_imgarea.img_left01 > ul, .txt_imgarea.img_right01 > ul, .txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul {
    max-width: 1280px;
  }
}
@media print, screen and (min-width: 1921px) {
  .txt_imgarea.img_top01 > ul, .txt_imgarea.img_left01 > ul, .txt_imgarea.img_right01 > ul, .txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul {
    max-width: 66%;
  }
}
.txt_imgarea.img_top01 .img_area img, .txt_imgarea.img_left01 .img_area img, .txt_imgarea.img_right01 .img_area img, .txt_imgarea.img_left02 .img_area img, .txt_imgarea.img_right02 .img_area img {
  width: 100%;
  border-radius: 8px;
}
.txt_imgarea.img_left01 > ul > li, .txt_imgarea.img_right01 > ul > li {
  position: relative;
  padding-top: 48px;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    max-width: 90%;
    background-size: 77px;
    padding-top: 28px;
  }
  .txt_imgarea.img_left01 h4, .txt_imgarea.img_right01 h4 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    padding-top: 48px;
    background-size: 108px;
  }
  .txt_imgarea.img_left01 h4, .txt_imgarea.img_right01 h4 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    max-width: 640px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    position: relative;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 .img_area, .txt_imgarea.img_right01 .img_area {
    width: 78%;
  }
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    position: absolute;
    top: 0;
    width: 42%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1920px) {
  .txt_imgarea.img_left01 .img_area, .txt_imgarea.img_right01 .img_area {
    max-width: 940px;
  }
  .txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
    max-width: 520px;
  }
}
.txt_imgarea.img_left01 .txt_area, .txt_imgarea.img_right01 .txt_area {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
  background-image: url(../images/page/tbl_deco1.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 48px;
}
.txt_imgarea.img_left01 h4, .txt_imgarea.img_right01 h4 {
  line-height: 1.5;
  margin-bottom: 1em;
}
.txt_imgarea.img_left01 .txt, .txt_imgarea.img_right01 .txt {
  line-height: 1.8;
}
.txt_imgarea.img_left01 .com-link, .txt_imgarea.img_right01 .com-link {
  margin-top: 32px;
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 .txt_area {
    right: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_right01 .txt_area {
    left: 0;
  }
  .txt_imgarea.img_right01 .img_area {
    margin-left: auto;
  }
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    display: flex;
    justify-content: space-between;
  }
  .txt_imgarea.img_left02 > ul > li > div, .txt_imgarea.img_right02 > ul > li > div {
    width: calc(50% - 12px);
  }
  .txt_imgarea.img_left02 > ul > li > div.txt_area, .txt_imgarea.img_right02 > ul > li > div.txt_area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
    padding-top: 10px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 .txt, .txt_imgarea.img_right02 .txt {
    font-size: 12px;
  }
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left02 .com-link, .txt_imgarea.img_right02 .com-link {
    margin-top: 32px;
  }
  .txt_imgarea.img_left02 > ul > li:not(:last-of-type), .txt_imgarea.img_right02 > ul > li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left02 > ul, .txt_imgarea.img_right02 > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
    width: calc(50% - 16px);
  }
  .txt_imgarea.img_left02 > ul > li:nth-child(odd), .txt_imgarea.img_right02 > ul > li:nth-child(odd) {
    margin-right: 32px;
  }
  .txt_imgarea.img_left02 > ul > li:nth-child(n+3), .txt_imgarea.img_right02 > ul > li:nth-child(n+3) {
    margin-top: 32px;
  }
}
.txt_imgarea.img_left02 > ul > li, .txt_imgarea.img_right02 > ul > li {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
  background-image: url(../images/page/tbl_deco1.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 108px;
}
.txt_imgarea.img_left02 h4, .txt_imgarea.img_right02 h4 {
  margin-bottom: 1em;
  font-size: 20px;
}
.txt_imgarea.img_left02 .txt, .txt_imgarea.img_right02 .txt {
  line-height: 1.8;
  font-size: 14px;
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_right02 > ul > li {
    flex-direction: row-reverse;
  }
}
.txt_imgarea.img_top01 h4 {
  margin-bottom: 1em;
}
.txt_imgarea.img_top01 .txt_area {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 48px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
  background-image: url(../images/page/tbl_deco1.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top01 .txt_area {
    max-width: 90%;
    background-size: 77px;
    padding-top: 28px;
  }
  .txt_imgarea.img_top01 .txt_area h4 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top01 .txt_area {
    max-width: 640px;
    background-size: 108px;
    padding-top: 48px;
  }
  .txt_imgarea.img_top01 .txt_area h4 {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top01 .txt_area {
    margin-top: -35px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 .txt_area {
    margin-top: -80px;
  }
}
.txt_imgarea.img_top01 .com-link {
  margin-top: 28px;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 > ul > li, .txt_imgarea.img_top03 > ul > li, .txt_imgarea.img_top04 > ul > li {
    width: calc(50% - 10px);
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(odd), .txt_imgarea.img_top03 > ul > li:nth-child(odd), .txt_imgarea.img_top04 > ul > li:nth-child(odd) {
    margin-right: 20px;
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(n+3), .txt_imgarea.img_top03 > ul > li:nth-child(n+3), .txt_imgarea.img_top04 > ul > li:nth-child(n+3) {
    margin-top: 35px;
  }
  .txt_imgarea.img_top02 .txt, .txt_imgarea.img_top03 .txt, .txt_imgarea.img_top04 .txt {
    font-size: 12px;
  }
  .txt_imgarea.img_top02 h4, .txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 .txt, .txt_imgarea.img_top03 .txt, .txt_imgarea.img_top04 .txt {
    font-size: 15px;
  }
}
.txt_imgarea.img_top02 ul, .txt_imgarea.img_top03 ul, .txt_imgarea.img_top04 ul {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1920px) {
  .txt_imgarea.img_top02 ul, .txt_imgarea.img_top03 ul, .txt_imgarea.img_top04 ul {
    max-width: 1024px;
  }
}
@media print, screen and (min-width: 1921px) {
  .txt_imgarea.img_top02 ul, .txt_imgarea.img_top03 ul, .txt_imgarea.img_top04 ul {
    max-width: 54%;
  }
}
.txt_imgarea.img_top02 h4, .txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
  line-height: 1.5;
  margin-top: 15px;
}
.txt_imgarea.img_top02 .img_area, .txt_imgarea.img_top03 .img_area, .txt_imgarea.img_top04 .img_area {
  background-color: #fff;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 12px;
  border-bottom-right-radius: 32px;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
}
.txt_imgarea.img_top02 .txt, .txt_imgarea.img_top03 .txt, .txt_imgarea.img_top04 .txt {
  line-height: 1.7;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 > ul > li {
    width: calc(50% - 28px);
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(odd) {
    margin-right: 56px;
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 > ul h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 > ul > li {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
  }
  .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;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 > ul h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_imgarea.img_top04 > ul > li {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
  }
  .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;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top04 > ul > li {
    width: calc((100% - 96px) / 4);
    margin-right: 32px;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top04 > ul h4 {
    font-size: 18px;
  }
}

.tbl_contents table tr {
  border-bottom: solid 1px #e4d9cb;
}
.tbl_contents table th {
  text-align: left;
  font-size: 18px;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents.tbl_main table th,
  .tbl_contents.tbl_main table td {
    display: block;
    width: 100%;
  }
  .tbl_contents.tbl_main table th {
    padding-top: 15px;
  }
  .tbl_contents.tbl_main table td {
    padding-top: 10px;
  }
  .tbl_contents.tbl_main table td:last-of-type {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_main table th,
  .tbl_contents.tbl_main table td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tbl_contents.tbl_main table td {
    padding-left: 24px;
  }
}
.tbl_contents.tbl_img {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.tbl_contents.tbl_img li:nth-child(2) {
  padding-bottom: 48px;
  position: relative;
}
.tbl_contents.tbl_img li:nth-child(2)::before {
  content: "";
  background-image: url(../images/page/tbl_deco1.webp), url(../images/page/tbl_deco2.webp);
  background-repeat: no-repeat;
  background-position: 0 0, right 67px bottom 0;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.tbl_contents.tbl_img li:nth-child(2) table {
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .tbl_contents.tbl_img li:nth-child(1) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .tbl_contents.tbl_img li:nth-child(2) {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tbl_contents.tbl_img li:nth-child(2)::before {
    top: -40px;
    height: calc(100% + 40px);
    width: 100%;
    background-size: 77px, 100px;
  }
  .tbl_contents.tbl_img th {
    padding-top: 12px;
  }
  .tbl_contents.tbl_img td {
    padding-top: 7px;
  }
  .tbl_contents.tbl_img td:last-of-type {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents.tbl_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tbl_contents.tbl_img li:nth-child(1) {
    width: 53%;
  }
  .tbl_contents.tbl_img li:nth-child(2) {
    width: 47%;
    padding-top: 48px;
    padding-right: 40px;
  }
  .tbl_contents.tbl_img li:nth-child(2)::before {
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    background-size: 108px, 167px;
  }
  .tbl_contents.tbl_img th {
    padding-top: 30px;
  }
  .tbl_contents.tbl_img td {
    padding-top: 7px;
  }
  .tbl_contents.tbl_img td:last-of-type {
    padding-bottom: 15px;
  }
}
.tbl_contents.tbl_img table th,
.tbl_contents.tbl_img table td {
  display: block;
  width: 100%;
}

.accordion ul li {
  cursor: pointer;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
}
.accordion ul li:not(:last-of-type) {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul.qa table td {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul.qa table td {
    padding-left: 24px;
  }
}
.accordion ul.other table th {
  display: none;
}
.accordion table th span {
  color: #a33735;
  line-height: 1;
  display: block;
  letter-spacing: 0.05em;
}
.accordion table th {
  text-align: center;
}
@media print, screen and (max-width: 960px) {
  .accordion table th {
    width: 35px;
  }
  .accordion table th span {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .accordion table th {
    width: 50px;
  }
  .accordion table th span {
    font-size: 46px;
  }
}
.accordion table td {
  line-height: 1.6;
  vertical-align: middle;
}
@media print, screen and (max-width: 767.9px) {
  .accordion table td {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion table td {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_h4,
  .accordion .sd_content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_h4,
  .accordion .sd_content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
}
.accordion .sd_h4 {
  position: relative;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 8px;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_h4 {
    padding-right: 40px;
  }
  .accordion .sd_h4::before {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_h4 {
    padding-right: 100px;
  }
  .accordion .sd_h4::before {
    right: 30px;
  }
}
.accordion .sd_h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #a33735;
  border-right: 2px solid #a33735;
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}
.accordion .sd_h4.on::before {
  transform: rotate(225deg);
}
.accordion .sd_content {
  background-color: #faefef;
}
.accordion .sd_content table td {
  color: #a33735;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_content {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_content {
    padding-right: 30px;
  }
}

.slide_thumb {
  padding-left: 20px;
  padding-right: 20px;
}
.slide_thumb .slide_thumb-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 961px) {
  .slide_thumb .txt_area {
    position: relative;
    z-index: 1;
    margin-top: -170px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  .slide_thumb .thumb-swiper {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .slide_thumb .txt_area {
    width: calc(50% - 40px);
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 1161px) {
  .slide_thumb .thumb-swiper {
    margin-right: 80px;
    width: calc(50% - 80px);
  }
  .slide_thumb .txt_area {
    width: calc(50% - 100px);
    margin-left: 80px;
  }
}
.slide_thumb .thumb-swiper {
  max-width: 648px;
  margin-top: 24px;
}

@media print, screen and (min-width: 961px) {
  .slidethumb_txt.img_left01 .txt_area {
    right: 0;
  }
  .slidethumb_txt.img_left01 .thumb-swiper {
    margin-left: 0;
  }
  .slidethumb_txt.img_right01 .img_area {
    margin-left: auto;
  }
  .slidethumb_txt.img_right01 .thumb-swiper {
    margin-right: 0;
  }
  .slidethumb_txt.img_left01 .txt_area {
    right: 0;
  }
  .slidethumb_txt.img_left01 .thumb-swiper {
    margin-left: 0;
  }
  .slidethumb_txt.img_right01 .img_area {
    margin-left: auto;
  }
  .slidethumb_txt.img_right01 .thumb-swiper {
    margin-right: 0;
  }
  .slidethumb_txt .img_area {
    width: 75%;
    padding-top: 48px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1920px) {
  .slidethumb_txt .img_area {
    max-width: 940px;
  }
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt .txt_area {
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 520px;
    width: 42%;
  }
}
.slidethumb_txt .mainwrap > li {
  position: relative;
}
.slidethumb_txt .thumb-swiper {
  max-width: 632px;
}

@media print, screen and (max-width: 767.9px) {
  .slide_thumb .txt_area h4,
  .slidethumb_txt .txt_area h4 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .txt_area h4,
  .slidethumb_txt .txt_area h4 {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 960px) {
  .slide_thumb .thumb-center .swiper-wrapper,
  .slidethumb_txt .thumb-center .swiper-wrapper {
    justify-content: center;
  }
  .slide_thumb .thumb-swiper,
  .slidethumb_txt .thumb-swiper {
    margin-top: 12px;
  }
  .slide_thumb .img_area,
  .slide_thumb .swiper-block2,
  .slidethumb_txt .img_area,
  .slidethumb_txt .swiper-block2 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 961px) {
  .slide_thumb .thumb-swiper,
  .slidethumb_txt .thumb-swiper {
    margin-top: 24px;
  }
}
.slide_thumb .main-swiper .swiper-slide img,
.slidethumb_txt .main-swiper .swiper-slide img {
  width: 100%;
}
.slide_thumb .thumb-swiper .swiper-slide,
.slidethumb_txt .thumb-swiper .swiper-slide {
  cursor: pointer;
  aspect-ratio: 3/2; /* 直接比率を指定 */
  overflow: hidden;
}
.slide_thumb .thumb-swiper .swiper-slide.swiper-slide-thumb-active img,
.slidethumb_txt .thumb-swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.slide_thumb .thumb-swiper .swiper-slide img,
.slidethumb_txt .thumb-swiper .swiper-slide img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.slide_thumb .thumb-swiper .swiper-slide,
.slidethumb_txt .thumb-swiper .swiper-slide {
  border-radius: 8px;
  background-color: #ffffff;
}
.slide_thumb .swiper-slide img,
.slidethumb_txt .swiper-slide img {
  border-radius: 8px;
}
.slide_thumb .swiper-horizontal > .swiper-scrollbar,
.slide_thumb .swiper-scrollbar.swiper-scrollbar-horizontal,
.slidethumb_txt .swiper-horizontal > .swiper-scrollbar,
.slidethumb_txt .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  margin-top: 3px;
  width: 100%;
}
.slide_thumb .swiper-scrollbar-drag,
.slidethumb_txt .swiper-scrollbar-drag {
  background: #a33735;
  cursor: pointer;
}
.slide_thumb .swiper-scrollbar,
.slidethumb_txt .swiper-scrollbar {
  background: #e4d9cb;
}
.slide_thumb .txt_area,
.slidethumb_txt .txt_area {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
  padding-top: 40px;
  padding-bottom: 48px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url(../images/page/slidethumb_txt-deco01.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: clamp(80px, 8vw, 153px);
}
.slide_thumb .txt_area h4,
.slidethumb_txt .txt_area h4 {
  line-height: 1.5;
  margin-bottom: 20px;
}
.slide_thumb .txt_area .txt,
.slidethumb_txt .txt_area .txt {
  line-height: 1.8;
}
.slide_thumb .txt_area .com-link,
.slidethumb_txt .txt_area .com-link {
  margin-top: 30px;
}

.txt_carousel .pagination-wrap.navi,
.slide_carousel .pagination-wrap.navi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
@media print, screen and (max-width: 767.9px) {
  .txt_carousel .pagination-wrap .swiper-button-prev,
  .txt_carousel .pagination-wrap .swiper-button-next,
  .slide_carousel .pagination-wrap .swiper-button-prev,
  .slide_carousel .pagination-wrap .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_carousel .pagination-wrap .swiper-button-prev,
  .txt_carousel .pagination-wrap .swiper-button-next,
  .slide_carousel .pagination-wrap .swiper-button-prev,
  .slide_carousel .pagination-wrap .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.txt_carousel .pagination-wrap .swiper-button-prev::after,
.txt_carousel .pagination-wrap .swiper-button-next::after,
.slide_carousel .pagination-wrap .swiper-button-prev::after,
.slide_carousel .pagination-wrap .swiper-button-next::after {
  content: none;
}
.txt_carousel .pagination-wrap .swiper-pagination-bullet,
.slide_carousel .pagination-wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #a33735;
  margin: 0 8px !important;
}

.txt_carousel {
  overflow: hidden;
}
@media print, screen and (max-width: 767.9px) {
  .txt_carousel .swiper {
    padding-bottom: 15px;
  }
  .txt_carousel .swiper-button-prev {
    transform: translateX(-30px);
  }
  .txt_carousel .swiper-button-next {
    transform: translateX(30px);
  }
  .txt_carousel .txt_carousel__wrap {
    margin-top: -30px;
    max-width: 90%;
  }
  .txt_carousel .txt_carousel__wrap h4 {
    font-size: 18px;
  }
  .txt_carousel .txt_carousel__wrap::before {
    width: 127px;
    height: 127px;
    left: -45px;
    top: -20px;
  }
  .txt_carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_carousel .swiper-button-prev {
    transform: translateX(-33px);
  }
  .txt_carousel .swiper-button-next {
    transform: translateX(33px);
  }
  .txt_carousel .txt_carousel__wrap {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: -70px;
    max-width: 640px;
  }
  .txt_carousel .txt_carousel__wrap h4 {
    font-size: 22px;
  }
  .txt_carousel .txt_carousel__wrap::before {
    width: 254px;
    height: 254px;
    left: -146px;
    top: -107px;
  }
  .txt_carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
  }
}
.txt_carousel .swiper {
  z-index: auto;
}
.txt_carousel .swiper-wrap {
  position: relative;
}
.txt_carousel .swiper-slide img {
  width: 100%;
  border-radius: 8px;
}
.txt_carousel .txt_carousel__wrap {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
  background-image: url(../images/page/slidethumb_txt-deco01.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: clamp(80px, 8vw, 153px);
}
.txt_carousel .txt_carousel__wrap .txt_area {
  position: relative;
}
.txt_carousel .txt_carousel__wrap h4 {
  line-height: 1.5;
  margin-bottom: 20px;
}
.txt_carousel .txt_carousel__wrap .txt {
  line-height: 1.8;
}
.txt_carousel .txt_carousel__wrap .com-link {
  margin-top: 30px;
}

.slide_carousel {
  position: relative;
}
.slide_carousel .carousel03 {
  padding-bottom: 50px;
}
.slide_carousel .carousel03-wrap {
  position: relative;
}
.slide_carousel .swiper-button-prev,
.slide_carousel .swiper-button-next {
  position: static;
  transform: none;
  pointer-events: auto;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .swiper-button-prev {
    transform: translateX(-15px);
  }
  .slide_carousel .swiper-button-next {
    transform: translateX(15px);
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel .swiper-button-prev {
    transform: translateX(-20px);
  }
  .slide_carousel .swiper-button-next {
    transform: translateX(20px);
  }
}
.slide_carousel .swiper-slide {
  background-color: #fff;
  border-bottom-right-radius: 32px;
}
.slide_carousel .swiper-slide a {
  display: block;
}
.slide_carousel .slide_img {
  padding: 8px;
}
.slide_carousel .slide_txt {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.slide_carousel .slide_txt h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.slide_carousel .slide_txt__p {
  color: #646464;
  line-height: 1.7;
}

.link_list ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .link_list ul li {
    width: 48%;
    margin-bottom: 12px;
  }
  .link_list ul li:nth-child(odd) {
    margin-right: 4%;
  }
  .link_list ul li:nth-child(n+3) {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .link_list ul li:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .link_list ul li {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1161px) {
  .link_list ul li {
    width: calc((100% - 96px) / 4);
    margin-right: 32px;
  }
}
.link_list ul li a {
  display: block;
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 32px;
  padding-top: 11px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 25px;
  line-height: 1.5;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
  position: relative;
}
.link_list ul li a::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #a33735;
  border-right: 1px solid #a33735;
  transform: rotate(45deg);
}
.link_list ul li .link_list__img {
  margin-bottom: 7px;
}

/* --------------------------------------------------------------
// 絞り込みソート
-------------------------------------------------------------- */
#spot {
  padding-top: 35px;
}

.spot-ttl {
  border-bottom: solid 1px rgba(125, 80, 63, 0.3);
  margin-bottom: 30px;
}
.spot-ttl h3 {
  color: #7d503f;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 15px;
}

.spot-list__link button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.spot-list__link li {
  position: relative;
}
.spot-list__link li::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.spot-list__link li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}
.spot-list__link li .off-btn {
  opacity: 1;
  z-index: 2;
}
.spot-list__link li .on-btn {
  opacity: 0;
  z-index: 1;
}
.spot-list__link li:hover .off-btn,
.spot-list__link li .is-active .off-btn {
  opacity: 0;
}
.spot-list__link li:hover .on-btn,
.spot-list__link li .is-active .on-btn {
  opacity: 1;
}
@media print, screen and (max-width: 560px) {
  .spot-list__link {
    grid-template-columns: repeat(5, 1fr);
  }
  .spot-list__link li:first-of-type {
    text-align: center;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 767.9px) {
  .spot-list__link {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media print, screen and (max-width: 767.9px) {
  .spot-list__link {
    display: grid;
    gap: 8px;
  }
  .spot-list .spot-theme {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .spot-list {
    display: flex;
    justify-content: center;
  }
  .spot-list__link {
    display: flex;
    align-items: center;
  }
  .spot-list__link li:not(:last-of-type) {
    margin-right: 8px;
  }
  .spot-list__link li::before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  .spot-list__link li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transition: opacity 0.3s ease;
  }
  .spot-list__link li .off-btn {
    opacity: 1;
    z-index: 2;
  }
  .spot-list__link li .on-btn {
    opacity: 0;
    z-index: 1;
  }
  .spot-list__link li:hover .off-btn,
  .spot-list__link li .mixitup-control-active .off-btn {
    opacity: 0;
  }
  .spot-list__link li:hover .on-btn,
  .spot-list__link li .mixitup-control-active .on-btn {
    opacity: 1;
  }
  .spot-list .spot-theme {
    position: relative;
  }
  .spot-list .spot-theme::before {
    content: "";
    background-color: rgba(125, 80, 63, 0.3);
    width: 1px;
    height: 118px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .spot-list .spot-theme {
    padding-right: 25px;
  }
  .spot-list .spot-access {
    padding-left: 25px;
  }
  .spot-list__link li {
    width: 6.5vw;
  }
}
@media print, screen and (min-width: 1321px) {
  .spot-list .spot-theme {
    padding-right: 64px;
  }
  .spot-list .spot-access {
    padding-left: 64px;
  }
  .spot-list__link li {
    width: 86px;
  }
}

.spot-sub__theme {
  margin-top: 35px;
}
.spot-sub__theme ul {
  text-align: center;
}
.spot-sub__theme ul li {
  display: inline-block;
}
@media print, screen and (max-width: 767.9px) {
  .spot-sub__theme ul li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1061px) {
  .spot-sub__theme ul li {
    min-width: 190px;
  }
}
.spot-sub__theme ul li:not(:last-of-type) {
  margin-right: 10px;
}
.spot-sub__theme ul li:hover button::before {
  transform: translateX(5px) rotate(45deg);
}
.spot-sub__theme ul li button {
  width: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  display: block;
  border-radius: 4px;
  color: #a33735;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  position: relative;
}
.spot-sub__theme ul li button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #a33735;
  border-right: 1px solid #a33735;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}
@media print, screen and (max-width: 767.9px) {
  .spot-sub__theme ul li button {
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .spot-sub__theme ul li button {
    padding-left: 24px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.spot-mixItup {
  margin-top: 50px;
}
.spot-mixItup ul {
  display: grid;
  gap: 24px;
}
@media print, screen and (max-width: 767.9px) {
  .spot-mixItup ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .spot-mixItup ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 961px) {
  .spot-mixItup ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.spot-mixItup ul li {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 32px;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
}
.spot-mixItup .card-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-spot {
  background-color: #faefef;
  padding: 12px;
}
.card-spot__ttl, .card-spot__btm, .card-spot__theme p {
  font-size: clamp(9px, 1vw, 14px);
}
.card-spot__ttl {
  color: #a33735;
  margin-top: 10px;
}
.card-spot__btm {
  background-color: #fff;
  border-bottom-right-radius: 32px;
  padding: 11px 5px;
  color: #646464;
  text-align: center;
}
.card-spot__theme p {
  display: inline-block;
  padding: 2px 15px;
  line-height: 1.5;
  color: #fff;
}
.card-spot__theme p:not(:last-of-type) {
  margin-right: 8px;
}
.card-spot__theme p.label-sub {
  background-color: #ce8787;
}
.card-spot__theme p.label-theme--onsen {
  background-color: #879bb6;
}
.card-spot__theme p.label-theme--ryokan {
  background-color: #d0ca7a;
}
.card-spot__theme p.label-theme--hotel {
  background-color: #c59594;
}
.card-spot__theme p.label-theme--kanko {
  background-color: #93a585;
}
.card-spot__theme p.label-theme--taiken {
  background-color: #d4b27f;
}
.card-spot__theme p.label-theme--gourmet {
  background-color: #c89095;
}
.card-spot__theme p.label-theme--buy {
  background-color: #aca51a;
}

.card.is-hidden {
  display: none !important;
}

/* ふわっと出したいなら任意 */
.card {
  transition: opacity 0.3s ease;
}

#load-more-wrap {
  margin-top: 50px;
}

#load-more-wrap button {
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  background-color: #ce8787;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media print, screen and (max-width: 767.9px) {
  #load-more-wrap button {
    max-width: 240px;
    padding-left: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  #load-more-wrap button {
    max-width: 298px;
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 30px;
  }
}

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

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

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

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

@media only screen and (max-width: 560px) {
  .c_wrap .post .post_ttl h1 {
    font-size: 18px;
  }
}
ul.acv_list li {
  border-bottom: solid 1px #e4d9cb;
}
ul.acv_list li a {
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media print, screen and (max-width: 767.9px) {
  ul.acv_list li a {
    flex-wrap: wrap;
  }
  ul.acv_list li a .news-ttl {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  ul.acv_list li a .news-ttl {
    width: calc(100% - 176px);
  }
  ul.acv_list li a .news-label {
    width: 72px;
  }
}
ul.acv_list li a .news-time {
  color: #a33735;
  width: 72px;
}
ul.acv_list li a .news-ttl {
  color: #707070;
}
ul.acv_list li a .news-label {
  margin-left: 16px;
  margin-right: 16px;
}

.cat-label span {
  padding: 3px 5px 4px;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 72px;
}
.cat-label span.information {
  background: #ffdf88;
}
.cat-label span.event {
  background: #ce8787;
  color: #fff;
}

.post_ttl .date {
  text-align: right;
  color: #a33735;
}

.c_wrap .sidebar {
  padding: 30px 15px;
  max-width: 350px;
  margin: 0 auto;
  border: solid 1px #e4d9cb;
  background-image: url(../images/page/slidethumb_txt-deco01.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: clamp(80px, 8vw, 108px);
  background-color: #fff;
}

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

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

/* ----------
カスタム投稿 ------------------ */
.post-custom {
  width: 100%;
}
.post-custom__txt {
  line-height: 1.8;
}
.post-custom__main {
  margin-bottom: 50px;
}
.post-custom__main h1 {
  font-size: 22px;
  margin-bottom: 0.8em;
}
.post-custom__main .post-custom__com {
  margin-bottom: 0;
  padding-bottom: 48px;
  position: relative;
}
.post-custom__main .post-custom__com::before {
  content: "";
  background-image: url(../images/page/tbl_deco1.webp), url(../images/page/tbl_deco2.webp);
  background-repeat: no-repeat;
  background-position: 0 0, right 67px bottom 0;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.post-custom__main .com-link,
.post-custom__main .tel {
  margin-top: 35px;
}
.post-custom__main .tel a {
  font-size: 25px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d503f;
}
.post-custom__main .tel a img {
  margin-right: 5px;
}
.post-custom__main .inner {
  position: relative;
}
.post-custom__btm {
  background-color: #fff;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
  border-radius: 8px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media print, screen and (max-width: 767.9px) {
  .post-custom__btm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .post-custom__btm {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 960px) {
  .post-custom__img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .post-custom__main .post-custom__com {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-custom__main .post-custom__com::before {
    top: -40px;
    height: calc(100% + 40px);
    width: 100%;
    background-size: 77px, 100px;
  }
}
@media print, screen and (min-width: 961px) {
  .post-custom__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .post-custom__main .post-custom__com {
    width: 47%;
    padding-top: 48px;
    padding-right: 40px;
  }
  .post-custom__main .post-custom__com::before {
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    background-size: 108px, 167px;
  }
  .post-custom__img {
    width: 53%;
  }
}
.post-custom__com {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767.9px) {
  .post-custom__com table th,
  .post-custom__com table td {
    display: block;
    width: 100%;
  }
  .post-custom__com table th {
    padding-top: 15px;
  }
  .post-custom__com table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .post-custom__com table th,
  .post-custom__com table td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
  }
  .post-custom__com table td {
    padding-left: 20px;
  }
}
.post-custom__com table tr {
  border-bottom: solid 1px #e4d9cb;
}
.post-custom__com table th {
  text-align: left;
}
.post-custom__com table th,
.post-custom__com table td {
  line-height: 1.6;
}
.post-custom .gmap {
  margin-top: 35px;
}
.post-custom .gmap iframe {
  width: 100% !important;
}
.post-custom__link {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .post-custom__link {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .post-custom__link a {
    display: block;
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .post-custom__link {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .post-custom__link a {
    padding-left: 24px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.post-custom__link a {
  background-color: #fff;
  display: block;
  border-radius: 4px;
  color: #a33735;
  line-height: 1;
  box-shadow: 0 1px 4px 2px rgba(152, 115, 99, 0.25);
}
.post-custom__link a:hover span::before {
  transform: translateX(5px) rotate(45deg);
}
.post-custom__link a span {
  position: relative;
  display: block;
}
.post-custom__link a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #a33735;
  border-right: 1px solid #a33735;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

/* ----------
会員専用 ------------------ */
#member-login {
  position: fixed;
  inset: 0;
  background-image: url(../images/top/history_bg-point.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.login-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-bottom: 1em;
}

.login-box {
  background: #fff;
  padding: 40px;
  width: 300px;
  text-align: center;
}

#member-id {
  margin-bottom: 0.5em;
}

#login-btn {
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  display: block;
  background-color: #a33735;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  border: none;
  width: 100%;
  max-width: 170px;
  margin-top: 1em;
}
#login-btn span {
  position: relative;
  display: block;
}
#login-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 10px;
}

.category-member ul.acv_list li a .news-label {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .category-member ul.acv_list li a .news-ttl {
    width: calc(100% - 72px);
    padding-left: 30px;
  }
}

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

.single_pager li {
  width: 32%;
  color: #707070;
}

.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;
  color: #707070;
}

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

.pagenation ul li a {
  background: rgba(212, 192, 169, 0.65);
  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: #a33735;
  color: #fff;
  opacity: 1;
}

/*
	ビジュアルエディタ使用
*/
.article_text p:not(:last-of-type) {
  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%;
  }
}/*# sourceMappingURL=style.css.map */