@charset "utf-8";

/* ============================================================ common */
#about_kitchencar .sec_article .sec_support { margin-top: 20px; }
#about_kitchencar .sec_article .sec_support .box_radius_8rad { padding: 12px 12px 8px; background: #fff; text-align: center; border: 3px solid #edc3a5; }
#about_kitchencar .sec_article .sec_support .icon_tel { margin-right: 5px; vertical-align: -1px; }
#about_kitchencar .sec_article .sec_support .support_tel { font-weight: bold; font-size: 129%; }
#about_kitchencar .sec_article .sec_support p.txt { font-weight: bold; color: #991f00; margin-top: 0; } 
#about_kitchencar .sec_article .sec_support p.department { margin-top: 5px; }

#about_kitchencar .sec_article .sec_activity p { overflow: hidden; }
#about_kitchencar .sec_article .sec_activity .img_activity { margin-bottom: 20px; }
#about_kitchencar .sec_article table.activity_info { width: 358px; float: left; margin-right: 20px; border: 1px solid #edc3a5; font-size: 86%; }
#about_kitchencar .sec_article table.activity_info th { padding: 8px; background: #fcf8ef; border-bottom: 1px solid #edc3a5; border-right: 1px solid #edc3a5; white-space: nowrap;  }
#about_kitchencar .sec_article table.activity_info td { padding: 8px; border-bottom: 1px solid #edc3a5; }
#about_kitchencar .sec_article table.activity_info .last { border-bottom: none; }

#about_kitchencar .sec_article .other_activity { margin-top: 30px; }
#about_kitchencar .sec_article .other_activity a { display: block; background-position: 0 center; }

#about_kitchencar .sec_article .sec_activity .heading_mt61 { margin-top: 61px; }
#about_kitchencar .sec_article .sec_activity .heading_mt51 { margin-top: 51px; }
#about_kitchencar .sec_article .sec_activity.plural { margin-top: 21px; }

/* ============================================================ index */
#about_kitchencar .sec_article .sec_main { padding-bottom: 15px; background: url(../img/bg_index_main01.jpg) center 22px repeat-y; position: relative;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
behavior: url(../../../PIE.htc); }
#about_kitchencar .sec_article .sec_main .sec_main_inner { background: url(../img/bg_index_main02.png) center 22px no-repeat; position: relative; }
#about_kitchencar .sec_article .sec_main .heading { margin-bottom: 168px; }
#about_kitchencar .sec_article .sec_main .img_kitchencar { position: absolute; top: 110px; left: 50%; margin-left: -65px; }
#about_kitchencar .sec_article .sec_main .box_summary { margin: 0 15px; padding: 20px 15px 15px; position: relative; background: #fff; border: 1px solid #c86c5d;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 1px 4px #777;
-moz-box-shadow: 0 1px 4px #777;
box-shadow: 0 1px 4px #777;
behavior: url(../../../PIE.htc);}
#about_kitchencar .sec_article .sec_main .box_summary h2 { display: inline-block; margin-top: 0; padding-right: 40px; background: url(../img/icon_kitchencar.png) right center no-repeat; }
#about_kitchencar .sec_article .sec_main .box_summary p { margin-top: 18px; padding-right: 225px; background: url(../img/img_kitchencar.jpg) 95% 5px no-repeat; }

#about_kitchencar .sec_article .sec_about { height: 925px; background: url(../img/bg_index_about.png) 0 0 no-repeat; overflow: hidden; }
#about_kitchencar .sec_article .sec_about .sec_about01 { height: 316px; margin-top: 20px; background: url(../img/img_index_about01.jpg) right 0 no-repeat; }
#about_kitchencar .sec_article .sec_about .sec_about01 p { width: 362px; }
#about_kitchencar .sec_article .sec_about .sec_about02 { height: 400px; margin-top: 40px; background: url(../img/img_index_about02.jpg) 0 bottom no-repeat; }
#about_kitchencar .sec_article .sec_about .sec_about02 h2 { text-align: right; }
#about_kitchencar .sec_article .sec_about .sec_about02 p { width: 360px; margin-left: auto; margin-right: 0; }

#about_kitchencar .sec_article .sec_activity .past_activity { margin-top: 30px; border-top: 1px dotted #edc3a5; }
#about_kitchencar .sec_article .sec_activity .past_activity li { border-bottom: 1px dotted #edc3a5;  }
#about_kitchencar .sec_article .sec_activity .past_activity li a { display: block; padding: 8px 8px 8px 22px; background-position: 12px center; }
#about_kitchencar .sec_article .sec_activity .past_activity li a:hover { color: #991f00; font-weight: bold; text-decoration: none; }




/* .popup_zone */
.popup_zone,
.popup_zone *{
box-sizing: border-box;
}

.popup_zone{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 30000;
  text-align: center;
  letter-spacing: -0.4em;
}

.popup_zone:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.popup_zone .popup_bg{
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.popup_zone .popup_wrap{
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align:  middle;
  width: 100%;
  max-width: 864px;
  margin: 100px 0;
  padding:  0 20px;
  text-align: left;
  letter-spacing: normal;
}

.popup_zone .popup_content{
  background-color: #ffffff;
  padding: 20px;
}

.movie_obj_wrap{
	margin: 0 auto;
	max-width: 800px;
}

.movie_obj_wrap .movie_obj{
  position: relative;
  padding: 0 0 56.25% 0;
}

.movie_obj_wrap .movie_obj iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_contents{
  display: none;
}

.popup_zone .popup_contents{
  display: block !important;
}

.popup_zone #main_contents{
  width: auto;
  float: none;
  margin: 0 auto;
}

a.link_block{
  display: block;
  text-decoration: none !important;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

a.link_block:hover{
  -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ----------------------------------------------------------------------
.btn_zone
----------------------------------------------------------------------*/

.btn_zone{
  margin: 30px 0 30px 0;
}

.btn_zone:first-child{
  margin-top: 0;
}

.btn_zone:last-child{
  margin-bottom: 0;
}

.btn_area{
  margin: 0 -20px -20px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
}

.btn_area .btn_wrap{
  position: relative;
  margin: 0 20px 20px 0;
  min-width: 200px;
}

.btn_area .btn_wrap .btn_block{
  display: block;
  height: 100%;
  background-color: #ffffff;
}

.btn_area .btn_wrap .btn{
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none !important;
}


.btn_area .btn_wrap .btn_content{
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}

.btn_area .btn_wrap .btn_text{
  position: relative;
  letter-spacing: 0.05em;
}

.btn_area .btn_wrap .btn{
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
  width: 100%;
}

.btn_area .btn_wrap .btn:hover{
  -ms-filter: "alpha(opacity=50)" ;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;	
}

.btn_area .btn_wrap.color_gray .btn{
  color: #ffffff !important;
  background-color: #b0b0b0 !important;
}


/* .btn_area .btn_wrap .btn_text.icon_plus */
.btn_area .btn_wrap .btn_text.icon_plus{
  padding: 0 0 0 1.4em;
}

.btn_area .btn_wrap .btn_text.icon_plus:before,
.btn_area .btn_wrap .btn_text.icon_plus:after{
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
}

.btn_area .btn_wrap .btn_text.icon_plus:before{
  width: 13px;
  height: 2px;
  margin: -1px 0 0 0;
}

.btn_area .btn_wrap .btn_text.icon_plus:after{
  width: 2px;
  height: 13px;
  left: 6px;
  margin: -6px 0 0 0;
}

/* .btn_area .btn_wrap .btn_text.icon_close */
.btn_area .btn_wrap .btn_text.icon_close{
  padding: 0 0 0 1em;
}

.btn_area .btn_wrap .btn_text.icon_close:before,
.btn_area .btn_wrap .btn_text.icon_close:after{
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 2px;
  height: 13px;
  margin: -6px 0 0 0;
}

.btn_area .btn_wrap .btn_text.icon_close:before{
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_area .btn_wrap .btn_text.icon_close:after{
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .btn_area .btn_wrap.type01 */

.btn_area .btn_wrap.type01{
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.btn_area .btn_wrap.type01 .btn_block,
.btn_area .btn_wrap.type01 .btn{
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
}

.btn_area .btn_wrap.type01 .btn{
  color: #ffffff;
  padding: 1em 2em;
  background-color: #e60012;
}

/* pc */
@media all and (min-width: 1001px) {
}


@media screen and (max-width: 1000px) {
  .btn_area .btn_wrap.type01{ font-size: 14px; }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
    .btn_area .btn_wrap.type01{ font-size: 14px; }
    .btn_zone{
      margin: 10px 0 30px 0;
    }
}

/* .btn_area .btn_wrap.type02 */

.btn_area .btn_wrap.type02{
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.btn_area .btn_wrap.type02 .btn_block,
.btn_area .btn_wrap.type02 .btn{
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
}

.btn_area .btn_wrap.type02 .btn{
  color: #e60012;
  padding: 0.7em 1.83em;
  background-color: #ffffff;
    border: 2px solid #e60012;
}

.btn_area .btn_wrap .btn_text.icon_plus.icon_red:before,
.btn_area .btn_wrap .btn_text.icon_plus.icon_red:after{
  background-color: #e60012;
}

.btn_area .btn_wrap .btn_text.icon_plus.icon_red:before{
  width: 15px;
  height: 2px;
  margin: 0;
}

.btn_area .btn_wrap .btn_text.icon_plus.icon_red:after{
  width: 2px;
  height: 15px;
  left: 6px;
  margin: -6px 0 0 0;
}


@media all and (min-width: 1001px) {
}

@media screen and (max-width: 1000px) {
  .btn_area .btn_wrap.type02{ font-size: 14px; }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
  .btn_area .btn_wrap.type02{ font-size: 14px; }
}


.btn_content_in.large {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
}
/* sp */
@media screen and (max-width: 700px) {
  .btn_content_in.large{ font-size: 18px;padding: 0; }
}