@charset "UTF-8";
/*
Theme Name: bebeautoservice.com
Version: 1.0.0
Author: ICC Co.Ltd.
License: ICC Co.Ltd.
*/
/* --------------------------------------------------------------
// header
// mainvisualarea
// pagetitlearea
// main site-main
// sidebar
// footer
// index.php
// original common
// heading common
-------------------------------------------------------------- */
/* -- common --
--------------------------------------------------------------　*/
.site_title {
  width: 110px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .site_title {
    margin: 0 auto 15px;
  }
  .site_tel {
    margin: 0 auto;
  }
}

/* -- header --
--------------------------------------------------------------　*/
@media screen and (max-width: 767px) {
  #header #site_description_area, #header .header_top {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #header #site_description_area {
    padding: 4px 0;
  }
  #header #site_description_area h1 {
    font-size: 10px;
    line-height: 1.2;
  }
}

/* -- mainvisualarea ---- pagetitlearea --
--------------------------------------------------------------　*/
@media screen and (max-width: 767px) {
  #mainvisualarea, #pagetitlearea {
    margin-top: 42px;
  }
}

#mainvisualarea .mainwrap, #pagetitlearea .mainwrap {
  border-top: #32E0B4 solid 10px;
}

@media screen and (max-width: 767px) {
  #mainvisualarea .mainwrap, #pagetitlearea .mainwrap {
    max-width: 100%;
  }
}

/* -- mainvisualarea --
--------------------------------------------------------------　*/
/* -- pagetitlearea --
--------------------------------------------------------------　*/
#pagetitlearea .mainwrap .pagetitle_heading {
  background: url(images/common/pageindex.jpg) 50% 50% no-repeat;
  padding: 20px 20px;
  height: 150px;
  line-height: 1.2;
  font-size: 16px;
  color: #808080;
}

#pagetitlearea .mainwrap .pagetitle_heading h2 {
  color: #32E0B4;
  font-size: 32px;
  font-family: "Fjalla One", sans-serif;
}

@media screen and (max-width: 767px) {
  #pagetitlearea .mainwrap .pagetitle_heading h2 {
    font-size: 25px;
  }
}

#pagetitlearea .mainwrap .pagetitle_heading h2 span {
  border-bottom: solid 1px;
  padding-bottom: 5px;
}

/* -- breadcrumb --
--------------------------------------------------------------　*/
#breadcrumb li {
  color: #808080;
  font-family: "Fjalla One", sans-serif;
}

#breadcrumb a {
  color: #808080;
  font-size: 12px;
}

/* -- page_description_area --
--------------------------------------------------------------　*/
/* -- globalnaviarea_wrap --
--------------------------------------------------------------　*/
@media screen and (max-width: 767px) {
  #globalnaviarea_wrap {
    /* toggle ---------------------------------*/
    /* menu -----------------------------------*/
  }
  #globalnaviarea_wrap #site_navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #323232;
    box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.3);
  }
  #globalnaviarea_wrap #toggle {
    display: block;
    position: relative;
    width: 100%;
  }
  #globalnaviarea_wrap #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #globalnaviarea_wrap #toggle a {
    display: block;
    position: relative;
    padding: 12px 0 9px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #globalnaviarea_wrap #toggle a:before, #globalnaviarea_wrap #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #323232;
  }
  #globalnaviarea_wrap #toggle a:before {
    margin-top: -6px;
  }
  #globalnaviarea_wrap #toggle a:after {
    margin-top: 2px;
  }
  #globalnaviarea_wrap #toggle a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) and (min-width: 767px) {
  #globalnaviarea_wrap #toggle #menu li .pc_tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #globalnaviarea_wrap #menu {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    clear: both;
  }
  #globalnaviarea_wrap #menu.mainwrap {
    max-width: 100%;
  }
  #globalnaviarea_wrap #menu li {
    float: left;
    width: 50%;
  }
  #globalnaviarea_wrap #menu li ul {
    width: 100%;
  }
  #globalnaviarea_wrap #menu li ul li {
    float: left;
    width: 100%;
  }
  #globalnaviarea_wrap #menu li.long {
    border-top: solid 1px #fff;
    width: 100%;
  }
  #globalnaviarea_wrap #menu li.spsns {
    display: block;
  }
  #globalnaviarea_wrap #menu li a {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: -1px;
    padding: 10px 0 10px;
    border: solid 1px #fff;
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-family: "Fjalla One", sans-serif;
  }
  #globalnaviarea_wrap #menu li a.pc_tab {
    display: none;
  }
  #globalnaviarea_wrap #menu li.selected a {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 768px) {
  #globalnaviarea_wrap {
    padding: 10px 0;
  }
  #globalnaviarea_wrap .header_logo {
    width: 15%;
    float: left;
  }
  #globalnaviarea_wrap #site_navigation {
    width: 85%;
    float: right;
    margin-top: 30px;
  }
  #globalnaviarea_wrap #toggle, #globalnaviarea_wrap #menu li.spsns {
    display: none;
  }
  #globalnaviarea_wrap #menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  #globalnaviarea_wrap #menu li {
    text-align: center;
    font-size: 18px;
    padding: 9px 0;
    font-family: "Fjalla One", sans-serif;
    line-height: 1.2;
  }
  #globalnaviarea_wrap #menu li span {
    font-size: 12px;
  }
  #globalnaviarea_wrap #menu li.f_item {
    flex-grow: 1;
  }
  #globalnaviarea_wrap #menu li a {
    display: block;
    color: #32E0B4;
  }
  #globalnaviarea_wrap #menu li:hover a, #globalnaviarea_wrap #menu li.selected a {
    opacity: 1;
    color: #323232;
  }
}

/* -- sidebar --
--------------------------------------------------------------　*/
/* -- footer --
--------------------------------------------------------------　*/
#footer {
  /* copyright ------------------------------*/
}

#footer .foot_top {
  line-height: 1.7em;
  padding: 20px 0;
}

#footer .foot_top .foot_sns {
  margin-top: 20px;
}

#footer .foot_top .foot_sns ul li {
  float: left;
  margin-right: 5px;
}

#footer .foot_top .foot_access .rightdir .site_tel {
  padding: 10px 0;
}

#footer .foot_top .foot_access .rightdir .site_tel a {
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
}

#footer #copyright {
  background: #32E0B4;
  color: #808080;
  padding: 5px 0;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}

#footer #copyright a {
  text-decoration: none;
  color: #808080;
}

@media screen and (max-width: 767px) {
  #footer {
    /* copyright ------------------------------*/
  }
  #footer #foot_navigation, #footer .foot_card, #footer .foot_sns {
    display: none;
  }
  #footer .foot_top {
    text-align: center;
  }
  #footer .foot_top .foot_access .rightdir table {
    margin: 0 auto;
  }
  #footer #copyright {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  #footer #foot_navigation ul, #footer .foot_card ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  #footer #foot_navigation ul li, #footer .foot_card ul li {
    text-align: center;
    font-size: 12px;
    color: #000;
  }
  #footer #foot_navigation ul li.f_item, #footer .foot_card ul li.f_item {
    flex-grow: 1;
  }
  #footer #foot_navigation ul li a, #footer .foot_card ul li a {
    display: block;
    padding: 6px 0;
  }
  #footer #foot_navigation ul li img, #footer .foot_card ul li img {
    width: 80%;
  }
  #footer .foot_card {
    background: #FFFFEB;
    text-align: center;
    padding: 20px;
  }
  #footer .foot_card .foot_title {
    font-size: 20px;
    font-weight: bold;
  }
  #footer .foot_card p {
    font-size: 16px;
  }
  #footer .foot_card .col2_wrap {
    width: 70%;
    margin: 20px auto;
  }
  #footer .foot_card .col2_wrap .col2_item {
    border: double 4px #808080;
  }
  #footer .foot_card .col2_wrap .col2_item:hover {
    background: #C1F6E8;
  }
  #footer .foot_card .col2_wrap .col2_item a {
    display: block;
    padding: 20px;
  }
  #footer .foot_card ul {
    padding: 20px;
  }
  #footer .foot_top .foot_access .rightdir {
    padding-left: 50px;
  }
}

/* -- framework && common --
--------------------------------------------------------------　*/
.home #content {
  padding: 30px 0 0 0;
}

#content {
  padding: 30px 0;
}

/* -- original common --
--------------------------------------------------------------　*/
strong, b, .bold {
  font-weight: bold;
}

small, .small {
  font-size: 16px;
}

.img img {
  width: 100%;
}

.bg_w {
  background: #fff;
}

.bg_g {
  background: #F2F2F2;
}

.br_frames {
  border: solid 1px #603813;
  padding: 5px;
}

.triangle {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 30px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 25px solid #32E0B4;
}

/* -- main site-main --------------------------------------　*/
#main-inner .content_dir.none {
  border: none;
  background: none;
}

#main-inner .content_dir.none .content_inner {
  background: none;
  box-shadow: none;
}

/* -- heading common --
--------------------------------------------------------------　*/
.top_h3 {
  padding: 10px 0;
}

.top_h3 h3 {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.top_h3 h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  font-size: 25px;
  font-family: "Fjalla One", sans-serif;
}

.top_h3 h3 span:before, .top_h3 h3 span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 99em;
  height: 1px;
  background-color: #323232;
}

.top_h3 h3 span:before {
  right: 100%;
}

.top_h3 h3 span:after {
  left: 100%;
}

.top_h3.news_bg {
  background: #323232;
  color: #fff;
}

.top_h3.news_bg h3 span:before, .top_h3.news_bg h3 span:after {
  background-color: #fff;
}

.h3_brown {
  background: #603813;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .h3_brown {
    width: 80%;
    margin: 0 auto;
  }
}

.h3_brown .brown_inner {
  border: solid 1px #fff;
  text-align: center;
}

.h3_brown .brown_inner h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
  padding: 0 5px;
}

/* -- index.php --
--------------------------------------------------------------　*/
#top_grt .mainwrap {
  padding: 20px 0;
}

#top_grt .mainwrap .narita_area {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #top_grt .mainwrap .narita_area {
    text-align: right;
  }
}

#top_grt .greeting_title h3 {
  color: #603813;
  font-size: 24px;
  font-weight: bold;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 7px 0;
}

@media screen and (max-width: 767px) {
  #top_grt .greeting_title h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  #top_grt .greeting_title h3 {
    text-align: center;
  }
}

#top_grt .f_size73 {
  font-size: 16px;
}

#top_news {
  background: #F2F2F2;
}

#top_news .news_table {
  padding: 50px 0;
}

#top_news .news_table .news_f {
  border: solid 1px #ccc;
  padding: 10px;
}

#top_news .news_table .news_f table {
  width: 100%;
  padding: 10px 0;
}

#top_news .news_table .news_f table td {
  font-size: 16px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  #top_news .news_table .news_f table td {
    width: 100%;
    display: list-item;
    list-style-type: none;
  }
}

#top_news .news_table .news_f table .day {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #top_news .news_table .news_f table .day {
    width: 20%;
  }
}

#top_news .news_table .news_f table .day:before {
  content: "・";
}

#top_news .news_table .news_f table .more_button {
  font-family: "Fjalla One", sans-serif;
}

@media screen and (min-width: 768px) {
  #top_news .news_table .news_f table .more_button {
    width: 15%;
  }
}

#top_news .news_table .news_f table .more_button a {
  background: #32E0B4;
  color: #fff;
  padding: 5px 10px;
}

#top_news .news_table .news_morelink {
  text-align: center;
  margin-top: 30px;
}

#top_news .news_table .news_morelink a {
  border: solid 1px #323232;
  color: #323232;
  display: inline-block;
  width: 300px;
  text-align: center;
  line-height: 2;
  background: #fff;
  padding: 5px 0;
}

#top_result .result_img {
  padding: 10px 0;
}

#top_result .result_img .col2_item {
  margin-bottom: 15px;
}

#top_result .result_img .col2_item .title {
  padding: 3px;
  background: #8C6239;
  color: #fff;
}

#top_result .result_morelink {
  text-align: right;
}

#top_result .result_morelink a {
  border: solid 1px #32E0B4;
  color: #32E0B4;
  display: inline-block;
  width: 200px;
  text-align: center;
  line-height: 2;
  background: #EAFCF7;
}

.top_col3 {
  background: #323232;
  padding: 30px 0;
}
