@charset "utf-8";

/*
	color-01	#1da29e 明青緑
	color-02	#1da377 青緑
	color-03	#1d38a3 明緑
	color-04	#1d88a3 水色	
	color-05	#1d38a3 緑
	color-06	#1d38a3	濃青
*/

/*-----------------------------------------------------------------------

layout(common)

-----------------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	color: #444;
	background-color: #fff;
	position: relative;
	font-size: 0.85rem;
	line-height: 2.0rem;
	/* 	border-top: 5px #00cccc solid; */
}

.wrap {
    position: relative;
}

header {
/*     background-color: rgba(255, 255, 255, 0.8); */
	background: url(../images/background/bg_white_grade.png) repeat-x;
	background-size: 0.35%;
    height: 300px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header_inner {
    padding: 0.4rem;
}

.header_inner h1 img {
    width: 196.5px;
}

footer {
	height: intrinsic;
	background-color: aqua;
}

.footerinner {
	background-color: #555;
	padding: 0;
	margin: 0;
	border-top: solid 2px #1b986b;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
}




nav.innner_link {
	width: 100%;
	
}

nav.innner_link ul {
	width: 960px;
	margin: 0 auto;
}

nav.innner_link ul li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 1.0rem;
}

nav.innner_link ul li a {
	display: block;
	padding: 1rem;
	color: #333;
}

nav.innner_link ul li a:hover {
	color: #666;
	background-color: #dff3f9;
}



section {
	width: 100%;
}

.mainvisual {
    width: 100%;
	height: 650px;
	margin:0 auto;
/* 	padding-top: 66.7%; */
/* display:block; */
	background: url(../images/background/bg_mainvisual.jpg) no-repeat center center;
	background-size: cover;
}

.mainvisual_inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.mainvisual_inner p {
	width: 645px;
	padding-top: 10rem;
	margin: 0 auto;
}

.mainvisual_inner p img {
    width: 100%;
}

.copy_img_bg { /*見出しコピーテキストを背景画像にて*/
	background: url(../images/ttl_01.png) no-repeat 0 0 ;
	width: 940px;
	height: 250px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
}

.copy_img_bg2 { /*見出しコピーテキストを背景画像にて*/
	background: url(../images/ttl_02.png) no-repeat 0 0 ;
	width: 940px;
	height: 250px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
}




/*----------------------------
	common inner (width)
----------------------------*/


div .inner {
    width: 960px;
    margin: 0 auto;
    padding: 2.5rem 0;
}

div.inner img {
/*     width: auto; */
}

.detail_txt {
     margin-bottom: 3rem;
}

.detail_txt p {
     margin-bottom: 1rem;
     text-align: center;
}

.detail_txt p:last-child {
     margin-bottom: 0;
}

a {
	color: #3399ff;
}

.tel_inquily_num a {
	color: #fff;
}

h3 {
	font-size: 1.4rem;
	font-weight: normal;
	padding: 1rem 0 1rem 0;
/* 	background-color: #f9f9f9; */
	border: solid 1px #1d38a3;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.1rem;
}

h3 span {
    font-size: 0.9rem;
}

i {
	font-size: 3rem;
	margin-right: 0.5rem;
	color: #1d38a3;
}





/*----------------------------
	cv area (form)
----------------------------*/


.cv_area {
	margin-bottom: 3rem;
}

.cv_area_bt {
	background: url(../images/background/bg_tec_05.jpg) 0 0;
	padding: 3rem;
	margin: 0;
}

.btcv a {
    display: block;
    width: 500px;
	border-radius: 5px;
	padding: 1rem;
	margin: 0px auto;
	color: #1d38a3; /*btcolor*/
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.8;
}

.btcv a span {
    font-size: 1.4rem;
    font-weight: bold;
}

.btcv a:hover {
	background-color: rgba(255, 255, 255, 0.8);
	
}







/*----------------------------
	cv area (tel)
----------------------------*/


.cv_area_txt {
	background: url(../images/background/bg_tec_06.jpg) 0 0;
	padding-bottom: 0;
	margin: 0;
}

.tel_inquily_txt {
	width: 400px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	border-right: solid 1px #8ed1b6;
	height: 4rem;
	padding: 1.0rem;
}

.tel_inquily_num {
	width: 560px;
	float: right;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 70px;
	height: 4rem;
}

.tel_inquily_num span {
	font-size: 0.9rem;
	font-weight: normal;
}

.notice_area {
	border-radius: 5px;
	background-color: #fcfff0;
}

.notice_area ul {
	margin-bottom: 1rem;
	padding: 1rem 1rem 0 2.5rem;
	list-style-type: decimal;
	list-style-position: inherit;
}

.notice_area li {
	border-bottom: dotted 1px #a6b82d;
	margin-bottom: 1rem;
}

.notice_area p {
	padding: 1rem 1.5rem;
}

.notice_area dl {
	margin-bottom: 1rem;
	padding: 1.2rem;
	list-style-type: decimal;
	list-style-position: inherit;
}

.notice_area dt {
	margin-bottom: 1rem;
	color: #1d38a3;
	font-size: 1.1rem;
	font-weight: bold;
}

.notice_area dd {
	border-bottom: dotted 1px #a6b82d;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.notice_area dd:last-child {
	border: none;
}



.emphasis_area {
	border-radius: 5px;
	background-color: #fff3f0;
	border: solid 1px #b83a2d;
	margin-bottom: 2rem;
}

.emphasis_area dl {
	margin-bottom: 1rem;
	padding: 1rem 1rem 0 2.5rem;
	list-style-type: decimal;
	list-style-position: inherit;
	text-align: center;
}

.emphasis_area dt {
	border-bottom: dotted 1px #b83a2d;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	padding: 0.5rem 0;
}

.emphasis_area dd {
	font-size: 1.2rem;
	padding: 0.5rem 0;
}

.emphasis_area p {
	padding: 1rem 1.5rem;
}

.emphasis_area span {
	color: #b83a2d;
	font-weight: bold;
	text-decoration: underline;
}






/*----------------------------
	時間割
----------------------------*/



.timetable_area {
	width: 340px;
	float: left;
	margin-bottom: 2rem;
}

.timetable_area_img {
	width: 300px;
	float: left;
}

.timetable_area_img img {
	width: 100%;
}

.timetable_area table {
	width: 300px;
}

.timetable_area table tr {
	border-bottom: solid 1px #1d38a3;
}

.timetable_area table td {
	padding: 0.5rem;
}

.caption_txt {
	text-align: center;
	line-height: 1.2rem;
	padding: 1rem;
}




/*----------------------------
	その他table
----------------------------*/

.table_fotmat {
	margin-bottom: 2rem;
}

.table_fotmat table {
	width: 100%;
	margin: 0 auto;	
}

.table_fotmat table tr:first-child {
	border-top: solid 1px #1d38a3;
}

.table_fotmat table.nth tr:nth-child(2n+1) {
	background: #f1f1f1;
}

.table_fotmat table th {
	background-color: #f1f6fc;
}

.table_fotmat table th,
.table_fotmat table td {
	padding: 0.5rem;
	border-bottom: solid 1px #1d38a3;
	border-left: solid 1px #1d38a3;
}

.table_fotmat table td {
	text-align: center;
}

.table_fotmat table th:last-child,
.table_fotmat table td:last-child {
	padding: 0.5rem;
	border-bottom: solid 1px #1d38a3;
	border-left: solid 1px #1d38a3;
	border-right: solid 1px #1d38a3;
}




/*----------------------------
	map
----------------------------*/


.sc_detail_area {
	
}

.map_outer {
	width: 600px;
	float: left;
	margin-bottom: 2rem;
}

#map {
	margin: 0; 
	padding: 0;
	width: 580px;
	height :500px;
}
.introduce {
	width: 320px;
	float: right;
	line-height: 1.3;
}

.map_outer h4,
.introduce h4 {
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1rem;
}

.sc_photo {
	margin-bottom: 2rem;
}

.sc_detail {
	line-height: 1.8rem;
}

.sc_detail span {
	font-weight: bold;
	color: #10c06a;
}



/*----------------------------
	bg
----------------------------*/


.bg_01rice {
	background: url(../images/background/bg_gray.gif) 0 0;
}

.circle_bnr,
.circle_bnr_tokuten {
	border-radius: 50%;
	background: url(../images/background/bg_circle_yellow.jpg) 0 0;
	width: 380px;
	height: 380px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 5rem 0 0 0;
	color: #fff;
}

.circle_bnr dl {
	margin-bottom: 2rem;
}

.circle_bnr dl dt {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 2rem;
}

.circle_bnr dl dd {
	font-weight: normal;
	font-size: 1.0rem;
	line-height: 1.7;
	margin-bottom: 2rem;
}

.circle_bnr p {
	font-size: 1.3rem;
	line-height: 3rem;
}

.circle_bnr p span {
	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: bold;
	font-style: italic;
}


.circle_bnr_tokuten {
	margin-top: -5rem;
}

.circle_bnr_tokuten dl {
	margin-bottom: 2rem;
}

.circle_bnr_tokuten dl dt {
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 2rem;
	color: #fff;
	font-style: italic;
}

.circle_bnr_tokuten dl dd {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2.2rem;
}



/*----------------------------
	dl float
----------------------------*/

.dl_col2_area {
	width: 50%;
	float: left;
}

.dl_col2_area dt,
.dl_col2_area dd{
	width: 90%;
	margin: 0 auto;
}

.dl_col2_area dd{
	text-align: center;
}

.dl_col2_area img {
	width: 100%;
	border-radius: 10px;
}




/*----------------------------
	特典
----------------------------*/


.special_cont {
	border-radius: 10px;
	background-color: #d94069;
	color: #fff;
	font-weight: bold;
	padding: 1rem;
}

.special_ttl {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #fff;
	color: #d94069;
	font-size: 1.15rem;
	padding-top: 1rem;
}

.special_ttl p {
	text-align: center;
}

.special_txt {
	float: left;
	width: 80%;
	font-size: 1.2rem;
	line-height: 2rem;
	align-self: baseline;
}



.special_txt_jisseki {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.8rem;
	padding: 1rem 1rem 0 1rem;
}

.special_txt_jisseki strong {
	font-size: 2.5rem;
}

.special_txt_jisseki span {
	font-size: 1rem;
	font-weight: normal;
}



/*-----------------------------------------------------------------------

TB Beakpoint

-----------------------------------------------------------------------*/

@media only screen and (min-width: 641px) and (max-width: 960px) {
	
	.mainvisual {
		height: 600px;
	}
	
	.mainvisual_inner {
	    width: 100%;
	    padding: 0;
	    margin: 0 auto;
	    position: relative;
	}
	
	.mainvisual_inner p {
		width: 80%;
		height: auto;
		padding-top: 7rem;
		margin: 0 auto;
	}

    .mainvisual_inner p img {
         width: 100%;
    }
    
    nav.innner_link {
			width: 100%;
			
	}
		
	nav.innner_link ul {
		width: 100%;
		margin: 0 auto;
	}
	
	nav.innner_link ul li {
		width: 50%;
		float: left;
		text-align: center;
		font-size: 1.0rem;
		border-bottom: solid 1px #1d38a3;
	}
	
	nav.innner_link ul li a {
		display: block;
		padding: 1rem;
		color: #333;
	}
	
	nav.innner_link ul li a:hover {
		color: #666;
		background-color: #dff3f9;
	}
    
    
    
    
    /*----------------------------
		inner width
	----------------------------*/
	
    div.inner {
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem;
    }
    
    
    
    /*----------------------------
		img
	----------------------------*/
    
    .insert_img {	/*photo img div outer*/
		width: 100%;
		text-align: center;
    }
    
    .insert_img img {	/*photo img*/
		border-radius: 10px;
		max-width: 100% !important;
    }
    
    .copy_img_bg { /*見出しコピーテキストを背景画像にて*/
		background: url(../images/ttl_01_sp.png) no-repeat center bottom ;
		background-size: contain;
		width: 90%;
		height: 0;
		padding-top: 52.7%;
		margin: 0 auto 2rem auto;
	}
	
	.copy_img_bg2 { /*見出しコピーテキストを背景画像にて*/
		background: url(../images/ttl_02_sp.png) no-repeat center bottom ;
		background-size: contain;
		width: 90%;
		height: 0;
		padding-top: 52.7%;
		margin: 0 auto 2rem auto;
	}
	
	h2 img {
	    width: 40%;
	    margin: 0 auto;
    }


    /*----------------------------
		common txt
	----------------------------*/

    h3 {
		font-size: 1.2rem;
		padding: 1rem;
		border-radius: 5px;
		text-align: center;
		margin-bottom: 1.5rem;
		letter-spacing: 0.3rem;
	}
    
    
    /*----------------------------
		cv area (form)
	----------------------------*/
    
    .cv_area {
		margin-bottom: 1.5rem;
	}
	
    .cv_area_bt {
		padding: 1.5rem;
		margin: 0;
	}
	
    .cv_area_txt {
		padding: 0;
		margin: 0;
		text-align: center;
	}

    .btcv a {
	    display: block;
	    width: 100%;
		border-radius: 5px;
		padding: 1rem;
		margin: 0px auto;
		font-size: 0.75rem;\
	}
	.btcv a span {
	    font-size: 1.0rem;
	    font-weight: bold;
	}
	
	.tel_inquily_txt {
		width: 100%;
		float: none;
		text-align: center;
		border: none;
		font-size: 1.0rem;
	}
	
	.tel_inquily_num {
		width: 100%;
		float: inherit;
		font-size: 1.2rem;
		font-weight: bold;
		color: #fff;
		padding: 0;
		
	}
	
	.tel_inquily_num a {
		color: #fff;
		text-decoration: underline;
	}
	
	.tel_inquily_num span {
		font-size: 0.7rem;
		font-weight: normal;
	}
	
	
	
	
    /*----------------------------
		円バナー
	----------------------------*/
    
    .circle_bnr {
		width: 280px;
		height: 280px;
		position: relative;
		text-align: center;
		margin: 0 auto;
		padding: 4rem 0 0 0;
	}
	
	.circle_bnr dl dt {
		font-weight: bold;
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	
	.circle_bnr dl dd {
		font-weight: normal;
		font-size: 0.8rem;
		line-height: 1.7;
		margin-bottom: 2rem;
	}
    
    .detail_txt p {
         margin-bottom: 1rem;
         text-align: left;
    }
    
    .circle_bnr p {
		font-size: 1.0rem;
		line-height: 2rem;
	}
	
	.circle_bnr p span {
		font-size: 1.6rem;
		line-height: 3rem;
		font-weight: bold;
		font-style: italic;
	}
    
    
    
    /*----------------------------
		強調枠
	----------------------------*/
    
    .emphasis_area {
		border-radius: 5px;
		background-color: #fff3f0;
		border: solid 1px #b83a2d;
	}
	
	.emphasis_area dl {
		margin-bottom: 1rem;
		padding: 1rem 1rem 0.5rem 1rem;
		list-style-type: decimal;
		list-style-position: inherit;
		text-align: left;
	}
	
	.emphasis_area dt {
		border-bottom: dotted 1px #b83a2d;
		margin-bottom: 0.6rem;
		font-size: 1.2rem;
		padding: 0.5rem 0;
	}
	
	.emphasis_area dd {
		font-size: 0.9rem;
		padding: 0.5rem 0;
	}
	
	.emphasis_area p {
		padding: 1rem 1.5rem;
	}

    
    
    
    
    /*----------------------------
		時間割
	----------------------------*/
	
    .timetable_area {
		width: 100%;
		float: none;
	}
	
	.timetable_area_img {
		float: left;
		margin: 0 auto;
	}
	
	.timetable_area table {
		width: 100%;
	}
	
	.timetable_area table td {
		padding: 0.5rem 0;
	}
	
	
	.table_fotmat table th,
	.table_fotmat table td {
		padding: 0.2rem;
	}




    /*----------------------------
		map
	----------------------------*/

	.map_outer {
		width: 100%;
		float: none;
		margin-bottom: 2rem;
	}	
	
	#map {
		width: inherit;
		height: 300px;
	}
	
	.introduce {
    	width: 100%;
    	float: none;
    	line-height: 1.3;
    }
    
    .sc_photo {
        float: none;
    }
    
    .sc_detail {
	   	width: 100%;
        float: none;
    }
    
    #btn-page-top {
		margin: 0 auto; 
	}
	
	
	
	
	/*----------------------------
		dl float
	----------------------------*/
	
	.dl_col2_area {
		width: 100%;
		float: none;
		margin-bottom: 2rem;
	}
	
	
	
	/*----------------------------
		特典
	----------------------------*/
	
	
	.special_cont {

	}
	
	.special_ttl {
		float: none;
		margin: 0 auto;
		font-size: 1.15rem;
		padding-top: 1rem;
	}
	
	.special_txt {
		float: none;
		width: 100%;
		font-size: 1.0rem;
		line-height: 2rem;
	}
	
}



/*-----------------------------------------------------------------------

SP Beakpoint

-----------------------------------------------------------------------*/

	@media screen and (max-width: 640px) {
		
		body {
	    	font-size: 0.8rem;
			line-height: 1.7rem;
		}
	    
	    header {
	        height: 200px;
	        background-size: 1.0%
	    }
	    
	    .header_inner {
		    padding: 0.4rem;
		}
		
		.header_inner h1 img {
		    width: 150px;
		    height: auto;
		}
	    
	    .mainvisual {
			height: 450px;
			background: url(../images/background/bg_mainvisual.jpg) no-repeat center bottom;
			background-size: cover;
		}
		
		.mainvisual_inner {
		    width: 100%;
		    padding: 0;
		    margin: 0 auto;
		    position: relative;
		}
		
		.mainvisual_inner p {
			width: 100%;
			height: auto;
			padding-top: 7rem;
			margin: 0 auto;
		}
	
	    .mainvisual_inner p img {
	         width: 100%;
	    }
	    
	    
	    
	    
	    
	    nav.innner_link {
			width: 100%;
			
		}
		
		nav.innner_link ul {
			width: 100%;
			margin: 0 auto;
		}
		
		nav.innner_link ul li {
			width: 100%;
			float: none;
			text-align: center;
			font-size: 1.0rem;
			border-bottom: solid 1px #1d38a3;
		}
		
		nav.innner_link ul li:first-child {
			border-top: solid 1px #1d38a3;
		}
		
		nav.innner_link ul li:last-child {
			border: none;
		}
		
		nav.innner_link ul li a {
			display: block;
			padding: 1rem;
			color: #333;
		}
		
		nav.innner_link ul li a:hover {
			color: #666;
			background-color: #dff3f9;
		}
			    
	    
	    
	    
	    /*----------------------------
			inner width
		----------------------------*/
		
	    div.inner {
	        width: 100%;
	        margin: 0 auto;
	        padding: 1.5rem;
	    }
	    
	    
	    
	    /*----------------------------
			img
		----------------------------*/
	    
	    .insert_img {	/*photo img div outer*/
			width: 100%;
			text-align: center;
	    }
	    
	    .insert_img img {	/*photo img*/
			border-radius: 10px;
			max-width: 100% !important;
	    }
	    
	    .copy_img_bg { /*見出しコピーテキストを背景画像にて*/
			background: url(../images/ttl_01_sp.png) no-repeat center bottom ;
			background-size: contain;
			width: 90%;
			height: 0;
			padding-top: 69%;
			margin: 0 auto 1rem auto;
		}
		
		.copy_img_bg2 { /*見出しコピーテキストを背景画像にて*/
			background: url(../images/ttl_02_sp.png) no-repeat center bottom ;
			background-size: contain;
			width: 90%;
			height: 0;
			padding-top: 49%;
			margin: 0 auto 1rem auto;
		}
		
		h2 img {
		    width: 40%;
		    margin: 0 auto;
	    }
	
	
	    /*----------------------------
			common txt
		----------------------------*/
	
	    h3 {
			font-size: 1.2rem;
			padding: 1rem;
			border-radius: 5px;
			text-align: center;
			margin-bottom: 1.5rem;
			letter-spacing: 0.1rem;
		}
	    
	    
	    /*----------------------------
			cv area (form)
		----------------------------*/
	    
	    .cv_area {
			margin-bottom: 1.5rem;
		}
		
	    .cv_area_bt {
			padding: 1.5rem;
			margin: 0;
		}
		
	    .cv_area_txt {
			padding: 0;
			margin: 0;
			text-align: center;
		}
	
	    .btcv a {
		    display: block;
		    width: 100%;
			border-radius: 5px;
			padding: 1rem;
			margin: 0px auto;
			font-size: 0.75rem;\
		}
		.btcv a span {
		    font-size: 1.0rem;
		    font-weight: bold;
		}
		
		.tel_inquily_txt {
			width: 100%;
			float: none;
			text-align: center;
			border: none;
			font-size: 1.0rem;
		}
		
		.tel_inquily_num {
			width: 100%;
			float: inherit;
			font-size: 1.2rem;
			font-weight: bold;
			color: #fff;
			padding: 0;
			
		}
		
		.tel_inquily_num a {
			color: #fff;
			text-decoration: underline;
		}
		
		.tel_inquily_num span {
			font-size: 0.7rem;
			font-weight: normal;
		}
		
		
		
		
	    /*----------------------------
			円バナー
		----------------------------*/
	    
	    .circle_bnr {
			width: 280px;
			height: 280px;
			position: relative;
			text-align: center;
			margin: 0 auto;
			padding: 4rem 0 0 0;
		}
		
		.circle_bnr dl dt {
			font-weight: bold;
			font-size: 1.2rem;
			margin-bottom: 2rem;
		}
		
		.circle_bnr dl dd {
			font-weight: normal;
			font-size: 0.8rem;
			line-height: 1.7;
			margin-bottom: 2rem;
		}
	    
	    .detail_txt p {
	         margin-bottom: 1rem;
	         text-align: left;
	    }
	    
	    .circle_bnr p {
			font-size: 0.8rem;
			line-height: 1.4rem;
		}
		
		.circle_bnr p span {
			font-size: 1.6rem;
			line-height: 3rem;
			font-weight: bold;
			font-style: italic;
		}
	    
	    

	    
	    .circle_bnr_tokuten {

			width: 280px;
			height: 280px;
		}
		
		.circle_bnr_tokuten dl {
			margin-bottom: 2rem;
			margin-top: -3rem;
		}
		
		.circle_bnr_tokuten dl dt {
			font-weight: bold;
			font-size: 2rem;
			color: #fff;
			font-style: italic;
		}
		
		.circle_bnr_tokuten dl dd {
			font-size: 1.0rem;
			font-weight: bold;
			line-height: 2.2rem;
		}
	    
	    
	    /*----------------------------
			強調枠
		----------------------------*/
	    
	    .emphasis_area {
			border-radius: 5px;
			background-color: #fff3f0;
			border: solid 1px #b83a2d;
		}
		
		.emphasis_area dl {
			margin-bottom: 1rem;
			padding: 1rem 1rem 0.5rem 1rem;
			list-style-type: decimal;
			list-style-position: inherit;
			text-align: left;
		}
		
		.emphasis_area dt {
			border-bottom: dotted 1px #b83a2d;
			margin-bottom: 0.6rem;
			font-size: 1.2rem;
			padding: 0.5rem 0;
		}
		
		.emphasis_area dd {
			font-size: 0.9rem;
			padding: 0.5rem 0;
		}
		
		.emphasis_area p {
			padding: 1rem 1.5rem;
		}
	
	    
	    
	    
	    
	    /*----------------------------
			時間割
		----------------------------*/
		
	    .timetable_area {
			width: 100%;
			float: none;
		}
		
		.timetable_area_img {
			float: none;
			margin: 0 auto;
		}
		
		.timetable_area table {
			width: 100%;
		}
		
		.timetable_area table td {
			padding: 0.5rem;
		}
		
		
		.table_fotmat table th,
		.table_fotmat table td {
			padding: 0.2rem;
		}
	
	
	
	
	    /*----------------------------
			map
		----------------------------*/
	
		.map_outer {
			width: 100%;
			float: none;
			margin-bottom: 2rem;
		}	
		
		#map {
			width: inherit;
			height: 300px;
		}
		
		.introduce {
	    	width: 100%;
	    	float: none;
	    	line-height: 1.3;
	    }
	    
	    .sc_photo {
	        float: none;
	    }
	    
	    .sc_detail {
		   	width: 100%;
	        float: none;
	    }
	    
	    #btn-page-top {
			margin: 0 auto; 
		}
		
		
		
		
		/*----------------------------
			dl float
		----------------------------*/
		
		.dl_col2_area {
			width: 100%;
			float: none;
			margin-bottom: 2rem;
		}
		
		
		
		/*----------------------------
			特典
		----------------------------*/
		
		
		.special_cont {
	
		}
		
		.special_ttl {
			float: none;
			margin: 0 auto;
			font-size: 1.15rem;
			padding-top: 1rem;
		}
		
		.special_txt {
			float: none;
			width: 100%;
			font-size: 1.0rem;
			line-height: 2rem;
		}
		
		.special_txt_jisseki {
			text-align: center;
			font-size: 1.1rem;
			line-height: 2.0rem;
			padding: 1rem 1rem 0 1rem;
		}
		
		.special_txt_jisseki strong {
			font-size: 1.8rem;
			margin-bottom: 1.5rem;
		}
		
		.special_txt_jisseki span {
			font-size: 0.7rem;
			font-weight: normal;
		}
	
		
		
		
	}








/*-----------------------------------------------------------------------

spot

-----------------------------------------------------------------------*/

.weight_nml { font-weight: normal; }

.txalign_ct { text-align: center; }

.mgnR05 { margin-right: 5px; }

.mgnB05 { margin-bottom: 5px; }
.mgnB10 { margin-bottom: 10px; }
.mgnB15 { margin-bottom: 15px; }

.pdgB05 { padding-bottom: 5px; }

.fs_small { font-size: 0.8rem; }

.square_txt_box {
/* 	font-size: 1rem; */
	margin-bottom: 1rem;
	padding: 0.5rem 0.8rem;
	background-color: #1d38a3;
	color: #fff;
	border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}


#btn-page-top {
	border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
	background-color: #777;
	height: auto;
	margin-left: auto; 
}

#btn-page-top a {
	padding: 1rem;
	color: #fff;
}

.fc_01 {
	color: #1d38a3;
}

.fc_02 {
	color: #a3371e;
}

.ft_notice {
/* 	color: #ff6e49; */
	color: #d94069;
	font-weight: bold;
}

.bg_ttlcolor {
	background-color: #d8eaff;
}



/*----------------------------
	clear
----------------------------*/

.clr, .clear {
	clear: both;
}
.clearfix {
    overflow:hidden;
    height:100%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



