@charset "UTF-8";

/*
Theme Name: 「アンジュ新体操クラブ」
Description: 静岡県静岡市の新体操教室「アンジュ新体操クラブ」さまのWebサイトです。
*/

/**********************************************************************************


	reset
	
	
***********************************************************************************/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, 
sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-decoration: none;
}
ins, mark {
    background-color: #ff9;
    color: #000;
}
ins { text-decoration: none; }
mark {
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th { text-align: left; }
hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select { vertical-align:　middle; }
input, textarea {
	margin: 0;
	padding: 0;
}
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
	height: auto;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/***----- clearfix -----***/
.clearfix, div, ul, dl, ol { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/***----- ie対策 -----***/
main { display: block; }



/**********************************************************************************


	初期設定


***********************************************************************************/
html { font-size: 62.5%;/*10px*/ }
body {
	font-family:  "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .05em;
	-webkit-text-size-adjust: none;
	color: var(--black);
}

/*** css変数の定義
----------------------------------------------------------------------------------***/
:root {
    --key-color: #c1898d;
    --pale-pink: #f3e7e8;
    --green: #74aaa6;
    --pale-green: #d9e8e7;
    --purple: #9b85bc;
    --black: #333;
    --dark-gray: #666;
    --light-gray: #999;
    --yellow: #f9f8f5;
    --red: #a31717;
    --font-mincho: 'Shippori Mincho', serif;
    --font-english: "Times New Roman";
    --font-gothic:  "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;    --shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}


/*** 見出し
----------------------------------------------------------------------------------***/
h1, h2, h3, h4 {
	line-height: 1.3;
	font-family: var(--font-mincho);
	color: var(--dark-gray);
}

/***----- 見出し装飾 -----***/
.section-title__large {
	position: relative;
	text-align: center;
	line-height: 1;
	color: var(--dark-gray);
	font-size: 4rem;
	margin-bottom: 60px;
}
.section-title__large span {
	display: block;
	font-size: 1.5rem;
	color: var(--light-gray);
	margin-top: 50px;
}
.section-title__large::before {
	position: absolute;
	bottom: 32px;
	left: calc(50% - 40px);
	width: 90px;
	height: 3px;
	content: '';
	background: var(--key-color);
}
.section-title__large a { color: var(--key-color); }

.section-title__medium {
	font-size: 3rem;
	margin-bottom: 80px;
}

/** media Queries
===================================================================================*/
@media screen and (max-width: 768px) {

body { line-height: 2; }

}

/** media Queries
===================================================================================*/
@media screen and (max-width: 480px) {


}

/** media Queries
===================================================================================*/
@media screen and (max-width: 480px) {

.section-title__medium {
	line-height: 1.6;
}
}



/** media Queries
===================================================================================*/
@media screen and (max-width: 376px) {

.section-title__medium {
	line-height: 1.5;
}
.section-title__medium {
	background: url(common/bg_section-title__medium.png) left top 4px no-repeat;
	background-size: 57px;
}
}



/**********************************************************************************


	header


***********************************************************************************/
.header {
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.9);
}
.header__container { 
	width: 100%;
	max-width: 1600px;
	min-width: 1200px;
	padding: 0 3em;
	margin: 0 auto;
}
.header__logo img { width: 220px; }

.g-nav a:hover { color: #999; }
nav li a { font-size: 16px; }
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff;
	background-image: linear-gradient(to top, #ca7a85, #c6788c, #c17693, #b9759a, #b175a0, #a775a6, #9b76ab, #8e77af);
}
.sub-menu li a { color: #fff !important; }


/** media Queries
===================================================================================*/
@media only screen and ( max-width: 1024px ) {

.header {
    padding: 10px 0;
    height: 120px;
}
.header__container { 
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.header__logo {
    width: 200px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 100;
}
.header__logo img { width: 200px; }

/*** リロード時に展開してしまうのを防ぐ。jsにて5秒遅れでfadeinさせる ***/
.header__nav { display: none; }

.g-nav .nav {
    overflow-y: auto;
    height: 100vh;
}
.eng-menu { display: none; }
.mean-nav .header__inner { padding: 0; }

}


/** media Queries
===================================================================================*/
@media print, screen and ( min-width: 1025px ) {

.header { height: 150px; }
.header__top {
	width: 100%;
	min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo { width: 15%; }
.header__nav { width: 75%; }

.g-nav { margin-top: 70px; line-height: 1; }
.g-nav ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.g-nav li {
    position: relative;
    margin-right: 3em;
}
.g-nav li:last-of-type { margin-right: 0; }
.g-nav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 80px;*/
    height: 80px;
    padding-top: 20px;
    color: var(--dark-gray);
    border-bottom: none;
}
nav li a span {
	display: block;
	font-size: 15px;
	font-family: var(--font-english);
	font-style: italic;
	color: #baaf8e;
	margin-top: 10px;
}
.g-nav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.g-nav .sub-menu a {
	height: 50px;
    display: block;
    border-bottom: none;
    padding: 20px 0 20px 20px;
    text-align: left;
    /*line-height: 1.2em;*/
}
.g-nav .sub-menu a:hover::after { content: none; }
.g-nav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.g-nav .sub-menu li:last-of-type {
    border-bottom: none;
}
.g-nav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
 }
.g-nav ul > li:hover a,.g-nav .current-menu-item a,.g-nav .current-menu-parent a {
    color: #baaf8e;
}
.g-nav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.g-nav li ul li:after { content: none; }
.g-nav li:hover ul.sub-menu a { color: #111; }
.g-nav .sub-menu li a:hover { background: rgba(255,255,255,.2); }
.g-nav .contact_btn a:hover { color: #fff; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 376px) {

.header__logo img { width: 180px; }

}



/**********************************************************************************


	main-visual / sub-page__title


***********************************************************************************/
.main-visual {
	position: relative;
	min-width: 1200px;
	height: 700px;
	max-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 90px;
}


/*** 下層ページタイトル
--------------------------------------------------------------------------------***/ 
.sub-page__title--wrapper {
	position: relative;
}

/***----- 英語タイトル -----***/
.title__eng--about {
	width: 230px;
	position: absolute;
	z-index: 1;
	top: -32px;
	left: 244px;
}
.title__eng--lesson {
	width: 223px;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 198px;
}
.title__eng--faq {
	width: 155px;
	position: absolute;
	z-index: 1;
	top: -22px;
	left: 225px;
}
.process .sub-page__title,
.privacy .sub-page__title,
.agreement .sub-page__title { 
	padding: 0 2em;
}
.title__eng--guidance {
	width: 332px;
	position: absolute;
	z-index: 1;
	top: -58px;
	left: 221px;
}
.title__eng--contact {
	width: 281px;
	position: absolute;
	z-index: 1;
	top: -3px;
	left: 181px;
}
.title__eng--signup {
	width: 292px;
	position: absolute;
	z-index: 1;
	top: -26px;
	left: 261px;
}
.title__eng--schedule {
	width: 300px;
	position: absolute;
	z-index: 1;
	top: -16px;
	left: 193px;
}

/***----- メインタイトル -----***/
.sub-page__title {
	position: relative;
	z-index: 2;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 4.5rem;
	font-family: var(--font-mincho);
	text-align: center;
	color: #fff;
}
.sub-page__title::before { /** 小見出し **/
	content: attr(data-subtitle);
	position: absolute;
	bottom: -50px;
	color: white;
	font-size: 2.4rem;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}
.process .sub-page__title::before,
.privacy .sub-page__title::before,
.agreement .sub-page__title::before { /** 小見出し **/
	content: attr(data-subtitle);
	position: absolute;
	bottom: -86px;
	color: white;
	font-size: 2.4rem;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}
.sub-page__title::after { /** ライン **/
	content: '';
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%);
	width: 90px;
	height: 3px;
	background-color: var(--key-color);
}
.process .sub-page__title::after,
.privacy .sub-page__title::after,
.agreement .sub-page__title::after { /** ライン **/
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%);
	width: 90px;
	height: 3px;
	background-color: var(--key-color);
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

.main-visual,
.parallax-window {
	min-width: 100%;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.title__eng--faq {
	width: 155px;
	position: absolute;
	z-index: 1;
	top: -12px;
	left: 225px;
}
.title__eng--schedule {
	width: 300px;
	position: absolute;
	z-index: 1;
	top: -7px;
	left: 193px;
}
}



/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {

/*.sub-page__title {
	font-size: 4.2rem;
}*/
.title__eng--about {
	width: 200px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 240px;
}
.title__eng--lesson {
	width: 193px;
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 190px;
}
.title__eng--faq {
	width: 130px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 225px;
}
.title__eng--guidance {
	width: 186px;
	position: absolute;
	z-index: 1;
	top: -15px;
	left: 221px;
}
.title__eng--contact {
	width: 190px;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 181px;
}
.title__eng--signup {
	width: 192px;
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 267px;
}
.title__eng--schedule {
	width: 200px;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 193px;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.main-visual {
	height: 420px;
	max-height: 420px;
}

.sub-page__title {
	position: relative;
	z-index: 2;
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 3rem;
	font-family: var(--font-mincho);
	text-align: center;
	color: #fff;
}
.sub-page__title::before { /** 小見出し **/
	content: attr(data-subtitle);
	position: absolute;
	bottom: -40px;
	color: white;
	font-size: 1.8rem;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}
.sub-page__title::after { /** ライン **/
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%);
	width: 90px;
	height: 3px;
	background-color: var(--key-color);
}
.title__eng--about {
	width: 130px;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 125px;
}
.title__eng--lesson {
	width: 126px;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 125px;
}
.title__eng--faq {
	width: 88px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 155px;
}
.title__eng--guidance {
	width: 160px;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 121px;
}
.title__eng--contact {
	width: 160px;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 121px;
}
.title__eng--signup {
	width: 162px;
	position: absolute;
	z-index: 1;
	top: -2px;
	left: 167px;
}
.title__eng--schedule {
	width: 155px;
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 130px;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 376px) {

.title__eng--contact {
	width: 150px;
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 115px;
}
.title__eng--signup {
	width: 148px;
	position: absolute;
	z-index: 1;
	top: -2px;
	left: 167px;
}
.title__eng--schedule {
	width: 146px;
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 130px;
}
}



/**********************************************************************************


	main
	
	
***********************************************************************************/
.main {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.container {
	width: 1120px;
	padding: 120px 0;
	margin: 0 auto;
}
.container-s {
	width: 900px;
	padding: 120px 0;
	margin: 0 auto;
}
.container-xl {
	width: 100%;
	max-width: 1600px;
	min-width: 1200px;
	padding: 120px 0;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	padding: 120px 0;
}

/***----- link -----***/
.main a {
	color: var(--black);
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid var(--light-gray);
}
.main a:hover {
	border-bottom: none;
}

/*** hover effect ***/
img.hover-gray {
	filter: grayscale(0%);
	transition: .3s ease-in-out;
}
img.hover-gray:hover  {
	filter: grayscale(40%);
}

/***----- footer tel -----***/
.is-eventNone {

	pointer-events: none;
}
/***----- object-fit IE対策 -----***/
.img {
	object-fit: cover;
	object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;';
}
.strong { font-weight: bold; }
.bg_yellow { background-color: var(--yellow); }
.bg_pink { 	background-color: var(--pale-pink); }

/* しっぽり明朝は！マークがitalicなので回転させて元に戻す */
.exclamation { 
	display: inline-block;
	transform: rotate( -30deg );
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.marker { background: linear-gradient(transparent 75%, #FFE4EA 75%); }

/***----- ページリンクのヘッダー分のずれ対策 -----***/
.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/*** 改行
--------------------------------------------------------------------------------***/ 
.pc { display: inline-block; }
.sp-1024,
.sp-992,
.sp-768,
.sp-640,
.sp-576,
.sp-480,
.sp-376 { 
	display: none;
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

.main {
	width: 100%;
	min-width: 100%;
	margin-bottom: 65px;
}
.container {
	width: 100%;
	min-width: 100%;
	padding: 120px 20px;
}
.container-s {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 120px 20px; 
}
.container-xl {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 120px 20px; 
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 120px 0; 
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 992px) {

.pc { display: none; }
.sp-992 { display: inline-block; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.sp-768 { display: inline-block; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 640px) {

.sp-640 { display: inline-block; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {

.sp-576 { display: inline-block; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.sp-480 { display: inline-block; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 376px) {

.sp-376 { display: inline-block; }

}



/**********************************************************************************


	1. トップページ / home


***********************************************************************************/
.slider { 
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.bxslider li {
	width: 100% !important;
	height: 100vh !important;
	background: center / cover no-repeat;
}
.page-title {
	width: 100%;
	max-width: 1600px;
	min-width: 1200px;
	padding-top: 20%;
	display: flex;
	justify-content: flex-end;
    position: absolute;
    z-index: 1;
}
.page-title__main {
	font-family: var(--font-mincho);
	font-size: 4.5rem;
	font-weight: normal;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.page-title__sub {
	font-family: var(--font-english);
	font-size: 2.4rem;
	color: #fff;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	margin-top: 70px;
	display: block;
}
.page-title__main::before {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 0);
	width: 90px;
	height: 3px;
	content: '';
	background: var(--key-color);
}
.introduction__lead {
	text-align: center;
	margin: 0 auto 50px;
}
.introduction__title { 
	font-size: 3rem;
	text-align: center;
	margin-bottom: 5rem;
}
.introduction p { 
	line-height: 2; 
	letter-spacing: .05em;
}
.home-bnr-area {
	width: calc( 1000 / 1120 * 100% );
	margin: 8rem auto 0;
}
.home-trial-lesson__bnr { margin-bottom: 4rem; }
.home-utility-link .container {
	padding: 90px 0;
}
.utility-link {
    display: flex;
    justify-content: space-between;
}
.utility-link__item {
	width: calc( ( 100% - 50px ) / 3 );
}
.utility-link__image { margin-bottom: 1rem; }
.utility-link__txt { margin-bottom: -.5rem; }

.trial-lesson__bnr img { 
	width: 1000px;
	display: block;
	margin: 8rem auto 0;
}
.footer-lesson__image {
	width: 100%;
	min-width: 1200px;
	height: 480px;
}
.footer-lesson__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

.slider {
	width: 100%;
	min-width: 100%;
	/*height: 720px;*/
}
.page-title {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding-top: 40%;
}
.page-title__main {
	font-size: 3.6rem;
}
.page-title__sub {
	font-size: 2rem;
	margin-top: 30px;
}
.page-title__main::before {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 0);
	width: 90px;
	height: 3px;
	content: '';
	background: var(--key-color);
}
.home-utility-link .container {
	padding: 90px 20px;
}
.footer-lesson__image {
	width: 100%;
	min-width: 100%;
	height: auto;
}
.footer-lesson__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.page-title__main { font-size: 2.6rem; }
.page-title__sub {
	font-size: 2rem;
	margin-top: 3rem;
}
.introduction__title { 
	font-size: 2.8rem;
	text-align: left; 
	}

.introduction__lead p { text-align: left; }
.utility-link {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.utility-link__item { width: calc( ( 100% - 25px ) / 2 ); }
.utility-link__item:first-of-type { margin-right: 25px; }
.utility-link__item:nth-of-type(3) { margin-top: 25px; }

.sp-br { display: none; }
	
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {

.introduction__title { 
	font-size: 2.6rem;
	text-align: left;
}
}

/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.introduction__title { font-size: 2.4rem; }
.page-title { padding-top: 50%; }
.page-title__main { font-size: 2.4rem; }
.page-title__sub {
	font-size: 1.8rem;
	margin-top: 3rem;
}
.utility-link {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.utility-link__item { 
	width: 100%;
	margin-bottom: 25px;
}
.utility-link__item:last-of-type { margin-bottom: 0; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 376px) {

.introduction__title { font-size: 2rem; }

}



/**********************************************************************************


	2. アンジュについて / About


***********************************************************************************/

/*** ご挨拶
--------------------------------------------------------------------------------***/ 
.greeting__item { display: flex; }
.greeting__txt { 
	width: 50%;
	display: flex;
	justify-content: center;
}
.greeting__txt p { line-height: 2; }
.greeting__photo { width: 50%; }
.greeting__photo img { 
	width: 100%; 
	height: 900px; 
	object-fit: cover;
}
.about-coach { margin-top: 80px; }
.coach-name {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.licence__list li { line-height: 2; }

/*** スタッフ
--------------------------------------------------------------------------------***/ 
.staff__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff__item {
	width: calc( 520 / 1120 * 100% );
	padding: 4.5rem;
	background-color: #fff;
	margin-bottom: 6rem;
}
.staff-photo { 
	display: block;
	text-align: center;
}
.staff-name {
	font-size: 2rem;
	font-family: var(--font-mincho);
	color: var(--dark-gray);
	margin: 30px 0;
}
.staff-profile { line-height: 2; }
.staff-profile::after {
  content: "";
  clear: both;
  display: block;
}
.experience,
.in-charge,
.message {
	float: left;
	font-weight: bold;
}

/*** line-height調整
--------------------------------------------------------------------------------***/ 
.staff-profile__item:first-of-type {
	margin-top: -.7rem;
}
.staff-profile__item:last-of-type {
	margin-bottom: -.7rem;

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1200px) {

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 992px) {

.greeting__txt { 
	width: 45%;
	padding: 0;
	margin: 0 auto;
}
}

/** media Queries
===================================================================================*/
@media only screen and (max-width: 800px) {

/*** ご挨拶
--------------------------------------------------------------------------------***/
.greeting__item { 
	display: flex;
	flex-direction: column;
}
.greeting__txt { 
	width: 80%;
	margin-bottom: 7rem; 
}
.greeting__photo { width: 100%; }
.greeting__photo img { 
	width: 100%; 
	height: auto; 
	object-fit: contain;
}
.greeting__txt--box {
	content: "";
	display: block;
	clear: both;
}
.about-coach { float: right; }

}

/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

/*** スタッフ
--------------------------------------------------------------------------------***/
.staff__list {
	display: flex;
	flex-direction: column;
}
.staff__item { 
	width: 80%; 
	margin: 0 auto 6rem;
}
.staff__item:last-of-type { margin-bottom: 0; }

}

/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {

.staff__item { 
	width: 90%; 
}
}

/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.greeting__title { text-align: center; }
.staff__item { 
	width: 100%; 
}
}

/** media Queries
===================================================================================*/
@media only screen and (max-width: 376px) {


}



/**********************************************************************************


	沿革・成績 / History


***********************************************************************************/
.fiscal-year {
	font-size: 4rem;
	color: var(--key-color);
	text-align: center;
	margin-bottom: 50px;
}
.students-image__list { 
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.students-image__item {
	width: calc( ( 100% - 50px ) / 3 );
}

/***----- 成績テーブル -----***/
.scores__item { margin-bottom: 80px; }
.tournament__title {
	font-size: 1.8rem;
	font-family: var(--font-gothic);
	margin-bottom: .75em;
	color: --var(--dark-gray);
}
.tournament__sub-title {
	font-size: 1.7rem;
	font-family: var(--font-gothic);
	margin-bottom: .75em;
	color: --var(--dark-gray);
}
.score__detail {
	width: 100%;
	border-top: 1px solid var(--light-gray);
	border-left: 1px solid var(--light-gray);
	border-spacing: 0px;
	border-collapse: separate; /* firefox対策 */
}
.score__detail tr th, .score__detail tr td {
	border-bottom: 1px solid var(--light-gray);
	border-right: 1px solid var(--light-gray);
	padding: 1em;
}
.score__detail thead th { 
	background-color: var(--pale-pink); 
	font-weight: normal; 
}
.score__detail tbody th { 
	background-color: var(--yellow); 
	font-weight: normal; 
}
td.s-name,
td.s-event,
td.s-rank,
td.g-name01,
td.g-rank,
td.g-name02 { 
	background-color: #fff;
}	
.division { width: calc( 310 / 1120 * 100% ); }
.s-name,
.s-event,
.s-rank { 
	width: calc( 270 / 1120 * 100% );
}	
.g-name01 { width: calc( 250 / 1120 * 100% ); }	
.g-rank { width: calc( 100 / 1120 * 100% ); }
.g-name02 { width: calc( 460 / 1120 * 100% ); }

.juvenile1226 .division { width: calc( 310 / 1120 * 100% ); }
.juvenile1226 .s-name,
.juvenile1226 .s-rank { 
	width: calc( 405 / 1120 * 100% );
}

/***----- アコーディオンパネル -----***/
.other-years__panel {
	width: 380px;
	margin: 0 auto;
}
.accordion {
	width: 380px;
	font-size: 1.8rem;
	font-family: var(--font-gothic);
	cursor: pointer;
	height: auto;
	text-align: center;
	padding:  17px 0 16px;
	border: none;
	outline: none;
	transition: 0.4s;
	border-radius: 5px;
	position: relative;
	background-color: var(--key-color);
	color: #fff;
}
.active, .accordion:hover { background-color: #b57377; }
.accordion::after {
	font-family: 'Material Icons';
	content: 'add'; /* + */
	font-size: 1.8rem;
	color: #fff;
	position: absolute;
	top: 2rem;
	right: 2rem;
}
.active::after {
	font-family: 'Material Icons';
	content: "remove"; /* - */
}
.panel {
	width: 380px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background-color: var(--pale-pink);
	border-radius: 0 0 5px 5px;
}
.panel_inner { padding: 40px 0; }
.panel_inner a { color: var(--dark-gray); }
.other-years__list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.other-years__list li a { border-bottom: none; }
.other-years__list li a:hover { border-bottom: 1px solid var(--light-gray); }

.other-years__item:not(:last-of-type) { margin-bottom: 40px; }


/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.students-image__list { 
	display: flex;
	flex-direction: column;
}
.students-image__item { 
	width: 100%;
	margin-bottom: 5rem;
}
.students-image__item:last-of-type { margin-bottom: 0; }
.score__detail { border: none; }
.score__detail thead { display: none; }
.score__detail tr {
	display: block; 
	border-bottom: 3px solid var(--light-gray);
}
.score__detail tbody tr:last-of-type { border-bottom: none; }
.score__detail tbody:last-of-type tr:last-of-type { border-bottom: 1px solid var(--light-gray); }
.score__detail tr td {
	display: block;
	border-top: 1px solid var(--light-gray);
	border-left: 1px solid var(--light-gray);
	border-right: 1px solid var(--light-gray);
	border-bottom: none;
}
.score__detail tr td:first-of-type{ border-top: none; }
.score__detail tr td::before {
	content: attr(aria-label);
	float: left;
	font-weight: bold;
	padding-right: 2em;
}
.score__detail tr td::after {
	content: "";
	display: table;
	clear: both;
}
.score__detail tbody th {
	display: block;
	border: 1px solid var(--light-gray);
	background-color: var(--pale-pink);
}
.score__detail tbody th::before { content: ""; }
td.s-name { background-color: var(--yellow); }
.s-name,
.s-event,
.s-rank,
.g-name01,
.g-rank,
.g-name02,
.juvenile1226 .division,
.juvenile1226 .s-name,
.juvenile1226 .s-rank { 
	width: 100%;
}
.other-years__panel,
.accordion,
.panel {
	width: 100%;
}
}



/**********************************************************************************


	レッスン案内 / lesson


***********************************************************************************/

/*** クラス紹介
----------------------------------------------------------------------------------***/
.class__list { margin-bottom: 120px; }
.class__items {
	display: flex;
	justify-content: space-between;
}
.class__item {
	width: calc( ( 100% - 50px ) / 3 );
	background-color: var(--yellow);
	padding: 2rem;
}
.class__txt { 
	text-align: center;
	margin-top: 2.4rem;
}
.class__name,
.class__desc {
	margin-bottom: 1.139rem;
}
.class__name {
	font-size: 1.6rem;
	font-weight: bold;
}
.athlete-class {
	width: calc( ( 100% - 40px ) / 2 );
	background-color: var(--yellow);
	padding: 2rem;
}
.other-class__panel {
	width: 380px;
	margin: 0 auto;
}
.other-class__list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.other-class__item { margin-top: -.75rem; }
.other-class__item:not(:last-of-type) { margin-bottom: 4rem; }

/*.lesson-goal { margin-top: -60px; }*/
.lesson-goal__image {
	width: 100%;
	min-width: 1200px;
	height: 480px;
}
.lesson-goal__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lesson-goal__title {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 5rem;
}
.lesson-goal__lead { 
	text-align: center;
	margin-bottom: 8rem;
}
.lesson-goal__lead p { line-height: 2; }
.recital-photo {
	width: 1100px;
	margin: 0 auto;
}

/*** 各教室の詳細
----------------------------------------------------------------------------------***/
.lesson-schedule {
	width: 100%;
	border-top: 1px solid var(--light-gray);
	border-left: 1px solid var(--light-gray);
	border-spacing: 0px;
	border-collapse: separate; /* firefox対策 */
	margin-bottom: .5em;
}
.lesson-schedule tr th, .lesson-schedule tr td {
	border-bottom: 1px solid var(--light-gray);
	border-right: 1px solid var(--light-gray);
	text-align: center;
}
.lesson-schedule tr th { padding: 1.15em; }
.lesson-schedule tr td { padding: 1.5em; }
.lesson-schedule thead th { 
	background-color: var(--pale-pink); 
	font-weight: normal; 
}
.lesson-schedule tbody th { 
	background-color: var(--yellow); 
	font-weight: normal; 
}
.lesson-lesson,
.lesson-day,
.lesson-time,
.lesson-fee { 
	background-color: #fff;
}	
.lesson-class { width: calc( 310 / 1120 * 100% ); }
.lesson-lesson,
.lesson-day { 
	width: calc( 150 / 1120 * 100% );
}	
.lesson-time { width: calc( 260 / 1120 * 100% ); }
.lesson-fee { width: calc( 180 / 1120 * 100% ); }
.common-items {
	width: calc( 900 / 1120 * 100% );
	margin: 50px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5em 0;
	border: 1px solid var(--dark-gray);
}
.common-items__title,
.common-items__box p:not(:last-of-type) {
	margin-bottom: 15px;
}
.common-items__title {
	font-size: 1.6rem;
	font-family: var(--font-gothic);
}
.common-items__box p {
	padding-left: 1em;
	text-indent: -1em;
}
.lesson__access { margin-top: -12rem; }
.lesson__address {
	text-align: center;
	margin-bottom: 2rem;
}
.gmap {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 480px;
	overflow: hidden;
	margin-bottom: 7rem;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

.lesson__utility { padding: 0 2rem; }
.lesson-goal__image {
	width: 100%;
	min-width: 100%;
	height: auto;
}
.lesson-goal__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.recital-photo { width: 100%; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.class__items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.class__item { 	
	width: calc( ( 100% - 25px ) / 2 );
	margin-bottom: 25px;
}
.class__item:first-of-type { margin-right: 25px; }
.other-class__panel { width: 100%; }

.lesson-schedule { border: none; }
.lesson-schedule thead { display: none; }
.lesson-schedule tr td {
	text-align: right;
}
.lesson-schedule tr {
	display: block; 
	border-bottom: 3px solid var(--light-gray);
}
.lesson-schedule tbody tr:last-of-type { border-bottom: none; }
.lesson-schedule tbody:last-of-type tr:last-of-type { border-bottom: 1px solid var(--light-gray); }
.lesson-schedule tr td {
	display: block;
	border-top: 1px solid var(--light-gray);
	border-left: 1px solid var(--light-gray);
	border-right: 1px solid var(--light-gray);
	border-bottom: none;
}
.lesson-schedule tr td:first-of-type{ border-top: none; }
.lesson-schedule tr td::before {
	content: attr(aria-label);
	float: left;
	font-weight: bold;
	padding-right: 2em;
}
.lesson-schedule tr td::after {
	content: "";
	display: table;
	clear: both;
}
.lesson-schedule tbody th {
	display: block;
	border: 1px solid var(--light-gray);
	background-color: var(--pale-pink);
}
.lesson-schedule tbody th::before { content: ""; }
.lesson-class,
.lesson-lesson,
.lesson-day,
.lesson-time,
.lesson-fee { 
	width: 100%; 
}
.common-items {
	width: 100%;
	padding: 1.5em 1em;
}
.gmap {
	width: 100%;
	min-width: 100%;
	height: 0;
	padding-bottom: 75%;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.class__items {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.class__item { width: 100%; }
.class__photo { 
	display:block; 
	margin: 0 auto;
}
}



/**********************************************************************************


	受講案内 / 手続きについて / process


***********************************************************************************/
.trial-lesson__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}
.trial-lesson__desc { width: calc( ( 1120 - 600 ) / 1120 * 100% ); }
.trial-lesson__photo { width: calc( 600 / 1120 * 100% ); }
.trial-lesson__title {
	font-size: 3.6rem;
	color: var(--key-color);
	margin-bottom: 5rem; 
}
.trial-lesson__title span { font-size: 1.8rem; }
.trial-lesson__title .exclamation {
	display:inline-block;
	transform: rotate( -30deg );
	font-size: 3rem;
}
.trial-lesson__desc p { line-height: 2; }
.trial-lesson__desc p:first-of-type { margin-top: -.75rem; }

.process-notes {
	width: calc( 900 / 1120 * 100% );
	margin: 0 auto;
	padding: 3rem 5rem;
	background-color: #fff;
}
.process-notes.bg_pink { background-color: var(--pale-pink); }

/* リストスタイル● */
.process-notes__item {
	position: relative;
	padding-left: 1em;
	line-height: 2;
}
.process-notes__item::after {
	display: block;
	content: '';
	position: absolute;
	top: .75em;
	left: 0;
	width: .75rem;
	height: .75rem;
	background-color: var(--dark-gray);
	border-radius: 100%;
}
/* line-heightによるpadding差異の調整 */
.process-notes__item:first-of-type { margin-top: -.75rem; }
.process-notes__item:last-of-type { margin-bottom: -.75rem; }

.process-utility__links {
	width: calc( 820 / 1120 * 100% );
	margin: 4rem auto 0;
	display: flex;
	justify-content: space-between;
}
.process-utility__links .related-page { margin: 0; }
.admission__lead {
	font-size: 3.6rem;
	font-family: var(--font-mincho);
	letter-spacing: 0;
	color: var(--key-color);
	margin-bottom: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.admission-notes { margin-bottom: 3rem; }

.trial-lesson__title .exclamation {
	display:inline-block;
	transform: rotate( -30deg );
	font-size: 3rem;
}
.necessities__item { line-height: 2; }
.necessities__title { 
	font-size: 1.6rem;
	font-family: var(--font-gothic);
	margin-bottom: 1.6rem;
}

/* line-heightによるpadding差異の調整 */
.necessities__item:first-of-type { margin-top: -.75rem; }
.necessities__item:last-of-type { margin-bottom: -.75rem; }

.absence-notes { margin-bottom: 2rem; }
.absence__title,
.leave__title {
	font-size: 2rem;
	margin-bottom: 2rem;
	color: var(--key-color);
}
.absence-notes p,
.leave-notes p {
	margin-bottom: 1.5rem;
}
.absence-notes p:last-of-type,
.leave-notes p:last-of-type {
	margin-bottom: 0;
}
.leave-notes p:last-of-type { color: var(--light-gray); }
.leave-notes { margin-bottom: 4rem; }


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

.process-utility__links { width: calc( 900 / 1120 * 100% ); }

}



/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.trial-lesson__item {
	display: flex;
	flex-direction: column;
}
.trial-lesson__desc,
.trial-lesson__photo { 
	width: 100%;
}
.trial-lesson__desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5rem;
}
.trial-lesson__photo { 
	display: block;
	text-align: center;
}
.process-notes {
	padding: 3rem 4rem;
}
.process-utility__links {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.process-utility__links .signup-page { margin-bottom: 30px; }

.admission__lead {
	font-size: 3rem;
	font-family: var(--font-mincho);
	letter-spacing: 0;
	color: var(--key-color);
	margin-bottom: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {

.process-notes { width: 100%; }
.admission__lead {
	font-size: 2rem;
	font-family: var(--font-mincho);
	letter-spacing: 0;
	color: var(--key-color);
	margin-bottom: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.trial-lesson__title {
	font-size: 3rem;
}
.process-notes { padding: 3rem; }

}

/**********************************************************************************


	受講案内 / 会員規約 / agreement


***********************************************************************************/
.agreement__title {
	font-size: 3.6rem;
	margin-bottom: 7rem;
	text-align: center;
	color: var(--dark-gray);
}
.agreement__lead { margin-bottom: 5rem; }
.agreement-contents { counter-reset:num 0; }
.agreement__item { 
	margin-bottom: 5rem;
}
.agreement-caption {
	font-size: 2rem;
	font-weight: bold;
	color: var(--key-color);
	margin-top: -.3rem;
	margin-bottom: 2rem;
}
/* 自動で「第xx条」とカウントするように設定 */
.agreement-caption::before {
	counter-increment: num;
	content: "第"counter(num)"条";
}
.agreement-contents p {	line-height: 2; }
.agreement-contents p:first-of-type { margin-top: -.75em; }
.agreement__item p {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.agreement__list { margin-top: 1.5rem; }
.agreement__list li {
	padding-left: 1em;
	text-indent: -1em;
}
.agreement__list li:not(:last-of-type) { margin-bottom: .8rem; }



/**********************************************************************************


	受講案内 / プライバシーポリシー / privacy


***********************************************************************************/
.privacy__title {
	font-size: 3.6rem;
	margin-bottom: 7rem;
	text-align: center;
	color: var(--dark-gray);
}
.privacy__lead { margin-bottom: 5rem; }
.privacy__item { 
	counter-increment: cnt; /* counterのためのリセット */
	margin-bottom: 5rem;
}
.privacy-caption {
	font-family: var(--font-gothic);
	font-weight: bold;
	color: var(--black);
	padding: 1.55rem 3rem 1.55rem 5.5rem;
	margin-bottom: 3rem;
	background-color: var(--pale-pink);
 	position: relative;
}
/* 自動でカウントするように設定 複数行になっても字下げ */
.privacy-caption::before {
     content: counter( cnt )". ";
     position: absolute;
     top: 1em;
     left: 3rem;
}
.privacy-contents p { line-height: 2; }
.privacy-contents p:first-of-type { margin-top: -.5em; }
.privacy__list { margin-top: 1.5rem; }
.privacy__list li:not(:last-of-type) { margin-bottom: .8rem; }
.privacy-contact__area { margin: 4.5rem 0 3rem 0; }
.related-page.privacy-to-mail { margin: 0; }
.related-page.privacy-to-mail i { margin-right: .5em; }



/**********************************************************************************


	よくあるご質問 / faq


***********************************************************************************/
.faq__lead {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 6rem;
}

/***----- アコーディオンパネル -----***/
.faq__list {
	width: 1000px;
	margin: 9rem auto 0;
}
.faq-panel__item { width: 1000px; }
.faq-accordion {
	width: 1000px;
	height: auto;
	font-size: 1.8rem;
	font-family: var(--font-gothic);
	text-align: left;
	cursor: pointer;
	padding: 1.7rem 5rem 1.6rem 8rem;
	border: none;
	outline: none;
	transition: 0.4s;
	border-radius: 5px;
	position: relative;
	background-color: var(--pale-pink);
}
.active, .faq-accordion:hover { background-color: #f3d3d6; }
.faq-accordion::before {
	content: url(faq/images/btn_q.png);
	position: absolute;
	top: 1rem;
	left: 2rem;
}
.faq-accordion::after {
	font-family: 'Material Icons';
	content: 'add'; /* + */
	font-size: 1.8rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
}
.active::after {
	font-family: 'Material Icons';
	content: "remove"; /* - */
}
.faq-panel {
	width: 1000px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background-color: var(--yellow);
	border-radius: 0 0 5px 5px;
}
.faq-panel_inner { 
	padding: 3rem 4rem 3rem 8rem;
	position: relative;
}
.faq-panel_inner::before {
	content: url(faq/images/btn_a.png);
	position: absolute;
	top: 2rem;
	left: 2rem;
}
.faq-panel_inner a { color: var(--dark-gray); }
.other-years__list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.faq-panel__item:not(:last-of-type) { margin-bottom: 10px; }


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

.faq__list,
.faq-panel__item,
.faq-accordion,
.faq-panel {
	width: 100%;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {

.faq__lead {
	text-align: left;
}
.faq-accordion {
	font-size: 1.7rem;
	padding: 1.7rem 4rem 1.6rem 8rem;
}
.faq-panel_inner { 
	padding: 2.5rem 3rem 3rem 8rem;
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.faq-accordion { font-size: 1.6rem; }
.faq-panel_inner { 
	padding: 2.5rem 2.5rem 3rem 8rem;
}
}



/**********************************************************************************


	体験・入会申し込み / signup


***********************************************************************************/
.input-notice {
	font-size: 1.2rem;
	color: var(--light-gray);
	margin-top: 1em;
}
.signup-form .contact-form__title {
	background: var(--pale-green);
	border-right: 3px solid var(--green);
}
.postal-code { display: flex; }
.zip-search {
	display: block;
	text-align: center;
	padding: 0 1.75em;
	color: #fff;
	text-decoration: none;
	font-family: var(--font-gothic);
	font-size: 1.2rem;
	background-color: var(--key-color);
	border-radius: 3px;
	cursor: pointer;
	margin-left: 1em;
}
.zip-search:hover { box-shadow: 0 0 0 3px var(--pale-pink); }
.input-tel__item:first-of-type { margin-bottom: 1em; }
.input-tel__item input { margin-top: .25em; }

/***----- ラジオボタン -----***/
.radio-input__item:not(:last-of-type) { margin-bottom: 1rem; }
.radio-input {
    display: block;
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-input input {/* デフォルトのラジオボタンデザインを無効化 */
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {/* カスタムラジオボタンの作成 */
    position: absolute;
    top: .25rem;
    left: 0;
    height: 2rem;
    width: 2rem;
    background-color: #eee;
    border-radius: 50%;
}
.radio-input:hover input ~ .checkmark {/* マウスオーバーのリアクション */
    background-color: #ccc;
}
.radio-input input:checked ~ .checkmark {/* チェックした時のカラーリング */
    background-color: var(--key-color);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-input input:checked ~ .checkmark:after {
    display: block;
}
.radio-input .checkmark:after {
    top: .5rem;
    left: .5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
}

select {/*** select初期化 ***/
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.input-birthday__list,
.input-school { 
	display: flex;
}
.input-school input { 
	width: 50% !important;
	margin-right: 1em; 
}
.input-birthday__year select::-ms-expand,
.input-birthday__month select::-ms-expand,
.input-birthday__day select::-ms-expand,
.input-school__list select::-ms-expand,
.input-grade select::-ms-expand {
    display: none;
}
.input-birthday__year,
.input-birthday__month,
.input-birthday__day,
.input-school__list,
.input-grade {
	position: relative;
	border: 1px solid var(--light-gray);
	border-radius: 2px;
	background: #fff;
}
.input-birthday__year::before,
.input-birthday__month::before,
.input-birthday__day::before,
.input-school__list::before,
.input-grade::before {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--key-color);
	pointer-events: none;
}
.input-birthday__year,
.input-birthday__month {
	margin-right: .25em;
}
.input-grade { width: 30%; }
.input-birthday select,
.input-school__list select,
.input-grade select {
	padding: 1rem 4rem 1rem 1rem;
}
.input-tel__item:last-of-type { margin-top: .75rem; }

/***----- 会員規約に同意前のチェックボックス -----***/
.rule-accept__area { text-align: center; }
.rule-accept__area button.signup-submit { margin-top: 5rem; }
#accept {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.rule-accept {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
.rule-accept::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	top: .15rem;
	border: solid 2px var(--light-gray);
	border-radius: 3px;
	transition: all ease-in-out 0.125s;
}
.rule-accept::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	width: 12px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: transform 0.125s ease-in-out;
}
input:checked + .rule-accept:before {
	background-color: var(--key-color);
	border-color: var(--key-color);
}
input:checked + .rule-accept:after {
	transform: rotate(-45deg) scaleX(1);
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {


}



/** media Queries
===================================================================================*/
@media only screen and (max-width: 992px) {


}



/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.input-grade { width: 40%; }
.signup-form .contact-form__title {
	border-right: none;
    border-bottom: 3px solid var(--green);
}
.signup-form .contact-form__item:last-of-type .contact-form__title { 
	border-bottom: 3px solid var(--green);
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.input-grade { width: 100%; }
.input-school select {
	padding: 1rem 3.5rem 1rem 1rem;
}
}


/**********************************************************************************


	お問い合わせ / contact


***********************************************************************************/
.about-contact__title {
	font-size: 3.6rem;
	letter-spacing: -.05em;
	color: var(--key-color);
	text-align: center;
	margin-bottom: 7rem;
}
.about-contact__lead {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3rem;
}
.about-contact__lead p { line-height: 2; }
.about-contact__lead p:first-of-type { margin-top: -.75em; }
.contact-notes {
	padding: 2.5rem;
	border: 1px solid var(--dark-gray);
	border-radius: .3rem;
}
.contact-notes__title {
	font-family: var(--font-gothic);
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--black);
	margin-left: -.5em;
	margin-bottom: 1.6rem;
}
.contact-notes__list li { 
	line-height: 2;
	letter-spacing: .015em;
	padding-left: 1em; 
	text-indent: -1em;
}
.contact-notes__list li:first-of-type { margin-top: -.75em; }
.contact-contact__area { margin-top: 2rem; }
.contact-contact__area p { line-height: 2; }
.contact-utility__links {
	width: calc( 820 / 900 * 100% );
	margin: 4rem auto 0;
	display: flex;
	justify-content: space-between;
}
.contact-utility__links .related-page { margin: 0; }
.contact-utility__links .signup-page { margin-left: 6rem; }

.line-container { margin-top: 10px; }

/***----- contact-form -----***/
input[type="submit"],
input[type="text"],
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	display: block;
	padding: 12px 15px;
	width: 70%;
	transition: 0.8s;
	border-radius: 0;
}
input[type="text"]:focus,
textarea:focus {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
textarea[name="お問い合わせ内容"] ,
textarea[name="その他連絡事項・ご質問等"] {
	display: inline-block;
	width: 100%;
	height: 200px;
}
.mailform__title {
	font-size: 3.6rem;
	letter-spacing: -.05em;
	color: var(--dark-gray);
	text-align: center;
	margin-bottom: 7rem;
}
.contact-form__list {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid var(--pale-gray);
	margin-bottom: 5rem;
}
.contact-form__item { display: flex; }
.contact-form__title,
.contact-form__input {
	padding: 1.25em;
}
.contact-form__title{
	width: 30%;
	padding-left: 2em;
	position: relative;
	background: var(--pale-pink);
	border-right: 3px solid var(--key-color);
    border-bottom: 1px solid #bbb;
}
.contact-form__item:last-of-type .contact-form__title { border-bottom: 1px solid #bbb; }
.contact-form__input { 
	width: 70%;
	border-bottom: 1px solid #bbb;
}
.postal-code input[type="text"],
.prefecture input[type="text"] { 
	width: 20%; 
}
.required {
	color: var(--key-color);
	font-size: 1.3rem;
	padding: .2em .8em;
	background-color: #fff;
	border-radius: 1px;
	margin-left: .5em;
}
.name-box { display: flex; }
.honorific-title { 
	margin: .55em 0 0 .75em;
}
.form-notes { 
	margin-top: 5rem;
	 padding-left: 1em;
     text-indent: -1em;
}
.form-notes p { line-height: 2; }
.form-notes p:first-of-type { margin-top: -.55em; }
.form-notes p:last-of-type { margin-bottom: -.55em; }

/***----- thanksページ -----***/
.thanks__title {
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-bottom: 3rem;
}
.thanks-txt p { line-height: 2; }
.thanks-txt p:first-of-type { margin-top: -.75em; }
.thanks-txt p:last-of-type { margin-bottom: -.75em; }

.thanks-info { margin-top: 3rem; }
.thanks-info p { line-height: 2; }
.thanks-info i { margin-right: .25em; }
.thanks-info__club-name {
	font-size: 1.6rem;
	margin-left: -.5em;
}
.thanks-info__notice {
	padding-left: 1em;
	text-indent: -1em;
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 992px) {

.about-contact__title { font-size: 3.4rem; }
.mailform__title { font-size: 3.4rem; }
.contact-utility__links { width: 100%; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.about-contact__title { font-size: 3.2rem; }
.contact-utility__links .signup-page { margin-left: 3rem; }

.mailform__title { font-size: 3.2rem; }
.contact-form__item {
	display: flex;
	flex-direction: column;
}
.contact-form__title,
.contact-form__input {
  	width: 100%;
}
.contact-form__title {
	border-right: none;
    border-bottom: 3px solid var(--key-color);
}
.contact-form__input { 
	border-bottom: none;
}
.contact-form__item:last-of-type .contact-form__title { 
	border-bottom: 3px solid var(--key-color);
}
input[type="text"],
textarea {
	width: 100%;
}
.submit-button { width: 50%; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {

.contact-utility__links {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact-utility__links .related-page { margin-bottom: 3rem; }
.contact-utility__links .signup-page { margin: 0; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.about-contact__title { font-size: 2.6rem; }
.mailform__title { font-size: 2.6rem; }
.reception-hours { margin-left: 1em; }
.postal-code input[type="text"],
.prefecture input[type="text"] { 
	width: 30%; 
}
}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 376px) {

.about-contact__title { font-size: 2.3rem; }
.mailform__title { font-size: 2.3rem; }


}

/**********************************************************************************


	固定リンク（右及びフッター）
	
	
***********************************************************************************/
/***----- 右固定リンク -----***/
.fixed__link-menu {
	width: 55px;
	position: fixed;
	top: 210px;
	right: 0;
}

/***----- footer固定リンク -----***/
.fixed__bottom-menu {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 100%;
	background: #fff;
	display: none;
}
.bottom-menu__list {
	display: flex;
	height: 65px;
}
.bottom-menu__list a span { display: block; }
.bottom-menu__list a span:nth-of-type(2) { margin-top: 5px; }
.bottom-menu__list img { width: 28px; }
.bottom-menu__list a { 
	color: #fff;
	text-decoration: none; 
}
.bottom-menu__item--tel,
.bottom-menu__item--signup,
.bottom-menu__item--contact {
	font-size: 14px;
	border-left: 1px solid #fff;
	padding-top: 9px;
	text-align: center;
}
.bottom-menu__item--tel { 
	width: calc( 80 / 390 * 100% );
	border-left: none;
}
.bottom-menu__item--signup,
.bottom-menu__item--contact {
	width: calc( 155 / 390 * 100% );
}
.bottom-menu__item--tel { background: var(--purple); }
.bottom-menu__item--signup { background: var(--green); }
.bottom-menu__item--contact { background: var(--key-color); }


/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

.fixed__link-menu { display: none; }
.fixed__bottom-menu { display: block; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {

.bottom-menu__list a span:nth-of-type(2) { margin-top: 0; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.bottom-menu__item--tel,
.bottom-menu__item--signup,
.bottom-menu__item--contact {
	font-size: 12px;
}
}



/**********************************************************************************


	ぱんくずリスト

	
***********************************************************************************/
.breadcrumb {
	min-width: 1200px;
	height: 60px;
	line-height: 60px;
	padding: 0 3rem;
	background-color: #fff;
	border-top: 2px solid #ccc;
}
.breadcrumb a {
	text-decoration: none;
	color: var(--key-color);
	border-bottom: none;
}
.breadcrumb .breadcrumbs {
	max-width: 1600px;
	min-width: 1200px;
	margin: 0 auto;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 5px);
	margin-right: 5px;
	font-size: 1.2rem;
}
.breadcrumb li::before {
	content: '>';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.breadcrumb li:last-child::before {
	content: normal;
}
.breadcrumbs li i { margin-right: .15em; }



/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {


}

/**********************************************************************************


	footer

	
***********************************************************************************/
footer { 
	min-width: 1200px;
	background: url(common/bg_marble.jpg) center center;
	background-size: cover;
}
.footer-info__area { 
	width: 1120px; 
	padding: 64px 0; 
	margin: 0 auto;
	position: relative;
}
.footer__info { 
	display: flex;
}
.footer__logo img { width: 220px; }
.footer__nav {
	display: flex;
	margin-left: auto;
}

@media screen and (-ms-high-contrast: none) {
    /* IE11にのみ適用したいスタイルシート */
    .footer__logo img { width: 220px; margin-right: 180px; }
    .footer-nav__list { width: 100%; }
}

.footer-nav__list:not(:last-of-type) {
	margin-right: 45px;
}
.footer-nav__list li a {
	color: var(--dark-gray);
	font-weight: bold;
	border-bottom: none;
}
.footer__nav li { 
	line-height: 1.1;
	margin-bottom: 15px;
}
.footer-nav__sub-menu li {
	position: relative;
	margin-top: 15px;
}
.footer-nav__sub-menu li::before{
	font-family: 'Material Icons';
	content: "chevron_right";
}
.footer-nav__sub-menu li a {
	color: var(--dark-gray);
	font-weight: normal;
	border-bottom: none;
}
.copy {
	position: absolute;
    left: 50%;
	bottom: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 1.2rem;
	text-align: center;
}



/** media Queries
===================================================================================*/
@media only screen and (max-width: 1024px) {

footer { 
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	margin-bottom: 65px;
	display:none;
}
.footer-info__area { 
	width: 100%;
	min-width: 100%;
	padding: 64px 20px;
}
.footer-nav { display: none; }
.footer-info { width: 100%; }

}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 992px) {



}



/** media Queries
===================================================================================*/
@media only screen and (max-width: 768px) {



}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 640px) {



}


/** media Queries
===================================================================================*/
@media only screen and (max-width: 576px) {



}



/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

footer { min-height: 100%; }

.footer-info { 
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}
.footer-info br.sp { display: block; }
.footer-info span.sp { display: none; }
.footer-logo { margin-bottom: 32px; }

}



/**********************************************************************************


	※ pagetopに戻る
	
	
***********************************************************************************/
#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 86%;
	z-index: 99999;
}
#page-top a {
	width: 73px;
	height: 73px;
    display: block;
    white-space: nowrap;
  	text-indent: 100%;	
    overflow: hidden;
    background: url(common/btn_pagetop.png);
}

/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

#page-top {
	bottom: 15px;
	right: 15px;
}
}



/**********************************************************************************


	schroll animation


***********************************************************************************/
.visible, .invisible {
	opacity: 0.0;
	transition: opacity 0.5s ease;
}
.visible {
	opacity: 1.0;
}
.visible.translateY,.invisible.translateY {
	transform: translateY(100px);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateY {/*下から上へ*/
	transform: translateY(0);
}
.visible.translateToLeft,.invisible.translateToLeft {
	transform: translateX(100px);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToLeft {/*右から左へ*/
	transform: translateX(0);
}
.visible.translateToRight,.invisible.translateToRight {
	transform: translateX(-100px);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToRight {/*左から右へ*/
	transform: translateX(0);
}
.visible.translateScaleUp,.invisible.translateScaleUp {
	transform: scale(.5);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleUp {/*拡大*/
	transform: scale(1);
}
.visible.translateScaleDown,.invisible.translateScaleDown {
	transform: scale(1.4);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleDown {/*縮小*/
	transform: scale(1);
}
.visible.translateRotate,.invisible.translateRotate {
	transform: rotate(360deg);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateRotate {/*360度回転*/
	transform: rotate(0deg);
}



/**********************************************************************************


	buttons


***********************************************************************************/

/***----- 基本のボタンデザイン -----***/
.button {
	width: 380px;
	height: 60px;
	line-height: 60px;
}
.button a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.7rem;
	background-color: var(--key-color);
	border-radius: 5px;
}
.button a:hover { box-shadow: 0 0 0 5px var(--pale-pink); }

.signup-page a { background-color: var(--green); }
.signup-page a:hover { box-shadow: 0 0 0 5px var(--pale-green); }
.signup-page.signup-to-contact a { background-color: var(--key-color); }
.signup-page.signup-to-contact a:hover { box-shadow: 0 0 0 5px var(--pale-pink); }

/***----- 詳しく見るボタン、関連ページへボタン -----***/
.more-info,
.related-page { 
	margin: 0 auto;
}

/***----- form用ボタン -----***/
.button {
	width: 380px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: var(--font-gothic);
	font-size: 1.7rem;
	background-color: var(--key-color);
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
}
.button:hover { box-shadow: 0 0 0 5px var(--pale-pink); }
.button.signup-submit {
	width: 380px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: var(--font-gothic);
	font-size: 1.7rem;
	background-color: var(--green);
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
}
.button.signup-submit:hover { box-shadow: 0 0 0 5px var(--pale-green); }

/***----- チェックボックスにチェックが入らないと送信できない仕様 -----***/
.button:disabled { 
	background-color: var(--light-gray);
	cursor: default;
}
.button:disabled:hover { box-shadow: 0 0 0 0; }


/** media Queries
===================================================================================*/
@media only screen and (max-width: 480px) {

.button { width: 100%; }
.button a { font-size: 1.6rem; }

}



/**********************************************************************************


	google material-icons
	
	
***********************************************************************************/
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	/*以下の記述でテキストと縦を揃える*/
	display: inline-flex;
	vertical-align: middle;
}


/*** attachment
***********************************************************************************/
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mt65 { margin-top: 65px; }
.mt70 { margin-top: 70px; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb100 { margin-bottom: 100px; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
