@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------
 *  	         component style setting
 * ----------------------------------------------- */




/* =========== heading setting =========== */
h1.heading1_001 {
	margin: 30px 15px;
	padding:0;
	text-align:center;
	font-size: 23px;
	line-height: 1.5;
	color: #535353;
}
h1.heading1_001 span{
	display: inline-block;
	font-size: 14px;
	padding-top: 30px;
}
h2.heading2_001 {
	margin-bottom: 20px;
	padding:0;
	text-align:center;
	font-size: 28px;
	color: #DA6252;
	line-height: 1.2;
}
h2.heading2_001 span{
	font-size: 18px;
}

/* 480px */
@media only screen and (max-width: 30em) {
h1.heading1_001 {
	font-size: 22px;
}
h2.heading2_001 {
	font-size: 26px;
}
h1.heading1_001 span{
	font-size: 12px;
}
h2.heading2_001 span{
	font-size: 16px;
}
}






#headerLogo{
	width: 10px !important;
}







/* =========== イベントエリア =========== */
.boderbox_01{
	border: solid 1px #ecb49e;
	outline: solid 1px #ecb49e;
	outline-offset: 3px;
	margin: 60px auto;
	max-width: 1000px;
	text-align: center;
	padding: 40px 0;
}
@media only screen and (max-width: 48em) {
	.boderbox_01{
	outline-offset: 3px;
	margin: 50px 10px;
	padding: 20px 0;
}
}

p.text_02{
	font-weight: bold;
	font-size: 18px;
	margin: 10px auto 2px;
	color: #535353;
}
p.text_03{
	font-weight: bold;
	font-size: 22px;
	color: #ecb49e;
	letter-spacing:1.5px;
	border-bottom: 1px solid #ecb49e;
	width: 400px;
	margin: 0 auto;
}
	p.text_04{
		font-weight: bold;
		font-size: 20px;
		color: #535353;
	}
	p.text_04 span{
		font-size: 26px;
	}
	p.text_04mt{
		font-weight: bold;
		font-size: 20px;
		margin-top: 10px;
		color: #535353;
	}
	p.text_04mt span{
		font-weight: bold;
		font-size: 26px;
	}
@media only screen and (max-width: 48em) {
	p.text_02{
	font-weight: bold;
	font-size: 16px;
	margin: 10px auto 2px;
	color: #535353;
}
	p.text_03{
	font-size: 18px;
	width: 320px;
}
	p.text_04{
		font-weight: bold;
		font-size: 18px;
		color: #535353;
	}
	p.text_04 span{
		font-size: 22px;
	}
	p.text_04mt{
		font-weight: bold;
		font-size: 18px;
		margin-top: 10px;
		color: #535353;
	}
	p.text_04mt span{
		font-weight: bold;
		font-size: 22px;
	}
}




/*=============== 挙式料全額キャンペーン ===============*/
.award-box_area {
	max-width: 768px;
	margin: 0 auto 5% auto;
	text-align: center;
	padding: 2% 2% 1% 2%;
	background-color: #FFFFFF;
	border: 2px #bca475 solid;
	line-height: 1.5;
	color: #bca475;
}
.award-box_area .text1{
  	font-size: 22px;
  	font-size: 2.2rem;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}
.award-box_area .text2{
  	font-size: 24px;
  	font-size: 2.4rem;
}
.award-box_area .text3{
  	font-size: 32px;
  	font-size: 3.2rem;
}
@media only screen and (max-width: 48em) {
.award-box_area {
	padding: 5% 2% 2% 2%;
	margin: auto 3%;
}
.award-box_area .text1{
  	font-size: 14px;
  	font-size: 1.4rem;
}
}




/* =========== button setting =========== */



/* = btn = */


/* 001 */
.btn_001 {
	margin: 0 auto 30px;
	padding: 15px 0 0;
	text-align:center;
	font-size: 0;
	line-height: 0;
}



/* =========== image setting =========== */



/* = main-img = */
.main-img {
}



/* = img = */


/* 001 */
.img_001 {
	margin:0;
	padding:0;
	line-height:0;
	vertical-align:top;
}


/* 002 */
.img_002 {
	margin:0 auto 80px;
	padding:0;
	line-height:0;
	text-align:center;
	vertical-align: middle;
}


/* 003 */
.img_003 {
	margin:0 auto 10px;
	padding:0;
	line-height:0;
	text-align:center;
	vertical-align: middle;
}

/* = img-C = */
.img-C {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}

.img-C_02 {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}


/* = img-L = */
.img-L {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	text-align: left;
}



/* = img-R = */
.img-R {
	margin: 15px 0 0;
	padding: 0;
	text-align: right;
}



/* =========== hr setting =========== */

hr.hr_001{
    border: 0;
    height: 1px;
	margin-top:10px;
    background: #aaa;
    background-image: -webkit-linear-gradient(left, #ccc, #aaa, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #aaa, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #aaa, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #aaa, #ccc);
}





/* =========== list setting =========== */



/* = list = */


/* 001 */
ul.list_001 {
	margin: 10px 0 0 4px;
	padding: 0;
	list-style: none;
}

ul.list_001 li {
	margin: 0 0 3px;
	padding: 0 0 0 13px;
}


/* 002 (全幅時、1段→3段) */
ul.list_002 {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	list-style: none;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
ul.list_002 :after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

ul.list_002 li {
	width:80%;
	margin:0 auto 80px;
	padding:0;
	text-align:center;
}
ul.list_002 li :after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

ul.list_002 li img{ margin:0 auto; padding:0; text-align:center;}

ul.list_002 li p{}

@media screen and (min-width : 769px){
ul.list_002 li {width:32%; float:left;}
ul.list_002 li:nth-child(2) { margin-left:2%; margin-right:2%;}
ul.list_002 li p{ text-align:left;}
}



/* OL_list*/
ol.ol_list_001 {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	list-style: decimal;
	font-size:12px;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
ol.ol_list_001 li {
	margin-bottom:10px;
}




/* = index-list = */


/* 001 */
.index-list_001 {
}



/* = link-list = */


/* 001 */
.link-list_001 {
}



/* = table-list = */


/* 001 */
.table-list_001 {
}



/* = definition-list = */


/* 001 */
.definition-list_001 {
}


/* 002 */
dl.definition-list_002 {
	margin:0 0 30px 0;
	padding:50px 0 0 0;
}
dl.definition-list_002 :after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.definition-list_002 dt {
	width:100%;
	height:30px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:1.1;
}

.definition-list_002 dd {
	margin:0 30px;
	padding:0;
	text-align:center;
	font-size:16px;
}

@media screen and (min-width : 769px){
	.definition-list_002 dt {
		width:18%;
		height: auto;
		margin:0 auto;
		padding:0;
		border-right: #333 2px solid;
		float:left;
		text-align:center;
		font-size:18px;
		font-weight:normal;
		line-height:1.1;
	}

	.definition-list_002 dd {
		width:80%;
		margin:0 0 10px 20%;
		padding:0 0 0 0;
		text-align:left;
	}
}


/* == img-list == */


/* 001 */
.img-list_001 {
}



/* == btn-list == */


/* 001 */
.btn-list_001 {
}




/* == img-link-list == */


/* 001 (全幅時、1段→2段→3段) */
ul.img-link-list_001 {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
ul.img-link-list_001 :after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

ul.img-link-list_001 li {
	width:100%;
	margin: 0 0 30px 0;
	padding: 0;
	float:left;
	text-align:center;
}

ul.img-link-list_001 li img {
	margin:0 0 5px;
}

ul.img-link-list_001 li p {
	color:#333;
	text-decoration:underline;
	text-align:center;
}
ul.img-link-list_001 li a:hover {opacity:0.9;}
ul.img-link-list_001 li a p:hover {text-decoration:none;}

@media screen and (min-width : 481px){
ul.img-link-list_001 li {width:48%;}
ul.img-link-list_001 li:nth-child(odd) {margin-right: 4%;}
}
@media screen and (min-width : 769px){
ul.img-link-list_001 li {width:32%;}
ul.img-link-list_001 li:nth-child(odd) { margin-right:0;}
ul.img-link-list_001 li:nth-child(3n-1) { margin-left:2%; margin-right:2%}
}



/* 002 */
ul.img-link-list_002 {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
ul.img-link-list_002 :after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

ul.img-link-list_002 li {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}



/* == movie-list_001 == */ 
ul.mov-list_001 {
	width:95%;
	margin: 0 auto;
	padding: 0;
    overflow: hidden;
	list-style: none;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

/* ==== width 768px以上の場合 ==== */
@media screen and (min-width : 768px){
ul.mov-list_001 {
	width:100%;
}
	}

ul.mov-list_001:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}








/* =========== table setting =========== */



/* = table = */


/* 001 */
table.table_001 {
	margin-bottom:40px;

}

table.table_001 tr th{
	border-right: solid 1px #CCCCCC;
}

table.table_001 tr td {
	padding-left:10px;
}



/* = data-table = */

/* 001 */
table.data-table_001 {
}




/* =========== box =========== */



/* = slide-show-box = */


/* 001 */
.slide-show-box_001 {
}



/* = txt-box = */


/* 001 */
.txt-box_001 {
}


/* = img-box = */


/* 001 */
.img-box_001 {
}



/* = iframe-box = */

/* 001 */
.iframe-box {
}



/* = movie-box = */

/* 001 */
.movie-box_001 {
	width:750px;
	margin:0 auto;
	padding:0;
}



/* = link-box = */

/* 001 */
.link-box_001 {
}




/* =================== layout-box =================== */


/* ========== layout-box_30-5-65_A ========== */
.layout-box_30-5-65_A {
	margin:0 auto;
	padding:0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
.layout-box_30-5-65_A:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}


.layout-box_30-5-65_A .layout_30-5-65_A_L {
	width:100%;
	margin:0 auto;
	padding:0;
}

.layout-box_30-5-65_A .layout_30-5-65_A_R {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

@media screen and (min-width : 769px){
	.layout-box_30-5-65_A .layout_30-5-65_A_L {
	width:30%;
	margin:0 3% 0 0;
	float:left;
	}

	.layout-box_30-5-65_A .layout_30-5-65_A_R {
	width:67%;
	margin:0;
	padding-top:30px;
	float:left;
	text-align:left;
	}
}



/* ========== layout-box_50-10-40_A アクセスページ========== */
.layout-box_50-10-40_A {
	margin:0 auto 30px;
	padding:0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
.layout-box_50-10-40_A:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}


.layout-box_50-10-40_A .layout_50-10-40_A_L {
	width:100%;
	margin:0 auto;
	padding:0;
}

.layout-box_50-10-40_A .layout_50-10-40_A_R {
	width:90%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

@media screen and (min-width : 769px){
	.layout-box_50-10-40_A .layout_50-10-40_A_L {
	width:50%;
	margin:0 5% 0 0;
	float:left;
	}

	.layout-box_50-10-40_A .layout_50-10-40_A_R {
	width:45%;
	margin:0;
	float:left;
	text-align:left;
	}
}


/* ========== layout-box_55-3-42_A レッスンページ========== */
.layout-box_55-3-42_A {
	margin:0 auto 30px;
	padding:0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
.layout-box_55-3-42_A:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}


.layout-box_55-3-42_A .layout_55-3-42_A_L {
	width:100%;
	margin:0 auto 30px;
	padding:0;
	text-align:left;
}

.layout-box_55-3-42_A .layout_55-3-42_A_R {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.layout-box_55-3-42_A .layout_55-3-42_A_L:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}
.layout-box_55-3-42_A .layout_55-3-42_A_R:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

@media screen and (min-width : 769px){
	.layout-box_55-3-42_A .layout_55-3-42_A_L {
	width:55%;
	margin:0 3% 0 0;
	float:left;
	}

	.layout-box_55-3-42_A .layout_55-3-42_A_R {
	width:42%;
	margin:0;
	float:left;
	text-align:left;
	}
}



/* ========== layout-box_48-4-48_A TOPページの最新レッスン2件用========== */
.layout-box_48-4-48_A {
	margin:0 auto 30px;
	padding:0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}
.layout-box_48-4-48_A:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}


.layout-box_48-4-48_A .layout_48-4-48_A_L {
	width:100%;
	margin:0 auto 50px;
	padding:0;
	text-align:left;
}
.layout-box_48-4-48_A .layout_48-4-48_A_R {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.layout-box_48-4-48_A .layout_48-4-48_A_L:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}
.layout-box_48-4-48_A .layout_48-4-48_A_R:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

@media screen and (min-width : 769px){
	.layout-box_48-4-48_A .layout_48-4-48_A_L {
	width:48%;
	margin:0 4% 0 0;
	float:left;
	}

	.layout-box_48-4-48_A .layout_48-4-48_A_R {
	width:48%;
	margin:0;
	float:left;
	text-align:left;
	}
}

.layout-box_48-4-48_A .layout_48-4-48_A_L .layout_48-4-48_A_txtBox,
.layout-box_48-4-48_A .layout_48-4-48_A_R .layout_48-4-48_A_txtBox{
	width:95%;
	margin:0 auto;
	text-align:center;
	}



/* =================== layout =================== */



/* =========== layout_1-1_100A =========== */
.layout_1-1_100A{
	width:100%;
	}
	



/* =========== border setting =========== */



/* = border = */


/* 001 */
.border_001 {
	margin-top: 90px;
	padding-top: 20px;
	border-top: 1px solid #BBBBBB;
}


/* =========== fonts setting =========== */
.gothic1 {
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}







/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}