@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/
a:hover {
  opacity: 0.8;
}

.ttl_text{
  font-size: 2em;
  margin: 20px auto;
  text-align: center;
  color: orange; 
  font-weight: bold; 
  line-height: 1.8; 
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* 黑色描边 */
}
.lineheight_ctr{
  line-height: 1.5rem
}

span.yellow_bg {
  background-color: #ffa200;
}
span.red_txt {
  font-weight: bold;
  color: red;
}
span.bold_txt{
  font-weight: bold;
}
span.big_txt{
  font-size: 1.5rem;
}
span.exbig_txt{
  font-size: 2.75rem;
}
@media only screen and (max-width: 425px) {
  .ttl_text{
  font-size: 1.2em;
 }}
/*-----------------------------------------------------
header
-------------------------------------------------------*/
.h-text{
   background-color: #fed627;
   text-align: right;
   padding: 0.5em 8vw 0.5em 0;
   font-weight: bold;
   margin: 0;
  }

.header{
  background: url(../images/pc_fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 49vw;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
.header{
  height: 55vw;
}
}
@media only screen and (max-width: 1440px) {
.header{
  height: 64vw;
}
}
@media only screen and (max-width: 991px) {
.header{
  height: 73vw;
}
}
@media only screen and (max-width: 767px) {
#Header{
  height: auto;
  background-image: none;
}
#Header .container{
  max-width: 100%;
  padding: 0;
}
.h-text{
   text-align: center;
   padding: 0.5em 0;
  }
.sp_nd{
  display: none;
}}
.h-text{
   text-align: center;
   padding: 0.5em 0;
  }
.container-top{
  padding: 0;
}

  #Header ul{
    display:flex;
 }

   #Header li{
    padding: 0 0.5em;
 }

.h-logo{
  width:60%;
  }

.h-cta{
   width:100%;
  }

.fv {
      display: flex;
      justify-content: center;
      align-items: center;
      
  }
.fv img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
 }

/*-----------------------------------------------------
page1
-------------------------------------------------------*/
.bk_row{
  background-color: #fff; 
  border: 2px solid #fed627;
  border-radius: 45px; 
  padding: 20px 40px 60px 40px; 
  width: 100%; 
  margin: 20px auto; 
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); 
  text-align: center; 
}


.rank_img{
  width: 50%;
  margin: 15px;
}
.point_bg{
  background-color: #fed627;
  border-radius: 45px; 
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.point_bg2{
  background-color: #fff9b2;
  border-radius: 45px; 
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.point_sttl{
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
}
.white{
  background-color: white;
}
.point_sttl_txt{
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff9b2;
  height: fit-content;
  border-radius: 45px;
}
.point_sttl_txt2{
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  height: fit-content;
  border-radius: 45px;
}
.point_txt{
  display: table;
  margin: 10px 10px 10px 60px;
  text-align: left;
  
}
.point_icon{
 width: fit-content;
}

.point_img{
  max-width: 100%;
}
.point_box{
  display: flex;

}
.point_text{
  padding-left: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .point_sttl_txt,.point_sttl_txt2{
    font-size: 16px;
  }
  .point_txt{
  display: table;
  margin: 10px;
  text-align: left;
  
}}
@media only screen and (max-width: 767px) {
  .point_sttl_txt,.point_sttl_txt2{
    font-size: 14px;
  }
  .point_icon{
    width: 40rem;
  }

  .rank_img{
  width: 80%;
  margin: 15px;
  }
  .bk_row{
  padding: 0; 
  }}
  @media only screen and (max-width: 425px) {
    .point_bg,.point_bg2{
      flex-direction: column;
    }
    .point_icon {
        width: 10rem;
    }
  }
/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
  background-color: #90dff7;
  width: 100%;
  padding: 20px;
  margin: 50px auto;
}
.cta_blue{
  background-color: #fff9b2;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 45px;
  padding: 20px 0 0 0;
}
 /* スマホ */
 @media only screen and (max-width: 767px) {
.cta_blue{
  border-radius: 30px;
  padding: 20px;
}
}
.cta_white{
  background-color: #fff;
  width: 100%;
  border: 3px solid #fff9b2;
  border-radius: 45px;
  padding: 20px 0 0 0;
}
 /* スマホ */
 @media only screen and (max-width: 991px) {
.cta_white{
  padding-left: 20px;
  padding-right: 20px;
}
}
 /* スマホ */
 @media only screen and (max-width: 767px) {
.cta_white{
  padding: 20px;
}
}
.cta_t{
  font-weight: bold;
  line-height: 1.5;
}

 /* スマホ */
 @media only screen and (max-width: 767px) {
.cta_t{
  font-size: 1.2rem;
}
}


/*-----------------------------------------------------
page2
-------------------------------------------------------*/
.guest{
  list-style-type: none; /* 去掉默认的列表样式 */
  padding: 0;
  background-image:url('../images/page2_bg.png') ;
  background-size: contain; 
  background-position: center; 
  background-repeat: no-repeat; 
}
 /* スマホ */
@media only screen and (max-width: 470px) {
  .guest{
   background-image:url('../images/page2_bg.png') ;
   background-size: cover;
}
}

.guest_list{
  padding-top: 100px;
  padding-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;

}

/*-----------------------------------------------------
page3
-------------------------------------------------------*/
.eg{
  margin: 50px auto;
}
.eg_point{
  max-width: 30%;
  min-width: 320px;
  margin: 10px;
}
.eg_img{
  max-width: 100%;
  padding: 1rem;
}
.eg_small{
  padding-left: 1rem;
}
.eg_ttl{
  background-color: #90dff7;
  padding: 1rem;
  text-shadow: -1px -1px 0 #ffe900, 1px -1px 0 #ffe900, -1px 1px 0 #ffe900, 1px 1px 0 #ffe900;
}

.eg_ctn{
  background-color: #fff;
  border: 5px solid #90dff7;
  height: 455px;
}
.no-margin{
  margin: 0;
}
.eg_txt{
  text-align: left;
  padding-left: 3rem;
  padding-top: 2rem;
  position: relative;
}
.eg_txt2{
  text-align: left;
  padding-left: 2rem;
  padding-top: 2rem;
  position: relative;
}
.radius_bg{
    background-color: #ffe900;
    padding: 2px 15px;
    border-radius: 15px;
    width: fit-content;
    left: 35px;
    top: -2px;
    position: absolute;
}
.radius_bg2{
    background-color: #ffe900;
    padding: 2px 15px;
    border-radius: 15px;
    width: fit-content;
    left: 20px;
    top: -2px;
    position: absolute;
}
@media only screen and (max-width: 1199px) {
  .eg_ctn{
  height: 415px;
}
.eg_txt2{
  padding-left: 1rem;
}
.radius_bg2{
    left: 10px;
}
}
/*-----------------------------------------------------
page4
-------------------------------------------------------*/
.flow{
  background-color: #fff9b2;
  border: 2px solid #fed627;
  border-radius: 45px;
  padding: 20px 20px 50px 20px;
  margin: 50px auto;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 425px) {
  .flow{
  width: 90%;}
}
.flowstep {
  display: flex;
  align-items: center; 
  justify-content: space-around;
  padding-bottom: 10px;
  flex-wrap: wrap; 
  align-items: stretch;
}

.flow_ttl, .flow_ttl_sp, .flow_txt, .flow_img {
  display: flex; 
  align-items: flex-start; 
  justify-content: space-around;
}

.flow_ttl img {
  width: 120%;
}

.flow_ttl_sp img {
  width: 120px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.flow_txt {
  margin-left: 15px; 
  padding: 15px;
  display: flex;
  align-items: center;
}

.flow_img {
  justify-content: center; 
  max-width: 103px;
  margin-left: 10px;
}

.flow_img img {
  width: 100%; 
  max-width: 150px; 
}

.flow_bg_1{
  background-color: #ffe37e;
  min-height: 100px;
  border-radius: 15px;
}

.flow_bg_2{
  background-color: #ffd572;
  min-height: 100px;
  border-radius: 15px;
}
.flow_bg_3{
  background-color: #ffc76c;
  min-height: 100px;
  border-radius: 15px;
}
.flow_bg_4{
  background-color: #f4b55b;
  min-height: 100px;
  border-radius: 15px;
}

.flow_bg_5{
  background-color: #ffad59;
  min-height: 100px;
  border-radius: 15px;
}
.flow_bg_6{
  background-color: #f4a04b;
  min-height: 100px;
  border-radius: 15px;
}

/*-----------------------------------------------------
page5
-------------------------------------------------------*/
.staff{
  margin: 50px auto;
}
.staff-ctn{
  display: flex;

}
.s_ctn{
margin-bottom: 1rem;
}
/*-----------------------------------------------------
page6
-------------------------------------------------------*/

.qa {
    margin: 10px 0;
}

.question {
    background: #90dff7;
    color: #333;
    padding: 10px;
    border-radius: 45px;
    cursor: pointer;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s;
    position: relative;
    font-weight: bold; 
}

.question:hover {
    background: #67c4e0;
}

.answer {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 30px;
    display: none;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.question-icon {
    background: #fed627;
    color: #ef7c21;
    border-radius: 50%;
    padding: 8px 10px;
    margin-right: 10px;
    font-weight: bold;
}

.dropdown-icon {
    margin-left: auto;
    margin-right: 10px;
    font-size: 18px;
    color: #fed627;

}

/*-----------------------------------------------------
page7
-------------------------------------------------------*/
.page_area{
  background-color: #fff9b2;
}
.page_area_ctn{
  padding: 35px;
  margin: 50px auto;
}

.area_name_ttl{
  font-weight: bold;
  font-size: 15pt;
  width: fit-content;
  padding: 2px 20px;
  border-radius: 45px;
}
.colour_tokyo{
 background-color: #e4e636; 
}
.colour_kanagawa{
 background-color: #7fc051; 
}
.colour_chiba{
 background-color: #f08317; 
}
.area_img{
  height: fit-content;
  margin: 2rem auto;
}
@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */

/*お問い合わせフォーム
******************************************/
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #3977cf;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3977cf;
  border-radius: 50%;
}

#contact_form .input_item dl {
    width: 100%;
    border: 1px solid #333;
}

#contact_form .input_item dl dt {
    float: left;
    width: 28%;
    font-size: 104%;
    line-height: 30px;
    height: 30px;
    padding: 30px 0 0px 30px;
    font-weight:bold;
    letter-spacing: 1px;
}

#contact_form .input_item dl dt span {
    font-size: 14px;
    margin: 0 10px 0 0;
    display: inline;
    line-height: 20px;
    padding: 3px 10px;
    color: #fff;
    height: 18px;
    border-radius: 4px;
    letter-spacing: 1px;
}

#contact_form .input_item dl dt span.req {
    background: #e7000a;
}
#contact_form .input_item dl dt span.req02 {
    background: #b3b3b3;
}

#contact_form .input_item dl dt span.any {
    background: #333;
}

#contact_form .input_item dl dd {
    background: #fff;
    margin-left: 27%;
    padding: 30px 0 30px 10px;
}

#contact_form .input_item dl dd li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 30px;
    height: 30px;
    padding: 3px 0;
}

#contact_form .input_item dl dd p.mail_caution {
    font-size: 12px;
    line-height: 19px;
    color: #333;
    margin: 5px 0 0 0;
}

#contact_form .input_item dl dd input[type="text"],
#contact_form .input_item dl dd input[type="number"],
#contact_form .input_item dl dd input[type="email"],
#contact_form .input_item dl dd input[type="tel"]{
    width:80%;
    font-size: 18px;
    height:50px;
    padding: 3px 0 3px 10px;
    margin:0;
    border: 1px solid #e7000a;
    background-color: #eee;
}

#contact_form .input_item .transmission input[type="submit"]{
    border: 3px double #FFFFFF;
    background: #333;
    font-size: 150%;
    text-shadow: none;
    color: #ffffff;
    width:60%;
    padding: 30px 0;
    margin: 25px 0;
    display: block;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
}

#contact_form .input_item .transmission input[type="submit"]:hover{
    opacity:0.5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#contact_form .input_item dl dd input[type="text"].inp_error,
#contact_form .input_item dl dd input[type="number"].inp_error,
#contact_form .input_item dl dd input[type="tel"].inp_error,
#contact_form .input_item dl dd textarea.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

#contact_form .input_item dl dd textarea {
    width: 80%;
    padding: 10px 3px 10px 10px;
    border: 1px solid #e7000a;
    background-color: #eee;
}

#energy_contact #send_status{
    padding: 5px 0 25px;
    text-align: center;
}

span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}
form dt {
    clear: left;
    float: left;
    width: 27%;
    padding-left: 30px;
    font-size: 15px;
    padding-top: 10px;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
::-webkit-input-placeholder {
    color:#333;
    font-size:84%;
}
@media screen and (max-width: 767px) {
    /*form
  **********************************************/
  #contact_form .input_item .transmission input[type="submit"] {
    width: 100%;
}
#contact_form .input_item dl dt {
    width: 100%;
}
#contact_form .input_item dl dd {
    width: 100%;
    padding-top:20px;
}
#contact_form .input_item dl dt {
    line-height: 30px;
    height: 80px;
}
#contact_form .input_item dl dd {
    margin-left:0px;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    width: 95%;
}
.formError {
    position: absolute;
    top: 300px;
    left: 200px !important;
}
#contact_form .input_item dl dd textarea {
    width: 97%;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    font-size: 14px;
}
#contact_form .input_item dl dt {
    padding: 30px 0 0px 15px;
}
button {
    padding: 0 15px;
}
}
/* form fin ************************************/

/*-----------------------------------------------------
/* form */
-------------------------------------------------------*/

#form{
  font-size: 18px;
}
#form .formbox{
  background-color: #fff;
  border: 3px solid #90dff7;
  padding: 50px 0px;
}
#form .form_text{
  text-align: center;
}
#form  .col-sm-5{
  margin-left: 45px;
}
#form  .col-sm-7{
  margin-left: -140px;
}
#form .form_small{
  font-size: 80%;
}
#form .green{
  background-color: #90dff7;
  border-radius: 20px;
  padding: 1px 8px;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
}
#form .green02{
  background-color: #fff;
  border: solid 2px #90dff7;
  border-radius: 20px;
  padding: 1px 8px;
  color: #90dff7;
  font-size: 85%;
  font-weight: bold;
}
#form .mail_address{
  padding-top: 10px;
}
#form .kiboubi{
  padding: 10px 0px;
}
#form .cf{
  padding-bottom: 5px;
}

#form dt{
  width: 100% !important;
  font-size: 100%;
}

#form input[type="text"] {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

#form input[type="zip"] {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

#form textarea {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

::placeholder {
  color: #ccc;
}

#form .form_textbox {
  padding: 20px 75px;
} 

#form .form_text {
  font-size: 15px;
  line-height: 1.5em;
  padding-bottom: 30px;
} 

#form .form_button{
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  background: #ef7c21;
  border-radius: 20px;
  padding: 20px 150px;
}
@media (max-width:1200px) {
  #form .col-sm-7 {
    margin-left: -95px;
}}

@media (max-width:991px){
  #form .col-sm-5 {
    margin-left: 7px;
}
  #form .col-sm-7 {
    margin-left: -36px;
}}

@media screen and (max-width: 767px) {
  #form .container{
  padding-top: 3px;
}
  #form .formbox{
  padding: 30px 0px;
}
  #contact_form .col-xs-12{
    padding-left:0px;
    padding-right:0px;
  }
  #contact_form .input_item dl dd {
    padding: 30px 0 0px 10px;
  }

  #form .green{
    font-size: 80%;
  }
  #form  .col-sm-5{
  margin-left: 0px;
  padding: 0px 0px 7px 0px;
}
  #form  .col-sm-7{
  margin-left: 0px;
  padding: 0px 30px;
}
#form .text-center Label{
  font-size: 85%;
}

#form .form_textbox {
  padding: 20px;
} 
#form .form_button{
  font-size: 120%;
  padding: 8px 65px;
}}

@media screen and (max-width: 767px) {
  #contact_form .col-xs-12{
    padding-left:0px;
    padding-right:0px;
  }
  #contact_form .input_item dl dd {
    padding: 30px 0 0px 10px;
}}

/* 追従 */
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: #5f8fa599;
  min-height: 5.5rem;
}

.fix-navi-flex{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.fix-navi-img{
  padding: 0.15em;
  max-width: 9rem;
}

@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
  }
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
.footer{
 
  background-color: #fff9b2;
}
@media only screen and (max-width: 767px){
.footer{
  margin-bottom: 5.5rem;
 
}}

.copyright{
  background-color: #fed627;
}

.footer_info{
 width: 80%;
}

.footer_cta{
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0;
}
.time_img{
  margin-top: 20px;
  width: 85%;
}
