@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　見出し・画像　*/

.pic-left {
	text-align:center;
	float: none;
}

.pic-left img{
	width:94%;
	height:auto;
}

/*　見出し・画像　*/

.midashi1 {
	margin-bottom: 30px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 28px;
	color: #F28E1E;
}

.midashi2 {
	margin-bottom: 25px;
	border-radius: 4px;
	background-color: #F2F1E2;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.midashi2 span{
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F28E1E;
	padding-left: 12px;
	font-size: 17px;
	font-weight: bold;
	color: #222;
}

.midashi3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #AD9C69;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #AD9C69;
	font-weight: bold;
}

.midashi4 {
	position: relative;
	display: inline-block;
	padding: 0 80px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
	line-height: 1.4em;
}

.midashi4:before, .midashi4:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #333;
}

.midashi4:before {
  left:0;
}
.midashi4:after {
  right: 0;
}

.midashi5 {
	color: #F28E1E;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A3402;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


/*　ヘッダー　*/


header {
	overflow: hidden;
}

.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}


.header_logo {
	float: none;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

.header_logo img{
	width: 73%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.toph1 {
	display: none;
}

.main_image {
	z-index: 10;
}




/*　メイン　*/

.main_image {
	width: 100%;
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 17%;
	padding-bottom: 17%;
}

.main_image p{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	font-size: 32px;
}

.main1 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main1 h2{
	color: #F28E1E;
	font-size: 30px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 50px;
}

.main1 p{
	color: #494646;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main1_banner {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.main1_banner img{
	width:100%;
	height:auto;
}

.main2 {
	background-image: url(../img/main2_back1.jpg),
					 url(../img/main2_back2.png);
	background-repeat: no-repeat,
					  repeat;
	background-position: center top,
						center center;
	background-size: 100% auto,cover;
	padding-top: 17%;
	padding-bottom: 10%;
}

.main2_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main2_txt {
	width: 100%;
}

.main2_pic {
	background-image: url(../img/main2_pic.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.main2_midashi {
	padding-top: 8%;
	padding-bottom: 4%;
}

.main2_m {
	color: #F28E1E;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom:15px;
}

.main2_pt {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
}

.main2_pt img{
	width:32%;
	height:auto;
}

.main2_p {
	font-size: 17px;
	margin-bottom: 30px;
}

.jmp_btn {
	display: flex;
	justify-content: center;
	width: 300px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 10px auto;
	background-color: #E5803C;
}

.jmp_btn p{
	font-size: 17px;
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.jmp_btn:hover {
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 10px auto;
	background-color: #EA9760;
}

.main3_midashi {
	text-align: center;
	clear: both;
}

.main3_midashi h2{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6%;
	padding-bottom: 6%;
}

.main3_midashi img{
	width:100%;
	height:auto;
}

.main3_c1 {
	background-color: #F2F1E2;
}

.main3_wrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6%;
	padding-bottom: 6%;
}

.main3_1t {
	width: 100%;
}

.main3_1p {
	width: 100%;
}

.main3_1p img{
	width:100%;
	height:auto;
}

.main3_m {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 20px;
	line-height: 2em;
}

.main3_m img{
	width: 30%;
	height: auto;
	margin-right: 10px;
}

.main3_m p{
	font-size: 23px;
	padding-bottom: 10px;
	font-weight: bold;
}

.main3_txt {
	margin-bottom: 20px;
}

.jmp_btn1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 9px;
	background-image: url(../img/main3_arr.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	border: 1px solid #000;
	background-position: 90% center;
	float: none;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.jmp_btn1 p{
	font-size: 14px;
	color: #000000;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-left: 20px;
}

.jmp_btn1:hover {
	background-image: url(../img/main3_arr.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	border: 1px solid #000;
	background-color: #E9E9E9;
}

.main4 {
	padding-top: 10%;
	padding-bottom: 8%;
}

.main4 h2{
	font-size: 25px;
	color: #E5803C;
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 8%;
}

.main4_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main4_in {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-bottom: 15px;
	background-color: #FBFAF5;
	border: 1px solid #DEB684;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}

.main4_m {
	margin-bottom:10px;

}

.main4_m p {
	color: #E68400;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	line-height: 1.4em;
	text-align: center;
}

.jmp_btn2 {
	display: flex;
	justify-content:center;
	align-items: center;
	width: 80%;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 7px;
	background-image: url(../img/main4_jmp.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

footer {
}
.footer_map{
	width: 100%;
	height: 250px;
}

.footer_info {
	width: 100%;
	text-align: center;
	background-color: #F4A33F;
	padding-top: 8%;
	padding-bottom: 8%;
}

.footer_info img{
	width:100%;
	height:auto;
}

.footer_logo {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}

.foot_add {
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}

.foot_add span{
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.foot_hour {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}

.foot_t1 {
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-bottom:10px;
}

.foot_t2 {
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	padding-right:30px;
	line-height: 1.2em;
	margin-bottom:10px;
}

.foot_t2 img{
	width:30px;
	padding-right:10px;	
}

.copyright {
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}


/*　中ページ　*/

.page_cont {
	padding-bottom: 100px;
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.page_title {
	margin-bottom: 30px;
}

.page_title h3 {
	font-size: 25px;
	color: #FFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-shadow: 3px 3px 10px #555555;
}

.title_other {
	background-image: url(../img/title_other.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}

.title_medi{
	background-image: url(../img/title_medi.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}

.main_cont {

}


/*　メイン　*/

.medi_c {
	margin-bottom: 50px;
}

.medi_txt {
	width: 100%;
	margin-bottom:20px;
}

.medi_pic {
	width: 100%;
}

.medi_pic img{
	width:100%;
	height:auto;
}

.medi_t {
	margin-bottom: 10px;
}

.medi_btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 250px;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../img/main3_arr.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	border: 1px solid #CCC;
	background-position: 230px center;
	margin-right: auto;
	margin-left: auto;
}

.medi_btn p{
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	font-weight: bold;
}

.medi_btn:hover {
	border: 1px solid #E9E9E9;
	background-color: #E9E9E9;
}

.shin1_c {
	overflow: hidden;
	margin-bottom: 40px;
}

.shin1_c img{
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	float: none;
}

.ippan1 {
	background-color: #F5F4E9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 50px;
	padding-top: 8%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.ippan1_in {
	background-color: #FFF;
	padding: 5%;
	overflow: hidden;
	margin-bottom: 10px;
}

.ippan_msc {
}

.ippan_mst {
	width: 100%;
	margin-bottom:20px;
}

.ippan_msp {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}

.acc1_jyo {
	width: 100%;
}

.acc1_jyo dl{
	width: 100%;
	margin-bottom:50px;	
}

.acc1_jyo dl dt{
	width: 30%;
	background-color: #F2F1E2;
	padding: 2%;
	margin-bottom: 5px;
	text-align: center;
	 border-radius: 5px;      
    -webkit-border-radius: 5px;    
    -moz-border-radius: 5px; 
}

.acc1_jyo dl dd{
	width: 96%;
	padding: 2%;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #F2F1E2;
	margin-bottom:10px;
}

.acc_map {
	border: 1px solid #F2F1E2;
	height: 450px;
}

.info_p1 {
	margin-bottom: 40px;
}

.info_c ul{
	margin-bottom:30px;
}

.info_c ul li{
	text-indent:-1em;
	padding-left:1em;
}

.info_c {
	background-color: #FEF3E2;
	padding: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 40px;
}

.guide1_c {
	margin-bottom: 50px;
}

.guide1_c img{
	width:100%;
	height:auto;
}

.guide1_txt{
	width: 100%;
	margin-bottom:20px;
}

.guide1_pic{
	width: 100%;
}

.guide2_c {
	background-color: #FEF3E2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 5%;
}

.guide2_icon {
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

.guide2_txt {
	width: 100%;
}

.guide_cln {
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #F18D1E;
	margin-bottom: 40px;
	padding-bottom: 35px;
	padding-top: 10px;
}

.guide_cn {
	margin-bottom: 30px;
	text-align: center;
}

.guide_cn p{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-left: 15px;
	line-height: 1.3em;
}

.guide_cn img{
	width: 30%;
	height: auto;
	margin-bottom: 15px;
}

.guide_banner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.guide_banner img{
	width:100%;
	height:auto;
}

.infe_c {
	background-color: #F8F7ED;
	padding: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
}

.infe_c img{
	width: 100%;
	height: auto;
	margin-bottom:10px;
}

.dent_pic {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.dent_pic img{
	width:100%;
	height:auto;
}

.dent_pic p{
	text-align: center;
	font-size: 14px;
}

.dent_c {
	overflow: hidden;
	margin-bottom: 50px;
}

.child_no {
	background-color: #E0F5FE;
	padding: 5%;
	width: 90%;
	margin-bottom:15px;
}

.child_ok {
	background-color: #FFEEF3;
	padding: 5%;
	width: 90%;
}

.child_cont {
	margin-bottom: 30px;
}

.child_m1 {
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #80BFF9;
	padding-bottom: 15px;
}

.child_m2 {
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9FBC;
	padding-bottom: 15px;
}

.child_li li{
	text-indent:-1em;
	padding-left:1em;
}

.cs_banner {
	width: 90%;
	margin-bottom: 30px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}

.cs_banner img{
	width:100%;
	height:auto
}


}
