@charset "UTF-8";

a,
ins {
  text-decoration: none
}

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

a,
hr {
  padding: 0
}

a,
body,
h1,
h2,
h3,
h4,
html {
  color: #8f6e1c
}

a,
header {
  margin: 0
}

.logo,
img {
  -webkit-backface-visibility: hidden
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 450;
  vertical-align: baseline;
  background: 0 0
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

.g_nav .nav_text::after,
h3::after {
  content: ""
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  transition: all .5s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn,
input,
select {
  vertical-align: middle
}

mark {
  font-style: italic;
  font-weight: 650
}

h2,
h3 {
  font-weight: 500;
  text-align: center
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0
}

img {
  font-size: 0;
  line-height: 0;
  width: 100%
}

body,
html {
  height: auto;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 450;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  background-image: linear-gradient(-86deg, #cfdbfa 8%, #dbd2f6 50%, #dccef9 80%);
  overflow-x: visible
}

a:hover {
  color: #0c5b4a
}

a:hover .category {
  border: 1px solid #0c5b4a !important
}

h1,
h2,
h3,
h4 {
  font-family: 'Eagle Lake', serif;
  letter-spacing: .1em;
  text-transform: lowercase
}

h2 {
  font-size: 100px;
  letter-spacing: .04em
}

@media (max-width:767px) {
  h2 {
    font-size: 50px;
    line-height: 1.2
  }
}

h3 {
  font-size: 40px;
  letter-spacing: .05em;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px
}

.bold,
.btn,
dt,
h4 {
  font-weight: 650
}

@media (max-width:767px) {
  h3 {
    line-height: 1.2;
    font-size: 36px
  }
}

h3::after {
  width: 40px;
  height: 2px;
  background: #8f6e1c;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px
}

h4 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 50px 0 15px;
  font-size: 20px
}

dt {
  margin: 15px 0 5px
}

dd {
  margin-bottom: 0
}

#wrapper {
  height: 100%;
  animation: fadeIn .6s ease-in-out .2s normal both;
  -webkit-animation: fadeIn .6s ease-in-out .2s normal both
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

header {
  width: auto;
  z-index: 12;
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
  left: inherit;
  padding: 80px 0 30px;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-left: solid 1px #DADADA;
  border-bottom: solid 1px #DADADA;
  font-family: serif;
}

.btn:hover,
.g_nav .nav_text::after {
  background-color: #8f6e1c
}

header .g_nav_side .nav_text {
  cursor: pointer;
  margin: 0 20px 10px;
  padding: 10px 20px;
  display: block;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Eagle Lake", serif;
  text-transform: lowercase;
  -webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
  transition: all .5s cubic-bezier(.445, .05, .55, .95)
}

.g_nav,
.g_nav .nav_text,
.line1,
.line2,
.menu_btn {
  display: inline-block
}

header .g_nav_side .nav_text:hover {
  color: #0c5b4a
}

.menu_open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.menu_btn {
  position: fixed;
  right: 30px;
  top: 35px;
  width: 30px;
  height: 30px;
  z-index: 12;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0)
}

.menu_btn_open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.menu_btn:hover {
  opacity: .5
}

.line1,
.line2 {
  width: 24px;
  height: 2px;
  background: #8f6e1c;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.g_nav,
.logo {
  position: fixed
}

.logo:hover,
li a:hover img {
  opacity: .5
}

.line1 {
  -webkit-transform: translate(0, 10px) rotate(0);
  -ms-transform: translate(0, 10px) rotate(0);
  transform: translate(0, 10px) rotate(0)
}

.line2 {
  -webkit-transform: translate(0, 20px) rotate(0);
  -ms-transform: translate(0, 20px) rotate(0);
  transform: translate(0, 20px) rotate(0)
}

.move1_line {
  -webkit-transform: translate(0, 15px) rotate(45deg);
  -ms-transform: translate(0, 15px) rotate(45deg);
  transform: translate(0, 15px) rotate(45deg)
}

.move2_line {
  -webkit-transform: translate(0, 15px) rotate(-225deg);
  -ms-transform: translate(0, 15px) rotate(-225deg);
  transform: translate(0, 15px) rotate(-225deg)
}

.logo {
  left: 26px;
  margin-top: 20px;
  z-index: 12;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  backface-visibility: hidden;
}

.logo img {
  width: 180px
}

.g_nav {
  top: 15px;
  right: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 10;
  font-family: serif;
}

.g_nav a {
  cursor: default;
  color: #8f6e1c;
  font-size: 0;
}

.g_nav .nav_text {
  cursor: pointer;
  margin: 0;
  padding: 10px 15px 8px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Eagle Lake", serif;
  text-transform: lowercase;
  -webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
}

.g_nav .nav_text:hover {
  color: #0c5b4a;
}

.g_nav .nav_store {
  padding-right: 0;
}

.g_nav .nav_text::after {
  width: 1px;
  height: 10px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
  cursor: default;
  pointer-events: none;
}

.g_nav .nav_store::after,
.sp_icon_block {
  display: none;
}

.g_nav .active {
  color: #0c5b4a;
  cursor: default;
}

.g_nav .active:hover {
  opacity: 1
}

.trialLesson_cv {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 5;
}
.trialLesson_cv a{
  background: #8f6e1c;
  border: solid 1px #8f6e1c;
  color: #fff;
  padding: 10px 12px;
  font-size: 15px;
  letter-spacing: 0.15em;
  border-radius: 4px;
  font-feature-settings: "palt";
  display: block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .trialLesson_cv {
    left: 20px;
    bottom: 20px;
    font-size: 14px;
  }
}
.trialLesson_cv a:hover{
  background: #fff;
  color: #8f6e1c;
}

.icon_block {
  margin: 25px auto;
  height: auto;
  z-index: 12;
  color: #8f6e1c;
  font-family: "Eagle Lake", serif;
  font-size: 12px;
}

.icon_block .text {
  font-size: 17px;
  letter-spacing: .01em;
  position: relative;
  bottom: -4px;
  color: #8f6e1c;
  font-weight: 650;
}

.icon_block .icons{
  margin-top: 5px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.icon_block .facebook,
.icon_block .instagram,
.icon_block .twitter {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
}

.icon_block .facebook img,
.icon_block .instagram img,
.icon_block .twitter img {
  padding: 12px 0;
}

.icon_block .facebook img {
  width: 26px
}

.icon_block .twitter img {
  width: 30px
}

.icon_block .instagram img {
  width: 26px
}

.icon_block .facebook:hover img,
.icon_block .instagram:hover img,
.icon_block .twitter:hover img {
  opacity: .6
}

.icon_block .facebook::after {
  pointer-events: none;
  content: "facebook";
  width: 80px;
  position: absolute;
  top: 13px;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.clearfix::after,
.more_bt::after,
.tt_border::before {
  content: ""
}

.clearfix::after {
  display: block;
  clear: both
}

.top-copyright {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 20px 0 0 30px;
  font-size: 14px;
  font-family: adobe-garamond-pro, serif;
  color: #222
}

@media (max-width:1023px) {
  header {
    width: 250px;
    height: 120%;
    margin: 0 auto;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center
  }
}

@media (max-width:1023px) and (max-width:480px) {
  header {
    width: 100%;
    height: 120%;
    margin: 0 auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@media (max-width:1023px) {

  .menu_btn,
  header .g_nav_side {
    -webkit-transform: translate3d(0, 0, 0)
  }

  header .g_nav_side {
    transform: translate3d(0, 0, 0);
    position: static;
    display: inline-block
  }

  header .g_nav_side .nav_about,
  header .g_nav_side .nav_photo,
  header .g_nav_side .nav_top,
  header .g_nav_side .nav_work {
    cursor: pointer;
    margin: 5px 0;
    padding: 10px;
    display: block;
    position: relative
  }

  header .g_nav_side .active {
    color: #0c5b4a;
    cursor: default
  }

  .menu_btn {
    right: 15px;
    top: 20px;
    transform: translate3d(0, 0, 0)
  }

  .line1,
  .line2 {
    width: 24px;
    height: 2px
  }

  .menu_open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
  }

  .icon_block {
    display: none
  }

  .sp_icon_block {
    display: block;
    position: static;
    margin: 25px 0 0;
    height: auto;
    z-index: 12
  }

  .sp_icon_block .text {
    font-size: 17px;
    letter-spacing: .01em;
    position: relative;
    bottom: 0;
    color: #8f6e1c;
    font-weight: 650;
    font-family: "Eagle Lake", serif
  }

  .sp_icon_block .facebook,
  .sp_icon_block .instagram,
  .sp_icon_block .twitter {
    position: relative;
    display: inline-block;
    margin: 0 10px
  }

  .g_nav,
  .sp_icon_block .facebook::after,
  .sp_icon_block .instagram::after,
  .sp_icon_block .twitter::after {
    display: none
  }

  .sp_icon_block .facebook img,
  .sp_icon_block .instagram img,
  .sp_icon_block .twitter img {
    padding: 12px 0
  }

  .sp_icon_block .facebook img {
    width: 26px
  }

  .sp_icon_block .twitter img {
    width: 30px
  }

  .sp_icon_block .instagram img {
    width: 26px
  }

  .logo img {
    width: 120px
  }

  .logo {
    left: 10px;
    margin-top: 23px
  }
}

.btn,
img {
  -webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95)
}

.btn a,
.column {
  position: relative
}

.flex-2column,
.image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

section {
  margin: 90px auto 140px;
  max-width: 800px
}

@media (max-width:767px) {
  section {
    margin: 60px auto 100px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

section.top-content {
  margin-top: 0;
  padding-top: 120px
}

section.short-section {
  margin: -50px auto 140px
}

.small-wrap {
  text-align: left
}

.small-wrap .text {
  margin-bottom: 30px
}

.text-center {
  text-align: center
}

@media (max-width:767px) {
  .text-center {
    text-align: justify
  }
}

.btn,
.btn-text,
.column,
.highlight,
.wpcf7,
footer,
footer .arrow_top {
  text-align: center
}

.image-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.calendar,
.flex-2column {
  -webkit-box-pack: justify
}

.image-wrap img {
  width: calc(33.333% - 10px);
  height: 100%
}

@media (max-width:767px) {
  .image-wrap img {
    width: 100%;
    margin-bottom: 15px
  }
}

.flex-2column {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-2column li {
  width: calc(50% - 15px);
  height: 100%
}

@media (max-width:767px) {
  .flex-2column li {
    width: 100%;
    margin-bottom: 15px
  }
}

.flex-3column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.btn a,
.highlight h4 {
  display: inline-block
}

.flex-3column img {
  width: calc(33.333% - 10px);
  height: 100%;
  margin: 5px
}

@media (max-width:767px) {
  .flex-3column img {
    width: 100%;
    margin-bottom: 15px
  }
}

.flex-3column li {
  width: calc(33.333% - 10px);
  height: 100%;
  margin: 5px
}

@media (max-width:767px) {
  .flex-3column li {
    width: 100%;
    margin-bottom: 15px
  }
}

.flex-3column li img {
  width: 100%;
  margin: 0;
  font-size: 0
}

.flex-3column li h4 {
  margin-top: 5px;
  line-height: 1.2
}

.btn {
  margin: 30px auto 0;
  border: 1px solid #8f6e1c;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  width: 320px;
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
  border-radius: 4px;
}

.btn:hover a {
  color: #fff
}

.btn a {
}

.btn .text {
  line-height: 1.4;
  margin-top: 10px
}

.btn-text {
  text-decoration: underline;
  margin-top: 20px
}

.highlight h4 {
  background:linear-gradient(transparent 65%, #fcffb9 65%);
  margin: auto;
  display: inline;
  color: #312506;
}

.attention {
  font-size: 12px !important
}

strong {
  font-weight: 650 !important
}

.br-sp {
  display: none
}

.br-pc {
  display: block
}

@media (max-width:767px) {
  .br-sp {
    display: block
  }

  .br-pc {
    display: none
  }

  footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

img {
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
  backface-visibility: hidden;
  overflow: hidden;
  max-width: 100%
}

h4 {
  -webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
  transition: all .5s cubic-bezier(.445, .05, .55, .95)
}

li a:hover h4 {
  color: #0c5b4a !important
}

.column {
  border-top: double 4px #8f6e1c;
  border-bottom: double 4px #8f6e1c;
  min-height: 210px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 25px 60px
}

.column::after,
.column::before {
  position: absolute;
  margin: 5px auto 0;
  width: 53px
}
@media (max-width: 767px) {
  .column::after,
.column::before {
  width: 43px
}
}

.column::after {
  right: 0;
  content: url(../images/common/ornament_right.svg)
}

.column::before {
  left: 0;
  content: url(../images/common/ornament_left.svg)
}

.column.mini-column {
  min-height: 100px;
  padding: 25px 40px
}

.column.mini-column::after {
  height: 140px;
  width: 30px;
  content: url(../images/common/ornament_right.svg)
}

.column.mini-column::before {
  height: 140px;
  width: 30px;
  content: url(../images/common/ornament_left.svg)
}

.column strong {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 10px
}

footer {
  margin: 90px auto 0;
  max-width: 800px;
  width: 100%;
  position: relative;
  padding: 20px;
  font-size: 12px;
  color: #8f6e1c
}

.wpcf7 .wpcf7-form input.form-submit,
.wpcf7 select {
  height: 40px;
  -webkit-box-sizing: border-box;
  vertical-align: middle
}

footer .large {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 650;
  letter-spacing: .1em
}

footer .bottom-wrap,
footer .info {
  margin-top: 20px
}

footer .info {
  font-size: 14px
}

footer .copyright {
  margin-left: 10px;
  font-size: 12px
}

footer .arrow_top {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 20px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 1;
  z-index: 10
}

footer .arrow_top a {
  display: inline-block;
  padding: 15px
}

footer .arrow_top.active {
  pointer-events: auto;
  opacity: 1
}

footer .arrow_top:hover {
  opacity: .5
}

.wpcf7 {
  max-width: 100%
}

.wpcf7 select {
  text-overflow: '';
  font-size: inherit;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  border-radius: 0;
  background: url(../images/common/allow-down.svg) 95% center no-repeat #fff;
  background-size: 15px;
  width: 250px;
  box-sizing: border-box;
  padding-left: 10px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #8f6e1c
}

.wpcf7 select::-ms-expand {
  display: none
}

.wpcf7 select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a
}

.wpcf7 .wpcf7-form {
  display: inline-block;
  text-align: left;
  width: 80%;
  max-width: 600px;
  margin: auto
}

@media (max-width:480px) {
  .wpcf7 .wpcf7-form {
    width: 100%
  }
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  color: #c12046;
  margin-top: 5px;
  font-weight: 650
}

.wpcf7 .wpcf7-form .wpcf7-validation-errors {
  color: #c12046;
  margin-top: 10px;
  font-weight: 650
}

.wpcf7 .wpcf7-form p {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 650;
  border-radius: 4px;
}

.wpcf7 .wpcf7-form input.form-submit {
  text-align: center;
  width: 260px;
  line-height: 40px;
  padding: 0;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  letter-spacing: .05em;
  background: #8f6e1c;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #8f6e1c;
  font-size: 16px;
  font-weight: 650;
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 4px;
}

.wpcf7 .wpcf7-form input.form-submit:focus {
  outline: 0
}

.wpcf7 .wpcf7-form input.form-submit:hover {
  background: #fff;
  opacity: 1;
  font-weight: 650;
  color: #8f6e1c
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input {
  width: 100%;
  display: block;
  height: 32px;
  font-size: 16px;
  border: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
  -webkit-appearance: none;
  border-radius: 0
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus {
  outline: #8f6e1c solid 2px
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .form-check input {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin-left: 0
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .form-check input:focus {
  outline: 0
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  display: block;
  font-size: 16px;
  border: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
  -webkit-appearance: none;
  border-radius: 0
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  outline: #8f6e1c solid 2px
}

.wpcf7 .wpcf7-form .asterisk {
  color: #c12046;
  padding-left: 3px
}

.wpcf7 div.wpcf7-mail-sent-ok {
  border: 2px solid #8f6e1c
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  text-align: center;
  font-size: 18px;
  font-weight: 650;
  margin-top: 20px
}

.wpcf7 div.wpcf7-acceptance-missing,
.wpcf7 div.wpcf7-validation-errors {
  border: 2px solid #c12046
}

#footer_main_map {
  width: 100%;
  height: 400px
}

@media (max-width:767px) {
  footer .arrow_top {
    right: 0;
    bottom: 0
  }

  #footer_main_map {
    height: 300px
  }
}

.more_bt:hover {
  color: #fff;
  background-color: #8f6e1c
}

.more_bt {
  cursor: pointer;
  color: #8f6e1c;
  font-size: 20px;
  border: 1px solid #8f6e1c;
  border-radius: 50%;
  margin: 35px auto 50px;
  height: 40px;
  width: 40px;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  padding-top: 0;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block
}

.more_bt::after {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #8f6e1c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140%;
  height: 140%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -ms-transform: scale(.7, .7);
  transform: scale(.7, .7);
  -webkit-transform: scale(.7, .7)
}

.more_bt:hover:after {
  opacity: 1;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1)
}

#section_top {
  width: 100%;
  height: 100vh;
  position: relative
}

#section_top .intro {
  margin: 20px auto auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 26vh;
  line-height: 1.6;
  -webkit-animation: intro .7s ease-in-out 1s normal both;
  animation: intro .7s ease-in-out 1s normal both;
  opacity: 0;
  z-index: 10;
  text-align: center;
  font-weight: 600;
}

@media (max-width:767px) {
  #section_top .intro {
    top: 25vh
  }
}

#section_top .intro h2 {
  margin-bottom: 5px;
  margin-left: 2px;
  font-weight: 500;
  font-size: 24px
}

#section_top .intro .description {
  position: relative;
  clear: both;
  font-size: 14px;
  width: auto;
  padding: 0 15px;
  color: #8f6e1c;
  text-align: center;
  letter-spacing: .08em;
  z-index: 10;
  display: inline-block;
  line-height: 2;
    font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#section_top .intro .description_head {
  font-size: 17px;
  font-weight: 650;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  padding-bottom: 15px;
  display: block;
  line-height: 1.6;
}

@media (max-width:1023px) {
  #section_top .intro .description {
    font-size: 14px
  }
}

@media (max-width:1023px) and (max-width:767px) {
  #section_top .intro .description {
    letter-spacing: 0.06em;
  }
}

#section_top .logo-top {
  width: 160px;
  text-align: center;
  margin: auto;
  padding-top: 80px;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0
}

@media (max-width:767px) {
  #section_top .logo-top {
    padding-top: 70px;
    width: 120px
  }
}

#section_top .tree,
#section_top .tree .image {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0
}

@keyframes intro {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes intro {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes name {
  0% {
    clip: rect(0, 0, 500px, 0)
  }

  100% {
    clip: rect(0, 500px, 500px, 0)
  }
}

@keyframes name {
  0% {
    clip: rect(0, 0, 500px, 0)
  }

  100% {
    clip: rect(0, 500px, 500px, 0)
  }
}

#section_top .arrow_down:hover img {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  padding-top: 20px
}

#section_top .arrow_down {
  position: absolute;
  bottom: 30px;
  left: 32%;
  z-index: 5
}

#section_top .arrow_down a {
  display: inline-block
}

#section_top .arrow_down img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding: 0 58px
}

#section_top .tree {
  margin: 80px 0 0;
  bottom: 0
}

#section_top .tree .image {
  bottom: 0;
  padding-top: 45vh;
  font-size: 0;
  background: url(../images/top.jpg) 50% 93% no-repeat;
  background-size: cover;
  z-index: -1
}

#section_about,
#section_photo,
#section_work {
  width: 100%;
  text-align: center
}

@media (max-width:767px) {
  #section_top .tree .image {
    padding-top: 55vh
  }
}

#section_top .tree .image img {
  width: 100%
}

.tt_border::before {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #45474C;
  animation: tt_border .6s ease-in-out 1.2s normal both;
  -webkit-animation: tt_border .6s ease-in-out 1.2s normal both
}

/* welcome to exofollies */
#welcome{
  max-width: 1000px;
  padding: 0 20px;
}
.welcome{
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 850px;
  margin: auto;
}
.welcomeUnit{
border-radius: 50%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.welcomeUnit img{
position: relative;
z-index: -1;
}
.welcomeUnit_text{
  position: absolute;
  color: white;
  font-size: 17pxx;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-feature-settings: "palt";
}


/* Lesson Style section */

.lessonStyle {
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center;
}
.lessonStyle h4 {
    font-size: 28px;
    letter-spacing: 1.5px;
    font-weight: 650;
    margin: 0 auto 48px;
}
.lessonStyleUnit {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 30px 0 50px;
    border-top: 1px dotted #8f6e1c;
}
.lessonStyleUnit:nth-of-type(3) {
    border-bottom: 1px dotted #8f6e1c;
}
.lessonStyle_leadMedia {
    flex: 0 0 260px;
    text-align: center;
}
.lessonStyle_leadMedia img {
    width: 240px;
    max-width: 100%;
    height: auto;
}
.lessonStyle_texts {
    flex: 1;
    text-align: left;
}
.lessonStyle_lead {
    margin-bottom: 20px;
}
.lessonStyle_recommend {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 650;
}
.lessonStyle_desc {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 1.8;
}
.lessonStyle_cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 10px;
    margin: 0;
}
.lessonStyle_card {
      border-radius: 3px;

    background: #f8f8f8;
    padding: 20px 25px;
    text-align: center;
}
.lessonStyle_cardTitle {
    font-size: 17px;
    color: #2c2828;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    font-weight: 650;
}
.lessonStyle_cardText {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(83, 78, 77);
}
@media (max-width: 1024px) {
  .welcome{
    gap: 30px;
}
.welcomeUnit{
    width: 300px;
}
    .lessonStyle {

    }
    .lessonStyleUnit {
        gap: 20px;
    }
    .lessonStyle_cards {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}
@media (max-width: 767px) {
  .welcome{
    flex-wrap: wrap;
      gap: 0px 15px;
      align-items: center;
    }
    .welcomeUnit{
    width: 165px;
}
.welcomeUnit_text{
    font-size: 15px;
}
    .lessonStyle {

    }
    .lessonStyleUnit {
        flex-direction: column;
        gap: 0px;
        padding: 10px 0 30px;
    }
    .lessonStyle h4 {
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 32px;
    }
    .lessonStyle_leadMedia {
        flex-basis: auto;
    }
    .lessonStyle_leadMedia img {
        width: 160px;
    }
    .lessonStyle_recommend {
        font-size: 18px;
        text-align: center;
    }
    .lessonStyle_desc {
        font-size: 15px;
        text-align: center;
    }
    .lessonStyle_cards {
        gap: 10px;
    }
    .lessonStyle_card {
        padding: 20px;
    }
    .lessonStyle_cardTitle {
        font-size: 18px;
    }
    .lessonStyle_cardText {
        font-size: 14px;
    }
}
.trialLesson{
  max-width: 1200px;
  margin: 80px auto;
}

.trialLesson .column h5{
  font-size: 22px;
  margin-bottom: 23px;
  letter-spacing: 0.1em;
}
.trialLesson .column p{
  font-size: 15px;
}

.trialLesson .highlight{
  margin: 40px auto 0;
}
.trialLesson .highlight h4{
  font-size: 24px;
}
.trialLesson .btn-wrap{
  margin-bottom: 40px;
}
.trialLesson .btn-wrap .btn{
  background-color: #8f6e1c;
}
.trialLesson .btn-wrap .btn a{
  color: #fff;
}
.trialLesson .btn-wrap .btn:hover{
  background-color: transparent;
}
.trialLesson .btn-wrap .btn:hover a{
  color: #8f6e1c;
}

.trialLesson .btns{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.trialLesson .btns .btn{
  width: 160px;
  height: fit-content;
  line-height: 1;
  padding: 15px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .trialLesson .column h5{
  font-size: 20px;
}
.trialLesson .highlight h4{
  font-size: 20px;
}
.trialLesson .column p{
  font-size: 14px;
}

}


#section_about .tt_block .tt_about,
#section_photo .tt_block .tt_photo,
.tt_work {
  font-size: 14px;
  letter-spacing: 2px;
  visibility: hidden;
  position: relative;
  display: inline-block;
  font-family: adobe-garamond-pro, serif;
  color: #8f6e1c
}

@keyframes tt_border {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@-webkit-keyframes tt_border {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

.tt_work {
  padding: 0 0 5px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 100px auto
}

#section_work {
  display: inline-block;
  background-color: #eceff0
}

#section_work .workimg_block {
  display: inline-block;
  max-width: 800px;
  margin: 0 auto
}

#section_work .work_img {
  margin: 15px;
  display: inline-block;
  overflow: hidden
}

#section_work .work_img img {
  width: 100%;
  max-width: 300px;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

#section_work .work_img:hover img {
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2)
}

#section_photo {
  display: inline-block
}

#section_photo .tt_block .tt_photo {
  padding: 0 0 5px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 100px auto
}

#section_photo .photoimg_block {
  display: inline-block;
  max-width: 1000px;
  margin: 0 auto
}

#section_photo .photo_img {
  margin: 15px;
  display: inline-block;
  overflow: hidden
}

#section_photo .photo_img img {
  width: 100%;
  max-width: 240px;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

#section_photo .photo_img:hover img {
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2)
}

#section_about {
  display: inline-block;
  background-color: #E7EFF3;
  padding-bottom: 80px
}

#section_about .tt_block .tt_about {
  padding: 0 0 5px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 100px auto
}

#section_about .about_name_small {
  color: #8f6e1c;
  font-size: 10px;
  letter-spacing: .5px;
  line-height: 10px
}

#section_about .about_name_large {
  color: #8f6e1c;
  font-size: 16px;
  letter-spacing: 8px;
  margin-bottom: 18px;
  text-indent: 9px
}

#section_about .about_profile {
  color: #8f6e1c;
  font-size: 12px;
  line-height: 26px
}

#section_about .about_mail::after {
  pointer-events: none;
  content: "send mail";
  width: 80px;
  position: absolute;
  top: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.category,
.faq-wrap .question,
.news-area .date,
.news-area .text,
.weekly {
  position: relative
}

#section_about .about_mail:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

#section_about .about_mail:hover img {
  opacity: .5
}

#section_about .about_mail {
  display: inline-block;
  margin: 40px auto 0;
  position: relative;
  color: #8f6e1c;
  font-family: adobe-garamond-pro, serif;
  font-size: 12px;
  letter-spacing: 1px
}

#section_about .about_mail img {
  padding: 0 40px
}

#section_about .about_send_txt {
  font-size: 10px;
  margin-top: -5px;
  letter-spacing: .5px
}

@media screen and (max-width:1024px) {
  #section_top .tree img {
    position: relative;
    right: 0;
    width: 75%
  }

  #section_work .work_img img {
    width: 100%;
    max-width: 240px
  }
}

@media screen and (max-width:780px) {

  #section_photo .photo_img img,
  #section_work .work_img img {
    max-width: inherit;
    width: 100%
  }

  .more_bt {
    margin: 34px auto 50px
  }

  #section_photo .photo_img,
  #section_work .work_img {
    margin: 0 0 14px;
    display: inline-block
  }

  #section_work .workimg_block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
  }

  #section_photo .photoimg_block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
  }

  #section_photo .photo_img:nth-child(n+5) {
    display: none
  }

  #section_about {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 80px
  }

  #section_about .about_name_small {
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 10px
  }

  #section_about .about_name_large {
    font-size: 15px;
    letter-spacing: 9px
  }

  #section_about .about_profile {
    font-size: 11px;
    line-height: 26px
  }

  #section_about .about_mail {
    margin: 40px auto 0
  }

  #section_about .about_send_txt {
    font-size: 10px;
    margin-top: -5px;
    letter-spacing: .5px
  }
}

@media screen and (max-width:780px) and (orientation:landscape) {
  #section_top .tree img {
    position: relative;
    right: 0;
    width: 60%
  }

  #section_top .intro {
    top: -10px;
    left: 24%
  }

  #section_top .intro .name {
    margin-left: 10px;
    letter-spacing: 15.8px
  }

  #section_top .arrow_down {
    display: none
  }
}

.faq-wrap .answer::before,
.faq-wrap .question::before {
  left: 0;
  font-family: serif;
  font-size: 18px;
  font-weight: 650
}

.news-area {
  width: 100%;
  color: #8f6e1c;
  z-index: 11;
  padding: 20px;
  border-top: solid 1px #8f6e1c;
  border-bottom: solid 1px #8f6e1c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px
}

.calendar .btn-wrap .btn,
.calendar .btn-wrap .category,
.category {
  border: 1px solid #8f6e1c
}

@media (max-width:767px) {
  .news-area {
    height: auto;
    display: inline-block
  }

  .news-area .text-block {
    width: 100%;
    text-align: left
  }
}

.news-area .text-block {
  display: block
}

.news-area h5 {
  font-family: "Eagle Lake", selif;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #8f6e1c;
  line-height: 25px;
  vertical-align: middle
}

.news-area .date {
  padding-right: 10px;
  line-height: 25px
}

.news-area .text {
  display: block;
  font-size: 13px;
  line-height: 25px
}

.category {
  font-size: 12px;
  padding: 1px 4px 2px;
  margin-right: 10px;
  line-height: 25px;
  vertical-align: middle;
  top: -1px;
  -webkit-transition: border .5s cubic-bezier(.445, .05, .55, .95);
  transition: border .5s cubic-bezier(.445, .05, .55, .95)
}

.calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:767px) {
  .news-area h5 {
    width: 20%
  }

  .calendar {
    display: block
  }
}

.calendar iframe {
  width: calc(60% - 20px)
}

@media (max-width:767px) {
  .calendar iframe {
    width: 100%
  }
}

.calendar img {
  width: calc(60% - 20px)
}

@media (max-width:767px) {
  .calendar img {
    width: 100%;
    height: auto
  }
}

.calendar .btn-wrap {
  width: calc(40% - 20px)
}

.calendar .btn-wrap .btn {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle
}

.calendar .btn-wrap .block {
  display: block;
  margin-top: 5px
}

.calendar .btn-wrap .text {
  display: block;
  margin-bottom: 10px
}

@media (max-width:767px) {
  .calendar .btn-wrap {
    width: 100%;
    max-width: 500px
  }

  .weekly {
    display: block
  }
}

.weekly .schedule-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0
}

.weekly .schedule-wrap .schedule-block {
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  width: calc(100% / 6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width:767px) {
  .weekly .schedule-wrap {
    display: block
  }

  .weekly .schedule-wrap .schedule-block {
    margin-top: 30px;
    width: 100%
  }
}

.weekly .schedule-wrap .schedule-block .day {
  margin-top: 0;
  margin-bottom: 10px
}

.weekly .schedule-wrap .schedule-block .schedule-box {
  background: #fff;
  border: 1px solid #8f6e1c;
  vertical-align: middle;
  padding-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block
}

.weekly .schedule-wrap .schedule-block .schedule-box .time {
  font-weight: 650
}

@media (max-width:767px) {
  .weekly .schedule-wrap .schedule-block .schedule-box .time {
    border-bottom: solid 1px
  }

  .weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.event .btn-wrap .btn,
.event .btn-wrap .category,
.table-2column tr td+td,
.weekly .btn-wrap .btn,
.weekly .btn-wrap .category,
table tr td,
table tr td+td,
table tr th {
  border: 1px solid #8f6e1c
}

.weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .image {
  font-size: 0;
  margin-bottom: 3px
}

@media (max-width:767px) {
  .weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .image {
    width: 20%;
    margin-bottom: 0
  }
}

.weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .image img {
  width: 100%;
  padding: 0 5px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width:767px) {
  .weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .image img {
    padding: 8px
  }
}

.weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .text-wrap {
  line-height: 1;
  vertical-align: middle;
  padding: 5px 0
}

@media (max-width:767px) {
  .weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .text-wrap {
    width: 80%;
    text-align: left;
    padding-left: 5px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .weekly .btn-wrap {
    width: 100%;
    max-width: 500px
  }
}

.weekly .btn-wrap,
table {
  width: 100%
}

.weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .text-wrap .name {
  font-weight: 650;
  font-size: 13px;
  margin-bottom: 5px
}

.weekly .schedule-wrap .schedule-block .schedule-box .minimum-wrap .text-wrap .text {
  margin-bottom: 0
}

.weekly .btn-wrap .btn {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle
}

.weekly .btn-wrap .block {
  display: block;
  margin-top: 5px
}

.weekly .btn-wrap .text {
  display: block;
  margin-bottom: 10px
}
/*追加*/
.weekly .schedule-wrap .schedule-block .day {
  line-height: 1.2;       /* 24px */
  min-height: 68px;       /* 2行分の高さ font-size: 20px;の場合*/
  margin-top: 0;
  margin-bottom: 10px;
}

section.contact {
  text-align: center;
  font-size: 22px;
  letter-spacing: .05em
}

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

table tr td,
table tr th {
  padding: 15px;
  vertical-align: middle;
  line-height: 1.5;
  background: #f2f2f2
}

table tr td {
  width: 50%
}

@media (max-width:767px) {
  table tr td {
    width: 100%;
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

table tr td+td {
  width: auto;
  vertical-align: middle;
  font-weight: 400
}

.table-2column tr td,
table tr td {
  font-weight: 650;
  text-align: center
}

table tr th {
  background: #f2f2f2
}

.table-2column {

  width: 100%;
}

.table-2column tr td {
  vertical-align: middle;
  width: auto;
  padding: 15px
}

.table-2column tr td+td {
  vertical-align: middle;
  font-weight: 400;
  width: auto;
  text-align: justify
}

.table-2column tr td+td+td {
  vertical-align: middle;
  font-weight: 400;
  width: auto;
  text-align: justify
}

@media screen and (max-width:767px) {
  .table-2column tr th {
    display: none
  }

  .table-2column tr td,
  .table-2column tr td+td,
  .table-2column tr td+td+td {
    display: block;
    width: 100%;
    color: #8f6e1c;
    background: #f2f2f2
  }

  .event .btn-wrap .block {
    display: block
  }
}

/* 加えたところ */

.table-5column tr th {
  background: #f2f2f2;
  width: 20%;
  font-weight: 650;
}

.table-5column tr td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  width: 20%;

  text-align: center;
}

@media (max-width: 767px) {

  .table-5column,
  .table-5column tr,
  .table-5column td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .table-5column tr th {
    display: none;
  }

  .table-5column td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .table-5column td {
    margin-top: 0px;
  }
}

.w100 iframe {
  margin-top: 30px;
  width: 100% !important
}

.flex-2column li {
  margin-bottom: 30px
}

.flex-2column li .text-box {
  margin-top: 15px
}

.event .btn-wrap {
  text-align: left
}

.event .btn-wrap .btn {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle
}

.event .btn-wrap .block {
  margin-top: 5px
}

.event .btn-wrap .text {
  display: block;
  margin-bottom: 10px
}

.faq-wrap,
.info-block {
  margin-bottom: 20px
}

.event .gallerytitle {
  line-height: 1.3;
  margin-top: 15px
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top
}

.info-block .image {
  width: 100px;
  padding-right: 10px
}

@media (max-width:767px) {
  .info-block .image {
    width: 80px
  }
}

.info-block .info-small-wrap {
  width: 90%;
  width: calc(100% - 110px)
}

@media (max-width:767px) {
  .info-block .info-small-wrap {
    width: calc(100% - 90px)
  }

  .info-block .info-small-wrap .block {
    display: block
  }
}

.faq-wrap .question {
  text-decoration: underline;
  margin-bottom: 15px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 650;
  cursor: pointer;
  -webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
  display: inline-block
}

.faq-wrap .question:hover {
  opacity: .6
}

.faq-wrap .question::before {
  content: "Q";
  position: absolute;
  top: -1px;
  color: #c12046
}

.faq-wrap .question::after {
  content: url(../images/common/allow.svg);
  position: absolute;
  width: 10px;
  height: auto;
  top: 2px;
  right: 0;
  -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.faq-wrap .question.active::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.faq-wrap .answer {
  padding-left: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none
}

.faq-wrap .answer::before {
  content: "A";
  position: absolute;
  top: -4px;
  color: #2052c1
}

.instructors section {
  max-width: 600px
}

.instructors section .text-block {
  text-align: justify;
  margin-top: 10px
}

.googleCalendar iframe {
  width: 100%;
  height: 400px;
}

@media all and (min-width: 768px) {
  .googleCalendar iframe {
    height: 600px;
  }
}

/* --- System表（.table-4column）の列幅調整 --- */
.table-4column {
    width: 100%;
    table-layout: fixed; /* これにより、width指定が適用されやすくなります */
}

.table-4column th,
.table-4column td {
    /* 共通の調整 */
    padding: 15px 5px; /* 左右のパディングを少し減らしてスペースを確保 */
    text-align: center;
}

/* 1列目: プラン名 */
.table-4column th:nth-child(1),
.table-4column td:nth-child(1) {
    width: 20%; /* 狭めに (例: 20%) */
    font-weight: 650;
}

/* 2列目: 回数・内容 */
.table-4column th:nth-child(2),
.table-4column td:nth-child(2) {
    width: 35%; /* 比較的長くなる内容に合わせて広めに */
}

/* 3列目: 料金（税別） */
.table-4column th:nth-child(3),
.table-4column td:nth-child(3) {
    width: 25%; /* 料金表示に適切な幅 */
}

/* 4列目: 特典・割引 */
.table-4column th:nth-child(4),
.table-4column td:nth-child(4) {
    width: 20%; /* 比較的短くなる内容に合わせて */
}

/* --- 表の中の注釈を小さくする --- */
.unit-price {
    font-size: 0.8em; /* 親要素（td）の80%のサイズ */
    color: #8f6e1c; /* 少し薄い色にして注釈であることを強調 */
    display: block; /* 料金の下に改行して表示することも検討できます */
    /* display: inline; /* もし同じ行に表示したい場合はこちら */
    line-height: 1.2;
}

/* .table-4column 内での改行を強制しないようにする場合 */
.table-4column td {
    white-space: normal; /* セル内のテキストの折り返しを許可 */
}

/* --- Class表（.table-2column）のレッスンタイトル（1列目）の背景色設定  --- */

.table-2column tr td:nth-child(1) {
    /* 既存の background: #f2f2f2; を上書き */
    background-color: #8f6e1c !important; /* 薄いパープル系。お好みの色に変更してください。 */
    font-size: 1.1em; /* タイトルを強調 */
    color: #f2f2f2;
    font-weight: 650; /* PHPで既に設定されていますが、確実に適用 */
    text-align: center; /* タイトルなので中央寄せにしておくのが一般的 */
    border-bottom: 1px solid #f2f2f2; /* 下線で区切りを強調 */
}

/* 2列目（レベル）と3列目（内容）の背景色を、タイトルと区別するために元の色に戻します */
.table-2column tr td:nth-child(2),
.table-2column tr td:nth-child(3) {
    background-color: #f2f2f2 !important;
    /* !important を使って、基本の table tr td の設定を確実に上書きします */
}
