@charset "utf-8";

/*==========================================
File name: base.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

/* ▼ BASE SETTING ▼ */

* {
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: 700;
}

img{
	vertical-align: top;
}


/* ▼ BASE LAYOUT▼ */ 

html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	background: url(../images/common/body_upper_bg.jpg) repeat-x top;
	color: #333333;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height:1.8;
}


#screen{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	text-align: left;
}

#container{
	width: 1000px;
	margin: 0 auto;

}


#contents{
	clear: both;
	overflow:hidden;
	width: 1000px;
	text-align: left;
	padding: 15px 0 15px 0;
}

.con_common_bn{
clear: both;
overflow: hidden;
margin-bottom: 15px;
}

/* ▼ LINK SETTING ▼ */

a{
	outline: none;
}

a,a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.current,
a:active,
a:focus {
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


.no_alpha a:hover img{
	opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 )" !important;
}



/* ▼ HEADER ▼ */

#header {
	width: 1000px;
	height: 116px;
	position: relative;

}


#header p{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 10px;
}


/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	margin: 0 auto;
}


/* ▼ GLOBAL NAVIGATION ▼ */


#gnav{
	margin: 10px 0 0px 0;	
}

#gnav ul{
	width: 1000px;
	height: 55px;
}

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;

}

/* ▼ MAIN CONTENTS ▼ */

#main{
	width: 735px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;
}

.main_submenu{
	 text-align:right;
	 margin-bottom:15px;}


/* ▼ SIDEBAR ▼ */

#side{
	width: 240px;
	float: left;
}

/* --- SIDE MENU --- */


#snav{

}
#snav ul{
}

#snav li{
	list-style-type: none;
/*	margin:0 0 12px;*/
	clear:both;
}
.s_li_type01{
	font-weight:bold;
	font-size:14px;
	border-bottom:#000 dotted 1px;}

.s_li_type01 a{
	color:#000;
	padding:10px 0 8px 15px;
	display:block;
}

.s_li_type01 a:hover{
	background:#FFF8E6;
	text-decoration:none;
}


.s_li_type02{
	border-bottom:#000 dotted 1px;
	}

.s_li_type02 a{
	color:#000;
	padding:10px 0 8px 35px;
	display:block;
	background:#fff url(../images/common/li01.png) 15px 13px no-repeat;
}
.s_li_type02 a:hover{
	background:#FFF8E6 url(../images/common/li01.png) 15px 13px no-repeat;
	text-decoration:none;
}

/*リンクなしメニュ*/
.s_li_type03{
	font-weight:bold;
	font-size:14px;
	color:#000;
	border-bottom:#000 dotted 1px;
		padding:10px 0 8px 15px;
}



/* ▼ FOOTER ▼ */

.f_photo{
	width:100%;
	clear: both;
	border-top:#000 1px solid;
}

.f_photo_in{
	width: 1000px;
	margin: 15px auto 30px;
	overflow:hidden;
	clear:both;
}

.f_photo_in table{
	width: 930px;
	margin: 0 auto;
}


#footer {
	width: 100%;
	clear: both;
	border-top:#000 1px solid;
	background:#FFF5D9;
}

#footer_link{
	width: 1000px;
	margin: 15px auto;
	overflow:hidden;
	clear:both;
	font-size:11px;
	position:relative;
}

#footer_link .ul_01{
	float: left;
	margin: 0 100px 0 0;
/*	width: 240px;*/
}

#footer_link .ul_02{
	float: letf;
	/*width: 200px;*/}

#footer_link li{
	margin: 0 0 5px 0;
	list-style: none;}

#footer_link li:before{	content:"■"}
#footer_link li ul{margin-top: 5px;}
#footer_link li li{margin-left: 10px;}
#footer_link li li:before{content:"◇"}


#footer_link a{ color:#333;}
#footer_link a:hover{ color:#666;}

.f_text{
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;}

#copyright{
	text-align:center;
	padding:15px 0;
	font-size:10px;
	clear:both;
	background:#FFF;
}


/*▼ 10: CLEAR FIX ▼ */
.clear{clear: both;}
/* modern browsers */
.clearfix:after,div#container:after,div#header:after,div#footer:after,div#contents:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE7 */
.clearfix,div#container,div#header,div#footer,div#contents{display: inline-block;}
/* legacy IE */
* html .clearfix,* html div#container,* html div#footer,* html div#contents{height: 1%;}
.clearfix,div#container,div#header,div#footer,div#contents{	display: block;}

/* ▼ 10: COMMON STYLE ▼ */

section,
.section{
	clear: both;
	margin: 0 0 40px 0;
	/*overflow: hidden;*/
}

section p,
.section p{
	margin: 0 0 15px 0;
}
.section_in{
	margin-left:17px;
	width:718px;
}

.default_list ol,
.default_list ul{
    margin-left: 20px;
}

.default_list ol li{
    list-style-type: decimal;
}

.default_list ul li{
    list-style-type: disc;
}
/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin: 10px 0 10px 0;
	font-size: 90%;
}


/* --- このページのトップへ戻る --- */


.pagetop{
	text-align:right;
	margin:10px 0;
	clear:both;}

.pagetop a{	color:#666;}
.pagetop a:hover{	color:#999;}


/* ==============================================

カラー、サイズ、ライン など　微調整用

============================================== */


/*カラー*/

.blue, .blue a,
.blue-hd, .blue-hd a{ color:#4E72C4;}
.blue-hd{ 
	font-size:16px;
	padding-bottom: 3px;
	border-bottom: solid 1px #4E72C4;
}

.blue-hd:before {
	content: "■ ";
}

.red{ color:#C03;}
.black{ color:#000;}

.green, .green a{ color:#58944C;}
.green-hd, .green-hd a{ color:#58944C;}
.green-hd{ 
	padding-bottom: 3px;
	border-bottom: solid 1px #58944C;
}

.green-hd:before {
	content: "■ ";
}

.orange, .orange a{ color:#E66418;}
.orange-hd, .orange-hd a{ color:#E66418;}
.orange-hd{ 
	padding-bottom: 3px;
	border-bottom: solid 1px #E66418;
	font-size:16px;
}

.orange-hd:before {
	content: "■ ";
}

.blue-hd span,
.green-hd span,
.orange-hd span{
	float: right;
	color:#FFF;
	padding:0 8px;
}
.blue-hd span{background:#4E72C4;}
.green-hd span{background:#58944C;}
.orange-hd span{background:#E66418;}

/*
.pink{ color:#F39;}
.yellow{ color:#FF3;}
.purple{ color:#63C;}
*/

/*背景*/
.bg_yellow{ background:#FFF8E1;}

 /*サイズ*/

.fsize10{ font-size:10px;}
.fsize11{ font-size:11px;}
.fsize12{ font-size:12px;}
.fsize14{ font-size:14px;}
.fsize16{ font-size:16px;}
.fsize18{ font-size:18px;}

/*文字配置*/

.textc{ text-align:center!important;}
.textr{ text-align:right!important;}
.textl{ text-align:left!important;}


/*余白微調整*/
.mt0{ margin-top:0px!important;}
.mt5{ margin-top:5px!important;}
.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!important;}
.mt60{ margin-top:60px!important;}
.mt100{ margin-top:100px!important;}
.mt210{ margin-top:210px!important;}

.mb0{ margin-bottom:0px!important;}
.mb5{ margin-bottom:5px!important;}
.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb30{ margin-bottom:30px!important;}
.mb40{ margin-bottom:40px!important;}
.mb60{ margin-bottom:60px!important;}

.ml15{ margin-left:15px!important;}
.ml24{ margin-left:24px!important;}
.ml50{ margin-left:50px!important;}
.ml90{ margin-left:90px!important;}
.ml230{ margin-left:230px!important;}

.va_t{ vertical-align:top!important;}

/*幅*/

.w50{width: 50% !important;}


/************************ 
	
	 リンクボタン 
	 
******************** */

.bot_yellow,
.bot_orange
{
	text-align:center;
	margin:0 auto;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
	}


.bot_yellow a,
.bot_yellow a:hover,
.bot_orange a,
.bot_orange a:hover{
	padding:5px;
	line-height:30px;
	display:block;
}

/*イエロー*/

.bot_yellow{
	border:#FFCC00 solid 2px;
	}

.bot_yellow a{
	}

.bot_yellow a:hover{
	background:#FEF4DE;
	text-decoration:none;
	}
	
/*オレンジ*/

.bot_orange{
	
	}

.bot_orange a{
background: #E9722A;
color: #FFFFFF;
	}

.bot_orange a:hover{
	background:#EE935D;
color: #FFFFFF;
text-decoration: none;
	}	


/*****************************

コンセプト

*****************************/

.concept_box{
	border:#FADFCF 5px solid;}


.concept_box_in{
	padding:13px;}


#concept h2{	
	margin: 0 0 13px 0;
	padding:0px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
	background:none;
	font-size:14px;
	display:table;
	font-weight:bold;
	color:#E66418;
}

#concept h2 span{
	display:table-cell;
	vertical-align:middle;	

}

#concept h2 img{
	margin-right:8px;	

}


.concept_menu ul{
	margin:0 0 0 30px;
	}


.concept_menu ul li{
	margin:0 0 7px 0;
	font-size:14px;
	font-weight:bold;
	color:#E66418;
	line-height:34px;
	}

.concept_menu a{
	color:#E66418;
	}


.concept_menu ul li img{
	margin:0 10px 0 0;
	}


@media print{#footer{display: none;}}

.w100 {
	width:100%!important;
}

.rental_list {
	margin-bottom: 30px;
}

.rental_list li {
	text-indent: -12px;
	padding-left:12px;
	box-sizing: border-box;
}

.rental_list li::before {
	content:"●";
	font-size: 12px;
}

.rental_flow li {
	background: #f3f3f3;
	border:solid 1px #e0e0e0;
	padding:10px 20px;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.rental_flow li::after {
	position: absolute;
	content:"";
	left:0;
	right:0;
	margin:auto;
	bottom:-25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #aaa transparent transparent transparent;
}

.rental_flow li:last-child::after {
	content:none;
}

.rental_block {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.rental_block li {
	width:30%;
	background: #ffc000;
	padding:20px;
	box-sizing: border-box;
	color:#fff;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	border:solid 2px #ffa000;
}

.rental_dl dl {
	display:flex;
	justify-content: flex-start;
	align-items: center;
}

.rental_dl dt {
	width:40%;
}

.rental_dl dt::before {
	content:"●";
}

.orange {
	background: #E66418!important;
}

.w385 {
	width:385px!important;
}

.w300 {
	width:300px!important;
}

.mt50 {
	margin-top:50px!important;
}

.rental_tel {
	border:solid 2px #ffa000;
	border-radius: 10px;
	padding:8px 16px;
	box-sizing: border-box;
	max-width: 560px;
	margin:0 auto 50px;
	background: #fffbf3;
}


.rental_tel p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
	margin-top:10px;
	font-weight: bold;
}


.rental_tel a {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color:#ffa000;
	display: block;
}


.rental_tel a:hover {
	opacity: .8;
	text-decoration: none;
}

.graffiti_block {
	width:100%;
}

.graffiti_block > p {
	font-size: 14px;
	font-weight: 700;
}

.graffiti_block ul {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}

.graffiti_block ul li {
	width:19%;
	text-align: center;
}

.graffiti_block ul li img {
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

.graffiti_block ul li p {
	text-align: center;
}

.graffiti_table {
	width:100%;
	margin-bottom: 60px;
}

.graffiti_table table {
	width:100%;
	table-layout: fixed;
	box-sizing: border-box;
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	
}

.graffiti_table table caption {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.graffiti_table table tr {
	width:100%;
	box-sizing: border-box;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:5px 10px;
}

.graffiti_table table th,
.graffiti_table table td {
	box-sizing: border-box;
	padding:5px 10px;
}


.graffiti_table table td {
	text-align: right;
}

.graffiti_table table th:first-of-type {
	width:20%;
}

.caption {
	font-weight: 700;
	position: relative;
	left:-8px;
	font-size: 14px;
	margin-bottom: 10px;
}

.coating_title01 {
	font-size: 16px;
	font-weight: 700;
	padding:10px 10px 8px;
	box-sizing: border-box;
	border:solid 1px #666;
	margin-bottom: 10px;
	background: #fff!important;
	color:#000!important;
}

.picture_img {
	width:100%;
	margin-bottom: 20px;
	max-width: 723px;
}


.picture_img img {
	width:100%;
	height:auto;
}

.coating_contents01 p:first-of-type {
	font-weight: 700;
	padding-left:4px;
	box-sizing: border-box;
	margin-bottom: 0;
	font-size: 14px;
}

.coating_contents01 p:last-of-type {
	padding-left:20px;
	box-sizing: border-box;
	font-size: 14px;
}

.coating_contents02,
.coating_contents03 {
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.coating_contents02 .coating_left {
	width:62%;
}

.coating_contents02 .coating_left p {
	text-align: center;
	margin-bottom: 10px;
}


.coating_contents02 .coating_left img {
	width:100%;
	height:auto;
}

.coating_contents02 .coatingright {
	width:38%;
}

.coating_contents03 .coating_left,
.coating_contents03 .coating_right {
	width:48%;
	margin-bottom: 0;
}

.coating_contents03 img {
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

.coating_contents03 .coating_left p,
.coating_contents03 .coating_right p {
	text-align: center;
	margin-bottom: 0;
	border:solid 1px #666;
	padding:10px;
	box-sizing: border-box;
}

.youtube {
	text-align: center;
	margin-bottom: 20px;
}

.youtube img {
	width:560px;
	height:auto;
}

.indenet_coating {
	padding-left: 12px;
	box-sizing: border-box;
	text-indent: -12px;
	width:560px;
	margin-left:auto;
	margin-right:auto;
}

.coating_half_block {
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 30px;
}

.coating_half_block img {
	width:200px;
	height:auto;
	border:solid 1px #5B9BD5;
}

.coating_half_block p {
	flex:1;
	margin-left:20px;
}

.draft_img {
	border:solid 1px #ddd;
	padding:20px;
	box-sizing: border-box;
	width:100%;
	height:auto;
	margin-bottom: 40px;
}
