@charset "utf-8";
/* CSS Document */
/****************************************************************************
	body基本設定
*****************************************************************************/
body{
	color: #333333;
	line-height: 1.4em;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	letter-spacing: 0;
	background: #fefefe;

}
/*******PCサイトはclass="sp_display"を非表示にする*******/
.sp_display{
	display: none;
}
/*	外枠
----------------------------------------------------------------------------*/

/****************************************************************************
	コンテンツ設定
*****************************************************************************/
.content{
	width: 960px;
	margin:0 auto;
}
a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.1;
	opacity: 0.7;
}
table, tr, td{
	box-sizing: border-box;
}

/*	ヘッダー
----------------------------------------------------------------------------*/
hr{
	width: 100%;
	height: 3px;
	background-color: #f30204;
	margin: 0 0 6px 0;
}
.h1_box{
	width: 100%;
	position: relative;
	top: 10px;
}
.h_contact {
	float: left;
	margin-left: 173px;
}
.h_rogo_serif{
	float: right;
}
#header{
	width: 100%;
	margin-bottom: 20px;
}
.header_inner{
	width: 960px;
	margin:0 auto;
}
.h_main_rogo{
	float: left;
}
.h_tel{
	float: left;
	margin: 0 0 0 40px;
}

.h_free{
	float: left;
	margin: 6px 0 0 24px;
}

.h_fb_rogo{
	float: right;
	margin-top: 8px;
}

/*	グローバルナビ
----------------------------------------------------------------------------*/
#g_navi{
	background-color: #fd6230;
	width: 100%;
	margin: 0 auto 0;
}
#pc_menu{
	position: relative;
	width: 960px;
	margin: 0 auto;
	display: table;
}
#pc_menu::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 1px;
	height: 60%;
	margin: auto 0;
	background: #fff;
}
#pc_menu::before{
	left: 0;
}
#pc_menu::after{
	right: 0;
}
#pc_menu li{
	display: table-cell;
	width: 240px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
}
#pc_menu a .m_icon{
	margin-right: .5em;
}
#pc_menu a{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: .8em 0;;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	}

#pc_menu a:hover {
	width: 100%;
	margin: 0 auto;
	opacity: 1.0;
}

#pc_menu a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 60%;
	margin: auto 0;
	background: #fff;
}
#pc_menu a::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 1px;
	margin: 0 auto;
	background: #ffc955;
	opacity: 0;
	z-index: 10;
}
#pc_menu a:hover::after{
	opacity: 1;
	transform: translateY(-10px);
	transition: all 0.5s ease 0s;
}

/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-color: #fff0e3;
	height: 120px;
}
.footer_inner{
	width: 960px;
	height: 96px;
	margin: 0 auto;
}
.ito_rogo{
	float: left;
	height: 64px;
	margin: 16px 0 16px 20px;
}
.footer_address{
	width: 300px;
	max-height: 70px;
	float: right;
	margin: 12px 0 14px 0;
}
.footer_address strong{
	font-weight: bold;
	font-size: 26px;
}
.footer_address p{
	font-size: 14px;
	color: #000000;
}
.footer_row{
	background-color: #fd6230;
	height: 24px;
}
.footer_row_inner{
	width: 960px;
	margin: 0 auto;
}
.footer_row p{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

/*	pege-top
----------------------------------------------------------------------------*/
#page-top{
	display: block;
	position: fixed;
	bottom: 4%;
	right: 80px;
	width: 66px;
	text-align: center;
	text-decoration: none;
	transform: rotateY(270deg);
	transition: .5s;
}
#page-top:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.1;
	opacity: 0.7;
}
/*	共通
----------------------------------------------------------------------------*/
h1{
	width: 410px;
	font-size: 12px;
	margin-bottom: 12px;
	float: left;
}
h1 br{
	display: none;
}
h2{
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	padding-top: 14px;
}
h3{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}
h4{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
h5{
	font-size: 22px;
	margin: 10px 0;
	text-align: center;
}

.wrap-box:before,
.wrap-box:after {
    content: " ";
    display: table;
}
.wrap-box:after {
    clear: both;
}
.wrap-box {
    *zoom: 1;
}
/****************************************************************************
	ホーム
*****************************************************************************/
.top_image{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.top_image_text{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_title{
	position: relative;
	width: 960px;
	height: 49px;
	background-color: #fff0e3;
	color: #fd6230;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.top_title::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	box-sizing: border-box;
	opacity: .3;
}
.haisou , .reinan{
	padding: 0 50px;
}
.haisou ul{
	float: left;
}
li.distribute{
	position: relative;
	padding-left: 1em;
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	list-style-position: inside;
}

li.distribute::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto 0;
	background: #fd6230;
	border-radius: 50%;
}
li.distribute_area{
	position: relative;
	font-size: 14px;
	margin: 0 0 1em 40px;
	padding-left: 1.5em;
}
li.distribute_area::before,
li.distribute_area::after{
	content: "";
	position: absolute;
	background: #fd6230;
	transform: translate(0,0);
}
li.distribute_area::before{
	top: 0;
	left: 0;
	width: 2px;
	height: 1em;
}
li.distribute_area::after{
	top: 1em;
	left: 0;
	height: 2px;
	width: 1em;
}
.haisou_image{
	float: right;
}
.reinan{
	margin-bottom: 36px;
}
.reinan .area_map , .top_info{
	float: left;
}
.top_info{
	margin-left: 36px;
}

.reinan p{
	text-align: center;
	margin-bottom: 10px;
}
.news{
	margin-bottom: 36px;
}
.news_waku{
	margin: 0 auto;
	overflow-x: auto;
}
/****** 新着 webmaster ********/
.news_waku p{
	font-size: 16px;
  line-height: 1.6em;
}

.anniversary{
	text-align: center;
	margin-bottom: 40px;
}

.news_waku > div{
	display: table;
	width: 90%;
	margin: 1em auto;
	text-align: left;
	padding-bottom: 1em;
	box-sizing: border-box;
	border-bottom: 1px dashed #7c7c7c;
}

.news_waku > div strong{
	display: table-cell;
	position: relative;
	display: inline-block;
	width: 9em;
	margin-bottom: 0.5em;
}
.news_waku > div:first-child strong::after {
	content: "NEW";
	display: inline;
	margin-left: 1em;
	padding: .2em .5em;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #f30204;
	box-sizing: border-box;
}
.news_waku > div > p{
	display: table-cell;
	text-align: left;
	width: 100%;
}

/****************************************************************************
	業務案内
*****************************************************************************/
.workcontents_area , .seven_service{
	padding: 0 50px;
	margin-bottom: 36px;
}
.workcontents_area ul{
	list-style-type:none;
}
.workcontents_area li{
	margin-bottom: 20px;
	font-size: 18px;
	color: #1a63ae;
	line-height: 2em;
	font-weight: bold;
	padding-left:20px;
	background-image:url("../img/work/work_icon.png");
	background-repeat:no-repeat;
	background-position:0px 8px;
	border-bottom: solid 1px #ffc955;
}

.workcontents_area span{
	font-size: 14px;
	color: #333;
	float: right;
}

.work_service_area{
	padding: 0 50px;
	margin-bottom: 36px;
}
.work_t_area , .safety_area{
	margin-bottom: 40px;
}
.work_service_area table{
	width: 100%;
	margin: 0 auto 10px;
}
.work_service_area caption{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 10px;
}
.work_service_area thead{
	font-size: 22px;
	font-weight: bold;
}
.work_service_area tr{
	height: 50px;
}

.work_service_area td{
	width: 25%;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;

}
.work_service_area th{
	text-align: center;
}
.service_image{
	width: 100%;
}
.service_image img{
	display: block;
	margin: 20px auto 36px;
	width: 80%;
	height: auto;
}
.seven_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}
.tire_area{
	padding-left: 20px;

}
.tire_area p{
	font-size: 14px;
	line-height: 1.5em;
}
div .tire_img{
	width: 100%;
}
.tire_img div{
/*	width: 50%; */
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
}
div .tire_img img{
	width: 100%;
	height: auto;
}

/****************************************************************************
	会社概要
*****************************************************************************/
.comp_contents_area , .comp_store_area{
	padding: 0 50px;
	margin-bottom: 36px;
}
.comp_t_area{
	width: 520px;
	float: left;
}
.comp_table{
	border-collapse: collapse;
	border: solid 1px #333333;
	border-left: none;
}
.comp_table tr{
	height: 36px;
	box-sizing: border-box;
}

.comp_table tr:last-child{
	border-bottom: solid 1px #333333;
}
.comp_table td{
	width: 90px;
	padding: 7px 0 5px 10px;
	border-left: solid 1px #333333;
}
.comp_table .bt{
	border-top: solid 1px #333333;
}
.comp_table td:last-child{
	width: auto;
	max-width: 430px;
	text-align: left;
	padding: 0 10px;
	vertical-align: middle;
}
.comp_table td:only-of-type{
	border-top: none;
}
.staff_area{
	float: right;
}
.staff_area img{
	display: block;
	margin-bottom: 36px;
}
.staff_area a:nth-last-child(1) img{
	margin: 0;
}
.comp_philosophy_area h3{
	margin: 36px 0;
}
.comp_philosophy_area p{
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	margin: 20px auto;
}

.obama_shop, .kaminaka_shop{
	border-top: solid 6px #fd6230;
	margin-bottom: 36px;
}
.shop_title{
	font-size: 28px;
	color: #fd6230;
	margin: 36px 0 22px 2px;
}
.shop_address{
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2.1em;
	float: left;
}
div .shop_image{
	float: right;
}
/****************************************************************************
	歴史
*****************************************************************************/
.history_before_area , .history_after_area{
	padding: 0 43px;
	margin-bottom: 36px;
}
.history_before_area h3{
	padding: 36px 0 10px;
}
.history_before_area p{
	margin-bottom: 36px;
}
.history_before_area span{
	display: block;
}
.indent_text{
	text-indent: 1em;
}
.history_contents_area{
	background-image: -moz-linear-gradient(top, #fefcd8, #ffffff);
	background-image: -ms-linear-gradient(top, #fefcd8, #ffffff);
	background-image: -o-linear-gradient(top, #fefcd8, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fefcd8), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #fefcd8, #ffffff);
	background-image: linear-gradient(top, #fefcd8, #ffffff);
}
.history_text_left{
	float: left;
	width: 540px;
}
.before_image{
	float: right;
}

.history_after_area dl{
	overflow: hidden;
	zoom: 1;
	width: 600px;
	font-size: 14px;
	margin-bottom: 30px;
	float: left;
}
.history_after_area dt{
	margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    clear: both;
}
.history_after_area dd{
	margin-bottom: 5px;
    padding-bottom: 5px;
	padding-left: 170px;
}
dl .month{
	width: 96px;
	text-align: right;
}
dt.row3{
	height: 80px;
}
.after_image img{
	float: right;
	display: block;
}

.after_image img, .before_image img{
	margin-right: 6px;
	margin-top: 6px;
	-moz-box-shadow: 4px 4px 10px #333333;
	-webkit-box-shadow: 4px 4px 10px #333333;
	box-shadow: 4px 4px 10px #333333;
}
.history_row{
	width: 92%;
	margin: 0 auto 36px;
}
.history_row img{
	margin-bottom: 36px;
	display: block;
	margin: 36px auto 0;
}
.history_row p{
	text-align: right;
	font-size: 12px;
}
/****************************************************************************
	お問い合わせ
*****************************************************************************/
#contact_title{
	margin: 16px 0;
	padding:0 0 6px 36px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	border-bottom: solid 1px #ffc955;
	background: url("../img/contact/mail_icon.png") no-repeat top left;
}
.contact_area{
	padding: 0 50px;
	margin-bottom: 36px;
}
.contact_text{
	font-size: 14px;
	margin-bottom: 16px;
	margin-left: 40px;
}
.contact_text span{
	display: block;
	color: #f30204;
	margin-top: 8px;
}

.contact_t_area{
	width: 100%;
}
.contact_table{
	font-size: 16px;
	margin: 0 auto;
}
.contact_table tr{
	border-bottom: dotted 1px #7c7c7c;
	height: 48px;
	padding: 16px;

}
.contact_table th{
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}
.required{
	width: 50px;
	display: inline;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f30204;
	border-radius: 6px;
}
.mail_confirm_area{
	font-size: 12px;
}
.contact_area .mail_ad{
	border-bottom: none;
}
.mail_confirm_area .confirm {
	padding: 0 16px 16px ;
}
.contact_table td{
	vertical-align: middle;
	padding: 16px;
	width: 550px;
}
.contact_table input , .contact_table textarea{
	font-size: 16px;
	width: 500px;
	box-sizing: border-box;
}
input{
	padding: 6px;
}
#mailform-submit{
	text-align: center;
	margin: 36px auto;
}
#mailform-submit input[type="submit"]{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	background: #fd6230;
	color: #fff;
	border: none;
	padding: .8em 4em;
	cursor: pointer;
	border: 2px solid #fd6230;
	transition: all .2s;
}

#mailform-submit input[type="submit"]:hover{
	color: #fd6230;
	background: #fff;
	border: 2px solid #fd6230;
}
/*===========================================================================


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


/*　TOP
----------------------------------------------------------*/
