@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #635850;
	font-size: 18px;
	line-height: 1.6em;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4,h5,h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.midashi1 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size:32px;
	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: 22px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #ec7e79;
}

.midashi3 {
	display: inline-block;
	position: relative;
	font-size: 20px;
	color: #ec7e79;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	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: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	color: #ec7e79;
	font-size: 25px;
	margin-bottom: 30px;
}

.midashi6 {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	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;
}


.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
	background-color: #eebeb9;
	padding-bottom:20px;
}

.toph1 {
	display: none;
}

.header_c {
	width:95%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top:2%;
}

/*
.header_logo {
	width: 250px;
}
*/

.header_logo {
	width: 220px;
}


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

.header_info {
	flex: 1;
	text-align: right;
}

.head_tel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 5px;
}

.head_tel p{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 42px;
	color: #ec7e79;
}

.head_tel img{
	width:21px;
	height:auto;
	padding-right:5px;
}

.head_add {
	font-size: 16px;
}

/*　グローバルナビ　*/

nav {
	width: 100%;
	min-width: 1200px;
	z-index:calc(infinity);
	position: relative;
	background-color: #eebeb9;
}

.globalNav {
	display: flex;
	justify-content: center;
	height: 70px;
	width: 75%;
	margin: 0 auto;
}

.globalNav > li {
	width: 20%;
	position: relative;
}

.globalNav li {
	line-height: 70px;
	text-align: center;
	transition: all .3s;
}

.globalNav li a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
}

.globalNav .subNav li:last-of-type a {
	border-bottom: none;
}

.globalNav .subNav {
	opacity: 0; 
	visibility: hidden;
	transition: all .3s;
	transform: translateY(-5px);
	position: relative;
	z-index: -1;
}

.globalNav .subNav li {
	background-color: #eaaca5;
}

.globalNav li:hover {
	background-color: #eaaca5;
}

.globalNav .subNav li:hover {
	background-color: #E79F98;
}

.globalNav li:hover .subNav {
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	transform: translateY(0);
}

.main_image {
	min-width: 1200px;
	z-index: 9999;
	background-image: url(../img/main_imgb.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-color: #eebeb9;
	padding: 10px 0 30px 0;
}

.info {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.info_m {
	width:180px;
	margin-right:40px;
	padding-top:15px;
}

.info_c {
	flex: 1;
}

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

.info_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	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;
	min-width: 1200px;
}

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

.main_ksw {
	padding:50px 0;
}

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

.main_ks div{
	margin:0 10px;
}

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

.ks_btn {
	display: flex;
	justify-content: center;
	width: 360px;
	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:auto 100%;
	padding-top:20px;
	padding-bottom:10px;
}

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

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

.main1 {
	margin-bottom:100px;
}

.main1_st {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	line-height: 2.2em;
	color: #FFF;
	letter-spacing: 0.05em;
	padding-bottom: 70px;
}

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

.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:5% 0;
	width:25%;
}

.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:5% 0;
	width:25%;
}

.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:5% 0;
	width:25%;
}

.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:5% 0;
	width:25%;
}

.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;
	margin-right: 8%;
	margin-left: 8%;
}

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

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

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

.main2_c div{
	width:30%;
}

.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: 20px;
	letter-spacing: 0.05em;
}

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

.main2_c ul li a{
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #f6cac8;
	padding: 20px 0 20px 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: 10px;
	padding-bottom: 15px;
	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: #EFA5A0;
}

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

.main4_m h4{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 42px;
	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:100px;
}

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

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

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

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

.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: 30px;
}

.main3 {
	margin-bottom: 100px;
	min-width: 1200px;
	background-color: #f9eaea;
	padding-top: 1px;
}

.main3_c {
	background-image: url(../img/main3_back.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:auto 95%;
	margin-top:-150px;
	padding-top:230px;
	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;
	text-align: center;
}

.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 {
	min-width:1200px;
}

.foot_c {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
}

.foot_hour {
	width:560px;
	margin-bottom:30px;
}

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

.foot_logo {
	width: 200px;
	margin-right: 40px;
}

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

.foot_txt {
	width:235px;
	margin-right:40px;
}

.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: 'Jost', sans-serif;
	font-weight: 400;
	color: #ec7e79;
	background-image: url(../img/tel_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 23px;
	padding-bottom: 5px;
}

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

}

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


/*　中ページ　*/


.page_head {
	padding-left: 200px;
	margin-bottom: 50px;
}

.page_head nav {
	padding-top:3%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.page_head nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.page_head nav ul li{
	margin-right:3%;
}

.page_head nav ul li a{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	color: #2d2d2d;
	font-size: 20px;
	text-decoration: none;
}

.page_head nav ul li a:hover{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	color: #ec7e79;
	font-size: 20px;
	text-decorastion: none;
}

.page_title {
	margin-bottom: 50px;
	min-width: 1200px;
	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: 70px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	padding: 8% 0 8% 8%;
	line-height: 0.8em;
}

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

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

.page_in {
	margin-bottom:100px;
}

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

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

.page_main div:nth-child(2) {
	width:480px;
}

.page_main div:nth-child(2) img{
	width:100%;
	height:auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.clm3 {
	margin-bottom:100px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.clm3 div{
	width:30%;
}

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

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

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

.cont2_lr1 div:nth-child(1) {
	flex: 1;
	margin-right:30px;
}

.cont2_lr1 div:nth-child(2) {
	width:480px;
}

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

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

.cont2_lr2 div:nth-child(1) {
	flex: 1;
	margin-left:30px;
	order: 2;
}

.cont2_lr2 div:nth-child(2) {
	width:480px;
	order: 1;
}

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

.list_tp {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.list_tp div:nth-child(1) {
	width:300px;
	margin-right:30px;
}

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

.list_tp div:nth-child(2) {
	flex: 1;
}

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

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

.doctor_1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.doctor_p {
	width: 220px;
	margin-right: 50px;
}

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

.doctor_p p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 24px;
}

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

.doctor_t {
	flex: 1;
	padding-top: 10px;
}

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

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

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

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

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

.access1 {
	margin-bottom:100px;
}

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

.access1 dl dt{
	background-color: #fbfaf7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 1.5%;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.access1 dl dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2%;
	flex: 1;
}

.access2 {
	width:100%;
}

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

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

.men1_m {
	position: relative;
	display: inline-block;
	padding: 0 90px;
	font-size: 30px;
	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: 32%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
	margin-bottom:5%;
}

.men2 ul li 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;  
}

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

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

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

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

.check2 {
	background-color: #fbfaf7;
	padding: 3%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

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

.check2 ul li{
	width: 21%;
	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 {
	margin-bottom: 40px;
}

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

.check3 dl dt{
	width: 200px;
	background-color: #fbfaf7;
	padding:1%;
	display: flex;
	align-items: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

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



.check4 {
}

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

.check4 dl dt{
	width: 300px;
	background-color: #fbfaf7;
	padding:1%;
	display: flex;
	align-items: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

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

.pic_m img{
	width:100%;
	height:auto;
	margin-bottom:30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.about_li ul{
	display: flex;
	justify-content:flex-start;
}

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

.about1 {
}

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

.about1 ul li{
	background-color: #fbfaf7;
	padding: 3%;
	width: 18%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.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: -50px;
	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;
}

.about2 div:nth-child(1){
	width: 250px;
	margin-right: 30px;
}

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

.about2_li {
	flex: 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;
}

.about3_pic {
	width:280px;
	margin-right:30px;
}

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

.about3_txt {
	flex: 1;
}

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

.inter_1 div{
	width: 28%;
	background-color: #fbfaf7;
	padding:2%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.inter_1 div p {
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:10px;
}

.inter_1 div p span{
	color: #ec7e79;
	margin-right:5px;
}

.life_m {
	margin-bottom:25px;
}

.life_m span{
	background-color: #ec7e79;
	padding: 3px 15px 8px 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #FFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


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

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

.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: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.ab_men2 ul li{
	background-color: #fbfaf7;
	padding: 3%;
	width: 24%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:0 1% 2% 1%;
}

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

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

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

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

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

.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: 200px;
	text-align: right;
}

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

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

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


}


/*============ フェードイン ============*/

.fadein1 {
	opacity : 0;
	transform : translate(0px, 16px);
	transition : all 1400ms;
	}
.fadein1.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}
