@charset "utf-8";
/*
Theme Name: バーンハナの子テーマ
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2

/*　for Pad 　
@media screen and (max-width:992px) 

/*　for スマートフォン
@media screen and (max-width:768px) 

/*フェードイン用*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* 通常のボタン色 */
.btn-brown,
.btn-brown.disabled, .btn-brown:disabled {
  color: #fff;
  background-color: #d2691e;
  border-color: #d2691e;
	width:200px;
	height:50px;
	vertical-align:middle;
	padding-top:15px;
}

/* focusされた時の枠線の色 */
.btn-brown:focus, .btn-brown.focus,
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 123, 255, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-brown:hover {
  color: #fff;
  background-color: #ef883f;
  border-color: #ef883f;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active,
.show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #d2691e;
  border-color: #d2691e;
}

a {
	color: #4A0C00;	
}
a:hover{
	color:#d2691e;
}

/*フォント設定*/
body,
p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:300 !important;
	color: #000;
	font-size: 1.8rem;
    }
/* smartPhone */
@media screen and (max-width: 767px) {
	p{
		font-size:16px;
	}
}

/*共通ヘッダー部分*/
/*共通ヘッダー部分*/
.container {
	width:auto;
	position:relative;/*かざりつけ用*/
	}

.container siteHeadContainer{
	padding:0px;/*デザイン調整*/
}

.navbar-header {
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/head_bg.jpg") repeat;/*背景のみ設置*/
	background-size:contain;/*デザイン調整*/
}


.navbar-brand {
	padding:0;/*デザイン調整*/
}

h1.page-header_pageTitle{
	font-size:3em!important;
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
h1.page-header_pageTitle{
	font-size:3.5rem!important;
}
	
}

/*ロゴ調整*/
.navbar-brand img{
	max-height:none;
	width:256px;
}

/*メニュー調整*/
#gMenu_outer{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/menu.png") repeat-x;
	margin:0 auto;
	height:87px;
    font-family:  "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic,"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.nav li{
	margin-top:13px;
	font-size:24px;
	vertical-align: middle;
}

.nav li a{
	color:#FFF;
}

.navbar ul.gMenu > li > ul.sub-menu li a {
	width:400px;
	font-family:bold;
}
ul.gMenu>li>ul.sub-menu{
	text-align:left;
}

@media (min-width: 992px){
ul.gMenu>li.current-menu-ancestor>a:after,
ul.gMenu>li.current-menu-item>a:after, 
ul.gMenu>li.current-menu-parent>a:after, 
ul.gMenu>li.current-post-ancestor>a:after, 
ul.gMenu>li.current_page_ancestor>a:after, 
ul.gMenu>li.current_page_parent>a:after, 
ul.gMenu>li>a:hover:after{
content:'';
	border:none;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/m_selected.png") left 0px top 3px no-repeat;
	background-size: 15px auto;
}
	.navbar ul.gMenu > li > ul.sub-menu li a {
    color: #8b0000;
}


}



/*蔦のあしらい*/
.top_back_img{
	width:100%;
	position:absolute;
    top: 5px;
	z-index:0;
	pointer-events: none;
}
/*スクロール時にロゴを消す mediascreenにいれるといれてないほうが消える*/
.scrolled .navbar-header{
	display:none;	
}
.scrolled .carousel{
	margin-top:150px !important;	
}
  
/* tablet  */
@media screen and (max-width: 991px) {

}
  
/* smartPhone */
@media screen and (max-width: 767px) {
}

.siteHeader .container {
	padding:0px;/*デザイン調整*/
}
@media screen and (min-width: 768px){

}

/*TOPコンテンツ*/
/*TOPコンテンツ*/



.siteContent{
	padding:0;
	text-align:center;
}
.mainSection{
	display:block;
	margin:0 auto;	
}
.mainSection .widget {
	margin-bottom:0px;
}

.postList_terms{
	display:none;
}
/*私達が大切にしていること*/	

.col-md-12,.container{
	padding:0;
	float:none;
}
/* pc */
#custom_html-2{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg1.png") repeat-y;/*背景のみ設置*/
	background-size: 100% auto;
	height:100%;
	
}
#custom_html-2 h2{
	background-color:transparent;
	padding-bottom:20px;
	padding-top:50px;
	max-width:50%;
	margin:10px auto 0;
	border:none;
}

#custom_html-2 h2{
	background-color:transparent;
	padding-bottom:40px;
	padding-top:50px;
	max-width:50%;
	margin:10px auto 0;
	border:none;
}

#custom_html-2 img{
	max-width:85%;
}

/* tablet  */
@media screen and (max-width: 991px) {
#custom_html-2{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg1.png") repeat-y;/*背景のみ設置*/
	background-size: 100% auto;
	height:400px;
}
	#custom_html-2 img{
	max-width:100%;
}
}
  
/* smartPhone */
@media screen and (max-width: 767px) {
#custom_html-2{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg1.png") repeat-y;/*背景のみ設置*/
	background-size: 100% auto;
	height:auto;
}
	#custom_html-2 h2{
	background-color:transparent;
	padding-bottom:30px;
	padding-top:30px;
	width:90%;
	margin:0 auto;
	border:none;
	max-width:none;
}
	#custom_html-2 img{
	max-width:100%;
}
}



#custom_html-2 p{
	padding:0 15px;
	margin:20px 0;
}

#custom_html-2 li{
  list-style: none;
}
.pro_3_block_first{

}

.pro_3_block{
	margin-top:20px;	
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
	float:left;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
.pro_3_block{
	margin-top: 20px;
    width: 90%;
	margin:0 auto;
	float:none;
	
}
}
.pro_3_block p{
	padding:0;
	margin:5px 0;
	text-align:center;
}
.pro_3_block .kotira{
	float:right;
}

/*キャンペーンやお得なクーポン*/	
#custom_html-3{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/cam_bg.png") no-repeat;/*背景のみ設置*/
	background-size: 100% auto;
}
#custom_html-3 h2{
	background-color:transparent;
	padding-bottom:30px;
	padding-top:50px;
	max-width:600px;
	margin:0 auto;
	border:none;
}
#custom_html-3 .cam_img{
	width:40%;
	margin:0 3%;
}
#custom_html-3 .cam_all{
	margin:30px 0;
	width:20%;
}
@media screen and (max-width: 767px) {
#custom_html-3{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/cam_bg.png") no-repeat;/*背景のみ設置*/
	height:auto;
}
#custom_html-3 .cam_img{
	width:80%;
	margin:0 0 10% 0;
}
#custom_html-3 .cam_all{
	width:60%;
	margin:0 0 10% 0;
}
}



/*MENU*/
#custom_html-4{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/border.png") no-repeat;
	background-position:bottom;
}
#custom_html-4 h2{
	background-color:transparent;
	padding-bottom:30px;
	padding-top:50px;
	max-width:520px;
	margin:0 auto;
	border:none;
}
#custom_html-4 .menu_3_block{
	margin-top:20px;	
	width:30%;
	margin-left:2%;
	float:left;
}
.menu_3_block p{
	margin:15px;
	text-align:left;
}
.menu_all{
	clear:both;
	margin:25px 0 50px;
	width:20%;
}

/* tablet  */
@media screen and (max-width: 991px) {
	
}
  
/* smartPhone */
@media screen and (max-width: 767px) {
	#custom_html-4{
		height:auto;
}
	#custom_html-4 .menu_3_block{
	margin:20px auto 0;
	width:90%;
	float:none;
}
	#custom_html-4 p{
	margin:10px 10%;	
	}
	.menu_all{
	width:60%;
	margin:20px 0 20px 0;
}
}

/*blog*/
/*blog*/
/*
.widget_vkexunit_post_list{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/osirase_bg.png") no-repeat;
}
*/
#vkexunit_post_list-2,
#vkexunit_post_list-3,
#vkexunit_post_list-4,
#recent-posts-4{
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
	float:left;
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/osirase_box.png") no-repeat;
	background-size:100% 100%;
	height:auto;
	margin-top:60px;
	margin-bottom:60px;
	padding:0 5px;
	overflow:hidden;
}
#vkexunit_post_list-4,
#recent-posts-4{
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
	float:left;
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/osirase_box.png") no-repeat;
	background-size:100% 100%;
	height:250px;
	margin-top:60px;
	margin-bottom:60px;
	padding:0 5px;
}

#vkexunit_post_list-2 h2,
#vkexunit_post_list-3 h2,
#vkexunit_post_list-4 h2,
#recent-posts-4 h2{
	background-color:transparent;
	border:none;

}
#vkexunit_post_list-2 h2{
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/osirase_title.png") no-repeat;
	background-size:60% auto;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	background-position:center 18px;
}
#vkexunit_post_list-3 h2{
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/daihyou.png") no-repeat;
	background-size:60% auto;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	background-position:center 18px;
}
#vkexunit_post_list-4 h2,
#recent-posts-4 h2
{
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/blog_title.png") no-repeat;
	background-size:60% auto;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	background-position:center 18px;
	margin:0;
}

#vkexunit_post_list-2 .postList li,
#vkexunit_post_list-3 .postList li,
#vkexunit_post_list-4 .postList li,
#recent-posts-4 li{
	border:none;
	padding:0;
}

#vkexunit_post_list-2 .postList_date ,
#vkexunit_post_list-3 .postList_date ,
#vkexunit_post_list-4 .postList_date ,
#recent-posts-4 .post-date{
	float:left;
	width:38%;
	margin:0;
	color: #d44950;
}
#vkexunit_post_list-2 .postList_title,
#vkexunit_post_list-3 .postList_title,
#vkexunit_post_list-4 .postList_title
{
	text-align:left;
	float:left;
	width:60%;
	margin:0;
	clear:none;
	font-size:1.6rem;
}
#recent-posts-4 ul li a
{
	text-align:left;
	float:right;
	width:60%;
	margin:0;
	clear:none;
	font-size:1.6rem;
	border:none;
	padding:0 10px 0 0;
}
@media screen and (min-width: 992px){
	#vkexunit_post_list-2 h2,
	#vkexunit_post_list-3 h2,
	#vkexunit_post_list-4 h2,
#recent-posts-4 h2{
	background-size:50% auto;
}
	
}

/*　for Pad 　*/
@media screen and (max-width:992px) {
	#vkexunit_post_list-2 h2,
	#vkexunit_post_list-3 h2,
	#vkexunit_post_list-4 h2,
#recent-posts-4 h2{
	background-size:30% auto;
}
	#vkexunit_post_list-2,
	#vkexunit_post_list-3,
	#vkexunit_post_list-4{
	width:70%;
	margin:0 auto;
	float:none;
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/osirase_box.png") no-repeat;
	background-size:100% 100%;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}
	#recent-posts-4{
	width:70%;
	float:none;
	margin:0 auto;
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/osirase_box.png") no-repeat;
	background-size:100% 100%;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}
	ul.postList li,
#recent-posts-4 ul li{
		height:35px!important;
		line-height:2.5em!important;
	}
#vkexunit_post_list-2 .postList_date ,
#vkexunit_post_list-3 .postList_date ,
#vkexunit_post_list-4 .postList_date ,
#recent-posts-4 .post-date{
	float:left;
	width:40%;
	margin:0;
	font-size:1.5rem;
}
#vkexunit_post_list-2 .postList_title,
#vkexunit_post_list-3 .postList_title,
#vkexunit_post_list-4 .postList_title{
	text-align:left;
	float:left;
	width:50%;
	height:50px;
	margin:0;
	font-size:2rem;
	clear:none;
}
#recent-posts-4 ul li a	{
	text-align:left;
	float:right;
	width:60%;
	margin:0;
	font-size:2rem;
	clear:none;
}}



/* smartPhone */
@media screen and (max-width: 767px) {
	#vkexunit_post_list-2,
	#vkexunit_post_list-3,
	#vkexunit_post_list-4{
	width:90%;
	margin:0 auto;
	float:none;
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/osirase_box.png") no-repeat;
	background-size:100% 100%;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}
	#recent-posts-4{
	width:90%;
	float:none;
	margin:0 auto;
	background: url("https://hana-group.asia/wp-content/uploads/2019/images/osirase_box.png") no-repeat;
	background-size:100% 100%;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}	
}
/*footer*/
/*footer*/
footer{
	border:none;
	background-color:#470E0A;
}
.sectionBox {
    width:1170px;
	}

@media (max-width: 992px){
	.sectionBox {
    width:970px;
	}
	#custom_html-5{
		width:50%;
		float:left;
	}
	#nav_menu-2 ,#nav_menu-3{
		width:25%;
		float:left;
	}

}
@media (max-width: 768px){
	.sectionBox {
    width:auto;
	}
	#custom_html-5{
		width:100%;
	}
	#custom_html-5 img{
		margin:0 20% ;
		width:60%;
	}

	#nav_menu-2 ,#navi_menu-3{
		width:100%;
		float:left;
	}
	.copySection p{
		font-size:10px!important;
	}


}

#custom_html-5 dl dt{
	border:none;
	margin:0 auto;
	text-align:left;
}

#nav_menu-2 ul li a,
#nav_menu-3 ul li a{
	color:#FFF;
	border:none;
	-webkit-box-shadow:none; 
    box-shadow:none;
}

.copySection p{
	color:#fff;
}

/*下層共通*/
h1{
	background:url("http://test.hana-group.asia/wp-content/uploads/2019/images/h1_bg.png") no-repeat;
	background-position: center center;
	text-align:center;
	background-size:contain;
	color:#550000;
	margin:0 !important;
	padding:50px 0;
}
.col-md-12{
	background-color:#FFF;
}

.breadSection{
	background:url("http://test.hana-group.asia/wp-content/uploads/2019/images/border2.png") no-repeat;
}
.entry-body{
	padding:0;
}

.gold {
	margin:0;
	height:5px;
	background:url("http://test.hana-group.asia/wp-content/uploads/2019/images/border2.png") no-repeat;
}

.gold_martop30 {
	margin-top:30px;
	height:5px;
	background:url("http://test.hana-group.asia/wp-content/uploads/2019/images/border2.png") no-repeat;
}

h3::after{
	border-bottom:none;
}

.page-header_pageTitle{
	background:url("http://test.hana-group.asia/wp-content/uploads/2019/images/h1_bg.png") no-repeat;
	background-position: center center;
	text-align:center;
	background-size:contain;
	color:#550000;
	margin:0 !important;
	padding:50px 0;
}
/*aboutページ　下層メインなので他にも多く流用*/
/* pc */
.main01{
	background-size:contain;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/cam_bg.png");/*背景のみ設置*/
	height:auto;
	padding-bottom:30px;
	color:#fff;
	position:relative;
}
.main01 p{
	color:#fff;		
	}
.main01 h2{
	color:#DEC773;
	font-size:4.5rem;
	background-color:transparent;
	padding-bottom:20px;
	padding-top:50px;
	max-width:80%;
	margin:0 auto;
	border:none;
}

h3 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
}



.main02 h3:before, h3:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.main02 h3:before {
  border-left: solid 4px #DEC773;
  border-top: solid 4px #DEC773;
  top:0;
  left: 0;
}

.main02 h3:after {
  border-right: solid 4px #DEC773;
  border-bottom: solid 4px #DEC773;
  bottom:0;
  right: 0;
}
.main01 h3{
	color:#fff;
	font-size:3.5rem;
	max-width:50%;
	margin:30px auto;
	border:none;
	box-shadow:none;
}
.main02 h3{
	color:#4A0C00;
	font-size:3.5rem;
	margin:30px auto;
	border:none;
	box-shadow:none;
}
.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/*　for Pad 　*/
@media screen and (max-width:992px) {
	.main02 h3{
	color:#4A0C00;
	font-size:2.5rem;
	margin:30px auto;
	border:none;
	box-shadow:none;
}
}

.main01 .p_gold{
	color:#DEC773;
	font-size:2.5rem;
	margin-bottom:5px;
} 





/* tablet  */
@media screen and (max-width: 991px) {
.main01{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/cam_bg.png") repeat-y;
	background-size: 100% auto;
	height:auto;
	color:#fff;
}
.main01 p{
	color:#fff;		
	}
}
  
/* smartPhone */
@media screen and (max-width: 767px) {
.main01{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/cam_bg.png") repeat-y;
	background-size: 100% auto;
	height:auto;
	color:#fff;
}
.main01 p{
	color:#fff;		
	}
.main01 h2{
	background-color:transparent;
	padding-bottom:30px;
	padding-top:50px;
	width:90%;
	margin:0 auto;
	border:none;
	max-width:none;
}
}
/* royal_massage　王宮式マッサージとは？*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.royal_wrap1 .floatleft
,.royal_wrap3 .floatleft{
	width:50%;
}
.royal_wrap2 .floatleft{
	width:28%;
	}
.royal_wrap2 .floatright{
	width:24%;
	}
.royal01{
	float:left;
	width:50%;
	text-align:left;
	padding:0 90px 20px 60px;
}

.royal02{
	float:left;
	width:47%;
	text-align:center;
	padding:0 16px;
}

.royal p{
	float:left;
	width:40%;
	text-align:center;
	padding:0 15px;
}

.main01:after {
	content: "";
	display: block;
	clear: both;
}
.main02:after {
	content: "";
	display: block;
	clear: both;
}

.royal_wrap3 .abhai{
	clear:both;
	font-size:20px;
}
.abhai_h2{
	margin-top:20px!important;
	padding-top:0px!important;
	margin-bottom:30px!important;
}
.img30{
	width:30%;
	padding-top:40px;
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
	.royal_wrap1 ,.royal_wrap2{
		float:none;
		width:80%;
		margin:0 auto;
	}
	.royal_wrap1 h2,.royal_wrap2 h2,.royal_wrap3 h2{
		font-size:3rem!important;
		width:100%;
		margin:0 auto!important;
		max-width:100%!important;
	}
	.royal_wrap2 h2{
		max-width:80%;
	}
	.royal_wrap1 .floatleft ,.royal_wrap2 .floatleft ,.royal_wrap2 .floatright{
	float:none;
	width:100%;
	}
	
.royal01 ,.royal02 ,.royal p{
	width:100%;
	text-align:left;
	padding:0;
}
}

/* aboutページ　私達が大切にしていること  左右寄せフロートの部分*/

/* pc */
.main02{
	background-size:contain;	
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg1.png") repeat-y;
	height:auto;
	padding-bottom:30px;
}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}
.aboutimg50{
	width:50%;
}
.aboutimg60{
	width:60%;
}
.aboutimg100{
	width:100%;
}
.taisetu{
	overflow:hidden;/* 下のマージン効かすため*/
	margin-bottom:100px;
}
.main02 h2{
	background-color:transparent;
	max-width:70%;
	margin:30px auto 50px;
	border:none;
	color:#4A0C00;
	font-size:4.5rem;
}


.main02 h3.about_left{
	color:#fff;
	font-size:3rem;
	border:none;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/h3_border01.png") no-repeat;
	background-position:-200px 0px;
	text-align:left;
	padding-left:70px;
}

.left_img_box{
	float:left;
	width:40%;
	margin-bottom:30px;
}

.left_img_box img{
	width:100%;
}

.right_box{
	float:left;
	width:60%;
	margin-top:10px;
	margin-bottom:20px;
}

.right_box p{
	margin:0 auto;
	width:80%;
}


.right_img_box{
	float:right;
	width:40%;
	margin-bottom:30px;
}

.right_img_box img{
	width:100%;
}

.left_box{
	float:right;
	width:60%;
	margin-top:10px;
	margin-bottom:20px;
}

.left_box p{
	margin:0 auto;
	width:80%;
}
@media screen and (min-width:768px){
.main02 h3.about_left{
	color:#fff;
	font-size:3rem;
	border:none;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/h3_border01.png") no-repeat;
	background-position:-200px 0px;
	text-align:left;
	padding-left:70px;
}

.main02 h3.about_right{
	color:#fff;
	font-size:3rem;
	border:none;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/h3_border02.png") no-repeat;
	background-position:right -170px top;
	text-align:right;
	padding-right:70px;
}
}

/* tablet  */
@media screen and (max-width: 991px) {
.main02{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg1.png") repeat-y;/*背景のみ設置*/
	background-size:contain;
	height:auto;
}
		.about_wrap1{
		width:80%;
		margin:0 auto;
	}
}
  
/* smartPhone */
@media screen and (max-width: 767px) {
.aboutimg60,.aboutimg50{
	width:100%;
}
	.about_wrap1{
		width:80%;
		margin:0 auto;
	}
	.about_wrap1 h2,.about_wrap2 h2{
		font-size:3rem;
		width:100%;
		margin:0 auto;	
	}
	.about_wrap2 h2{
		max-width:80%;
	}
	.taisetu{
		margin-bottom:30px;
	}
.left_img_box{
	float:none;
	width:100%;
	margin-bottom:30px;
}

.left_img_box img{
	width:100%;
}

.right_box{
	float:none;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}

.right_box p{
	margin:0 auto;
	width:80%;
}	
.right_img_box{
	float:none;
	width:100%;
	margin-bottom:30px;
}

.right_img_box img{
	width:100%;
}

.left_box{
	float:none;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}

.left_box p{
	margin:0 auto;
	width:80%;
}
.main02 h3.about_left{
	color:#fff;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/h3_border01.png") no-repeat;	
	font-size:2.5rem;
	background-position:-210px 0px;
	text-align:left;
	padding-left:30px;
}

.main02 h3.about_right{
	color:#fff;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/h3_border02.png") no-repeat;
	font-size:2.5rem;
	text-align:right;
	padding-right:30px;
}
}

/* pc */
.main03{
	clear:both;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg2.png") repeat-y;/*背景のみ設置*/
	background-size:contain;
	height:auto;
	padding-bottom:30px;
	
}
.main03 h2{
	background-color:transparent;
	padding-bottom:30px;
	padding-top:30px;
	max-width:50%;
	margin:0 auto;
	border:none;
	color:#4A0C00;
	font-size:4.5rem;
}

.main03 h3{
	background-color:transparent;
	padding-bottom:30px;
	padding-top:30px;
	max-width:50%;
	margin:0 auto;
	border:none;
	color:#4A0C00;
	font-size:3.5rem;
}
.main03 ul {
	list-style: none;
	background: #fffcf4;
	border-radius :8px;/*角の丸み*/
	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
	padding: 0.5em;
	font-size:20px;
	width:60%;
	margin:0 auto 25px;
}

.main03 ul li{
  line-height: 1.5;
  padding: 0.5em 0;
}


/* tablet  */
@media screen and (max-width: 991px) {
.main03{
	background-size:contain;
	height:auto;
}
}
  
/* smartPhone */
@media screen and (max-width: 767px) {
.main03{
	background-size: 100% auto;
	height:auto;
}
.about_wrap3{
		width:80%;
		margin:0 auto;
	}
.about_wrap3 h2{
		font-size:3rem;
		width:100%;
		margin:0 auto;
		max-width:100%!important;
	}
	.about_wrap3 img{
		width:100%;
	}

.main03 ul {
	width:90%;
}


}
/* pc */
.main04{
	clear:both;
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg2.png") repeat-y;/*背景のみ設置*/
	background-size:contain;
	height:auto;
	padding-bottom:30px;
	
}
.main04 h2{
	background-color:transparent;
	padding-bottom:20px;
	padding-top:30px;
	max-width:50%;
	margin:0 auto;
	border:none;
	color:#4A0C00;
	font-size:4.5rem;
}

.main04 h3{
	background-color:transparent;
	padding-bottom:20px;
	padding-top:30px;
	margin:0 auto;
	border:none;
	color:#4A0C00;
	font-size:4.5rem;
}

.main04 h3:after{
	background-color:transparent;
	padding-bottom:20px;
	padding-top:30px;
	margin:0 auto;
	border:none;
	color:#4A0C00;
	font-size:4.5rem;
}
/* tablet  */
@media screen and (max-width: 991px) {
.main04{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg2.png") repeat-y;/*背景のみ設置*/
	background-size:contain;
	height:auto;
}
}
  
/* smartPhone */
@media screen and (max-width: 767px) {
.main04{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg2.png") repeat-y;/*背景のみ設置*/
	background-size: 100% auto;
	height:auto;
}
.main04 h2{
	background-color:transparent;
	padding-bottom:30px;
	padding-top:50px;
	width:90%;
	margin:0 auto;
	border:none;
	max-width:none;
}
}
/*はじめての方へ*/
.begin_wrap img{
	width:50%;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
.begin_wrap{
	width:80%;
	margin:0 auto;
}
.begin_wrap img{
	width:80%;
	margin:0 auto;
}
.begin_wrap h2{
	max-width:100%;
	font-size:2.5rem;
	}

.begin_wrap h3{
	max-width:100%;
	font-size:2.5rem;
	padding:0;
	margin-bottom:15px;
	}
	.begin_wrap p{
		text-align:left;
	}
	.begin_wrap .center{
		text-align:center;
	}
	.begin_wrap img{
		margin:0 auto;
	}
	.begin_wrap > p.center{
			text-align:center!important;
	}
	.begin_wrap ul li{
		text-align:left;
	}
}


/* recruit */
.su-youtube {
    margin: 0 auto!important;
}
.su-u-responsive-media-yes {
    width: 70%;
}
.su-u-responsive-media-yes {
    padding-bottom: 47.25%!important;
}
.width60{
	width:60%;
	margin:0 auto;
}

.width80mar35{
	width:80%;
	margin:0 auto;
	margin-bottom:35px;
}

.width80martop35{
	width:80%;
	margin:0 auto;
	margin-top:35px;
}
/*　for Pad 　*/
@media screen and (max-width:992px) {
	.recruit01,.recruit02{
		width:90%;
		margin:0 auto;
	}
	.width60,.width80mar35,.width80martop35{
		width:100%;
	}
	.recruit01 h2{
		max-width:100%;
	}
	
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
	.recruit01 h2{
		max-width:100%;
		width:100%;
		font-size:2em;
	}
	.recruit01 h3,.recruit02 h3{
		max-width:100%;
		width:100%;
		font-size:2em;
	}
	.width60,.width80mar35,.width80martop35{
		width:90%;
		text-align:left;
	}	
}


/* coupon */
.main05{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg1.png") repeat-y;
	background-size:contain;
	height:auto;
	padding-bottom:30px;
	overflow:hidden;
}
.main05 h2{
	background-color:transparent;
	max-width:70%;
	margin:30px auto 50px;
	border:none;
	color:#4A0C00;
	font-size:4.5rem;
}
.main05 h3{
	color:#4A0C00;
	font-size:3.5rem;
	max-width:50%;
	margin:30px auto;
	border:none;
	box-shadow:none;
}
.main05 h3:before, h3:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.main05 h3:before {
  border-left: solid 4px #DEC773;
  border-top: solid 4px #DEC773;
  top:0;
  left: 0;
}

.main05 h3:after {
  border-right: solid 4px #DEC773;
  border-bottom: solid 4px #DEC773;
  bottom:0;
  right: 0;
}

#post-23 img{
	width:50%;
}

/*　for Pad 　*/
@media screen and (max-width:992px) {
	
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
	.main05 h2{
		max-width:100%;
		font-size:3rem;
	}
	.main05 h3{
		max-width:85%;
		font-size:3rem;
		padding:10px 0 0;
		height:50px;
	}
	#post-23 img{
		width:80%;
		margin-bottom:15px;
}
	.main05 p{
		margin:0 auto;
		width:80%;

	}
}



/* shop */
.shop_list_page {
	width:75%;
	margin:0 auto;
}
.shop_list_page ul li {
    font-size: 16px;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 40px 0px;
    border-bottom: dotted 3px #DDD;
	list-style: none;
}
.shop_list_page ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}
.a_btn{
	width:50%;
	margin:0 auto;
	margin-bottom:20px;
}


.shop_list_page ul li .photo {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.shop_list_page ul li img {
    max-width: 100%;
    vertical-align: bottom;
}
.shop_list_page ul li .txt {
    width: 53%;
    padding-left: 5%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.shop_list_page ul li .txt h3 {
    font-size: 30px;
    line-height: 2em;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.shop_list_page ul li .txt .list_map {
    position: relative;
    padding: 5px 0px 0px 40px;
    margin: 0px 0px 10px 0px;
    color: #444;
    font-size:2rem;
}
.shop_list_page ul li .txt .list_hour {
    position: relative;
    padding: 5px 0px 0px 40px;
    margin: 0px 0px 10px 0px;
    color: #444;
    font-size: 14px;
}
.shop_list_page ul li .txt .list_phone {
    position: relative;
    margin: 0px 0px 10px 0px;
    color: #444;
    font-size:2rem;
}
.shop_list_page ul li a .txt .list_button {
    border-radius: 4px;
    background-color: #de2729;
    color: #FFF;
    width: 200px;
    text-align: center;
    padding: 6px;
    margin-top: 20px;
    font-size: 14px;
}
/*　for Pad 　*/
@media screen and (max-width:992px) {
	.shop_list_page {
	width:90%;
	margin:0 auto;
}
	.shop_city{
		padding-top:0px!important;
	}
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
.shop_list_page ul li .photo {
    width: 90%;
	margin:0 auto;
}
	.shop_list_page ul{
		padding:0!important;
	}
.shop_list_page ul li .txt h3 {
    font-size:2em;
    line-height: 2em;
    margin: 0 auto;
	padding:0;
	}
.shop_list_page ul li .txt {
    width: 100%;
	padding:0;
}
.shop_list_page ul li .txt .list_map {
    padding:0;
    margin:0;
    color: #444;
    font-size:2rem;
}	
}




/* menu */
h2.menu_title{
	max-width:none;
	margin-bottom:0px;
}
.menu_img{
	float:left;
	width:40%;
	margin-bottom:35px;	
}
.price{
	float:left;
	margin-left:3%;
	width:50%;
	margin-bottom:35px;	
}
.noimg_price{
	margin:0 auto;
	width:50%;
	margin-bottom:35px;	

}

.a_aicon ,.b_aicon ,.c_aicon ,.d_aicon ,.e_aicon{
	padding-left:60px;
	line-height: 1.6em;	
}

.a_aicon{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/A.png") no-repeat left center;
	background-size:50px auto;
}

.b_aicon{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/B.png") no-repeat left center;
	background-size:50px auto;	
}

.c_aicon{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/C.png") no-repeat left center;
	background-size:50px auto;	
}

.d_aicon{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/D.png") no-repeat left center;
	background-size:50px auto;	
}

.e_aicon{
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/E.png") no-repeat left center;
	background-size:50px auto;	
}
.menu_price{
	width:30%;
}


hr.clear_both{
		clear:both;
	margin-top:15px;
}

.no-flame::before{
	content:none!important;
}
.no-flame::after{
	content:none;
}

/*　for Pad 　*/
@media screen and (max-width:992px) {
	.menu_img{
	float:none;
	width:70%;
	margin-bottom:35px;	
}
	.price{
	float:none;
	margin:0 auto 35px;
	width:80%;
}
	.noimg_price{
		width:70%;
	}
}

/*　for スマートフォン*/
@media screen and (max-width:767px) {
	.menu_wrap > .no-flame{
		margin:0 auto 20px;
		font-size:2rem;
	}
.menu_img{
	float:none;
	width:70%;
	margin-bottom:35px;	
}
	.price ,.noimg_price {
	float:none;
	margin:0 auto 35px;
	width:90%;
	font-size:14px;
}

	.a_aicon,.b_aicon,.c_aicon,.d_aicon,.e_aicon{
		background:none;
		padding: 5px 10px;
	}
	.price td, .noimg_price td{
		padding:0;
	}
	.menu_txt{
		width:80%;
		text-align:left;
		font-size:16px;
	}
}




/* PCサイド　SPフッターリンク */


#fixedMenu {
  width:60px;
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#fixedMenu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#fixedMenu ul li {
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #fixedMenu {
    display: none;
    width: 100%;
	height:40px;
    top: auto;
    bottom: 0;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
  #fixedMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fixedMenu ul li {
    width: 50%;
	height:40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2%;
  }
  #fixedMenu ul li.coupon {
    background: #f7941d;
  }
  #fixedMenu ul li.ec_rakuten {
    background: #3E9EFF;
  }
  #fixedMenu ul li.contact {
    background: #d8090f;
  }
}

@media screen and (min-width: 1200px) {
  .over:hover {
    opacity: 0.8;
  }
}




/* スクール */
.su-posts{
	width:70%;
	margin:0 auto;
}
.su-post-title{
	margin:0 auto!important;	
}

/* 各ブログ部分のデザイン */


.col-md-8{
	background-size:contain;	
	background: url("http://test.hana-group.asia/wp-content/uploads/2019/images/main_contents_bg1.png") repeat-y;
}

@media screen and (min-width: 992px){
.col-md-8{
	width:55%;
	margin-left:10%;
	padding:0;
	text-align:left;
}

.col-md-8 .entry-body{
	text-align:left;	
}
.col-md-3{
	width:23%;
	margin:0 auto;
	padding:0;
	background:none;
margin:0 5%;
	}
}

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

.col-md-8{
	width:80%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

.col-md-8 .entry-body{
	text-align:left;	
}
.col-md-3{
	width:80%;
	margin:0 auto;
	padding:0;
	background:none;
}
.page-header_pageTitle{
	background:url("http://test.hana-group.asia/wp-content/uploads/2019/images/h1_bg.png") no-repeat;
	background-position: center center;
	text-align:center;
	background-size:contain;
	color:#550000;
	margin:0 !important;
	padding:50px 0;
}
}
.single h1.entry-title:first-letter {
    color: #a2341b;
}

.subSection-title:after{
    border-bottom: 1px solid #a2341b;
}
.btn-primary {
    background-color: #a2341b;
    border-color: #5a1f11;
}


ul.page-numbers li span.page-numbers.current {
    color: #fff;
    background-color: #a2341b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ea5a39;
    border-color: #b34328;
}

.btn-primary.active, .btn-primary:active {
	background-color:#ea785e;
	border-color:#ea785e;
}

.btn-primary.focus, .btn-primary:focus{
	background-color:#ea785e;
	border-color:#ea785e;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  	color: #fff;
	background-color:#ea785e;
	border-color:#ea785e;
}

/* for man 男性の方へ*/
.man_wrap ul {
	list-style: none;
	background: #fffcf4;
	border-radius :8px;/*角の丸み*/
	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
	padding: 0.5em;
	font-size:20px;
	width:60%;
	margin:0 auto 20px;
}

.man_wrap ul li{
  line-height: 1.5;
  padding: 0.5em 0;
}


.men_h3_60 {
	width:60%;
}
.men_h3_70 {
	width:70%;
}

.men_h3_80 {
	width:80%;
}
.margin-top{
	margin-top:50px!important;
}
	.man_wrap img{
		width:60%;
	}

/*　for Pad 　*/
@media screen and (max-width:992px) {
	.man_wrap{
		width:80%;
		margin:0 auto;
	}
	.man_wrap h2{
		font-size:2.5em;
		margin-bottom:30px;
		width:100%;
		max-width:100%;
	}
	.man_wrap img{
		width:100%;
	}
	.man_wrap ul{
		width:100%;
	}
	.man_wrap h3{
		width:100%;
	}
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
	.man_wrap h2{
		font-size:3rem;
		text-align:center;
		}
	.man_wrap ul{
		font-size:1em;
	}
	.man_wrap p{
		text-align:left;
	}
	.man_wrap h3{
		text-align:center;
		width:100%;
		font-size:3rem;
		padding:20px 0;
	}
}

/*contact 　問い合わせフォーム */
.con_form {
	width:60%;
    padding:40px;
    background-color: #ecf8ff;
    margin: 0 auto 20px;
    border-radius: 5px;
}
.YourName,.YourFurigana,.TelephoneNumber,.YourEmail,.YourShops{
	width:50%;
	text-align:center;
	margin:0 auto;
}

.must {
    background: #e6211a;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    font-size: 1.2rem;
}
.InquiryButton {
	margin-bottom:20px;
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
	.con_form {
	width:90%;
    padding:20px 0 20px 0;
    background-color: #ecf8ff;
    margin: 0 auto 20px;
    border-radius: 5px;
}
	.form_top{
		margin:15px auto 0;
		width:80%;
		text-align:left;
	}
	.YourShops{
		width:60%;
	}
}


/*voice お客様の声*/
.voice_wrap{
	width:70%;
	margin:0 auto;
	padding-top:20px;
}

.voice_image{
	width:30%;
}

.voice_image2{
	width:50%;
}


.voice_h2{
    font-size: 3rem!important;
	max-width:80%!important;
}
.ques{
    font-size: 2rem;
}
.voice_case{
    padding:40px;
    background-color: #FFE4C4;
	margin:0 auto 40px;
    border-radius: 5px;	
}

/*　for Pad 　*/
@media screen and (max-width:992px) {
	.voice_h2{
    font-size:2.5rem!important;
	max-width:80%!important;
		padding-top:0!important;
}
	.voice_image{
	width:50%;
}
}

/*　for スマートフォン*/
@media screen and (max-width:768px) {
	.voice_h2{
    	font-size:1.5rem!important;
		max-width:100%!important;
		padding:0;
	}
.voice_case{
    padding:20px;
	}
	
	.voice_wrap p{
		font-size:0.8em!important;
	}
	p.ques{
    	font-size:1.5rem!important;
	}	
	.align_left{
		text-align:left;
	}
	
}

/*company 会社概要*/
.com_wrap1{
	width:80%;
	margin:0 auto;
}
.com_wrap2{
	width:80%;
	margin:0 auto;
}
.map{
	margin:0 auto;
	text-align:center;
	height:450px;
	width:50%;
}

/*shop 店舗共通*/
.shop_wrap{
	width:80%;
	margin:0 auto;
}
.shop_wrap >.men_h3_60{
	width:528px!important;	
}
.map_shop{
	margin-top:30px;
	margin-bottom:30px;
	width:80%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	}
.map_shop iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.shop_table {
  border-collapse: collapse;
  margin: 40px auto 50px;
  padding: 0;
  width:80%;
  table-layout: fixed;
}

.shop_table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
}
.shop_table th,
.shop_table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.shop_table th {
  font-size: 0.8em;
}
.shop_table thead tr{
  background-color: #eee;
}

/*　for Pad 　*/


/*　for スマートフォン*/
@media screen and (max-width: 768px) {
	.shop_wrap h2{
		max-width:100%;
		font-size:2.5rem;
		margin-bottom:15px;
	}
.shop_table {
    border: 0;
    width:100%;
	margin-bottom:20px;
  }
.shop_table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
.shop_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.shop_table tr {
    display: block;
    margin-bottom: .625em;
  }
  
.shop_table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
.shop_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
.shop_table td:last-child {
    border-bottom: 0;
  }

.staff_voice{
	text-align:left;
}
.map_shop{
	margin:0 auto 30px;;
	text-align:center;
	height:300px;
	width:90%;
}
	.staff_messe{
		width:100%;
		margin:20px auto!important;
		font-size:2rem!important;
	}
	}

/*school スクール～研修センター～アカデミー*/
.school01,.school02,.school03,.school04{
	width:80%;
	margin:0 auto;
}

.school01 h2{
	margin-bottom:30px;
}
.school01 h3{
	max-width:100%;
}
.school01 img,
.school02 img,
.school03 img,
.school04 img{
	margin-bottom:30px;
}

.school03 a{
text-decoration: underline!important;	
}

h3.sch_25{
	width:25%;
}
h3.sch_40{
	width:40%;
}
h3.sch_60{
	width:60%;
}
@media screen and (max-width: 768px) {
	
.school01 h2,
.school02 h2,
.school03 h2,
.school04 h2{
	margin:0 auto;
	font-size:3.5rem;
	padding:20px 0 20px;
	max-width:100%;
	width:100%;
}	
.school01 p,
.school02 p,
.school04 p{
	text-align:left;	
		
	}
.school01 > .a_btn,
.school02 > .a_btn	{
		width:55%;
	}
h3.sch_25,
h3.sch_40,
h3.sch_60{
	width:80%;
}
	.school02 > .gold{
		margin-top:30px;
	}
	.school02 >.center{
		text-align:center;
	}
}