/*
Theme Name: yasedoki Template vol.1
Theme URI: https://yasedokigym.jp/
Version: 1.01
*/

/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  font-weight: 700;
}

body {
  color: #111;
  font-size: 17px;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  min-height: 100vh;
  overflow-x: clip;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #f2f2f2;
}

@media not all and (min-width: 568px){
  body {
    font-size: 15px;
  }
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}


/* wordpress */

.sticky {
  display: block;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  text-align: center;
  margin: 10px;
  padding: 4px 0 0 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 1.4;
}

/*
  link
/////////////////////////////////////////////////////////*/

a {
  color: #111;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: .7;
}



/*######################################################################

		Header

************************************************************************/

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 300px;
  height: calc(100lvh - 120px);
}

@media not all and (min-width: 1200px){
  .header {
    width: 240px;
    height: calc(100lvh - 120px);
  }
}

@media not all and (min-width: 999px){
  .header {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: calc(100lvh - 120px);

}

@media not all and (min-width: 1200px){
  .header__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 240px;
    height: calc(100lvh - 120px);
  }
}

.header__wrap .header__logo {
  margin-top: 40px;
  max-width: 180px;
}

.header__logo .site-title {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.header__gnav-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: right;
}

@media not all and (min-width: 1200px){
  .header__gnav-text {
    font-size: 14px;
  }
}

.header__gnav-text a {
  display: block;
}

@media (any-hover: hover) {
  .header__gnav-text a:hover {
    text-decoration: none;
    translate: 5px 0;
  }
}

.header__gnav-text a:focus-visible {
  text-decoration: none;
  translate: 5px 0;
}

.header__gnav-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (any-hover: hover) {
  .header__gnav-button a:hover {
    text-decoration: none;
    translate: 5px 0;
  }
}

.header__gnav-button a:focus-visible {
  text-decoration: none;
  translate: 5px 0;
}

.header__gnav-button .qr {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  padding: 20px 30px;
  font-weight: 700;
  background-color: #ECECEC;
  border-radius: 10px;
}

.header__gnav-button .qr-image {
  width: 64px;
}

@media not all and (min-width: 1200px){
  .header__gnav-button .qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 30px;
    font-weight: 700;
    background-color: #ECECEC;
    border-radius: 10px;
  }

  .header__gnav-button .qr-image {
    width: 64px;
  }
}

.header__gnav-button .tel {
  display: block;
  padding: 20px 30px;
  background-color: #ccc;
  border-radius: 10px;
}

.header__gnav-button .tel__num {
  font-size: 20px;
  font-weight: 700;
}

.header__gnav-button .tel__info {
  font-size: 12px;
}

.header__gnav-button .reserved {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 30px;
  color: #fff;
  background-color: #C88C1D;
  border-radius: 10px;
}

.header__gnav-button .reserved::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background-image: url(./assets/images/common/arrow-w.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.header__gnav-button .reserved__main {
  font-size: 18px;
  font-weight: 700;
}

.header__gnav-button .reserved__sub {
  font-size: 12px;
}

.header__infinity-loop {
  position: fixed;
  bottom: 10px;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  z-index: -1;
}

.header__infinity-loop-inner {
  display: flex;
  width: fit-content;
  animation: loop-scroll 20s linear infinite;
}

.header__infinity-loop-text {
  display: inline-block;
  padding-right: 2rem;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@keyframes loop-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sp-header {
  display: none;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100vw;
  background-color: #fff;
  z-index: 100;
}

@media not all and (min-width: 999px){
  .sp-header {
    display: flex;
  }
}

.sp-header .header__logo {
  width: 120px;
}

.sp-header-button {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  background-color: #38B48B;
  border: none;
  border-radius: 8px;
}

body.menu-open {
  overflow: hidden;
}

.menu__gnav {
  position: fixed;
  top: 100px;
  right: -100%;
  padding: 20px;
  width: 80%;
  max-width: 300px;
  height: fit-content;
  background: #38B48B;
  transition: right .3s ease;
  border-radius: 10px 0 0 10px;
  z-index: 1000;
}

.menu__gnav.active {
  right: 0;
}

.menu__gnav-text {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__gnav-text li {
  margin-bottom: 10px;
}

.menu__gnav-text a {
  color: #fff;
  font-size: 14px;
}

@media (any-hover: hover) {
  .menu__gnav-text a:hover {
    text-decoration: none;
    translate: 5px 0;
  }
}

.menu__gnav-text a:focus-visible {
  text-decoration: none;
  translate: 2px 0;
}

/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.container__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
}

@media not all and (min-width: 999px){
  .container__wrap {
    padding-inline: 0;
    width: 100vw;
  }
}

.contents {
  position: relative;
  margin-block: 40px;
  max-width: 670px;
}

.contents-wrap {
  margin-left: auto;
  padding-inline: 40px;
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
}

@media not all and (min-width: 999px){
  .contents {
    margin-block: 0;
    padding-inline: 0;
    max-width: 100vw;
  }

  .contents-wrap {
    padding-top: 85px;
    padding-inline: 20px;
    width: 100vw;
    border-radius: 0;
  }
}

.contents-page-header {
  margin-block: 80px;
}

.contents-page-header__title {
  font-size: 46px;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .contents-page-header {
    margin-block: 120px 60px;
  }

  .contents-page-header__title {
    font-size: 36px;
  }
}

.section {
  margin-bottom: 100px;
}

@media not all and (min-width: 768px){
  .section {
    margin-bottom: 60px;
  }
}

.section-heading {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 40px;
  background-image: linear-gradient(90deg, #38B48B 0%, #38B48B 20%, #C0C0C0 20%, #C0C0C0 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media not all and (min-width: 1000px){
  .section-heading {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media not all and (min-width: 568px){
  .section-heading {
    margin-bottom: 26px;
    font-size: 26px;
  }
}

.section06-header {
  background-image: linear-gradient(90deg, #38B48B 0%, #38B48B 20%, #C0C0C0 20%, #C0C0C0 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: center 88px;
}

@media not all and (min-width: 568px){
  .section06-header {
    background-position: center 60px;
  }
}

.section06-header .section-heading {
  background: none;
}

.page-contents p {
  margin-bottom: 30px;
}

.page-contents h2 {
  margin-block: 80px 40px;
  font-size: 24px;
}

.page-contents h2 {
  margin-block: 60px 30px;
  font-size: 20px;
}

@media not all and (min-width: 768px){
  .page-contents p {
    margin-bottom: 20px;
  }

  .page-contents h2 {
    margin-block: 60px 30px;
    font-size: 20px;
  }

  .page-contents h2 {
    margin-block: 40px 20px;
    font-size: 18px;
  }
}


/* home */

.contents-home-mv {
  margin-bottom: 100px;
}

@media not all and (min-width: 568px){
  .contents-home-mv {
    margin-bottom: 60px;
  }
}

.contents-home-mv__image {
  margin-inline: -40px;
  margin-bottom: 40px;
}

.contents-home-mv__image img {
  max-width: 100%;
}

.contents-home-mv__text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2.4;
}

@media not all and (min-width: 568px){
  .contents-home-mv__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
  }
}

.section01-image {
  margin-bottom: 40px;
}

.section01-image img {
  border-radius: 10px;
}

.section01-text p {
  margin-bottom: 30px;
}

@media not all and (min-width: 568px){
  .section01-image {
    margin-bottom: 30px;
  }

  .section01-text p {
    margin-bottom: 20px;
  }
}

.section02-heading-image {
  margin-bottom: 10px;
}

.section02-heading-image .text-non {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.section02-header {
  margin-bottom: 80px;
}

@media not all and (min-width: 568px){
  .section02-header {
    margin-bottom: 40px;
  }
}

.section02-section:not(:last-child) {
  margin-bottom: 80px;
}

@media not all and (min-width: 568px){
  .section02-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.section02-section {
  display: flex;
  flex-direction: column;
}

.section02-heading {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}

.section02-heading::before,
.section02-heading::after {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #38B48B;
}

.section02-heading::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.section02-heading::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

@media not all and (min-width: 568px){
  .section02-heading {
    font-size: 21px;
    text-align: left;
  }
}

.section02-text {
  order: 3;
  line-height: 2;
}

.section02-image {
  order: 2;
  margin-bottom: 40px;
}

@media not all and (min-width: 568px){
  .section02-image {
    margin-bottom: 30px;
  }
}

.section02-image img {
  border-radius: 20px;
}

.section03 {
  margin-inline: -40px;
  padding: 100px 40px;
  background-color: #C8E4DB;
}

.section03-section:not(:last-child) {
  margin-bottom: 40px;
}

.section03-section {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

@media not all and (min-width: 768px){
  .section03 {
    margin-inline: -20px;
    padding: 60px 20px;
  }
}

.section03-heading {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 10px;
  width: fit-content;
  font-size: 26px;
}

.section03-heading::before,
.section03-heading::after {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #38B48B;
}

.section03-heading::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.section03-heading::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.section03-text {
  order: 3;
  margin-bottom: 10px;
  text-align: center;
}

@media not all and (min-width: 568px){
  .section03-section:not(:last-child) {
    margin-bottom: 30px;
  }

  .section03-section {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }

  .section03-heading {
    font-size: 21px;
  }

  .section03-text {
    text-align: left;
  }
}

.section03-image {
  order: 1;
  margin-bottom: 40px;
}

.section03-image img {
  border-radius: 20px;
}

@media not all and (min-width: 568px){
  .section03-image img {
    border-radius: 10px;
  }
}

.section04__flow {
  counter-reset: flow;
}

.section04__flow li:not(:last-child) {
  margin-bottom: 40px;
}

.section04__flow li {
  position: relative;
  padding-left: 70px;
}

@media not all and (min-width: 568px){
  .section04__flow li:not(:last-child) {
    margin-bottom: 30px;
  }

  .section04__flow li {
    padding-left: 60px;
  }
}

.section04__flow li::before {
  counter-increment: flow;
  content: "Step" counter(flow);
  position: absolute;
  top: 9px;
  left: 0;
  color: #38B48B;
  font-weight: 700;
}

.section04__flow li dt {
  position: relative;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

@media not all and (min-width: 568px){
  .section04__flow li::before {
    top: 7px;
    font-size: 14px;
  }

  .section04__flow li dt {
    font-size: 21px;
  }
}

.section04__flow dd img {
  margin-bottom: 30px;
  border-radius: 20px;
}

.trainer-introduction__item:not(:last-child) {
  margin-bottom: 40px;
}

.trainer-introduction__item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #C8E4DB;
  border-radius: 20px;
}

@media not all and (min-width: 568px){
  .trainer-introduction__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .trainer-introduction__item {
    padding: 20px;
    border-radius: 10px;
  }
}

.trainer-introduction__name {
  order: 2;
  margin-bottom: 20px;
  font-size: 26px;
}

.trainer-introduction__text {
  order: 3;
  margin-bottom: 40px;
}

.trainer-introduction__text p:not(:last-child) {
  margin-bottom: 30px;
}

.trainer-introduction__image {
  order: 1;
  margin-bottom: 40px;
}

.trainer-introduction__image img {
  border-radius: 20px;
}

@media not all and (min-width: 568px){
  .trainer-introduction__name {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .trainer-introduction__text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .trainer-introduction__image {
    margin-bottom: 30px;
  }

  .trainer-introduction__image img {
    border-radius: 10px;
  }
}

.trainer-introduction__dl-list {
  order: 4;
}

.trainer-introduction__dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.trainer-introduction__dl dt {
  width: 100px;
}

.trainer-introduction__dl dd {
  width: calc(100% - 100px);
}

@media not all and (min-width: 768px){
  .trainer-introduction__dl dt {
    width: 100%;
  }

  .trainer-introduction__dl dd {
    width: 100%;
  }
}

.section06-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 20px;
}

.section06-header img {
  width: 128px;
}

@media not all and (min-width: 568px){
  .section06-header img {
    width: 80px;
  }
}

.voice-list li:not(:last-child) {
  margin-bottom: 20px;
}

.voice-list li {
  padding: 40px;
  background-color: #eee;
  border-radius: 20px;
}

.voice-list__contents:not(:last-child) {
  margin-bottom: 30px;
}

.voice-list__contents {
  margin-bottom: 20px;
}

@media not all and (min-width: 768px){
  .voice-list li {
    padding: 20px;
    border-radius: 10px;
  }
}
@media not all and (min-width: 568px){
  .voice-list__contents:not(:last-child) {
    margin-bottom: 20px;
  }

  .voice-list__contents {
    margin-bottom: 10px;
  }
}

.voice-list__name {
  text-align: right;
}

.price-hero p:not(:last-child) {
  margin-bottom: 30px;
}

.price-hero {
  margin-bottom: 40px;
}

.price-section {
  margin-bottom: 40px;
}

.price-heading {
  margin-bottom: 30px;
  font-size: 26px;
}


.price-heading {
  order: 2;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 26px;
}

.price-heading::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 6px;
  height: 36px;
  background-color: #38B48B;
}

.price-item:not(:last-child) {
  margin-bottom: 10px;
}

@media not all and (min-width: 768px){
  .price-hero p:not(:last-child) {
    margin-bottom: 20px;
  }

  .price-hero {
    margin-bottom: 30px;
  }

  .price-section {
    margin-bottom: 40px;
  }

  .price-heading {
    margin-bottom: 20px;
    font-size: 21px;
  }
}

@media not all and (min-width: 568px){
  .price-heading::before {
    margin-right: 15px;
  }
}

.price-item__dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

@media not all and (min-width: 768px){
  .price-item__dl {
    border-radius: 10px;
  }
}

.price-item__dl dt {
  display: grid;
  place-content: center;
  padding: 10px;
  width: 30%;
  height: 120px;
  color: #fff;
}

.price-item__dl dd {
  display: grid;
  place-content: center;
  padding: 10px;
  width: 70%;
  height: 120px;
  line-height: 1.4;
  background-color: #E8E8E8;
}

@media not all and (min-width: 568px){
  .price-item__dl dt {
    height: 80px;
  }

  .price-item__dl dd {
    height: 80px;
  }
}

@media not all and (min-width: 468px){
  .price-item__dl dt {
    padding: 20px 10px;
    width: 100%;
    height: fit-content;
  }

  .price-item__dl dd {
    padding: 20px 10px;
    width: 100%;
    height: fit-content;
  }
}

.initial-cost .price-item__dl dt {
  background-color: #38B48B;
}

.book-of-tickets .price-item__dl dt {
  background-color: #575757;
}

.price-item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.price-item__dl .num {
  font-size: 26px;
}

.price-item__add {
  margin-top: 10px;
  font-size: 14px;
}

@media not all and (min-width: 768px){
  .price-item__dl .num {
    font-size: 21px;
  }

  .price-item__add {
    font-size: 12px;
  }
}

.digested-tickets__dl:not(:last-child) {
  margin-bottom: 10px;
}

.digested-tickets__dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digested-tickets__dl dt {
  width: 300px;
}

.digested-tickets__dl dd {
  width: calc(100% - 300px);
}

@media not all and (min-width: 768px){
  .digested-tickets__dl dt {
    width: 230px;
  }

  .digested-tickets__dl dd {
    width: calc(100% - 230px);
  }
}

.faq-dl {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .faq-dl {
    margin-bottom: 30px;
  }
}

.faq-dl dt {
  position: relative;
  padding-inline: 40px 34px;
  font-size: 20px;
  line-height: 1.4;
  cursor: pointer;
}

.faq-dl dt:before {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  color: #38B48B;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.faq-dl dt::after {
  content: '＋';
  position: absolute;
  right: 0;
  top: 0;
  color: #38B48B;
  font-size: 24px;
  line-height: 1;
  transition: transform .3s;
}

.faq-dl dt.active::after {
  content: 'ー';
}

.faq-dl dd {
  padding-top: 0;
  padding-left: 40px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s;
}

.faq-dl dd.open {
  padding-top: 20px;
  max-height: 1000px;
  opacity: 1;
}

.faq-dl dd p:not(:last-child) {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .faq-dl dt {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
  }

  .faq-dl dt:before {
    top: 1px;
    font-size: 21px;
  }

  .faq-dl dd {
    padding-left: 30px;
  }

  .faq-dl dd p:not(:last-child) {
    margin-bottom: 20px;
  }
}




/* shop */

.contents-shop-mv {
  margin-bottom: 100px;
}

@media not all and (min-width: 768px){
  .contents-shop-mv {
    margin-bottom: 60px;
  }
}

.contents-shop-mv__image {
  position: relative;
  margin-inline: -40px;
  margin-bottom: 40px;
}

.contents-shop-mv__title {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 8px 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  background-color: #38B48B;
}

@media not all and (min-width: 768px){
  .contents-shop-mv__image {
    margin-inline: -20px;
  }

  .contents-shop-mv__image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .contents-shop-mv__title {
    bottom: 20px;
    left: 20px;
    padding: 8px 10px;
    width: calc(100% - 40px);
    font-size: 21px;
  }
}

@media not all and (min-width: 468px){
  .contents-shop-mv__image img {
    height: 400px;
  }
}

.contents-shop-mv__text {
  margin-bottom: 80px;
}

.contents-shop-mv__text P:not(:last-child) {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .contents-shop-mv__text {
    margin-bottom: 60px;
  }

  .contents-shop-mv__text P:not(:last-child) {
    margin-bottom: 20px;
  }
}

.contents-shop-mv__gallery {
  position: relative;
}

.contents-shop-mv__gallery-heading {
  display: grid;
  place-content: center;
  position: absolute;
  top: -22px;
  left: 50%;
  translate: -50% 0;
  width: 230px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  background-color: #38B48B;
  border-radius: 50vh;
  z-index: 100;
}

.contents-shop-mv__gallery .swiper-slide img {
  border-radius: 20px;
}

.swiper {
  padding-bottom: 15px;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  bottom: 0;
  width: 60px;
  height: 30px;
  background-color: #38B48B;
  border-radius: 50vh;
}

.swiper-button-prev {
  left: 50%;
  translate: calc(-50% - 35px) 0;
}

.swiper-button-next {
  left: 50%;
  translate: calc(-50% + 35px) 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(./assets/images/common/arrow-w.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-button-prev::after {
  rotate: 180deg;
}

.shop-section01__dl {
  margin-bottom: 20px;
}

.shop-section01__dl dt {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .shop-section01__dl dt {
    font-size: 18px;
  }
}

.shop-section01__dl a {
  color: #38B48B;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .shop-section01__dl a:hover {
    text-decoration: none;
  }
}

.shop-section01__dl a:focus-visible {
  color: #38B48B;
  text-decoration: none;
}

.shop-section01__dl iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.shop-section03__campaign {
  padding: 40px;
  background-color: #eee;
  border-radius: 20px;
}

@media not all and (min-width: 768px){
  .shop-section03__campaign {
    padding: 20px;
    border-radius: 10px;
  }
}

.shop-section03__campaign p:not(:last-child) {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .shop-section03__campaign p:not(:last-child) {
    margin-bottom: 20px;
  }
}


/* company */

.company-about__contents p:not(:last-child){
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .company-about__contents p:not(:last-child){
    margin-bottom: 20px;
  }
}

.company__dl {
  margin-bottom: 20px;
}

.company__dl dt {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .company__dl dt {
    font-size: 18px;
  }
}

/* contact */

.contact-hero p:not(:last-child) {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .contact-hero p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.contact-hero__button a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 10px 30px;
  padding: 30px;
  color: #fff;
  background-color: #C88C1D;
  border-radius: 10px;
}

.contact-hero__button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background-image: url(./assets/images/common/arrow-w.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .contact-hero__button a:hover {
    text-decoration: none;
    background-color: #93640d;
  }
}

.contact-hero__button a:focus-visible {
  text-decoration: none;
  background-color: #93640d;
}

@media not all and (min-width: 768px){
  .contact-hero__button {
    margin-bottom: 30px;
  }

  .contact-hero__button a {
    gap: 5px 20px;
    padding: 20px;
  }

  .contact-hero__button a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

@media not all and (min-width: 468px){
  .contact-hero__button a {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.contact-hero__button .main {
  font-size: 26px;
}

.contact-hero__button .sub {
  font-size: 18px;
}

@media not all and (min-width: 768px){
  .contact-hero__button .main {
    font-size: 21px;
  }

  .contact-hero__button .sub {
    font-size: 14px;
  }
}

.form-item {
  margin-bottom: 40px;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.example {
  color: #555;
  font-size: 14px;
  visibility: visible;
}

.form-item input[type="text"],
.form-item input[type="email"] {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  width: 100%;
  background-color: #D9D9D9;
  border: 0;
  border-radius: 4px;
}

.form-item textarea {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  width: 100%;
  height: 300px;
  background-color: #D9D9D9;
  border: 0;
  border-radius: 4px;
}

.form-submit input[type="submit"] {
  display: grid;
  place-content: center;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #C88C1D;
  border: 0;
  border-radius: 4px;
  transition: .5s;
}

@media (any-hover: hover) {
  .form-submit input[type="submit"]:hover {
    color: #93640d;
    background-color: #ddd;
  }
}

.form-submit input[type="submit"]:focus-visible {
  color: #93640d;
  background-color: #fff;
}

@media not all and (min-width: 768px){
  .form-submit input[type="submit"] {
    height: 60px;
    font-size: 18px;
  }
}



/*######################################################################

		Footer

************************************************************************/

@media not all and (min-width: 768px){
  .contents-footer {
    margin-bottom: 70px;
  }
}

.cta {
  margin-inline: -40px;
  padding: 100px 40px;
  color: #fff;
  background-color: #70C2A8;
  border-radius: 0 0 40px 40px;
}

@media not all and (min-width: 768px){
  .cta {
    margin-inline: -20px;
    padding: 60px 20px;
    border-radius: 0 0 20px 20px;
  }
}

.cta-heading {
  margin-bottom: 40px;
  font-size: 40px;
}

@media not all and (min-width: 768px){
  .cta-heading {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.cta-hero p:not(:last-child) {
  margin-bottom: 30px;
}

.cta-hero {
  margin-bottom: 40px;
}

.cta-button {
  margin-bottom: 40px;
}

.cta-button a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 10px 30px;
  padding: 30px;
  color: #fff;
  background-color: #C88C1D;
  border-radius: 10px;
}

.cta-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background-image: url(./assets/images/common/arrow-w.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .cta-button a:hover {
    text-decoration: none;
    background-color: #93640d;
  }
}

.cta-button a:focus-visible {
  text-decoration: none;
  background-color: #C88C1D;
}

@media not all and (min-width: 768px){
  .cta-button {
    margin-bottom: 30px;
  }

  .cta-button a {
    gap: 5px 20px;
    padding: 20px;
  }

  .cta-button a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

@media not all and (min-width: 468px){
  .cta-button a {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.cta-button .main {
  font-size: 26px;
}

.cta-button .sub {
  font-size: 18px;
}

@media not all and (min-width: 768px){
  .cta-button .main {
    font-size: 21px;
  }

  .cta-button .sub {
    font-size: 14px;
  }
}

.cta-sub-heading {
  margin-bottom: 10px;
  font-size: 18px;
}

.cta-tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 30px;
  margin-bottom: 40px;
}

.cta-tel a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 20px;
  color: #fff;
}

@media (any-hover: hover) {
  .cta-tel a:hover {
    text-decoration: none;
    color: #2a604e;
  }
}

.cta-tel a:focus-visible {
  text-decoration: none;
  color: #2a604e;
}

.cta-tel .num {
  font-size: 40px;
  line-height: 1.2;
}

.cta-tel .add {
  font-size: 14px;
}

@media not all and (min-width: 468px){
  .cta-tel .num {
    font-size: 30px;
  }

  .cta-tel .add {
    font-size: 14px;
  }
}

.cta-qr__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cta-qr__text {
  width: calc(100% - 130px);
}

.cta-qr__image {
  width: 100px;
}

.footer__copyright {
  padding: 40px;
  text-align: center;
}


/* shop info */

.shop-footer {
  margin-inline: -40px;
  padding: 100px 40px;
  background-color: #ccc;
}

@media not all and (min-width: 768px){
  .shop-footer {
    margin-inline: -20px;
    padding: 60px 20px;
  }
}

.shop-footer p:not(:last-child) {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .shop-footer p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.shop-footer a {
  color: #38B48B;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .shop-footer a:hover {
    text-decoration: none;
  }
}

.shop-footer a:focus-visible {
  color: #38B48B;
  text-decoration: none;
}


/*sp cta fixed*/

.sp-cta-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}

@media not all and (min-width: 768px){
  .sp-cta-fixed {
    display: block;
  }
}

.sp-cta-fixed__nav {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
}

.sp-cta-fixed__nav .reserved {
  width: 40%;
  background-color: #38B48B;
}

.sp-cta-fixed__nav .tel {
  width: 30%;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.sp-cta-fixed__nav .qr {
  width: 30%;
  background-color: #fff;
}

.sp-cta-fixed__nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 20px 0 12px;
  width: 100%;
  height: 70px;
  font-size: 14px;
  line-height: 1.4;
}

.sp-cta-fixed__nav .reserved a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  background-image: url(./assets/images/common/arrow-w.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sp-cta-fixed__nav .tel a::after,
.sp-cta-fixed__nav .qr a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  background-image: url(./assets/images/common/arrow-bl.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 568px){
  .sp-cta-fixed__nav .reserved a::after,
  .sp-cta-fixed__nav .tel a::after,
  .sp-cta-fixed__nav .qr a::after {
    display: none;
  }
}

.sp-cta-fixed__nav .reserved a {
  color: #fff;
  background-color: #38B48B;
}

.sp-cta-fixed__nav .tel a {
  background-color: #fff;
}

.sp-cta-fixed__nav .qr a {
  background-color: #fff;
}

.sp-cta-fixed__nav .add {
  font-size: 12px;
}

.sp-cta-fixed__nav .num {
  font-size: 16px;
}

@media not all and (min-width: 468px){
  .sp-cta-fixed__nav .main,
  .sp-cta-fixed__nav .sub {
    font-size: 14px;
  }

  .sp-cta-fixed__nav .add {
    font-size: 10px;
  }

  .sp-cta-fixed__nav .num {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}