@charset 'UTF-8';
/*--------------------------------------------------
共通
--------------------------------------------------*/
/*flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
{-webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);}
*/
body{
  font-family: "M PLUS 1p", sans-serif;
  color: #231815;
}
.position_r{
	position: relative;
}
.common_section{
  padding: 80px 0;
  margin: 0;
  position: relative;
}
.sub_section{
  padding: 50px 0;
  margin: 0;
  position: relative;
}

/*背景======================*/
.bg_red{ background-color: #e60012; }

/*タイトル======================*/
.sub_title{
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  color: #fff;
}



/*テキスト======================*/
.font_red{ color: #e60012; }
.font_white{ color: #fff; }
.font_bald{ font-weight: 600; }

/*その他======================*/
.sp_nobr:before{
  content: "\A" ;
  white-space: pre ;
}
.ofi{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.nobr{ white-space: nowrap; }
.zindex1{ z-index: 1; }

@media only screen and (max-width: 600px) {
  /*flex{
  flex-direction: column;}*/
  .sp_br:before{
    content: "\A" ;
    white-space: pre ;
  }
  .sp_nobr:before{
    content: "" ;
  }
  .order{
    order: 1;
  }
}
/*--------------------------------------------------
トップページ
--------------------------------------------------*/
.top_main_visual{
  width: 100%;
  height: 95vh;
  max-height: 1000px;
  min-height: 500px;
  padding: 50px 20px;
  position: relative;
  background: -webkit-linear-gradient(top, #f8b856 0%, #e60012) ; 
  background: linear-gradient(to top, #f8b856 0%, #e60012);
}
.top_main_visual:before{
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: calc(100% + 10vw);
  height: 15vw;
  background-image: url('images/tenmaku.svg');
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  pointer-events: none;
  -webkit-transform: translate(50%,0%);
  -moz-transform: translate(50%,0%);
  transform: translate(50%,0%);
  filter: drop-shadow(0px 7px 0px rgba(0,0,0,0.2));
}
.top_main_title_area{
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  padding: 20px;
}
.top_main_title{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.top_main_title_area .lp_title_free{
  color: #e60012;
  background-color: #fff;
}

/*--------------------------------------------------
メインLPページ
--------------------------------------------------*/
/*メインビジュアル======================*/
.main_visual{
  background-image: url('images/pancake_img.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 95vh;
  max-height: 1000px;
  min-height: 500px;
  padding: 50px 20px;
  position: relative;
}
.main_visual:before{
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: calc(100% + 10vw);
  height: 15vw;
  background-image: url('images/tenmaku.svg');
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  pointer-events: none;
  -webkit-transform: translate(50%,0%);
  -moz-transform: translate(50%,0%);
  transform: translate(50%,0%);
  filter: drop-shadow(0px 7px 0px rgba(0,0,0,0.2));
}
.mv_textarea{
  position: relative;
  z-index: 1;
}
.mv_textarea:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30%;
  background-color: #fff;
  opacity: 0.5;
  z-index: -1;
  filter: blur(20px);
}
.lp_title_ienoma{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 100px;
  filter: drop-shadow(0px 0px 4px rgba(230,0,18,1));
}
.lp_main_title{
  z-index: 1;
  position: relative;
  font-size: 80px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0px 0px 20px #e60012;
  margin: 0;
}
.lp_main_title span{ display: block; }
.lp_title_free{
  max-width: 230px;
  background-color: #e60012;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  border-radius: 40px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 800px) {
  .main_visual{ padding: 90px 0 50px; }
  .lp_main_title{ font-size: 60px; }
}
@media only screen and (max-width: 700px) {
  .lp_title_ienoma{ margin-bottom: 30px; }
  .lp_main_title img{ max-width: 600px; }
}
@media only screen and (max-width: 600px) {
  .lp_main_title{ font-size: 50px; }
  .lp_main_title{ font-size: 42px; }
  .lp_title_free{ font-size: 22px; }
}

/*開催日、会場======================*/
.place_bg{
background: -webkit-linear-gradient(top, #6c2c2f 0%, #e5a96b, #6c2c2f); 
  background: linear-gradient(to top, #6c2c2f 0%, #e5a96b, #6c2c2f);
}
.place_title{
  width: 100%;
  max-width: 300px;
  display: block;
  margin: -80px auto 10px;
}
.place_flex{
  display: flex;
}
.plase_con{
  width: 25%;
  border-right: 2px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.plase_con:last-child{ border-right: none; }
.place_name{
  font-size: 24px;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 0px 10px;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
  max-width: 200px;
  margin: 0 auto 10px;
}
.place_date{
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.p_youbi{
  background-color: #fff;
  color: #e60012;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  margin-left: 3px;
  border-radius: 40px;
  text-shadow: 0 0 0px rgba(0,0,0,0);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.p_time{
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.p_add{
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 900px) {
  .place_flex{ flex-wrap: wrap; }
  .plase_con{
    width: 50%;
    padding: 20px 10px;
  }
  .plase_con:nth-child(even){ border-right: none; }
  .plase_con:nth-child(1),.plase_con:nth-child(2){
    border-bottom: 2px solid #fff;
  }
}
@media only screen and (max-width: 600px) {
  .place_flex{ flex-direction: column; }
  .plase_con{
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .plase_con:last-child{ border-bottom: none; }
  
}

/*パンケーキ教室======================*/
.marukado_box{
  border-radius: 40px;
  position: relative;
  padding: 30px;
  overflow: hidden;
}
.border-bg{
  position: relative;
  background-image: repeating-linear-gradient(-45deg, #fbf6ec, #fbf6ec 10px, #f4ecdd 10px, #f4ecdd 20px);
}
.border-bg:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, #e6beb3, #e6beb3 1px, transparent 1px, transparent 11px);
  opacity: 0.5;
}

/*タイトル、写真エリア*/
.kansyu{
  font-size: 24px;
  font-weight: 800;
}
.pancake_title{
  filter: drop-shadow(0px 0px 5px #fcd68c) drop-shadow(0px 0px 5px #fcd68c);
  margin: 5px 0 30px;
}
.pancake_flex{
  display: flex;
}
.pancake_text{
  width: 60%;
  padding-right: 20px;
}
.pancake_img_area{
  width: 35vw;
  max-width: 400px;
  filter: drop-shadow(8px 8px 0px rgba(230,0,18,1));
}
.pancake_img{
  border: 10px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
/*監修エリア*/
.kansyu_flex{
  display: flex;
  margin-top: 20px;
}
.kansyu_img{
  width: 40vw;
  max-width: 200px;
  margin-right: 10px;
}
.kansyu_prof_area{ width: 100%; }
.kansyu_title{
  font-size: 25px;
  border-bottom: 1px solid #231815;
  margin-bottom: 10px;
}
.kansyu_name{
  font-size: 14px;
  margin: 0 0 10px;
}
.kansyu_name_big{ font-size: 20px; }

/*募集内容エリア*/
.bosyu_area{
  position: relative;
  z-index: 1;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 3px 3px 0 #e60012;
}
.bosyu_title{
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #6a3906;
  margin: 0 0 10px;
  font-size: 25px;
  color: #6a3906;
}
.bosyu_flex{
  display: flex;
  align-items: flex-end;
}
.bosyu_text_area{
  padding-right: 20px;
}
.bosyu_table{ width: 100%; }
.bosyu_table th{
  color: #6a3906;
  vertical-align: top;
  text-align: left;
  min-width: 120px;
}
.bosyu_table td{}
.bosyu_table th, .bosyu_table td{
  padding-top: 10px;
}
.bosyu_free{
  font-size: 20px;
  font-weight: 600;
  color: #e60012;
}
.purine_img{
  border-radius: 50%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  overflow: hidden;
}
.entry_btn{
  margin: 30px auto 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #231815;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff352;
  border: 4px solid #e60012;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 0px #fff;
}
.entry_btn:hover{
  background-color: #e60012;
  color: #fff;
  box-shadow: 0px 0px 0px #fff;
}

@media only screen and (max-width: 700px) {
  .purine_img{
    width: 150px;
  min-width: 150px;
  height: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .kansyu{ text-align: center; }
  .marukado_box{ border-radius: 20px; }
  .pancake_flex{ flex-direction: column; }
  .pancake_text{
    width: 100%;
    padding-right: 0;
  }
  .pancake_img_area{
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px;
  }
  .kansyu_title{ font-size: 22px; }

  /*募集内容*/
  .bosyu_flex{ flex-direction: column; }
  .purine_img{
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
  .bosyu_text_area{ padding-right: 0; }
  .bosyu_table th, .bosyu_table td{
    display: block;
  }
  .bosyu_table td{ padding: 0 0 10px; }
  .entry_btn{
    font-size: 18px;
    padding: 15px 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .kansyu_flex{
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
  .kansyu_img{
    margin: 10px auto 0;
    width: 200px;
    order: 1;
  }
}
@media only screen and (max-width: 500px) {
  .kansyu{ font-size: 20px; }
}

/*省エネ相談会======================*/
.ienoma_content_title{
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 500px;
}
.syouene_soudankai_title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  padding: 15px 10px;
}
.syouene_soudankai_title:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
}
.s_2026{ width: 140px; }
.s_2026 img{ height: 40px; }
.s_otokuni{
  margin: 0 10px;
  height: 70px;
}
.s_soudankai{ height: 70px; }
.syouene_readtext{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
  line-height: 35px;
}
@media only screen and (max-width: 900px) {
  .s_2026{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 700px){
  .syouene_soudankai_title{ max-width: 500px; }
}
@media only screen and (max-width: 600px){
  .syouene_soudankai_title{ max-width: 400px; }
  .s_2026 img{ height: 30px; }
  .s_otokuni{
    margin: 0 0px;
    height: 60px;
  }
  .s_soudankai{ height: 60px; }
  .syouene_readtext{
    line-height: 30px;
  }
}
/*ジャンボガチャ======================*/
.keihin_get{
  background-color: #fff100;
  border-radius: 40px;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  max-width: 300px;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.jumbogacha_title{
  max-width: 650px;
  margin: 0 0 20px;
}
.gacha_img{ min-width: 150px; }
.gacha_img img{ max-width: 170px; }

/*--------------------------------------------------
申し込みフォーム
--------------------------------------------------*/
.fotm_frame{
  width: 100%;
  max-width: 850px;
  margin: 0 auto 0;
  border: 3px dashed #fff;
  border-radius: 50px;
  padding: 40px 30px;
}
input {
  font-family: "M PLUS 1p", sans-serif;
}
.contactform {
  width: 100%;
  color: #fff;
}
.contactform th, .contactform td{
  padding: 10px;
}
.contactform th{
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  min-width: 200px;
  padding-top: 20px;
}
.contactform td{ width: 100%; }

.contactform_inner{ margin-top: 20px; }
.contactform_inner td{
  width: 50%;
  vertical-align: top;
}
.form_bg_w{
  color: #231815;
  background-color: #fff;
  position: relative;
  padding: 10px !important;
}
.contactform .form_bg_w:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: -1;
}
.contactform_inner .form_bg_w span.wpcf7-list-item{ display: block; }
.contactform.anke_form th, .contactform.anke_form td{
  display: block;
}
.contactform.anke_form td{ padding: 0; }

.required {
  margin-left: 10px;
  font-size: 14px;
  color: #DE8686;
}
.contactform span.wpcf7-list-item {
  margin: 0 10px 0 0;
  /*チェックボックスを縦並びに
  display: block;*/
}
.contactform input,
.contactform textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin: 0px 0px 5px 0px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #231815;
}
.contactform textarea{ max-height: 150px; }
.contactform .sanka-number input{
  width: 100px;
}
.contactform input[type="checkbox"],
.contactform input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px !important;
  margin: 0px 0px 5px 5px;
  font-size: 100%;
}
.submit_area{
  text-align: center;
}
input[type="submit"] {
  display: block;
  margin: 10px auto 20px;
  background-color: #fff;
  padding: 10px 20px;
  color: #e60013;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 3px;
  border: 3px solid #e60013;
  border-radius: 10px;
  cursor: pointer;
  width: 150px;
  transition: 0.3s;
}
input[type="submit"]:hover{
  border: 3px solid #fff;
  color: #fff;
  background-color: #e60013;
}

.wpcf7 form .wpcf7-response-output{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
}
.wpcf7-not-valid-tip{ color: #fff; }
.form_bg_w .wpcf7-not-valid-tip{ color: #e60013; }

.form_sub_title{
  margin: 0 0 20px;
  font-size: 22px;
  color: #fff;
  border-bottom: 3px dashed #fff;
}
.form_con{ padding: 30px 0; }
.form_text{
  margin-top: 0;
  color: #fff;
}
.kouho_con_title{
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 20px 0 10px;
}
.ppbtn{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.ppbtn a{ color: #fff; }
.ppbtn a:hover{
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .contactform{ margin: 0 auto; }
  .fotm_frame{
    border-radius: 20px;
    padding: 30px 20px;
  }
  .contactform th, .contactform td{
    display: block;
    width: 100%;
  }
  .contactform th{ padding: 20px 0 10px; }
  .contactform td{ padding: 0; }
  .contactform_inner td{ width: 100%; }
  .kouho_con_title{ margin-bottom: 0; }
}


/*応募期限*/
.oubo_kigen_ara{
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  padding: 30px;
  margin-top: 50px;
}
.oubo_kigen_table{
  width: 100%;
}
.oubo_kigen_table th, .oubo_kigen_table td{
  padding: 10px 0;
}
.oubo_kigen_table th{
  color: #e60012;
  vertical-align: top;
  text-align: left;
  min-width: 130px;
  font-size: 20px;
  font-weight: 600;
}
.oubo_kigen_table td{
  line-height: 30px;
  width: 100%;
  border-bottom: 3px dashed #e60012;
}
.oubo_kigen_table td span{
  font-weight: 600;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .oubo_kigen_table th, .oubo_kigen_table td{
    display: block;
  }
  .oubo_kigen_table th{
    width: 100%;
    padding-bottom: 0;
  }
}

/*--------------------------------------------------
プライバシーポリシー
--------------------------------------------------*/
.pp_area{
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 40px;
  padding: 30px;
  max-height: 450px;
}
.pp_title{
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
  border-bottom: 3px dashed #e60012;
}
.pp_con{ margin: 0 0 30px; }
.pp_con:last-child{ margin-bottom: 0; }
.pp_con_title{
  color: #e60012;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 2px dashed #e60012;
  margin: 0 0 10px;
}

.pp_con ul{
  padding-left: 20px;
}
.pp_con ul li{
  list-style: decimal;
  margin-bottom: 10px;
  line-height: 30px;
}
.pp_con ul li::marker{
  color: #e60012;
  font-weight: 600;
}
.pp_con ul li span{
  color: #e60012;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .pp_title{ font-size: 26px; }
}

/*--------------------------------------------------
フッター
--------------------------------------------------*/
/*お問い合わせ======================*/
.contact_section{
  background-color: #e60012;
  padding: 80px 0 13vw;
}
.contact_section:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #f39800, #f39800 10px, transparent 10px, transparent 20px);
  opacity: 0.3;
}
.contact_section .container{
  position: relative;
  z-index: 1;
}
.contact_for{
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  margin: 0;
}
.footer_contact_btn{
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 20px 10px;
  border: 2px solid #fff;
  transition: 0.3s;
  background-color: rgba(255,255,255,0);
}
.footer_contact_btn:hover{
  color: #fff;
  background-color: rgba(255,255,255,0.5);
}
.footer_contact_btn img{
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.contact_machi{
  width: calc(100% + 10vw);
  min-width: 550px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%,0%);
  -moz-transform: translate(50%,0%);
  transform: translate(50%,0%);
}
@media only screen and (max-width: 600px) {
  .contact_for{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .contact_section{ padding: 80px 0 80px; }
}


/*フッター======================*/
.footer_logo{
  max-height: 50px;
  margin-bottom: 5px;
}
.f_company_name{ font-weight: 600; }

/*--------------------------------------------------
404
--------------------------------------------------*/
.bg_red_grade{
  padding: 100px 20px;
  position: relative;
  background: -webkit-linear-gradient(top, #f8b856 0%, #e60012);
  background: linear-gradient(to top, #f8b856 0%, #e60012);
}
.title_404{ color: #fff; }
.text_404{ color: #fff; }


/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/

@media only screen and (max-width: 500px) {}
@media only screen and (max-width: 400px) {}