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

* {
	padding: 0;
	margin: 0;
	}
body {
	background: #ffffff;
	width:100%;
	height:100%;
	font-size: 10pt;
	color: #333333;
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.7em;
}
li {
	list-style-type: none;
}
li img {
	display: block;
}
a img {
	border-style: none;
}
/*PC上は消す-------------------------*/
.globalMenuSp{
	display:none;
}
.navToggle{
	display:none;
}
.mobile_only{
	display:none;
}
.mobile_logo{
	display:none;
}
#contents_mobile{
	display:none;
}
/*TOP PAGE-------------------------*/
#header{
	max-width:1000px;
	width:100%;
	height:55px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	float:left;
	width:30%;
	text-align: center;
}
.gnavi{
	float:left;
	width:70%;
	margin-top:30px;
	display:flex;
	justify-content: flex-end;
}
.gnavi li{
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
#contents{
	clear:left;
	max-width: 1000px;
	width:100%;
	height:450px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
}


#contentPic {
	position:relative;
	width:100%;
	height:450px;
}
#contentPic img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#contentPic img.active {
   z-index: 10;
   opacity: 1.0;
}
#contentPic img.last-active {
   z-index: 9;
}


#footer{
	max-width:1000px;
	width:100%;
	height:100%;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	bottom:0;
}

.footer_flex{
	display:flex;
	justify-content: center;
	font-size:9pt;
}
.footer_flex li{
	margin-left:1%;
	margin-right:1%;
}


/*2ページ以降-------------------------*/
#second_header{
	max-width:1000px;
	width:100%;
	height:55px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}
#second_contents{
	clear:left;
	max-width:1000px;
	width:100%;
	height:100%;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}
#second_footer{
	clear:both;
	background-color:#fff;
	width:100%;
	margin-top:10px;
	text-align:center;
	/*position:fixed;*/
	bottom:0;
}

/*PROFILE PAGE-------------------------*/
.prof_left{
	float:left;
	width:30%;
	margin-top:10px;
	text-align:center;
}
.prof_photo img{
	width:200px;
	height:auto;
}
.prof_fb{
	margin-top:20px;
}
.prof_fb img{
	width:10%;
}
.prof_right{
	float:right;
	width:65%;
	margin-top:10px;
	margin-left:5%;
	margin-bottom:30px;
}
.prof_detail{
	margin-bottom:20px;
}
.prof_detail h2{
	font-size:12pt;
}

/*GALLERY PAGE-------------------------*/

ul.work{
	display:flex;
	align-items:center;
 	flex-wrap:wrap;
	justify-content: space-between;
 	margin: 0 auto;
 	max-width: 900px;
}
ul.work li{
 	margin:5px;
}
ul.work li p{
 	text-align:center;
 	margin:5px;
 	font-weight:bold;
}
ul.work li span{
 	margin-left:10px;
 	color:#e2041b;
}

/*KOYA PAGE-------------------------*/
.koya_title{
	text-align: center;
}
.koya_title h1{
	font-size:24px;
	font-weight:normal;
	margin:10px 10px 20px 10px;
	text-align: center;
}
#gallery{
	clear:right;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
}
 
#gallery li {
    max-width: 300px;
    padding: 5px;
}
 
#gallery li img {
    max-width: 100%;
    height: auto;
}

.mobile_koya_back{
	display:none;
}	

/*NEWS PAGE-------------------------*/
.news{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.news li{
	padding: 1em 1.5em;
	margin: 2em 0;
	background-color:#ffffff;/*背景色*/
	border-left: solid 10px #043c78;/*左ライン*/
	color:#333333;/*文字色*/
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
}
.news span{
	font-weight:bold;
}
.news p{
	margin-top:10px;
}

.news table{
	margin-top:10px;
	margin-bottom:10px;
}
.table_title{
	vertical-align: top;
	text-align: right;
}

.news hr{
	margin-top:5px;
	border-top: 1px dotted #043c78;
	border-bottom: 1px dotted #043c78;
}
.news img{
	margin-top:10px;
}
.photo-1{
	float:left;
	margin-right:10px;
}

/*SCHOOL PAGE-------------------------*/
.school_left{
	float:left;
	width:35%;
	margin-top:10px;
	text-align:center;
}
.school_photo img{
	width:280px;
	height:auto;
	margin-bottom:10px;
}
.school_right{
	float:right;
	width:62%;
	margin-top:10px;
	margin-left:3%;
	margin-bottom:30px;
}
.school_right h2{
	font-size:11pt;
	margin-bottom:5px;
}
.school_right p{
	margin-bottom:10px;
}
.school_comments{
	margin-bottom:20px;
}
.school_price{
	margin-bottom:20px;
}
.school_price table{
	margin-bottom:10px;
}
.schoo_history{
	margin-bottom:20px;
}

/*CONTACT PAGE-------------------------*/
.contact{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

#form{
	margin-top:50px;
}
.contact p{
	margin-bottom:20px;
} 
#form dl dt {
	width: 100px;
	float: left;
	clear: both;
	margin-right: 10px;
}
.contact dl{
	margin:10px 10px 20px 10px;
}
.contact dd{
	margin-bottom:10px;
}
.contact dd input{
	height:1.7em;
	line-height:1.7em;
}
.cotact dd textarea{
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.contact a{
	font-size:9pt;		
}
.btn{
	text-align:center;
}
.cp_btn {
	/*display: block;*/
	width: 100px;
	padding: 0.1em;
	text-align: center;
	text-decoration: none;
	color: #043c78;
	border: 1px solid #043c78;
	border-radius: 3px;
	transition: .4s;
	font-size:11pt;
	font-weight:bold;
}
	
.cp_btn:hover {
	background: #043c78;
	color: #fff;
}


/*Conf tmpl*/
#template{
	margin-left:30%;
	margin-right:30%;
	margin-top:50px;
	text-align:center;
}

.title{
	line-height:30px;
	font-size:14pt;
	margin-bottom:20px;
	background-color:#043c78;
	color:#ffffff;
}

.tmpl_comment p{
	font-size:12pt;
	margin-bottom:20px;
}
.tmpl_detail{
	background-color:#f5f5f5;
	margin-bottom:20px;
}
.tmpl_detail table{
	font-size:11pt;
}
.tmpl_detail th{
	width:120px;
	padding:10px;
	text-align:left;
	vertical-align:top;
}
.tmpl_detail td{
	padding:10px;
	text-align:left;
	vertical-align:top;
}

.tmpl_button{
	text-align:center;
}

.tmpl_button ul li{
	display:inline-block;
}
.tmpl_cp_btn{
	display: block;
	width: 80px;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
	color: #043c78;
	border: 2px solid #043c78;
	border-radius: 3px;
	transition: .4s;
}
	
.tmpl_cp_btn:hover {
	background: #043c78;
	color: #ffffff;
}
.tmpl_top_btn{
	display: block;
	width: 120px;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
	color: #043c78;
	border: 2px solid #043c78;
	border-radius: 3px;
	transition: .4s;
}
	
.tmpl_top_btn:hover {
	background: #043c78;
	color: #ffffff;
}




/*POLICY PAGE-------------------------*/

.policy_title{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align: center;
}
.policy_title h2{	
	font-weight:bold;
}
.policy{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

.policy span{
	font-weight:bold;
}
.policy p{
	margin-bottom:10px;
}
.indent_back{
	text-indent: -1em;
	padding-left: 1em;
}

