@charset "utf-8";
/* CSS Document */

/* ======================================
全共通
=========================================
*/
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	line-height: 1.6;
}
html {
overflow-x: hidden;
}
html {font-size: 10px;}

a:link, a:visited, a:active{
  color: #333;
  text-decoration: none;
}

a:active{
  color: #666;
}
p {
  font-size: 14px;
}
img{
  vertical-align:bottom;
}
* {
    box-sizing: border-box;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #fff100 60%);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.pagetop {
  position: fixed;
  right: 0px;
  display: block;
  padding: 20px;
  width: 25%;
}
.pagetop img {
  width: 100%;
}
.marker_01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffff7f 75%);
  font-weight: bold;
}
 ======================================
PCレイアウト
=========================================
header {
  margin: 0 auto;
}
.top_box {
  width: 1000px;
    padding: 8px 0 6px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.top_logo {
  display: inline-block;
  text-align: left;
  width: 310px;
}
.info_container {
  width: 900px;
  margin: 40px auto;
  text-align: center;
}
.info_container.top {
  margin: 20px auto 40px;
}
.header_info {
    display: flex;
    justify-content: end;
}
.wrap-info_box {
    width: 780px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px 0 0;
    background-color: #fff;
}
.wrap-info_box .att {
  margin-right: 20px;
}
.reception {
    margin-right: 20px;
}
.reception .tel {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 16px;
    margin: 3px 0 2px 0;
}
.reception .tel:before {
    content: '';
    top: 2px;
    left: 0;
    width: 16px;
    height: 20px;
    display: block;
    position: absolute;
    background-image: url(../img/ico_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.reception .tel a {
    color: #e91c1c;
}
.reception .time {
    font-size: 13px;
    letter-spacing: 0.02em;
    padding-left: 10px;
}
.btn_contact {
    display: inline-block;
    color: #fff;
    height: 46px;
    padding: 12px 34px 13px 34px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff !important;
    background-color: #e91c1c;
    border-radius: 5px;
    position: relative;
    border: 2px solid #e91c1c;
}
.btn_contact:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    margin: 0px 8px 0 0;
    background: url(../img/ico_mail.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.btn_contact:hover {
    display: inline-block;
    color: #e91c1c !important;
    height: 46px;
    padding: 12px 34px 13px 34px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border: 2px solid #e91c1c;
}
.btn_contact:hover:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    margin: 0px 8px 0 0;
    background: url(../img/ico_mail_hover.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.mb20 {
  margin-bottom: 20px !important;
}

article {
  width: 100%;
  margin: 0 auto;
}
section.container {
  margin: 0 auto  40px;
}
#contact {
  margin: 70px auto 0;
}
section.container_g {
  background-color: #d7f1e1;
  padding: 40px 0;
  margin-bottom: 40px;
}
section.wrap_mv_container {
  width: 100%;
  text-align: center;
  background: url(../img/mv_bg.png) 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.mv_container {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
.wrap_mv_main_box {
  display: flex;
  justify-content: space-between;
  margin: 15px auto 10px;
}
section.container .inner,
section.container_g .inner {
  width: 900px;
  margin: 0 auto 30px;
}
.txt_01 {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}
.txt_02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
.txt_lead_01 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ff5803;
}
.txt_large_01 {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #ff5803;
  line-height: 1.3;
}
.txt_large_01 span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.blk_01 {
  margin-bottom: 40px !important;
}

.wrap-reason_box {
  width: 800px;
  display: flex;
  margin: 0 auto 20px;
}
.wrap-reason_box .menu_box {
  width: 280px;
  margin: 0 30px 0 0;
}
.wrap-reason_box .menu_box img {
  width: 100%;
}
.wrap-reason_box .menu_box:last-child {
  margin: 0;
}
.wrap-reason_box .menu_box p {
  padding: 20px 0;
  font-size: 16px;
}
.wrap-reason_box .menu_box p span {
  font-weight: bold;
  color: #ff5803;
}
.wrap-about_box {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.wrap-about_box .txt_box {
  width: 550px;
  margin: 0 30px 0 0;
}
.wrap-about_box .img_box {
  width: 320px;
}
/*モデルキッチンカー*/
.container h2,
.container_g h2 {
  font-size: 28px;
  font-weight: bold;
  color: #00b143;
  text-align: center;
  margin-bottom: 20px;
}
.wrap-car_box {
  width: 1000px;
  display: flex;
  margin: 0 auto 20px;
}
.wrap-car_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #666;
  z-index: 10;
}
.wrap-car_box .car_box {
  width: 310px;
  margin: 0 35px 0 0;
  background: #fff;
}
.wrap-car_box .car_box a img:hover {
  opacity: 0.8;
}

.wrap-car_box .car_box img {
  width: 100%;
}
.wrap-car_box .car_box:last-child {
  margin: 0;
}
.wrap-car_box .car_box h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #00b143;
  padding: 10px 0 5px;
}
.wrap-car_box .txt_box {
  padding: 0 20px 20px;
}
.wrap-car_box .car_box p.name {
  text-align: right;
}
.wrap-car_box .txt_box ul {
  font-size: 14px;
  padding: 0;
  list-style-type:none;
}
.wrap-car_box .txt_box ul li {
    margin-top: 5px;
    line-height: 1.4;
    background-image: url(../img/arrow@2x.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0 0 0 28px;
}
.wrap-car_box .txt_box ul li span {
  font-weight: bold;
  color: #ff5803;
}
.wrap-flow_box {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
.wrap-flow_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #666;
  z-index: 10;
}
.wrap-flow_box .ttl_box {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin: 0 auto 5px;
}
.wrap-flow_box .ttl_box .ttl-num {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00b143;
    text-align: center;
    margin: 0 10px 0 0;
}
.wrap-flow_box .ttl_box .ttl {
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #00b143;
  text-align: left;
}
.wrap-flow_box .flow_box {
  width: 210px;
  padding: 10px 10px 15px;
  margin: 0 20px 20px 0;
  background: #fff;
  text-align: center;
}
.wrap-flow_box .flow_box:nth-child(4n) {
  margin-right: 0;

}
.other_blk_01 {
  border: #64d990 3px solid;
    box-shadow: 0 0 0 2px rgba(255,255,255,1) inset;
    background: #fff;
    border-radius: 3px;
    margin: 20px 0;
    padding: 20px 40px;
    text-align: center;
}
.other_blk_01 .txt_01_02 {
    color: #00b143;
    line-height: 1.2;
    font-size: 28px;
    font-weight: bold;
    margin: -34px 0 5px;
    text-shadow: 2px 2px 0 rgba(255,255,255,1), -2px 2px 0 rgba(255,255,255,1), 2px -2px 0 rgba(255,255,255,1), -2px -2px 0 rgba(255,255,255,1);
    text-align: center;
}
.other_blk_01 .txt_01_02 span.back_01 {
    display: inline-block;
    padding: 0 20px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(59%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffff',GradientType=0 );
}
.other_blk_01_inner {
  padding: 20px 0;
}
.more {
    text-align: right;
    padding: 10px 0 0;
}
.more a {
    font-size: 13px;
    color: #2c91ce;
    text-decoration: underline;
}
.more a:before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin: 0 10px 0 0;
    border-top: 2px solid #00b143;
    border-right: 2px solid #00b143;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.more a:hover {
  text-decoration: none;
}
.blk_btn {
    margin: 40px auto;
    text-align: center;
}
.btn_cmn_01 {
    display: inline-block;
    width: 50%;
    padding: 24px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    border-radius: 5px;
    position: relative;
    line-height: 1;
    letter-spacing: 0.1em;
    background-color: #00b143;
    border: 2px solid #00b143;
}
.btn_cmn_01:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin: -10px 14px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_cmn_01:hover {
  color: #00b143 !important;
  border: 2px solid #00b143;
  background-color: #fff;
}
.btn_cmn_01:hover:before {
    border-top: 2px solid #00b143;
    border-right: 2px solid #00b143;
}
#footer_office {
  padding: 20px 0;
}
.footer_office_inner {
  width: 1000px;
  margin: 0 auto;
}
.footer_logo {
  float: left;
  width: 120px;
  height: auto;
  margin-right: 21px;
}
.footer_logo img {
  width: 100px;
  height: auto;
}
.footer_address {
  float: left;
  width: ;
  text-align: left;
  line-height: 1.6;
  font-size: 13px;
}
.footer_copy {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #242424;
}

/* ======================================
スマホレイアウト
=========================================
*/
@media screen and (max-width: 768px) {

  html,body,header {
  width: 100%;
  max-width: 100%;
  }
  .sp {
  display: block;
  }
  .pc {
  display: none;
  }
  .top_logo {
  text-align: left;
  width: 100%;
  padding: 10px;
  }
  .top_logo img{
  width: 50%;
  }
  article {
  margin: 0 auto;
  overflow: hidden;
  }
  section.container {
  width: 100%;
  margin: 0 auto 40px auto;
  }
  section.container .inner{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  }

  section.container img {
  text-align: center;
  width: 100%;
  }
  section.container .inner,
  section.container_g .inner {
    width: 90%;
    margin: 0 auto;
  }
  section.wrap_mv_container {
  width: 100%;
  background: none;
  margin-bottom: 20px;
  }
  section.wrap_mv_container img {
  width: 100%;
  }
  .mv_container {
  width: 100%;
  }
  .top_box {
    width: 100%;
    padding: 0 2%;
     display: inline-block; 
    /* margin: 0 auto; */
  }
  .wrap-reason_box {
  display: block;
  margin-top: 20px !important;
  }
  .wrap-reason_box .menu_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .wrap-reason_box .menu_box img{
    width: 80%;
  }
  .wrap-reason_box .menu_box:last-child {
    margin: 0 auto;
  }
  .wrap-reason_box .menu_box p {
    padding: 20px 0;
  }
  .txt_large_01 {
    font-size: 20px;
    line-height: 1.4;
  }
  .wrap-about_box {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .wrap-about_box .txt_box {
    width: 100%;
    margin: 0;
  }
  .wrap-about_box .img_box {
    width: 100%;
  }
  .wrap-car_box {
    width: 100%;
    display: block;
  }
  .wrap-car_box .car_box {
   width: 100%;
    margin: 0 0 15px 0;
  }
  .wrap-car_box .car_box.voice {
    width: 100%;
    margin: 0 0 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }

  .container h2,
  .container_g h2 {
    font-size: 22px;
    padding: 0 2%;
    margin-bottom: 10px;
  }
  .btn_cmn_01 {
    width: 90%;
    line-height: 1.4;
    text-align: left;
    padding: 15px 15px 15px 35px;
    font-size: 16px;
  }
  .btn_contact {
    height: 50px;
    padding: 16px 36px 15px 36px;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .btn_cmn_01:before {
    content: "";
    position: absolute;
    top: 50%;
    margin: -5px 14px 0 15px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .blk_btn {
    margin: 20px auto 30px;
  }
  section.container_g {
    padding: 20px 0;
  }
  .wrap-flow_box .flow_box {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .wrap-flow_box .flow_box:nth-child(2n) {
    margin-right: 0;
  }
  .other_blk_01 {
    padding: 20px;
  }
  .other_blk_01 .txt_01_02 {
    font-size: 22px;
    margin: -30px 0 0;
  }
  .info_container {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  }
  .wrap-info_box {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    border: 3px solid #ccc;
  }
  .header_info {
    display: block;
  }
  .reception {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .reception .tel {
  font-size: 26px;
  }
  .reception .att {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
  }
  #footer_office {
  padding: 10px 20px;
  }
  .footer_office_inner {
  width: 100%;
  margin: 0 auto;
  }
  .footer_logo {
  float: none;
  height: auto;
  margin: 0 auto;
  text-align: center;
  }
  .footer_logo img{
  width: 50%;
  height: auto;
  margin-bottom: 10px;
  }
  .footer_address {
  float: none;
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 1.4;
  }
  .footer_copy {
  font-size: 10px;
  }

}






