﻿@charset "utf-8";
@font-face {
    font-family: 'kosugi_maru';
    src: url('フォントファイルへのパス') format('フォントの形式');
  }

@media screen and (max-width:899px){
    html {
        font-family: sans-serif;
        line-height: 1.15;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        font-size: 62.5%;
    }
    body, button, input, select, textarea {
        color: #1a1a1a;
        font-family: Merriweather, Georgia, serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    body {
        padding-top: 0px;
        margin: 0 auto;
        background: #fff;
        max-width: 899px;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    }
    div {
        display: block;
    }
    p {
        display: block;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        text-align: center;
        padding-top: 0.6em;
    }
    img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border-style: none;
        margin-top: 0.6em;
    }
    h1, h2, h3, h4, h5, h6 {
        clear: both;
        font-weight:700;
        margin: 0;
        text-rendering: optimizeLegibility;
    }
    h1 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    }
    h2 {
        font-family: 'Kosugi Maru', sans-serif;
        font-weight: bold;
        color: #000;
        font-size: x-large;
        text-align: left;
        padding: 0.2em 0.4em;
        border-bottom: 2px solid #000;
    }
    
    .header	{ display:none!important; }
    .header_sp { display:block!important; }
    .header_sp{
        margin: 0 auto;
        width: 100%;
        height: 60px;
        text-align: center;
        background: #FCE607;
        border-bottom: 3px solid #000;
    }
    .header_sp img{
        width: 100%;
        max-width: 500px;
    }

    .main-wrap{
        background: #E6EAED;
    }
    .main {
        margin: 0 auto;
        width: 100%;
    }
    
    .tel-wrap {
        width: 100%;
        background: #FCE607;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
    }
    .tel{
        margin:0 auto;
        padding-bottom: 1.2em;
        width: 90%;
        max-width: 800px;
    }   
    .content01{
        width: 100%;
        background: #FEFBE8;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        border-bottom: 3px solid #000;
    }
    .content-img{
        margin:0 auto;
        width: 90%;
        max-width: 600px;
    }

    .content02{
        width: 100%;
        background: #FCE607;
        padding-top: 1.2em;
        border-bottom: 3px solid #000;
    }
    .pc02 { display: none !important; }
    .sp02 { display: block !important; }

    .content03{
        width: 100%;
        background: #1a1a1a;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        border-bottom: 3px solid #000;
    }
    #content03-text{
        color: #fff;
        background-color: 1a1a1a;
        border: 2px solid #e6e6e6;
        padding: 1em;
        margin: 2em auto 2em;
        width: 80%;
        max-width: 600px;
        font-size: larger;
    }
    #content03-text p{
        text-align: left;
        padding: 0 1em;
    }   
    #content03-text span{
        color: #FCE607;
    }

    .content04{
        width: 100%;
        background: #FCE607;
        padding-top: 1.2em;
        padding-bottom: 1.5em;
    }
    .box04{
        width: 90%;
        max-width: 600px;
        margin: 1.5em auto;
        border:solid 3px #000;
    }
    .title04{
        padding: 0px 8px 8px;
        background-color:#000;
    }
    .flex_box04 {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        align-items: center;
        width: 100%;
    }
    .flex_item_img04 {
        width: 180px;
        margin: 10px;
    }
    .flex_item_text04 {
        color:  #000;
        font-size: larger;
        padding: 12px;
    }
    .postscript04{
        color:  #000;
        font-size: medium;
        padding: 10px;
        margin-top: 10px;
        background-color: #FCE607;
    }

    .content05{
        width: 100%;
        background: #FEFBE8;
        padding-top: 2em;
        padding-bottom: 4em;
        border-bottom: 3px solid #000;
    }
    .content05 .img_build{
        margin-top: 2em;
        margin-bottom: 3em;
    }
    .content05 .img05_s{
        width: 80%;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .content05 .img05_m{
        width: 95%;
        margin-top: 1em;
    }
    .flex_box05 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1em;
    }
    .flex_box05 div{
        margin: 2em auto;
    }
    .textarea05{
        text-align: left;
        color: #000;
        padding: 1em;
        margin: 0 auto;
        width: 85%;
        max-width: 600px;
        font-size: medium;
    }

    .content06 {
        width: 100%;
        background: #FCE607;
        border-bottom: 3px solid #000;
    }
    .content06 p{
        margin:0 auto;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        width: 90%;
    }
    .content07 {
        width: 100%;
        background: #FCE607;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .content07 p{
        margin:0 auto;
        padding-top: 1em;
        padding-bottom: 1em;
        width: 95%;
    }

    .content08{
        width: 100%;
        background: #FEFBE8;
        padding-top: 2em;
        padding-bottom: 3em;
        border-bottom: 3px solid #000;
    }
    .content08 p{
        width: 90%;
        max-width: 600px;
    }
    .movie{
        margin: 2em auto;
        width: 100%;
        background: #000000;
        border-bottom: 3px solid #000;
    }
    .movie img{
        max-height: 40px;
    }
    .movie p{
        width: 95%;
        margin: 0.4em auto;
    }
    .movie-frame {
        width: 100%;
        height: 0;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
        margin: 0 0 1em;
    }
    .movie-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .content09 {
        width: 100%;
        background: #FCE607;
        border-bottom: 3px solid #000;
    }
    .content09 p{
        margin:0 auto 0;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        width: 90%;
    }

    .content10{
        width: 100%;
        background: #ffffff;
        padding-top: 2em;
        padding-bottom: 3em;
        border-bottom: 3px solid #000;
    }
    .content10 .content-img{
        margin-bottom: 2em;
    }
    .box10{
        width: 90%;
        max-width: 600px;
        margin: 30px auto;
        border:solid 3px #000;
    }
    .title10{
        padding: 0px 8px 8px;
        background-color:#FCE607;
        border-bottom: 2px solid #000;
    }
    .flex_box10 {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        justify-content: center;
        width: 100%;
    }
    .flex_item_img10 {
        padding: 10px 10px 10px;
        margin: 0 auto;
    }
    .flex_item_text10 {
        color:  #000;
        font-size: larger;
        padding: 10px 20px 10px;
        margin: 10px auto;
    }
    
    .form-wrap{
        padding-top: 2em;
        padding-bottom: 4em;
        background-color: #FEFBE8;
    }
    #mailform::before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        background-image: url(../img/mail-icon.png);
        background-size: contain;
        vertical-align: middle;
        margin: 0.2em 0.2em;
    }

    #privacy {
        background-color: white;
        border: 1px solid #e6e6e6;
        padding: 1em;
        margin: 4em auto 2em;
        width: 85%;
        max-width: 640px;
        height: 16em;
        overflow-y: scroll;
    }
    #privacy p{
        text-align: left;
    }
    
    .content11{
        width: 100%;
        background: #FEFBE8;
        padding-top: 2em;
        padding-bottom: 2em;
        border-bottom: 2px solid #000;
    }
    .content11 .content-img{
        width: 90%;
        margin-top: 0.4em;
    }
    .textarea11-q{
        width: 90%;
        max-width: 600px;
        padding: 0.1em 0.6em;
        margin: 1em auto 0.2em;
        background-color:#FCE607;
    }
    .textarea11-a{
        text-align: left;
        color: #000;
        padding: 0.4em;
        margin: 0 auto 0;
        width: 90%;
        max-width: 600px;
        font-size: larger;
    }

    .footer{
        text-align: center;
        font-size: x-small;
        color: #333;
        padding-bottom: 1em;
        margin-bottom: 120px;
    }

    /* SmartphoneFooterBanner */
    #fix_menu_sp{
        position: fixed;
        width: 100%;
        bottom: 0px;
        font-size: 0;
        opacity: 0.9;
        z-index: 10000;
    }
    #fix_menu_sp ul{
        display: flex;
        list-style: none;
        padding:0;
        margin:0;
        width:100%;
    }
    #fix_menu_sp li{
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 15px 0;
        margin:0;
    }
    #fix_menu_sp li:first-child{
        background: #4381f5;
        border-right: 1px solid #fff;
    }
    #fix_menu_sp li:last-child{
        background: #5bc8ac;
    }
    #fix_menu_sp li img{
        max-height: 50px;
    }
    #fix_menu_sp li a{
        color: #fff;
        text-align: center;
        display:block;
        width: 90%;
        margin: 0 auto;
    }
    .fix_menu_bottom{
        display: inline-block;
        text-align: center;
        width: 100%;
        background-color: #000;
    }
    .fix_menu_bottom p{
        color: #fff !important;
        text-decoration: none;
        font-size: medium;
        font-weight: 600;
        padding: 0.2em;     
    }

}
@charset "utf-8";

.Form {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
  }
  @media screen and (max-width: 660px) {
    .Form {
        margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 660px) {
    .Form-Item {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }
  @media screen and (max-width: 660px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 660px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
		margin-left: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 660px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 660px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 660px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
		cursor: pointer;
  }
  @media screen and (max-width: 660px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }

