body{
	color: #4c4c4c;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	font-size: 14px;
	background-color: #fff;
	width: 100%;
}
.container{
	/* max-width: 1170px; */
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
.pc_only{
	display: none;
}
/*----------------------------- header ------------------------------*/
.header-topbar{
	font-size:  13px;
	color: #c1c7ce;
	background: #707780;
	padding: 9px 0 12px 0;
	text-align: center;
}
.header-topbar > .container{
	display: flex;
	flex-direction: column;
}
.header-topbar > .container p{
	margin-top: 10px;
}
.header-wrapper{
	width: 100%;
	box-shadow: 0 1px 3px rgba(50, 50, 50, .075);
}
.logo_action_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.logo{
	flex: 2.5;
}
.btn_contact{
	flex: 1;
	margin:0 10px;
}
.action_tel{
	flex: 1;
	order: 1;
}
.logo img{
	width: 100%;
}
.action_tel i,
.btn_contact i{
	font-size: 30px;
}
.action_tel a,
.btn_contact a{
	display: block;
	text-align: center;
	color: #fff;
	background: #a175aa;
	font-weight: bold;
	line-height: 1;
	padding: 5px;
	border-radius: 10px;
}
.action_tel a{
	background: #56afd5;
}
.action_tel a span,
.btn_contact a span{
	font-size: 12px;
}
/*----------------------------- header ------------------------------*/

/*----------------------------- main ------------------------------*/
h2{
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.1;
}
h2,
h3{
	color: #464646;
	font-weight: bold;
}
/*------------- prmary1 -------------*/
.top_img{
	margin-bottom: 40px;
}
.top_img img{
	width: 100%;
	vertical-align: bottom;
}
.col_wrap{
	display: flex;
	margin-bottom: 40px;
	flex-direction: column;
}
.col{
	padding: 0 15px;
	flex: 1;
}
.col h3{
	font-size: 22px;
	margin: 20px 0 10px 0;
}
.col img{
	width: 100%;
}
.col p{
	line-height: 1.75;
	margin-bottom: 15px;
	font-size: 16px;
}
.col p strong{
	font-weight: bold;
}
/*------------- prmary2 -------------*/
.primary2{
	background: rgb(255, 247, 252);
}
.primary2 .container{
	padding: 40px 15px;
}
.intro_wrap,
.text_wrap{
	/* display: flex; */
}
.intro_wrap h3{
	font-size: 22px;
}
.intro_img,
.intro_img img{
	width: 100%;
}
.quote{
	background: #a175aa;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 5px 0;
	position: relative;
	font-weight: bold;
}
.text{
	margin-top: 10px;
	padding: 5px 0;
}
.text p{
	font-size: 16px;
	line-height: 1.7;
}
/*------------- prmary -------------*/
.primary3 .container{
	padding: 40px 0;
}
.primary3 .action_tel a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: #56afd5;
	padding: 5px 10px;
	font-size: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid transparent;
	line-height: 1.1;
	margin: 0 auto 70px;
}
.primary3 .action_tel a i{
	font-size: 50px;
}
.primary3 .action_tel a span{
	font-size: 14px;
}
.contact_wrap{
	display: flex;
	flex-direction: column-reverse;
}
.info_wrap{
	padding: 0 20px;
	width: 100%;
}
.info{
	padding:15px;
	background: #9A65A5;
	border-radius: 3px;
}
.info strong{
	font-weight: bold;
	color: #fff;
}
.info p{
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.75;
}
.info hr{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid rgba(50, 50, 50, 0.2);
}
.form{
	width: 100%;
	padding:0 15px 30px;
}
.form h2{
	text-align: center;
}
form{
	padding: 0;
	width: 100%;
}
form p{
	margin: 10px 0 30px;
}
label{
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
input,
textarea{
	font-weight: bold;
	color: #999;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	border-radius: 2px;
	padding: 15px;
	display: inline-block;
	width: 100%;	
}
input:focus,
textarea:focus{
	border-color:#cecece;
	outline: none; 
}
.submit{
	text-align: center;
}
input#submit{
	color: #fff;
	background: #a175aa;
	border-radius: 10px;
	height: 50px;
	width: 140px;
	cursor: pointer;
	-webkit-appearance: none;
}
.form hr{
	margin: 20px 0;
	border: 0;
	border-top: 1px solid rgba(50, 50, 50, 0.2);
}
.primary3 h2{
	font-size: 24px;
}
/*----------------------------- main ------------------------------*/
footer .action_tel a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: #56afd5;
	padding: 5px 10px;
	font-size: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid transparent;
	line-height: 1.1;
	margin: 0 auto 70px;
}
footer .action_tel a i{
	font-size: 50px;
}
footer .action_tel a span{
	font-size: 14px;
}
.map{
	background: rgb(255, 247, 252);
}
.mapcanvas{
	width: 100%;
}
.mapinfo{
	padding: 20px 0;
	display: flex;
	flex-direction: column-reverse;
}
.address_info,
.time_info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.address_info{
	margin: 10px 0;
}
.mapinfo i{
	font-size: 40px;
}
.address_info p:last-child,
.time_info p:last-child{
	font-weight: bold;
	margin-left: 20px;
}
.address_info span,
.time_info span{
	font-weight: normal;
}
.to_map{
	text-align: center;
}
.to_map a{
	display: block;
	padding: 11px 26px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #9A65A5;
	border-radius: 30px;
	width: 200px;
	margin: 0 auto;
	transition: .5s all;
}
.copyright{
	font-size: 10px;
	color: #909BA2;
	background: #555A5F;
	padding:26px 0 23px;
}
.to_top{
	position: fixed;
	right: 15px;
	bottom: 15px;
	color: white;
	font-size: 20px;
	width:45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	cursor: pointer;
}
.to_top i{
	line-height: 45px;
}
/*----------------------------- footer ------------------------------*/

/*----------------------------- footer ------------------------------*/
