@charset "utf-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 0. common
 ├ 0-1. text link
 └ 0-2. inq bnr
 1. header
 ├ 1-1. togglemenu
 ├ 1-2. globalNav
 └ 1-3. Sub Lists
 2. mainimage
 4. footer
 5. inquiry
 6. blog
 7. news
 ├ 7-1. default
 ├ 7-2. title　変更可用
 ├ 7-3. news list page
 └ 7-4. blog page
 8. sitemap
-------------------------------------------------------------
■ Tablet
-------------------------------------------------------------
 0. common
 └ 0-2. inq bnr
 1. header
 └ 1-2. globalNav
 3. side
 4. footer

-------------------------------------------------------------
■ SmartPhone
-------------------------------------------------------------
 0. common
 └ 0-2. inq bnr
 1. header
 ├ 1-2. globalNav
 └ 1-3. Sub Lists
 3. side
 4. footer
 5. inquiry
 6. blog
 7. news
-------------------------------------------------------------
■ 上記MediaQueryで対応できない処理
-------------------------------------------------------------

******************************************************************************* */

/* color palette --------

● base
 1. #f5f5f5  薄
 2. #f2f2f2　↑
 3. #aeaeae
 4. #　↓
 5. #　濃

---------------------- */

/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 0. common
===================================== */
#pagetop {
z-index:19991;
right:15px !important;
bottom: 2% !important;
}
@media screen and (max-width:767px) {
#pagetop {
z-index:0 !important;
right:15px !important;
bottom: 20vw !important;
}
}

.sns_sec {
width:100%;
margin:0 auto;
padding-bottom:60px;
background-color:#fbf8f1!important;
}
.sns_sec ul {
width:40%;
max-width:290px;
margin:0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.sns_sec ul li {
width:26%;
}
.sns_sec ul li img {
width:100%;
}

/*
html {
	overflow-y: scroll;
}
*/
body {
	font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
body, #inquiryBody {
	font-size: 85%;
	line-height: 160%;
	/* ★問い合わせフォーム用に案件のURLを絶対パスで記載する必要あり★ */
	background: #fff !important;
	color: #000;
}
body.android {
	overflow-x: hidden;
}
body.android #footer {
	position: static !important;
}
#base {
	z-index: 0;
}
/* 0-1. text link ---------------------------- */
a {
	color: #555555;
	text-decoration: none;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a:active {
	color: #555;
	text-decoration: underline;
}
a:focus, *:focus {
	outline: none;
}
/* content text link */
.link a:link {
	text-decoration: underline;
}
input[type=submit]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* 0-2. inq bnr ---------------------------- */
div#content-bottom {
	margin-bottom: 3em;
}
#inquiryBody #content-bottom {
	display: none;
}
#content-bottom li.inq_tel img, #content-bottom li.inq_mail img {
	max-width: 345px;
	margin-top: 10px;
}
#content-bottom li.inq_tel, #content-bottom li.inq_mail {
	width: 49%;
	float: left;
}
#content-bottom li.inq_tel {
	margin-right: 2%;
}
/* =====================================
 1. header
===================================== */
#header {
	background: none;
	margin-bottom: 10px;
}
#header .inner {
	padding: 25px 0 20px;
}
#header h1 {
	width: 40%;
}
#header h1 img {
	width: auto;
	margin: 0 0 10px;
	/* max-width: 314px; */
        max-width: 390px;
}
@media screen and (min-width:960px){
#header .rightBox {
	float: right;
	text-align: right;
	width: 60%;
}
}
#header .rightBox_r {
	width: 42%;
	float: right;
	max-width: 230px;
}
#header .pc img.pc_tel {
	margin: 0;
}
#header .pc img.pc_time {
	float: left;
}
#header .pc img.pc_mail {
	float: right;
	margin: 0 0 10px;
}
#header_bg {
	background: none #fbf8f1;
}
#header .pc {
	display: block;
}
#header .pc img.pc_mail {
	margin: 0 0 13px;
}
#header h1 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/* 1-1. togglemenu ---------------------------- */
.togglemenu {
	background: none;
	display: none;
}
/* 1-2. globalNav ---------------------------- */
#gnav {
	background: none #FBF8F1;
	width: 100%;
}
.nav {
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
	list-style: none;
 *zoom: 1;
	position: relative;
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
}




.nav li {
	width: 15.6%;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	text-align: center;
}
.nav li.first {
	width: 16%;
}

.nav li.nav02 {
    width: 21.6% !important;
}


.nav03 {
    width: 13.6% !important;
}

.nav04 {
    width: 12% !important;
}

.nav05 {
    width: 14.6% !important;
}

.nav06 {
    width: 9.6% !important;
}

.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav a, .nav span {
	padding: 10px 5px;
	font-size: 15px;
 *zoom: 1;
	cursor: pointer;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.nav > li {
	float: left;
	z-index: 200;
}
.nav > li > a, .nav > li > span {
	display: block;
}
.nav a:hover, .nav span:hover {
background: #7FB846;
color: #fff;
text-decoration: none;
}
/* ★tablet toggle ---------------------------- */
.android .nav:focus .sub {
	display: block;
}
/* 1-3. Sub Lists ---------------------------- */
.sub {
	position: absolute;
	left: -9999px;
	z-index: 100;
	list-style: none;
	margin: 0;
	width: 100%;
}
.sub li {
	width: 100%;
	padding: 0;
	border-right: none;
}
.sub li a {
	display: block;
	background: #f3f0d8;
	position: relative;
	z-index: 100;
	border-top: 1px solid #ccc;
	font-size: 12px;
}
.sub li a:hover {
	background: #9DBE55;
	color: #fff;
}
.nav li {
	position: relative;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}



/* =====================================
 2. mainimage
===================================== */
.type1 #mainimage .gnv_tmp_h2_bg {
border-top: none;
border-bottom: none;
background: none;
padding: 0;
line-height: 1.2 !important;
margin-bottom: 10px;
position: relative;
}
.type1 #mainimage .gnv_tmp_h2_bg:after {
	background-color: none;
	content: "";
	display: block;
	height: 60%;
	left: 13px;
	position: absolute;
	top: 20%;
	width: 5px;
}
.top #mainimage {
	margin: 0 auto 30px;
	max-width: 1600px;
}
#mainimage img {
	max-width: 1600px;
}
/* =====================================
 4. footer
===================================== */
#footer {
	background: #e9dcba;
	border-top: none;
	padding: 0 0 5px;
}
#footer .footerLink li {
	color: #7a736e;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 10px;
	font-size: 100%;
}
#footer .footerLink {
	color: #000;
	margin-bottom: 5px;
}
#footer .footerLink a {
	color: #555;
	padding-left: 5px;
}
address {
	font-weight: normal;
	color: #555;
}
@media screen and (max-width: 767px) {
address {
padding-bottom:14vw;
}
}

.bottom_tel-btn {
	position:fixed;
	bottom:0;
	width:100%;
	/*background:#fff;*/
	left:0;
}
.bottom_tel-btn img{
	width:100%;
}
.bottom_tel-btn .clearfix span{
	display:inline-block;
	width:49.6%;
	float:left;
	padding-left:1px;
}
/*
.bottom_tel-btn .clearfix > a{
	display:inline-block;
	width:49.6%;
	float:right;
	padding-right:1px;
}
*/
.bottom_tel-btn .clearfix > a{
	display:inline-block;
	width:25.0%;
	padding:0px;
vertical-align:bottom;
}

@media screen and (min-width: 768px) {
.bottom_tel-btn .clearfix > a.televent {
pointer-events:none;
}
}
@media screen and (max-width: 767px) {
.bottom_tel-btn .clearfix > a.televent {
pointer-events:unset;
}
}


/* =====================================
 5. inquiry
===================================== */
body#inquiryBody {
	background: none;
}
body#inquiryBody #mainimage {
	display: none;
}
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */ /*
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
    border-bottom: 1px solid #dedede;
	background: url(/asset/h2_bg.gif) no-repeat bottom left;
	font-size: 130%;
    line-height: 1.2;
    padding: 15px;
	border-radius: 0;
    position: relative;
}
*/
.form_error_notice {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 20px;
}
/* =====================================
 6. blog
===================================== */
.entry {
	margin-bottom: 20px;
}
#blogBody .date {
	text-align: right;
}
#blogBody .contributor {
	font-weight: bold;
}
#pagenation {
	background: none;
	border-top: none;
}
#pagenation .active a {
	background: #41A059 !important;
}
#pagenation .active a:hover {
	background: #41A059 !important;
	text-decoration: underline;
}
#blogside h3 {
background: none #F8F8F0;
border-bottom: 1px solid;
width: auto;
padding: 3px 5px;
color: #555;
}
#blogside li {
	position: relative;
	padding: 0 0 0 15px;
}
#blogside li:before {
	content: "";
	position: absolute;
	background: #FAC674;
	top: 13px;
	left: 0;
	margin-top: -5px;
	height: 5px;
	width: 5px;
	padding: 0;
}
#blogside li.child-2 {
	margin-left: 15px;
}
#blogside li.child-2:before {
	content: "";
	position: absolute;
	background: #ddd;
	top: 13px;
	left: 5px;
	margin-top: -5px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	padding-left: 0;
}
/* news(side) list 打ち消し用 */
#blogBody #blogList {
	width: 72% !important;
	float: left;
}
/* search */
.blog_search_input input {
	width: 98%;
	margin-bottom: 3px;
}
.blog_search_submit {
	display: block;
	text-align: center;
	width: 98%;
}
/* blog回り込み解除 */
#blogBody .blogArea:after {
	content: "";
	display: block;
	clear: both;
}
/* blog link -------------------------- */
#blogBody .contentArea a {
	word-break: break-all;
}
/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news {
	position: relative;
	padding-bottom: 10px;
}
#news .newsBt {
top: 28px;
right: 10px;
color: #555;
}
#news .newsBt:hover {
	text-decoration: underline;
}
#news dl {
	margin-bottom: 0.6em;
	box-sizing: border-box;
	border-bottom: none;
}
#news dt {
	padding: 0!important;
	margin-bottom: 0.1em;
	color: #463312;
	width: auto!important;
	float: left;
	position: relative;
	font-weight: normal;
}
#news dd {
	/*padding: 0 15px;*/
	padding-bottom: 0.6em;
	float: none;
	clear: both;
	width: auto;
}
#news .newsNew, #newsDetail .newsNew {
font-size: 80%;
background: #463312;
font-weight: normal;
color: #fff;
display: block;
float: right;
line-height: 1;
margin: 4px 0px 0 7px;
padding: 4px 5px 3px 4px;
text-align: center;
text-indent: 0;
}
#news dd a, #newsDetail dd a {
	text-decoration: none;
}
#news dd a:hover, #newsDetail dd a:hover {
	text-decoration: underline;
}
.newsDetailBody img {
	margin: 5px;
}
/* iPad iPhone */
.ios #news dt {
	padding: 0 10px;
	width: 180px;
	margin-top: 0;
}
/* 7-3. news list page -------------------------- */
#newsList #side #news {
	display: none;
}
#news #pagenation ul {
	text-align: center;
}
#news #pagenation ul li a {
	background: #ddd;
	margin-right: 5px;
}
/* 7-4. blog page -------------------------- */
#blogBody #news, #blogBody .contentArea.news_list {
	width: 100% !important;
	float: none;
}
/* =====================================
 8. sitemap
===================================== */
ul.sitemap_ic li a:after {
	background-color: #FBF8F1;
}
ul.sitemap_ic li a {
	padding-right: 40px;
	font-weight: normal;
}
/* =====================================
 9. side
===================================== */

#side .inner {
	padding: 0px 10px 50px;
}
#side .bn {
	display: block;
}
.sidemenu {
margin-bottom: 20px;
border-radius: 5px;
padding-bottom: 15px;
}
.sidemenu.side01 {
border: 2px solid #41a059;
background: #fff;
}
.sidemenu.side02 {
border: 2px solid #7fb846;
background: #fff;
}

.sidemenu.side03 {
    border: 2px solid #aed66d;
    background: #fff;
}

.sidemenu dt {
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	border-radius:0;
	font-family: "丸フォーク M", "Maru Folk Medium", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.sidemenu.side01 dt {
background: #41a059;
}
.sidemenu.side02 dt {
	background: #7fb846;;
}
.sidemenu.side03 dt {
    background: #aed66d;
}


.sidemenu dd a {
	position: relative;
	display: block;
	border-bottom: 1px dotted #cfcfcf;
	color: #666;
	font-size: 14px;
	padding: 8px 0px 4px 30px;
	margin: 0 10px;
}
.sidemenu dd a:before {
	border-top: 1px solid #986b13;
border-right: 1px solid #986b13;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 10px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}


.sidemenu dd a:hover {
    color: #463312 !important;
    text-decoration: underline;
}



#side .inner.side04 a {
    margin: 0 0 15px;
    display: block;
}

/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 980px) {
/* gnav both ends padding */
#gnav {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
.nav a, .nav span {
	padding: 10px 5px;
	font-size: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
/* =====================================
 0. common
===================================== */
body {
	background-image: none !important;
}
#contentBase {
	min-height: 700px;
	max-width: 760px;
	margin: 0 auto;
}
#inquiryBody #contentBase {
	min-height: 860px;
}
#content {
	padding: 1em 30px 0 !important;
}
/* 0-2. inq bnr ---------------------------- */
div#content-bottom {
	padding: 0 30px;
}
div#content-bottom img {
	width: 100%;
}
/* =====================================
 1. header
===================================== */
#header h1 {
	width: 40%;
}
#header h1 img {
	width: 100%;
}
#header .pc {
	display: block;
}
#header .pc img.pc_tel {
	width: 100%;
}
#header .pc img.pc_mail {
	width: 100%;
}
#header .rightBox {
	width: 55%;
}
#header .pc img.pc_time {
	float: left;
	width: 55%;
}
#header .rightBox_r {
	width: 42%;
	float: right;
	max-width: 230px;
}
/* 1-2. globalNav ---------------------------- */
#globalNav .dropcordion {
	width: 100%;
	margin: 0;
	display: table;
}
#gnav01, #gnav04 {
	display: none;
}
.nav a, .nav span {
	padding: 10px 5px;
	font-size: 10px;
}
/* =====================================
 3. side
===================================== */
#side {
background: #FBF8F1;
}
#side .inner {
	margin: 0 auto 30px;
	max-width: 460px;
	padding: 0;
	width: 90%;
}
.bnr_stel {
	display: none
}
/* =====================================
 4. footer
===================================== */
#footer .inner {
	width: auto;
}
}



@media screen and (min-width:768px) {
#header #fd_button {
    display: none;
}
}


/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 0. common
===================================== */
body {
	background: none !important;
	font-size: 97% !important;
}
#content {
	padding: 1em 20px 0 !important;
}
.sp_img_height {
	max-width: 80%;
}
/* 0-2. inq bnr ---------------------------- */
div#content-bottom {
	padding: 0 20px;
}
#content-bottom li {
	margin-bottom: 15px;
}
#content-bottom img {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	display: block;
}
#content-bottom .clearfix {
	max-width: 560px;
	margin: 0 auto;
}
/* =====================================
 1. header
===================================== */
#header {
	margin-bottom: 0;
}
#header h1 {
	width: 50%;
}
#header h1 img {
	width: 100%;
}
#header_bg {
	background: none #fbf8f1;
}
/*
#header .rightBox {
	width: 40%;
}
*/
#header .rightBox {
	width: 48%;
	padding: 0 0 5px 0;
	margin-right: 1vw;
}

#header .pc {
	display: none;
}
#header .inner {
    padding: 20px 0 10px !important;
}

/*
#header #mail_button, #header #menu_button, #header #tel_button {
	display: inline;
	margin-left: 0;
	max-width: inherit;
	width: auto;
}
#header #mail_button img, #header #menu_button img, #header #tel_button img {
	display: inline;
	margin-left: 0.3%;
	max-width: 60px;
	width: 29%;
}
*/
#header #mail_button, #header #menu_button, #header #tel_button, #header #fd_button {
	display: inline-block;
	margin-left: 0;
	max-width:inherit;
	width:30%;
}
#header #mail_button img, #header #menu_button img, #header #tel_button img, #header #fd_button img {
display: inline;
margin-left: 0.3%;
max-width: 60px;
width: 100% !important;
}


/* 1-2. globalNav ---------------------------- */
#gnav {
	background: none;
	height: auto;
	width: 100%;
}
.nav {
	display: none;
	border: none;
}
.nav li {
	border: none;
}
.nav > li {
	float: none;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.nav li {
	background: #f3f0d8;
	border-top: 1px solid #fff;
	text-align: left;
	position: relative;
	display: block;
}
.nav li.first {
	width: 100%;
}
.nav li span {
	padding-right: 40px;
}
.nav li span:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 21px;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #ccc;
	background: none\9; /* IE8 */
}
.nav li span:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #f3f0d8;
	background: none\9; /* IE8 */
}
.nav a:hover, .nav span:hover {
background: none;
text-decoration: none;
color: #01A161;
}
/* 1-3. Sub Lists ---------------------------- */
.sub {
	margin: 0;
}
.sub li {
	background: #ddd;
	border-top: none;
}
.sub li a {
	border-top: 1px solid #ddd;
	background: #F9F9F1;
}
.sub li a:hover {
	background: #9DBE55;
	color: #fff;
	text-decoration: none;
}
.nav li, .sub li {
	width: 100% ;
}


.nav li.nav02,.nav li.nav03,.nav li.nav04,.nav li.nav05,.nav06 {
    width: 100% !important;
}

/* =====================================
 3. side
===================================== */
#side {
background: #FBF8F1;
}
#side .bn {
	margin-bottom: 0;
	margin-right: 8px;
	width: 43%;
	margin-bottom: 8px;
}
.bnr_stel {
	display: none
}
#side .inner {
	padding: 0;
	width: 90%;
	max-width: 460px;
	margin: 0 auto 30px;
}
#side img {
	float: left;
	max-width: 220px;
	width: 45%;
	margin: 0 0 2.5% 3.4%;
}
/* =====================================
 4. footer
===================================== */
#footer {
	position: static !important;
}
#footer .inner {
	width: auto;
}
/* =====================================
 5. inquiry
===================================== */
.inquiryFormTable dt {
	background: #e5e5e5 !important;
	color: #333;
}
/* =====================================
 6. blog
===================================== */
#blogBody #blogList {
	width: 100% !important;
}
/* =====================================
 7. news
===================================== */
#news dt {
	padding: 0 10px;
	width: 140px;
}
#pagenation .inner {
	margin-bottom: 50px;
}
/* iPhone */
.ios #news dt {
	padding: 0 10px;
	width: 180px;
}
.ios #news .newsNew, .ios #newsDetail .newsNew {
	padding: 3px 10px 3px 5px;
	line-height: 0.8;
}
}

/* ----------------------------------------------------------
■ 上記MediaQueryで対応できない処理
----------------------------------------------------------- */
/* コンテンツが短い場合 */
@media screen and (max-width: 640px) {
#contentBase {
	min-height: 200px;
}
}
