@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
/* reset / base
---------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html{
  font-size: 62.5%;
}
body {
  font-family: "YuGothic","Yu Gothic Medium","Yu Gothic","Meiryo",sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 200;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  counter-reset: number 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
h5{
  font-size: 1.25rem;
}
h6{
  font-size: 1rem;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4{
    font-size: 1.5rem;
  }
}

p {
  font-size:calc(1.275rem + 0.3vw);
  margin:0;
}

ol,
ul,
li,
dl,
dt,
dd,
th,
td,
figcaption{
  font-size:calc(1.275rem + 0.3vw);
  margin: 0;
  padding: 0;
}
dt,
th{
  font-weight:700;
}
ol,
ul{
  list-style-type:none;
}

@media (min-width: 1200px) {
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  th,
  td,
  figcaption{
    font-size: 1.8rem;
  }
}

a{
  color: #633931;
  text-decoration: none;
  transition-duration: 0.4s;
}
a:hover {
  color: #0a58ca;
}
img {
  max-width:100%;
  height:auto;
}
figure{
  margin:0;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
*/

/* Safari用のハックは、Chromeに適用されないようにする */
body {
  height: 100vh;
}
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

/*--------------------------------------------------------------
# common-css
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}
.design-font {
  font-family: 'RocknRoll One', sans-serif;
}
.maru-gothic {
  font-family: "ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: calc(1.1rem + 0.3vw);
}
.bold {
  font-family: "YuGothic","Yu Gothic","Meiryo",sans-serif;
  font-weight: bold;
}
.bg-yellow {
  background-color: #FFFFD3;
}
.link a{
  font-size:clamp(1.4rem , 2vw , 1.8rem);
  font-weight:700;
}
.link a:hover{
  color:#000;
}
.btn{
  display: block;
  font-weight:700;
  color: #FFF;
  background: #00B3BD;
  border: 1px solid #FFF;
  border-radius: 9999px;
  padding: 0.5em;
  cursor: pointer;
}
.inline-block {
  display:inline-block;
}
.br-pc{
  display:none;
}
.br-sp{
  display:inline-block;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
  .br-pc{
    display:inline-block;
  }
  .br-sp{
    display:none;
  }
}

/*--------------------------------------------------------------
# base-layout
--------------------------------------------------------------*/
.container{
  width: min(95%, 120rem);
  margin-right: auto;
  margin-left: auto;
}

/*footer*/
footer {
  height: min(15vw,198px);
  background-image: url(/img/footer.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: relative;
}
.copyright {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 2em;
}
@media (min-width: 1980px) {
  footer {
	background-position: center top;
  }
}
/*content*/
.page-visual-wrap {
  height: min(62vw,1060px);
  margin-bottom: 16px;
  background-color: #FFEBF2;
  background-image: url(img/main-visual.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.page-visual-wrap h1 {
  width: min(53%,763px);
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}
.page-visual-wrap .catch-list {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  position: absolute;
  bottom: 3%;
  left: 3%;
}
.page-visual-wrap .catch-list li {
  display: flex;
  color: #FFF;
  font-size: clamp( 10px, calc( 0.886075949367088px + 2.5316455696202533vw ), 26px );
  font-weight: 700;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  aspect-ratio: 1 / 1;
  padding: 1em;
  background: #E776A2;
  border: 3px solid currentColor;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-visual-wrap {
	  height: min(58vw,1060px);
  }
  .page-visual-wrap h1 {
    width: min(40%,763px);
  }
  .page-visual-wrap .catch-list {
    width: min(55vw,1200px);
    bottom: 10%;
  }
  .page-visual-wrap .catch-list li {
    font-size: clamp( 15px, calc( 1.1034482758620694px + 1.4008620689655173vw ), 28px );
  }
}
@media (min-width: 1200px) {
  .page-visual-wrap .catch-list {
    gap: 10px;
  }
  .page-visual-wrap .catch-list li {
    border: 5px solid currentColor;
  }
}
.session-schedule {
  width: min(90%,530px);
  margin: 0 auto;
  padding: 20px 0;
  background: #3591CF;
  border: 5px solid #FFF;
  box-shadow: 6px 6px 0 rgba(0,0,0,0.4);
}
.session-schedule img {
  display: block;
  width: max(25vw,140px);
  margin: 0 auto 1rem;
}
.session-schedule dl {
  display: flex;
  color: #FFF;
  font-size: clamp( 16px, 2vw, 24px );
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 1em;
}
.session-schedule dl dt {
  font-size: inherit;
  flex-shrink: 0;
}
.session-schedule dl.day dt {
  margin-top: 0.5em;
}
.session-schedule dl dd {
  font-size: inherit;
}
.session-schedule ul {
  display: flex;
  flex-flow: row wrap;
  font-size: inherit;
  width: fit-content;
  margin: 0 auto;
}
.session-schedule ul li {
  font-size: inherit;
}
.session-schedule ul li:not(:last-child)::after {
  content: "、";
}
.session-schedule ul li span {
  font-size: 150%;
}
.session-schedule p {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1em;
  padding-left: 1em;
}
@media (min-width:992px) {
  .session-schedule {
    width: min(36vw,550px);
    position: absolute;
    top: 24vw;
    right: 3%;
  }
  .session-schedule img {
    width: 56%;
  }
  .session-schedule dl {
    font-size: clamp( 16px, 1.5vw, 24px );
  }
  .session-schedule dl.day dt {
    margin-top: 1em;
  }
  .session-schedule ul li span {
    font-size: 200%;
  }
}
.section-title{
  font-size:clamp(1.8rem , 2vw , 2.0rem);
  line-height: 3.2;
  text-align: center;
  width: fit-content;
  min-width: 181px;
  margin: 0 auto;
  padding: 0 1em;
  background: #FFF;
  border: 2px solid;
  border-radius: 9999px;
  position: relative;
}
.section-title::after{
  display: block;
  content:"";
  width: 20px;
  height: 20px;
  background: #FFF;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.lp-worry {
  padding-top: 60px;
  position: relative;
}
.lp-worry .section-title {
  line-height: 1.5;
  margin-bottom: 2em;
  padding: 1em;
}
.lp-worry-list {
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  padding: 2em 2em 3em;
  background-color: #FFEBF2;
  border-radius: 20px;
  position: relative;
}
.lp-worry-list::after {
  display: block;
  content:"";
  width: 100%;
  height: 100%;
  border: 2px dashed #E776A2;
  border-radius: 20px;
  position: absolute;
  top: -6px;
  left: -7px;
}
.lp-worry-list li {
  display: flex;
  margin: 0.8em 0 0 -7px;
  position : relative;
  z-index: 3;
}
.lp-worry-list li::before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin: 0.3em 0.7em 0 0;
  border: 2px solid #999;
  border-radius: 4px;
}
.lp-worry-list li::after {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.8em;
  border-right: 3px solid #FF0059;
  border-bottom: 3px solid #FF0059;
  border-radius: 2px;
  position: absolute;
  top: 0.1em;
  left: 0.4em;
  transform: skewY(-24deg) rotate(49deg);
}
@media (min-width: 992px) {
  .lp-worry {
	  padding-top: 80px;
  }
}

.lp-merit {
  padding-top: 0;
}
.lp-merit-title {
  font-size: clamp( 1.8rem, calc( 1.2857142857142858rem + 1.4285714285714286vw ), 3rem );
  width: fit-content;
  margin: 0 auto 2em;
  padding: 0 1em 0.1em;
  background: url(img/pink-line.png) no-repeat left bottom / 97% 38%;
}
.lp-merit-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  justify-content: center;
  gap: 2em 4%;
}
.lp-merit-list li {
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  width: 48%;
  padding: 1em;
  background: #FFEBF2;
}
.lp-merit-note {
  width: fit-content;
  margin: 2em auto 0;
}
@media (min-width: 768px) {
  .lp-merit-list li {
    width: 28%;
  }
}
.lp-point {
  padding-top: 0;
}
.lp-point-title {
  font-size: clamp( 1.8rem, calc( 1.2857142857142858rem + 1.4285714285714286vw ), 3rem );
  width: fit-content;
  margin: 0 auto 2em;
  padding: 0 1em 0.1em;
  background: url(img/pink-line.png) no-repeat left bottom / 97% 38%;
}
.lp-point-list li {
  max-width: 330px;
  margin: 0 auto 25px;
}
.lp-point-list li::before {
  display: block;
  counter-increment: number 1;
  content: "Point "counter(number,decimal-leading-zero);
  color: #988321;
  font-style: italic;
  font-size: 110%;
  font-weight: 700;
  line-height: 6;
  text-align: center;
  padding: 0.5em 0.4em;
  background: url(img/point-list-bg.png) no-repeat 45% 5% / 50% 86%;
}
.lp-point-list li p {
  color: #FFF;
  font-weight: 700;
  padding: 1em;
  background: #988321;
  position: relative;
  top: -10px;
}

@media (min-width: 768px) {
  .lp-point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
  }
  .lp-point-list::after {
    display: block;
    content:"";
    width: calc(100% / 3 * 2);
    max-width: calc(660px + 5%);
  }
  .lp-point-list li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    margin: 0 0 25px;
  }
  .lp-point-list li::before {
    background: url(img/point-list-bg.png) no-repeat 45% 5% / 70% 86%;
  }
  .lp-point-list li p {
    flex-grow: 1;
  }
}
.lp-lesson {
  padding: 0 0 50px;
}
.lp-lesson .container {
  width: min(95%,1450px);
}
.lp-lesson .section-title {
  top: -1.5em;
}
.lp-lesson-list {
  display: grid;
  grid-template-columns: repeat(auto-fit,min(45%,260px));
  justify-content: center;
  margin: 30px auto 0;
  gap: 30px 2%;
}
@media (min-width:768px) {
  .lp-lesson-list {
    grid-template-columns: repeat(auto-fit,min(32%,260px));
  }
}
.lp-price .section-title {
  margin-bottom: -1.5em;
  top: -2.5em;
}
.lp-price .comment {
  text-align: center;
  margin-bottom: 1em;
}
.lp-price .table-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-price table {
  border: 2px solid;
  border-collapse: collapse;
}
.lp-price table {
  width: min(100%,800px);
  margin: 5px auto 0;
}
.lp-price table.comparison {
  width: calc((100% - 10px) / 2);
}
.lp-price table thead th {
  text-align: center;
  padding: 0.3em 0.5em;
  background: #FFE17B;
  border-bottom: 1px solid;
  border-right: 1px solid;
  position:relative;
}
.lp-price table thead th:nth-child(2) {
  border-right: none;
}
.lp-price table.comparison thead th{
  font-size: 60%;
}
.lp-price table tbody td {
  height: 2.5em;
  padding: 0.3em 0.5em;
  background: #FFF;
  border-bottom: 1px solid; 
  border-right: 1px solid;
}
.lp-price table tbody td:nth-child(2) {
  text-align: right;
  border-right: none;
}
.lp-price table.comparison tbody td{
  font-size: 60%;
  letter-spacing: -0.03em;
  padding: 0.3em;
}
.lp-price table tbody tr.total td {
  background: #eceef0;
}
.lp-price table tbody tr.total td:nth-child(2) {
  color: #ff0000;
  font-weight: 700;
  border-color: #000;
}
.lp-price .table-caption {
  line-height: 1.2;
  max-width: 800px;
  margin: 5px auto 20px;
}
.lp-price .table-caption li::before {
  content: "※";
}
.lp-price .entrance-fee {
  text-align: center;
  margin: 40px auto 0;
  border: 1px solid;
}
.lp-price .entrance-fee th {
  padding: 0.5em;
  background: #FFE17B;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.lp-price .entrance-fee td:nth-child(2) {
  text-align: left;
  padding: 0.5em;
  background: #FFF;
  border-bottom: 1px solid; 
}
@media (min-width: 768px) {
  .lp-price table.comparison thead th,
  .lp-price table.comparison tbody td {
    font-size: 80%;
    letter-spacing: 0;
    padding: 0.3em 0.5em;
  }
}

.lp-time-schedule {
  padding: 0 0 60px;
}
.lp-time-schedule .table-wrap {
  max-width: 970px;
  margin: 30px auto 0;
}
.lp-time-schedule table {
  width: min(100%,800px);
  margin: 0 auto 30px;
  border: 2px solid;
  border-collapse: collapse;
}
.lp-time-schedule table thead th {
  padding: 0.5em 1em;
  background: #FFE17B;
  border-bottom: 1px solid; 
}
.lp-time-schedule table tbody td {
  padding: 0.5em;
  background: #FFF;
  border-bottom: 1px solid; 
}
.lp-time-schedule th:nth-child(1) {
  border-right: 1px solid;
}
.lp-time-schedule td:nth-child(1) {
  border-right: 1px solid;
}
.lp-time-schedule table tbody td ul .list1-li::before{
  display: inline-block;
  content: "○";
  margin-right: 0.3em;
}
.lp-time-schedule table tbody td ul .list2-li::before{
  content: "・";
  margin-left: 1em;
}
.lp-time-schedule p {
  text-indent: 1em;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lp-time-schedule  {
	  padding-bottom: 100px;
  }
  .lp-time-schedule  table tbody th {
    padding: 0.5em 1em;
  }
  .lp-time-schedule  table tbody td {
    padding: 0.5em 1em;
  }
}
@media (min-width: 992px) {
  .lp-time-schedule .table-wrap {
    display: flex; 
	justify-content: space-between;
	gap: 0 30px; 
  }
}
.lp-map {
  padding: 0 0 50px;
}
.lp-map .section-title {
  margin-bottom: 30px;
}

.btn-box {
  padding-bottom: 80px;
}
.btn-box a {
  display: block;
  color: #FFF;
  font-size: clamp(1.7rem,2.5vw,2.7rem);
  font-weight: 700;
  text-align: center;
  width: min(90%,460px);
  padding: 1em 0;
  margin: 0 auto;
  background: #FF8C33;
  border: 1px solid #FF8C33;
  border-radius: 9999px;
}
.btn-box a:hover {
  color: #FF8C33;
  background: #FFF;
}
@media (min-width: 768px) {
  .btn-box {
    padding-bottom: 80px;
  }
}

/*パスワード入力画面*/
.page_pass_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 15vw);
}
@media (min-width: 768px) {
  .page_pass_wrap {
    height: calc(100vh - 198px);
  }
}
