@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*****480-1280****/
.table-scroll {
  margin-bottom: 60px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.top-modaal-btn {
  display: none;
}

.school-locations {
  padding: 0 10px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.school-locations h4.h4-business {
  color: #4A8ED9;
  position: relative;
  border-bottom: 4px solid #D6D6D6;
  padding-bottom: 10px;
  font-size: 2.2rem;
  margin: 60px 0 20px 0;
  text-align: left;
}
.school-locations h4.h4-business:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 10%;
  height: 4px;
  content: "";
  background: #828282;
}
.school-locations dt {
  margin-bottom: 5px;
  font-weight: 700;
}
.school-locations dd {
  margin-bottom: 20px;
}

.footer-banner {
  text-align: center;
  width: 100% !important;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 20px 0;
}

.footer-banner a {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 30px 20px;
  display: block;
  max-width: 250px !important;
  height: auto;
  margin: 10px auto !important;
  border-radius: 7px;
  box-shadow: 2px 2px 4px #ccc;
}

.footer-banner p {
  margin: 0 10px;
}

.type-b.subpage .block-slider {
  margin-bottom: 0 !important;
  line-height: 1;
}
.type-b.subpage .block-contents-header h2 {
  margin-top: 60px;
}

.block-map {
  margin: 40px 0;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 40%;
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1 {
  width: 100%;
  max-width: 260px;
}
h1.tom span {
  display: none;
}
h1 a {
  text-decoration: none !important;
}
h1 img {
  width: 100%;
  max-width: 230px;
  max-height: 40px;
  height: auto;
}
h1 span {
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}

.header-menu-sns {
  display: none;
}

h1.sanitas24 {
  max-width: 200px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #F0EFF0;
}

body.type-a {
  background-color: #000;
}

body.type-b {
  background-color: #F0EFF0;
}

body.type-b.subpage {
  background-color: #fff;
}

body.type-c {
  background-color: #fff;
}

body.type-page {
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}
a:hover {
  text-decoration: underline;
}

.btn-base {
  background-color: #EB5605;
  border-radius: 20px;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-image: url("../images/icon/arrow-c-right-s.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.btn-base a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 20px;
}
.btn-base a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.table_area table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.table_area table th,
.table_area table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 7px;
}
.table_area table th {
  background-color: #f8f8f8;
}
.table_area p.open {
  background-color: #f7ab00;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  margin: 0 auto;
}
.table_area p.open1,
.table_area p.open2,
.table_area p.open3,
.table_area p.open4,
.table_area p.open5 {
  text-align: center;
  color: #f7ab00;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 32px;
  cursor: pointer;
  width: 32px;
  height: 24px;
  z-index: 200;
}
.hamburger span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 10;
  transition: all 0.3s;
}
.hamburger span:nth-of-type(1) {
  top: 4px;
}
.hamburger span:nth-of-type(2) {
  top: 12px;
}
.hamburger span:nth-of-type(3) {
  top: 20px;
}
.hamburger.open span {
  transition: all 0.3s;
}
.hamburger.open span:nth-of-type(1) {
  top: 10px;
  transform: translateY(6px) rotate(-33deg);
}
.hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
  top: 22px;
  transform: translateY(-6px) rotate(33deg);
}

.header-menu-list-s a {
  text-decoration: none;
}

.header-gnav {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 50px;
}
.header-gnav p {
  margin-right: 15px;
}
.header-gnav p img {
  width: 123px;
  height: auto;
}
.header-gnav p.h-sns img {
  width: 27px;
}

.type-a section.block-maincopy {
  background-image: url("../images/bg-maincopy.png");
  background-repeat: no-repeat;
  background-position: top right;
  color: #fff;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.type-a section.block-maincopy h2 {
  color: #EB5605;
  text-transform: uppercase;
  font-size: clamp(2rem, 0.2rem + 6vw, 5rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 200px;
}
.type-a section.block-maincopy p:nth-of-type(1) {
  color: #EB5605;
  margin-bottom: 20px;
}
.type-a section.block-maincopy p:nth-of-type(2) {
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  font-weight: 700;
  margin-bottom: 40px;
}
.type-a section.block-maincopy p:nth-of-type(3) {
  line-height: 2;
}
.type-a .block-access {
  padding: 70px 0;
  background-color: #fff;
}
.type-a .block-access h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-a .block-access h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-a .block-access h3 {
  text-align: left;
  margin-bottom: 60px;
}
.type-a .block-access .business-hours {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.type-a .block-access .business-hours > div {
  width: 22%;
}
.type-a .block-access .business-hours table {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 5px;
}
.type-a .block-access .business-hours .day {
  text-align: center;
  padding-right: 15px;
}
.type-a .block-access .business-hours .area {
  border: 1px solid #000;
  padding: 4px;
  margin-bottom: 15px;
}
.type-a .block-access .memo {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-a .block-access .business-hours-info {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.type-a .block-access .parking {
  text-align: center;
}
.type-a .block-access .parking a {
  display: inline;
  text-decoration: underline;
}
.type-a .block-access .parking p {
  margin-bottom: 15px;
}
.type-a .block-access .parking p:nth-of-type(1) {
  border: 1px solid #000;
  width: 80%;
  max-width: 200px;
  margin: 0 auto 15px auto;
  padding: 4px;
}
.type-a .block-store-information {
  background-image: url("../images/image-store-info.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
}
.type-a .block-store-information h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
}
.type-a .block-store-information h2 span {
  display: block;
  font-size: 1.2rem;
}
.type-a .block-store-information h2 span::before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}

/****type-A*****/
.type-a {
  /****/
  /*****/
}
.type-a header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 97%;
  z-index: 100;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: auto;
  right: 0;
  left: 0;
  padding: 14px 25px;
}
.type-a nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.type-a #header-menu {
  /*最初はナビゲーションボタンは非表示*/
  display: none;
  list-style: none;
}
.type-a #header-menu li a {
  padding: 8px;
  font-size: 16px;
  color: #464646;
  display: block;
  text-align: center;
  text-decoration: none;
}
.type-a .hamburger {
  position: fixed;
  top: 40px;
  right: 32px;
  cursor: pointer;
  width: 32px;
  height: 24px;
  z-index: 200;
}
.type-a .hamburger span {
  /*3本の線を作る*/
  transition: all 0.3s;
  position: absolute;
  height: 2px;
  background-color: #000000;
  width: 100%;
  z-index: 10;
}
.type-a .hamburger span:nth-of-type(1) {
  /*上の線の位置*/
  top: 4px;
}
.type-a .hamburger span:nth-of-type(2) {
  /*真ん中の線の位置*/
  top: 12px;
}
.type-a .hamburger span:nth-of-type(3) {
  /*下の線の位置*/
  top: 20px;
}
.type-a .hamburger.open span:nth-of-type(1) {
  /*openのとき、上の線を右斜めにする*/
  top: 10px;
  transform: translateY(6px) rotate(-33deg);
}
.type-a .hamburger.open span:nth-of-type(2) {
  /*真ん中の線を消す*/
  opacity: 0;
}
.type-a .hamburger.open span:nth-of-type(3) {
  /*下の線を左斜めにする*/
  top: 22px;
  transform: translateY(-6px) rotate(33deg);
}
.type-a #header-menu {
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: -100;
  padding-top: 20px;
}
.type-a .header-menu-list {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
  color: #fff;
  flex-wrap: wrap;
}
.type-a .header-menu-list > div {
  width: 17%;
  margin-bottom: 20px;
}
.type-a .header-menu-list > div:not(:nth-of-type(5n)) {
  width: 17%;
  margin-right: 3.6%;
}
.type-a .header-menu-list div strong {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.type-a .header-menu-list div span {
  display: none;
  font-size: 1rem;
}
.type-a .header-menu-title {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.type-a .header-menu-sublist {
  display: none;
  font-size: 1.3rem;
}
.type-a .header-menu-sublist a {
  text-decoration: none;
}
.type-a .header-menu-sublist a:hover {
  text-decoration: underline;
}
.type-a .header-menu-sublist p {
  margin-bottom: 5px;
}
.type-a .container {
  padding: 0 10px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.type-a h3 {
  text-align: center;
  font-size: 2.2rem;
}
.type-a h4 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.type-a .block-slider {
  margin-bottom: 80px;
}
.type-a .block-notice h2 {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background-color: #EB5605;
  border-radius: 10px;
  width: 20%;
  text-align: center;
  margin-left: 25px;
  z-index: 10;
}
.type-a .block-notice dl.notice {
  position: relative;
  color: #fff;
  border: 1px solid #EB5605;
  border-radius: 10px;
  margin-top: -15px;
  padding: 50px 40px 30px 40px;
  margin-bottom: 0;
}
.type-a .block-notice dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-a .block-notice dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-a .block-notice dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-a .block-notice dl.notice div dd {
  width: 90%;
  background-image: url("../images/icon/arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.type-a section.block-pickup {
  color: #fff;
  margin-bottom: 80px;
}
.type-a section.block-pickup h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-a section.block-pickup h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-a section.block-pickup .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.type-a section.block-pickup .pickup-image {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080/810;
  background-color: #333;
}
.type-a section.block-pickup .pickup-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出し部分をカットして全体を埋める */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.type-a section.block-pickup .pickup-date {
  margin-bottom: 7px;
}
.type-a section.block-pickup .pickup-title {
  margin-bottom: 20px;
}
.type-a section.block-pickup .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.type-a section.block-pickup .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.type-a section.block-pickup .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-a section.block-pickup-image {
  color: #fff;
  margin-bottom: 80px;
}
.type-a section.block-pickup-image h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-a section.block-pickup-image h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: 26px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-a section.block-pickup-image h2 span {
  padding-top: 24px;
  display: block;
  font-size: 1.2rem;
}
.type-a section.block-pickup-image .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.type-a section.block-pickup-image .pickup-image {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080/810;
  background-color: #333;
}
.type-a section.block-pickup-image .pickup-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出し部分をカットして全体を埋める */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.type-a section.block-pickup-image .pickup-date {
  margin-bottom: 7px;
}
.type-a section.block-pickup-image .pickup-title {
  margin-bottom: 20px;
}
.type-a section.block-pickup-image .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.type-a section.block-pickup-image .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.type-a section.block-pickup-image .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-a section.block-service-contents {
  color: #fff;
  margin-bottom: 80px;
}
.type-a section.block-service-contents h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-a section.block-service-contents h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: 26px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-a section.block-service-contents h2 span {
  padding-top: 24px;
  display: block;
  font-size: 1.2rem;
}
.type-a section.block-service-contents .service-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s;
}
.type-a section.block-service-contents .service-contents > div {
  width: 31%;
  margin-bottom: 40px;
}
.type-a section.block-service-contents .service-contents::after {
  content: "";
  display: block;
  width: 31%;
}
.type-a section.block-service-contents .service-contents a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
.type-a section.block-service-contents .service-contents-image {
  margin-bottom: 5px;
}
.type-a section.block-service-contents .service-contents-title {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  background-image: url("../images/icon/arrow-right-l.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
.type-a section.block-whats {
  color: #fff;
  margin-bottom: 80px;
  /*background-image: url("../images/bgr-body02.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}
.type-a section.block-whats h2 {
  width: 41%;
  max-width: 464px;
}
.type-a section.block-whats .whats {
  display: flex;
  justify-content: space-between;
}
.type-a section.block-whats .whats-list {
  width: 50%;
  max-width: 560px;
  border-top: 1px solid #fff;
}
.type-a section.block-whats .whats-list a {
  display: block;
}
.type-a section.block-whats .whats-list a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.type-a section.block-whats .whats-list div {
  display: flex;
  background-image: url("../images/btn/arrow-c-right.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding: 45px 0;
  border-bottom: 1px solid #fff;
}
.type-a section.block-whats .whats-list div:hover {
  background-image: url("../images/btn/arrow-c-right-o.svg");
}
.type-a section.block-whats .whats-list div p:nth-of-type(1) {
  margin-right: 22px;
}
.type-a section.block-whats .whats-list div p:nth-of-type(2) span {
  display: block;
}
.type-a section.block-recommend-program {
  color: #fff;
  margin-bottom: 80px;
}
.type-a section.block-recommend-program h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-a section.block-recommend-program h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: 26px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-a section.block-recommend-program h2 span {
  padding-top: 24px;
  display: block;
  font-size: 1.2rem;
}
.type-a section.block-recommend-program .recommend-program {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.type-a section.block-recommend-program .recommend-program::after {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  background-image: url("../images/lesmills.svg");
  top: -10%;
  right: 20%;
  z-index: 10;
}
.type-a section.block-recommend-program .recommend-program div {
  width: 31%;
}
.type-a section.block-recommend-program .recommend-program div:nth-of-type(2) {
  margin-top: 60px;
}
.type-a section.block-recommend-program .recommend-program-image {
  margin-bottom: 15px;
}
.type-a section.block-recommend-program .recommend-program-title {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-a .block-news {
  margin-bottom: 80px;
}
.type-a .block-news h2 {
  position: relative;
  font-size: 1.8rem;
  width: 150px;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
  background-color: #000;
}
.type-a .block-news h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
.type-a .block-news dl.notice {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: -15px;
  padding: 50px 40px 30px 40px;
  margin-bottom: 40px;
}
.type-a .block-news dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-a .block-news dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-a .block-news dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-a .block-news dl.notice div dd:nth-of-type(1) {
  background-color: #EB5605;
  border-radius: 10px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
}
.type-a .block-news dl.notice div dd:nth-of-type(2) {
  width: 90%;
  background-image: url("../images/icon/arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.type-a section.block-store-list {
  color: #fff;
  margin-bottom: 80px;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.type-a section.block-store-list h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-a section.block-store-list h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: 26px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-a section.block-store-list h2 span {
  padding-top: 24px;
  display: block;
  font-size: 1.2rem;
}
.type-a section.block-store-list .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.type-a section.block-store-list .tab-label {
  color: White;
  background: #000;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 15%;
  text-align: center;
  padding: 14px;
}
.type-a section.block-store-list .tab-label:hover {
  background-color: #EB5605;
  cursor: pointer;
  border: none;
}
.type-a section.block-store-list .tab-content {
  width: 100%;
  display: none;
}
.type-a section.block-store-list .tab-switch:checked + .tab-label {
  background: #EB5605;
  border: none;
}
.type-a section.block-store-list .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.type-a section.block-store-list .tab-switch {
  display: none;
}
.type-a .store-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  margin-bottom: 0;
}
.type-a .store-list a:hover {
  color: #EB5605;
}
.type-a .store-list li {
  padding-right: 40px;
  margin-bottom: 10px;
}
.type-a .store-list li span {
  padding-left: 10px;
  vertical-align: middle;
}
.type-a .store-list li span img {
  display: inline-block;
  width: auto;
}
.type-a footer {
  position: relative;
  border-top: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
.type-a footer .footer-sns-list {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.type-a footer .footer-sns-list li {
  padding-left: 12px;
}
.type-a footer .footer-sns-list img {
  width: auto;
}
.type-a .block-contents-menu {
  position: relative;
}
.type-a .block-contents-menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  gap: 30px;
}
.type-a .block-contents-menu ul li {
  border: 1px solid #fff;
  width: 30%;
}
.type-a .block-contents-menu ul a {
  display: block;
  transition: 0.3s;
  padding: 20px;
}
.type-a .block-contents-menu ul a:hover {
  text-decoration: none;
  transition: 0.3s;
  background-color: #666;
}
.type-a .block-contents-menu ul a p:nth-of-type(1) span {
  font-size: 1.2rem;
  display: block;
}
.type-a .block-contents-menu ul a p:nth-of-type(2) {
  max-width: 85px;
  margin: 10px auto;
}
.type-a .service-site-menu {
  border-top: 1px dotted #fff;
  padding: 40px 0;
}
.type-a .service-site-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.type-a .service-site-menu ul li {
  margin-right: 20px;
}
.type-a .service-site-menu ul a {
  color: #fff;
}
.type-a .header-menu-list-s .header-menu-title {
  transition: 0.3s;
}
.type-a .header-menu-list-s .header-menu-title:hover {
  background-color: #383838;
  transition: 0.3s;
}

/****type-A END*****/
/****type-B*****/
.type-b {
  /*****/
}
.type-b header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 50;
  top: 0;
  padding: 14px 25px;
  background-color: rgba(255, 255, 255, 0.85);
}
.type-b nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}
.type-b #header-menu {
  display: none;
  list-style: none;
}
.type-b #header-menu li a {
  padding: 8px;
  font-size: 16px;
  color: #464646;
  display: block;
  text-align: center;
  text-decoration: none;
}
.type-b #header-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 200;
}
.type-b .header-menu-list {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
  color: #000;
  flex-wrap: wrap;
}
.type-b .header-menu-list > div {
  width: 17%;
  margin-bottom: 20px;
}
.type-b .header-menu-list > div:not(:nth-of-type(5n)) {
  width: 17%;
  margin-right: 3.6%;
}
.type-b .header-menu-list div strong {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.type-b .header-menu-list div span {
  display: none;
  font-size: 1rem;
}
.type-b .header-menu-title {
  border-bottom: 1px solid #333;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.type-b .header-menu-title + .header-menu-title {
  margin-top: 40px;
}
.type-b .header-menu-sublist {
  display: none;
  font-size: 1.3rem;
}
.type-b .header-menu-sublist a {
  text-decoration: none;
}
.type-b .header-menu-sublist a:hover {
  text-decoration: underline;
}
.type-b .header-menu-sublist p {
  margin-bottom: 5px;
}
.type-b .container {
  padding: 0 10px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.type-b h3 {
  text-align: center;
  font-size: 2.2rem;
}
.type-b h4 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.type-b .block-slider {
  margin-bottom: 80px;
}
.type-b .block-notice h2 {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background-color: #EB5605;
  border-radius: 10px;
  width: 20%;
  text-align: center;
  margin-left: 25px;
  z-index: 10;
}
.type-b .block-notice dl.notice {
  position: relative;
  color: #000;
  border: 1px solid #EB5605;
  border-radius: 10px;
  margin-top: -15px;
  padding: 50px 40px 30px 40px;
  margin-bottom: 40px;
}
.type-b .block-notice dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-b .block-notice dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-b .block-notice dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-b .block-notice dl.notice div dd {
  width: 90%;
  background-image: url("../images/icon/arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.type-b section.block-pickup {
  color: #000;
  margin-bottom: 80px;
}
.type-b section.block-pickup h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-b section.block-pickup h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-b section.block-pickup .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.type-b section.block-pickup .pickup-image {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080/810;
  background-color: #333;
}
.type-b section.block-pickup .pickup-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出し部分をカットして全体を埋める */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.type-b section.block-pickup .pickup-date {
  margin-bottom: 7px;
}
.type-b section.block-pickup .pickup-title {
  margin-bottom: 20px;
}
.type-b section.block-pickup .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #000;
}
.type-b section.block-pickup .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.type-b section.block-pickup .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-b section.block-pickup-image {
  color: #000;
  margin-bottom: 80px;
}
.type-b section.block-pickup-image h2 {
  position: relative;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-b section.block-pickup-image h2::before {
  background-color: #000;
  border-radius: 5px;
  bottom: 26px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-b section.block-pickup-image h2 span {
  padding-top: 24px;
  display: block;
  font-size: 1.2rem;
  color: #CBA457;
}
.type-b section.block-pickup-image .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.type-b section.block-pickup-image .pickup-image {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080/810;
  background-color: #333;
}
.type-b section.block-pickup-image .pickup-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出し部分をカットして全体を埋める */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.type-b section.block-pickup-image .pickup-date {
  margin-bottom: 7px;
}
.type-b section.block-pickup-image .pickup-title {
  margin-bottom: 20px;
}
.type-b section.block-pickup-image .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #000;
}
.type-b section.block-pickup-image .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.type-b section.block-pickup-image .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-b section.block-service-contents {
  color: #000;
  margin-bottom: 80px;
}
.type-b section.block-service-contents h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-b section.block-service-contents h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-b section.block-service-contents .service-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.type-b section.block-service-contents .service-contents > div {
  width: 31%;
  margin-bottom: 40px;
}
.type-b section.block-service-contents .service-contents::after {
  content: "";
  width: 31%;
  display: block;
}
.type-b section.block-service-contents .service-contents-image {
  margin-bottom: 5px;
}
.type-b section.block-service-contents .service-contents-title {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  background-image: url("../images/icon/arrow-s-right-b.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
.type-b section.block-plan {
  color: #000;
  margin-bottom: 80px;
  background-image: url("../images/image-plan.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
.type-b section.block-plan.matsutou {
  background-image: url("../images/image-plan02.png");
}
.type-b section.block-plan h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-b section.block-plan h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-b section.block-plan .plan-slider {
  margin-bottom: 40px;
}
.type-b section.block-plan .plan-slider div.slick-slide {
  margin: 0 10px;
}
.type-b section.block-plan .plan-slider-contents {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}
.type-b section.block-plan .plan-slider-contents p:nth-of-type(1) {
  font-weight: 700;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.type-b section.block-plan .plan-slider-contents p:nth-of-type(2) {
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  display: none;
}
.type-b section.block-plan .plan-slider-contents p:nth-of-type(3) {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: #EB5605;
  margin-bottom: 10px;
}
.type-b section.block-plan .plan-slider-contents p:nth-of-type(4) {
  margin-bottom: 10px;
  font-size: 1.35rem;
  text-align: left;
}
.type-b section.block-plan .plan-slider-contents p:nth-of-type(5) {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
}
.type-b section.block-plan .plan-slider-contents p:nth-of-type(5) span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-b section.block-plan .plan-more {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  width: 120px;
  border-radius: 16px;
  border: 1px solid #000;
  margin: 20px auto 0 auto;
}
.type-b section.block-plan .plan-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}
.type-b section.block-plan .plan-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-b section.block-topics {
  color: #000;
  margin-bottom: 80px;
}
.type-b section.block-topics h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-b section.block-topics h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-b section.block-topics .topics-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  color: #fff;
}
.type-b section.block-topics .topics-contents > div {
  width: 24%;
  margin-bottom: 40px;
}
.type-b section.block-topics .topics-contents > div a {
  position: relative;
}
.type-b section.block-topics .topics-contents > div a span {
  display: block;
  margin-bottom: 20px;
}
.type-b section.block-topics .topics-contents > div a span img {
  width: auto;
  margin: 0 auto;
}
.type-b section.block-topics .topics-contents > div a p:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.type-b section.block-whats {
  color: #fff;
  margin-bottom: 80px;
  /*background-image: url("../images/bgr-body02.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}
.type-b section.block-whats h2 {
  width: 41%;
  max-width: 464px;
}
.type-b section.block-whats .whats {
  display: flex;
  justify-content: space-between;
}
.type-b section.block-whats .whats-list {
  width: 50%;
  max-width: 560px;
  border-top: 1px solid #fff;
}
.type-b section.block-whats .whats-list a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.type-b section.block-whats .whats-list div {
  display: flex;
  background-image: url("../images/btn/arrow-c-right.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding: 45px 0;
  border-bottom: 1px solid #fff;
}
.type-b section.block-whats .whats-list div:hover {
  background-image: url("../images/btn/arrow-c-right-o.svg");
}
.type-b section.block-whats .whats-list div p:nth-of-type(1) {
  margin-right: 22px;
}
.type-b section.block-whats .whats-list div p:nth-of-type(2) span {
  display: block;
}
.type-b section.block-recommend-program {
  color: #fff;
  background-image: url("../images/image-recommend.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  margin-bottom: 60px;
}
.type-b section.block-recommend-program h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-b section.block-recommend-program h2 span {
  display: block;
  color: #CBA457;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-top: 10px;
}
.type-b section.block-recommend-program .recommend-program {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.type-b section.block-recommend-program .recommend-program div {
  width: 31%;
}
.type-b section.block-recommend-program .recommend-program-image {
  margin-bottom: 15px;
}
.type-b section.block-recommend-program .recommend-program-title {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-b .block-news {
  margin-bottom: 80px;
}
.type-b .block-news h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-b .block-news h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-b .block-news dl.notice {
  position: relative;
  color: #000;
  border-radius: 10px;
  margin-top: -15px;
  padding: 50px 0 30px 0;
  margin-bottom: 40px;
}
.type-b .block-news dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-b .block-news dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-b .block-news dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-b .block-news dl.notice div dd:nth-of-type(1) {
  background-color: #EB5605;
  border-radius: 10px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
}
.type-b .block-news dl.notice div dd:nth-of-type(2) {
  width: 90%;
  background-image: url("../images/icon/arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.type-b .block-store-information {
  background-image: url("../images/image-store-info-b.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
}
.type-b .block-store-information h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
  font-weight: 700 !important;
}
.type-b .block-store-information h2 span {
  display: block;
  font-size: 1.2rem;
}
.type-b .block-store-information h2 span::before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
.type-b .block-access {
  padding: 70px 0;
  background-color: #fff;
}
.type-b .block-access h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-b .block-access h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-b .block-access h3 {
  text-align: left;
  margin-bottom: 60px;
}
.type-b .block-access .business-hours {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.type-b .block-access .business-hours > div {
  width: 22%;
}
.type-b .block-access .business-hours table {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 5px;
}
.type-b .block-access .business-hours .day {
  text-align: center;
  padding-right: 15px;
}
.type-b .block-access .business-hours .area {
  border: 1px solid #000;
  padding: 4px;
  margin-bottom: 15px;
}
.type-b .block-access .memo {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-b .block-access .business-hours-info {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.type-b .block-access .parking {
  text-align: center;
}
.type-b .block-access .parking a {
  display: inline;
  text-decoration: underline;
}
.type-b .block-access .parking p {
  margin-bottom: 15px;
}
.type-b .block-access .parking p:nth-of-type(1) {
  border: 1px solid #000;
  width: 80%;
  max-width: 200px;
  margin: 0 auto 15px auto;
  padding: 4px;
}
.type-b section.block-store-list {
  color: #000;
  margin-bottom: 80px;
  padding-top: 100px;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.type-b section.block-store-list h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-b section.block-store-list h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-b section.block-store-list .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.type-b section.block-store-list .tab-label {
  color: #000;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
  border: 1px solid #000;
  border-radius: 10px;
  width: 15%;
  text-align: center;
  padding: 14px;
}
.type-b section.block-store-list .tab-label:hover {
  background-color: #EB5605;
  cursor: pointer;
  border: none;
}
.type-b section.block-store-list .tab-content {
  width: 100%;
  display: none;
}
.type-b section.block-store-list .tab-switch:checked + .tab-label {
  background: #EB5605;
  border: none;
  color: #fff;
}
.type-b section.block-store-list .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.type-b section.block-store-list .tab-switch {
  display: none;
}
.type-b .store-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  margin-bottom: 0;
}
.type-b .store-list a:hover {
  color: #EB5605;
}
.type-b .store-list li {
  padding-right: 40px;
  margin-bottom: 10px;
}
.type-b .store-list li span {
  padding-left: 10px;
  vertical-align: middle;
}
.type-b .store-list li span img {
  display: inline-block;
  width: auto;
}
.type-b footer {
  position: relative;
  border-top: 1px solid #000;
  text-align: center;
  color: #000;
  padding: 30px 0;
}
.type-b footer .footer-sns-list {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.type-b footer .footer-sns-list li {
  padding-left: 12px;
}
.type-b footer .footer-sns-list img {
  width: auto;
}
.type-b .header-menu-list-s .header-menu-title {
  transition: 0.3s;
}
.type-b .header-menu-list-s .header-menu-title:hover {
  background-color: #e9e9e9;
  transition: 0.3s;
}
.type-b .service-site-menu {
  border-top: 1px dotted #000;
  padding: 40px 0;
}
.type-b .service-site-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.type-b .service-site-menu ul li {
  margin-right: 20px;
}
.type-b .service-site-menu ul a {
  color: #000;
}

/****type-B END*****/
/****type-C*****/
.type-c {
  /*****/
}
.type-c header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 50;
  top: 0;
  padding: 14px 25px;
  background-color: rgba(255, 255, 255, 0.85);
}
.type-c nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}
.type-c #header-menu {
  display: none;
  list-style: none;
}
.type-c #header-menu li a {
  padding: 8px;
  font-size: 16px;
  color: #464646;
  display: block;
  text-align: center;
  text-decoration: none;
}
.type-c #header-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 200;
}
.type-c .header-menu-list {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
  color: #000;
  flex-wrap: wrap;
}
.type-c .header-menu-list > div {
  width: 17%;
  margin-bottom: 20px;
}
.type-c .header-menu-list > div:not(:nth-of-type(5n)) {
  width: 17%;
  margin-right: 3.6%;
}
.type-c .header-menu-list div strong {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.type-c .header-menu-list div span {
  display: none;
  font-size: 1rem;
}
.type-c .header-menu-title {
  border-bottom: 1px solid #333;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.type-c .header-menu-title + .header-menu-title {
  margin-top: 40px;
}
.type-c .header-menu-sublist {
  display: none;
  font-size: 1.3rem;
}
.type-c .header-menu-sublist a {
  text-decoration: none;
}
.type-c .header-menu-sublist a:hover {
  text-decoration: underline;
}
.type-c .header-menu-sublist p {
  margin-bottom: 5px;
}
.type-c .container {
  padding: 0 10px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.type-c h3 {
  text-align: center;
  font-size: 2.2rem;
}
.type-c h4 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.type-c .block-slider {
  position: relative;
  margin-bottom: 150px;
}
.type-c .block-slider::after {
  content: "";
  width: 100%;
  max-width: 410px;
  height: 220px;
  position: absolute;
  background-image: url("../images/image-typec.svg");
  background-repeat: no-repeat;
  z-index: 10;
  bottom: -1px;
  right: 0;
}
.type-c .block-notice {
  margin-bottom: 80px;
  position: relative;
}
.type-c .block-notice::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 286px;
  height: 417px;
  background-image: url("../images/bgr-typec-001.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}
.type-c .block-notice h2 {
  position: relative;
  font-size: 1.8rem;
  color: #EB5605;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
}
.type-c .block-notice dl.notice {
  position: relative;
  color: #000;
  border: 1px solid #EB5605;
  border-radius: 10px;
  padding: 130px 40px 30px 40px;
  margin-bottom: 40px;
  margin-top: -80px;
  background-color: #fff;
}
.type-c .block-notice dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-c .block-notice dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-c .block-notice dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-c .block-notice dl.notice div dd {
  width: 90%;
  background-image: url("../images/icon/arrow-s-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.type-c section.block-pickup {
  color: #000;
  margin-bottom: 80px;
  position: relative;
}
.type-c section.block-pickup h2 {
  position: relative;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 40px;
}
.type-c section.block-pickup h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-c section.block-pickup .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.type-c section.block-pickup .pickup-image {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080/810;
  background-color: #333;
}
.type-c section.block-pickup .pickup-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出し部分をカットして全体を埋める */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.type-c section.block-pickup .pickup-date {
  margin-bottom: 7px;
}
.type-c section.block-pickup .pickup-title {
  margin-bottom: 20px;
}
.type-c section.block-pickup .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #000;
}
.type-c section.block-pickup .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.type-c section.block-pickup .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-c section.block-pickup-image {
  color: #000;
  margin-bottom: 80px;
  position: relative;
  background-size: contain;
  background-position: bottom;
  overflow: visible;
}
.type-c section.block-pickup-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bgr-pickup-typec.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
  z-index: -1;
}
.type-c section.block-pickup-image h2 {
  position: relative;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 40px;
}
.type-c section.block-pickup-image h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-c section.block-pickup-image .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.type-c section.block-pickup-image .pickup-image {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080/810;
  background-color: #333;
}
.type-c section.block-pickup-image .pickup-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出し部分をカットして全体を埋める */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.type-c section.block-pickup-image .pickup-date {
  margin-bottom: 7px;
}
.type-c section.block-pickup-image .pickup-title {
  margin-bottom: 20px;
}
.type-c section.block-pickup-image .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #000;
}
.type-c section.block-pickup-image .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.type-c section.block-pickup-image .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-c section.block-service-contents {
  color: #000;
  margin-bottom: 80px;
  position: relative;
}
.type-c section.block-service-contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 600px;
  height: 600px;
  background-image: url("../images/bgr-typec-002.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}
.type-c section.block-service-contents h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  text-transform: uppercase;
  color: #000;
  text-align: left;
}
.type-c section.block-service-contents a:hover {
  text-decoration: none;
  opacity: 0.8;
  border-radius: 16px;
}
.type-c section.block-service-contents .service-contents-header {
  display: flex;
  justify-content: space-between;
}
.type-c section.block-service-contents .service-contents-header .btn-base {
  background-color: #4DABE5 !important;
  max-width: 120px;
  background-image: none;
  margin: 0 0 0 auto;
}
.type-c section.block-service-contents .service-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.type-c section.block-service-contents .service-contents > div {
  width: 31%;
  margin-bottom: 40px;
}
.type-c section.block-service-contents .service-contents::after {
  content: "";
  display: block;
  width: 31%;
}
.type-c section.block-service-contents .service-contents-image {
  margin-bottom: 20px;
}
.type-c section.block-service-contents .service-contents-title {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-c section.block-service-contents-adult {
  color: #000;
  margin-bottom: 80px;
}
.type-c section.block-service-contents-adult h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  text-transform: uppercase;
  color: #000;
  text-align: left;
}
.type-c section.block-service-contents-adult a {
  color: #000;
}
.type-c section.block-service-contents-adult a:hover {
  text-decoration: none;
  opacity: 0.8;
  border-radius: 16px;
}
.type-c section.block-service-contents-adult .service-contents-header {
  display: flex;
  justify-content: space-between;
}
.type-c section.block-service-contents-adult .service-contents-header .btn-base {
  background-color: #fff !important;
  max-width: 120px;
  background-image: none;
  margin: 0 0 0 auto;
  border: 1px solid #000;
}
.type-c section.block-service-contents-adult .service-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.type-c section.block-service-contents-adult .service-contents > div {
  width: 31%;
  margin-bottom: 40px;
}
.type-c section.block-service-contents-adult .service-contents-image {
  margin-bottom: 20px;
}
.type-c section.block-service-contents-adult .service-contents-title {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-c section.block-plan {
  position: relative;
  color: #000;
  padding-bottom: 80px;
  padding-top: 40px;
  background-image: url("../images/bgr-plan-typec.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #C4E5C2;
}
.type-c section.block-plan::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -50px;
  width: 389px;
  height: 248px;
  background-image: url("../images/bgr-typec-003.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 10;
}
.type-c section.block-plan h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-c section.block-plan h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-c section.block-plan .plan-slider {
  margin-bottom: 40px;
}
.type-c section.block-plan .plan-slider div.slick-slide {
  margin: 0 10px;
}
.type-c section.block-plan .plan-slider-contents {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.type-c section.block-plan .plan-slider-contents p:nth-of-type(1) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.type-c section.block-plan .plan-slider-contents p:nth-of-type(2) {
  margin-bottom: 10px;
  display: none;
}
.type-c section.block-plan .plan-slider-contents p:nth-of-type(3) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 10px;
}
.type-c section.block-plan .plan-slider-contents p:nth-of-type(4) {
  position: relative;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 30px;
}
.type-c section.block-plan .plan-slider-contents p:nth-of-type(4)::before {
  background-color: #707070;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-c section.block-plan .plan-slider-contents p:nth-of-type(5) {
  font-weight: 700;
  margin-bottom: 10px;
}
.type-c section.block-plan .plan-slider-contents p:nth-of-type(6) {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-c section.block-plan .plan-more {
  color: #fff;
  font-size: 0.9rem;
  width: 120px;
  border-radius: 16px;
  margin: 0 auto;
  background-color: #4DABE5;
}
.type-c section.block-plan .plan-more a {
  padding: 8px 16px;
}
.type-c section.block-plan .plan-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-c section.block-plan-adult {
  color: #000;
  padding-bottom: 80px;
  padding-top: 40px;
  background-color: #F0EFF0;
}
.type-c section.block-plan-adult h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-c section.block-plan-adult h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-c section.block-plan-adult .plan-slider {
  margin-bottom: 40px;
}
.type-c section.block-plan-adult .plan-slider div.slick-slide {
  margin: 0 10px;
}
.type-c section.block-plan-adult .plan-slider-contents {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.type-c section.block-plan-adult .plan-slider-contents p:nth-of-type(1) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.type-c section.block-plan-adult .plan-slider-contents p:nth-of-type(2) {
  margin-bottom: 10px;
  display: none;
}
.type-c section.block-plan-adult .plan-slider-contents p:nth-of-type(3) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 10px;
}
.type-c section.block-plan-adult .plan-slider-contents p:nth-of-type(4) {
  position: relative;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 30px;
}
.type-c section.block-plan-adult .plan-slider-contents p:nth-of-type(4)::before {
  background-color: #707070;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-c section.block-plan-adult .plan-slider-contents p:nth-of-type(5) {
  font-weight: 700;
  margin-bottom: 10px;
}
.type-c section.block-plan-adult .plan-slider-contents p:nth-of-type(6) {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-c section.block-plan-adult .plan-more {
  color: #fff;
  font-size: 0.9rem;
  width: 120px;
  border-radius: 16px;
  margin: 0 auto;
  background-color: #4DABE5;
}
.type-c section.block-plan-adult .plan-more a {
  padding: 8px 16px;
}
.type-c section.block-plan-adult .plan-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-c section.block-topics {
  color: #000;
  background-position: center bottom;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #C4E5C2;
}
.type-c section.block-topics h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
}
.type-c section.block-topics h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  display: block;
}
.type-c section.block-topics .topics-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  color: #fff;
}
.type-c section.block-topics .topics-contents > div {
  width: 24%;
  margin-bottom: 40px;
}
.type-c section.block-topics .topics-contents > div a {
  position: relative;
}
.type-c section.block-topics .topics-contents > div a span {
  display: block;
  margin-bottom: 20px;
}
.type-c section.block-topics .topics-contents > div a span img {
  width: auto;
  margin: 0 auto;
}
.type-c section.block-topics .topics-contents > div a p:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.type-c section.block-whats {
  color: #fff;
  margin-bottom: 80px;
  /*background-image: url("../images/bgr-body02.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}
.type-c section.block-whats h2 {
  width: 41%;
  max-width: 464px;
}
.type-c section.block-whats .whats {
  display: flex;
  justify-content: space-between;
}
.type-c section.block-whats .whats-list {
  width: 50%;
  max-width: 560px;
  border-top: 1px solid #fff;
}
.type-c section.block-whats .whats-list a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.type-c section.block-whats .whats-list div {
  display: flex;
  background-image: url("../images/btn/arrow-c-right.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding: 45px 0;
  border-bottom: 1px solid #fff;
}
.type-c section.block-whats .whats-list div:hover {
  background-image: url("../images/btn/arrow-c-right-o.svg");
}
.type-c section.block-whats .whats-list div p:nth-of-type(1) {
  margin-right: 22px;
}
.type-c section.block-whats .whats-list div p:nth-of-type(2) span {
  display: block;
}
.type-c section.block-recommend-program {
  color: #fff;
  background-image: url("../images/image-recommend.png");
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.type-c section.block-recommend-program h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-c section.block-recommend-program h2 span {
  display: block;
  color: #CBA457;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-top: 10px;
}
.type-c section.block-recommend-program .recommend-program {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.type-c section.block-recommend-program .recommend-program div {
  width: 31%;
}
.type-c section.block-recommend-program .recommend-program-image {
  margin-bottom: 15px;
}
.type-c section.block-recommend-program .recommend-program-title {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-c .block-news {
  margin-bottom: 80px;
}
.type-c .block-news h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 40px auto;
  color: #000;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
}
.type-c .block-news h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-c .block-news dl.notice {
  position: relative;
  color: #000;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #BFBFBF;
}
.type-c .block-news dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-c .block-news dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-c .block-news dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-c .block-news dl.notice div dd:nth-of-type(1) {
  background-color: #C43C90;
  border-radius: 10px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
}
.type-c .block-news dl.notice div dd:nth-of-type(2) {
  width: 90%;
  background-image: url("../images/icon/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.type-c .block-store-information {
  background-image: url("../images/image-store-info-c.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
}
.type-c .block-store-information h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
  font-weight: 700 !important;
}
.type-c .block-store-information h2 span {
  display: block;
  font-size: 1.2rem;
}
.type-c .block-store-information h2 span::before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
.type-c .block-access {
  padding: 70px 0;
  background-color: #fff;
}
.type-c .block-access h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-c .block-access h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-c .block-access h3 {
  text-align: left;
  margin-bottom: 60px;
}
.type-c .block-access .business-hours {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.type-c .block-access .business-hours > div {
  width: 22%;
}
.type-c .block-access .business-hours table {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 5px;
}
.type-c .block-access .business-hours .day {
  text-align: center;
  padding-right: 15px;
}
.type-c .block-access .business-hours .area {
  border: 1px solid #000;
  padding: 4px;
  margin-bottom: 15px;
}
.type-c .block-access .memo {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-c .block-access .business-hours-info {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.type-c .block-access .parking {
  text-align: center;
}
.type-c .block-access .parking a {
  display: inline;
  text-decoration: underline;
}
.type-c .block-access .parking p {
  margin-bottom: 15px;
}
.type-c .block-access .parking p:nth-of-type(1) {
  border: 1px solid #000;
  width: 80%;
  max-width: 200px;
  margin: 0 auto 15px auto;
  padding: 4px;
}
.type-c section.block-store-list {
  color: #000;
  margin-bottom: 80px;
  padding-top: 100px;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.type-c section.block-store-list h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-c section.block-store-list h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-c section.block-store-list .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.type-c section.block-store-list .tab-label {
  color: #000;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
  border: 1px solid #000;
  border-radius: 10px;
  width: 15%;
  text-align: center;
  padding: 14px;
}
.type-c section.block-store-list .tab-label:hover {
  background-color: #EB5605;
  cursor: pointer;
  border: none;
}
.type-c section.block-store-list .tab-content {
  width: 100%;
  display: none;
}
.type-c section.block-store-list .tab-switch:checked + .tab-label {
  background: #EB5605;
  border: none;
  color: #fff;
}
.type-c section.block-store-list .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.type-c section.block-store-list .tab-switch {
  display: none;
}
.type-c .store-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  margin-bottom: 0;
}
.type-c .store-list a:hover {
  color: #EB5605;
}
.type-c .store-list li {
  padding-right: 40px;
  margin-bottom: 10px;
}
.type-c .store-list li span {
  padding-left: 10px;
  vertical-align: middle;
}
.type-c .store-list li span img {
  display: inline-block;
  width: auto;
}
.type-c footer {
  position: relative;
  border-top: 1px solid #000;
  text-align: center;
  color: #000;
  padding: 30px 0;
}
.type-c footer .footer-sns-list {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.type-c footer .footer-sns-list li {
  padding-left: 12px;
}
.type-c footer .footer-sns-list img {
  width: auto;
}
.type-c .header-menu-list-s .header-menu-title {
  transition: 0.3s;
}
.type-c .header-menu-list-s .header-menu-title:hover {
  background-color: #e9e9e9;
  transition: 0.3s;
}
.type-c .service-site-menu {
  border-top: 1px dotted #000;
  padding: 40px 0;
}
.type-c .service-site-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.type-c .service-site-menu ul li {
  margin-right: 20px;
}
.type-c .service-site-menu ul a {
  color: #000;
}

/****type-C END*****/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.plan-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
  border-radius: 10px;
}
.plan-section li {
  text-align: center;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  color: #fff;
}
.plan-section li:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #fff;
}
.plan-section li:nth-of-type(1) a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 20px;
  border-radius: 10px;
  border-radius: 10px 0 0 10px;
  background-color: #cacaca;
}
.plan-section li:nth-of-type(1) a:hover {
  background-color: #EB5605;
  transition: 0.3s;
}
.plan-section li:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
.plan-section li:nth-of-type(2) a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 20px;
  border-radius: 10px;
  border-radius: 0 10px 10px 0;
  background-color: #cacaca;
}
.plan-section li:nth-of-type(2) a:hover {
  background-color: #EB5605;
  transition: 0.3s;
}
.plan-section li.active {
  padding: 20px;
  background-color: #EB5605;
}

.plan-base {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
}
.plan-base p {
  background-color: #fff;
  padding: 20px;
  background-color: #f5f5f5;
}

.plan-title {
  margin-top: 40px !important;
  margin-bottom: 20px;
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem) !important;
  border-bottom: 1px solid #EB5605;
  padding-bottom: 20px;
}

.plan-subtitle {
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  position: relative;
  margin-bottom: 40px !important;
}
.plan-subtitle::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.plan-price {
  margin-bottom: 30px !important;
}
.plan-price p:nth-of-type(1) {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: #EB5605;
  margin-bottom: 10px;
}
.plan-price p:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 1.35rem;
  text-align: left;
}
.plan-price p:nth-of-type(4) {
  margin-bottom: 20px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.plan-price p.plan-price-fee {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
}
.plan-price p.plan-price-fee span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}

.plan-price-detail {
  margin: 20px 0;
}
.plan-price-detail a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #666;
}

.slick-inner {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  border: 1px solid #dadada;
}

.slick-prev {
  left: -10px !important;
  z-index: 1000;
}

.slick-next {
  right: -10px !important;
  z-index: 1000;
}

.slick-prev:before {
  content: "←";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  color: #000 !important;
}

/****type-page*****/
.type-page {
  background-image: url("../images/bgr-typec.svg");
  background-size: contain;
  /****/
  /*****/
}
.type-page header {
  display: flex;
  align-items: center;
  width: 97%;
  z-index: 100;
  top: 20px;
  margin: auto;
  right: 0;
  left: 0;
  padding: 14px 25px;
}
.type-page h1 img {
  width: auto;
}
.type-page nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.type-page #header-menu {
  /*最初はナビゲーションボタンは非表示*/
  display: none;
  list-style: none;
}
.type-page #header-menu li a {
  padding: 8px;
  font-size: 16px;
  color: #464646;
  display: block;
  text-align: center;
  text-decoration: none;
}
.type-page .hamburger {
  position: absolute;
  top: 20px;
  right: 32px;
  cursor: pointer;
  width: 32px;
  height: 24px;
  z-index: 200;
}
.type-page .hamburger span {
  /*3本の線を作る*/
  transition: all 0.3s;
  position: absolute;
  height: 2px;
  background-color: #000000;
  width: 100%;
  z-index: 10;
}
.type-page .hamburger span:nth-of-type(1) {
  /*上の線の位置*/
  top: 4px;
}
.type-page .hamburger span:nth-of-type(2) {
  /*真ん中の線の位置*/
  top: 12px;
}
.type-page .hamburger span:nth-of-type(3) {
  /*下の線の位置*/
  top: 20px;
}
.type-page .hamburger.open span:nth-of-type(1) {
  /*openのとき、上の線を右斜めにする*/
  top: 10px;
  transform: translateY(6px) rotate(-33deg);
}
.type-page .hamburger.open span:nth-of-type(2) {
  /*真ん中の線を消す*/
  opacity: 0;
}
.type-page .hamburger.open span:nth-of-type(3) {
  /*下の線を左斜めにする*/
  top: 22px;
  transform: translateY(-6px) rotate(33deg);
}
.type-page #header-menu {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: -100;
}
.type-page .header-menu-list {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
  color: #000;
  flex-wrap: wrap;
}
.type-page .header-menu-list > div {
  width: 17%;
  margin-bottom: 20px;
}
.type-page .header-menu-list > div:not(:nth-of-type(5n)) {
  width: 17%;
  margin-right: 3.6%;
}
.type-page .header-menu-list div span {
  display: block;
  font-size: 1rem;
}
.type-page .header-menu-title {
  border-bottom: 1px solid #333;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.type-page .header-menu-title + .header-menu-title {
  margin-top: 40px;
}
.type-page .header-menu-sublist {
  display: none;
  font-size: 1.3rem;
}
.type-page .header-menu-sublist a {
  text-decoration: none;
}
.type-page .header-menu-sublist a:hover {
  text-decoration: underline;
}
.type-page .header-menu-sublist p {
  margin-bottom: 5px;
}
.type-page .container {
  padding: 0 10px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.type-page h3 {
  text-align: center;
  font-size: 2.2rem;
}
.type-page h4 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.type-page .block-slider {
  position: relative;
  margin-bottom: 80px;
}
.type-page .block-notice {
  margin-bottom: 80px;
}
.type-page .block-notice h2 {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background-color: #EB5605;
  border-radius: 10px;
  width: 20%;
  text-align: center;
  margin-left: 25px;
  z-index: 10;
}
.type-page .block-notice dl.notice {
  position: relative;
  color: #000;
  border: 1px solid #EB5605;
  border-radius: 10px;
  margin-top: -15px;
  padding: 50px 40px 30px 40px;
  margin-bottom: 40px;
}
.type-page .block-notice dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-page .block-notice dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-page .block-notice dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-page .block-notice dl.notice div dd {
  width: 90%;
  background-image: url("../images/icon/arrow-s-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.type-page section.block-pickup {
  color: #000;
  margin-bottom: 80px;
  position: relative;
}
.type-page section.block-pickup h2 {
  position: relative;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 40px;
}
.type-page section.block-pickup h2::before {
  background-color: #fff;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-page section.block-pickup .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.type-page section.block-pickup .pickup-image {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080/810;
  background-color: #333;
}
.type-page section.block-pickup .pickup-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出し部分をカットして全体を埋める */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.type-page section.block-pickup .pickup-date {
  margin-bottom: 7px;
}
.type-page section.block-pickup .pickup-title {
  margin-bottom: 20px;
}
.type-page section.block-pickup .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #000;
}
.type-page section.block-pickup .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.type-page section.block-pickup .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-page section.block-service-contents {
  color: #000;
  margin-bottom: 80px;
}
.type-page section.block-service-contents h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  text-transform: uppercase;
  color: #000;
  text-align: left;
}
.type-page section.block-service-contents a:hover {
  text-decoration: none;
  opacity: 0.8;
  border-radius: 16px;
}
.type-page section.block-service-contents .service-contents-header {
  display: flex;
  justify-content: space-between;
}
.type-page section.block-service-contents .service-contents-header .btn-base {
  background-color: #4DABE5 !important;
  max-width: 120px;
  background-image: none;
  margin: 0 0 0 auto;
}
.type-page section.block-service-contents .service-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.type-page section.block-service-contents .service-contents > div {
  width: 31%;
  margin-bottom: 40px;
}
.type-page section.block-service-contents .service-contents-image {
  margin-bottom: 20px;
}
.type-page section.block-service-contents .service-contents-title {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-page section.block-service-contents-adult {
  color: #000;
  margin-bottom: 80px;
}
.type-page section.block-service-contents-adult h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  text-transform: uppercase;
  color: #000;
  text-align: left;
}
.type-page section.block-service-contents-adult a {
  color: #000;
}
.type-page section.block-service-contents-adult a:hover {
  text-decoration: none;
  opacity: 0.8;
  border-radius: 16px;
}
.type-page section.block-service-contents-adult .service-contents-header {
  display: flex;
  justify-content: space-between;
}
.type-page section.block-service-contents-adult .service-contents-header .btn-base {
  background-color: #fff !important;
  max-width: 120px;
  background-image: none;
  margin: 0 0 0 auto;
  border: 1px solid #000;
}
.type-page section.block-service-contents-adult .service-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.type-page section.block-service-contents-adult .service-contents > div {
  width: 31%;
  margin-bottom: 40px;
}
.type-page section.block-service-contents-adult .service-contents-image {
  margin-bottom: 20px;
}
.type-page section.block-service-contents-adult .service-contents-title {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-page section.block-plan {
  color: #000;
  padding-bottom: 80px;
  padding-top: 40px;
  background-image: url("../images/bgr-plan-typec.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #C4E5C2;
}
.type-page section.block-plan h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-page section.block-plan h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-page section.block-plan .plan-slider {
  margin-bottom: 40px;
}
.type-page section.block-plan .plan-slider div.slick-slide {
  margin: 0 10px;
}
.type-page section.block-plan .plan-slider-contents {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.type-page section.block-plan .plan-slider-contents p:nth-of-type(1) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.type-page section.block-plan .plan-slider-contents p:nth-of-type(2) {
  margin-bottom: 10px;
}
.type-page section.block-plan .plan-slider-contents p:nth-of-type(3) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 10px;
}
.type-page section.block-plan .plan-slider-contents p:nth-of-type(4) {
  position: relative;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 30px;
}
.type-page section.block-plan .plan-slider-contents p:nth-of-type(4)::before {
  background-color: #707070;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-page section.block-plan .plan-slider-contents p:nth-of-type(5) {
  font-weight: 700;
  margin-bottom: 10px;
}
.type-page section.block-plan .plan-slider-contents p:nth-of-type(6) {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-page section.block-plan .plan-more {
  color: #fff;
  font-size: 0.9rem;
  width: 120px;
  border-radius: 16px;
  margin: 0 auto;
  background-color: #4DABE5;
}
.type-page section.block-plan .plan-more a {
  padding: 8px 16px;
}
.type-page section.block-plan .plan-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-page section.block-plan-adult {
  color: #000;
  padding-bottom: 80px;
  padding-top: 40px;
  background-color: #F0EFF0;
}
.type-page section.block-plan-adult h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-page section.block-plan-adult h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-page section.block-plan-adult .plan-slider {
  margin-bottom: 40px;
}
.type-page section.block-plan-adult .plan-slider div.slick-slide {
  margin: 0 10px;
}
.type-page section.block-plan-adult .plan-slider-contents {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.type-page section.block-plan-adult .plan-slider-contents p:nth-of-type(1) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.type-page section.block-plan-adult .plan-slider-contents p:nth-of-type(2) {
  margin-bottom: 10px;
}
.type-page section.block-plan-adult .plan-slider-contents p:nth-of-type(3) {
  color: #EB5605;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 10px;
}
.type-page section.block-plan-adult .plan-slider-contents p:nth-of-type(4) {
  position: relative;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 30px;
}
.type-page section.block-plan-adult .plan-slider-contents p:nth-of-type(4)::before {
  background-color: #707070;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.type-page section.block-plan-adult .plan-slider-contents p:nth-of-type(5) {
  font-weight: 700;
  margin-bottom: 10px;
}
.type-page section.block-plan-adult .plan-slider-contents p:nth-of-type(6) {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-page section.block-plan-adult .plan-more {
  color: #fff;
  font-size: 0.9rem;
  width: 120px;
  border-radius: 16px;
  margin: 0 auto;
  background-color: #4DABE5;
}
.type-page section.block-plan-adult .plan-more a {
  padding: 8px 16px;
}
.type-page section.block-plan-adult .plan-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.type-page section.block-topics {
  color: #000;
  margin-bottom: 80px;
  background-image: url("../images/bgr-topics-typec.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
.type-page section.block-topics h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
}
.type-page section.block-topics h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  display: block;
}
.type-page section.block-topics .topics-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  color: #fff;
}
.type-page section.block-topics .topics-contents > div {
  width: 24%;
  margin-bottom: 40px;
}
.type-page section.block-topics .topics-contents > div a {
  position: relative;
}
.type-page section.block-topics .topics-contents > div a span {
  display: block;
  margin-bottom: 20px;
}
.type-page section.block-topics .topics-contents > div a span img {
  width: auto;
  margin: 0 auto;
}
.type-page section.block-topics .topics-contents > div a p:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.type-page section.block-whats {
  color: #fff;
  margin-bottom: 80px;
  /*background-image: url("../images/bgr-body02.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}
.type-page section.block-whats h2 {
  width: 41%;
  max-width: 464px;
}
.type-page section.block-whats .whats {
  display: flex;
  justify-content: space-between;
}
.type-page section.block-whats .whats-list {
  width: 50%;
  max-width: 560px;
  border-top: 1px solid #fff;
}
.type-page section.block-whats .whats-list a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.type-page section.block-whats .whats-list div {
  display: flex;
  background-image: url("../images/btn/arrow-c-right.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding: 45px 0;
  border-bottom: 1px solid #fff;
}
.type-page section.block-whats .whats-list div:hover {
  background-image: url("../images/btn/arrow-c-right-o.svg");
}
.type-page section.block-whats .whats-list div p:nth-of-type(1) {
  margin-right: 22px;
}
.type-page section.block-whats .whats-list div p:nth-of-type(2) span {
  display: block;
}
.type-page section.block-recommend-program {
  color: #fff;
  background-image: url("../images/image-recommend.png");
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.type-page section.block-recommend-program h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 1.2;
  padding-top: 60px;
  margin-bottom: 80px;
}
.type-page section.block-recommend-program h2 span {
  display: block;
  color: #CBA457;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-top: 10px;
}
.type-page section.block-recommend-program .recommend-program {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.type-page section.block-recommend-program .recommend-program div {
  width: 31%;
}
.type-page section.block-recommend-program .recommend-program-image {
  margin-bottom: 15px;
}
.type-page section.block-recommend-program .recommend-program-title {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.type-page .block-news {
  margin-bottom: 80px;
}
.type-page .block-news h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 40px auto;
  color: #000;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
}
.type-page .block-news h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-page .block-news dl.notice {
  position: relative;
  color: #000;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #BFBFBF;
}
.type-page .block-news dl.notice div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.type-page .block-news dl.notice div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.type-page .block-news dl.notice div dt {
  margin-right: 20px;
  width: 10%;
}
.type-page .block-news dl.notice div dd:nth-of-type(1) {
  background-color: #C43C90;
  border-radius: 10px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
}
.type-page .block-news dl.notice div dd:nth-of-type(2) {
  width: 90%;
  background-image: url("../images/icon/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.type-page .block-store-information {
  background-image: url("../images/image-store-info.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
}
.type-page .block-store-information h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  z-index: 10;
  font-weight: 700 !important;
}
.type-page .block-store-information h2 span {
  display: block;
  font-size: 1.2rem;
}
.type-page .block-store-information h2 span::before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
.type-page .block-access {
  padding: 70px 0;
  background-color: #fff;
}
.type-page .block-access h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-page .block-access h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-page .block-access h3 {
  text-align: left;
  margin-bottom: 60px;
}
.type-page .block-access .business-hours {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.type-page .block-access .business-hours > div {
  width: 22%;
}
.type-page .block-access .business-hours table {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 5px;
}
.type-page .block-access .business-hours .day {
  text-align: center;
  padding-right: 15px;
}
.type-page .block-access .business-hours .area {
  border: 1px solid #000;
  padding: 4px;
  margin-bottom: 15px;
}
.type-page .block-access .memo {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.type-page .block-access .business-hours-info {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.type-page .block-access .parking {
  text-align: center;
}
.type-page .block-access .parking a {
  display: inline;
  text-decoration: underline;
}
.type-page .block-access .parking p {
  margin-bottom: 15px;
}
.type-page .block-access .parking p:nth-of-type(1) {
  border: 1px solid #000;
  width: 80%;
  max-width: 200px;
  margin: 0 auto 15px auto;
  padding: 4px;
}
.type-page section.block-store-list {
  color: #000;
  margin-bottom: 80px;
  padding-top: 100px;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.type-page section.block-store-list h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
}
.type-page section.block-store-list h2 span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #CBA457;
  padding-left: 14px;
}
.type-page section.block-store-list .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.type-page section.block-store-list .tab-label {
  color: #000;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
  border: 1px solid #000;
  border-radius: 10px;
  width: 15%;
  text-align: center;
  padding: 14px;
}
.type-page section.block-store-list .tab-label:hover {
  background-color: #EB5605;
  cursor: pointer;
  border: none;
}
.type-page section.block-store-list .tab-content {
  width: 100%;
  display: none;
}
.type-page section.block-store-list .tab-switch:checked + .tab-label {
  background: #EB5605;
  border: none;
  color: #fff;
}
.type-page section.block-store-list .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.type-page section.block-store-list .tab-switch {
  display: none;
}
.type-page .store-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  margin-bottom: 0;
}
.type-page .store-list a:hover {
  color: #EB5605;
}
.type-page .store-list li {
  padding-right: 40px;
  margin-bottom: 10px;
}
.type-page .store-list li span {
  padding-left: 10px;
  vertical-align: middle;
}
.type-page .store-list li span img {
  display: inline-block;
  width: auto;
}
.type-page footer {
  position: relative;
  border-top: 1px solid #000;
  text-align: center;
  color: #000;
  padding: 30px 0;
}
.type-page footer .footer-sns-list {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.type-page footer .footer-sns-list li {
  padding-left: 12px;
}
.type-page footer .footer-sns-list img {
  width: auto;
}
.type-page .header-menu-list-s .header-menu-title {
  transition: 0.3s;
}
.type-page .header-menu-list-s .header-menu-title:hover {
  background-color: #e9e9e9;
  transition: 0.3s;
}

/****type-page END*****/
.commerce-inner {
  padding: 20px;
  margin: 0 auto;
  max-width: 850px;
}

.commerce-inner h1 {
  padding: 40px 0 20px 0;
  max-width: none;
  margin-bottom: 30px;
}

.commerce-inner div.commerce {
  margin-top: 40px;
}

.commerce-inner div.commerce p:nth-child(1) {
  font-size: 1.5rem;
  padding: 0 0 5px 15px;
  color: #ec8623;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #ccc;
  margin-bottom: 14px;
}

.commerce-inner div.commerce p:nth-child(2) {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

#backToTop {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background-color: #EB5605;
  border-radius: 4px;
  z-index: 100;
}

#backToTop::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-55%, -50%) rotate(-45deg);
  position: absolute;
  top: 55%;
  left: 50%;
  transition: transform 0.3s ease;
}

/* ホバー時に矢印を少し上に移動 */
#backToTop:hover::before {
  transform: translate(-50%, -70%) rotate(-45deg);
}

/************固定テニス************/
.block-store-information.tsukisamu {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.sanitas24 {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.kesennuma {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.tomisato {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.ishinomaki {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.shinjo {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.tom {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.crystal {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.alice {
  background-image: url("../images/image-store-info.png");
}
.block-store-information.ichinoseki {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.kashiwazaki {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.new_miyanomori {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.miyanomori {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.miyanosawa {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.higashiasabu {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.shinsapporo {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.asahikawa {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.eniwa {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.nakayama {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.socia {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.shena {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.oyabe {
  background-image: url("../images/image-store-info-b.png");
}
.block-store-information.isesaki {
  background-image: url("../images/image-store-info-c.png");
}
.block-store-information.matsutou {
  background-image: url("../images/image-store-info-c.png");
}
.block-store-information.mito {
  background-image: url("../images/image-store-info-c.png");
}

@media screen and (min-width: 960px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .plan-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .plan-price::after {
    content: "";
    width: 32%;
    display: block;
  }
  .plan-price .slick-inner {
    width: 32%;
    margin-bottom: 20px;
  }
}