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;
}
.sp_only{
	display: none;
}
/*----------------------------- header ------------------------------*/
header .container{
	padding: 0 15px;
}
.header-topbar{
	font-size:  13px;
	color: #c1c7ce;
	background: #707780;
	height: 40px;
	padding: 9px 0 12px 0;
}
.header-topbar > .container{
	display: flex;
	justify-content: space-between;
}
.header-topbar > .container p:first-of-type{
	margin-right: 40px;
	margin-left: auto;
}
.header-wrapper{
	width: 100%;
	height: 120px;
	box-shadow: 0 1px 3px rgba(50, 50, 50, .075);
}
.logo_action_wrap{
	display: flex;
	justify-content: space-between;
	height: 120px;
	align-items: center;
}
.logo img{
	width: 238px;
}
.action_tel{
	margin-right: 20px;
	margin-left: auto;
}
.action_tel a{
	display: block;
	text-align: center;
	color: #828282;
	font-weight: bold;
	font-size: 20px;
	transition: .5s all;
}
.action_tel a span{
	margin-right: 10px;
	font-size: 14px;
}
.action_tel a:hover{
	color: #56afd5;
}
.btn_contact a{
	display: block;
	color: #fff;
	background: #a175aa;
	padding: 11px 26px;
	font-size: 13.5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid transparent;
	line-height: inherit;
	transition: .5s all;
}
.action_tel a:hover{
	color: #56afd5;
}
.btn_contact a:hover{
	background: #56afd5;
}
/*----------------------------- header ------------------------------*/

/*----------------------------- main ------------------------------*/
h2{
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.1;
}
h2,
h3{
	color: #464646;
	font-weight: bold;
}
/*------------- prmary1 -------------*/
.top_img{
	margin-bottom: 60px;
}
.top_img img{
	width: 100%;
	vertical-align: bottom;
}
.col_wrap{
	display: flex;
	margin-bottom: 70px;
}
.col{
	padding: 0 15px;
	flex: 1;
}
.col h3{
	font-size: 20px;
	margin: 25px 0 15px 0;
}
.col img{
	width: 100%;
}
.col p{
	line-height: 1.75;
	margin-bottom: 15px;
}
.col p strong{
	font-weight: bold;
}
/*------------- prmary2 -------------*/
.primary2{
	background: rgb(255, 247, 252);
}
.primary2 .container{
	padding: 70px 0;
}
.intro_wrap,
.text_wrap{
	display: flex;
}
.intro_wrap h3{
	font-size: 24px;
}
.intro_img{
	width: 300px;
	margin-right: 20px;
}
.quote{
	background: #a175aa;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border-radius: 30px;
	margin: 5px 0;
	font-weight: bold;
	width: 550px;
}
.text{
	margin-top: 10px;
	padding: 5px 15px;
	flex: 1.5;
	border-left: 1px solid #eee;
}
.text:first-child{
	flex: 1;
	border-left: none;
	padding-left: 0;
}
/*------------- prmary -------------*/
.primary3 .container{
	padding: 70px 0;
}
.primary3 .action_tel a{
	display: block;
	width: 500px;
	color: #fff;
	background: #a175aa;
	padding: 11px 26px;
	font-size: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid transparent;
	line-height: inherit;
	transition: .5s all;
	margin: 0 auto 70px;
}
.primary3 .action_tel a:hover{
	background: #56afd5;
}
.contact_wrap{
	display: flex ;
}
.info_wrap{
	padding: 0 20px;
	width: 27.5%;
}
.info{
	padding:34px;
	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: 72.5%;
	padding:0 20px;
}
form{
	padding: 10px 30px;
	width: 100%;
}
form p{
	margin: 10px 0 30px;
}
label{
	font-weight: bold;
	display: inline-block;
	width: 200px;
}
input,
textarea{
	font-weight: bold;
	color: #999;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	border-radius: 2px;
	padding: 15px 20px;
	display: inline-block;
	width: calc(100% - 200px);	
}
input:focus,
textarea:focus{
	border-color:#cecece;
	outline: none; 
}
.submit{
	text-align: center;
}
input#submit{
	color: #fff;
	background: #9A65A5;
	border-radius: 30px;
	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 ------------------------------*/

footer .action_tel a{
	display: block;
	width: 600px;
	color: #fff;
	background: #a175aa;
	padding: 11px 26px;
	font-size: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid transparent;
	line-height: inherit;
	transition: .5s all;
	margin: 0 auto 70px;
}
footer .action_tel a:hover{
	background: #56afd5;
	color: #fff;
}
.map{
	background: rgb(255, 247, 252);
}
.mapcanvas{
	width: 100%;
}
.mapinfo{
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.address_info,
.time_info{
	display: flex;
	justify-content: center;
	align-items: center;
}

.address_info,
.time_info,
.to_map{
	flex: 1;
}
.mapinfo i{
	font-size: 40px;
}
.address_info p,
.time_info p{
	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;
}
.to_map a:hover{
	background: #56afd5;
}
.copyright{
	color: #909BA2;
	background: #555A5F;
	padding:26px 0 23px;
}
.to_top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: white;
	font-size: 14px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	cursor: pointer;
}
.to_top i{
	line-height: 50px;
}
/*----------------------------- footer ------------------------------*/

@media only screen and (min-width: 750px) and (max-width: 1050px) {

	/*横向きの場合*/
	@media screen and (orientation:landscape){
		.intro_img{
	width: 80%;
}
label{
	width: 150px;
}
input,
textarea{
	width: calc(100% - 150px);	
}
	}

	/*縦向きの場合*/
	@media screen and (orientation:portrait){
	.header-topbar > .container{
		flex-wrap: wrap;
	}
	.header-topbar > .container p{
	margin-right: 20px;
	margin-left: auto;
}
.header-topbar{
	height: auto;
}
.logo_action_wrap{
		flex-wrap: wrap;
}
.btn_contact{
	margin-left: auto;
}
.col_wrap{
	flex-direction: column;
}
.col{
	flex: 1;
}
.col:first-child{
	flex: 10;
}
.intro_img{
	width: 100%;
	margin-right: 20px;
	flex: 1.3;
}
.intro_img img{
	width: 100%;
}
.intro_text{
	flex: 1;
}
.text_wrap{
	flex-direction: column;
}
.quote{
	width: 100%;
}
.text{
	border-left: none;
	padding-left: 0;
	}
	label{
	width: 150px;
}
input,
textarea{
	width: calc(100% - 150px);	
}
	form{
	padding: 10px 0;
	width: 100%;
}
}
}
