@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li, li a,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
form{margin:0; padding:0;}
table{border-collapse:collapse;}
address{font-style:normal;}
body div {
	display: block;
}
address{font-style:normal;}
img {max-width:100%; height:auto;}
table th{font-weight: normal;}
main{line-height: 1.8;}
ol li{
margin-left: 2em;
}
p{
	padding-bottom: 1em;
}
.caption{font-size: 84%;}
hr{
	border:none;
	border-bottom: 1px solid #ccc;
	margin: 3em 0 2em;
	height: 1px;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #1f1f1f;
	background-color: #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
main{
}
a:hover img{opacity: 0.7;}
/*----------------------------------------------------------

MENU UNIT HEADER

----------------------------------------------------------*/
.header{
	width: 100%;
	height: 130px;
}
.header .inner{
	width: 960px; margin: 0 auto;
}
.hamburger{display: none;}
.hnav_guide{
	background-color: #fff;
	width: 100%;
	transition: ease 0.2s;
	position: fixed;
	z-index: 900;
}
nav.hnav{
	box-sizing: border-box;
	padding: 12px 0;
	margin: 0 auto;
	transition: ease 0.3s;
	position: relative;
}
.hnav ul{
	display: flex;
	justify-content: space-between;
	width: 960px;
	line-height: 1.2;
}
.hnav ul li a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	transition: ease .3s;
	color: #515151;
	font-weight: bold;
}
.hnav ul li a:hover{
	color: #e895a8;
}
li.navsp{ display: none;}
li.nav1 a:before,li.nav2 a:before,li.nav3 a:before,li.nav4 a:before,
li.nav5 a:before,li.nav6 a:before,li.nav7 a:before{
	font-family: 'icomoon';
	font-weight: normal;
	position: relative;
	margin: 0 3px 0 0;
	top: 3px;
	font-size: 18px;
	}
li.nav1 a:before{ content: '\e905';}
li.nav2 a:before{ content: '\e907';}
li.nav3 a:before{ content: '\e901';}
li.nav4 a:before{ content: '\e900';}
li.nav5 a:before{ content: '\e902';}
li.nav6 a:before{ content: '\e906';}
li.nav7 a:before{ content: '\e904';}

.hlogosp a{
		width: 220px;
		height: 75px;
		display: block;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-top: 10px;
		background: url("../images/common/logo.svg") no-repeat;
		background-size: contain;
}
.head_upper{display: flex; justify-content: space-between; width: 100%;}
.head_right{display: flex; justify-content:flex-end;}
.inq_center{
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	width: 550px;
}
.inq_center .head_btn{ padding:5px 10px 15px;}
.inq_center .body_btn{ padding:5px 10px 15px;}
.head_tel,.body_tel{
	width: 350px;
	font-size: 36px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1em;
}
.head_tel a,.body_tel a{
	display: block;
	color: #1f1f1f;
	text-decoration: none;
	line-height: 1.05;
}
.head_tel em,.body_tel em{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	text-indent: 0.8em;
}
.head_tel span,.body_tel span{
	font-size: 44px;
	color: #e895a8;
	position: relative;
	top: 7px;
}
.h_tel,
.h_tel a{display: none;}
.head_btn,.body_btn{
	width: 150px;
	background-color: #e895a8;
	padding: 12px 10px;
	text-align: center;
	border-radius: 8px;
	margin-top: 15px;
	height: 40px;
	transition: ease 0.4s;
}
.head_btn a,.body_btn a{display: block; color: #fff; text-decoration: none; font-size: 18px; font-weight: bold;}
.head_btn:hover,.body_btn:hover{
	background-color: #E74F72;
}
.head_btn a em,.body_btn a em{display: block; font-size: 12px; font-style: normal;}

.footer{
	background-image:url("../images/common/footer-bg02.png");
}
.footer .inner{
	width: 1100px;
	padding: 60px 0 20px;
	margin: 0 auto;
}
.footnav{
	display: flex;
	width: 570px;
	flex-wrap: wrap;
	padding-top: 60px;
}
.footnav ul:first-child{width: 250px;}
.footnav ul{  width: 320px; flex-wrap: nowrap;}
.footnav ul li a{
	color: #414141;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	padding-left: 50px;
	font-weight: bold;
	transition: ease 0.4s;
}
.footnav ul li a:before{
	content: "\f101";
	font-family: 'icomoon';
	padding-right: 5px;
}
.footnav ul li a:hover{
	color: #e895a8;
}
.foot-ad{
	width: 100%;
	margin: 20px 0 0 50px;
	border-top: 1px solid #666;
	padding: 20px 0 0 0;
	font-style: normal;
}
.foot-logo{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 230px;
	height: 70px;
	margin: 0 auto;
	background: url("../images/common/logo.svg") no-repeat center;
}
.foot-photo{
	padding-top: 20px;
	width: 450px;
}
.foot{
	display: flex;
	flex-wrap: wrap;
}
.foot-banner{
	padding: 40px 0 20px;
}
.foot-banner img{ display: block; margin: 0 auto;}
.copy{
	padding: 10px 0 80px;
	text-align: center;
}

section.inq{
	background-image: url(../images/common/footer-bg.png);
	padding: 40px 0;
}
section.inq.spnav{ display: none;}
.inq .inner{
	width: 940px;
	margin: 0 auto;
	border: 10px solid #fff;
	padding: 40px 0;
}
.pagetop a{
	display: block;
	right: 5%;
	bottom: 5%;
	width: 105px;
	height: 107px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: fixed;
	background-image: url(../images/common/page-top.png);
}
/*----------------------------------------------

H1 H2 H3

----------------------------------------------*/
h2.md1{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 42px;
	text-align: center;
}
h2.md2,
h3.md2{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
}
h2.md3,
h3.md3{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.6em;
	text-align: center;
	padding: 20px 0;
}
h2.abouth2{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	background-image: url("../images/common/footer-bg02.png");
}
p.md1{
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	font-size: 26px;
	text-align: center;
}
p.md2{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 24px;
}
p.md3{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 18px;
}
/*----------------------------------------------

Btn

----------------------------------------------*/
.btn-mini-pink a{
	background-color: #e895a8;
	color: #fff;
	padding:8px 20px;
	text-decoration: none;
	border-radius: 8px;
	margin: 10px auto;
	display: block;
	text-align: center;
	max-width: 30%;
	transition: ease 0.4s;
}
.btn-mini-pink a:hover{
	background-color: #E74F72;
}
.btn-mini-yellow a{
	background-color: #F7F069;
	text-decoration: none;
	padding: 8px 25px;
	color: #1f1f1f;
	transition: ease 0.4s;
	border-radius: 5px;
}
.btn-mini-yellow a:hover{
	background-color: #FDD21D;}
.btn-pink{
	background-color: #e895a8;
	border:2px solid #e895a8;
	display: block;
	width: 660px;
	margin: 20px auto;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	position: relative;
	transition: ease 0.4s;
}
.btn-pink:after{
	content: '\f0da';
	font-family: 'icomoon';
	font-size: 50px;
	position: absolute;
	right: 15px;
	top: 18px;
	color: #fff;
}
.btn-pink a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 20px;
}
.btn-pink a span{
	font-size: 32px;
	font-weight: bold;
	display: block;
}
.btn-pink:hover{
	background-color: #fff;
}
.btn-pink:hover a{
	color: #e895a8;
}
.btn-pink:hover:after{
	color: #e895a8;
}
/*-----------------------------------------------------------

Section

-----------------------------------------------------------*/

section.first{}
.topart{
	background: url("../images/top/img01.jpg") no-repeat center -50px;
	background-size: cover;
	min-height: 42.5vh;
	position: relative;
}
.topart .topart_inner{
	width: 70vw;
	margin: 0 auto;
	position: relative;
}
.top_pop{
	position: absolute;
	right: 2%;
	top: 30%;
}
.top_pop img{	width: 80%;}
.top-copy1{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.45em;
	padding: 80px 0 120px;
	color: #D14168;
	text-shadow: 0px 0px 10px rgba(255,255,255,1.00),0px 0px 10px rgba(240,198,16,1),0px 0px 10px rgba(240,198,16,1),0px 0px 10px rgba(240,198,16,1),0px 0px 10px rgba(240,198,16,1),0px 0px 10px rgba(240,198,16,1);
}
.top-copy2{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.55em;
	padding-bottom: 180px;
 text-shadow: 0px 0px 10px rgba(255,255,255,1),0px 0px 10px rgba(255,255,255,1),0px 0px 10px rgba(255,255,255,1),0px 0px 5px rgba(255,255,255,1),0px 0px 2px rgba(255,255,255,1),0px 0px 2px rgba(255,255,255,1),0px 0px 2px rgba(255,255,255,1),0px 0px 2px rgba(255,255,255,1);
}
section.first .inner{width: 960px;	margin: 0 auto;}
.slider-btn{
	display: none;
}
ul.plan-list{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}
ul.plan-list img{
	width: 300px;
}
section.red-sect{
	padding: 30px 0;
	background-image: url("../images/common/footer-bg.png");
}
section.red-sect .inner{
	width: 960px;
	margin: 0 auto;
}
section.yellow-sect{
	padding: 30px 0;
	background-image: url(../images/common/footer-bg02.png);
}
section.yellow-sect .inner{
	width: 960px;
	margin: 0 auto;
}
section.white-sect{
	padding: 0 0;
}
section.white-sect .inner{
	width: 960px;
	margin: 30px auto 0;
}
section.anchi-sect{
	padding: 0 0 30px 0;
}
section.anchi-sect .inner{
	width: 960px;
	margin: 0 auto;
}
section.green-sect{
	padding: 30px 0;
	background-image: url("../images/common/footer-bg03.png");
}
section.green-sect .inner{
	width: 960px;
	margin: 0 auto;
}
.sec_flex{
	display: flex;
	flex-wrap: wrap;
}
.sec_flex_nowrap{
	display: flex;
	justify-content: space-between;
}
.sec_four_1{width: 35%; padding: 20px; box-sizing: border-box;}
.sec_four_2{
	width: 50%;
	padding:20px 10px 20px 0;
	box-sizing: border-box;
}
.sec_four_2:last-child{padding:20px 0px 20px 10px;}
.sec_four_3{width: 65%; padding: 0 20px 20px; box-sizing: border-box;}
/*.sec_four_44{width: 25%; padding: 20px; box-sizing: border-box;}*/
.sec_four_44{width: 33%; padding: 20px; box-sizing: border-box;}
.sec_four_44 img{border-radius: 10px;}
.sec_four_44 strong{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	display: block;
}
.sec_white{
	padding: 20px;
	background-color: #fff;
}
.area{
	font-size: 14px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
}
.area-map{
	width: 40%;
}
.news_inner{
	width: 64%;
	border: 1px solid #1f1f1f;
	box-sizing: border-box;
	padding: 10px;
}
.news_banner{width: 35%; box-sizing: border-box; padding: 0 0 0 20px;}
.big_banner{padding: 20px 0;}
.news_tit a{
	font-size: 15px;
	color: #1f1f1f;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	display: block;
	padding: 5px 0;
}
.news_tit a:hover{
	color: #6B6B6B;
}
.news_tit a:before{
	content: '■';
	color: #F19FA0;
}
.newslist{	text-align: right;}
.newslist a{
	color: #e895a8;
	text-decoration: none;
	font-size: 14px;
}
h3.news_h3{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 28px;
	padding-bottom:10px;
	text-align: center;
	border-bottom: 1px dotted #666;
}
h3.news_h3 span{
	font-size: 42px;
	color: #DD7979;
	font-weight: normal;
	position: relative;
	bottom: -10px;
}
.news_link{text-align: right; color: #e895a8;}

.h2.about_h2{}
.sec_about{}
.sec_flow{
	padding: 30px 0 0;
	background-image: url(../images/common/footer-bg02.jpg);
}
.sec_about .inner{width: 960px; margin: 0 auto;}
.sec_flow .inner{width: 960px; margin: 0 auto;}
.sec_green{
	background-image: url("../images/common/footer-bg03.png");
	padding: 30px 0;
}
.sec_pink{
	background-image: url(../images/common/footer-bg.png);
	padding: 30px 0;
} 
.sec_green .inner,
.sec_pink .inner{width: 960px; margin: 0 auto;}
table.about{ width: 100%;}
table.about td{
	padding: 10px 10px 10px 15px;
	border: #E895A8 1px solid;
}
table.about th{
	background-color: #FDCFDA;
	border: #E895A8 1px solid;
	width: 200px;
}
.map_box{padding: 30px 0;}
.map_box iframe{}
.setubi_unit{
	float: inherit;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}
.setubi{
	width: 200px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background-color: #FDCFDA;
	margin-bottom: 30px;
}
.setubi img{
	display: block;
}
.flow_unit{
	padding: 20px 0 60px;
}
.flow_box{
	border: #E895A8 2px solid;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	padding: 12px;
	display: flex;
	margin: 0 0 70px;
}
.flow_box h3{
	font-size: 24px;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: dotted 6px #E895A8;
	text-align: center;
}
.flow_box .inner{width: 650px; padding: 0 20px;}
.flow_box img{}
.flow_box_no{
	background-color: #E895A8;
	width: 75px;
	height: 55px;
	padding-top: 20px;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: -15px;
	top: -15px;
}
.flow_box:after{
	content: '\f0d7';
	display: block;
	font-family: 'icomoon';
	font-size: 40px;
	text-align: center;
	margin: 20px 0;
	color: #E895A8;
	position: absolute;
	bottom: -80px;
	left: 50%;
}
.flow_box:last-child:after{
	content: '';
}
.about_img{
	padding: 0 0 30px;
}
.anchi-btn {
	padding: 30px 0;
	display: flex;
	justify-content: space-around;
}
.anchi-btn a{
	color: #E895A8;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #E895A8;
	font-size: 20px;
	padding: 2px 35px 3px;
	border-radius: 25px;
	transition: ease 0.4s;
}
.anchi-btn a:after{
	content: '\f0d7';
	font-family: 'icomoon';
	padding-left: 5px;
	font-size: 24px;
	position: relative;
	top: 5%;
}
.anchi-btn a:hover{
	background-color: #E895A8;
	color: #fff;
}
.anchi-box{
	display: flex;
	background-color: #FDCFDA;
	border-radius: 15px;
	margin: 0 0 20px;
	padding: 0 20px 10px 20px;
	font-size: 14px;
	align-items: center;
}
.news{}
.news-box{
	border: 1px solid #1f1f1f;
	border-radius: 15px;
	padding: 15px 20px 30px;
	margin-bottom: 20px;
}
.news-date{
	text-align: right;
	font-size: 12px;
}
.news-title{
	font-weight: bold;
	color: #E895A8;
}
.dream-right{
	padding: 0 20px;
	width: 55%;
}
.dream-box{
	padding: 45px 40px;
	border: 1px solid #1f1f1f;
	border-radius: 15px;
	display: flex;
	margin-bottom: 25px;
}
.dream-img{
	padding: 0 20px;
	width: 45%;
}
.dream-img img{
	width: 80%;
	border: 15px solid #fff;
	box-shadow: 0px 0px 25px 5px #fbf08c;
}
.dream-label{
	text-align: center;
	display: block;
	letter-spacing: 1.2em;
	color: #B7956A;
	border-top: 1px solid #B7956A;
	border-bottom: 1px solid #B7956A;
}
.dream-title{
	padding: 0px 10px;
	background-color: #F7EAED;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 15px auto;
	color: #564343;
}
.dream-coment{
	padding: 10px 0 20px;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	font-size: 28px;
	line-height: 1.4em;
}
.dream-recoment{
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
}
.inqtable{
	width: 100%;
}
.inqtable input{
	width: 100%;
	padding: 15px 10px;
	border: #8E8E8E 1px solid;
	border-radius: 5px;
	margin: 5px 0 15px;
}
.inqtable textarea{
	width: 100%;
	padding: 10px 10px;
	border: #8E8E8E 1px solid;
	border-radius: 5px;
	margin-bottom: 15px;
	height: 5em;
}
.need{
	background-color: #BD171A;
	font-size: 11px;
	padding: 1px 5px;
	border-radius: 5px;
	color: #FFFFFF;
}
.inputarea{
	display: flex;
	justify-content: space-around;
}
input[type="submit"],
input[type="button"]{
	width: 40%;
	font-size: 18px;
	border-radius: 10px;
	background-color: #E895A8;
	border: none;
	cursor: pointer;
	transition: ease 0.4s;
	margin: 10px 20px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	background-color: #C96A80;
}

/*----------------------------------------------------------

PRICE

----------------------------------------------------------*/

table.price table{
	border:none;
	border-collapse: collapse;
	width: 100%;
}
table.price table td{border:none;}
table.price{
	width: 100%;
	border-spacing: 0;
	border-radius: 12px;
	border-collapse:separate;
	border-left: 2px solid #1f1f1f;
	border-top: 2px solid #1f1f1f;
	margin: 20px 0;
}
table.price th{
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid #1f1f1f;
	border-right: 2px solid #1f1f1f;
	vertical-align: middle;
}
table.price td{
	padding: 10px;
	font-size: 18px;
	border-bottom: 2px solid #1f1f1f;
	border-right: 2px solid #1f1f1f;
	font-weight: bold;
	vertical-align: middle;
}

table.price thead th:last-child {	border-radius: 0 10px 0 0;}
table.price tbody tr:last-child td:first-child{	border-radius: 0 0 0 10px;}
table.price tbody tr:last-child td:last-child{	border-radius: 0 0 10px 0;}
table.price td.bl,
table.price th.bl{
	background-color: #ADDAEC;
	text-align: center;
	font-size: 20px;
}
table.price td.gr,
table.price th.gr{
	width: 160px;
	background-color: #B9DCA8;
	text-align: center;
	font-size: 20px;
}
table.price td.re,
table.price th.re{
	width: 160px;
	background-color: #EBC6C9;
	text-align: center;
	font-size: 20px;
}
table.price td.wh,
table.price th.wh{
	background-color: #fff;
	text-align: center;
	font-size: 20px;
}
table.price th.pi{
	background-color: #EBC6C9;
	text-align: center;
	font-size: 20px;
}
table.price th.pi:first-child{width: 45%;}
table.price td span{ float: right;}
table.price td em{
	width: 160px;
	font-weight: normal;
	font-style: normal;
}

.price_bl{
	margin-top: 40px;
	border: 5px solid #54B4DC;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.price_gr{
	margin-top: 40px;
	border: 5px solid #83C862;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.price_re{
	margin-top: 40px;
	border: 5px solid #D79FA4;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.price_img{
	width: 480px;
	font-size: 16px;
}
.price_datail{}
.price_data{
	width: 400px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.price_data_detail{
	padding: 10px;
	text-align: left;
	font-size: 16px;
	margin: 10px 0 0 0;
	border-radius: 15px;
	font-weight: normal;
}
.price_bl .price_data_detail{
	background-color: #DFECF7;
}
.price_gr .price_data_detail{
	background-color: #E1F3DE;
}
.price_re .price_data_detail{
	background-color: #EDDDDD;
}
.price_data_detail strong{
	display: block;
	text-align: center;
}
.pricebox_blue{
	background-color: #C6D9F0;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.pricebox_black{
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	border: 1px solid #1f1f1f;
	padding: 15px;
	border-radius: 10px;
}

.pricebox_green{
	background-color: #D0ECC5;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 50px;
	font-feature-settings:"palt";
}
/*----------------------------------------------------------

Utility

----------------------------------------------------------*/
.pcshow{display: initial;}
.spshow{display: none;}

.box80{width:80%; margin: 0.5em auto;}
.box60{width:60%; margin: 0.5em auto;}
.note{
	border:1px solid #CF272A;
	color: #CF272A;
	padding: 10px;
	font-size: 14px;
	margin: 0.5em 0;
}
.allcenter{
	text-align: center;
}
.screen-reader-text{
	display: none;
}
nav.pagination{
	padding: 15px 0;
	display: flex;
justify-content: center;
}
nav.pagination a{
	display: inline-block;
	padding: 5px 15px;
	background-color: rgba(228,169,169,1.00);
	border: 1px solid rgba(228,169,169,1.00);
	border-radius: 5px;
	margin: 15px 5px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
nav.pagination span.current{
	display: inline-block;
	padding: 5px 15px;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid #ccc;
	margin: 15px 5px;
	border-radius: 5px;
	font-size: 18px;
}
/*----------------------------------------------------------

MENU UNIT HEADER 1024

----------------------------------------------------------*/
@media screen and (max-width: 1024px) {
body{font-size: 15px;}
main{padding-top: 60px;}
.header{
	width: 100%;
	height: 70px;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 100;
}
.header .inner{
	width: 100%;
	margin: 0 auto;
}
/*--Hamburger-*/
.hamburger {
	display: block;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 3100;
	background-color: #E895A8;
}
.hamburger:after{
		content: 'MENU';
		color: #fff;
		position: absolute;
		bottom: 0px;
		font-size: 11px;
		width: 50px;
		text-align: center;
	}
.ham_line {
	position: absolute;
	width: 30px;
	height: 3px;
	left: 10px;
	background-color: #fff;
}
.ham_line1 { top: 8px; transition: ease 0.3s;}
.ham_line2 { top: 18px; transition: ease 0.3s;}
.ham_line3 { top: 28px; transition: ease 0.3s;}
.open .ham_line{background-color: #fff !important;}
.open .ham_line1 {
	-webkit-transform: rotate(220deg);
  transform: rotate(225deg);
  top: 18px;
}
.open .ham_line2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.open .ham_line3 {
 opacity: 0;
}
.hnav_guide{
	position: inherit;
	top: inherit;
	z-index: inherit;
	transition: inherit;
}
nav.hnav{
	margin: 0 auto;
	position: fixed;
	border-radius: inherit;
	opacity: 0;
	top: -100%;
	width: 100%;
	height: calc(100vh - 70px);
	background-color: #e895a8;
	padding: 60px 0 20px;
	transition: all 0.5s;
	overflow-y: auto;
	z-index: 102;
	margin-top: 70px;
	box-sizing: border-box;
}
.open .hnav {
	padding-left:0;
	opacity: 1;
	top: 0;
	padding-top: 20px;
}
.hnav ul{
	justify-content:flex-start;
	width: 100%;
	line-height: inherit;
	flex-wrap: wrap;
}
.hnav ul li a{
	display: block;
	width: 44vw;
	white-space: nowrap;
	text-align: left;
	margin: 10px 0 10px 20px;
	color: #fff;
	text-indent: -1em;
	font-size: 14px;
	font-weight: 400;
	transition: ease .3s;
}
.hnav ul li a:hover{
	color: rgba(176,176,176,1.00);
}
.h_tel {	display: block;}
.h_tel a{
	display: block;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 5px;
	position: absolute;
	background-color: #E895A8;
 color: #fff;
	text-decoration: none;
	text-align: center;
	}
	.h_tel a span{font-size: 40px;}
	.h_tel a span:after{
		content: 'お電話';
		color: #fff;
		position: absolute;
		bottom: 3px;
		font-size: 11px;
		width: 50px;
		display: block;
		text-align: center;
	}
.hlogosp {

	}
li.navsp{display: block;}
li.nav1 a:before,li.nav2 a:before,li.nav3 a:before,li.nav4 a:before,
li.nav5 a:before,li.nav6 a:before,li.nav7 a:before,li.navsp a:before{
	font-family: 'icomoon';
	font-weight: normal;
	position: relative;
	margin: 0 2px 0 0;
	top: 3px;
	font-size: 13px;
	}
li.nav1 a:before{ content: '\e907';}
li.nav2 a:before{ content: '\e907';}
li.nav3 a:before{ content: '\e907';}
li.nav4 a:before{ content: '\e907';}
li.nav5 a:before{ content: '\e907';}
li.nav6 a:before{ content: '\e907';}
li.nav7 a:before{ content: '\e907';}
li.navsp a:before{ content: '\e907';}

.hlogosp a{
	width: 160px;
	height: 50px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px auto 0;
	background: url("../images/common/logo.svg") no-repeat center;
	background-size: contain;
}
.head_upper{
	display: block;
	justify-content: space-between;
	width: 100%;
}
.head_right{display: flex; justify-content:flex-end;}
.inq_center{
	display: block;
	justify-content:inherit;
	margin: 0 auto;
	width: 100%;
}
.inq_center .head_btn{ padding:5px 10px 15px;}
.head_tel{
	display: none;
}
.body_tel{
	width: 100%;
	font-size: 28px;
	text-align: center;
}
.body_tel a{
	line-height: 1.05;
	text-align: center;
}
.body_tel em{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8;
	text-indent: 0;
	text-align: center;
}
.body_tel span{
	font-size: 44px;
	color: #e895a8;
	position: relative;
	top: 7px;
}
.head_btn{
	display: none;
}
.body_btn{
	width: 150px;
	background-color: #e895a8;
	padding: 12px 10px;
	text-align: center;
	border-radius: 8px;
	margin: 15px auto 0;
	height: 40px;
}
.body_btn a{display: block; color: #fff; text-decoration: none; font-size: 18px; font-weight: bold;}
.body_btn:hover{
	background-color: #E74F72;
}
.body_btn a em{display: block; font-size: 12px;}

.footer{
	background-image:url("../images/common/footer-bg02.png");
}
.footer .inner{
	width: 96%;
	padding: 30px 0 20px;
	margin: 0 auto;
}
.footnav{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-top: 40px;
	order: 0;
}
.footnav ul:first-child{width:inherit;}
.footnav ul{	display: flex; width: 100%; flex-wrap: wrap;}
.footnav ul li a{
	font-size: 14px;
	width: 45vw;
	display: block;
	padding: 5px 0 0 10px;
}
.footnav ul li a:before{
	content: "\f101";
	font-family: 'icomoon';
	padding-right: 5px;
}
.footnav ul li a:hover{
	color: #e895a8;
}
.foot-ad{
	width: 100%;
	font-size: 13px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
.foot-logo{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 230px;
	height: 70px;
	margin: 0 auto;
	background: url("../images/common/logo.svg") no-repeat center;
}
.foot-photo{
	padding-top: 20px;
	width: 80vw;
	margin: 0 auto;
	order: 1;
}
.foot{
	display: flex;
	flex-wrap:wrap;
}
.foot-banner{
	padding: 40px 0 20px;
	width: 80vw;
	margin: 0 auto;
}
.foot-banner img{ display: block; margin: 0 auto;}
.copy{
	font-size: 12px;
}
section.inq.spnav{display: block; padding: 20px 0; margin-top: 30px;}
section.inq{
	background-image: url(../images/common/footer-bg.png);
	padding: 20px 0;
	margin: 0;
}
.inq .inner{
	width: 86%;
	border: 6px solid #fff;
	padding: 8px;
}
.pagetop{
	display: none;
}
/*----------------------------------------------

H1 H2 H3 1024

----------------------------------------------*/
h2.md1{
	font-size: 22px;
}
h2.md2,
h3.md2{
	font-size: 26px;
	text-align: center;
	line-height: 1.35em;
	padding-bottom: 1em;
}
h2.md3,
h3.md3{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.6em;
	text-align: center;
	padding: 20px 0;
}
h2.abouth2{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	margin-bottom: 1em;
	}
p.md1{
	font-size: 15px;
	line-height: 1.3em;
	padding: 0;
}
p.md2{
	font-size: 16px;
}
p.md3{
	font-size: 18px;
}
/*----------------------------------------------

Btn 1024

----------------------------------------------*/
.btn-mini-pink a{
	padding: 10px 0;
	margin: 10px auto;
	display: block;
	text-align: center;
	max-width: 80%;
}
.btn-mini-pink a:hover{
	background-color: #E74F72;
}
.btn-mini-yellow a{
	padding: 8px 0;
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
	}
.btn-pink{
	border: none;
	display: block;
	width: 96%;
	margin: 20px auto;
	border-radius: 10px;
	font-size: 20px;
}
	.btn-pink a{ font-size: 12px;}
.btn-pink:after{
	content: '';
	display: none;
}
.btn-pink a span{
	font-size: 20px;
}
.btn-pink:hover{
	background-color: #fff;
}
.btn-pink:hover a{
	color: #e895a8;
}
.btn-pink:hover:after{
	color: #e895a8;
}

/*------------------------------------------------------------

Section 1024

------------------------------------------------------------*/

section.first{}
.topart{
	background: url("../images/top/img01.jpg") no-repeat center -30px;
	background-size: 800px;
	min-height: 35vh;
}
.topart .topart_inner{
	width: 100vw;
}
.top_pop{
	right: 0;
	top: 22%;
	text-align: right;
	width: 120px;
}
.top_pop img{	width: 100%;}
.top-copy1{
	font-size: 24px;
	padding: 120px 5% 130px;
}
.top-copy2{
	font-size: 18px;
	padding:10px 3% 80px;
}
	
section.first .inner{width: 96%;}

.slider-btn{
	padding: 30px 3% 10px;
	display: flex;
	justify-content: space-between;
}
.slider-btn .oneb{
	display: block;
	width: 30%;
	padding: 5px 0;
	background-color: #54B4DC;
	text-align: center;
	color: #fff;
}
.slider-btn .oneg{
	display: block;
	width: 30%;
	padding: 5px 0;
	background-color: #83C862;
	text-align: center;
	color: #fff;
}
.slider-btn .oner{
	display: block;
	width: 30%;
	padding: 5px 0;
	background-color: #D79FA4;
	text-align: center;
	color: #fff;
}
/*---------------------------------*/
	.cost{margin-left: 10px;}
/*---------------------------------*/
ul.plan-list{
	width: 100%;
	padding: 20px 0;
	margin: initial;
	display: initial;
}
ul.plan-list img{width: 95% !important;}

section.red-sect{
	padding: 30px 0;
	background-image: url("../images/common/footer-bg.png");
}
section.red-sect .inner{
	width: 96%;
	margin: 0 auto;
}
section.yellow-sect{
	padding: 30px 0;
	background-image: url(../images/common/footer-bg02.png);
}
section.yellow-sect .inner{
	width: 96%;
	margin: 0 auto;
}
section.white-sect{
	padding: 30px 0;
}
section.white-sect .inner{
	width: 96%;
	margin: 0 auto;
}
section.anchi-sect{
	padding: 0 0 30px 0;
}
section.anchi-sect .inner{
	width: 96%;
	margin: 0 auto;
}
section.green-sect{
	padding: 30px 0;
	background-image: url("../images/common/footer-bg03.png");
}
section.green-sect .inner{
	width: 94%;
	margin: 0 auto;
}
.sec_flex{
	display: flex;
	flex-wrap: wrap;
}
.sec_flex_nowrap{
	flex-wrap: wrap;
}
.sec_four_1{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.sec_four_2{
	width: 100%;
	padding:10px 0 10px 0;
}
.sec_four_2 img,
.sec_four_3 img{
	display: block;
	margin: 5px auto;
}
.sec_four_2:last-child{padding:0;}
.sec_four_3{
	width: 100%;
	padding: 0;
}
.sec_four_44{
	width: 50%;
	padding: 10px;
	font-size: 13px;
}
.sec_four_44 img{}
.sec_four_44 strong{
	font-size: 20px;
	line-height: 1.4em;
}
.sec_white{
	padding: 20px 10px;
	margin-top: 10px;
}
.area{
	width: 100%;
	font-size: 13px;
	padding-right: 0;
}
.area-map{
	width: 80%;
	display: block;
	margin: 10px auto 0;
}

.sec_white img{ display: block; width: 95%; margin: 0 auto 10px;}
.news_inner{
	width: 100%;
	border: 1px solid #1f1f1f;
	box-sizing: border-box;
	padding: 10px;
}
.news_banner{
	width: 100%;
	box-sizing: border-box;
	padding:20px 0 0 ;
}
.news_banner img{
	width: 100%;
	height: auto;
	}
.news_tit a{
	font-size: 15px;
	color: #1f1f1f;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	display: block;
	padding: 5px 0;
}
.news_tit a:hover{
	color: #6B6B6B;
}
.news_tit a:before{
	content: '■';
	color: #F19FA0;
}
.newslist{	text-align: right;}
.newslist a{
	color: #e895a8;
	text-decoration: none;
	font-size: 14px;
}
h3.news_h3{
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 28px;
	padding-bottom:10px;
	text-align: center;
	border-bottom: 1px dotted #666;
}
h3.news_h3 span{
	font-size: 42px;
	color: #DD7979;
	font-weight: normal;
	position: relative;
	bottom: -10px;
}
.news_link{text-align: right; color: #e895a8;}
.h2.about_h2{}
.sec_about{}
.sec_flow{
	padding: 30px 0 0;
	background-image: url(../images/common/footer-bg02.jpg);
}
.sec_about .inner{
	width: 96%;
	margin: 0 auto;
}
.sec_flow .inner{
	width: 96%;
	margin: 0 auto;
}
.sec_green{
	background-image: url("../images/common/footer-bg03.png");
	padding: 30px 0;
}
.sec_pink{
	background-image: url(../images/common/footer-bg.png);
	padding: 30px 0;
} 
.sec_green .inner,
.sec_pink .inner{
	width: 94%;
	margin: 0 auto;
}
table.about{ width: 100%;}
table.about td{
	padding: 10px 10px 10px 15px;
	border: #E895A8 1px solid;
}
table.about th{
	background-color: #FDCFDA;
	border: #E895A8 1px solid;
	width: 90px;
}
.map_box{padding: 30px 0; width: 100%;}
.map_box iframe{width: 100%; aspect-ratio:4 / 3;}
.setubi_unit{
	float: inherit;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}
.setubi{
	width: 48%;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background-color: #FDCFDA;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.setubi img{
	display: block;
}
.flow_unit{
	padding: 20px 0 60px;
}
.flow_box{
	border: #E895A8 2px solid;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	padding: 12px;
	display: block;
	margin: 0 0 80px;
}
.flow_box h3{
	font-size: 24px;
	padding: 20px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: dotted 6px #E895A8;
	text-align: center;
	line-height: 1.4em;
}
.flow_box .inner{
	width: 100%;
	padding: 0;
}
.flow_box img{display: block; margin: 5px auto;}
.flow_box_no{
	background-color: #E895A8;
	width: 65px;
	height: 45px;
	padding-top: 20px;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: -10px;
	top: -30px;
}
.flow_box:after{
	content: '\f0d7';
	display: block;
	font-family: 'icomoon';
	font-size: 40px;
	text-align: center;
	margin: 20px 0;
	color: #E895A8;
	position: absolute;
	bottom: -80px;
	left: 50%;
}
.flow_box:last-child:after{
	content: '';
}
.about_img{
	padding: 0 0 30px;
	margin: -2em 0 0 0;
}
.anchi-btn {
	padding: 20px 0;
	display: block;
	justify-content: space-around;
}
.anchi-btn a{
	color: #E895A8;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #E895A8;
	font-size: 18px;
	padding: 1px 35px 2px;
	border-radius: 25px;
	transition: ease 0.4s;
	margin: 0 0 5px 0;
	display: block;
}
.anchi-btn a:after{
	content: '\f0d7';
	font-family: 'icomoon';
	padding-left: 5px;
	font-size: 24px;
	position: relative;
	top: 5%;
}
.anchi-btn a:hover{
	background-color: #E895A8;
	color: #fff;
}
.anchi-box{
	display: block;
	border-radius: 15px;
	margin: 0 0 20px;
	padding: 0 20px 10px 20px;
	font-size: 14px;
}
.news{}
.news-box{
	border: 1px solid #1f1f1f;
	border-radius: 15px;
	padding: 15px 20px 30px;
	margin-bottom: 20px;
}
.news-date{
	text-align: right;
	font-size: 12px;
}
.news-title{
	font-weight: bold;
	color: #E895A8;
}
.dream-right{
	padding: 0 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dream-box{
	padding: 10px;
	border: 1px solid #1f1f1f;
	border-radius: 15px;
	display: block;
	margin-bottom: 25px;
}
.dream-img{
	padding: 20px;
	width: 90%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dream-img img{
	width: 90%;
	border: 15px solid #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 25px 5px #fbf08c;
}
.dream-label{
	text-align: center;
	display: block;
	letter-spacing: 1.2em;
	color: #B7956A;
	border-top: 1px solid #B7956A;
	border-bottom: 1px solid #B7956A;
}
.dream-title{
	padding: 0px 10px;
	background-color: #F7EAED;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 15px auto;
	color: #564343;
}
.dream-coment{
	padding: 10px 0 20px;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
}
.dream-recoment{
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
}
.inqtable{
	width: 100%;
}
.inqtable input{
	width: 96%;
	padding: 15px 10px;
	border: #8E8E8E 1px solid;
	border-radius: 5px;
	margin: 5px 0 15px;
}
.inqtable textarea{
	width: 96%;
	padding: 10px 10px;
	border: #8E8E8E 1px solid;
	border-radius: 5px;
	margin-bottom: 15px;
	height: 5em;
}
.need{
	background-color: #BD171A;
	font-size: 11px;
	padding: 1px 5px;
	border-radius: 5px;
	color: #FFFFFF;
}
.inputarea{
	display: flex;
	justify-content: space-around;
}
input[type="submit"],
input[type="button"]{
	width: 40%;
	font-size: 18px;
	border-radius: 10px;
	background-color: #E895A8;
	border: none;
	cursor: pointer;
	transition: ease 0.4s;
	margin: 10px 20px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	background-color: #C96A80;
}
	
/*----------------------------------------------------------

PRICE 1024

----------------------------------------------------------*/
table.price table td{
	display: block;
	width: 100%;
}
	table.price table td img{width: 90%;}
table.price{
	width: 100%;
	border-spacing: 0;
	border-radius: 12px;
	border-collapse:separate;
	border-left: 2px solid #1f1f1f;
	border-top: 2px solid #1f1f1f;
	margin: 20px 0;
}
table.price th{
	font-size: 12px;
	font-weight: normal;
	padding:3px;
	border-bottom: 2px solid #1f1f1f;
	border-right: 2px solid #1f1f1f;
}
table.price td{
	padding: 3px;
	font-size: 12px;
	border-bottom: 2px solid #1f1f1f;
	border-right: 2px solid #1f1f1f;
	font-weight: normal;
}
table.price td.wh,
table.price th.wh{
	background-color: #fff;
	text-align: center;
	font-size: 15px;
}
table.price th.pi{
	background-color: #EBC6C9;
	text-align: center;
	font-size: 15px;
}
table.price th.pi:first-child{width: 45%;}
table.price thead th:last-child {	border-radius: 0 10px 0 0;}
table.price tbody tr:last-child td:first-child{	border-radius: 0 0 0 10px;}
table.price tbody tr:last-child td:last-child{	border-radius: 0 0 10px 0;}
table.price td.bl,
table.price th.bl{
	background-color: #ADDAEC;
	text-align: center;
	font-size: 13px;
}
table.price td.gr,
table.price th.gr{
	width: 20%;
	background-color: #B9DCA8;
	text-align: center;
	font-size: 13px;
}
table.price td.re,
table.price th.re{
	width: 20%;
	background-color: #EBC6C9;
	text-align: center;
	font-size: 13px;
}
table.price td span{ float: none; display: block; font-weight: bold; padding: 0 5px; margin-bottom: -1.5em;}
table.price td em{
	width: 20%;
	font-weight: normal;
	font-style: normal;
}
.price_bl{
	margin-top: 40px;
	border: 5px solid #54B4DC;
	border-radius: 15px;
	display: block;
	justify-content: inherit;
	padding: 10px;
}
.price_gr{
	margin-top: 40px;
	border: 5px solid #83C862;
	border-radius: 15px;
	display: block;
	justify-content:inherit;
	padding: 10px 3%;
}
.price_re{
	margin-top: 40px;
	border: 5px solid #D79FA4;
	border-radius: 15px;
	display: block;
	justify-content: inherit;
	padding: 10px 3%;
}
.price_img{
	width: 100%;
	font-size: 16px;
}
.price_datail{
	font-size: 15px;
}
.price_data{
	width: 100%;
	margin-top: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.price_data_detail{
	padding: 10px;
	text-align: left;
	font-size: 16px;
	margin: 10px 0 0 0;
	border-radius: 15px;
	font-weight: normal;
}
.price_bl .price_data_detail{
	background-color: #DFECF7;
}
.price_gr .price_data_detail{
	background-color: #E1F3DE;
}
.price_re .price_data_detail{
	background-color: #EDDDDD;
}
.price_data_detail strong{
	display: block;
	text-align: center;
}
.pricebox_blue{
	background-color: #C6D9F0;
	padding: 15px;
	border-radius: 10px;
}
.pricebox_black{
	width: 96%;
	box-sizing: border-box;
	margin: 0 auto 30px;
	border: 1px solid #1f1f1f;
	padding: 15px;
	border-radius: 10px;
}

.pricebox_green{
	background-color: #D0ECC5;
	padding: 15px;
	border-radius: 10px;
}
/*----------------------------------------------------------

Utility 1024

----------------------------------------------------------*/
.pcshow{display: none;}
.spshow{display: initial;}

.box80{
	width: 96%;
	margin: 0.5em auto;
}
.box60{
	width: 90%;
	margin: 0.5em auto;
}
.note{
	border:1px solid #CF272A;
	color: #CF272A;
	padding: 10px;
	font-size: 14px;
	margin: 0.5em 0;
}

}
.line{width: 400px; margin: 25px auto 35px; display: flex; justify-content: space-around;}
.line-qr{width: 130px; display: none;}
.line-qr img{width: 100%; height: auto;}
.line-btn{width: 250px; display: none; align-items: center;}
.line-btn img{width: 100%; height: auto;}
.line-btn a{transition: ease 0.4s;}
.line-btn a:hover {opacity: 0.7;}
@media screen and (max-width: 1024px) {
.line{width: 100%; margin: 25px auto 35px;}
.line-qr{display: none;}
.line-btn{max-width: 80%; display: flex; }
}
.line-button a{
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	margin:15px 0 0 10px;
	padding:9px 6px;
	box-sizing: border-box;
	font-size:15px;
	font-weight: 600;
	color: #fff;
	background: #32b545;
	transition: ease 0.4s;
}
.line-button a:hover{
	background:#178720;
}
.copy{
	padding: 10px 0;
	text-align: center;
}
@media screen and (max-width: 1024px) {
.line-button a{
	display: none;
	}
.copy{
	padding: 10px 0 80px;
	text-align: center;
}
}
.new-footer{display: none;}
@media screen and (max-width: 1024px) {
.new-footer{
	display: flex;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 250;
	justify-content: space-between;
}
.new-footer-a{width: 72%;	display: flex;}
.new-footer-tel{width: 60%;}
.new-footer-tel a{
	display: block;
	line-height: 1.5em;
	padding: 6px 3px 8px 35px;
	height: 38px;
	background-color: #E58CA0;
	background-image: url("../images/top/phone25.png");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.new-footer-tel a span{
	display: block;
	font-size: 11px;
}
.new-footer-mail{width: 40%;}
.new-footer-mail a{
	padding: 6px 3px 8px 33px;
	line-height: 1.5em;
	display: block;
	height: 38px;
	text-decoration: none;
	background-color: #C04040;
	background-image: url("../images/top/env25.png");
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12.5px;
	color: #fff;
}
.new-footer-line{	width: 28%;}
.new-footer-line a{
	line-height: 1.5em;
	display: block;
	padding: 6px 3px 8px 42px;
	height: 38px;
	text-decoration: none;
	background:url("../images/top/line-logo.png") #32b545 no-repeat 5px center;
	color: #fff;
	background-size: 30px;
	font-size: 12.5px;
}
}
/*----------------------------------------------

Font

----------------------------------------------*/
	@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?mxkzur');
  src:  url('../fonts/icomoon.eot?mxkzur#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?mxkzur') format('truetype'),
    url('../fonts/icomoon.woff?mxkzur') format('woff'),
    url('../fonts/icomoon.svg?mxkzur#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_new:before {
  content: "\e904";
}
.icon-icon_sakura:before {
  content: "\e900";
}
.icon-icon_yen:before {
  content: "\e901";
}
.icon-icon_semet:before {
  content: "\e902";
}
.icon-icon_phone:before {
  content: "\e903";
}
.icon-icon_home:before {
  content: "\e905";
}
.icon-icon_car:before {
  content: "\e906";
}
.icon-icon_arrow:before {
  content: "\e907";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
