@charset "UTF-8";
:root {
  --main-color: #5c2623;
  --main-color2: #e07285;
}

.l-pagetitle {
  background: url("../img/option/pagetitlebg2.png"), url("../img/option/pagetitlebg3.png"), url("../img/option/pagetitlebg.png");
  background-repeat: no-repeat;
  background-position: left top, right top,center;
  padding: 60px 0;
  width: 100vw;
  background-size: auto, auto, cover;
}
.l-pagetitle .box {
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 100px;
  position: relative;
  /* 基準にする */
  /* 上下の画像だけをセット */
  background: url("../img/option/pagetitle_bg1.png") left top no-repeat, url("../img/option/pagetitle_bg3.png") left bottom no-repeat;
  z-index: 1;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

.l-pagetitle .box .icon1 {
  position: absolute;
  left: 30px;
  top: -5px;
}
.l-pagetitle .box .icon2 {
  position: absolute;
  right: 15px;
  bottom: -20px;
}
.l-pagetitle .box h1 {
  text-align: center;
  font-size: 44px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Noto Serif JP", "游明朝", YuMincho,  "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
.l-pagetitle .box h1 span {
  display: block;
  text-align: center;
  font-size: 25px;
}
.l-pagetitle .box h1 small {
  font-size: 18px;
}
.l-pagetitle .box h1:after {
  content: "";
  width: 58px;
  height: 43px;
  display: block;
  background: url("../img/option/icon-shoes.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -43px;
  margin: auto;
}
.l-pagetitle .box:before {
  content: "";
  position: absolute;
  /* ここで「リピート画像を表示する範囲」を厳密に指定 */
  top: 88px;
  /* 上から73pxあける */
  bottom: 88px;
  /* 下から63pxあける */
  left: 0;
  right: 0;
  background: url("../img/option/pagetitle_bg2.png") left center repeat-y;
  background-size: 100% auto;
  z-index: -1;
  /* 背景画像のさらに後ろに配置 */
}

.l-nav {
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  position: relative;
  padding: 30px 0;
}
.l-nav:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  background-color: var(--main-color);
}
.l-nav:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  background-color: var(--main-color);
}
.l-nav ul {
  text-align: center;
}
.l-nav ul li {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 50px;
}
.l-nav ul li:last-child {
  margin-right: 0;
}
.l-nav ul li a {
  width: 300px;
  display: block;
}
.l-nav ul li span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid var(--main-color);
  border-bottom: 0;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.l-nav ul li:before {
  content: "";
  width: 15px;
  height: 31px;
  display: inline-block;
  background: url("../img/option/nav_before.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-nav ul li:after {
  content: "";
  width: 15px;
  height: 31px;
  display: inline-block;
  background: url("../img/option/nav_after.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*=======================================
option
=========================================*/
.p-option {
  margin-bottom: -60px;
}
.p-option__business {
  background: url("../img/option/bg1.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0;
}
.p-option__space {
  background: url("../img/option/bg2.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0;
}
.p-option__curriculum, .p-option__curriculum2 {
  background: url("../img/option/bg4-1.png"), url("../img/option/bg4-2.png");
  background-repeat: no-repeat;
  background-color: #fff7f5;
  background-position: left center,right center;
  padding: 45px 0;
}
.p-option__detail {
  background: #fbe6e1 url("../img/option/bg3.png") repeat;
  padding: 70px 0 160px;
}
.p-option__detail .intro {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
}
.p-option__detail .time {
  padding-bottom: 75px;
}
.p-option__detail .detail-wrap .block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-option__detail .detail-wrap .block:before, .p-option__detail .detail-wrap .block:after {
  content: none;
}
.p-option__detail .detail-wrap .block .item {
  width: 480px;
  padding: 50px 0;
  position: relative;
  /* 基準にする */
  /* 上下の画像だけをセット */
  background: url("../img/option/bg7-1.png") left top no-repeat, url("../img/option/bg7-3.png") left bottom no-repeat;
  z-index: 1;
  padding: 50px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-option__detail .detail-wrap .block .item:before {
  content: "";
  position: absolute;
  /* ここで「リピート画像を表示する範囲」を厳密に指定 */
  top: 60px;
  /* 上から73pxあける */
  bottom: 60px;
  /* 下から63pxあける */
  left: 0;
  right: 0;
  background: url("../img/option/bg7-2.png") left center repeat-y;
  background-size: 100% auto;
  z-index: -1;
  /* 背景画像のさらに後ろに配置 */
}
.p-option__detail .detail-wrap .block .item h4 {
  text-align: center;
  display: block;
  margin: 0 auto 15px;
  font-size: 15px;
  color: #b39700;
}
.p-option__detail .detail-wrap .block .item h4 span {
  display: block;
  width: fit-content;
  border-bottom: 1px solid #b39700;
  margin: 10px auto;
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
}
.p-option__detail .detail-wrap .block2 {
  background-color: #FFF;
  margin-top: 57px;
  line-height: 1;
  text-align: center;
  color: var(--main-color2);
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.p-option__detail .detail-wrap .block2 span {
  font-size: 12px;
}
.p-option__detail .detail-wrap .block2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid var(--main-color2);
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -24px;
}
.p-option__detail .detail-wrap .block3 {
  margin-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-option__detail .detail-wrap .block3:before, .p-option__detail .detail-wrap .block3:after {
  content: none;
}
.p-option__detail .detail-wrap .block3 .item {
  width: 480px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: start;
  justify-content: center;
  align-items: center;
}
.p-option__detail .detail-wrap .block3 .item h4 {
  margin: 0 auto 15px;
  font-size: 18px;
}
.p-option__detail .detail-wrap .block3 .item h4:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
}
.p-option__detail .detail-wrap .block3 .item h4.icon1:before {
  width: 80px;
  height: 60px;
  background: url("../img/option/icon-pc.svg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-option__detail .detail-wrap .block3 .item h4.icon2:before {
  width: 56px;
  height: 60px;
  background: url("../img/option/icon-world.svg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-option__detail .detail-wrap .block3 .item p {
  max-width: 266px;
  width: 100%;
}
.p-option__detail .schedule {
  padding-bottom: 75px;
}
.p-option__detail .schedule .box {
  padding: 50px 0;
  position: relative;
  /* 基準にする */
  /* 上下の画像だけをセット */
  background: url("../img/option/bg6-1.png") left top no-repeat, url("../img/option/bg6-3.png") left bottom no-repeat;
  z-index: 1;
}
.p-option__detail .schedule .box:before {
  content: "";
  position: absolute;
  /* ここで「リピート画像を表示する範囲」を厳密に指定 */
  top: 73px;
  /* 上から73pxあける */
  bottom: 63px;
  /* 下から63pxあける */
  left: 0;
  right: 0;
  background: url("../img/option/bg6-2.png") left center repeat-y;
  background-size: 100% auto;
  z-index: -1;
  /* 背景画像のさらに後ろに配置 */
}
.p-option__detail .schedule .box .day {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.p-option__detail .schedule .box .day h4 {
  background-color: #F9F6E8;
  border-bottom: 1px solid var(--main-color);
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #704311;
}
.p-option__detail .schedule .box .day .day-list {
  margin-bottom: 20px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-option__detail .schedule .box .day .day-list li {
  width: 99px;
  border: 1px solid var(--main-color);
  margin-right: 7px;
  padding: 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-option__detail .schedule .box .day .day-list li:nth-child(6n) {
  margin-right: 0;
}
.p-option__detail .schedule .box .day .day-list li:nth-child(n+7) {
  margin-top: 10px;
}
.p-option__detail .schedule .box .day .day-list li span {
  background: #704311;
  color: #FFF;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
  font-feature-settings: "palt";
  padding: 0 5px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-left: 5px;
}
.p-option__detail .schedule .box .day .day-list li span.sun {
  background-color: #C1361F;
}
.p-option__detail .schedule .box .day .careful li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: var(--main-color2);
  font-size: 13px;
  line-height: 1.2rem;
  margin-bottom: 5px;
}
.p-option__detail .price {
  padding-bottom: 80px;
}
.p-option__detail .price .price-wrap {
  margin-bottom: 60px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-option__detail .price .price-wrap:before, .p-option__detail .price .price-wrap:after {
  content: none;
}
.p-option__detail .price .price-wrap .item {
  width: 493px;
}
.p-option__detail .price .price-wrap .item:nth-child(2) {
  width: 494px;
}
.p-option__detail .price .other {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.p-option__detail .price .other ul li {
  margin-bottom: 5px;
}
.p-option__detail .price .other ul li:last-child {
  margin-bottom: 0;
}

.option-t1 {
  border-bottom: 2px solid var(--main-color2);
  text-align: center;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  letter-spacing: 0.96px;
}
.option-t1 span {
  font-size: 16px;
  display: block;
}

.option-t2 {
  border-bottom: 2px solid var(--main-color2);
  text-align: center;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  letter-spacing: 0.96px;
  margin-bottom: 40px;
}
.option-t2--icon1 span:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../img/option/icon-time.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.option-t2--icon2 span:after {
  content: "";
  width: 24px;
  height: 22px;
  background: url("../img/option/icon-sche.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.option-t2--icon3 span:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../img/option/icon-price.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.c-curriculum {
  margin-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-curriculum:before {
  content: none;
}
.c-curriculum:after {
  content: "";
  width: 240px;
  display: block;
}
.c-curriculum li {
  width: 240px;
  background-color: #FFF;
  text-align: center;
  padding: 30px 0;
  position: relative;
  border-bottom: 2px solid var(--main-color);
}
.c-curriculum li:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: var(--main-color);
  bottom: 3px;
  position: absolute;
}
.c-curriculum li span.en {
  color: var(--main-color2);
  display: block;
  font-size: 12px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.c-curriculum li span.u-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.c-curriculum li:nth-child(n+5) {
  margin-top: 20px;
}

.c-box {
  background: #FFFFFF;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 55px 60px;
  position: relative;
}
.c-box--set1:before {
  content: "";
  width: 175px;
  height: 175px;
  display: block;
  background: url("../img/option/icon1.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -80px;
  top: -30px;
}
.c-box--set1:after {
  content: "";
  width: 156px;
  height: 153px;
  display: block;
  background: url("../img/option/icon2.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -50px;
  bottom: 70px;
}
.c-box--set2:before {
  content: "";
  width: 184px;
  height: 192px;
  display: block;
  background: url("../img/option/icon3.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -80px;
  top: -30px;
}
.c-box--set2:after {
  content: "";
  width: 160px;
  height: 151px;
  display: block;
  background: url("../img/option/icon4.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -50px;
  bottom: 0;
}
.c-box p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.8px;
  color: var(--main-color);
  font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "YuMincho","リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1em;
}
.c-box p:last-child {
  margin-bottom: 0;
}
.c-box .top {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.c-box .top .ph {
  display: table-cell;
  width: 440px;
  vertical-align: middle;
}
.c-box .top .tit {
  display: table-cell;
  width: calc(100% - 440px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-family:"Hiragino Mincho ProN","YuMincho","Noto Serif JP";
}
.c-box .top .tit h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 1.8px;
  color: var(--main-color2);
}
.c-box .top .tit h2 span {
  font-size: 18px;
  display: block;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.c-box .top .tit h2:after {
  content: "";
  width: 37px;
  height: 15px;
  display: block;
  margin: 10px auto 20px;
  background: url("../img/option/title-icon.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.c-box .top .tit .ct {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: var(--main-color2);
}

.c-reserve .box {
  background: url("../img/option/bg5-1.png"), url("../img/option/bg5-3.png"), url("../img/option/bg5-2.png");
  background-repeat: no-repeat,no-repeat,repeat-y;
  background-position: left top,left bottom,left center;
  background-color: #FFF;
  padding: 50px 0;
  position: relative;
}
.c-reserve .box:before {
  content: "";
  width: 143px;
  height: 125px;
  display: block;
  background: url("../img/option/icon5.png") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: -45px;
}
.c-reserve .box:after {
  content: "";
  width: 99px;
  height: 93px;
  display: block;
  background: url("../img/option/icon6.png") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 30px;
  bottom: -20px;
}
.c-reserve .box p {
  text-align: center;
  font-size: 15px;
  line-height: 1.75;
}
.c-reserve .box .btn-wrap {
  text-align: center;
  font-size: 0;
  margin: 50px 0 30px;
}
.c-reserve .box .btn-wrap a {
  display: inline-block;
  width: 310px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-size: 16px;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}
.c-reserve .box .btn-wrap a:after {
  content: "";
  width: 7px;
  height: 21px;
  display: block;
  background: url("../img/option/arrow.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-reserve .box .btn-wrap a.mail-btn {
  background-color: var(--main-color2);
  margin-right: 18px;
}
.c-reserve .box .btn-wrap a.line-btn {
  background-color: #6dc94b;
}
.c-reserve .box .tel {
  background-color: #fff7f5;
  border-bottom: 1px solid #000000;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.c-reserve .box .tel span {
  font-size: 24px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-pagetitle {
    background: url("../img/option/pagetitlebg2.png"), url("../img/option/pagetitlebg3.png"), url("../img/option/pagetitlebg.png");
    background-repeat: repeat-y,repeat-y,no-repeat;
    background-position: left top, right top,center;
    -webkit-background-size: 35%, 35%, cover;
    -o-background-size: 35%, 35%, cover;
    background-size: 35%, 35%, cover;
    padding: 30px 0;
  }
  .l-pagetitle .box {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 60px;
    background: url("../img/option/pagetitle_bg1.png") left top no-repeat, url("../img/option/pagetitle_bg3.png") left bottom no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .l-pagetitle .box .icon1 {
    position: absolute;
    left: 10px;
    top: -5px;
    width: 70px;
  }
  .l-pagetitle .box .icon2 {
    position: absolute;
    right: 15px;
    bottom: -10px;
    width: 80px;
  }
  .l-pagetitle .box h1 {
    font-size: 30px;
  }
  .l-pagetitle .box h1 span {
    font-size: 18px;
  }
  .l-pagetitle .box h1 small {
    font-size: 14px;
  }
  .l-pagetitle .box h1:after {
    width: 38px;
    height: 23px;
    bottom: -23px;
  }
  .l-pagetitle .box:before {
    top: 12vw;
    /* 上から73pxあける */
    bottom: 12vw;
    /* 下から63pxあける */
  }

  .l-nav {
    padding: 30px 15px;
  }
  .l-nav ul {
    text-align: center;
  }
  .l-nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-nav ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .l-nav ul li a {
    width: 100%;
    display: block;
  }

  /*=======================================
  option
  =========================================*/
  .p-option {
    margin-bottom: -60px;
  }
  .p-option__business {
    background: url("../img/option/bg1.jpg") no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
  }
  .p-option__space {
    background: url("../img/option/bg2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
  }
  .p-option__curriculum, .p-option__curriculum2 {
    background: url("../img/option/bg4-1.png"), url("../img/option/bg4-2.png");
    background-repeat: repeat-y;
    background-color: #fff7f5;
    background-position: left center,right center;
    -webkit-background-size: 20%;
    -o-background-size: 20%;
    background-size: 20%;
  }
  .p-option__detail {
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 60px 0 140px;
  }
  .p-option__detail .intro {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .p-option__detail .time {
    padding-bottom: 75px;
  }
  .p-option__detail .detail-wrap .block {
    display: block;
  }
  .p-option__detail .detail-wrap .block .item {
    width: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  .p-option__detail .detail-wrap .block .item:last-child {
    margin-bottom: 0;
  }
  .p-option__detail .detail-wrap .block .item:before {
    top: 11.5vw;
    /* 上から73pxあける */
    bottom: 11.5vw;
    /* 下から63pxあける */
  }
  .p-option__detail .detail-wrap .block2 {
    padding: 20px 0;
    font-size: 16px;
    height: auto;
    line-height: auto;
    position: relative;
    line-height: 1.2;
  }
  .p-option__detail .detail-wrap .block2 span {
    display: block;
  }
  .p-option__detail .detail-wrap .block3 {
    margin-top: 40px;
    display: block;
  }
  .p-option__detail .detail-wrap .block3 .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-option__detail .detail-wrap .block3 .item:last-child {
    margin-bottom: 0;
  }
  .p-option__detail .detail-wrap .block3 .item h4 {
    margin: 0 auto 15px;
    font-size: 18px;
  }
  .p-option__detail .schedule {
    padding-bottom: 75px;
  }
  .p-option__detail .schedule .box {
    padding: 50px 40px;
    background: url("../img/option/bg7-1.png") left top no-repeat, url("../img/option/bg7-3.png") left bottom no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .p-option__detail .schedule .box:before {
    top: 11.5vw;
    /* 上から73pxあける */
    bottom: 11.5vw;
    /* 下から63pxあける */
    background: url("../img/option/bg7-2.png") left center repeat-y;
    background-size: 100% auto;
  }
  .p-option__detail .schedule .box .day .day-list li {
    width: 48%;
    border: 1px solid var(--main-color);
    margin-right: 4%;
    padding: 10px 0;
  }
  .p-option__detail .schedule .box .day .day-list li:nth-child(6n) {
    margin-right: 0;
  }
  .p-option__detail .schedule .box .day .day-list li:nth-child(2n) {
    margin-right: 0;
  }
  .p-option__detail .schedule .box .day .day-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .p-option__detail .price {
    padding-bottom: 80px;
  }
  .p-option__detail .price .price-wrap {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .p-option__detail .price .price-wrap .item {
    width: 100%;
  }
  .p-option__detail .price .price-wrap .item:nth-child(2) {
    width: 100%;
    margin-top: 60px;
  }
  .p-option__detail .price .other ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  .option-t2 {
    font-size: 23px;
    margin-bottom: 40px;
  }

  .c-curriculum {
    margin-top: 30px;
  }
  .c-curriculum:before {
    content: none;
  }
  .c-curriculum:after {
    content: "";
    width: 49%;
    display: block;
  }
  .c-curriculum li {
    width: 49%;
    background-color: #FFF;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    white-space: nowrap;
    /*		display: flex;
    		-webkit-flex-direction: column;
    		    -ms-flex-direction: column;
    		        flex-direction: column;
    		-webkit-justify-content: center;
    		        justify-content: center;
    		-webkit-align-items: center;
    		        align-items: center;*/
  }
  .c-curriculum li span.en {
    font-size: 10px;
  }
  .c-curriculum li span.u-mincho {
    display: inline-block;
  }
  .c-curriculum li:nth-child(n+5) {
    margin-top: 20px;
  }
  .c-curriculum li:nth-child(n+3) {
    margin-top: 2%;
  }

  .c-box {
    padding: 15px 20px 60px;
    position: relative;
  }
  .c-box--set1:after {
    left: -50px;
    bottom: -80px;
  }
  .c-box--set2:after {
    left: -50px;
    bottom: -80px;
  }
  .c-box p {
    font-size: 14px;
    text-align: left;
  }
  .c-box .top {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-box .top .ph {
    display: block;
    width: 100%;
    text-align: center;
  }
  .c-box .top .ph img {
    display: inline-block;
  }
  .c-box .top .tit {
    display: block;
    width: 100%;
  }
  .c-box .top .tit h2 {
    font-size: 24px;
  }
  .c-box .top .tit h2 span {
    font-size: 16px;
  }
  .c-box .top .tit .ct {
    font-size: 14px;
  }

  .c-reserve .box {
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 60px 15px;
  }
  .c-reserve .box:before {
    width: 123px;
    height: 105px;
    right: -10px;
    top: -30px;
  }
  .c-reserve .box:after {
    width: 79px;
    height: 73px;
    left: -10px;
    bottom: -20px;
  }
  .c-reserve .box p {
    font-size: 14px;
  }
  .c-reserve .box .btn-wrap {
    margin: 30px 0 30px;
  }
  .c-reserve .box .btn-wrap a {
    display: block;
    width: 100%;
  }
  .c-reserve .box .btn-wrap a.mail-btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .c-reserve .box .tel {
    font-size: 30px;
  }
  .c-reserve .box .tel span {
    font-size: 14px;
  }
}
