@charset "UTF-8";
/*////////// reset //////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.customFormDiv {
  margin-top: 60px;
  margin-bottom: 60px;
}

.customForm-left {
  width: 50%;
  justify-content: center;
  text-align: right;
  padding-right: 20px;
}
.customForm-right {
  width: 50%;
  padding-left: 20px;
}
.customForm-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.customForm-label {
  width: 40%;
  font-size: large;
  font-weight: bold;
}
.customForm-input {
  width: 70%;
  font-size: 16px;
  border: solid 2px #333;
  border-radius: 4px;
  padding: 10px;
}
.customForm-input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}
.customForm-input:focus-visible {
  outline: green auto 1px;
}
.customForm-required {
  font-size: small;
  color: rgb(205, 6, 6);
  padding: 4px 4px;
  margin: 3px 0px 3px 0px;
}
.customForm-submit {
  text-align: center;
}
.customForm-submit button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: green;
  border: solid 1px green;
  border-radius: 4px;
  padding: 5px 32px;
  transition: 0.4s;
  cursor: pointer;
}
.customForm-submit button:hover {
  color: green;
  background-color: transparent;
}
.customForm-submit button:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(176, 176, 176);
  border: solid 1px rgb(176, 176, 176);
  cursor: not-allowed;
}

textarea.customForm__input {
  height: 160px;
}

.checkbox-label {
  font-size: large;
  font-weight: bold;
}

@media (min-width: 640px) {
  .customForm__item {
    flex-wrap: nowrap;
  }
  .customForm__label {
    width: 40%;
  }
  .customForm__input {
    width: 55%;
  }
}
#thankyoumsg {
  margin-top: 30px;
  text-align: center;
}
#thankyoumsg #green-letter {
  color: green;
  font-size: large;
  font-weight: bold;
}
#thankyoumsg #red-letter {
  color: red;
  font-size: large;
  font-weight: bold;
}

.LINE img {
  width: 200px;
  height: 50px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

footer {
  width: 100%;
  background: #e7ebef;
  margin: 0;
  margin-top: 3em;
  position: relative;
}
footer img {
  width: 90%;
  max-width: 480px;
  display: block;
  margin: 2em auto;
}
footer h5 {
  font-size: 3em;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 2em auto;
}

.info {
  width: 90%;
  height: 400px;
  margin: 1em auto;
  background: url(../img/bg-room-color.svg) no-repeat;
  background-position: left bottom;
  margin-bottom: 4em;
}
.info img {
  width: 100%;
  max-width: 780px;
}
.info h6 {
  text-align: center;
  font-size: 2rem;
  padding: 2em 0;
  background: #fff;
  opacity: 0.8;
}
.info a h6 {
  background: #b99860;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.add {
  background: #000;
  color: #fff;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 4em;
}
.add h4 {
  margin: 1em;
}
.add a {
  color: #fff;
  text-decoration: none;
}
.add a:hover {
  color: #7b9aab;
}
.add span {
  font-size: 1.2rem;
}

address {
  font-size: 1.2em;
  margin: 1em 1em 2em 1em;
  line-height: 1.8em;
}

.mvv dl {
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin: 2em auto;
  padding: 2em 3em;
  background: #FFF;
  border-radius: 20px;
}
.mvv dt {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em;
}
.mvv dd {
  margin-bottom: 1em;
  margin-left: 2em;
}

header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: url(../img/bg-header.jpg) no-repeat;
  background-size: 300%;
  text-align: center;
}
header img {
  width: 80%;
  max-width: 500px;
}
header h2 {
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
  padding: 0 1em;
  border-bottom: solid 1px #7b9aab;
}
header h3 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin: 1em 2em 5em 3em;
  padding: 1em;
  text-shadow: 0px 0px 5px #fff;
  background: #fff;
}
header h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1em 0;
  margin-right: 1em;
  text-shadow: none;
}
header img.logo {
  margin: 5em auto;
  padding: 0;
}
header h1 img {
  margin: 2em 0;
}

.faq {
  width: 90%;
  max-width: 760px;
  min-height: 10em;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 1em 0;
  background: url(../img/bg-faq.svg) no-repeat;
}
.faq li {
  font-weight: bold;
  margin: 1.4em 0 1.4em 6em;
  line-height: 1.4em;
}
.faq li::before {
  content: "● ";
}

.licence-table {
  width: 100%;
  margin: 2em auto;
  padding: 0;
}
.licence-table th {
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  padding: 0.5em;
}
.licence-table th:first-child {
  border-left: none;
}
.licence-table tr {
  border-bottom: solid 1px;
}
.licence-table .table-head {
  border-bottom: none;
}
.licence-table tbody {
  border: solid 1px;
  border-left: solid 1px;
}
.licence-table tbody tr:last-child {
  border-bottom: none;
}
.licence-table th {
  padding: 0;
}
.licence-table td {
  text-align: center;
  padding: 0.5em 1em;
  border-left: solid 1px;
}
.licence-table td:first-child {
  border-left: none;
}

section h3 {
  font-size: 2em;
  background: #b99860;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  position: relative;
  margin: 2em 0;
  text-align: center;
}
section h3::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -2em;
  left: 48%;
  border: 22px solid transparent;
  border-top: 25px solid #b99860;
}
section h3.bgpurple {
  font-size: 2em;
  background: #683260;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  position: relative;
  margin: 2em 0;
  text-align: center;
}
section h3.bgpurple::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -2em;
  border: 22px solid transparent;
  border-top: 25px solid #683260;
}

.bt-cta {
  width: 33em;
  text-align: center;
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: block;
  text-decoration: none;
  outline: none;
  margin: 3em auto;
  padding: 2em;
  font-weight: bold;
  border-radius: 10px;
  background: #683260;
  color: #fff;
  /*波形の設定*/
  /*矢印の設定*/
}
.bt-cta:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 40%;
  top: 0;
  /*波形の形状*/
  border: 1px solid #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
}
.bt-cta::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 43%;
  right: 3em;
  /*矢印の形状*/
  width: 1em;
  height: 1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.cta {
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  margin: 1em auto;
  padding: 1em;
  position: relative;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.cta:before, .cta:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}
.cta:before {
  left: 10px;
}
.cta:after {
  right: 10px;
}

.course {
  width: 90%;
  margin-bottom: 3em;
}
.course dl {
  margin: 0 auto;
  border-radius: 50px;
  padding: 5em 1em 3em 1em;
  margin-top: -5em;
}
.course dt {
  font-weight: bold;
  float: left;
}
.course dd {
  margin-left: 6em;
  font-size: 1.4rem;
}
.course dd::before {
  content: "・";
}

.comment {
  margin: 1em;
  padding: 1em;
  position: relative;
}
.comment:before, .comment:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.comment:before {
  border-left: solid 1px #b99860;
  border-top: solid 1px #b99860;
  top: 0;
  left: 0;
}
.comment:after {
  border-right: solid 1px #b99860;
  border-bottom: solid 1px #b99860;
  bottom: 0;
  right: 0;
}

.bt {
  position: relative;
  color: #333;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.bt::before, .bt::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #efe6d8;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.bt::after {
  width: 0;
  background: #b99860;
}
.bt:hover::after {
  width: 100%;
}

.bt span::after {
  content: "";
  position: absolute;
  top: 1em;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #b99860;
  border-right: 1px solid #b99860;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.bt:hover span::after {
  right: 15px;
}

/* CSS Document */
/*////////// basic //////////*/
html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 62.5%; /*1em=10px*/
}

body {
  font-family: "游ゴシック", YuGothic, "Sawarabi Gothic", sans-serif, -apple-system, BlinkMacSystemFont;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2.2em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.6em;
}

p, ul, dl, table {
  font-size: 1.6em;
  line-height: 2em;
  display: block;
}

section {
  width: 90%;
  max-width: 1280px;
  height: auto;
  margin: 2em auto;
  display: block;
}

b {
  font-weight: bold;
  color: #683260; /* 濃紫 */
}

img {
  width: 100%;
  margin: 0 auto;
}

.lightblue {
  color: #7b9aab;
}

.mustard {
  color: #b99860;
}

.purple {
  color: #683260;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.textbox {
  background: #fff;
  margin: 0;
  padding: 2em;
  opacity: 0.8;
  font-weight: bold;
}

.flexbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 1em auto;
  padding: 1em;
}

.flexbox-center {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
  margin: 1em auto;
  padding: 1em;
}

h2 img {
  width: 90%;
  min-width: 300px;
  margin: 1em;
}

.stage img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 1em;
}

.center {
  text-align: center;
  font-weight: bold;
}

.notes {
  width: 80%;
  margin: 2em auto;
  padding: 1em;
  font-size: 1.4em;
  line-height: 2em;
  background: #fff;
  border: solid 1px #7b9aab;
  border-radius: 10px;
}

.chart01 {
  background: url(../img/bg-room-blue.svg) no-repeat;
  background-size: 60%;
  background-position: right bottom;
}

.chart01-yoko {
  display: none;
}

.income-yoko {
  display: none;
}

article img {
  margin: 2em;
  max-width: 640px;
}

article h5 {
  margin: 1em auto;
}

.yorkyoko {
  width: 100%;
  height: auto;
  padding: 1em 0;
  background: #efefef;
}

.yokologo01 img {
  width: 100%;
  margin: 2em auto;
}

.font-bold {
  font-weight: bold;
}

.bg-p {
  background: #ddd2df;
}

.bg-m {
  background: #efe6d8;
}

.bg-g {
  background: #e7ebef;
}

/*# sourceMappingURL=build.css.map */
