@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
	background:#fff;
}
.l-inner02 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
}
.l-inner03 {
  max-width: 980px;
  margin: 0 auto;
}

.c-bg_black { background: #000; }
.c-bg_gray { background:#808080; }


.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
-webkit-box-align:top;
  -ms-flex-align:top;
  -webkit-align-items:top;
  align-items: top;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.c-flex-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction:         row-reverse;
}



.c-secHead-margin {
  text-align: center;
  margin-top: -1%;
}
.c-textStrong {
  color:#ebfb37;
  font-size: 130%;
}
.c-textLarge {
  font-size: 36px;
  line-height: 1.7em;
  margin-bottom: 0.5em;
  color:#fff;
  text-align: center;
  font-weight: bold;
}
.c-text01 {
  color:#fff;
  font-size: 22px;
  line-height: 1.6em;
  text-align: left;
}
.c-text02 {
  color:#fff;
  font-size: 20px;
  line-height: 1.6em;
  text-align: left;
}
.c-text03 {
  color:#fff;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .c-textLarge {
    font-size: 17px;
  }
  .c-text01 {
    font-size: 11px;
  }
  .c-text02 {
    font-size: 11px;
  }
  .c-text03 {
    font-size: 11px;
  }
}
.c-fs80 {
  font-size: 80%;
}
.c-fs90 {
  font-size: 90%;
}
.c-fs140 {
  font-size: 140%;
}
.c-fs180 {
  font-size: 180%;
}
.c-float_r {
  float: right;
}
.c-float_l {
  float: left;
}



/* main_vis
===============================================================*/

@media screen and (max-width: 640px) {
.main_pc {
  display: none;
}
}
@media screen and (min-width: 640px) {
.main_sp {
    display: none;
  }
}
/* contact
===============================================================*/
.p-contact {
  background: url(../images/bg_contact.jpg);
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}
.p-contact-head {
  text-align: center;
  font-size: 36px;
  margin-bottom: 0.5em;
  color:#fff;
}
.p-contactWrap {
  border:1px solid #ebfb37;
  margin:0 auto 2%;
  width: 70%;
}
.p-contactWrap-head {
  text-align: center;
  background: #ebfb37;
  padding: 0.5em 0;
  color:#000;
  font-weight: bold;
  font-size: 23px;
}
.p-contactWrap-in{
  padding: 1em;
  text-align: center;
  background: rgba(255,255,255,0.2);
}
@media screen and (max-width: 640px) {
  .p-contact-head {
    font-size: 16px;
  }
  .p-contactWrap-head {
    font-size: 13px;
  }

}

/* sec01
===============================================================*/
.p-sec01 {
  background: #000;
  max-width: 980px;
  margin: 0 auto;
}
.p-sec01Caution {
  margin:0 auto 4%;
  width: 60%;
}
.p-sec01TextMargin {
  margin: 0 2%;
}
/* sec02
===============================================================*/
.p-sec02Wrap {
  padding-bottom: 2em;
}
.p-sec02Wrap:last-child {
  padding-bottom: 0;
}
.p-sec02Wrap-head {
  text-align: left;
  margin-bottom: 1em;
  width: 60%;
}

.p-sec02Wrap-photo {
  width: 37%;
  float: right;
  padding: 0  0 3% 3%;
  display: inline-block;
}
.p-sec02Wrap-revers .p-sec02Wrap-head {
  float: right;
}

.p-sec02Wrap-revers .p-sec02Wrap-photo {
  float: left;
  padding: 0  3% 3% 0;
}
@media screen and (max-width: 640px) {
  .p-sec02Wrap-head {
    width: 66%;
  }
.p-sec02Wrap-revers .p-sec02Wrap-head {
    width: 66%;
    float: right;
  }
.p-sec02Wrap-photo {
  width: 30%;
}
}

/* sec03
===============================================================*/
.p-sec03Wrap {
  background: #000;
  border-left: 20px solid #ebfb37;
  margin-bottom: 5%;
  box-sizing: border-box;
}
.p-sec03Wrap:last-child {
  margin-bottom: 0;
}
.p-sec03Wrap_in {
  background: #e4e4e4;
  padding: 3% 4% 3% 2%;
}
.p-sec03Wrap-head {
  font-size: 28px;
  text-align: left;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: bold;
}
.p-sec03Wrap-head:before {
  position: absolute;
  top:-25px;
  left:0;
  font-size: 180%;
}
.p-sec03Wrap-head01:before {  content: "1";}
.p-sec03Wrap-head02:before {  content: "2";}
.p-sec03Wrap-head03:before {  content: "3";}
.p-sec03Wrap-head04:before {  content: "4";}
.p-sec03Wrap-head05:before {  content: "5";}
.p-sec03Wrap-head06:before {  content: "6";}

.p-sec03Wrap-photo {
  width: 42%;
  float: right;
  padding: 0 0 2% 3%;

}
.p-sec03Wrap-text {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .p-sec03Wrap {
    border-left: 5px solid #ebfb37;
  }
  .p-sec03Wrap-head {
    font-size: 13px;
  }
  .p-sec03Wrap-head:before {
  position: absolute;
  top:-13px;
  }
.p-sec03Wrap_in {
  background: #e4e4e4;
  padding: 4%;
}
}


/* sec04
===============================================================*/
.p-sec04Wrap {
  margin-bottom: 2em;
  border: 3px solid #ebfb37;
  padding: 20px;
  background: #fff;
  position: relative;
}
.p-sec04Wrap:last-child {
  margin-bottom: 0;
}

.p-sec04Wrap:before {
  content:url(../images/arrow.png);
  position: absolute;
  bottom:-23px;
  left:10%;
}

.p-sec04Wrap-head {
  text-align: left;
  margin-bottom: 1em;
}
.p-sec04Wrap-text {
  width: 100%;
  font-weight: bold;
}
.p-sec04Wrap-text01 {
  width: 75%;
  font-weight: bold;
}
.p-sec04Wrap-photo {
  float: right;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .p-sec04Wrap-text01 {
    width: 100%;
  }
  .p-sec04Wrap-photo {
    margin-bottom: 1em;
    width: 30%;
    padding: 0 0 1% 2%;
  }
}



/* sec05
===============================================================*/
.p-sec05text {
  border-left:6px solid #ebfb37;
  padding-left: 10px;
}
.p-sec05Wrap {
  padding: 2%;
  margin-bottom: 2em;
  background: #000;
}
.p-sec05Wrap:last-child {
  margin-bottom: 0;
}
.p-sec05Wrap-head {
  text-align: left;
  margin-bottom: 1em;
}

.p-sec05Wrap-photo {
  width: 40%;
  float: right;
  padding: 0  0 1% 3%;
  display: inline-block;
  box-sizing: border-box;
}
.p-sec05Wrap-revers .p-sec02Wrap-photo {
  float: left;
  padding: 0  3% 3% 0;
}
@media screen and (max-width: 640px) {
  .p-sec05Wrap-head {
    width: 58%;
  }
.p-sec05Wrap-photo {
  width: 38%;
  }
}

/* sec06
===============================================================*/
.p-sec06Wrap {
  padding-bottom: 1em;
}
.p-sec06Wrap-item {
  width: 50%;
  padding: 20px 40px 40px;
  box-sizing: border-box;
}
.p-sec06Wrap-item-head {
  text-align: center;
  font-size: 28px;
  color:#ebfb37;
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 5px;
}
.p-sec06Wrap-item-text {
  padding: 4%;
  color:#fff;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  border:2px solid #ebfb37;
}
.p-sec06Wrap-item:nth-child(1) {
  background: url(../images/sec06_bg01.jpg) top left no-repeat;
  background-size: cover;
}
.p-sec06Wrap-item:nth-child(2) {
  background: url(../images/sec06_bg02.jpg) top left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-sec06Wrap-item {
    width: 100%;
    padding: 10px 20px 20px;
  }
.p-sec06Wrap-item-head {
  font-size: 14px;
}
.p-sec06Wrap-item-text {
  font-size: 10px;
  }
}



/* sec07
===============================================================*/
.p-sec07Table {
  display: table;
  width: 48%;
  margin: 0 auto;
}
.p-sec07TableRow {
  display: table-row;
}
.p-sec07TableCell {
  display: table-cell;
  background: #fff;
  border-right: 5px solid #808080;
  border-bottom: 5px solid #808080;
  color:#000;
  text-align: left;
  padding: 5px 10px 5px 15px;
  width: 65%;
  font-size: 18px;
  vertical-align: middle;
}
.p-sec07TableRow .p-sec07TableCell:nth-child(1){
  width: 35%;
  background: #000;
  color:#fff;
}
.p-sec07TableRow:nth-child(1) .p-sec07TableCell:nth-child(2),
.p-sec07TableRow:nth-child(1) .p-sec07TableCell:nth-child(3){
  background: #000;
  color:#fff;
}
@media screen and (max-width: 640px) {
.p-sec07Table {
  display: table;
  width: 80%;
  margin: 0 auto;
}
  .p-sec07TableCell {
    border-right: 3px solid #808080;
    border-bottom: 3px solid #808080;
    padding: 3px 5px 3px 8px;
    font-size: 10px;
  }
}



/* sec08
===============================================================*/
.p-sec08Wrap-item {
  position: relative;
  margin-bottom: 10%;
  min-height: 250px;
}
.p-sec08Wrap-item:nth-child(1) {
  background: url(../images/sec08_bg01.jpg) top 50px center no-repeat;
}
.p-sec08Wrap-item:nth-child(2) {
  background: url(../images/sec08_bg02.jpg) top 50px center no-repeat;
}
.p-sec08Wrap-item:nth-child(3) {
  background: url(../images/sec08_bg03.jpg) top 50px center no-repeat;
}
.p-sec08Wrap-item:nth-child(4) {
  background: url(../images/sec08_bg04.jpg) top 50px center no-repeat;
}

.p-sec08Wrap-item:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #ebfb37;
  bottom:-20%;
  left:0;
  right:0;
  margin: auto;
}
.p-sec08Wrap-item:last-child:after {
  display: none;
}

.p-sec08Wrap-head {
  text-align: center;
  font-size: 30px;
  color:#ebfb37;
  margin-bottom: 0.5em;
  position:relative;
  padding-left:20px;
  display:inline-block;
}
.p-sec08Wrap-head:before {
	content:url(../images/icon_q.png);
	position:absolute;
	top:2px;
	left:0;

}
@media screen and (max-width: 640px) {
  .p-sec08Wrap-item {
    min-height: auto;
  }

  .p-sec08Wrap-item:after {
    width: 10px;
    height: 10px;
  }
  .p-sec08Wrap-head {
    font-size: 15px;
  }
  .p-sec08Wrap-item:nth-child(1) {
    background: url(../images/sec08_bg01.png) top 23px center no-repeat;
    background-size: 15% auto;
  }
  .p-sec08Wrap-item:nth-child(2) {
    background: url(../images/sec08_bg02.png) top 23px center no-repeat;
    background-size: 15% auto;
  }
  .p-sec08Wrap-item:nth-child(3) {
    background: url(../images/sec08_bg03.png) top 23px center no-repeat;
    background-size: 15% auto;
    padding-bottom: 20px
  }

}

/* sec09
===============================================================*/
.p-sec09Wrap {
  width: 90%;
  margin: 0 auto 1em;
}
.p-sec09Wrap-item {
  width: 22%;
}
.p-mapOuter {
  background: #808080;
  padding:1% 4%;
}
.p-mapText {
  font-size: 26px;
  text-align: center;
  color:#fff;
  margin-bottom:10px;
}
.p-mapText span {
  font-size: 140%;
  color:#ebfb37;
  font-weight:bold;
}
.p-mapText02 {
  font-size: 23px;
  text-align: center;
  color:#fff;
  margin-top: 10px;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 640px) {
  .p-mapText {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .p-mapText02 {
    font-size: 11px;
    margin-top: 5px;
  }

}



.p-textMargin {
  margin: 0 10%;
}
.p-addText01 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 1em;
  color:#EBFB37;
  font-weight: bold;
}
.p-addtext02 {
  padding-left: 16px;
}
.p-contact-head02 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 0.5em;
  color:#ebfb37;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .p-addText01 {
    font-size: 14px;
  }
  .p-contact-head02 {
    font-size: 25px;
  }
}

.contactsoon {
  color:#242424;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.contactsoon .bigred {
  color:#ff0000;
  font-size: 21px;
  line-height: 1.6;
  font-weight: bold;
}

/* Utirity
===============================================================*/
.u-ta_c { text-align: center !important; }
.u-ta_l { text-align: left !important; }
.u-ta_r { text-align: right !important; }

.u-mb0 { margin-bottom: 0 !important; }
.u-mb05em { margin-bottom: 0.5em !important; }
.u-mb1em { margin-bottom: 1em !important; }
.u-mb1_5em { margin-bottom: 1.5em !important; }
.u-mb2em { margin-bottom: 2em !important; }
.u-mb3em { margin-bottom: 3em !important; }
.u-mb4em { margin-bottom: 4em !important; }

.u-pb05em { padding-bottom: 0.5em !important; }
.u-pb1em { padding-bottom: 1em !important; }
.u-pb2em { padding-bottom: 2em !important; }

.u-pt2em { padding-top: 2em !important; }

.u-fc_black { color:#000 !important;}
.u-fw_b { font-weight: bold !important;}




#form {
  padding: 0 20px 100px 20px;
}
#form .c-headTitle {
  background: #000;
  margin-bottom: 55px;
  font-size: 25px;
  padding: 0.5em 0;
  color: #fff;
}
#form form {
  display: block;
  max-width: 520px;
  margin: 0 auto;
}
#form input[type=text] ,
#form input[type=email] ,
#form select ,
#form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: #000 1px solid;
  padding: 5px;
 -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 35px;
}
#form select {
  height: 47px;
  background: url(../images/select_arrow.png) no-repeat right center;
}
#form textarea {
  line-height: 1.7;
}

#form dl {
}
#form dl dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #242424;
  text-align: left;
  margin-bottom: 5px;
}
#form dl dt:before {
  content: '■';
}
#form dl dt .require {
  font-weight: normal;
  font-size: 14px;
  color: #cc0000;
  display: inline-block;
  padding-left: 5px;
}
#form dl dt .mult {
  font-weight: normal;
  font-size: 14px;
  color: #4e4e4e;
  display: inline-block;
  padding-left: 5px;
}
#form .form_box {

}
#form .form_box + .form_box {
  margin-top: 40px;
}
#form .form_box + .form_box-col {
  margin-top: 40px;
}
#form .form_box-col + .form_box {
  margin-top: 40px;
}
#form .form_box-col {
  display: table;
  width: 100%;
  text-align: left;
}
#form .form_box-colItem {
  display: table-cell;
  width: 50%;
}
#form .form_box-colItem .form-old input {
  display: inline-block;
  width: 75%;
}
#form .form_box-colItem .form-old dd span {
  display: inline-block;
  font-size: 20px;
  color: #000;
  padding-left: 7px;
}
#form .form_box-check {

}
#form .form_box-check dt {
  border-bottom: #000000 2px solid;
  margin-bottom: 10px;
}
#form .form_box-check dd {

}
#form .form_box-check dd > span {
  display: block;
  text-align: left;
}
#form .form_box-check dd > span + span {
  margin-top: 7px;
}
#form .form_box-check dd > span label {
  display: block;
  position: relative;
  color: #242424;
  cursor: pointer;
}
#form .form_box-check dd > span label:before {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: #000000 2px solid;
  background: #FFF;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#form .form_box-check dd > span label span {
  display: block;
  padding-left: 25px;
}
#form .form_box-check dd > span label span:after {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  background: #8c8c8c;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: 4px;
  margin: auto;
  opacity: 0;
}
#form .form_box-check dd > span label input[type=checkbox]:checked + span:after ,
#form .form_box-check dd > span label input[type=radio]:checked + span:after {
  opacity: 1;
}
#form .form_box-check dd > span input {
  display: none;
}

#form .form_submit {
  max-width: 340px;
  margin: 0 auto;
  padding-top: 40px;
}
#form .form_submit input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px;
  border: none;
  background: #E3B601;
  border-radius: 8px;
  border-bottom: 5px #a7a901 solid;
}

@media screen and (max-width: 768px) {
  #form .c-headTitle {
    margin-bottom: 30px;
    font-size: 18px
  }
  #form .form_submit input[type=submit] {
    font-size: 20px;
    padding: 20px;
    border: none;
    border-radius: 8px;
    border-bottom: 5px #a7a901 solid;
  }
}

