@charset "UTF-8";
/* CSS Remedy */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

figure {
  margin: 0;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  max-width: 100%;
  overflow: hidden;
}

svg {
  overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a {
  text-decoration: none;
}

.m-0 {
  margin: 0;
}

.m-t0 {
  margin-top: 0;
}

.m-b0 {
  margin-bottom: 0;
}

.m-l0 {
  margin-left: 0;
}

.m-r0 {
  margin-right: 0;
}

.p-0 {
  padding: 0;
}

.p-t0 {
  padding-top: 0;
}

.p-b0 {
  padding-bottom: 0;
}

.p-l0 {
  padding-left: 0;
}

.p-r0 {
  padding-right: 0;
}

.m-1 {
  margin: 1rem;
}

.m-t1 {
  margin-top: 1rem;
}

.m-b1 {
  margin-bottom: 1rem;
}

.m-l1 {
  margin-left: 1rem;
}

.m-r1 {
  margin-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.p-t1 {
  padding-top: 1rem;
}

.p-b1 {
  padding-bottom: 1rem;
}

.p-l1 {
  padding-left: 1rem;
}

.p-r1 {
  padding-right: 1rem;
}

.m-2 {
  margin: 1.5rem;
}

.m-t2 {
  margin-top: 1.5rem;
}

.m-b2 {
  margin-bottom: 1.5rem;
}

.m-l2 {
  margin-left: 1.5rem;
}

.m-r2 {
  margin-right: 1.5rem;
}

.p-2 {
  padding: 1.5rem;
}

.p-t2 {
  padding-top: 1.5rem;
}

.p-b2 {
  padding-bottom: 1.5rem;
}

.p-l2 {
  padding-left: 1.5rem;
}

.p-r2 {
  padding-right: 1.5rem;
}

.m-3 {
  margin: 2rem;
}

.m-t3 {
  margin-top: 2rem;
}

.m-b3 {
  margin-bottom: 2rem;
}

.m-l3 {
  margin-left: 2rem;
}

.m-r3 {
  margin-right: 2rem;
}

.p-3 {
  padding: 2rem;
}

.p-t3 {
  padding-top: 2rem;
}

.p-b3 {
  padding-bottom: 2rem;
}

.p-l3 {
  padding-left: 2rem;
}

.p-r3 {
  padding-right: 2rem;
}

.m-4 {
  margin: 2.5rem;
}

.m-t4 {
  margin-top: 2.5rem;
}

.m-b4 {
  margin-bottom: 2.5rem;
}

.m-l4 {
  margin-left: 2.5rem;
}

.m-r4 {
  margin-right: 2.5rem;
}

.p-4 {
  padding: 2.5rem;
}

.p-t4 {
  padding-top: 2.5rem;
}

.p-b4 {
  padding-bottom: 2.5rem;
}

.p-l4 {
  padding-left: 2.5rem;
}

.p-r4 {
  padding-right: 2.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-t5 {
  margin-top: 3rem;
}

.m-b5 {
  margin-bottom: 3rem;
}

.m-l5 {
  margin-left: 3rem;
}

.m-r5 {
  margin-right: 3rem;
}

.p-5 {
  padding: 3rem;
}

.p-t5 {
  padding-top: 3rem;
}

.p-b5 {
  padding-bottom: 3rem;
}

.p-l5 {
  padding-left: 3rem;
}

.p-r5 {
  padding-right: 3rem;
}

.font-red {
  color: var(--color-red);
}

:root {
  --color-main: #eee;
  --color-key: #161719;
  --color-brown: #534741;
  --color-red: #FA2D51;
  --color-blue: #a5e1e2;
  --color-orange: #E89475;
  --color-yellow: #f7f1c6;
  --color-green: #CBEFED;
  --color-pink: #f788da;
  --color-gray: #eee;
  --color-main-light: white;
  --color-main-dark: #bbbbbb;
}

body {
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  color: var(--color-main);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background: var(--color-key);
}

.footer {
  padding: 12vw 10% 0;
}
.footer .footer__link-hotel-ttl {
  font-size: clamp(4rem, 3.875rem + 0.5vw, 4.25rem);
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.footer .footer__link-hotel-ttl span {
  font-size: 0.8em;
}
.footer .footer__link-hotel-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 11vw;
}
.footer .footer__link-hotel-list li a {
  display: block grid;
  justify-content: center;
  align-items: center;
  height: 19vw;
  border: #fff 1px solid;
  margin-bottom: 4vw;
}
.footer .footer__link-hotel-list li a img {
  display: block;
  width: 35vw;
}
.footer .footer__link-prefecture {
  background: #fff;
  color: var(--color-key);
  padding: 40px 0;
}
.footer .footer__link-prefecture .footer__link-prefecture-ttl {
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  text-align: center;
}
.footer .footer__link-prefecture .footer__link-prefecture-list {
  list-style: none;
  padding-left: 0;
}
.footer .footer__link-prefecture .footer__link-prefecture-list li {
  margin-bottom: 8vw;
  text-align: center;
  font-weight: 700;
}
.footer .footer__link-prefecture .footer__link-prefecture-list li img {
  display: block;
  margin-inline: auto;
  margin-bottom: 0.5rem;
}
.footer .footer__link-prefecture .footer__link-prefecture-list li:nth-child(1) img {
  width: 55px;
  height: auto;
}
.footer .footer__link-prefecture .footer__link-prefecture-list li:nth-child(2) img {
  width: 114px;
  height: auto;
}
.footer .footer__link-prefecture .footer__link-prefecture-list li:nth-child(3) img {
  width: 83px;
  height: auto;
}

.footer__copy {
  font-size: 0.8em;
  letter-spacing: -0.01em;
  padding: 80px 0 100px;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 1079px) {
  .footer .footer__link-hotel {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 90px;
  }
  .footer .footer__link-hotel-ttl {
    margin: 0;
  }
  .footer .footer__link-hotel-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 0;
  }
  .footer .footer__link-hotel-list li a {
    height: 62px;
    margin: 0;
  }
  .footer .footer__link-hotel-list li:nth-child(1) a img {
    width: 116px;
  }
  .footer .footer__link-hotel-list li:nth-child(2) a img {
    width: 131px;
  }
  .footer .footer__link-hotel-list li:nth-child(3) a img {
    width: 150px;
  }
  .footer .footer__link-prefecture-list {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .footer .footer__link-prefecture .footer__link-prefecture-ttl {
    margin: 1rem auto;
  }
  .footer .footer__link-prefecture .footer__link-prefecture-list li {
    margin: 0;
  }
}
@media (any-hover: hover) {
  .footer__link-hotel-list li a {
    transition: transform 0.4s ease-in-out;
  }
  .footer__link-hotel-list li a:hover {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
/*  header  */
.header {
  position: relative;
}

.header-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 50px;
  justify-content: space-between;
  z-index: 10;
}
.header-nav .header-nav__logo {
  margin: 0;
}
.header-nav .header-nav__logo img {
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) 0 0 clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
}

.header-nav__list {
  display: none;
  width: 100%;
}
.header-nav__list .header-nav__list-btn {
  display: none;
  margin: 0;
}

.header-main {
  position: relative;
  width: 100%;
  height: clamp(300px, 80vh, 710px);
}
.header-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-main .header-main__inner {
  position: absolute;
  bottom: 0rem;
  font-weight: 800;
  color: #FFF;
  margin: 0 clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) 0;
}
.header-main .header-main__inner-txt {
  font-size: clamp(1.5rem, 1.375rem + 0.5vw, 1.75rem);
  margin: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) auto;
  line-height: 1.4;
}
.header-main .header-main__inner-txt span {
  display: block;
  font-size: 0.8em;
  font-weight: 700;
}

.header-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  left: auto;
}

/* Drawer */
.header-spnav {
  height: 50px;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
  z-index: 990;
}

.header-drawer__nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 200ms ease-in-out;
  z-index: 99;
  background-color: var(--color-key);
  overflow-y: scroll;
  border: none;
  padding: 4rem 1.5rem 1rem;
  z-index: 996;
}
.header-drawer__nav .header-drawer__nav-parents {
  list-style: none;
}
.header-drawer__nav .header-drawer__nav-children {
  list-style: none;
}
.header-drawer__nav .header-drawer__nav-children a {
  color: #fff;
  font-weight: 800;
}
.header-drawer__nav .header-drawer__nav-parents li a {
  display: block;
  color: var(--color-main);
  padding: 0.2rem 0;
}
.header-drawer__nav .header-drawer__nav-char {
  font-size: clamp(1.5rem, 1.375rem + 0.5vw, 1.75rem);
  font-weight: 800;
}
.header-drawer__nav .header-drawer__nav-arrow {
  position: relative;
  margin-left: 1rem;
}
.header-drawer__nav .header-drawer__nav-arrow::before {
  position: absolute;
  content: "";
  background: #eee;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-2.5px, 2px);
}
.header-drawer__nav .header-drawer__nav-arrow::after {
  position: absolute;
  content: "";
  background: #eee;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(2.5px, 2px);
}

.toggle {
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--color-key);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
}

span.toggler,
span.toggler:before,
span.toggler:after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  pointer-events: none;
}

span.toggler {
  width: 24px;
  right: 10px;
}

span.toggler:before {
  width: 30px;
  top: -10px;
  right: 0;
}

span.toggler:after {
  width: 18px;
  top: 10px;
  right: 0;
}

span.deleteclass {
  background-color: transparent;
}

span.deleteclass::before {
  width: 30px;
  bottom: 0;
  top: 4px;
  transform: rotate(45deg);
  z-index: 20;
}

span.deleteclass::after {
  width: 30px;
  top: 4px;
  transform: rotate(-45deg);
  z-index: 20;
}

/* スクロールで可変 */
div#header.resize .headerInner {
  height: 35px;
}

div#header.resize .toggle {
  height: 35px;
}

div#header.resize .toggle .toggler,
div#header.resize .toggle .toggler:before,
div#header.resize .toggle .toggler:after {
  height: 2px;
  width: 18px;
}

div#header.resize span.toggler:before {
  bottom: 6px;
}

div#header.resize span.toggler:after {
  top: 6px;
}

div#header.resize span.deleteclass::before {
  bottom: 0;
}

div#header.resize span.deleteclass::after {
  top: 0;
}

.header-drawer__icon {
  margin: 0;
}
.header-drawer__icon img {
  width: 36px;
  height: auto;
  display: block;
  margin: 0 auto 0.5em;
}

/* Show Nav */
.show-nav .header-drawer__nav {
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}

.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .header-main .header-main__inner {
    margin: 0;
  }
  .header-main .header-main__inner-txt {
    background: rgba(255, 255, 255, 0.8);
    color: var(--color-key);
    margin: 0;
    padding: 0.8rem clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
  }
}
@media screen and (min-width: 1079px) {
  .header-nav {
    grid-template-columns: auto 1fr;
    padding: 0 clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
  .header-nav .toggle {
    display: none;
  }
  .header-nav .header-nav__list {
    display: block;
  }
  .header-nav .header-nav__list .header-nav__list-parents {
    display: grid;
    grid-auto-flow: column;
    column-gap: 2rem;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
  }
  .header-nav .header-nav__list .header-nav__list-parents .header-nav__list-arrow {
    position: relative;
    margin-left: 1rem;
  }
  .header-nav .header-nav__list .header-nav__list-parents li a {
    display: block;
    color: #FFF;
    font-weight: 700;
  }
  .header-nav .header-nav__list .header-nav__list-parents .header-nav__list-arrow::before {
    position: absolute;
    content: "";
    background: #eee;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-2.5px, 2px);
  }
  .header-nav .header-nav__list .header-nav__list-parents .header-nav__list-arrow::after {
    position: absolute;
    content: "";
    background: #eee;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(2.5px, 2px);
  }
  .header-nav .header-nav__list .header-nav__list-parents li:nth-child(1) {
    position: relative;
    margin-right: 45px;
  }
  .header-nav .header-nav__list .header-nav__list-parents .header-nav__list-children {
    width: 250px;
    position: absolute;
    background: #000;
    padding: 30px 40px;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    list-style: none;
  }
  .header-nav .header-nav__list .header-nav__list-parents .header-nav__list-children li a {
    display: block;
    margin: 0.5rem auto;
    font-size: 0.9em;
  }
  .header-nav.is-fixed .header-nav__logo img {
    width: 100px;
    height: auto;
  }
  .header-main .header-main__inner-txt {
    font-size: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem);
  }
}
@media (any-hover: hover) {
  .header-nav__list-parents li:nth-child(1):hover .header-nav__list-children {
    opacity: 1;
    visibility: visible;
  }
  .header-nav .header-nav__list .header-nav__list-parents li a {
    transition: text-shadow 0.4s;
  }
  .header-nav .header-nav__list .header-nav__list-parents li a:hover {
    color: #161719;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4), -1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), 0px 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(255, 255, 255, 0.4), -1px 0 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(255, 255, 255, 0.4);
  }
}
.content {
  margin-bottom: 3rem;
  padding: 0 7%;
}

@media screen and (min-width: 1079px) {
  .grid {
    display: block grid;
  }
  .box-has-bor .box-has-bor__ttl {
    background: linear-gradient(rgba(255, 255, 255, 0) 40%, #fff 0%);
  }
}
@media screen and (min-width: 1200px) {
  .inner,
  .content {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .list-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
/*  btn  */
.pagetop {
  display: grid !important;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  height: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  transition: 0.3s;
  background: rgba(22, 23, 25, 0.8);
  border: 2px solid #666;
  color: #fff;
  opacity: 0;
  z-index: 10;
  line-height: 1;
}
.pagetop::before {
  display: block;
  margin-inline: auto;
  content: "^";
}

.pagetop:hover {
  opacity: 0.8;
}

.fixed-btm-btn {
  width: 100%;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.btn a {
  display: block;
  max-width: 360px;
  margin: 0;
  font-size: 1rem;
  color: #eee;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}

.btn-primary a {
  display: grid;
  background-color: #161719;
  transition: box-shadow 0.4s;
  grid-template-columns: auto 40px;
  gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
  color: var(--color-main);
  font-weight: 700;
}
.btn-primary a::after {
  display: inline;
  content: "";
  background: url(../img/icon-arrow-wh.svg) no-repeat center;
  width: 40px;
  height: auto;
  transition: translate 0.4s;
}

.btn-outline a {
  display: grid;
  background-color: #fff;
  border: 2px solid #161719;
  grid-template-columns: auto 24px;
  gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  transition: background 0.4s;
}
.btn-outline a::after {
  display: inline;
  content: "";
  background: url(../img/icon-arrow-blue.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: auto;
  transition: translate 0.4s;
}

@media screen and (min-width: 768px) {
  .fixed-btm-btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .btn-reserve a {
    transition: background 0.4s;
  }
  .btn-reserve a::after {
    transition: translate 0.4s;
  }
  .btn-reserve a:hover {
    background: #9ea2aa;
  }
  .btn-reserve a:hover::after {
    translate: 8px 0;
  }
  .btn-tel a::before {
    transition: rotate 0.4s;
  }
  .btn-tel a:hover::before {
    rotate: 20deg;
  }
  .btn-mail a::before {
    transition: rotate 0.4s;
  }
  .btn-mail a:hover::before {
    rotate: 20deg;
  }
  .btn-instagram a img {
    transform: scale 0.4s;
  }
  .btn-instagram a:hover img {
    scale: 0.9;
  }
}
ul,
ol {
  margin: 1.5rem auto;
}

ul li,
ol li {
  list-style-position: inside;
}

.table {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) auto;
}
.table th {
  padding: 0.8em;
}
.table td {
  padding: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

.swiper {
  width: 100%;
  height: 100%;
  margin: 2rem auto;
}

.swiper-container {
  position: relative;
  z-index: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(4, 175, 205, 0.8);
  color: #fff;
  width: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  height: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  z-index: 980;
}

.swiper-button-next {
  right: -0.5rem;
}

.swiper-button-prev {
  left: -0.5rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-key);
}

.swiper-button-next__bbq,
.swiper-button-prev__bbq {
  background: rgba(232, 148, 117, 0.8);
}

.swiper-container__grid {
  width: clamp(25rem, 22.727rem + 11.36vw, 31.25rem);
  max-width: 100%;
}

.swiper-bbq .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-bbq .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-orange);
}

/*  top  */
.contents__lead {
  margin: clamp(4rem, 3.709rem + 1.45vw, 4.8rem) auto;
}
.contents__lead .contents__lead-ttl {
  font-size: clamp(2.25rem, 2.125rem + 0.5vw, 2.5rem);
  text-align: center;
  text-wrap: balance;
  margin: clamp(4rem, 3.709rem + 1.45vw, 4.8rem) auto clamp(3rem, 2.709rem + 1.45vw, 3.8rem);
}
.contents__lead .contents__lead-ttl span {
  display: block;
  font-size: 0.7em;
  margin: clamp(1rem, 0.818rem + 0.91vw, 1.5rem) auto;
  font-weight: 600;
  text-align: left;
}

.contents__sec {
  margin: clamp(4rem, 3.709rem + 1.45vw, 4.8rem) auto;
}
.contents__sec .contents__sec-ttl {
  font-size: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem);
  text-align: center;
  text-wrap: balance;
  margin: clamp(4rem, 3.709rem + 1.45vw, 4.8rem) auto clamp(3rem, 2.709rem + 1.45vw, 3.8rem);
}
.contents__sec .contents__sec-subttl {
  border-left: #fff 3px solid;
  padding: 0.4rem 0.5rem 0.4rem 1rem;
}
.contents__sec .contents__sec-img {
  margin: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) auto;
}
.contents__sec .contents__sec-list a {
  display: inline-block;
  color: var(--color-main);
}

.link-external a {
  color: #fff;
}
.link-external a::before {
  content: "";
  display: inline-block;
  background: url(../img/external-link-line.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.iframe-wrapper {
  aspect-ratio: 16/9;
  margin: clamp(2rem, 1.709rem + 1.45vw, 2.8rem) auto;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

.postlist {
  margin: clamp(4rem, 3.709rem + 1.45vw, 4.8rem) auto;
}

.postlist__link {
  display: block;
}
.postlist__link .postlist__img {
  width: 100%;
  height: 200px;
}
.postlist__link .postlist__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postlist__link .postlist__ttl {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  margin: clamp(1rem, 0.818rem + 0.91vw, 1.5rem) auto clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
}

@media screen and (min-width: 768px) {
  .postlist {
    display: block grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
}
@media (any-hover: hover) {
  .postlist__link {
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.1s;
  }
  .postlist__link .postlist__img {
    overflow: hidden;
  }
  .postlist__link .postlist__img img {
    transition: transform 0.4s ease-in;
  }
  .postlist__link:hover {
    opacity: 0.8;
  }
  .postlist__link:hover .postlist__img img {
    transform: scale(1.05);
  }
}