@charset "UTF-8";
/* CSS Document */



/* CAFEみらいとページ */
.cafe_bg {background-color:#c7e6e9;}
.cafe_title {width:292px;margin:0 auto;}
.epi_bg {background-color:#c7e6e9;padding-bottom:4em;}
.epi {background-color:#fff;max-width:1000px;
	margin:0 auto;padding:4em 0;border-radius:40px;
	position:relative;}
.epi ul {display:flex;width:96.6%;margin:0 auto;}
.epi ul li {width:100%;}
.epi ul li div {width:82.6%;margin:0 auto;}
.epi_border {background:url(../img/cafe/cafe_dot.svg) top right repeat-y;
	background-size:3px 8px;}
.epi p {font-size:1.05em;letter-spacing:0.07em;}
.epi_user {text-align:justify;color:#006bb4;}
.epi_user_n {text-align:right;color:#006bb4;}
.epi_user_n_A {padding-bottom:2em;}
.epi_user_n_B {padding-bottom:3.5em;}
.epi_user_n_C {padding-bottom:2em;}
.epi_h {text-align:justify;color:#6a3a0d;}
.epi_h::before{content:"";display:inline-block;
	width:20px;height:17px;
	background-image:url(../img/cafe/cafe_icon.svg);
	background-repeat:no-repeat;
	background-size:contain;vertical-align:middle;}

.cafe_bg2 {background-color:#fff;padding:4em 0;}
.cafe_henshu {background-color:#fce9e2;
	max-width:1000px;margin:0 auto;}
.cafe_henshu p {width:620px;margin:0 auto;
	text-align:justify;font-size:1.05em;
	letter-spacing:0.05em;color:#231815;padding:2em 0;}
.cafe_info {width:450px;margin:0 auto;padding-top:4em;}
@media screen and (max-width: 750px){
	.cafe_title {width:100%;}
	.epi_bg {padding-bottom:3em;}
	.epi {max-width:93%;padding:0;border-radius:15px;}
	.epi ul {display:block;width:85.7%;}
	.epi ul li {padding:2em 0;}
	.epi ul li div {width:100%;}
	.epi_border {background:url(../img/cafe/cafe_dot2.svg) bottom repeat-x;background-size:8px 3px;}
	.epi p {font-size:3.8vw;line-height:1.7em;
		letter-spacing:0.015em;}
	.epi_user_n_A, .epi_user_n_B, .epi_user_n_C
		{padding-bottom:1.5em;}
	.epi_h::before{width:4vw;height:3.4vw;}
	
	.cafe_bg2 {padding:5em 0 0 0;}
	.cafe_henshu {width:92%;margin:0 auto;position:relative;}
	.cafe_henshu div {position:absolute;
		width:57.4%;top:-6.5vw;left:50%;
		-webkit-transform:translateY(0%) translateX(-50%);
		transform:translateY(0%) translateX(-50%);}
	.cafe_henshu p {width:85%;font-size:3.8vw;
		line-height:1.7em;letter-spacing:0.02em;
		padding:3em 0 1.5em;}
	.cafe_info {width:100%;}
	.cafe_info {width:100%;padding-top:0em;}
}
/* CAFEみらいとページ end */
