@charset "utf-8";
@import url("./css/reset.css");
@import url("./css/btns.css");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* font-family: 'Noto Sans Japanese', serif; */
/* -------------------------------------------------------------- */
.noto100 {
	font-weight: 100;
}
.noto200 {
	font-weight: 200;
}
.noto300 {
	font-weight: 300;
}
.noto400 {
	font-weight: 400;
}
.noto500 {
	font-weight: 500;
}
.noto600 {
	font-weight: 600;
}
.noto700 {
	font-weight: 700;
}
.noto800 {
	font-weight: 800;
}
.noto900 {
	font-weight: 900;
}
/* -------------------------------------------------------------- */
body {
	color: #333;
	font-size: small;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	line-height: 1.5;
	background-color: #F5F1DF;
	-webkit-text-size-adjust: none;
}
/* リンク設定
------------------------------------------------------------*/
a {
	color: #83c61a;
	text-decoration: none;
}
a:hover {
	color: #3b580d;
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #F5F1DF;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/*************
/* ヘッダー
*************/
#header {
	height: 150px;
}
#header h1 {
	padding: 5px 0 10px 10px;
	font-size: 12px;
	font-weight: normal;
}
/*************
/* ロゴ
*************/
.logo {
	float: left;
	margin-left: 17px;
}
.logo span {
	display: block;
}
.logo img {
	width: 100%;
	height: auto;
}
/*************
/* 電話番号
*************/
.info {
	float: right;
	padding-right: 20px;
	text-align: right;
}
.info .open {
	font-size: 15px;
	font-feature-settings: "palt";
}

/*************
/* ロゴ+電話番号
*************/
.logo, .info .tel {
	margin-top: 6px;
	color: #009944;
	font-size: 20px;
	font-weight: bold;
}
.logo span, .info span {
	color: #333;
	font-size: .6em;
	font-weight: normal;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner {
	margin: 17px auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
	border: 4px solid #F5F1DF;
}
.slogan {
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}
.slogan h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #fff;
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
	border-radius: 5px;
	/*background: #fff;*/
	background: #EA6D99;
}
.box {
	margin: 0 5px;
	padding: 10px;/*border: 1px solid #ebebeb;*/
}
.box img {
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
}
.box h3 {
	padding: 10px 0 5px;
}
.box h3, .box p {
	text-align: left;
}
.box p {
	color: #FFFFFF;
	font-weight: bold;
}
.box p.readmore {
	padding: 10px 5px 5px;
	text-align: right;
}

/*************
メイン コンテンツ
*************/
h3.heading {
	font-weight: bold;
	padding: 0 10px;
	line-height: 36px;
	color: #fff;
	text-align:center;
	background: #009FE8;
}
section.content img {
	max-width: 90%;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
#gallery .grid img, .border, ul.list img {
	border: 4px solid #ebebeb;
}
/*************
テーブル
*************/
table.table {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
}
table.table td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
/**************************
/* 相談の流れ
**************************/
#flow {
	margin: 30px auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
	text-align:center;
}
#flow img {
	max-width: 100%;
	height: auto;
}

/**************************
/* ご相談はコチラ
**************************/
/* PC版は表れろ、SPは消えろ */
#pc {
	display: block;
}
#sp {
	display: none;
}

#contact {
	margin: 30px auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}
#contact img {
	max-width: 100%;
	height: auto;
}
#contact h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 31px;
	text-align: center;
	line-height: 1.4;
}
#contact h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	color: #00A0E9;
	text-align: center;
	line-height: 2;
}
#contact h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
}
.font_colorM {
	color: #E4007F;
}
#contact .office {
	margin: 15px 0;
}
.kome {
	font-size:16px;
	line-height:1.6;
	text-align:center;
	margin-top:1em;
}

/* GoogleMaps */
.ggmap {
	position: relative;
	padding-bottom: 77.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contact .office .tel {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 900;
}
#contact .office .address {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: justify;
}
#contact .office .botan {
	font-weight:bold;
}
/* スマホ版 */
section.content article {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
* html section.content article {
	height: 1%;
}
section.content p {
	margin-bottom: 5px;
}

/* ボタンの色 */
.btn-orange:link, .btn-orange:visited {
	color: #fff;
	background-color: #f08300;
}
.btn-orange:hover, .btn-orange:focus {
	color: #fff !important;
	background-color: #ff9f36;
	border-color: #ff9f36;
}
.btn-orange:active {
	color: #fff;
	background-color: #af6719;
	border-color: #af6719;
}

/*************
/* フッター
*************/
#footer {
	clear: both;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background: #fff;
}
* html #footer {
	height: 1%;
}
#footer .grid {
	padding: 10px 0 5px;
	margin: 0;
	background: transparent;
}
#footer #info .logo, #footer #info .info {
	float: none;
}
#footer #info .info {
	clear: both;
	padding: 10px 0 0 15px;
	text-align: left;
}
#footer .logo {
	font-size: 18px;
}
#footer .info .tel, #footer .info .tel span, #footer #info .open {
	font-size: 12px;
	color: #333;
}
ul.footnav {
	float: right;
	width: 310px;
	padding: 10px 0;
}
ul.footnav li {
	float: left;
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	font-size: 11px;
	border-right: 1px solid #b6b6b6;
}
#footer a {
	color: #009944;
}
#footer a:hover {
	color: #888;
}
address {
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	color: #333;
	background: #dbdbdb;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
#header, #wrapper, .inner {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
.header_BG {
	background-image: url(images/FDT073_long.jpg);
	background-repeat: repeat-x;
}
.info {
	padding-top: 60px;
}
#wrapper {
	padding-bottom: 20px;
}
nav#mainNav {
	clear: both;
	overflow: hidden;
	position: relative;
	background: #BEAF85
}
nav#mainNav .inner {
	width: 932px;
	padding: 0 14px;
}
nav#mainNav ul li {
	float: left;
	position: relative;
}
nav#mainNav li.last {
	border-right: 1px solid #ebebeb;
}
nav#mainNav ul li a {
	display: block;
	text-align: center;
	_float: left;
	font-size: 13px;
	width: 231px;
	height: 45px;
	padding-top: 15px;
	color: #FFF;
	background: #BEAF85;
	border-left: 1px solid #ebebeb;
}
nav#mainNav ul li a span, nav#mainNav ul li a strong {
	display: block;
}
nav#mainNav ul li a span {
	color: #3b580d;
	font-size: 10px;
}
nav div.panel {
	display: block !important;
	float: left;
}
a#menu {
	display: none;
}
nav#mainNav li.active a, nav#mainNav li a:hover {
	color: #FFF;
	background-color: #A18D56;
	padding-top: 15px;
}
#mainBanner {
	margin-left: 15px;
}
#subpage #mainBanner {
	margin: 15px auto;
}
#main {
	float: right;
	width: 667px;
	padding-right: 15px;
}
#sidebar {
	float: left;
	width: 245px;
	padding: 15px 0 0 15px;
	overflow: hidden;
}
#sidebar article {
	padding: 7px;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
/* グリッド全体 */
.gridWrapper {
	display: none;/*width: 960px;*/
	/*margin: 0 0 0 -10px;*/
}
#gallery article {
	padding: 10px 0 10px 10px;
}
/* グリッド */
.grid {
	float: left;
	width: 300px;
	margin-left: 20px;
}
#subpage .grid {
	width: auto;
}
#gallery .grid {
	width: auto;
	margin: 10px 0 2px 10px;
}
/**************************
/* ご相談はコチラ
**************************/
#contact .office {
	width: 960px;
	height: 320px;
	position: relative;
}
#contact .office .gmap {
	width: 260px;
	height: 230px;
	position: absolute;
	top: 65px;
	right: 28px;
	z-index:10;
	background-color: #dcdddd;
}
#contact .office .tel {
	font-size: 76px;
	position:absolute;
	top:90px;
	left:123px;
	z-index:5;
}
#contact .office .address {
	font-size: 20px;
	line-height:1.4;
	position:absolute;
	top:140px;
	left:50px;
	z-index:5;
}
#contact .office .botan {
	font-size:22px;
	position:absolute;
	top:210px;
	left:80px;
	z-index:5;
}
}

@media only screen and (max-width:959px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.header_BG {
	background-image: url(images/FDT073_long.jpg);
	background-repeat: repeat-x;
}
.info {
	padding-top: 60px;
}
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	border: 1px solid #e4e4e4;
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
}
nav#mainNav a#menu span {
	padding-left: 10px;
}
nav#mainNav a.menu span:before {
	content: "→ ";
}
nav#mainNav a.menuOpen span:before {
	content: "↓ ";
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
nav#mainNav ul li a span {
	padding-left: 10px;
}
nav#mainNav ul li:first-child a {
	border-top: 1px solid #e4e4e4;
}
nav#mainNav ul li:last-child a {
	border: 0;
}
nav#mainNav ul li.active a {
	color: #3b580d;
}
nav div.panel {
	float: none;
}
#subpage #mainBanner {
	max-width: 668px;
}
#sidebar {
	padding-bottom: 30px;
}
#sidebar article {
	padding: 7px 0;
}
#footer .grid, #footer ul.footnav {
	float: none;
	width: 100%;
	text-align: center;
}
ul.footnav li {
	float: none;
	display: inline-block;
}
.gridWrapper {
	display: none;
}
.grid {
	width: 32%;
	height: 76px;
	margin: 10px 0 0 1%;
}
#gallery .grid {
	float: left;
	width: 31%;
	margin: 0 0 0 1%;
}
#footer .grid img, #footer .info {
	float: none;
}
#footer .grid p {
	display: block;
}
#footer #info .info {
	float: none;
	text-align: center;
}
#footer.logo, #footer .info {
	width: 100%;
	float: none;
}

/**************************
/* ご相談はコチラ
**************************/
/* PC版は表れろ、SPは消えろ */
#pc {
	display: block;
}
#sp {
	display: none;
}
#contact .office {
	width: 904px;
	height: 301px;
	position: relative;
}
#contact .office .gmap {
	width: 247px;
	height: 219px;
	position: absolute;
	top: 59px;
	right: 26px;
	background-color: #dcdddd;
}
#contact .office .tel {
	font-size: 70px;
	position:absolute;
	top:90px;
	left:123px;
	z-index:5;
}
#contact .office .address {
	font-size: 18px;
	line-height:1.4;
	position:absolute;
	top:140px;
	left:50px;
	z-index:5;
}
#contact .office .botan {
	font-size:18px;
	position:absolute;
	top:210px;
	left:80px;
	z-index:5;
}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
#header {
	height: auto;
	padding-bottom: 20px;
}
#header h1, .logo, .info {
	text-align: center;
}
.header_BG {
	background-image: url(images/FDT073_longlong.jpg);
	background-repeat: repeat-x;
}
.info {
	padding-top: 0px;
}
.logo, .info {
	clear: both;
	width: 100%;
	float: none;
	margin: 0;
}
.info .tel {
	margin-top: 0px;
	font-size: 16px;
}
#mainBanner {
	display: none;
}
.gridWrapper {
	display: block;
}
.box img {
	float: left;
	margin-right: 5px;
}
.box h3 {
	padding-top: 0;
}
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#gallery .grid {
	float: left;
}
/**************************
/* ご相談はコチラ
**************************/
/* PC版は表れろ、SPは消えろ */
#pc {
	display: block;
}
#sp {
	display: none;
}
#contact h1 {
	font-size: 16px;
}
#contact h2 {
	font-size: 20px;
}
#contact h4 {
	font-size: 14px;
}
#contact .office {
	width: 100%;
	height: auto;
	position: relative;
}
#contact .office .gmap {
	width: 28%;
	height: 28%;
	position: absolute;
	top: 16%;
	right: 3%;
	background-color: #dcdddd;
}
#contact .office .tel {
	font-size: 38px;
	position:absolute;
	top:50px;
	left:76px;
	z-index:5;
}
#contact .office .address {
	font-size: 12px;
	line-height:1.4;
	position:absolute;
	top:76px;
	left:20px;
	z-index:5;
}
#contact .office .botan {
	font-size:12px;
	position:absolute;
	top:116px;
	left:40px;
	z-index:5;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
.grid {
	width: 98%;
	height: auto;
}
.box img {
	max-width: 100px;
}
#mainBanner h2, #mainBanner p {
	font-size: 80%;
}

/**************************
/* ご相談はコチラ
**************************/
#contact h1 {
	font-size: 11px;
}
#contact h2 {
	font-size: 18px;
}
#contact h4 {
	font-size: 11px;
}
.kome {
	font-size:11px;
	line-height:1.6;
	text-align:center;
	margin-top:1em;
}

/* PC版は消えろ、SPは表れろ */
#pc {
	display: none;
}
#sp {
	display: block;
}
section.content article p.tel {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:22px;
	line-height:2;
}
section.content article p.address {
	font-size: 12px;
	line-height:1.6;
}
section.content article p.botan {
	font-size:12px;
	text-align:center;
	margin-top: 1em;
}
.btn, .btn:link, .btn:visited {
	padding: 1.6em 1em;
}
}
