@charset "UTF-8";

/*記事に関するスタイルシート（PC／印刷共通）*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400&family=Montserrat:wght@500&display=swap');

/*CONTENTS-LAYOUT
-------------------------------------*/

div.flexbox2 {
	display:-webkit-box;
	display:-ms-flexbox2;
	display:flex;
	/*両端のアイテムを余白を空けず配置、他の要素は均等に間隔を空けて配置*/
	-ms-flex-line-pack: justify;
	justify-content: space-between;
}

div.flexbox2d {
	display:-webkit-box;
	display:-ms-flexbox2;
	display:flex;
	/*両端のアイテムを余白を空けず配置、他の要素は均等に間隔を空けて配置*/
	-ms-flex-line-pack: justify;
	justify-content: space-between;
	/*アイテムを折り返して複数行に上から下に並べる*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.col2 {
	width: 49%;
}

div.col_edu1 {
	width: 420px;
}

div.col_edu2 {
	width: calc(100% - 440px);
}

div.col_wear1 {
	width: calc(100% - 250px);
}

div.col_wear2 {
	width: 230px;
}

div.col_wear2 img {
	display: block;
	margin: 0px auto;
}

div.col_instructor1 {
	width: 200px;
}

div.col_instructor2 {
	width: calc(100% - 220px);
}

div#topics_class,
div#feature,
div#memo,
div#age,
div#instructor_profile,
div#instructor_comment,
div#schedule,
div#course,
div#reserve,
div#contact,
div#scene,
div#scene2,
div#level,
div#notice,
div.report
{
	border: 1px solid #993;
	width: calc(100% - 2px);
	margin: 20px 0px;
	padding: 0px;
}

div#topics_class p,
div#feature p,
div#memo p,
div#age p,
div#instructor_profile p,
div#instructor_comment p,
div#schedule p,
div#course p,
div#reserve p,
div#contact p,
div#scene p,
div#scene2 p,
div#level p,
div#notice p,
div.report p,
div#topics_class dl,
div#feature dl,
div#memo dl,
div#age dl,
div#instructor_profile dl,
div#instructor_profile dl,
div#instructor_comment dl,
div#schedule dl,
div#course dl,
div#reserve dl,
div#contact dl,
div#scene dl,
div#scene2 dl,
div#level dl,
div#notice dl,
div.report dl
{
	margin-right: 10px;
	margin-left: 10px;
}

div#topics_class .view p {
	margin-right: 10px;
	margin-left: 10px;
}

div#topics_class h4,
div#feature h4,
div#memo h4,
div#age h4,
div#instructor_profile h4,
div#instructor_comment h4,
div#schedule h4,
div#course h4,
div#reserve h4,
div#contact h4,
div#scene2 h4,
div#level h4,
div#notice h4,
div.report h4,
div#topics_class ul,
div#feature ul,
div#memo ul,
div#age ul,
div#instructor_profile ul,
div#instructor_comment ul,
div#schedule ul,
div#course ul,
div#reserve ul,
div#contact ul,
div#scene ul,
div#scene2 ul,
div#level ul,
div#notice ul,
div.report ul,
div#topics_class ol,
div#feature ol,
div#memo ol,
div#age ol,
div#instructor_profile ol,
div#instructor_comment ol,
div#schedule ol,
div#course ol,
div#reserve ol,
div#contact ol,
div#scene ol,
div#scene2 ol,
div#level ol,
div#notice ol,
div.report ol
{
	margin-right: 10px;
	margin-left: 10px;
}

div#instructor_profile h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

div#topics_class {
	font-size: 12px;
	background-color: #FFF;
}

div#memo {
	font-size: 12px;
}

div#topics_class div.view
{
	width:100%;
	height: 300px;
	overflow: auto;
}

div#instructor_profile
{
	font-size: 12px;
}

div#scene,
div#scene2
{
	font-size: 12px;
	overflow: hidden;
}

div#notice {
	font-size: 12px;
}

div#instructor_profile p#instructor_photo {
	white-space: nowrap;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
}

div#instructor_profile p#instructor_photo img {
	border-right: 1px solid #FFF;
}

p.studio_photo {
	margin: 30px 0px 0px;
	padding: 0px;
}

p.studio_photo img {
	border-bottom: 1px solid #FFF;
}

p.thum_lesson {
	margin: 30px 0px 0px;
	padding: 0px;
}

p.thum_lesson img {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

div#scene p.scene
{
	margin: 0px 0px 10px;
}

div#scene p.scene .supp,
div#scene ol
{
	margin-left: 10px;
}


/*BASIC
---------------------------------*/

/*Hamburger Menu
チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

img.bgmaximage {
 position:fixed !important;
 display:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 20px;
	background-color: #FFF;
}

td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5
}

table th {
	color: #630;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	white-space: nowrap;
	border: 1px solid #999;
}

table td {
	vertical-align: middle;
	padding: 5px 10px;
	border: 1px solid #999;
}

table thead th {
	background-color: #F5F5F5;
	text-align: center;
}

table caption {
	color: #204784;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

table td.price {
	white-space: nowrap;
	text-align: right;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

ol,ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

li {
	margin-top: 10px;
}

li ol {
	margin-top: 0px;
}

em {
	font-style: normal;
	font-weight: bold;
}

ul,ol {
	padding-left: 10px;
}

li {
	margin-left: 10px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 20px 0px 10px;
	color: #204784;
}

dd {
	margin: 10px 0px 10px 20px;
}

.view dl,
.view dt,
.view dd
{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	color: #000;
}

dl.access dt {
	border-bottom: 1px solid #C93;
}
	
dl.access dd {
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px 10px 20px;
}

dl.access dd.way {
	font-size: 12px;
	line-height: 1.3;
	border-right: 1px solid #999;
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 0px;
}

dl.access dd.way:last-child {
	border-style: none;
	padding-right: 0px;
	margin-right: 0px;
}

.hide {
	display: none;
}

/*スマホでは改行しない*/
span.br_pc {
	display: block;
}

/*スマホでは改行*/
span.br_sp {
	
}

/*CONTENTS-TEXT
---------------------------------*/

h2 {
	color: #204784;
	font-size: 18px;
	margin-bottom: 30px;
	font-family: 'Montserrat', 'M PLUS 1p', sans-serif;
}

h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Montserrat', 'M PLUS 1p', sans-serif;
	margin: 30px 0px 20px;
	padding: 2px 2px 2px 5px;
	border-bottom: 2px dotted #204784;
	background-color: #090;
}

h4 {
	color: #360;
	background-color: Azure;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	padding: 2px 2px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}

.lead {
	color: #360;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Montserrat', 'M PLUS 1p', sans-serif;
	line-height: 1.7;
}

.note {
	color: #F00;
	font-size: 10px;
	font-weight: normal;
}

.supp {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}

.date {
	color: #990;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

div#topics p.date,
div.view p.date {
	border-bottom: 1px dotted #993;
	margin-bottom: 5px;
}

div#topics p.date+p,
div.view p.date+p {
	margin-top: 5px;
}

.attention {
	color: #F00;
	font-weight: bold
}

.required {
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
	background-color: #C00;
	display: inline-block;
	padding: 3px;
	margin-left: 3px;
	border-radius: 3px;
}

span.tel {
	color: #990;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

.dream {
	text-align: center;
	margin-top: 50px;
}

.dream img {
	margin-right: auto;
	margin-left: auto;
}

.sign {
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
}

dd.new {
	font-weight: bold;
	background-image: url(../img_scheme/new.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
}

.col_instructor2 ul {
	font-size: 12px;
	padding: 0px 0px 0px 20px;
}

.col_instructor2 ul li {
	font-size: 12px;
	margin-top: 3px;
	line-height: 1.3;
}

.log {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	white-space: pre;
	overflow: auto;
}


/*CONTACT
---------------------------------*/

dl.mail_form {
	border: 2px dotted #204784;
	background-color: #FFF;
	margin-bottom: 30px;
	padding: 20px;
}

dl.mail_form dd {
	margin-left: 0px;
}

dl.mail_form input,
dl.mail_form textarea
{
	line-height: 1.5;
	background-color: #cce5ff;
	border-radius: 6px;
	border: none;
	width: 100%;
	padding: 3px;
}

input[type="submit"] {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	background-color: #204784;
	border: none;
	padding: 5px 20px;
	margin: 2px 0px;
	border-radius: 50vh;
}

input[type="reset"],
input.back[type="button"]
{
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #204784;
	background-color: #cce5ff;
	border: none;
	padding: 5px 10px;
	border-radius: 50vh;
}


/*FORM
---------------------------------*/

input {
	font-size: 14px;
}

textarea {
	font-size: 14px;
	line-height: 1.5;
}


/*CATCH
---------------------------------*/

#catch1 {
	width: 100%;
	background-image: url(../img_scheme/lesson_image2024.jpg);
	background-repeat: no-repeat;
	background-position: center 170px;
	font-size: 20px;
	font-weight: bold;
	color: #204784;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 60px;
	padding-bottom: 390px;
}

#catch2 {
	border: 2px dotted #204784;
	padding: 20px;
	margin: 60px 60px 30px;
}

#catch2 p {
	padding: 5px 15px;
	border-left: none;
	background-image: url(../img_scheme/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

#catch2 ul {
	text-align: left;
	margin: 0px auto;
}

#banner {
	margin: 30px 0px;
}

#banner p {
	text-align: center;
}

#banner p.admission {
	font-size: 0px;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../img_scheme/banner2024.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
	height: 150px;
	margin: 0px auto;
}

#banner p.admission a {
	display: block;
	height: 150px;
	text-decoration: none;
}

#banner p.reserve {
	font-size: 0px;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../img_scheme/go_reserve.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 320px;
	height: 50px;
	margin: 30px auto 0px;
}

#banner p.reserve a {
	display: block;
	height: 50px;
	text-decoration: none;
}

#banner p.acron_gym {
	background-image: url(../img_scheme/ACRON-gym.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 50px auto;
	padding: 0px 0px 210px;
}

#banner p.acron_gym span {
	color: #204784;
	font-weight: bold;
}

#banner p.airzee {
	margin: 20px auto;
}

#banner p.airzee span {
	color: #204784;
	font-weight: bold;
}

#banner p.airzee img {
	display: block;
	margin: 20px auto 5px;
	border-radius:240px;
}

div#sns {
	text-align: center;
	margin: 30px 0px;
}

#instagram {
	background-image: url(../img_scheme/instagram_account2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 30px 0px;
	padding: 50px 0px 0px;
}

#instagram iframe {
	padding: 1px 0px;
}

#instagram2 {
	background-image: url(../img_scheme/instagram_account2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 30px 0px;
	padding: 34px 0px 0px;
}

#instagram2 iframe {
	padding: 1px 0px;
}

#scene #instagram2 {
	margin: 30px 0px 0px;
}

#instagram2 iframe {
	padding: 1px 0px 0px;
}

dl.sns {
	text-align: center;
	font-size: 12px;
	margin: 0px;
}

dl.sns dt,
dl.sns dd
{
	margin: 0px;	
}

dl.sns dt.website {
	font-weight: bold;
	background-image: url(../img_scheme/icon_website.gif);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 40px 0px 0px;
}

dl.sns dt.facebook {
	font-weight: bold;
	background-image: url(../img_scheme/icon_facebook_29.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 40px 0px 0px;
}

dl.sns dt.instagram {
	font-weight: bold;
	background-image: url(../img_scheme/icon_instagram_29.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 40px 0px 0px;
}

dl.sns dt.twitter {
	font-weight: bold;
	background-image: url(../img_scheme/icon_twitter_29.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 40px 0px 0px;
}

dl.sns dt.youtube {
	font-weight: bold;
	background-image: url(../img_scheme/icon_youtube_29.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 40px 0px 0px;
}

dl.sns dt.tiktok {
	font-weight: bold;
	background-image: url(../img_scheme/icon_tiktok_29.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 40px 0px 0px;
}

dl.sns dt.hatena {
	font-weight: bold;
	background-image: url(../img_scheme/icon_hatena_29.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 40px 0px 0px;
}


/*ENTRY
--------------------------------------------*/

table.entry_calendar td {
	font-size: 12px;
	vertical-align: top;
	width: calc(30% - 22px);
}

table.entry_calendar th:first-of-type {
	width: calc(10% - 22px);
}

table.entry_calendar th {
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #666;
}

table.entry_calendar {
	width: 100%;
	margin: 20px 0px;
}

table.entry_calendar input.form-control {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	line-height: 1;
	width: 95%;
	height: auto;
	margin: 0px;
	padding: 1px;
	border-radius: 0px;
}

table.entry_calendar label {
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}

table.entry_calendar p {
	line-height: 1;
	background-color: #C2F5A8;
	margin: 0px;
	padding: 2px;
}

table.entry_calendar input[type=text] {
	margin: 0px 0px 5px;
}
