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

* {
	padding: 0;
	margin: 0;
	}
body {
	background: #ffffff;
	width:100%;
	height:100%;/*9/12追加*/
	font-size: 11pt;
	/*font-size:9pt;*/
	color: #333333;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.5em;
}
li {
	list-style-type: none;
}
li img {
	display: block;
}
a img {
	border-style: none;
}
/*PC上は消す-------------------------*/
.globalMenuSp{
	display:none;
}
.navToggle{
	display:none;
}
/*TOP PAGE-------------------------*/
#header{
	max-width:1000px;
	/*max-width:900px;*/
	width:100%;
	height:130px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	float:left;
	width:30%;
	text-align:center;
}
.logo img{
	width:200px;
}
.gnavi{
	float:left;
	width:70%;
	margin-top:80px;
	display:flex;
	justify-content: flex-end;
}
.gnavi li{
	display:inline-block;
	/*margin-left:5px;*/
	margin-left:10px;
	/*margin-right:2px;*/
	margin-right:4px;
}
#contents{
	clear:left;
	width:100%;
	/*height:100%;*/
	height:450px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
}
.mobile_logo{
	display:none;
}
.mobile_only{
	display:none;
}
#contents_mobile{
	display:none;
}
.catchphrase {
	position:absolute;
	margin:0;
	left:40%;
	top:30%;
	color:rgb(0,0,0,0);
	line-height:1.2em;
	-webkit-text-stroke: 1.5px #fff;
}
#footer{
	max-width:1000px;
	/*max-width:900px;*/
	width:100%;
	height:100%;
	margin-top:10px;
	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:900px;*/
	max-width:1000px;
	width:100%;
	height:130px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#second_contents{
	clear:both;
	/*max-width:900px;*/
	max-width:1000px;
	width:100%;
	height:100%;
	/*max-height:100%;*/
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}
#second_footer{
	clear:both;
	background-color:#fff;
	/*max-width:900px;*/
	width:100%;
	margin-top:10px;
	text-align:center;
	/*position:absolute;*/
	position:fixed;
	bottom:0;
}
/*#second_footer img{
	margin-left:auto;
	margin-right:auto;
}
*/

/*PROFILE PAGE-------------------------*/
.prof_photo{
	float:left;
	width:25%;
	margin-top:10px;
	margin-left:10%;
	text-align:center;
}
.prof_img{
	width:150px;
	height:auto;
}
.prof_photo p{
	margin-top:10px;
	/*font-size:8pt;*/
	font-size:9pt;
}
.fb{
	margin-top:5px;
}
.fb img{
	width:30px;
}
.syuzai{
	margin-top:5px;
}
.prof_comment{
	float:right;
	/*width:65%;*/
	width:55%;
	margin-left:10%;
	margin-bottom:30px;
	text-align:center;
}
.com-1 span{
	font-weight:bold;
	/*font-size:11pt;*/
	font-size:12pt;
}
.com-2{
	margin-top:15px;
}
.com-2 b{
	font-weight:bold;
}
.com-3{
	margin-top:10vh;
}
.com-3 b{
	font-weight:bold;
}
/*NEWS PAGE--------------------------*/
.news_content{
	margin-bottom:30px;
}
.news_title{
	line-height:26px;
	font-size:8pt;
	text-align:center;
	margin-bottom:10px;
}
.news_title h2{
	color:#86b81b;
}
.news_detail{
	margin-bottom:30px;
	width:500px;
  	margin:0 auto;
	padding: 1em;
	border: 1px solid #CCC;
  	border-radius: 1em;
	overflow:hidden;
	color: #000000;
}
.news_detail p{
    margin-bottom: 10px;
    color: #000000;
}
.update_title{
    font-weight: bold;
    font-size: 11pt;
}
.update_date{
	font-size:8pt;
}
.space{
	margin-top:10px;
	margin-bottom:10px;
}

/*GUIDE PAGE-------------------------*/
.guide_content{
	margin-bottom:30px;
}
.guide_title {
	background-color:aliceblue;
	line-height:26px;
	font-size:8pt;
	text-align:center;
}
.guide_content table{
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
}
.guide_content td{
	height:24px;
}
.guide_addition{
	text-align:center;
	margin-top:20px;
}
.guide_addition p{
	display:inline-block;
	text-align:left;
}
.guide_staff{
	margin-bottom:30px;
}
.guide_staff p{
	margin-top:10px;
	font-size:9pt;
}
.guide_staff span{
	font-weight:bold;
}
.staff{
	display:flex;
	margin-top:20px;
}
.staff li{
	width:calc(100%/3);
	text-align:center;
	margin-bottom:5px;
}
.staff li img{
	margin-left:auto;
	margin-right:auto;
}
.staff_prof{
	width:400px;
	/*background-color:aliceblue;*/
  	margin-left: auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	padding: 1em;
	border: 1px solid #CCC;
  	border-radius: 1em;
	/*font-size:11pt;*/
	overflow:hidden;
}
.staff_prof img{
	margin-bottom:10px;
}
.staff_prof span{
	font-weight:bold;
}
.staff_prof p{
	margin-bottom:5px;
}
.hidden_box{
	display:none;
}

.guide_end_plan{
	margin-bottom:30px;
}
.end_plan{
	width:500px;
	/*background-color:aliceblue;*/
  	margin-left: auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	padding: 1em;
	border: 1px solid #CCC;
  	border-radius: 1em;
	overflow:hidden;
}
.end_plan span{
	font-weight:bold;
}
.end_plan p{
	margin-bottom:5px;
}



/*PLAN PAGE-------------------------*/
.plan_outline{
	float:left;
	width:30%;
	margin-left:5%;
}
.plan_details{
	float:right;
	width:62%;
	margin-left:3%;
}
.out_detail{
	margin-bottom:20px;
}
.out_kikaku{
	margin-bottom:20px;
}
.plan_details span{
	font-weight:bold;
}
.year{
	font-weight:bold;
	font-size:8pt;
	color:#000030;
}
.plan_new{
	font-size:8pt;
}
.attention{
	font-size:8pt;
}
.package{
	margin-bottom:40px;
}
.midashi{
	font-weight:bold;
}
.dashed{
	margin-top:20px;
	border:1px dashed #000030;
}
.ov_title{
	font-size:12pt;
	font-weight:bold;
}

.ov_titlered{
	font-size:12pt;
	font-weight:bold;
	color:red;
}

.pickup{
	color:#86b81b;
}

.pickup2{
	color:#DD7B3B;
}

.pickup3{
	color:#5E0321;
}

.ov_comment{
	margin-top:20px;
	font-weight:normal;
}
.plan_flex{
	margin-top:10px;
	display:flex;
	justify-content: flex-start;
	margin-bottom:10px;
	font-weight:bold;
	
}
.plan_flex li {
	margin-right:15px;
}
.plan_flex table td{
	padding:0 3px;
	text-align:left;
	vertical-align:top;
}
.go_to_detail{
	margin-top:5px;
}
/*PLAN DETAIL PAGE-----------------*/
.plan_content{
	margin-bottom:20px;
}
.plan_title {
	background-color:aliceblue;
	line-height:2.5em;
	text-align:center;
}
.plan_top{
	margin-top:20px;
}
.plan_left{
	float:left;
	margin-top:20px;
	margin-right:5%;
	width:70%;
}
.plan_right{
	float:right;
	margin-top:20px;
	width:25%;
	text-align:center;
	font-size:8pt;
}
.plan_left p{
	margin-bottom:10px;
}

.plan_left table{
	margin-bottom:20px;
	padding:10px;
    border: solid 2px #000030;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.plan_left table td{
	
	text-align:left;
	vertical-align:top;
}
.td_title{
	width:120px;
	color:#DD7B3B;
	font-weight:bold;
	
}
.td_title1{
	width:120px;
	color:#86b81b;
	
}
.plan_right img{
	margin-bottom:10px;
}
.plan_footer{
	clear:both;
	margin-bottom:10px;
}
.plan_footer span{
	font-weight:bold;
}
.go_back{
	text-align:center;
	margin-top:10px;
}
.btn-flat-logo {
	margin-top:30px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding:0.5em 1em;
	text-decoration: none;
	color: #fff;
	background: #000030;
	transition: .4s;
}
.btn-flat-logo:hover {
	background: #86b81b;
	color:#fff;
}
/*ALBUM PAGE-----------------*/
.album_content{
	margin-bottom:10px;
}
.album_title{
	background-color:aliceblue;
	line-height:2em;
	text-align:center;
}
.album_content h2{
	font-size:12pt;
	color:#000030;
}
.album_annai{
	margin-top:10px;
	font-size:9pt;
}
.up_later{
	margin-top:10px;
}
.album_content ul{
	margin-top:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	text-align:center;
}
.album_content ul li{
	width:25%;
	margin-bottom:10px;
}
.album_content ul li img{
	margin:0 auto;
}
.album_content ul li p{
	font-size:9pt;
}
/*ALBUM detail PAGE-----------------*/
.album_title{
	background-color:aliceblue;
	line-height:2em;
	text-align:center;
}
.album_title h2{
	font-size:12pt;
	color:#000030;
}
.album_goback{
	text-align:right;
	margin-top:2px;
	margin-bottom:2px;
	font-size:9pt;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
}
#gallery li {
    max-width: 300px;
    padding: 5px;
}
#gallery li img {
    max-width: 100%;
    height: auto;
}
#gallery p{
	text-align: center;
	font-size: 9pt;
}
/*LINK PAGE--------------------*/

.link_content{
	width:400px;
  	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.link_content ul{
	margin-bottom:20px;
}

/*POLICY PAGE--------------------*/
.policy_content{
	margin-bottom:20px;
}
.policy_title {
	background-color:aliceblue;
	line-height:2.5em;
	text-align:center;
}
.policy_details{
	width:600px;
  	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.policy_details span{
	font-weight:bold;
}

/*CONTACT PAGE-----------------*/
.contact_content{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.contact_content p{
	margin-bottom:10px;
}
.contact_address{
	width:400px;
	/*background-color:aliceblue;*/
  	margin:0 auto;
	padding: 1em;
	border: 1px solid #CCC;
  	border-radius: 1em;
	overflow:hidden;
}
.contact_address p{
	margin-top:10px;
}
.qr{
	text-align:center;
}
.apply{
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}
/*APPLY PAGE-------------------*/
.apply_content{
	margin-bottom:20px;
}
.apply_title{
	text-align:center;
	margin-bottom:10px;
	line-height:2em;
	color:#DD7B3B;
}
.apply_title2{
	text-align:center;
	margin-bottom:10px;
	line-height:2em;
	color:#86b81b;
}
.apply_title h2{
    
}
.apply_content p{
	text-align:center;
	margin-bottom:10px;
}
#form{
	width:400px;
	background-color:aliceblue;
  	margin:0 auto;
	padding: 1em;
	border: 1px solid #CCC;
  	border-radius: 1em;
	font-size:10pt;
	overflow:hidden;
}

#form span{
	color:#C0C0C0;
	font-size:10pt;
}
#form dl{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#form dd{
	font-weight:bold;
}
#form input[type="text"]{
	width:100%;
	padding:0.5em 0;
	box-sizing:border-box;
	border:1px solid #D3D3D3;
	line-height:inherit;
}
#form select{
	width:100%;
	padding:0.5em 0;
	border:1px solid #D3D3D3;
}
#form textarea{
	width:100%;
	border:1px solid #D3D3D3;
	vertical-align:top;
	height:5em;
}
#form input[type="radio"]{
	width:30px;	
}

.flag{
	font-size:8pt;
}
.contact_button{
	clear:both;
	text-align:center;
	margin-top:20px;
}
.cp_button {
	font-size:12pt;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding:0.5em 1em;
	text-decoration: none;
	color: #fff;
	background: #000030;
	transition: .4s;
}
.cp_button:hover {
	background: #86b81b;
	color:#fff;
}

/*Conf tmpl*/
@media screen and (min-width:769px) { 
	#template{
		margin-left:30%;
		margin-right:30%;
		margin-top:50px;
		text-align:center;
	}
		
	/*TEMPLATE ----------------------*/
	.title{
		line-height:30px;
		font-size:14pt;
		margin-bottom:20px;
		color:#86b81b;
		font-weight:bold;
	}
	.tmpl_comment p{
		font-size:12pt;
		margin-bottom:20px;
	}
}


@media screen and (max-width:768px){
	#template{
		margin-left:auto;
		margin-right:auto;
		margin-top:1vh;
		text-align:center;
	}		
	/*TEMPLATE ----------------------*/
	.title{
		line-height:5vh;
		font-size:11pt;
		margin-top:2vh;
		margin-bottom:1vh;
		color:#86b81b;
		font-weight:bold;
	}
	.tmpl_comment p{
		font-size:11pt;
		margin-bottom:4vh;
	}
}
	
/*TEMPLATE ----------------------*/
/*.title{
	line-height:30px;
	font-size:14pt;
	margin-bottom:20px;
	color:#86b81b;
	font-weight:bold;
}*/

/*.tmpl_comment p{
	font-size:12pt;
	margin-bottom:20px;
}*/

.tmpl_detail{
	background-color:aliceblue;
	margin-bottom:20px;
}
.tmpl_detail table{
	font-size:11pt;
}
.tmpl_detail th{
	width:150px;
	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: #fff;
	background-color: #000030;
	border: 2px solid #043c78;
	border-radius: 3px;
	transition: .4s;
}
	
.tmpl_cp_btn:hover {
	background: #86b81b;
	color: #ffffff;
}
.tmpl_top_btn{
	display: block;
	width: 120px;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000030;
	border: 2px solid #043c78;
	border-radius: 3px;
	transition: .4s;
}
	
.tmpl_top_btn:hover {
	background: #86b81b;
	color: #ffffff;
}
