/* CSS Document */

body {
	line-height : 1.2em;
}
a {
	color: #000;
	text-decoration:none;
}


/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                全ページ共通CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
/*改行等表示・非表示*/	
.spv {
	display: none;
}
/*全体文字サイズ*/
body {
	font-size: 1.5em;
	line-height : 1.2em;
}
.pc_head_con {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.pc_head_box_l {
	float: left;
	margin: 10px 20px;
}
.pc_head_box_r {
	float: right;
	margin: 10px 20px;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 32.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.footer {
	background-color: #f0f0f0;
	padding: 40px 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.footer_l {
	float: left;
}
.footer_r {
	float: right;
	text-align: right;
	line-height: 1.4em;
}

/*ここにcss*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
* {
	box-sizing: border-box;
}
/*改行等表示・非表示*/	
.pcv {
	display: none;
}
/*全体文字サイズ*/
body {
	width: 100%;
	max-width: 100%;
	font-size: 1.5em;
	line-height : 1.2em;
}
img {
	max-width: 100%;
}
/*-------------------------------------------*/
/*menu*/

.drawer_menu {
	overflow: hidden;
}
.menu {
	height: 20px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 30px;
	z-index: 99;
}
/*3本線の色*/
.menu__line {
	background: #aec9ff;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line--center {
	top: 9px;
}
.menu__line--bottom {
	bottom: 0;
}
/*×になった時の色*/
.menu__line--top.active {
	top: 8px;
	transform: rotate(45deg);
	background-color: #4c47ff;
}
.menu__line--center.active {
	transform: scaleX(0);
	background-color: #4c47ff;
}
.menu__line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
	background-color: #4c47ff;
}
/*gnav*/
/*背景色・文字色*/
.gnav {
	background: rgba(235,243,255,0.98);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
	color: #666;
}
.gnav__wrap {
	/*
	align-items: center;
	display: flex;
	justify-content: center;
	*/
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
}
.gnav__name {
	width: 100%;
	text-align: center;
	margin: 60px auto 80px;
	font-size: 1.4em;
}
.gnav__name img {
	width: 50%;
	height: auto;
}
.gnav__con {
	margin: 0 15% 40px;
	display: inline-block;
	text-align: left;
}
.gnav__con_box {
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 1px dashed #4c47ff;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.gnav__con_box_name {
	margin-bottom: 10px;
}
.gnav__con_box_list_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.gnav__con_box_list {
	width: 46%;
	margin-left: 4%;
	font-size: 0.8em;
	margin-bottom: 8px;
}
.gnav__con a {
	text-decoration: none;
}
.gnav__tel_con {
	line-height: 1.4em;
}
.gnav__tel_con a {
	font-size: 1.3em;
	font-weight: bold;
}
/*
固定
*/
.sphead {
	width: 100%;
	padding: 15px 0 0 15px;
	text-align: left;
	font-size: 1.4em;
	box-shadow: 0 1px 1.2px rgba(0, 0, 0, 0.057),  0 2.5px 3px rgba(0, 0, 0, 0.076),  0 5px 5.7px rgba(0, 0, 0, 0.086),  0 8px 9px rgba(0, 0, 0, 0.092);
	position: fixed;
	top: 0px;
	z-index: 5;
	height: 60px;
	background-color: #FFF;
}
.sphead_img {
	height: 30px;
	width: auto;
}
.sphead_space {
	height: 60px;
}
/*--------- menu -------------*/

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.footer {
	background-color: #f0f0f0;
	padding: 40px 2% 75px;
	box-sizing: border-box;
}
.footer_l {
	text-align: center;
	margin-bottom: 15px;
}
.footer_r {
	text-align: center;
	line-height: 1.4em;
	font-size: 0.7em;
}



/*ここにcss*/
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
