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

#title {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}

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

#title h1 > img {
  width: 25%;
  max-width: 100px;
}

#title h1 .text {
  width: 75%; 
  font-weight: 500;
  font-size: 18pt;
  line-height: 1em;
  letter-spacing: 3px;
  color: #b0bf9f;
  margin-left: 20px;
}

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

.global-menu-right .header {
  position: relative;
}

.global-menu-right .header .image {
  width: 100px;
  margin: auto;
}

.global-menu-right .header img {
  width: 100%;
}

.global-menu-right .header .text {
  text-align: center;
  font-weight: 500;
  font-size: 12pt;
  line-height: 1em;
  letter-spacing: 3px;
  color: #b0bf9f;
}

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

.global-menu-right .in-page-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.global-menu-right .in-page-menu ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

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

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

.global-menu-right .in-page-menu ul li .down-arrows {
  width: 25px;
  margin-top: 3px;
}

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

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

#list .heading img {
  display: none;
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#list .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  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: 30px;
}

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

#list ul li img.image {
  width: 100%;
  min-width: 60px;
  max-width: 180px;
}

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

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

#schedule .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#schedule .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
  letter-spacing: 4px;
  line-height: 1em;
}

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

@media screen and (max-width:320px) {
  #schedule .calendar .nav .date {
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1em;
    font-size: 11pt;
    margin-left: 5px;
  }
}

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

@media screen and (max-width:320px) {
  #schedule .calendar .nav .control {
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1em;
    font-size: 11pt;
    margin-right: 5px;
  }
}

#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: 28px;
  margin-top: 25px;
}

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

#schedule .calendar .table .head .cal-cell {
  min-height: 52px;
  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: 11pt;
}

#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.day p {
  font-size: 12pt;
  letter-spacing: 2px;
}

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

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

#schedule .calendar .table .week .cal-cell a img {
  width: 45px;
  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: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#pickup .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#pickup .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  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: 30px;
}

#pickup ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  width: 33.333334%;
  position: relative;
}

#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: 100%;
  min-width: 60px;
  max-width: 200px;
}

#pickup ul li .pickup-image {
  width: 100%;
  min-width: 60px;
  max-width: 200px;
  background-size:cover;
  background-position: center;
  border-radius: 50%;
}

#pickup ul li .pickup-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}


#pickup ul li h3 {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 8pt;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

#pickup ul li .text-wrap {
  min-height: 120px;
  margin-top: 30px;
  width: 100%;
  max-width: 90px;
}

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

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

#online .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#online .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  margin: auto;
  margin-top: -12px;
}

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

#online .description {
  width: 95%;
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}

#online .description img {
  width: 100%;
  max-width: 800px;
}

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

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

#plan .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#plan .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  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: 30px;
}

#plan .class {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}

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

#plan .price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0px;
  margin-top: 20px;
}

#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: 11pt;
  text-align: center;
}

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

#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: 14pt;
  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: 10pt;
  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: 10pt;
  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.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: 68%;
  min-width: 320px;
  max-width: 950px;
  max-height: 70vh;
  min-height: 70vh;
  padding: 30px 30px 15px;
  vertical-align: middle;
  border: solid 3px #d86f9d;
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
  background-color: #fff;
}

@media screen and (max-width:330px) {
  .modal-wrapper .modal-window.detail-schedule {
    min-width: 260px;
  }
}
.modal-wrapper .modal-window.detail-schedule .modal-content {
  max-height: 60vh;
  overflow-y: scroll;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .detail-image {
  margin-top: 10px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .detail-image img {
  width: 75%;
}

.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: 45px;
  margin-left: 5px;
}

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

.modal-wrapper .modal-window.detail-schedule .modal-content .details {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 5px;
  margin-top: 15px;
  overflow-y: hidden;
}

.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;
}

.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: 9pt;
  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;
  min-width: 42px;
}

.modal-wrapper .modal-window.detail-schedule .modal-content .details .detail .item .text {
  font-size: 11pt;
  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: 8pt;
  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;
  margin-top: -2px;
  position: relative;
  vertical-align: middle;
  width: 68%;
  min-width: 320px;
  max-width: 950px;
  padding: 30px 30px 15px;
  border: solid 3px #d86f9d;
  border-bottom-left-radius: 39px;
  border-bottom-right-radius: 39px;
  background-color: #d86f9d;
}

@media screen and (max-width:330px) {
  .modal-wrapper .detail-footer {
    min-width: 260px;
  }
}

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

@media screen and (max-width:480px) {
  .modal-wrapper .detail-footer p {
    margin-top: -16px;
    font-size: 8pt;
  }
}

.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: 1%;
  left: 1%;
  width: 80px;
  color: #d86f9d !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

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

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

#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: 65px;
}

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

#contact-button.clicked .sub-buttons .item:nth-of-type(1) {
  top: -195px;
  left: -37px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(2) {
  top: -135px;
  left: -84px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(3) {
  top: -63px;
  left: -101px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(4) {
  top: -202px;
  left: -120px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(5) {
  top: -135px;
  left: -159px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(6) {
  top: -63px;
  left: -180px;
}
