body {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  background-color: #fff;
}

.main {
  margin-top: -50px;
}

#title {
  display: block;
  margin: auto;
  width: 670px;
  margin-top: 20px;
}

#title h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#title h1 > img {
  width: 150px;
}

#title h1 .text {
  font-weight: 600;
  font-size: 30pt;
  line-height: 1.5em;
  letter-spacing: 10px;
  color: #b0bf9f;
  padding-bottom: 10px;
  margin-left: 20px;
}

#title h1 > a > img {
  width: 30px;
}

/* In-page menu */
#in-page-menu {
  display: block;
  margin-top: 35px;
}

#in-page-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 10px;
}

#in-page-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#in-page-menu ul li {
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#in-page-menu ul li .a-wrap {
  border: solid 1px #E870A3;
  border-radius: 15px;
}

#in-page-menu ul li a {
  color: #E870A3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 300;
  font-size: 12pt;
  letter-spacing: 5px;
  line-height: 1.7em;
  padding-left: 20px;
  padding-right: 20px;
}

#in-page-menu ul li .down-arrows {
  width: 32px;
  margin-top: 3px;
  transition: transform ease 0.4s;
}

#in-page-menu ul li:hover .down-arrows {
  transform: translateY(7px);
}

#in-page-menu ul li .down-arrows .arrow {
  fill: none;
  stroke-width:.56458px;
  stroke: #E870A3;
}

/* 開設講座一覧 */
#list .heading {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#list .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#list .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1em;
  font-size: 20pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#list .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#list .wave-line img {
  width: 100%;
}

#list ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

#list ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  margin-left: 50px;
}

#list ul li img.image {
  width: 180px;
}

#list ul li h3 {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  line-height: 1em;
  font-size: 12pt;
  margin-top: 20px;
}

/* スケジュール */
#schedule .heading {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#schedule .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#schedule .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1em;
  font-size: 20pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#schedule .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#schedule .wave-line img {
  width: 100%;
}

#schedule .calendar {
  max-width: 850px;
  margin: auto;
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1em;
  font-size: 17pt;
  margin-top: 55px;
}

#schedule .calendar .nav .date {
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1em;
  font-size: 19pt;
  margin-left: 30px;
}

#schedule .calendar .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

#schedule .calendar .nav .control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

#schedule .calendar .nav .control .prev {
  margin-right: 20px;
  cursor: pointer;
}

#schedule .calendar .nav .control .next {
  cursor: pointer;
}

#schedule .calendar .table {
  border: solid 1px #E870A3;
  border-radius: 39px;
  margin-top: 25px;
}

#schedule .calendar .table .head {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4d7e4;
  border-radius: 38px 38px 0 0;
  padding-top: 3px;
}

#schedule .calendar .table .head .cal-cell {
  min-height: 66px;
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#schedule .calendar .table .head .cal-cell p {
  margin-bottom: 15px;
  font-size: 14pt;
}

#schedule .calendar .table .week {
  display: flex;
  justify-content: center;
  align-items: center;
}

#schedule .calendar .table .week .cal-cell.day p {
  font-size: 15pt;
  letter-spacing: 2px;
}

#schedule .calendar .table .week .cal-cell.day {
  border-top: solid 1px #F5C5DA;
  /*border-left: solid 1px #F5C5DA;*/
}

#schedule .calendar .table .week.first .cal-cell.day {
  border-top: 0;
}

#schedule .calendar .table .week .cal-cell.day.first {
  border-left: 0; 
}

#schedule .calendar .table .week .cal-cell {
  min-height: 94px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#schedule .calendar .table .week .cal-cell a img {
  width: 52px;
  margin-top: 5px;
  margin-bottom: 2px;
}

#schedule .calendar .table .week .cal-cell p {
  margin-top: 10px;
}

#schedule .calendar .table .week .cal-cell p.other {
  opacity: 0.45;
}

/* pickup講座 */
#pickup .heading {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#pickup .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#pickup .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1em;
  font-size: 20pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#pickup .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#pickup .wave-line img {
  width: 100%;
}

#pickup ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
}

#pickup ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  margin-left: 40px;
  position: relative;
  transition: all 0.2s;
}

#pickup ul li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#pickup ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

#pickup ul li img.image {
  width: 260px; 
}

#pickup ul li .pickup-image {
  width: 260px;
  height: 260px;
  background-size:cover;
  background-position: center;
  border-radius: 50%;
}

#pickup ul li h3 {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 1.5em;
  font-size: 16pt;
  max-width: 220px;
  min-width: 220px;
  margin-top: 65px;
}

#pickup ul li .text-wrap {
  min-height: 300px;
  margin-top: 25px;
}

#pickup ul li p {
  color: #A1B5A5;
  font-family: 'Noto Serif JP', sans-serif; 
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5em;
  font-size: 12pt;
  max-width: 220px;
}

/* オンラインサロン */
#online .heading {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#online .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#online .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1em;
  font-size: 20pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#online .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#online .wave-line img {
  width: 100%;
}

#online .description {
  width: 800px;
  margin: auto;
  margin-top: 50px;
}

#online .description img {
  width: 800px;
}

#online .description p {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 1em;
  font-size: 22pt;
  text-align: center;
  margin-top: 50px;
}

/* プラン */
#plan .heading {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#plan .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#plan .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 9px;
  line-height: 1em;
  font-size: 20pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#plan .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#plan .wave-line img {
  width: 100%;
}

#plan .description {
  width: 800px;
  margin: auto;
  margin-top: 50px;
}

#plan .description img {
  width: 800px;
}

#plan .description p {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 1em;
  font-size: 22pt;
  text-align: center;
  margin-top: 50px;
}

#plan .wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-top: 80px;
}

#plan .class {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 760px;
  margin-bottom: 20px;
}

#plan .class img {
  width: 100%; 
}

#plan .price {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 760px;
  margin-bottom: 20px;
  margin-top: 40px;
}

#plan .price img {
  width: 100%; 
}

#plan .place {
  margin-top: 20px;
}

#plan .place p {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2em;
  font-size: 20pt;
  text-align: center;
}

#plan .note {
  margin-top: 150px;
}

#plan .note .cautions {
  max-width: 850px;
  margin: auto;
}

#plan .note .cautions h3 {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  font-size: 16pt;
  border-bottom: solid 2px #e870a3;
  display: inline;
}

#plan .note .cautions .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#plan .note .cautions .list ul {
  list-style: outside;
}

#plan .note .cautions .list ul {
  margin-left: 20px;
}

#plan .note .cautions .list ul:nth-of-type(1) {
  margin-right: 60px;
}

#plan .note .cautions .list li {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 11pt;
  margin-top: 30px;
}

#plan .note .cautions2 {
  max-width: 850px;
  margin: auto;
  margin-top: 60px;
}

#plan .note .cautions2 h3 {
  border-bottom: solid 2px #e870a3;
  display: inline;
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 11pt;
}

#plan .note .cautions2 .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#plan .note .cautions2 .list ul {
  list-style: none;
}

#plan .note .cautions2 .list li {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 11pt;
  margin-top: 30px;
}

/* modal window */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}

.modal-wrapper .pad {
  height: 100px;
}

@media screen and (max-height:900px) { 
  .modal-wrapper .pad {
    height: 0px; 
  }
}

.modal-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper.show {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window.detail-schedule {
  box-sizing: border-box;
  display: inline-block;
  z-index: 99;
  position: relative;
  width: 1120px;
  min-width: 320px;
  min-height: 526px;
  padding: 30px 30px 15px;
  vertical-align: middle;
  border: solid 3px #d86f9d;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  background-color: #fff;
}

.modal-wrapper .modal-window.detail-schedule .modal-content {
  max-height: 80vh;
  height: 488px;
  overflow-y: auto;
}

@media screen and (max-height:750px) {
  .modal-wrapper .modal-window.detail-schedule {
    min-height: 0px;
  }

  .modal-wrapper .modal-window.detail-schedule .modal-content {
    max-height: 60vh;
    overflow-y: auto;
  }
}

.modal-wrapper .modal-window.detail-schedule .modal-content .detail-image {
  position: absolute;
  right: 132px;
  top: 50px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .detail-image img {
  max-height: 205px;
}


.modal-wrapper .modal-window.detail-schedule .modal-content .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .title img {
  width: 65px;
  margin-left: 50px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .title h3 {
  color: #d86f9d;
  font-family: 'Noto Sans JP', serif;
  font-weight: 700;
  letter-spacing: 12px;
  line-height: 1.7em;
  font-size: 21pt;
  margin-left: 25px;
  max-width: 450px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 50px;
  margin-top: 30px;
  min-height: 340px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail:nth-of-type(2) {
  margin-right: 20px;
  z-index: 12;
  min-width: 420px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #d86f9d;
  font-family: 'Noto Sans JP', serif;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7em;
  font-size: 14pt;
  margin-top: 12px;
  text-align: left;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail .item .name {
  border: solid 2px #d86f9d;
  padding: 1px 4px 1px 6px;
  margin-right: 25px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail .item .text {
  font-size: 15pt;
  max-width: 400px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail .item .text .external-link::after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  color: #d86f9d;
  margin-left: 10px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail .item .text .googlemap {
  color: #d86f9d;
  font-size: 13pt;
  padding-bottom: 2px;
  border-bottom: solid 2px #d86f9d;
}

.modal-wrapper .detail-footer {
  background-color: #d86f9d;
  height: 112px;
  box-sizing: border-box;
  z-index: 99;
  margin: auto;
  position: relative;
  width: 1120px;
  padding: 30px 30px 15px;
  border: solid 3px #d86f9d;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-color: #d86f9d;
}

.modal-wrapper .detail-footer p {
  color: #fff;
  font-family: 'Noto Sans JP', serif;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.5em;
  font-size: 16pt;
  margin-top: -10px;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .1)
}

.modal-wrapper .modal-close {
  z-index: 999;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 80px;
  color: #d86f9d !important;
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #1b2a52 !important
}

/* 問い合わせボタン */
#contact-button {
  position: fixed;
  cursor: pointer;
  right: 100px;
  bottom: 80px;
  padding-left: 0px;
  padding-top: 0px;
}

#contact-button img {
  width: 160px;
}

#contact-button .sub-buttons {
  position: relative;
}

#contact-button .sub-buttons .item {
  position: absolute;
  top: -124px;
  left: 40px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

#contact-button .sub-buttons .item img {
  width: 78px;
}

#contact-button:hover {
  padding-left: 320px;
  padding-top: 150px;
}

#contact-button:hover .sub-buttons .item {
  opacity: 1;
  visibility: visible;
}

#contact-button:hover .sub-buttons .item:nth-of-type(1) {
  top: -260px;
  left: -50px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(2) {
  top: -180px;
  left: -112px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(3) {
  top: -85px;
  left: -135px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(4) {
  top: -270px;
  left: -160px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(5) {
  top: -180px;
  left: -212px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(6) {
  top: -85px;
  left: -240px;
}
