@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 {
	float: none;
	width:94%;
	height:auto;
}



/*　見出し・画像　*/

.midashi1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size:25px;
	margin-bottom:30px;
}

.midashi1 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #ec7e79;
}

.midashi2 {
	border-bottom: solid 1px #ec7e79;
	position: relative;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #ec7e79;
}

.midashi3 {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #2d2d2d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.midashi3:before {
	content: '';
	position: absolute;
	bottom: -20px; /*下線の上下位置調整*/
	display: inline-block;
	width: 50px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	background-color: #ec7e79; /*下線の色*/
	border-radius: 3px;
}

.midashi4 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	color: #ec7e79;
	font-size: 20px;
	margin-bottom: 30px;
}

.midashi5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #ec7e79;
	font-size: 20px;
	margin-bottom: 30px;
}

.midashi6 {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

.midashi6:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 50px;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ec7e79;
	border-radius: 5px;
}




/*　ヘッダー　*/


header {
	overflow: hidden;
	background-color: #eebeb9;
}

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

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

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

.toph1 {
	display: none;
}

.main_image {
	background-image: url(../img/main_imgb.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-color: #eebeb9;
	padding: 20px 0;
}

.info {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}

.info_m {
	width:180px;
}

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

.info h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 25px;
	margin-bottom: 10px;
}

.info_btn {
	display: flex;
	justify-content: center;
	width: 80%;
	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: 5px;
	padding-bottom: 10px;
	background-color: #ec7e79;
}

.info_btn p{
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.info_btn:hover {
	background-color: #E8635B;
}

.info_c p {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #ec7e79;
	padding: 20px 0;
	background-image: url(../img/info_arr.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 20px;
}

.info_c p a{
	color: #FFFFFF;
	text-decoration: none;
}

.info_c p a span {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}

.main_backp {
	background-color: #eebeb9;
}

.maint {	
	background-image: url(../img/maint_back.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:60%;
}

.main_ksw {
	padding:50px 0;
}

.main_ks {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: rgb(255 255 255 / 0.5);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main_ks div{
	margin: 0 10px;
	text-align: center;
	width:100%;
	margin-bottom:10px;
}

.main_ks div:nth-child(1){
	letter-spacing:0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #666666;
	width:100%;
	margin-bottom:20px;
}

.ks_btn {
	display: flex;
	justify-content: center;
	width: 90%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.ks_btn p{
	font-size: 18px;
	color: #ec7e79;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.ks_btn:hover {
	background-color: #F8D1CF;
}

.maint_m {
	text-align: center;
	margin-bottom: 70px;
	background-image: url(../img/maint_m.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:90%;
	padding-top:20px;
	padding-bottom:10px;
}

.maint_m h4{
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 45px;
	margin-bottom: 15px;
}

.maint_m h5 {
	color: #ec7e79;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 22px;
}

.main1 {
	margin-bottom: 80px;
	width: 100%;
}

.main1_m {
	text-align: center;
	margin-bottom: 70px;
}

.main1_m h4{
	color: #635850;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 15px;
}

.main1_m h5 {
	color: #ec7e79;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.main1_st {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.9em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.main1 ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main1 ul li:nth-child(1){
	background-image: url(../img/main1_back1.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:10% 8%;
	width:84%;
}

.main1 ul li:nth-child(2){
	background-image: url(../img/main1_back2.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:10% 8%;
	width:84%;
}

.main1 ul li:nth-child(3){
	background-image: url(../img/main1_back3.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:10% 8%;
	width:84%;
}

.main1 ul li:nth-child(4){
	background-image: url(../img/main1_back4.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:10% 8%;
	width:84%;
}

.main1_nb {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 45px;
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}

.main1 ul li h5 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 25px;
	color: #FFF;
	text-align: center;
	margin-bottom:40px;
	letter-spacing:0.1em;
	line-height:1.6em;
}

.main1_txt {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFF;
}


.main2 {
	margin-bottom: 120px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top:14%;
}

.main2_m {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 35px;
	color: #5c5a5a;
	text-align: center;
	margin-bottom: 80px;
}

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

.main2_c div:nth-child(1){
	width:100%;
	margin-bottom:30px;
}

.main2_c div:nth-child(2){
	width:100%;
	margin-bottom:30px;
}

.main2_c div:nth-child(3){
	width:100%;
}

.main2_c div img{
	width:100%;
	margin-bottom:20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.main2_c h4 {
	font-size: 25px;
	color: #e97f7b;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

.main2_c ul {
	margin-bottom:20px;
}

.main2_c ul li a{
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #f6cac8;
	padding: 15px 0 15px 10px;
	color: #635850;
	background-image: url(../img/info_arr.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 23px;
	text-decoration: none;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}

.main2_c ul li a:hover{
	background-color: #FBFBFB;
}

.main2_btn {
	display: flex;
	justify-content: center;
	width: 250px;
	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: 5px;
	padding-bottom: 10px;
	background-color: #f6cac8;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.main2_btn p{
	font-size: 16px;
	color: #FFFFFF;
}

.main2_btn:hover {
	background-color: #ec7e79;
}

.main4_m {
	text-align: center;
	margin-bottom:50px;
}

.main4_m h4{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 40px;
	color: #5c5a5a;
	margin-bottom:20px;
}

.main4_m h5{
	color: #ec7e79;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 22px;
}

.main4 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.main4_c {
	width: 100%;
	background-color: #f9eaea;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	margin-bottom: 2%;
}

.main4_c:hover {
	background-color: #EFEBDC;
}

.main4 h5 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #635850;
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 30px;
}

.main4_icon {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

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

.main4_txt {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #635850;
	font-size: 16px;
	padding: 10px 30px 30px 30px;
}

.main3 {
	margin-bottom: 100px;
	padding: 13% 0 10% 0;
	background-color: #f9eaea;
}

.main3_c {
	background-image: url(../img/main3_back.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:70%;
	margin-top:-120px;
	padding-top:150px;
	padding-bottom:50px;
}

.main3 h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-size: 35px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #635850;
}

.main3_txt {
	padding:0 10%;
	line-height:2em;
	margin-bottom:40px;
}

.main3 h4:before {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 90px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ec7e79;
	border-radius: 2px;
}

footer {
}

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

.foot_hour {
	width:100%;
	margin-bottom:30px;
	text-align:center;
}

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

.foot_logo {
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

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

.foot_txt {
	width: 100%;
	text-align: center;
	margin-bottom:30px;
}

.foot_txt p:nth-child(1){
	font-size: 26px;
	margin-bottom:5px;
}

.foot_txt p:nth-child(2){
	font-size: 16px;
	margin-bottom:20px;
}

.foot_txt p:nth-child(3){
	font-size: 16px;
	margin-bottom:5px;
}

.foot_txt p:nth-child(4){
	font-size: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #ec7e79;
	background-image: url(../img/tel_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-bottom: 5px;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
}

.foot_map {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}

.copyright {
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
}



/*　中ページ　*/


.page_title {
	margin-bottom: 50px;
	background-color: #eebeb9;
	background: linear-gradient(180deg, #eebeb9 0%, #eebeb9 90%, #FFFFFF 90%, #FFFFFF 100%);
}

.page_title div{
	background-image: url(../img/page_title.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:auto 100%;
}

.page_title h3 {
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 8% 0;
	color: #FFFFFF;
	line-height:1.2em;
}

.page_title h3 span{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 20px;
}

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

.page_in {
	margin-bottom:100px;
}

.page_main {
	margin-bottom: 100px;
}

.page_main div:nth-child(1) {
	margin-bottom:30px;
}

.page_main div:nth-child(2) {
	width:100%;
}

.page_main div:nth-child(2) img{
	width:100%;
	height:auto;
}

.clm3 {
	margin-bottom:100px;
}

.clm3 div{
	width:100%;
	margin-bottom:40px;
}

.clm3 div img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.clm3 div h5 {
	color: #ec7e79;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.cont2_lr1 {
	margin-bottom: 50px;
}

.cont2_lr1 div:nth-child(1) {
	width:100%;
	margin-bottom:30px;
}

.cont2_lr1 div:nth-child(2) {
	width:100%;
}

.cont2_lr1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.cont2_lr2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.cont2_lr2 div:nth-child(1) {
	width:100%;
	order: 1;
	margin-bottom:30px;
}

.cont2_lr2 div:nth-child(2) {
	width:100%;
	order: 2;
}

.cont2_lr2 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.list_tp {
	margin-bottom: 50px;
}

.list_tp div:nth-child(1) {
	width:100%;
	margin-bottom:20px;
}

.list_tp div:nth-child(1) img{
	width:100%;
	height:auto;
}

.list_tp div:nth-child(2) {
	width:100%;
}

.waku_gr {
	padding:8%;
	background-color: #F9F9F9;
	 border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;  
}

.waku_bd {
	padding: 8%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #CCC;
}

.doctor_1 {
	margin-bottom:80px;
}

.doctor_p {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}

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

.doctor_p p{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height:1.6em;
}

.doctor_p p span{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.doctor_t {
	flex: 1;
}

.doctor_t dl {
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.doctor_t dl dt {
	padding: 10px 0;
	width:180px;
}

.doctor_t dl dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:10px 0;
	width:100%;
}

.doctor_bo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:10px 0;
}

.access_pic {
	margin-bottom:50px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

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

.access1 {
	margin-bottom:100px;
}

.access1 dl{
}

.access1 dl dt{
	background-color: #F6F6F6;
	padding:3% 5%;
}

.access1 dl dd{	
	padding:3% 5%;
}

.access2 {
	width:100%;
}

.men1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom:50px;
}

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

.men1_m {
	position: relative;
	display: inline-block;
	padding: 0 90px;
	font-size: 25px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom:30px;
	letter-spacing:0.05em;
}

.men1_m span{
	font-size: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	color: #ec7e79;
}

.men1_m:before, .men1_m:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: black;
}

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

.men2 {

}

.men2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap; 
}

.men2 ul li{
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
	margin-bottom:40px;;
}

.men2 ul li h5{
	color: #FFF;
	background-color: #ec7e79;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:-5%;
	 border-radius: 5px;      
    -webkit-border-radius: 5px;    
    -moz-border-radius: 5px;  
}

.men2 ul li p{
	padding:6%;
	font-size:16px;
}

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

.check1 ul{
}

.check1 ul li{
	width: 90%;
	background-image: url(../img/check1.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 24px;
	padding-left: 35px;
	margin-bottom: 15px;
}

.check2 {
}

.check2 ul{
}

.check2 ul li{
	width: 100;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-indent:-1.3em;
	padding-left:1.3em;
}

.check2 ul li span{
	color: #ec7e79;
	margin-right: 5px;
}

.check3 {
}

.check3 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:15px;
}

.check3 dl dt{
	width: 100%;
	background-color: #F9F9F9;
	padding:3%;
	display: flex;
	align-items: center;
}

.check3 dl dd{
	width: 100%;
	padding: 3% 0;
	display: flex;
	justify-content:flex-start;
}

.check4 {
}

.check4 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.check4 dl dt{
	width: 100%;
	background-color: #F9F9F9;
	padding:3%;
	display: flex;
	align-items: center;
}

.check4 dl dd {
	flex: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:3%;
	display: flex;
	align-items: center;
}

.pic_m img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.about_li li {
	background-image: url(../img/check1.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 24px;
	padding-left:35px;
	margin-bottom:15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.about1 {
	padding-top:30px;
}

.about1 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.about1 ul li{
	background-color: #F9F9F9;
	padding: 5%;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.about1_nb {
	background-color: #ec7e79;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	color: #FFF;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	margin-bottom:20px;
}

.about1 ul li h5{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	color: #ec7e79;
	text-align: center;
	margin-bottom:15px;
}

.about1_icon {
	width: 150px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.about1 ul li img {
	width:100%;
	height:auto;
}

.about2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about2 div:nth-child(1){
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	order: 2;
}

.about2 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.about2_li {
	width: 100%;
	order: 1;
}

.about2_li li{
	margin-bottom: 15px;
	text-indent:-1.3em;
	padding-left:1.3em;
}

.about2_li li span{
	color: #ec7e79;
	margin-right:5px;
}

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

.about3_pic {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	order: 2;
}

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

.about3_txt {
	width: 100%;
	order: 1;
}

.inter_li li{
	margin-bottom: 15px;
	text-indent:-1.3em;
	padding-left:1.3em;
	line-height:1.6em;
}

.inter_li li span{
	color: #ec7e79;
	margin-right:5px;
}

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

.ab_men1 div{
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
	margin-bottom:40px;;
}

.ab_men1 div h5{
	color: #FFF;
	background-color: #ec7e79;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:-5%;
	 border-radius: 5px;      
    -webkit-border-radius: 5px;    
    -moz-border-radius: 5px;  
}

.ab_men1 ul {
	padding:5%;
}

.ab_men1 ul li {
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}

.about_bold {
	font-size: 27px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

.ab_men2 {
}

.ab_men2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.ab_men2 ul li{
	background-color: #F9F9F9;
	padding: 5%;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 50px;
	text-align: center;
}

.ab_men2_nb {
	background-color: #ec7e79;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	color: #FFF;
	height: 60px;
	width: 60px;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	margin-bottom:20px;
}

.ab_men2 ul li h5{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	color: #ec7e79;
	text-align: center;
	margin-bottom:15px;
}

.ab_men2_icon {
	width: 150px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.ab_men2 ul li img {
	width:100%;
	height:auto;
}

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

.price1 p:nth-child(1){
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	background-color: #f6cac8;
	padding: 5px 15px;
	margin-right: 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #FFF;
	width:60px;
	text-align:center;
}

.price1 p:nth-child(2){
	font-size:20px;
	flex: 1;
}

.price1 p:nth-child(2) span{
	font-size:15px;
}

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

.price2 p:nth-child(1){
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	background-color: #ec7e79;
	padding: 5px 15px;
	margin-right: 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #FFF;
	width:60px;
	text-align:center
}

.price2 p:nth-child(2){
	font-size:20px;
	flex: 1;
}

.price2 p:nth-child(2) span{
	font-size:15px;
}

.ab_men3 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-bottom:30px;
}

.ab_men3 th{
	border: 1px solid #CCC;
	width: 40%;
	padding: 1%;
	vertical-align: middle;
	background-color: #fbfaf7;
}

.ab_men3_td1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 1%;
	font-size: 14px;
}

.ab_men3_td2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 1%;
	width: 90px;
	text-align: right;
	vertical-align: bottom;
}

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

.about_btn {
	width: 100%;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #ec7e79;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	margin-bottom:10px;
}

.about_btn p{
	color: #FFF;
	text-decoration: none;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size:30px;
	line-height:1.2em;
}

.about_btn p span{
	font-size:20px;
}

.about_btn:hover{
	background-color: #EE8F8A;	
}



}
