@font-face {
  font-family: 'ShipporiMincho-Regular'; 
  src: url('../fonts/ShipporiMincho-Regular.ttf') format('truetype');
  src: url('../fonts/ShipporiMincho-Regular.woff') format('woff');
}
@font-face {
  font-family: 'ShipporiMincho-Medium'; 
  src: url('../fonts/ShipporiMincho-Medium.ttf') format('truetype');
  src: url('../fonts/ShipporiMincho-Medium.woff') format('woff');
}
@font-face {
  font-family: 'ShipporiMincho-SemiBold'; 
  src: url('../fonts/ShipporiMincho-SemiBold.ttf') format('truetype');
  src: url('../fonts/ShipporiMincho-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'ShipporiMincho-Bold'; 
  src: url('../fonts/ShipporiMincho-Bold.ttf') format('truetype');
  src: url('../fonts/ShipporiMincho-Bold.woff') format('woff');
}
@font-face {
  font-family: 'ShipporiMincho-ExtraBold'; 
  src: url('../fonts/ShipporiMincho-ExtraBold.ttf') format('truetype');
  src: url('../fonts/ShipporiMincho-ExtraBold.woff') format('woff');
}

html, body {
  width: 100% !important;
  max-width: 100% !important;
  scroll-behavior: smooth;
}

p {
  margin-bottom: 0;
}

* {
    font-size: 15px;
    font-style: normal;
    font-family: "ShipporiMincho-Regular";
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}

@media (min-width: 841px) {
* {
    font-size: 18px;
    font-style: normal;
    font-family: "ShipporiMincho-Regular";
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}
}

/* 切り分け */
.when-sp{
    display: block;
    visibility: visible;
}

.when-pc{
    display: none;
    visibility: hidden;
}

@media (min-width: 841px) {
.when-sp{
    display: none;
    visibility: hidden;
}
.when-pc{
    display: block;
    visibility: visible;
}
}
/* 切り分け */

a {
    color: #000 !important;
    transition: .5s;
}

a:hover {
    opacity: 0.95;
    text-decoration: underline;
}

.first-visual {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 841px) {
.first-visual {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

.first-slide {
  padding: 20px 20px 0 20px;
}
@media (min-width: 841px) {
.first-slide {
  padding: 40px 40px 0 256px;
}
}

.price-offer {
  width: 628px;
  max-width: 36vw;
  position: absolute;
  top: 10px;
  left: unset;
  right: 10px;
  z-index: 11;
}

@media (min-width: 841px) {
.price-offer {
  width: 330px;
  max-width: 18vw;
  position: absolute;
  top: 50px;
  left: 32px;
  right: unset;
  z-index: 11;
}
}

.first-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.first-circle-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  animation: spin 5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.first-catch {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 11;
}
@media (min-width: 841px) {
.first-catch {
  position: absolute;
  bottom: 74px;
  left: 0;
  z-index: 11;
}
}

.catch-autumn {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 120px;
  transform: rotate(-15deg);
}
@media (min-width: 841px) {
.catch-autumn {
  position: absolute;
  top: 40px;
  right: 100px;
  width: 180px;
  transform: rotate(-15deg);
}
}

.first-title {
  display: inline-block;
  font-size: 27px;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 5px 10px;
}
@media (min-width: 841px) {
.first-title {
  display: inline-block;
  font-size: 48px;
  letter-spacing: 3px;
  background-color: #fff;
  padding: 5px 20px;
}
}

.second-title {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 30px;
}
@media (min-width: 841px) {
.second-title {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 30px;
}
}

.fv-date {
  display: inline-block;
  width: 260px;
  background-color: #fff;
  padding: 5px 10px 5px 30px;
  margin-top: 0;
  margin-left: 0;
}
@media (min-width: 841px) {
.fv-date {
  display: inline-block;
  width: 380px;
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 0;
  margin-left: 40px;
}
}

.second-catch {
  width: 100%;
  max-width: 443px;
  margin-top: 40px;
}
@media (min-width: 841px) {
.second-catch {
  width: 443px;
  margin-top: 120px;
}
}

.content-desc {
  line-height: 2em;
  margin: 0 auto;
  padding-top: 40px;
  width: 100%;
}
@media (min-width: 841px) {
.content-desc {
  line-height: 3em;
  margin-top: 0 auto;
  padding-top: 90px;
  width: 640px;
}
}

.plan-bg {
  background-image: url(../img/sp/monitor-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 140px;
  margin-top: 130px;
}
@media (min-width: 841px) {
.plan-bg {
  background-image: url(../img/pc/monitor-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 130px;
}
}

.monitor-catch {
  display: inline-block;
  background-color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  margin: 10px auto 0 auto;
}
@media (min-width: 841px) {
.monitor-catch {
  display: inline-block;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 27px;
  margin: 15px auto 0 auto;
}
}

.monitor-date {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin: 10px auto 0 auto;
}
@media (min-width: 841px) {
.monitor-date {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 21px;
  margin: 15px auto 0 auto;
}
}

.deco01 {
  position: absolute;
  top: -140px;
  right: 10vw;
  width: 140px;
}
.deco02 {
  position: absolute;
  bottom: -160px;
  left: 10vw;
  width: 100px;
}
@media (min-width: 841px) {
.deco01 {
  position: absolute;
  top: -220px;
  right: 15vw;
  width: 260px;
}
.deco02 {
  position: absolute;
  bottom: -240px;
  left: 15vw;
  width: 160px;
}
}

.about-monitor-area {
  margin: 30px auto 0 auto;
  width: 340px;
  text-align: left;
}

.about-monitor {
  font-size: 16px;
  margin-bottom: 0;
}

.monitor-number {
  margin: 20px auto 0 auto;
  position: relative;
  width: 270px;
}

.monitor-limit {
  font-size: 36px;
  font-family: "ShipporiMincho-Bold";
  color: #d56561;
  margin-bottom: 0;
  text-align: right;
}

.women-only {
  display: inline-block;
  padding: 2px 10px;
  color: #d56561;
  font-size: 21px;
  border: 1px solid #d56561;
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.number {
  color: #d56561;
  font-size: 68px;
  font-family: "ShipporiMincho-Bold";
  letter-spacing: -5px;
  padding-right: 5px;
}

.sougeiari {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
}

.now-or-never {
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 15px;
}

.monitor-cta {
  display: inline-block !important;
  width: 80%;
  height: 60px;
  padding: 20px 0 !important;
  background-color: #FF8900 !important;
  box-shadow: 3px 3px 6px #666 !important;
  border-radius: 30px !important;
  border: 1px solid #FF8900 !important;
  color: #fff !important;
  transition: .5s;
}
@media (min-width: 841px) {
.monitor-cta {
  display: inline-block !important;
  width: 400px;
  height: 60px;
  padding: 20px 0 !important;
  background-color: #FF8900 !important;
  box-shadow: 3px 3px 6px #666 !important;
  border-radius: 30px !important;
  border: 1px solid #FF8900 !important;
  color: #fff !important;
  transition: .5s;
}
}

.monitor-cta:hover {
  background-color: #fff !important;
  color: #FF8900 !important;
}

.teiin {
  font-size: 14px;
  margin-top: 40px;
}

.leaf-table {
  width: 100%;
  max-width: 660px;
  margin: 60px auto 0 auto;
}

.leaf-text {
  font-size: 13px;
  line-height: 2em;
  margin-bottom: 0;
}
@media (min-width: 841px) {
.leaf-text {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 0;
}
}

.leaf01 {
  width: 50%;
  max-width: 330px;
  height: 38vw;
  background-image: url(../img/sp/forwhom-list-01-bg.png);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  vertical-align: middle;
}

.leaf02 {
  width: 50%;
  max-width: 330px;
  height: 38vw;
  background-image: url(../img/sp/forwhom-list-02-bg.png);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  vertical-align: middle;
}

.leaf03 {
  width: 50%;
  max-width: 330px;
  height: 38vw;
  background-image: url(../img/sp/forwhom-list-03-bg.png);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: center;
  vertical-align: middle;
}

.leaf04 {
  width: 50%;
  max-width: 330px;
  height: 38vw;
  background-image: url(../img/sp/forwhom-list-04-bg.png);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 841px) {
.leaf01 {
  width: 50%;
  max-width: 330px;
  height: 267px;
  background-image: url(../img/sp/forwhom-list-01-bg.png);
  background-size: 325px 262px;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  vertical-align: middle;
}

.leaf02 {
  width: 50%;
  max-width: 330px;
  height: 267px;
  background-image: url(../img/sp/forwhom-list-02-bg.png);
  background-size: 325px 262px;
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  vertical-align: middle;
}

.leaf03 {
  width: 50%;
  max-width: 330px;
  height: 267px;
  background-image: url(../img/sp/forwhom-list-03-bg.png);
  background-size: 325px 262px;
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: center;
  vertical-align: middle;
}

.leaf04 {
  width: 50%;
  max-width: 330px;
  height: 267px;
  background-image: url(../img/sp/forwhom-list-04-bg.png);
  background-size: 325px 262px;
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: center;
  vertical-align: middle;
}
}

.for-whom {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 60px;
}
@media (min-width: 841px) {
.for-whom {
  font-size: 27px;
  letter-spacing: 2px;
  margin-top: 120px;
}
}

.your-retreat {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7em;
}
@media (min-width: 841px) {
.your-retreat {
  margin-top: 60px;
  font-size: 27px;
  line-height: 1.7em;
}
}

.bg-fasting {
  background-image: url(../img/sp/bg-fasting.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 841px) {
.bg-fasting {
  background-image: url(../img/pc/bg-fasting.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 140px;
}
}

.fasting-title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 150px;
}
.fasting-explain {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 841px) {
.fasting-title {
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding-top: 150px;
}
.fasting-explain {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 230px;
}
}

.deco03 {
  position: absolute;
  top: 20px;
  right: 10vw;
  width: 120px;
  z-index: 10;
}
@media (min-width: 841px) {
.deco03 {
  position: absolute;
  top: -40px;
  right: 15vw;
  width: 180px;
  z-index: 10;
}
}

.flex-fasting-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (min-width: 841px) {
.flex-fasting-cont {
  display: flex;
  justify-content: space-between;
  width: 825px;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap;
  margin-top: -220px;
}
}

.fasting-3pt {
  background-color: #E7F7E8;
  width: 45vw;
  height: 74vw;
  border-radius: 22.5vw;
}
.fasting-3pt:first-child {
  margin-left: 23vw;
}
.fasting-3pt:not(:first-child) {
 margin-top: -4vw;
}
@media (min-width: 841px) {
.fasting-3pt {
  background-color: #E7F7E8;
  width: 235px;
  height: 350px;
  border-radius: 117.5px;
}
.fasting-3pt:first-child {
  margin-left: 0;
}
.fasting-3pt:not(:first-child) {
 margin-top: 0;
}
}

.fasting-icons {
  width: 100px;
  padding-top: 70px;
}

.fasting-exp {
  font-size: 13px;
  margin-top: 20px;
}
@media (min-width: 841px) {
.fasting-exp {
  font-size: 16px;
  margin-top: 20px;
}
}

.for-beginner {
  width: 600px;
  max-width: 100%;
  margin: 50px auto 0 auto;
}

.program-title {
  font-size: 27px;
  margin-top: 200px;
  line-height: 1.6em;
}

.program-catch {
  font-size: 16px;
  margin-top: 10px;
}

.program-start {
  font-size: 32px;
  color: #59C55D;
  margin-top: 60px;
}

.program-start img {
  width: 160px;
  margin-top: -60px;
}

.first-day {
  background-image: url(../img/sp/day_bk-01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
@media (min-width: 841px) {
.first-day {
  background-image: url(../img/pc/day01_bk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
}

.days {
  display: inline-block;
  width: 52px;
  font-size: 52px;
  position: relative;
}
.day {
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 10px;
}

.days::before {
  content: "・・・";
  position: absolute;
  top: 25px;
  left: -35px;
  font-size: 18px;
  letter-spacing: -10px;
}

.days::after {
  content: "・・・";
  position: absolute;
  top: 25px;
  right: -35px;
  font-size: 18px;
  letter-spacing: -10px;
}

.flex-content-left {
  display: block;
  width: 100%;
  justify-content: unset;
  margin: auto;
  padding-bottom: 150px;
}
@media (min-width: 841px) {
.flex-content-left {
  display: flex;
  width: 1054px;
  justify-content: space-between;
  margin: auto;
  padding-bottom: 20px;
}
}

.img-area {
  width: 100%;
}
@media (min-width: 841px) {
.img-area {
  width: 500px;
}
}

.plan-area {
  width: 100%;
}
@media (min-width: 841px) {
.plan-area {
  width: 467px;
}
}

.keywords {
  text-decoration: underline;
  margin-top: 15px;
}

.plan-desc {
  font-size: 15px;
}

.plan-table {
  width: 100%;
  margin-top: 20px;
}

.plan-table tr td {
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}

.caption-plan {
  width: 100%;
  margin: -100px auto 0 auto;
}
@media (min-width: 841px) {
.caption-plan {
  width: 720px;
  max-width: 100%;
  margin: 50px auto 0 auto;
}
}

.second-day {
  background-image: url(../img/sp/day_bk-01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 150px;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 841px) {
.second-day {
  background-image: url(../img/pc/day02_bk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 150px;
  position: relative;
  padding-bottom: 100px;
}
}

.flex-content-right {
  display: block;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: auto;
  padding-bottom: 160px;
}
@media (min-width: 841px) {
.flex-content-right {
  display: flex;
  width: 1054px;
  justify-content: space-between;
  flex-direction: unset;
  margin: auto;
  padding-bottom: 20px;
}
}

.third-day {
  background-image: url(../img/sp/day_bk-03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 150px;
  padding-bottom: 130px;
  position: relative;
}
@media (min-width: 841px) {
.third-day {
  background-image: url(../img/pc/day03_bk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 150px;
  padding-bottom: 130px;
  position: relative;
}
}

.program-end {
  margin-top: -10px;
}
@media (min-width: 841px) {
.program-end {
  margin-top: 120px;
}
}

.watashi {
  font-size: 18px;
}
@media (min-width: 841px) {
.watashi {
  font-size: 27px;
}
}

.program-img {
  width: 80%;
  margin: auto;
}
@media (min-width: 841px) {
.program-img {
  width: 100%;
  margin: auto;
}
}

.program-line {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 841px) {
.program-line {
  width: 100%;
  margin-top: 0;
}
}

.deco-line01 {
  width: 150px;
  position: absolute;
  top: -160px;
  right: 2vw;
  z-index: 10;
}

.deco-line02 {
  width: 160px;
  position: absolute;
  bottom: -80px;
  left: 2vw;
  z-index: 10;
}

.deco-line03 {
  width: 170px;
  position: absolute;
  bottom: 200px;
  right: 1vw;
  z-index: 10;
}
@media (min-width: 841px) {
.deco-line01 {
  width: 240px;
  position: absolute;
  top: -200px;
  right: 10vw;
  z-index: 10;
}

.deco-line02 {
  width: 240px;
  position: absolute;
  bottom: -140px;
  left: 10vw;
  z-index: 10;
}

.deco-line03 {
  width: 300px;
  position: absolute;
  bottom: 300px;
  right: 7vw;
  z-index: 10;
}
}

.watashi-point {
  width: 70px;
  margin-bottom: 5px;
  margin-right: 3vw;
}
@media (min-width: 841px) {
.watashi-point {
  width: 90px;
  margin-bottom: 5px;
  margin-right: 2vw;
}
}

.flex-teacher-list {
  display: block;
  width: 90%;
  justify-content: unset;
  flex-wrap: unset;
  margin: 90px 5% 0 5%;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}
@media (min-width: 841px) {
.flex-teacher-list {
  display: flex;
  width: 924px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 90px auto 0 auto;
  padding-bottom: 120px;
  border-bottom: 1px solid #000;
}
}

.flex-teacher {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
@media (min-width: 841px) {
.flex-teacher {
  width: 385px;
  position: relative;
  margin-top: 0;
}
}

.photo-instractor {
  width: 100%;
  margin: auto;
}
@media (min-width: 841px) {
.photo-instractor {
  width: 100%;
  margin: auto;
}
}

.teaching-genre {
  position: absolute;
  top: 60vw;
  left: -20px;
  width: 54px;
  height: 54px;
  z-index: 12;
}
@media (min-width: 841px) {
.teaching-genre {
  position: absolute;
  top: 270px;
  left: -20px;
  width: 77px;
  height: 77px;
  z-index: 12;
}
}

.teacher-bg01 {
  width: 600px;
  position: absolute;
  top: 20px;
  left: -200px;
  z-index: -1;
}

.teacher-name {
  margin-top: 30px;
}

.about-teacher {
  font-size: 14px;
  margin-top: 30px;
  text-align: left;
}

.sns-lead {
  margin-top: 20px;
  z-index: 20;
  position: inherit;
}

.sns-lead a {
  font-size: 13px;
  z-index: 20;
  position: inherit;
}

.teacher-bg02 {
  width: 600px;
  position: absolute;
  top: -280px;
  right: -200px;
  z-index: -1;
}

.about-teacher dl dd {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 30px;
}

.lodge-bg {
  background-image: url(../img/pc/location-bg.png);
  background-size: cover;
  padding: 40px 0 40px 0;
}
@media (min-width: 841px) {
.lodge-bg {
  background-image: url(../img/pc/location-bg.png);
  background-size: cover;
  padding: 120px 0 90px 0;
}
}

.flex-location {
  display: block;
  justify-content: unset;
  flex-wrap: unset;
  width: 100%;
  margin: 90px auto 0 auto;
}
@media (min-width: 841px) {
.flex-location {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1304px;
  margin: 90px auto 0 auto;
}
}

.location-img {
  width: 100%;
}
.location-point {
  width: 100%;
}
@media (min-width: 841px) {
.location-img {
  width: 634px;
}
.location-point {
  width: 598px;
}
}

.location-table {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 841px) {
.location-table {
  width: 100%;
  margin-top: 0;
}
}

.location-table tr td {
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}

.location-sp {
  margin-top: 50px;
}

.point-title {
  font-size: 18px;
  color: #D56561;
  margin-top: 10px;
}

.green-bg {
  background-color: #E7F7E8;
  padding: 100px 0;
}

.about-event {
  width: 100%;
}
@media (min-width: 841px) {
.about-event {
  width: 840px;
  margin: auto;
}
}

.table-title {
  font-size: 27px;
  font-weight: 700;
}

.faq-title {
  font-size: 27px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 841px) {
.faq-title {
  font-size: 27px;
  margin-top: 80px;
  margin-bottom: 60px;
}
}

.monitor-bg2 {
  background-image: url(../img/sp/bg-final-heading.png);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 841px) {
.monitor-bg2 {
  background-image: url(../img/pc/bg-final-heading.png);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
}

.imadake-monitor {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 841px) {
.imadake-monitor {
  font-size: 27px;
  text-align: center;
}
}

.footer-bg {
background-color: #EFEFEF;
padding-top: 70px;
padding-bottom: 100px;
}

.footer-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
@media (min-width: 841px) {
.footer-flex {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
}

.footer-flex-single {
  width: 90%;
  margin: 30px 5% 0 5%;
  text-align: center;
}
@media (min-width: 841px) {
.footer-flex-single {
  width: 24%;
  margin: 30px 0 0 0;
  text-align: left;
}
}

.footer-logo {
  width: 100%;
  max-width: 230px;
}

.nirasaki-insta {
  width: 70vw;
  margin: 0 15vw;
}
@media (min-width: 841px) {
.nirasaki-insta {
  width: 100%;
  margin: auto;
}
}

/* スマホ時ボタン */

/* ボタンのデザイン */
#showScheduleBtn1, #showScheduleBtn2, #showScheduleBtn3, #showScheduleBtn4 {
  color: #000;
  background-color: transparent;
  width: 70%;
  height: 60px;
  padding: 10px 20px;
  margin: 20px 15% 0 15%;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.5s;
}

/* アコーディオンの親要素 */
.plan-table-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 0;
  transition: max-height 0.8s ease, padding 0.8s ease, opacity 0.5s ease;
}

/* アコーディオン展開時 */
.plan-table-wrapper.open {
  max-height: 2000px; /* 十分な高さに */
  opacity: 1;
  padding: 20px 0;
}

/* PC用：右中央の縦型ボタン（オレンジ背景→hoverで白反転） */
.pc-floating-cta {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9999;
  background-color: #FF8900;
  height: 340px;
  width: 60px;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: all 0.3s ease;
}

.pc-floating-cta a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px !important;
  text-decoration: none !important;
  line-height: 1.6;
  letter-spacing: 2px;
  height: 100%;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
}

.pc-floating-cta a:hover {
  background-color: #fff;
  color: #FF8900 !important;
  border: 2px solid #FF8900;
  text-decoration: none !important;
  box-sizing: border-box;
}

/* 念のため内部の要素も白に */
.pc-floating-cta a span,
.pc-floating-cta a strong,
.pc-floating-cta a em {
  color: #fff !important;
}
.pc-floating-cta a:hover span,
.pc-floating-cta a:hover strong,
.pc-floating-cta a:hover em {
  color: #ff8800 !important;
}

/* スマホでは非表示 */
@media (max-width: 840px) {
  .pc-floating-cta {
    display: none;
  }
}




/* スマホ用：下部の追従ボタン */
.floating-cta {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: #ff8800;
  text-align: center;
  padding: 20px 0;
  transition: bottom 0.3s;
  z-index: 9999;
}
.floating-cta.show {
  bottom: 0;
}
.floating-cta a {
  color: #fff !important; /* ← ここを追加 */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.floating-cta a:hover {
  text-decoration: none;
}



/* ギャラリー全体を中央に寄せ、最大幅900pxに固定 */
  .gallery {
    width: 900px;
    max-width: 100%;
    margin: 60px auto;
    box-sizing: border-box;
  }

  /* 上部の表示画像（横幅100%） */
  .viewer {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .viewer img {
    width: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
  }

  /* サムネイルリスト */
  .thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .thumb {
    flex: 0 0 calc( (100% - 9 * 8px) / 10 ); /* 10個を均等に配置（gapを考慮） */
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: transform .12s ease, border-color .12s ease;
    background: #fff;
  }
  .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .thumb:hover {
    transform: translateY(-4px);
  }
  .thumb.active {
    border-color: #ccc;
    box-shadow: 0 6px 14px rgba(43,140,255,0.14);
  }

  /* スクロールバーを少し目立たせる（ブラウザにより表示が違います） */
  .thumbs::-webkit-scrollbar { height: 8px; }
  .thumbs::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 4px; }

  /* 小さい画面（900px未満）ではサムネイルを小さめにして横スクロール */
  @media (max-width: 520px) {
    .thumbs {
      flex-wrap: wrap;       /* 折り返しON */
      overflow-x: visible;   /* 横スクロールOFF */
    }
    .thumb {
      flex: 0 0 calc((100% - 4 * 8px) / 5); /* gapを考慮して5個均等配置 */
    }
  }

.photo-bg01 {
  width: 600px;
  position: absolute;
  top: 160px;
  left: -70px;
  z-index: -1;
}

.photo-bg02 {
  width: 600px;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}