@media screen and (min-width:1000px) {
.contents {
	box-sizing:border-box;
	width:1000px;
	margin:0 auto;
	padding:0;
}
}
 @media screen and (min-width:750px) {
/*=============================================================
 共通部分
=============================================================*/	
.flexPc {
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.flexPc_flow {
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flexPc img, .flexPc_flow img {
	width:100%;
}
.ggmap iframe {
	width:100%;
	height:400px;
}
.noLink {
	pointer-events: none;
}
.drawer-dropdown-menu {
	display:none;
}
.drawer-dropdown.open>.drawer-dropdown-menu {
	display:block
}
/*=============================================================
 common
=============================================================*/	
body {
	font-size:15px;
	text-decoration:none;
	text-align:center;
	width: 100%;
	min-width:1000px;
	-webkit-text-size-adjust: 100%;
}
.min-b {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
/*
img {
	width:auto;
	height:auto;
}
*/	
.view-sp {
	display:none;
}
.view-pc {
	display: inline-block;
}
/*=============================================================
 #gheader
=============================================================*/
#gheader .in-box {
	height:auto;
	padding:30px 0;
	position:relative;
}
#gheader .title {
	font-size:24px;
	margin:0;
	padding:0 0 0 70px;
}
#gheader .title:before {
	width:60px;
	height:60px;
	margin:-30px 0 0 0;
}
#gheader .drawer-container {
	margin-left:auto;
}
#gheader .drawer-container li a {
	position: relative;
	display:block;
	line-height:37px;
	padding:0 10px;
}
#gheader .drawer-container li a:hover {
	color:#084A96;
}
#gheader .drawer-container li a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #084A96;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#gheader .drawer-container li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
#gheader .tel {
/*padding:5px 20px 5px 45px;*/	
	padding: 12px 20px 12px 45px;
	margin:0 0 0 15px;
	background-image:none;
}
#gheader .tel a {
	font-size:17px;
}
/*=============================================================
 #gFooter
=============================================================*/	

#gFooter {
	padding:30px 0;
}
/*=============================================================
 #contents
=============================================================*/	
#contents {
	box-sizing:border-box;
	overflow:hidden;
	clear:both;
}
#main {
	padding-top:0;
}
/* ネガティブマージン
=========================================== */
.home section {
	margin-top:0px;
	padding-top:0px;
}
}
