@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 {
	position: relative;
	background: #a6d3c8;
	color: white;
	font-size: 25px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.6em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 40px;
}

.midashi1::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}

.midashi2 {
	font-size: 20px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FD594E;
	background: linear-gradient(transparent 70%, #FFECAE 70%);
	padding-left: 10px;
	margin-bottom:30px;
}

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


/*　ヘッダー　*/


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;
}

.head_waku {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

.head_waku div{
	border: 4px solid #887971;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #887971;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
}

.head_waku div p{
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2em;
}

.head_info1 {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.head_info2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 320px;
}

.head_info-m {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #EA5E4D;
	color: #FFF;
	width: 120px;
	border-radius: 50px;      
    -webkit-border-radius: 50px;    
    -moz-border-radius: 50px; 
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.head_info-t {
	color: #EA5E4D;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	line-height: 1.0em;
}

.head_tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_tel img{
	height: auto;
	width: 57px;
}

.head_tel p{
	font-size: 48px;
	color: #EA5E4D;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
}



/*　メイン　*/

.main_image {
	width: 100%;
	background-image: url(../img/main_img-sp.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #FDFCF8;
}

.main_imgc {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10%;
}

.main_img1 {
	margin-bottom: 15px;
}

.main_img1 span{
	color: #87715C;
	background-color: #F5EDA4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

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

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

.main_img3 {
	margin-bottom: 12%;
	width: 65%;
}

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

.main_img4 {
	font-size: 20px;
	color: #1071A2;
	text-align: center;
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 800;
	font-style: normal;
}


.main1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ED8058;
	color: #FFF;
}

.main1 p{
	font-size: 18px;
	font-family: a-otf-gothic-mb101-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
	line-height: 1.6em;
}

.main1 h2{
	font-size: 44px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.0em;
}

.main1 h2 span{
	font-size: 34px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.main2 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FD594E;
	color: #FFF;
}

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

.main2_c p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: a-otf-gothic-mb101-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.main2_tel {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main2_tel img{
	height: auto;
	width: 50px;
	margin-right: 5px;
	padding-bottom: 10px;
}

.main2_tel p{
	font-size: 40px;
	color: #FFFFFF;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}

.main2_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 14px;
	background-color: #45668A;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

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

.main2_btn img{
	width: 40px;
	height: auto;
	margin-right: 15px;
}

.main2_btn:hover {
	background-color: #2E445C;
}

.main3 {
	background-image: url(../img/main3_back.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6.5%;
	background-size: 100%;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main3 h2{
	color: #977567;
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}

.main3_c {
	border: 10px solid #A8D6C1;
	display: flex;
	justify-content: center;
	padding: 5%;
}

.main3_c ul li{
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	background-image: url(../img/main3_check.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 25px;
	padding-left: 35px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.main3_h2 {
	margin-bottom:50px;
}

.main3_h2 span{
	color: #7F664B;
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 33px;
	text-align: center;
	background: linear-gradient(transparent 60%, #FFECAE 60%);
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.7em;
}

.main4 {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	background-color: #E2F3FC;
}

.main4_txt {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

.main4_txt h3 {
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 40px;
	color: #00AF9A;
	text-align: center;
	margin-bottom: 20px;
}

.main4_titlec {
	margin-bottom: 30px;
}

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

.main4_titlec p{
	color: #321F23;
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 21px;
	line-height: 1.8em;
}

.main4_titlec p img{
	width: 162px;
	height: auto;
	margin-right: 10px;
}

.jmp_btn1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 7px;
	background-color: #FD594E;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
}

.jmp_btn1 p{
	font-size: 20px;
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FFF;
}

.jmp_btn1:hover {
	background-color: #FD3828;
}

.main4_pic {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 8%;
}

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

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

.main5 p{
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 25px;
}

.main5 h2{
	color: #907F7A;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	line-height: 2em;
}

.main5_s1 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 100px;
	color: #25A1A1;
	padding-left: 10px;
	padding-right: 5px;
}

.main5_s2 {
	color: #FD594E;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 45px;
}

.main5_c {
	background-color: #FFFDEB;
	width: 100%;
	margin-bottom: 50px;
}

.main5_in {
	width: 84%;
	padding: 8%;
}

.main5_w {
	background-color: #FD594E;
	width: 100%;
	text-align: center;
	margin-bottom:20px;
}

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

.main5_w p{
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}

.main6 {
	text-align: center;
	margin-bottom: 100px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main6_btm {
	text-align: center;
	margin-bottom: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main6_m {
	margin-bottom: 20px;
	color: #FFF;
	background-color: #FD594E;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	border-radius: 100vh;
	padding-top: 10px;
	padding-bottom: 10px;
}


.main6_p1 {
	font-size: 22px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.main6_c {
}

.main6_c1 {
	text-align: center;
	font-size: 24px;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #EA5E4D;
	padding-right: 15px;
}

.main6_tel {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main6_tel img{
	height: auto;
	width: 50px;
}

.main6_tel p{
	font-size: 45px;
	color: #EA5E4D;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 10px;
}

.main7 {
	background-image: url(../img/main7_car.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 65px;
	padding-top: 65px;
}

.main7_wrap {
	background-color: #CAE9F9;
	padding-bottom: 40px;
}

.main7_m1 {
	width: 114px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 28px;
	padding-bottom: 32px;
}

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

.main7_wrap h4 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	color: #705037;
	margin-bottom: 50px;
}

.main7_wrap h4 span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:42px;
	text-align: center;
	color: #705037;
}


.main7_cont {
	background-color: #FFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 5%;
}

.main7_c {
	margin-bottom:30px;
}

.main7_in {
	width: 100%;
	margin-bottom: 30px;
}

.main7_pic {
	background-color: #25A1A1;
	text-align: center;
	margin-bottom:20px;
}

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

.main7_pic p{
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.main7_txt {
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6em;
}

.jmp_btn2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 12px;
	background-color: #FD594E;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
}

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

.jmp_btn2:hover {
	background-color: #FD3828;
}

.main8 {
	padding-top: 50px;
	padding-bottom: 30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main8_back1.png),url(../img/main8_back2.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left 50px,right 50px;
	background-size: 50px,60px;
	image-rendering: -webkit-optimize-contrast;
	margin-bottom: 30px;
}

.main8_title {
	text-align:center;
}

.main8_m1 {
	background-image: url(../img/main8_m1.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 21px;
	color: #169CC7;
	width: 185px;
	padding-top: 5px;
	padding-bottom: 9px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.0em;
	margin-bottom: 10px;
}

.main8_title h3{
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #169CC7;
	font-size: 25px;
	margin-bottom: 40px;
}

.main8_title h3 span{
	color: #111111;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
}

.main8_c {
	width: 100%;
}

.main8_c p{
	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.main8_pic {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

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

.jmp_btn3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 12px;
	background-color: #1071A2;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

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

.jmp_btn3:hover {
	background-color: #0E638B;
}

.main9 {
	background-color: #FDEFE1;
	width: 100%;
	padding-top: 55px;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.main9_txt {
	width: 90%;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
}

.main9_c {

}

.main9_c h4{
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 35px;
	color: #FD594E;
	margin-bottom: 10px;
	text-align: center;
}

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

.main9_c p{
	margin-bottom:30px;
}

.main9_pic {
	width: 90%;
	margin-left: auto;
	background-image: url(../img/main9.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	margin-right: auto;
	height: 250px;
}

.jmp_btn4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	text-decoration: none;
	background-color: #FD594E;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 12px;
}

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

.jmp_btn4:hover {
	background-color: #FD3828;
}

.main10 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 60px;
	flex-wrap: wrap; 
}

.main10_twitter {
	width: 90%;
	border: 4px solid #FD594E;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-bottom: 30px;
	order: 2;
	height: 400px;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 15%;
	padding-left: 5%;
}


.main10_c {
	width: 100%;

}

.main10_c1 {
	border: 4px solid #FD594E;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-bottom: 30px;
	order: 1;
}

.main10_title {
	background-color: #FD594E;
	border-radius: 16px 16px 0 0;
	padding: 20px;
}

.main10_c1 h4{
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	color: #FFF;
	line-height: 1.6em;
}

.main10_c1 h4 img{
	width: 50px;
	height: auto;
	margin-right: 15px;
}

.main10_in {
	padding: 3%;
}

.main10_midashi {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.main10_midashi img{
	height: auto;
	width: 60px;
	margin-right: 15px;
}

.main10_midashi p{
	color: #FD594E;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	padding-top: 5px;
}

.main10_txt1 {
	margin-left: 25px;
	margin-bottom: 30px;
}

.main10_txt2 {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main10_txt2 p{
	color: #FD594E;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
}

.main10_twim {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.main10_twim img{
	height: auto;
	width: 40px;
	margin-right: 15px;
}

.main10_twim h4{
	color: #FD594E;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	line-height: 1.8em;
}


.main11 {
	background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 50px,#F8F8F0 50px,#F8F8F0 100%);
	text-align: center;
	padding-bottom: 45px;
}


.main11_m {
	margin-bottom: 20px;
	color: #FFF;
	background-color: #FD594E;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	border-radius: 100vh;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main11_t1 {
	color: #231815;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.main11_t2 {
	margin-bottom:20px;
}

.main11_t2 span{
	color: #333333;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	margin-bottom: 10px;
	background:linear-gradient(transparent 60%, #FFFFFF 60%);
	line-height: 1.4em;
}

.main11_c {
}

.main11_c1 {
	text-align: center;
	font-size: 24px;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #EA5E4D;
	padding-right: 15px;
}

.main11_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:10px;
}

.main11_tel img{
	height: auto;
	width: 50px;
}

.main11_tel p{
	font-size: 45px;
	color: #EA5E4D;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 10px;
}

.jmp_btn5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main11_mail.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 41px;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 40px;
	line-height: 1.6em;
}

.jmp_btn5 p{
	font-size: 22px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #63514F;
}

.jmp_btn5 p:hover {
	color: #463837;
}

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

.main11_c2 ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
}

.main11_c2 ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FFFFFF;
	background-color: #41A4A0;
	width: 46%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2%;
}

footer {
}

.footer_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.foot_info {
	width: 100%;
	text-align: center;
}

.foot_info img{
	width:80%;
	height:auto;
	margin-bottom:15px;
}

.foot_nav {
	display: none;	
}

.copyright {
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	background-color: #FD594E;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}


/*　中ページ　*/

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

.page_title {
	margin-bottom: 40px;
	background-color: #F8F8F0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.page_title h3 {
	font-size: 30px;
	color: #FD594E;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.pick1_c {
	margin-bottom: 70px;
}

.pick1_txt {
	width:100%;
	margin-bottom:30px;
}

.pick1_pic {
	width: 100%;
	background-image: url(../img/main9.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	height: 250px;
}

.pick2_tel {
	color: #63514F;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
	margin-bottom: 30px;
}

.pick2_t {
	font-size: 20px;
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #63514F;
	border-radius: 50px;
	text-align: center;
	width: 200px;
	margin-right: 15px;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom:20px;
}

.pick2_n {
	font-size: 30px;
	color: #63514F;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-image: url(../img/pick_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 38px;
	padding-right: 30px;
}

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

.hc1_c {
	margin-bottom: 70px;
}

.hc1_txt {
	width: 100%;
	margin-bottom:30px;
}

.hc1_pic {
	width: 100%;
}

.hc1_pic img{
	width:100%;
	height:auto;
	border-radius: 10px; 
}

.hc2_txt {
	margin-bottom: 30px;
}

.hc2_pic {
	background-color: #F8F8F0;
	padding: 5%;
	border-radius: 10px; 
}

.hc2_pic img{
	width:100%;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
	margin-bottom:20px;
}

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

.meme1_c img{
	float: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.meme2_c {
	margin-bottom:2%;
}

.meme2_in1 {
	background-color: #F8F8F0;
	padding: 5%;
	border-radius: 10px;
	width: 90%;
	margin-bottom:20px;
}

.meme2_in2 {
	background-color: #F8F8F0;
	padding: 5%;
	border-radius: 10px;
	width: 90%;
	margin-bottom:20px;
}

.meme2_m1 {
	color: #25A1A1;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #7F664B;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.meme2_m2 {
	color: #7F664B;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #7F664B;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.tid_in {
	background-color: #F8F8F0;
	padding: 5%;
	border-radius: 10px;
	width: 90%;
	margin-bottom:20px;
}

.house1_c {
	margin-bottom: 60px;
}

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

.house_table {
	width: 100%;
	margin-bottom: 30px;
}

.house_table th{
	color: #7F664B;
	background-color: #F8F8F0;
	padding: 2%;
	border-radius: 10px;
	width: 150px;
}

.house_table td{
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	vertical-align: middle;
}

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


.scr_c1 {
	margin-bottom: 50px;
}

.scr_c {
	margin-bottom: 50px;
}

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

.scr_pic {
	width: 100%;
}

.scr_pic img{
	width:100%;
	height:auto;
	border-radius: 10px; 
}

.scr_midashi {
	margin-bottom: 20px;
}

.scr_num {
	font-size: 20px;
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #63514F;
	border-radius: 50px;
	text-align: center;
	width: 200px;
	margin-right: 15px;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom:10px;
}

.scr_mi {
	font-size: 20px;
	color: #63514F;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4em;
}

.comp_c {
}

.comp_c dl{
	flex-wrap: wrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.comp_c dl dt{
	width: 94%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 3%;
	background-color: #E6E6E6;
}

.comp_c dl dd{
	width:94%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 3%;
}

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

.ser1 p{
	font-size: 20px;
	font-family: a-otf-gothic-mb101-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
	color: #41A4A0;
	line-height: 1.4em;
}

.ser1 h2{
	font-size: 48px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FD594E;
	line-height: 1em;
}

.ser1 h2 span{
	font-size: 34px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FD594E;
	line-height: 1em;
}

.ser2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:80px;
	flex-wrap: wrap;
}

.ser2_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	height: 70px;
	text-decoration: none;
	background-color: #41A4A0;
	border-radius: 10px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom:1%;
	
}

.ser2_btn p{
	font-size: 16px;
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FFF;
	background-image: url(../img/ser2_arr.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 25px;
	;
	padding-bottom: 20px;
}

.ser2_btn:hover {
	background-color: #887971;
}

.ser3_1 {
	margin-bottom: 70px;
}

.ser3_1pic {
	width: 100%;
}

.ser3_1pic img{
	width:100%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.ser3_1txt {
	width: 100%;
	margin-bottom: 30px;
}

.ser3_2 {
	margin-bottom: 70px;
}

.ser3_2pic {
	width: 100%;
}

.ser3_2pic img{
	width:100%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.ser3_2txt {
	width: 100%;
	margin-bottom: 30px;
}

.ser3_m {
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #FD594E;
	margin-bottom: 40px;
	text-align: center;
}

.ser3_m:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FD594E;
	border-radius: 2px;
}

.ser2_jmp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 7px;
	background-color: #63514F;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
}

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

.ser2_jmp:hover {
	background-color: #826A68;
}


.cont_tel {
	font-size: 30px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom:20px;
}

.cont_tel span{
	font-size: 20px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-right: 10px;
}

.cont_telt {
	font-size: 20px;
}


}
