@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;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
/*******スマホサイトはclass="pc_display"を非表示にする*******/
body .pc_display {
  display: none;
}
/*	外枠
----------------------------------------------------------------------------*/

/****************************************************************************
	コンテンツ設定
*****************************************************************************/
.content {
  width: 90%;
  margin: 0 5%;
}
a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.1;
  opacity: 0.5;
}
table,
tr,
td {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
/*	ヘッダー
----------------------------------------------------------------------------*/
hr {
  width: 100%;
  height: 3px;
  background-color: #fd6230;
  margin: 0 0 3px 0;
  box-sizing: border-box;
}
.h1_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 6px;
}
.h_contact {
  display: none;
}
.h_rogo_serif {
  display: none;
}
#header {
  width: 100%;
  margin: 0;
}
.header_inner {
  width: 90%;
  margin: 0 auto;
}
.rogo_box {
  width: 100%;
}
.h_main_rogo {
  width: 100%;
  height: auto;
  display: table-cell;
  box-sizing: border-box;
}
.h_tel,
.h_free {
  display: table-cell;
  width: 45%;
  box-sizing: border-box;
  padding-left: 0;
  float: left;
}
.h_tel img {
  max-width: 230px;
}
.h_free img {
  max-width: 230px;
}
.h_fb_rogo {
  display: table-cell;
  width: 10%;
  box-sizing: border-box;
  padding-left: 2%;
  float: right;
}

/*	グローバルナビ
----------------------------------------------------------------------------*/
#g_navi {
  background-color: #fd6230;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  float: right;
}
#pc_menu {
  display: none;
}

/*	spサブメニュー
----------------------------------------------------------------------------*/
#sp_sub_menu {
  width: 100%;
  height: 50px;
  background-color: #fd6230;
  display: block;
}
.sub_icon_area {
  width: 80%;
  margin: 0 10%;
}
#sp_sub_menu img {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
}
.icon_tel,
.icon_mail,
.icon_face {
  width: 25%;
  padding: 7px 0 5px;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

/*	spナビbtn ＆ メニュースライダー
----------------------------------------------------------------------------*/

#dropmenu {
  list-style-type: none;
  width: 100%;
  height: 50px;
  padding: 0;
  box-sizing: border-box;
}
#dropmenu li {
  position: relative;
  display: table-cell;
  float: left;
  width: 25%;
  height: 50px;
  margin: 0;
  text-align: center;
  z-index: 999;
}
#dropmenu li a {
  display: block;
  margin: 0 auto;
  color: #fd6230;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  opacity: 1;
}
#dropmenu li a i{
	padding: 10px;
	font-size: 20px;
	color: #000;
}
#dropmenu li:hover > a {
  background: #fff;
  color: #ffc955;
}
#dropmenu > li:hover > a {
  border-radius: 3px;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
#dropmenu li:last-child ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#dropmenu li ul li a {
  padding: 15px 15px;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
  border-top: 1px solid #fd6230;
  box-sizing: border-box;
}
#dropmenu li:hover ul li:first-child {
  border-top: 0;
}
#dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}
#dropmenu .icon_tel li a {
  width: 90px;
  border-radius: 3px !important;
}

#dropmenu li:hover ul li a {
  border-radius: 50%;
  width: 90px;
}

#sp_menu {
  background-color: #fff;
  display: none; /* 最初は非表示 */
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}
#sp_menu ul {
  width: 100%;
  overflow: hidden;
  list-style: none;
  font-size: 90%;
  background-color: #fd6230;
}

#sp_menu li {
  display: table-cell;
  list-style: none;
  margin: 0 auto;
  width: 48%;
  height: 40px;
  padding: 6px 0;
  margin: 1% 1%;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  box-sizing: border-box;
  vertical-align: middle;
  float: left;
  border-radius: 6px;
}

#sp_menu img {
  max-width: 100%;
}
#sp_menu a {
  display: block;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 110%;
  padding-top: 4px;
  letter-spacing: 0.3em;
  text-decoration: none;
  opacity: 1;
}
#pc_menu a:hover {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover span {
  display: block;
  background-color: #ffc955;
  width: 80%;
  height: 4px;
  margin: 0 auto 2px;
  transition: all 0.5s ease 0s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.navi_btn {
  float: left;
  width: 25%;
  padding: 8px 0 5px;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
#panel-btn:hover {
  background: #fafafa;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #ffc955;
  transition: 0.2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #ffc955;
  transition: 0.3s;
}
#panel-btn-icon:before {
  margin-top: -6px;
}
#panel-btn-icon:after {
  margin-top: 4px;
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#panel-btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 4px auto 4px;
  border-radius: 10%;
  background: #fafafa;
}
#panel-btn:hover {
  background: #ffffff;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #ffc955;
  transition: 0.2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #ffc955;
  transition: 0.3s;
}
#panel-btn-icon:before {
  margin-top: -6px;
}
#panel-btn-icon:after {
  margin-top: 4px;
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*	フッター
----------------------------------------------------------------------------*/
#footer {
  background-color: #fff0e3;
}
.footer_inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.ito_rogo {
  display: none;
}
.footer_address {
  max-height: 70px;
}
.footer_address strong {
  display: none;
}
.footer_address p {
  font-size: 12px;
  color: #000000;
}
.footer_row {
  background-color: #fd6230;
}
.footer_row_inner {
  width: 100%;
  margin: 0 auto;
}
.footer_row p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

/*	pege-top
----------------------------------------------------------------------------*/
#page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 0%;
  width: 10%;
  max-width: 66px;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: 0.5s;
}
#page-top:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.1;
  opacity: 0.7;
}
/*	共通
----------------------------------------------------------------------------*/
h1 {
  width: 100%;
  font-size: 80%;
  text-align: left;
  margin-bottom: 6px;
  text-align: justify;
  text-justify: distribute-all-lines;
  line-height: 1em;
  margin-bottom: 1em;
}
h2 {
  font-size: 116%;
  font-weight: bold;
  margin: 0 auto 1em;
  padding: 0.5em 0;
  text-align: center;
  background-color: #fff0e3;
  color: #fd6230;
}
h3 {
  font-size: 130%;
  font-weight: bold;
  margin: 18px 0;
  text-align: center;
}
h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}
h5 {
  font-size: 110%;
  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: 18px auto;
  display: block;
}
.top_image_text {
	position: absolute;
	width: 100%;
	height: auto;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div .top_img_title {
  top: 38px;
  font-size: 130%;
  letter-spacing: 0.12em;
}
li.distribute {
  position: relative;
  font-size: 118%;
  line-height: 1.6em;
  font-weight: bold;
  padding-left: 1em;
}

li.distribute::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: #fd6230;
  border-radius: 50%;
}
li.distribute_area {
  position: relative;
  margin-left: 1em;
  padding-left: 1.4em;
}
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 {
  display: none;
}
.reinan {
  margin-bottom: 18px;
}
.top_info {
  width: 100%;
  margin: 0 auto;
}
.top_info br {
  display: none;
}
.reinan p {
  text-align: left;
  margin-bottom: 10px;
}
.anniversary {
  margin-bottom: 0px;
}
.anniversary p {
  margin: 0 5%;
  text-align: left;
}
.anniversary br {
  display: none;
}
.anniversary img {
  width: 90%;
  margin: 0 5%;
}
/****** 新着 webmaster ********/
.news {
  margin-bottom: 36px;
}
.news_waku {
  margin: 0 auto;
}
.news_waku > p {
  margin: 0 auto;
  font-size: 94%;
  line-height: 1.6em;
}

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

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

.news_waku > div strong{
	position: relative;
	display: block;
	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: 10px;
	font-weight: bold;
	background-color: #f30204;
	box-sizing: border-box;
}
.news_waku > div > p{
	text-align: left;
  margin-left: 1em;
}
/****************************************************************************
	業務案内
*****************************************************************************/
.workcontents_area,
.seven_service {
  padding: 0 5%;
  margin-bottom: 18px;
}
.work_main_img {
  margin: 18px auto 5px;
}
.workcontents_area ul {
  list-style-type: none;
}

.workcontents_area li:before {
  border-top: solid 1px #ffc955;
}

.workcontents_area li {
  margin-bottom: 20px;
  font-size: 100%;
  color: #fd6230;
  font-weight: bold;
  padding-left: 20px;
  background-image: url("../img/work/work_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.workcontents_area span {
  display: block;
  border-top: solid 1px #ffc955;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  color: #333;
}

.work_service_area {
  padding: 0 5%;
  margin-bottom: 36px;
}
.work_t_area,
.safety_area {
  margin-bottom: 18px;
}
.work_t_area p {
  font-size: 80%;
}

.work_service_area table {
  width: 100%;
  margin: 0 auto 10px;
}
.work_service_area caption {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 10px;
}
.work_service_area thead {
  font-size: 100%;
  border-bottom: solid 1px #999999;
}
.work_service_area tr {
  height: 50px;
}

.work_service_area td {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
  box-sizing: border-box;
  padding: 0 2%;
  border-bottom: solid 1px #999999;
}
.work_service_area td:first-child {
  width: 36%;
  padding: 0;
}
.work_service_area th {
  text-align: center;
}
.service_image {
  width: 100%;
}
.service_image img {
  display: block;
  margin: 20px auto 18px;
  width: 100%;
  height: auto;
}
.seven_title {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
}
.seven_title br {
  display: none;
}

.seven_img_area div {
  display: table-cel;
  float: left;
  width: 46%;
  height: 120px;
  box-sizing: border-box;
  padding: 4% 2%;
  margin: 2%;
  border: solid 1px #e26e49;
  border-radius: 2em;
  box-shadow: 0 2px 3px 0 #ccc;
}
.seven_img_area img {
  display: table-cell;
  margin-bottom: 5px;
  vertical-align: middle;
}
.seven_img_area p {
  padding: 6px 1% 0;
  font-size: 90%;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
div .service_nanatyan {
  border: none;
  padding: 0;
  box-shadow: none;
}
.service_nanatyan img {
  width: auto;
  height: 120px;
}

.service_anshin {
  margin: 18px auto;
  padding-bottom: 18px;
  border-bottom: solid 1px #fd6230;
}
.tire_area p {
  font-size: 14px;
  line-height: 1.5em;
}
div .tire_img {
  width: 100%;
}
.tire_img div {
  display: table-cell;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}
div .tire_img img {
  width: 100%;
  height: auto;
}

/****************************************************************************
	会社概要
*****************************************************************************/
.comp_main_img {
  margin: 18px auto 5px;
}
.comp_contents_area,
.comp_store_area {
  padding: 0 0;
  margin-bottom: 18px;
}
.comp_t_area {
  width: 100%;
}
.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: 25%;
  padding: 7px 0 5px 10px;
  border-left: solid 1px #333333;
  box-sizing: border-box;
}
.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;
  box-sizing: border-box;
}
.comp_table td:only-of-type {
  border-top: none;
}
.staff_area {
  margin-top: 18px;
  float: left;
}
.staff_area img {
  display: table-cell;
  width: 30%;
  margin-right: 5%;
  float: left;
  box-sizing: border-box;
}
.staff_area img:nth-of-type(2) {
  margin: 0 5%;
}
div.staff_area a:last-child img {
  margin-right: 0;
}

.comp_philosophy_area {
  padding: 0 5%;
}
.comp_philosophy_area h3 {
  font-size: 110%;
  margin: 18px 0;
}
.comp_philosophy_area p {
  font-size: 100%;
  line-height: 1.6em;
  text-align: center;
  margin: 10px 5%;
}
.comp_philosophy_area br {
  display: none;
}
.obama_shop,
.kaminaka_shop {
  border-top: solid 4px #e50012;
  padding: 0 5%;
  margin-bottom: 18px;
}
.kaminaka_shop {
  margin-bottom: 0;
}
.shop_title {
  font-size: 120%;
  color: #e50012;
  margin: 18px 0px;
}
.shop_address {
  font-size: 100%;
  line-height: 1.4em;
  margin-bottom: 18px;
}
.shop_map iframe {
  width: 100%;
  height: auto;
}
/****************************************************************************
	歴史
*****************************************************************************/
.history_before_area,
.history_after_area {
  padding: 0 5%;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
.history_main_img {
  margin: 18px auto 5px;
}
.history_before_area h3 {
  padding: 18px 0 0;
}
.history_before_area p {
  text-indent: 1em;
  margin-bottom: 18px;
}
.history_before_area span {
  display: block;
  margin-top: 18px;
}
.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);
}
.before_image,
.after_image {
  width: 100%;
  margin-bottom: 18px;
}

.history_after_area dl {
  width: 100%;
  font-size: 100%;
  margin-bottom: 18px;
}
.history_after_area dt {
  font-size: 120%;
  margin-bottom: 5px;
}
.history_after_area dd {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
dl .month {
  margin-top: 5px;
}

.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: 100%;
  margin: 0 auto 18px;
}
.history_and_now span {
  display: block;
  font-size: 140%;
  margin-bottom: 14px;
}
.history_row img {
  display: block;
  margin: 18px auto 0;
}
.history_row p {
  text-align: right;
  font-size: 70%;
}
/****************************************************************************
	お問い合わせ
*****************************************************************************/
#contact_title {
  margin: 16px 0;
  padding: 0 0 6px 36px;
  font-size: 140%;
  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 5%;
  margin-bottom: 18px;
}
.contact_text h4 {
  font-size: 110%;
  font-weight: normal;
}
.contact_text {
  font-size: 100%;
  margin-bottom: 18px;
}
.contact_text span {
  display: block;
  color: #ff0000;
  margin-top: 8px;
}

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

.contact_table th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 5% 0;
}
th .required {
  width: 36px;
  display: inline-block;
  font-size: 90%;
  color: #ffffff;
  text-align: center;
  margin-left: 10px;
  background-color: #ff0000;
  border-radius: 6px;
}

.mail_confirm_area {
  font-size: 100%;
}
.mail_confirm_area span {
  margin-right: 5px;
}
.mail_confirm_area .required {
  display: none;
}

.mail_confirm_area th {
  margin-top: 0;
  padding: 0;
}
.contact_area .mail_ad {
  border-bottom: none;
}
.mail_confirm_area .confirm {
  padding: 0 5% 16px;
}
.contact_table td {
  display: block;
  width: 100%;
  padding: 8px 5%;
}
.contact_table input,
.contact_table textarea {
  font-size: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
#mailform input {
  padding: 3px;
}
.contact_table input[type="textarea"] {
  padding: 6px;
}
#mailform-submit {
  text-align: right;
  margin: 18px;
}
#mailform-submit input[type="submit"] {
  text-align: center;
  font-size: 100%;
}

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


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