﻿/* ////////////////////////////////////////////////////////////////////////////////
スマートフォン向けのスタイル：479px以下 
////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 479px) {

/*////////////////////////////////
共通
////////////////////////////////*/
/*グローバルメニューのスクロール時にタイトルが隠れてしまうためその分の高さを確保している*/
	p.menu-margin{
		height:20px;
	}

/*アコーディオン*/
	#accordion h5{
		cursor:pointer;
		background: url(../images/plus.gif) no-repeat 90% center;
		font-size:90%;
		border-top:solid 1px #ccc;/*←borderのleftとrightを指定してしまうと画面が右にズレる*/
		border-bottom:solid 1px #ccc;
		width:97%;/*←widthを100%にしてしまうと画面が右にズレるので97%にし指定*/
		padding:10px;
	}

	#accordion h5.active{
		background-image: url(../images/minus.gif);
	}

	#accordion h5.over {
		background-color: #CAE5FC;
	}

	#accordion article{
		display:none;
		margin:0;
		font-size:90%;
		width:96%;
		margin-left:auto;
		margin-right:auto;
	}







/*--------------------------------
cnt01
--------------------------------*/

figure#cnt01 img{
	width:100%;
	margin-bottom: 0px;
}


/*--------------------------------
leaflet
--------------------------------*/
section#leaflet{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
}
	
section#leaflet p img{
	width:100%;
}
/*--------------------------------
cnt02
--------------------------------*/
section#cnt02{
	padding-top:30px;
	padding-bottom: 19px;
	line-height: 1.3;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

section#cnt02 h2{
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
	color:#35345e;
	font-size:300%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
section#cnt02 h3{
	font-size: 130%;
	font-weight: bold;
	color:#35345e;
	text-align: center;
	margin-top:0px;
	margin-bottom:25px;
}
	
	
div#cnt02-1{

}

div#cnt02-1 p{
	margin-bottom: 20px;
	}

	


/*--------------------------------
cnt03
--------------------------------*/
section#cnt03{
	line-height: 1.3;
	background:#35345e;
	color:#fff;
}

div#cnt03-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

div#cnt03-l{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
	padding-bottom: 30px;
}
	
section#cnt03 h2{
	margin-bottom:15px;
	color:#fff;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}
	
section#cnt03 h2 span{
	font-size:200%;
}
div#cnt03-l p{
	line-height: 1.9;
}
	
div#cnt03-r img{
	width: 100%;
}

	
	
	
/*--------------------------------
cnt04
--------------------------------*/
section#cnt04{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
section#cnt04 h2{
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
	color:#35345e;
	font-size:300%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
div#slick-inner{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/*スライドここから*/
div#slick01-l,div.slick01-l{
	width:100%;
}

div#slick01-l img,div.slick01-l img{
	height: auto;
}

div#slick01-r,div.slick01-r{
	width:100%;
}

p#slick-h5,p.slick-h5{
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}
/*スライドここまで*/

	
	
/*--------------------------------
cnt05
--------------------------------*/
section#cnt05{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 100px;
}
	
	p#cnt05-inner01-l{
		width:100%;
	}
	p#cnt05-inner01-l img{
		width:100%;
	}

	div#cnt05-inner01-r{
		width:80%;
		margin-top: 20px;
		margin-left: 30px;
	}
	
	div#cnt05-inner01-r p img{
		float:right;
		
	}

    p.vertical {
        writing-mode: vertical-rl;
        text-orientation: upright;
		float:right;
		margin-top: 120px;
		margin-right: 20px;
		height: 530px;
    }
	
	
	
	div#cnt05-inner02{
		
	}
	
	p#cnt05-inner02-r{
		width:100%;
	}
	p#cnt05-inner02-r img{
		width:100%;
	}

	div#cnt05-inner02-l{
		width:90%;
		margin-left: auto;
		margin-right: auto
	}
	
	div#cnt05-inner02-l	h3{
		color:#c0c0c2;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 230%;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	}

	div#cnt05-inner02-l	h4{
		margin-top: 15px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px dotted #000;
	}
	
/*--------------------------------
cnt06
--------------------------------*/
	
div#cnt06-title{
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
	color:#35345e;
	font-size:300%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
section#cnt06{
	line-height: 1.3;
	background:#35345e;
	color:#fff;
}

div#cnt06-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

div#cnt06-l{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
	
section#cnt06 h3{
	margin-bottom:15px;
	color:#fff;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}

div#cnt06-l p{
	line-height: 1.9;
}
	
div#cnt06-r img{
	width:100%;
}
	

	
/*cnt06-02*/
section#cnt06-02{
	background: #e2e2e7;
}
	
div#cnt06-02-inner{
	padding-top:10px;
	padding-bottom: 30px;
	line-height: 1.8;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

section#cnt06-02 h2{
	margin-top:30px;
	margin-bottom:15px;
	color:#35345e;
	text-align: center;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}
	
	
/*cnt06-03*/
section#cnt06-03{
	line-height: 1.3;
	background:#35345e;
	color:#fff;
}

div#cnt06-inner-03{
	width:100%;
}

div#cnt06-l-03{
	width:100%;
}
	
	div#cnt06-l-03 img{
		width: 100%;
	}
	
section#cnt06-03 h3{
	margin-top:0px;
	margin-bottom:15px;
	color:#fff;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}
	
div#cnt06-r-03{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	line-height: 1.6;
	padding-top:25px;
	padding-bottom: 30px;
}

	

/*--------------------------------
cnt07
--------------------------------*/
	
section#cnt07 h2{
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
	color:#35345e;
	font-size:300%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}

	div#cnt07-inner01{
		width:96%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		line-height: 1.6;
	}
	
	div#cnt07-inner01-l{
		width:100%;
		height: 380px;
		border: 1px solid #e5e5e5;
		text-align: center;
		margin-bottom: 15px;
	}
	div#cnt07-inner01-r{
		height: 200px;
		width:100%;	
		border: 1px solid #e5e5e5;
		text-align: center;
	}
	/*共通*/
	div#cnt07-inner01 h4{
		background: #f5f1f1;
		border-bottom: 1px solid #e5e5e5;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 130%;
	}
	div#cnt07-inner01 p.cnt07-top{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	div#cnt07-inner01 p.cnt07-top span{
		font-size: 250%;
	}

	
/*--------------------------------
cnt09
--------------------------------*/
section#cnt09{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
	
section#cnt09 img{
	width:100%;
	}
	
section#cnt09 h2{
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
	color:#35345e;
	font-size:300%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	

/*--------------------------------
cnt08
--------------------------------*/
section#cnt08{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
	
section#cnt08 h2{
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
	color:#35345e;
	font-size:300%;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
	p#cnt08-l{
		width:100%;
		margin-right: 30px;
	}
	
	p#cnt08-l img{
		width: 100%;
	}
	
	div#cnt08-r{
		width:100%;
		margin-top: 10px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	}
	
	div#cnt08-r p{
		font-size: 130%;
		margin-bottom: 20px;
	}
	div#cnt08-r img{
		width: 100%;
	}
	
	
	
/*--------------------------------
access-cnt【アクセス】
--------------------------------*/
section#access-cnt p{
	text-align: center;
}




}





/*////////////////////////////////////////////////////////////////////////////////
 タブレット向けのスタイル：481px ～ 
////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 481px) {

/*////////////////////////////////
共通
////////////////////////////////*/
/*アコーディオン*/

/*アコーディオン用メニュー非表示*/
#accordion h5{
	display:none;
}
/*アコーディオン（スマホ）用に非表示にしていた内容を表示*/
#accordion article{
	display:block !important;
}
/*グローバルメニューのスクロール時にタイトルが隠れてしまうためその分の高さを確保している*/
	p.menu-margin{
		height:0px;
}

/*--------------------------------
cnt01
--------------------------------*/
figure#cnt01{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}



/*--------------------------------
leaflet
--------------------------------*/
section#leaflet p{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
	
section#leaflet p img{
	width:100%;
}


/*--------------------------------
cnt02
--------------------------------*/
section#cnt02{
	padding-top:30px;
	padding-bottom: 19px;
	line-height: 1.3;
}

section#cnt02 h2{
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
	color:#35345e;
	font-size:50px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
section#cnt02 h3{
	font-size: 130%;
	font-weight: bold;
	color:#35345e;
	text-align: center;
	margin-top:0px;
	margin-bottom:25px;
}
	
	
div#cnt02-1{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

div#cnt02-1 p{
	margin-bottom: 20px;
	}

	


/*--------------------------------
cnt03
--------------------------------*/
section#cnt03{
	line-height: 1.3;
	background:#35345e;
	color:#fff;
}

div#cnt03-inner{
	width:1280px;
	margin-left:auto;
	margin-right:auto;
}

div#cnt03-l{
	float:left;
	width:640px;
}
	
section#cnt03 h2{
	margin-top:30px;
	margin-bottom:15px;
	color:#fff;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}
	
section#cnt03 h2 span{
	font-size:200%;
}
div#cnt03-l p{
	line-height: 1.9;
}
	
div#cnt03-r{
	float:right;
	width:590px;
}


	
/*--------------------------------
cnt04
--------------------------------*/
section#cnt04{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
section#cnt04 h2{
	text-align:center;
	margin-top:100px;
	margin-bottom:40px;
	color:#35345e;
	font-size:50px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
div#slick-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #ccc;
	padding: 20px;
}

/*スライドここから*/
div#slick01-l,div.slick01-l{
	width:90%;
}

div#slick01-l img,div.slick01-l img{
	height: auto;
	}

div#slick01-r,div.slick01-r{
	width:370px;
}

p#slick-h5,p.slick-h5{
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}
/*スライドここまで*/
	
	
	
	
/*--------------------------------
cnt05
--------------------------------*/
section#cnt05{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 100px;
}
	
	p#cnt05-inner01-l{
		width:570px;
		float:left;
	}
	p#cnt05-inner01-l img{
		width:100%;
	}

	div#cnt05-inner01-r{
		width:300px;
		float:left;
	}
	
	div#cnt05-inner01-r p img{
		float:right;
		
	}

    p.vertical {
        writing-mode: vertical-rl;
        text-orientation: upright;
		float:right;
		margin-top: 120px;
		margin-right: 20px;
		height: 530px;
    }
	
	
	
	div#cnt05-inner02{
		
	}
	
	p#cnt05-inner02-r{
		width:550px;
		float:right;
	}
	p#cnt05-inner02-r img{
		width:100%;
	}

	div#cnt05-inner02-l{
		width:330px;
		float:left;
	}
	
	div#cnt05-inner02-l	h3{
		color:#c0c0c2;
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 230%;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	}

	div#cnt05-inner02-l	h4{
		margin-top: 15px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px dotted #000;
	}
	
	
	


/*--------------------------------
cnt06
--------------------------------*/
	
div#cnt06-title{
	text-align:center;
	margin-top:100px;
	margin-bottom:40px;
	color:#35345e;
	font-size:50px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
section#cnt06{
	line-height: 1.3;
	background:#35345e;
	color:#fff;
}

div#cnt06-inner{
	width:1280px;
	margin-left:auto;
	margin-right:auto;
}

div#cnt06-l{
	float:left;
	width:640px;
}
	
section#cnt06 h3{
	margin-top:30px;
	margin-bottom:15px;
	color:#fff;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}

div#cnt06-l p{
	line-height: 1.9;
}
	
div#cnt06-r{
	float:right;
	width:590px;
}
	
	
/*cnt06-02*/
section#cnt06-02{
	background: #e2e2e7;
}
	
div#cnt06-02-inner{
	padding-top:30px;
	padding-bottom: 60px;
	line-height: 1.8;
	width:1080px;
	margin-left:auto;
	margin-right:auto;
}

section#cnt06-02 h2{
	margin-top:30px;
	margin-bottom:15px;
	color:#35345e;
	text-align: center;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}
	
	
/*cnt06-03*/
section#cnt06-03{
	line-height: 1.3;
	background:#35345e;
	color:#fff;
}

div#cnt06-inner-03{
	width:1330px;
	margin-left:auto;
	margin-right:auto;
}

div#cnt06-l-03{
	float:left;
	width:680px;
}
	
	div#cnt06-l-03 img{
		width: 100%;
	}
	
section#cnt06-03 h3{
	margin-top:30px;
	margin-bottom:15px;
	color:#fff;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
	font-size:150%;
	line-height: 1.3;
}
	
div#cnt06-r-03{
	float:right;
	width:600px;
	margin-left: 50px;
	line-height: 1.6;
}
	
	
/*--------------------------------
cnt07
--------------------------------*/
section#cnt07{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
section#cnt07 h2{
	text-align:center;
	margin-top:100px;
	margin-bottom:40px;
	color:#35345e;
	font-size:50px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
	div#cnt07-inner01{
		width:895px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
	
	div#cnt07-inner01-l{
		width:417px;
		height: 373px;
		float:left;	
		border: 1px solid #e5e5e5;
		text-align: center;
	}
	div#cnt07-inner01-r{
		height: 373px;
		width:417px;
		float:right;	
		border: 1px solid #e5e5e5;
		text-align: center;
	}
	/*共通*/
	div#cnt07-inner01 h4{
		background: #f5f1f1;
		border-bottom: 1px solid #e5e5e5;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 130%;
	}
	div#cnt07-inner01 p.cnt07-top{
		margin-top: 10px;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	div#cnt07-inner01 p.cnt07-top span{
		font-size: 250%;
	}

	
/*--------------------------------
cnt09
--------------------------------*/
section#cnt09{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 80px;
	margin-bottom: 100px;
}
	
section#cnt09 h2{
	text-align:center;
	margin-top:100px;
	margin-bottom:40px;
	color:#35345e;
	font-size:50px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
	
/*--------------------------------
cnt08
--------------------------------*/
section#cnt08{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 80px;
	margin-bottom: 100px;
}
	
section#cnt08 h2{
	text-align:center;
	margin-top:100px;
	margin-bottom:40px;
	color:#35345e;
	font-size:50px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px; /*文字間隔を調整*/
}
	
	
	p#cnt08-l{
		float:left;
		width:500px;
		margin-right: 30px;
	}
	
	div#cnt08-r{
		float:right;
		width:400px;
		margin-top: 50px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", serif;
	}
	
	div#cnt08-r p{
		font-size: 130%;
		margin-bottom: 20px;
	}	
	
	
/*--------------------------------
access-cnt【アクセス】
--------------------------------*/
section#access-cnt p{
	text-align: center;
}




}

/*////////////////////////////////////////////////////////////////////////////////
PC向けのスタイル：769px～960px 
////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 769px) {

}





