@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  z-index: 10;
  box-sizing: border-box;
  padding: 10px 20px;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 140px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-info {
  gap: 20px;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
  width: fit-content;
  margin: 0 0 0 auto;
}
.header-nav-wrap {
  gap: 50px;
}
.header-nav-list {
  gap: 50px;
}
.header-nav-link {
  font-weight: 700;
}
.header-nav-link:hover {
  color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main-dark);
}

.drawer-link.current {
  color: var(--col-main-dark);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer {
  position: relative;
  box-sizing: border-box;
  padding: 50px 0;
  border-top: 1px solid var(--col-main);
}
.footer-logo {
  display: block;
  width: fit-content;
  text-align: center;
  margin: 0 auto 40px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-wrap {
  display: block;
}
.footer-nav-list {
  gap: 20px;
  flex-wrap: wrap;
}
.footer-nav-link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 1.3rem;
}
.footer-nav-link::before {
  position: absolute;
  content: ">";
  color: var(--col-main);
  bottom: 0;
  left: -15px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.footer-nav-link:hover {
  color: var(--col-main-dark);
}
.footer-nav-link:hover::before {
  left: -10px;
}
.footer #copyright {
  padding: 5px 0;
  text-align: center;
  margin: 30px auto 0;
}
.footer #copyright small {
  color: var(--col-text);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-text);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  background: url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
  box-sizing: border-box;
  padding: 70px 30px 0;
}
.mv-wrap {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.mv-text {
  z-index: 100;
}
.mv-text::before {
  position: absolute;
  content: "";
  background: url(../img/mv/mv-illust.png) no-repeat;
  width: 130px;
  height: 100px;
  bottom: -80px;
  margin: auto;
  left: -20px;
  background-size: contain;
  transition: all 0.3s ease;
}
.mv-text-list {
  gap: 12px;
  width: fit-content;
  margin: 0 auto 12px;
}
.mv-text-item {
  position: relative;
  width: 70px;
  height: 70px;
  background: #6a8b4f;
  border-radius: 50%;
  text-align: center;
  color: var(--col-wh);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
}
.mv-text-item::before {
  position: absolute;
  content: "";
  background: #597d3c;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.mv-text-item .wrap {
  position: relative;
  z-index: 2;
}
.mv-catch {
  margin: 0 auto;
}
.mv-catch .text01 {
  display: block;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 auto 10px;
  letter-spacing: 0;
  width: fit-content;
}
.mv-catch .text01 .large {
  font-size: 1.8rem;
}
.mv-catch .text02 {
  display: block;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 8px 20px;
  border-radius: 50px;
  width: fit-content;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto;
}
.mv-catch .text02 .large {
  font-size: 2.6rem;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
  box-sizing: border-box;
  padding: 17% 0;
}

/*--------------------
top-greeting
---------------------*/
.top-greeting {
  background: url(../img/top/greeting-bg-l.png) no-repeat left bottom 100px/40%, url(../img/top/greeting-bg-r.png) no-repeat right top 100px/40%, var(--col-main-light);
}
.top-greeting-wrap {
  flex-wrap: wrap;
}
.top-greeting-text-wrap {
  position: relative;
  order: 1;
  margin: 0 auto 8%;
}
.top-greeting-img {
  order: 2;
  width: 70%;
  margin: 0 auto;
}

/*--------------------
top-worries
---------------------*/
.top-worries {
  background: url(../img/common/deco-wave02.png) no-repeat center bottom/100%, url(../img/common/deco-wave01.png) no-repeat top center/100%, var(--col-base);
  position: relative;
}
.top-worries-ttl {
  text-align: center;
  margin: 0 auto 8%;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 800;
  box-sizing: border-box;
  padding: 30px 20px 40px;
  color: var(--col-wh);
  width: fit-content;
  background: url(../img/common/deco-frame.png) no-repeat center center/contain;
}
.top-worries-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01.png) no-repeat;
  width: 20px;
  height: 20px;
  margin: auto;
  right: 0;
  top: 50px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-worries-ttl .large {
  font-size: 2.4rem;
}
.top-worries-ttl .ttl-wrap {
  position: relative;
  display: block;
  transform: rotate(3deg);
}
.top-worries-illust {
  margin: 0 auto 8%;
  width: fit-content;
  text-align: center;
  width: 150px;
}
.top-worries-wrap {
  position: relative;
}
.top-worries-container {
  box-sizing: border-box;
  padding: 20px 40px 30px;
  margin: 0 auto 5%;
}
.top-worries-container:last-of-type {
  margin: 0 auto;
}
.top-worries-container .container-list {
  margin: 0 auto;
  max-width: 270px;
}
.top-worries-container .container-ttl {
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.top-worries-container .container-ttl .category {
  color: var(--col-wh);
  background: var(--col-main-dark);
  box-sizing: border-box;
  border-radius: 50px;
  line-height: 1;
  transform: rotate(-6deg);
  width: 40px;
  height: 40px;
  font-size: 2.2rem;
}
.top-worries-container .container-ttl .ttl-color {
  color: var(--col-main-dark);
}
.top-worries-container .container-ttl {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 800;
}
.top-worries-container.style-col01 {
  background: url(../img/common/deco-frame01.png) no-repeat center center/contain;
}
.top-worries-container.style-col02 {
  background: url(../img/common/deco-frame02.png) no-repeat center center/contain;
}
.top-worries-container.style-col02 .container-ttl .category {
  width: 80px;
  background: var(--col-main-middle03);
}
.top-worries-container.style-col02 .container-ttl .ttl-color {
  color: var(--col-main-middle03);
}
.top-worries-container.style-col02 .container-list .item::before {
  background: url(../img/common/icon-check-main02.png) no-repeat;
  background-size: contain;
}
.top-worries-container.style-col03 {
  background: url(../img/common/deco-frame03.png) no-repeat center center/contain;
}
.top-worries-container.style-col03 .container-ttl .category {
  background: var(--col-main-middle01);
}
.top-worries-container.style-col03 .container-ttl .ttl-color {
  color: var(--col-main-middle01);
}
.top-worries-container.style-col03 .container-list .item::before {
  background: url(../img/common/icon-check-main03.png) no-repeat;
  background-size: contain;
}
.top-worries-container.style-col04 {
  background: url(../img/common/deco-frame04.png) no-repeat center center/contain;
}
.top-worries-container.style-col04 .container-ttl .category {
  background: var(--col-main-middle02);
}
.top-worries-container.style-col04 .container-ttl .ttl-color {
  color: var(--col-main-middle02);
}
.top-worries-container.style-col04 .container-list .item::before {
  background: url(../img/common/icon-check-main02.png) no-repeat;
  background-size: contain;
}

/*--------------------
top-coupon
---------------------*/
.top-coupon {
  background: var(--col-sub-light);
}
.top-coupon-bnr {
  position: relative;
  background: url(../img/common/pat01.png);
  box-sizing: border-box;
  padding: 5px;
}
.top-coupon-bnr .bnr-inbox {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 6%;
  position: relative;
}
.top-coupon-bnr .bnr-inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust02.png) no-repeat;
  width: 70px;
  height: 100px;
  left: -10px;
  margin: auto;
  top: -40px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 1;
}
.top-coupon-bnr .bnr-inbox::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust03.png) no-repeat;
  width: 60px;
  height: 80px;
  margin: auto;
  right: -10px;
  top: -40px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-coupon-bnr .bnr-ttl {
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  margin: 0 auto 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  right: 0;
  width: fit-content;
  box-sizing: border-box;
  padding: 0 30px;
}
.top-coupon-bnr .bnr-ttl::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 6px;
  background: var(--col-wh);
  left: 0;
  margin: auto;
  right: 0;
  top: 14px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.top-coupon-bnr .bnr-ttl .dot {
  position: relative;
}
.top-coupon-bnr .bnr-ttl .dot::before {
  position: absolute;
  content: "";
  background: var(--col-main-dark);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  margin: auto;
  right: 0;
  top: -6px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-coupon-bnr .bnr-text {
  font-size: 2rem;
  font-weight: 800;
  background: var(--col-main-hilight);
  width: fit-content;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 12px 30px;
  gap: 12px;
  border-radius: 50px;
  position: relative;
  display: block;
  text-align: center;
}
.top-coupon-bnr .bnr-text::before {
  position: absolute;
  content: "";
  background: var(--col-main-light);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 20px;
  height: 16px;
  bottom: -15px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-coupon-bnr .bnr-text .time {
  font-size: 1.9rem;
}
.top-coupon-bnr .bnr-text .time .large {
  font-size: 2.4rem;
}
.top-coupon-bnr .bnr-text .text {
  font-size: 1.8rem;
  color: var(--col-main-dark);
}
.top-coupon-bnr .bnr-price {
  font-weight: 800;
  position: relative;
  font-family: var(--font-ttl-ja);
  display: block;
  line-height: 1.2;
}
.top-coupon-bnr .bnr-price .price01 {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--col-text-light);
  margin: 0 auto 50px;
}
.top-coupon-bnr .bnr-price .price01::before {
  position: absolute;
  content: "";
  background: url(../img/common/arw01.png) no-repeat;
  width: 30px;
  height: 20px;
  bottom: -35px;
  margin: auto;
  right: 0;
  left: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.top-coupon-bnr .bnr-price .price01 .large {
  font-size: 3.2rem;
}
.top-coupon-bnr .bnr-price .price01 .catch {
  font-size: 1.5rem;
  font-weight: 600;
  width: fit-content;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0 50px;
  color: var(--col-text);
}
.top-coupon-bnr .bnr-price .price01 .catch::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco04.png) no-repeat;
  width: 12px;
  height: 15px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-coupon-bnr .bnr-price .price01 .catch::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco04.png) no-repeat;
  width: 12px;
  height: 15px;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: scale(-1, 1);
}
.top-coupon-bnr .bnr-price .price02 {
  font-size: 3rem;
  letter-spacing: -0.04em;
  color: var(--col-red);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.top-coupon-bnr .bnr-price .price02 .large {
  font-size: 5rem;
}
.top-coupon-bnr .bnr-price .price02 .catch {
  font-size: 2rem;
  width: fit-content;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0 50px;
  font-weight: 600;
}
.top-coupon-bnr .bnr-price .price02 .catch::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat;
  width: 12px;
  height: 15px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-coupon-bnr .bnr-price .price02 .catch::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat;
  width: 12px;
  height: 15px;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: scale(-1, 1);
}
.top-coupon-bnr .bnr-note{
  text-align: center;
  margin-top: 30px;
  display: block;
}
/*--------------------
top-reserve
---------------------*/
.top-reserve-text {
  line-height: 2;
  margin: 0 auto 8%;
}
.top-reserve-text .large {
  font-size: 1.8rem;
  font-weight: 800;
}
.top-reserve-container {
  box-sizing: border-box;
  padding: 7% 5%;
  background: var(--col-main-hilight);
  border-radius: 20px;
}
.top-reserve .container-wrap {
  display: block;
}
.top-reserve .container-illust {
  position: relative;
  order: 1;
  bottom: -20px;
  width: 200px;
  margin: 0 auto;
}
.top-reserve .container-text-wrap {
  order: 2;
}
.top-reserve .container-text .large {
  font-size: 1.7rem;
}
.top-reserve-btn-list{
  gap: 20px;
  margin: 0 auto 10%;
  flex-wrap: wrap;
}
.top-reserve-item{
  width: 100%;
}
/*--------------------
top-kids
---------------------*/
.top-kids {
  background: url(../img/common/deco-wave03.png) no-repeat center top/100%, url(../img/top/kids-bg-deco.png) no-repeat bottom left, var(--col-main-light);
  position: relative;
}
.top-kids .inbox {
  position: relative;
}
.top-kids .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust05.png) no-repeat;
  width: 100px;
  height: 150px;
  bottom: -50px;
  right: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.top-kids-ttl {
  margin: 0 auto 8%;
}
.top-kids-text-wrap {
  margin: 0 auto 8% 0;
  position: relative;
}
.top-kids-text .large {
  font-size: 1.7rem;
}
.top-kids-img {
  width: 100%;
  height: 250px;
  border-radius: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------
top-links
---------------------*/
.top-links-list {
  gap: 30px 5%;
}
.top-links-item {
  width: 47.5%;
  position: relative;
}
.top-links-item .item-link {
  display: flex;
  flex-wrap: wrap;
}
.top-links-item .item-link:hover .item-ttl::before {
  transform: rotate(45deg);
}
.top-links-item .item-img {
  aspect-ratio: 480/330;
  width: 100%;
  border-radius: 30px 0 0 0;
  order: 1;
}
.top-links-item .item-ttl {
  color: var(--col-wh);
  z-index: 5;
  background: var(--col-text);
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  width: 100%;
  order: 2;
}
.top-links-item .item-ttl .ttl-box {
  box-sizing: border-box;
  padding: 12px;
}
.top-links-item .item-ttl .ttl {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  margin: 0 auto 12px;
  box-sizing: border-box;
  padding: 0 0 10px;
}
.top-links-item .item-ttl .ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deo-dot01.png) no-repeat;
  width: 25px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-links-item .item-ttl .more {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 600;
}
.top-links-item .item-ttl .more::before {
  position: absolute;
  content: "";
  border-right: 2px solid var(--col-wh);
  border-bottom: 2px solid var(--col-wh);
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  bottom: 0;
  margin: auto;
  right: -20px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------------
top-sec-wrap01
---------------------*/
.top-sec-wrap01 {
  background: url(../img/common/deco-wave04.png) no-repeat center top, url(../img/top/news-bg.jpg) no-repeat center center/cover;
}

/*top-news*/
.top-news-wrap {
  display: block;
}
.top-news-container {
  background: var(--col-wh);
  width: 100%;
  box-sizing: border-box;
  padding: 7% 6%;
  border-radius: 30px;
}
.top-news-btn {
  margin: 10px 30px 0 auto;
}

/*top-instagram*/
.top-instagram-container {
  background: var(--col-wh);
  width: 100%;
  box-sizing: border-box;
  padding: 7% 6%;
  border-radius: 30px;
}
.top-instagram-btn {
  margin: 10px 30px 10% auto;
}
.top-instagram-text .large {
  font-size: 1.7rem;
}

/*--------------------

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  padding: 20% 0;
  box-sizing: border-box;
  position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  border-radius: 40px;
  padding: 80px 5% 10%;
  box-sizing: border-box;
  background: url(../img/sv/sv-bg-tl.png) no-repeat top left, var(--col-main-hilight);
}
.sv-ttl {
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
  background: var(--col-wh);
  border-radius: 50px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 6px 20px;
  font-weight: 900;
  position: absolute;
  top: 28px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  z-index: 10;
}
.sv-ttl::first-letter {
  color: var(--col-main-dark);
}
.sv-img {
  width: 100%;
  margin: 0 auto;
  height: 160px;
  border-radius: 40px;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  z-index: 100;
  line-height: 1;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_guest ▼ ---------------*/
/*-----------------------
guest-lead
-------------------------*/
.guest-lead {
  background: var(--col-main-light);
}
.guest-lead-list {
  margin: 0 auto 6%;
}
.guest-lead-wrap {
  display: block;
}
.guest-lead-illust {
  width: 190px;
  margin: 0 auto;
  text-align: center;
}

/*-----------------------
guest-point
-------------------------*/
.guest-point {
  background: url(../img/common/deco-wave01.png) no-repeat center top/100%, url(../img/common/deco-wave05.png) no-repeat bottom/100%, var(--col-sub-light);
}
.guest-point-list {
  gap: 30px;
  counter-reset: number 0;
  justify-content: center;
}
.guest-point-item {
  width: 100%;
  background: var(--col-wh);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px 10px 30px;
  position: relative;
}
.guest-point-item::before {
  position: absolute;
  content: "0" counter(number);
  counter-increment: number 1;
  bottom: -12px;
  margin: auto;
  right: 15px;
  background-size: contain;
  transition: all 0.3s ease;
  font-size: 6rem;
  font-weight: 800;
  color: var(--col-main-light);
  z-index: 2;
  font-style: italic;
}
.guest-point-item .item-text {
  box-sizing: border-box;
  padding: 0 15px;
}

/*-----------------------
guest-guide
-------------------------*/
.guest-guide-wrap {
  display: block;
}
.guest-guide-illust {
  display: block;
  width: 180px;
  margin: 0 auto 10%;
}
.guest-guide-illust-text .large {
  font-size: 2rem;
}

/*-----------------------
guest-about
-------------------------*/
.guest-about {
  background: url(../img/common/deco-wave03.png) no-repeat center top/100%, url(../img/guest/about-bg-deco-l.png) no-repeat left top 100px/46vw, url(../img/guest/about-bg-deco-r.png) no-repeat bottom 100px right/34vw, var(--col-main-light);
}
.guest-about .inbox {
  position: relative;
}
.guest-about-text .large {
  font-size: 1.8rem;
}
.guest-about-text-note {
  margin: 0 auto 30px;
}
.guest-about-text-note .item {
  font-size: 1.2rem;
}
.guest-about-img-wrap {
  margin: 10% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.guest-about-img-wrap .img {
  aspect-ratio: 1/1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
/*-----------------------
guest-staff
-------------------------*/
.guest-staff {
  background: url(../img/common/deco-wave01.png) no-repeat center top/100%, var(--col-base);
}
.guest-staff-container {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 7% 6%;
  border-radius: 20px;
}
.guest-staff-container .container-wrap {
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.guest-staff-container .container-img {
  aspect-ratio: 485/300;
  width: 100%;
  order: 1;
  border-radius: 20px;
  margin: 0 auto 7%;
}
.guest-staff-container .container-table {
  margin: 0 auto 6%;
  order: 2;
}
.guest-staff-container .container-message-ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/*--------------- ▲ sub02_guest ▲ ---------------*/
/*--------------- ▼ sub03_menu ▼ ---------------*/
/*-----------------------
menu
-------------------------*/
#menu .menu-ttl::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 90px;
  background: url(../img/common/illust02.png) no-repeat;
  left: 0;
  top: 50px;
  bottom: 0;
  right: auto;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
#menu .menu-text {
  margin: 0 auto 40px;
}
#menu .menu-item {
  margin: 0 auto 10%;
}
#menu .menu-item .item-wrap {
  flex-wrap: wrap;
  justify-content: center;
}
#menu .menu-item .item-l {
  order: 1;
}
#menu .menu-item .item-r {
  order: 2;
  display: block;
  width: 100%;
}
#menu .menu-item .item-text {
  margin-bottom: 20px;
}
#menu .menu-item .item-img {
  aspect-ratio: 525/300;
  width: clamp(250px, 100%, 400px);
  border-radius: 15px;
  margin: 0 auto 6%;
  text-align: center;
}
#menu .menu-item .item-table {
  margin: 0 auto 6%;
}
#menu .menu-item .item-table th {
  width: 50%;
}
#menu .menu-item .item-table td {
  width: 50%;
  text-align: center;
}
#menu .menu-item .item-contents {
  margin-bottom: 50px;
}
#menu .menu-item .item-contents:last-of-type {
  margin-bottom: 0;
}
#menu .menu-item .item-contents-ttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/*--------------- ▲ sub03_menu ▲ ---------------*/
/*--------------- ▼ sub04_voice ▼ ---------------*/
/*-----------------------
voice
-------------------------*/
#voice .voice {
  background: url(../img/common/deco-wave06.png) no-repeat center top, var(--col-sub-light);
}
#voice .voice-item {
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 7% 5%;
  margin-bottom: 40px;
  border-radius: 20px;
}
#voice .voice-item:last-of-type {
  margin-bottom: 0;
}

/*--------------- ▲ sub04_voice ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-outline
-------------------------*/
.info-outline {
  background: url(../img/info/info-bg-deco-l.png) no-repeat left bottom 80px/35vw, url(../img/info/info-bg-deco-r.png) no-repeat right top 50px/45vw, var(--col-main-light);
}
.info-outline-table {
  margin: 0 auto 50px;
}
.info-outline-table tr {
  border: none;
}
.info-outline-table tr:last-child th {
  border-bottom: 1px solid var(--col-text);
  border-top: 1px solid var(--col-text);
}
.info-outline-table th {
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--col-text);
  border-top: 1px solid var(--col-text);
}
.info-outline-table td {
  width: 100%;
  display: block;
  background: var(--col-wh);
  border: none;
}

/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  -webkit-justify-content: start;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  padding: 5px 0;
  display: block;
  color: var(--col-main);
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
  margin-bottom: 5%;
}

.sb-post-body {
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid;
  line-height: 2;
}

.s-post-taglist {
  margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style_sp.css.map */