@charset "utf-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFEFDF;
	line-height: 1.4;
}
html {
    font-size : 75%; 
}
 
@media screen and (max-width : 639px){
/*    html{ font-size : 87.5%;} */
    html{ font-size : 100%;}
}
 
@media screen and (min-width : 640px) {
    html{ font-size : 100%;}
}
#wrapper {
	width: 640px;
	background-color:#fff;
	margin:0 auto;
}
h1 {
}
h2 {
	font-size: 1.2em;
	line-height:1.4;
	color: #333333;
	background-color: #FFA86F;
	padding-left: 1em;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	line-height: 1.5;
	background-color: #f9f9f9;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #CCCCCC;
	border-left-color: #eb5505;
	clear:both;
	color: #000;
}
h3.big {
	font-size: 2em;
	text-align: center;
	border-top-width: 8px;
	border-right-width: 20px;
	border-bottom-width: 8px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #EB5505;
	border-bottom-color: #FFF;
	border-left-color: #EB5505;
	margin: 0px;
}
p {
	margin-bottom:1.5em;
	line-height:1.5;
}

ul,li{
	list-style-type:disc;
}
ul {
	margin-left:25px;
}

header{
	
}

header #top_info {
	overflow:hidden;
}
header #top_info .phone {
	line-height:1.4;
	padding:10px;
	background-color: #F60;
	width:45%;
	margin-left:2%;
	text-align:justify;
	border-radius:20px;
	font-size:200%;
	text-align:center;
	color:#fff;
}
header #top_info .phone a {
	color:#fff;
	display:block;
}
header #top_info .phone a:hover {
	background-color:#f80;
	color:#fff;
}

header #top_info .info {
	line-height:1.4;
	padding:10px;
	background-color: #F60;
	width:45%;
	margin-left:2%;
	text-align:justify;
	border-radius:20px;
	font-size:130%;
	text-align:center;
	color:#fff;
}
header #top_info .info a {
	color:#fff;
	display:block;
}
header #top_info .info a:hover {
	background-color:#f80;
	color:#fff;
}
header #top_info .info,
header #top_info .phone {
	float:left;
}


.lb-phone{
	width:100px;
}

header h1 {
	font-size:10px;
	font-weight:normal;
	color:#666;
	margin-left:1em;

}
header img  {
	width: 100%;
	height:auto;
}
header nav {
/*	margin-bottom: 0.5em;*/
	margin-bottom: 1.5em;
}
header .gl_nav ul {
	overflow: hidden;
/*	background-color: #E8E8E8;*/
	margin-left:0;

}
header .gl_nav ul li {
	float: left;
	text-align: center;
	width: 20%;
	list-style-type:none;
}
header .gl_nav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: small;
/*	width:100%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;

	line-height: 3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	*/
}
header .gl_nav ul li a span {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33C;
}
header p {
	padding-right: 1em;
	padding-left: 1em;
}
.oshirase_cnt .int_img {
	text-align: center;
}



#contents {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.contentsBorder {
	border: 1px solid #CCC;
	border-radius:5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#renraku {
	text-align: center;
	margin-top: 20px;
}
#renraku img {
	height: auto;
	width: 200px;
	margin: 0 20px;
}

#contents .gaku {
	text-align:center;
}
#contents .gaku img {
	height: auto;
	width: 80%;
}
#contents #comp {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#comp .cover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EB5505;
	border-bottom-color: #EB5505;
	margin-top: 10px;
	margin-bottom: 10px;
}


#guide {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}


section img {
	width:100%;
	height:auto;
}
section .harf{
	text-align:center;
}
section .harf img {
	width:50%;
	height:auto;
}
#course p {
	margin-top: 1em;
	margin-left: 25px;
}

#contents .gl_nav {
	line-height: 2.4em;
}
footer {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
blockquote {
	background-color: #ecf4d9;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 14pt;
	line-height: 1.2;
	border: 1px solid #eeecd2;
	padding: 0.5em;
	border-radius:5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
blockquote em {
	color: #C00;
	font-style: normal;
}
blockquote .small {
	font-size: 12pt;
}
.float_r {
	float: right;
	height: auto;
	width: auto;
	margin-left: 1em;
}
.float_l {
	float: left;
	height: auto;
	width: auto;
	margin-right: 1em;
}

/*  蛍光ペンライン  */
 .marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
 .marker_yellow_l {
background: linear-gradient(transparent 0%, #ffff66 0%);
}
 .marker_red {
background: linear-gradient(transparent 60%, #ffaaaa 60%);
}
 .marker_red_l {
background: linear-gradient(transparent 0%, #ffaaaa 0%);
}

 /*  チェックリスト風リストマーク  
     ulにchecklistクラスを設定<ul class="checklist">*/
ul.checklist li {
	position: relative;
	list-style-type:none;
}
ul.checklist li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ボタンのグラデーション */

.btn {
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: linear-gradient(to top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
/*	width: 100px;*/
	padding: 10px 0;
}

/* 2024/02/20 電話・オンライン予約のボタンを画像→テキスト(css)に */
.material-icons {
	vertical-align: middle;
	font-size: 48px;
}
.header_contact {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.header_contact > div {
	flex-basis: 48%;
	margin: 8px;
}
.call_btn {
	background-color: #f60;
	color: #fff;
	border-radius: 20px;
	font-size: 1.6em;
}
.call_btn a {
	text-decoration: none;
	color: #fff;
}
.call_btn a:active {
	color: #fff;
}
.call_btn a:focus {
	outline: none;
}
.call_btn div:first-of-type {
	margin-top: 8px;
	font-weight: bold;
	letter-spacing: .1em;
}
.contact_hours div:first-of-type {
	font-size: 1.4em;
	text-align-last: justify;
}
.contact_hours div:first-of-type span {
	font-weight: bold;
	letter-spacing: .6em;
}
.contact_hours div:nth-of-type(2) {
	background-color: #fff5d6;
	font-size: 1.4em;
	letter-spacing: .1em;
}
.contact_hours div:nth-of-type(3) {
	text-align-last: justify;
}
.contact_hours div:nth-of-type(3) span {
	font-size: 1.4em;
	font-weight: bold;
}
@media screen and (max-width: 639px) {
	.header_contact {
		flex-direction: column;
	}
}
