@charset "UTF-8";
/*-------------------------------------------
すべてに適用
-------------------------------------------*/
html {
	font-size: 100%;
}

body {
	background-image: url(../img/top_BG.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0 auto;
	padding: 0;
	background-size:  cover;
}

a {
	text-decoration: none;
}

/*-------------------------------------------
共通
-------------------------------------------*/
.container {
	max-width: 1500px;
    width: 100%;
    display: flex;
	margin: 0 auto;
}

.main-box {
	max-width: 600px;
	width: 100%;
	background-image: url(../img/top_main_bg.png);
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin: 0 auto;
	padding: 0;
}

.main-container {
	width: 100%;
	overflow: auto;
	margin: 0 auto;
}

h1 {
	padding: 0 0.5em 0.25em;/*文字周りの余白*/
	color: #725752;/*文字色*/
	background: #ffffff;/*背景色*/
	border-left: solid 10px #1fb2a5;/*左線（実線 太さ 色）*/
	border-radius: 5px;
	text-align: center;
}

p {
	font-size: 18px;
}

.reservation-btn {
	bottom: 0;
	left: 75%;
	position: fixed;
	z-index:10000;
	margin-bottom: 10%;
}

.reservation-btn img{
	width: 100%;
}

/*-------------------------------------------
アニメーション
-------------------------------------------*/
.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-------------------------------------------
メニュー
-------------------------------------------*/
.side-menu {
    max-width: 240px;
	width: 100%;
	max-height: 640px;
	height: 100%;
	margin: 6em auto;
	position: fixed;
	border-radius: 120px;
    background-color: #f58549;
	font-size: 22px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.side-menu ul{
	position: absolute;
    top: 35%;
    transform: translateY(-35%);
	list-style:none;
	line-height: 60px;
	padding-left:0;
	margin-left: 1.5em;
}

.side-menu li{
	width: 100%;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	font-style: normal;
}

.side-menu li a{
	color: #725752;
}

.side-menu li a:hover {
	color: #20a39e;
}

.menu-p {
	-webkit-text-stroke: 5px #f8efe1;
}

/*-------------------------------------------
フォント
-------------------------------------------*/
.zen-maru700 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru500 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

/*-------------------------------------------
Topページ
-------------------------------------------*/
#top-img {
	margin:  2em auto;
	text-align: center;
}

#top-img img {
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

#top-calendar,
#top-form,
#top-lesson,
#top-site,
#top-fb {
	margin: 8em auto;
	width: 95%;
}

#top-calendar iframe {
	width: 100%;
	height: 450px;
	border-radius: 20px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3))
}

#top-calendar p {
	font-size: 14px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	width: 95%;
	margin: .5em auto;
}

#top-lesson {
	display: flex;
	justify-content: space-around;
}

#top-form iframe {
	width: 100%;
	height: 640px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3))
}

#top-fb {
	text-align: center;
}

#top-fb iframe {
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	border-radius: 10px;
}

.top_btn {
	display: inline-block;
	width: 240px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #1fb2a5;
	box-shadow: 0px 5px 0px #0d8395;
	transition: .3s;
	border-radius: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

.top_btn:hover {
	box-shadow: unset;
	transform: translateY(4px);
}

/*-------------------------------------------
フッター
-------------------------------------------*/
footer {
	width: 100%;
	font-size: 1em;
	text-align: center;
	color: #725752;
}

/*-------------------------------------------
TOP以外
-------------------------------------------*/
.about-container,
.lesson-container,
.lesson-type-container,
.access-container,
.lesson-type-top {
	width: 90%;
	margin: 6em auto 12em;
	display: block;
	text-align: center;
}

.lesson-container {
	margin: 6em auto 4em;
}

.lesson-type-container {
	margin: 6em auto 10em;
}

.about-text,
.lesson-text,
.lesson-type-text,
.site-text,
.access-text {
	margin: 1em auto 4em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: left;
}

.site-item {
	width: 90%;
	margin: 0 auto 4em;
}

.site-item a{
	width: 90%;
}

.site-item h4 {
	color: #20a39e;
	font-size: 24px;
}

.site-item h4:hover {
	color: #f58549;
}

.site-text {
	width: 100%;
	margin: 0 auto;
	overflow-wrap: break-word;
}

/*サムネイルアニメーション*/
.zoom-box-web {
	height: auto;
	display: inline-block;
	overflow: hidden;
	border-radius:5px;
	aspect-ratio: 16 / 5;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	margin-bottom: -1em;
}

.zoom-box img,
.zoom-box-web img {
	width: 100%;
	transition:0.5s all;
}

.zoom-box img:hover,
.zoom-box-web img:hover {
	transform:scale(1.1,1.1);
	transition:0.5s all;
}

.lesson-type-text {
	margin: .5em auto;
}

.about-img,
.lesson-img {
	width: 90%;
	margin: 0 auto;
}

.about-img img,
.lesson-img img {
	width: 100%;
	border-radius: 30px;
}

.lesson-container h2 {
	color: #f58549;
}

.lesson-type-top h3 {
	color: #1fb2a5;
}

.lesson-type-container h4 {
	width: 100%;
	margin: .5em auto;
	border-radius: 30px;
	color: #f58549;
	border: 3px dotted #f58549;
	font-size: 24px;
	padding: .5em 0 ;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

.lesson-type-container h5 {
	margin: .5em auto;
	color: #f58549;
	font-size: 36px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

.lesson-type-top ul {
	list-style: none;
	border-top: solid #1fb2a5 1px;/*上のボーダー*/
	border-bottom: solid #1fb2a5 1px;/*下のボーダー*/
	padding: 0.5em 0 0.5em 1.5em;
  	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	margin-left: 0 auto 4em;
	text-align: left;
}

.lesson-type-top ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	margin-left: 0 auto 4em;
}

.lesson-type-container table {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0;
	margin-bottom: 1em;
}

.lesson-type-container table th:first-child {
	border-radius: 5px 0 0 0;
}

.lesson-type-container table th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #1fb2a5;
}

.lesson-type-container table th {
  text-align: center;
  color:white;
  background: #1fb2a5;
  border-left: 1px solid #1fb2a5;
  border-top: 1px solid #1fb2a5;
  border-bottom: 1px solid #1fb2a5;
  width: 25%;
  padding: 10px 0;
}

.lesson-type-container table td {
  text-align: center;
  border-left: 1px solid #1fb2a5;
  border-bottom: 1px solid #1fb2a5;
  border-top:none;
  width: 25%;
  padding: 10px 1em;
}

.lesson-type-container table td:last-child {
  border-right: 1px solid #1fb2a5;
}

.lesson-type-container table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.lesson-type-container table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.access-container iframe {
	border-radius: 15px;
}

.lesson-type-top {
	margin: 1em auto;
}

.access-container h6 {
	font-size: 24px;
	border-bottom: 3px dotted #f58549;
	padding: .5em;
	margin: 1em auto 0;
}

.access-container h4 {
	font-size: 20px;
}

.access-container ol {
	text-align: left;
	margin-left: -3em;
	margin-bottom: 3em;
}

.access-container li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  	font-size: 18px;
}

.access-container li::marker {
  font-weight: bold;
  color: #f58549;
}

.about-text,
.lesson-type-text {
	width: 90%;
}



/*========= スマートフォン向けCSS ===============*/
@media screen and (min-width:767px) {
.hamburger-menu {
    display: none;
}

.BG-img {
	display: none;	
}
}

/*========= スマートフォン向けCSS ===============*/
@media (max-width: 767px) {
.side-menu {
    display: none;
}

.zoom-box-web {
	margin-bottom: 0em;
}

/*-------------------------------------------
ハンバーガーメニュー
-------------------------------------------*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #f58549;
	border-radius: 10px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

/*ハンバーガー アニメーション*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/*ハンバーガーメニュー メニュー*/

input[type="checkbox"] {
display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #f58549;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 15px 10px 0;
    position: relative;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	font-style: normal;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f58549;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/*-------------------------------------------
共通
-------------------------------------------*/
.BG-img::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-image: url(../img/top_BG_767X2000.jpg);
	background-size:cover;
}

.main-box {
	background-image: none;
	filter: none;
}

.container {
    width: 100%;
	margin-top: 2.5em;
}

.main-box,
.main-container {
	width: 98%;
}

h1 {
	font-size: 24px;
}

.reservation-btn {
	bottom: 0;
	padding: .5em;
}

/*-------------------------------------------
top
-------------------------------------------*/
#top-img {
	margin: 1em auto 4em;
}

#top-img img {
	width: 100%;
}

#top-calendar,
#top-form,
#top-lesson,
#top-site,
#top-fb {
	margin: 0 auto 4em;
	width: 98%;
}

#top-calendar iframe {
	height: 320px;
}

.top_btn {
	width: 45%;
	line-height: 40px;
	font-size: 16px;
}

.site-item {
	flex-direction: column;
	justify-content: center;
}

.site-item a{
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}


/*-------------------------------------------
top以外
-------------------------------------------*/
.about-text,
.lesson-type-text,
.site-text {
	margin: 0 auto;
}

.about-text p,
.lesson-text p,
.lesson-type-text p,
.site-text p {
	line-height: 1.5em;
	font-size: 16px;
}

.about-container,
.lesson-container,
.lesson-type-container,
.access-container,
.lesson-type-top {
	width: 100%;
	margin: 4em auto;
}

.site-item h4 {
	line-height: 1.5em;
	margin: 4px auto 0;
}

.lesson-container h2 {
	font-size: 18px;
}

.lesson-text,
.access-text {
	width: 90%;
	margin: 0 auto;
}
.lesson-type-container h4,
.lesson-type-container h5 {
	width: 90%;
}

.lesson-type-container table,
.lesson-type-top ul {
	width: 90%;
	margin: 0 auto;
}

.access-container ol {
	margin-left: -1em;
}

.access-container li {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
footer p{
	font-size: 12px;
}

}