/* 
 * ------- setup ---------------------
 */


/*===========================
top
===========================*/



/*----------------------------
header
-----------------------------*/



header .logo {
	margin-left: 2%;
	padding-top: 14px;
}
header .logo2 {
	margin-left: 2%;
	padding: 9px;
}
header .logo2 img {
/* width:200px; 幅指定 */
}
 @media screen and (max-width: 768px) {
header .logo img {
	width: 260px; /* 幅指定 */
}
header .logo {
	padding-top: 18px;
}
header .logo2 {
	padding: 8px;
}
header .logo2 img {
	width: 65px; /* 幅指定 */
}
}

.fat-nav li a {
	text-decoration: none;
	padding: 5px;
	color:#FFF;
}

/*----------------------------
visual-cut
-----------------------------*/

.vis1 .catch {
	margin-left:2%;
	margin-top: -28%;
	font-size:3.4vw;
}

 @media screen and (max-width: 768px) {
.vis1 .catch {
	font-size: 4vw;
}
}

 @media screen and (max-width: 400px) {
.vis1 .catch {
	margin-top: -26%;
	font-size: 4.5vw;
}
}

.pickup1 h1 {
	font-size: 3.5vw;
	line-height: 1.1em;
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
}
.pickup1 h1 .sub {
	font-size:0.8em;
}

/*----------------------------
pickup1
-----------------------------*/

.pickup1 p {
	width: 60%;
}
 @media screen and (max-width: 768px) {
.pickup1 p {
	width: 90%;
}
}
/*----------------------------
inner
-----------------------------*/

.inqset .inner, /* お問い合わせ */ .lower-bar .inner, /* NEWS 基本データ */ .pickupsecInner, /* ピックアップ2と3 */ footer .inner, /* フッター */ footer .add-banner .inner-add-banner /* バナー付フッター */ {
	max-width: 1200px!important;
	margin: 0 auto;
}
/*
inquiry set　お問い合わせセット（※フォームリンクを消す場合は使う）

.inqset .inner .tel, .inqset .inner .form {
	float: none;
	text-align: center;
}

.inqset .inner .tel {
	margin-bottom: 0.8em;
}
.inqset .inner .tel .number {
	margin-left: 11px;
	line-height: 1.3em;
}
*/


/*----------------------------
news data
-----------------------------*/



.lower-bar .inner .news {
	width: 40%; /* NEWS */
}

/*===========================
secondary
===========================*/


/* 地図高さ */


#map_canvas {
	height: 500px;
	margin-bottom: 1em;
}
 @media screen and (max-width: 768px) {
#map_canvas {
	height: 300px;
}
}
/* ビフォーアフター透かしのサイズと位置 */

.before::after {
	width: 26%;
	height: 26%;
	bottom: 3%;
	left: 80%;
}
.after::after {
	width: 26%;
	height: 26%;
	bottom: 3%;
	left: 80%;
}
/*===========================
footer
===========================*/


/* バナー位置（1つか2つの場合はfloat:right） */

footer .add-banner .inner-add-banner .wrap-banner div {
/*float:right;*/
}
/************************
faq
***********************/
.content .faq h3::before {
	content: "Q";
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 2px;
	top: -1px;
	background-color: #234698;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 28px;
	font-size: 28px;
}
.content .faq .answer::before {
	content: "A";
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 2px;
	background-color: #9FAAC8;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 28px;
	font-size: 28px;
}
