@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Press+Start+2P&subset=japanese|Ubuntu:300,300i,400,400i,500,500i,700,700i|VT323');*/

/**************************************************
  ***** Main Contents *****
**************************************************/
* {
  box-sizing: border-box;
}
html {
    /* scroll-behavior: smooth; 2022.04.25 */
        overflow-x: hidden;
}


/**/
div#wrap > header {
    display: none;
}
div#areaContents + footer {
    display: none;
}
/**/





body {
/*font-family: Avenir Next,arial, helvetica !important;*/
  font-weight: light;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
      overflow-y: inherit !important;
          line-height: inherit;
}
section {
    padding: 60px 0;
    /* background: #fff8e4; */
}
a {
  text-decoration: none;
}

p {
    color: #676767;
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: 0;
}

.hv:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hv {
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;

}


p.text,.text_2,.text_1 {
        margin: 40px 0 0 0;
    font-size: 0.7em;
}

img {
    max-width: 100%;
/*    width: auto !important;*/
}
.wrap {
    width: 1100px;
    margin: auto;
}
.center {
    text-align: center;
    display: block;
    margin: auto;
}
ul {
    list-style: none;
    padding-left: 0;
}
.display_flex {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.float_left {
    float: left;
}
.clear_both:after {
    clear: both;
    content: '';
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}





/*赤色*/
span.red {
    color: #dc0000;
}



/*********** /One Page castamize class ***********/



header {
    padding: 15px;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
    top: 0;
    box-shadow: 0px 1px #e6e6e6;
}
header .wrap p {
    /* font-size: 12px; */
    /* display: inline-block; */
}
/*タイトル画像*/
header .main_title {
    float: left;
    width: 25%;
}
/*ボタンデザイン*/
header a.btn {
    background: #489714;
    color: white;
    border-radius: 50px;
    padding: 15px;
    float: right;
    font-weight: bold;
    position: relative;
}
/*ボックス内デザイン*/
header .box {
    float: right;
    margin-right: 30px;
    position: relative;
}

header .box span {
    display: block;
    text-align: center;
    font-size: 13px;
}
header .box span.tel {
    font-size: 32px;
    font-weight: 600;
    background: url(images/head_icon01.png);
    background-repeat: no-repeat;
    background-position: left top 40%;
    padding-left: 38px;
    font-family: 'arial','Roboto Condensed', sans-serif;
}



/**/
section#mv {
    background-image: url(images/mv_bg01.png);
    background-size: 1900px;
    overflow: hidden;
    background-position: bottom;
    padding-bottom: 0;
    background-repeat: no-repeat;
    margin-top: 62px;
    background-color: #fff8e4;
    padding-top: 45px;
    height: 615px;
    text-align: center;
}
section#mv .wrap.relative {
    height: 527px;
}

/*ボタンデザイン*/
section#mv ul.display_flex {
    width: 97%;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 70px;
}

section#mv ul li {
    background: #05bbff;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    width: 31%;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 2px solid #ffffff;
}





/**/
section#bl02 {
    background: #effbff;
}
section#bl02 img {
    text-align: center;
    display: block;
    margin: auto;
}
section#bl02 ul.display_flex {
    background: url(images/bl02_bg.png);
    background-repeat: no-repeat;
    background-position: left 45px top;
    padding-left: 30%;
    display: inherit;
    height: 400px;
    padding-top: 40px;
}
section#bl02 ul.display_flex li {
    margin-bottom: 30px;
}
section#bl02 ul.display_flex li img {
    width: 82%;
}
section#bl02 ul.display_flex li:nth-child(2) {
    position: relative;
    left: 5%;
}
section#bl02 ul.display_flex li:nth-child(3) {
    position: relative;
    left: 10%;
}





/**/
section#bl03 {
    /* background: #fffaf1; */
    z-index: -1;
}

section#bl03 ul li .text{
    position: relative;
    margin-left: 220px;
    z-index: 1;
}
section#bl03 ul li .text p {
    margin: 5px 0;
    font-size: 19px;
    padding: 20px 30px 10px 10px;
}
section#bl03 ul li:nth-child(1):before {
    content: '01';
    font-size: 160px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: 'arial', sans-serif;
    transform: translate(0%, 15%);
    display: inline-block;
}
section#bl03 ul li:nth-child(2):before {
    content: '02';
    font-size: 160px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: 'arial', sans-serif;
    transform: translate(0%, 15%);
    display: inline-block;
}
section#bl03 ul li:nth-child(3):before {
    content: '03';
    font-size: 160px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: 'arial', sans-serif;
    transform: translate(0%, 15%);
    display: inline-block;
}
section#bl03 ul li {
    border: 2px solid #05bbff;
    background: #effbff;
    width: 91%;
    margin: auto;
    margin-bottom: 40px;
        position: relative;
}
section#bl03 ul li img {
    margin: 10px 20px;
}
section#bl03 ul li .title02 {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    background: #05bbff;
    text-align: center;
    padding: 11px;
    letter-spacing: 0.15em;
}



/*section#bl04*/
section#bl04 {
    background: #effbff;
}
section#bl04 ul.display_flex {
    flex-wrap: wrap;
    text-align: center;
}
section#bl04 ul li {
    margin-bottom: 20px;
}




/* bl05 */
section#bl05 {
    background: url(images/bl05_bg.gif);
    padding-bottom: 30px;
}
section#bl05 img {
    margin-right: 40px;
    margin-bottom: 90px;
}

section#bl05 p {
    margin-left: 320px;
    line-height: 1.8em;
}
section#bl05 p b {
    text-align: right;
    float: right;
    color: #333333;
    margin-top: 80px;

}





/**/
section#bl06 .title02 {
    font-weight: bold;
    color: #05bbff;
    font-size: 29px;
    margin: 30px 0 20px 0;;
}
section#bl06 li {
    border-bottom: 2px dashed #cacaca;
    padding: 40px 0;
}

section#bl06 li.clear_both {
    position: relative;
    padding-bottom: 65px;
}

section#bl06 .right_text {
    margin-left: 275px;
}
section#bl06 .right_text p {
    margin-right: 50px;
    font-size: inherit;
}




section#bl06 ul li img {
    float: initial;
}

section#bl06 li.clear_both .box {
    text-align: center;
    float: left;
}

section#bl06 p {
    font-size: 13px;
}





/*section#bl07*/
section#bl07 ul.display_flex.first {
    width: 76%;
    margin: auto;
    position: relative;
}
section#bl07 ul.display_flex.first:before {
    position: absolute;
    width: 103%;
    height: 6px;
    background: #05bbff;
    content: "";
    top: 36%;
    transform: translate(10px, -50%);
    z-index: -1;
}
section#bl07 ul.display_flex.first:after {
    position: absolute;
    content: "";
    top: 36%;
    right: -3%;
    transform: translate(100%, -50%);
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #05bbff;
}
section#bl07 ul.display_flex.second {
    position: relative;
}
section#bl07 ul.display_flex.second:before {
    position: absolute;
    width: 99%;
    height: 6px;
    background: #05bbff;
    content: "";
    top: 36%;
    transform: translate(10px, -50%);
    z-index: -1;
}


/**/
section.bl_contact {
    padding-top: 0;
    padding-bottom: 0;
    height: 315px;
    background: linear-gradient(0deg,#05bbff 0%,#05bbff 37%,#ffcd05 37%,#ffcd05 100%);
}
section.bl_contact a.btn:after {
    content: "";
    position: absolute;
    width: 0.9em;
    height: 0.9em;
    background: url(images/btn_icon01.gif);
    top: 50%;
    background-size: cover;
    transform: translate(50%, -50%);
}
section.bl_contact .absolute {
    top: 129px;
    left: 3.7%;
    width: 664px;
    text-align: center;
}
section.bl_contact p.tel02 {
    font-size: 22px;
    font-weight: bold;
    color: #5a5a5a;
}



/*受付時間の大きさ*/ 
section.bl_contact.tel_banner {
    position: relative;
}
section.bl_contact img {
    position: absolute;
    top: -43px;
}
section.bl_contact p.txt {
    font-size: 24px;
    font-weight: bold;
}
section.bl_contact p.tel {
font-size: 70px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0em;
    position: absolute;
    top: 178px;
    left: 74px;
    font-family: 'arial','Roboto Condensed', sans-serif;
}
section.bl_contact a.btn {
    background: #489714;
    color: white;
    padding: 22px 60px;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 13px;
    position: absolute;
    top: 215px;
    left: 591px;
    letter-spacing: 0.1em;
        width: 45%;
}
section.bl_contact p.info {
    position: absolute;
    top: 270px;
    left: 106px;
    color: #fff;
}

/*  */
section.bl_mail {
    background: #fff8e4;
}
section.bl_mail img {
    margin-bottom: 50px;
}

/*フォーム部分*/
#formWrap {
    width: 900px;
    margin: 0 auto;
    font-size: 1.2em;
}
#formWrap form .checked {
    position: relative;
    width: auto;
    display: inline-block;
}
#formWrap form .checked:before {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(-100%, -50%);
}
table.formTable span {
    font-size: 1em !important;
}
.mw_wp_form .error {
    font-size: 100% !important; 
}
table.formTable{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.formTable td,table.formTable th{
    padding:10px;
}
table.formTable th{
    width: 28%;
    font-weight: normal;
    text-align: right;
}
table.formTable tr:nth-child(1) th:before,
table.formTable tr:nth-child(3) th:before {
    content: '必須';
    background: #d73e3e;
    color: #fff;
    font-size: 13px;
    padding: 9px 15px;
    margin-right: 15px;
}

/**/
input[type="text"] {
    height: 60px;
    width: 100%;
    border: 1px solid #dadada;
    font-size: 1em;
    padding: 20px;
    color: #717171;
    font-weight: normal;
    line-height: 1.8em;
}
textarea {
    width: 100%;
    border: 1px solid #dadada;
    height: 190px;
    font-size: 1em;
    padding: 20px;
    color: #717171;
    font-weight: normal;
    line-height: 1.8em;
}
/*送信ボタンのデザイン*/
input[type="submit"] {
    appearance: none;
    border: 0;
    border-radius: 50px;
    background: #489714;
    padding: 18px 16px;
    font-size: 25px;
    width: 370px;
    letter-spacing: 1em;
    font-weight: bold;
    color: white;
    margin: 40px auto 0;
}
/*privacy_policy*/
 .privacy_policy a {
    color: #05bbff;
    text-decoration: underline;
}
/* checked */
.checked {
    margin-top: 20px;
}
.checked::before {
    content: '必須';
    background: #d73e3e;
    color: #fff;
    font-size: 13px;
    padding: 9px 15px;
    margin-right: 15px;
}
/*スケジュールボタンのデザイン*/
input[type="date"] {
    height: 50px;
    width: 100%;
    border: 1px solid #dadada;
    font-size: 1em;
    padding: 20px;
    color: #717171;
    font-weight: normal;
    line-height: 1.8em;
}
input[type="text"].name {
    width:70%; 
}
input[type="tel"]{
    width: 20%;
    height:50px;
    border: 1px solid #dadada;
}
input[type="date"] {
    width:40%; 
}
input[type="checkbox"] {
    transform: scale(2);
}
/* banner */
section.banner {
    padding-top: 45px;
    padding-bottom: 35px;
}
table.formTable span {
    font-size: 0.7em;
}

/*section.banner.contact*/
section.banner.contact .wrap {
    height: 351px;
    position: relative;
}
section.banner.contact .wrap a {
    bottom: 0;
    position: absolute;
}
section.banner.contact .wrap a img {
    bottom: -6px;
    position: relative;
}
section.banner.contact {
    margin-top: 50px;
    margin-bottom: 120px;
}
/* sub_ttl */
section .sub_ttl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin: 30px 0 60px 0;
    letter-spacing: 0.15em;
}


/**/
footer {
    background: #05bbff;
    text-align: center;
}
footer {
    color: white;
    font-size: 0.7em;
    padding: 18px 0;
}
#mw_wp_form_mw-wp-form-15612 > form > div > p > button {
    display: none;
}
.mw_wp_form_complete:after {
    content: "この度はお問い合わせいただき、誠にありがとうございます。3営業日以内に返信がない場合は、お手数ですがお電話にてお問い合わせください。";
    display: block;
    text-align: center;
    }

