@charset "UTF-8";

/*//////////////////////////////////////////////////////////
　PCの画面サイズが表示領域未満：@media screen and (max-width: 1200px)
　スマホ表示：@media only screen and (max-width: 768px)
　上記以外は微調整用。
//////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////
#表示領域
//////////////////////////////////////////////////////////*/

.Area00,.Area01,.Area02,.Area03,
.Area04,.Area05,.Area06,.Area07{
    display:flex;
    flex-flow: column;
    align-items: center;
}
.pc{
    max-width: 1200px;
    width: 100%;
}

.sp{
    width: 100%;
}

/*//////////////////////////////////////////////////////////
#背景
//////////////////////////////////////////////////////////*/

.Area02,.Area04,.Area06{
    background-color: #F5FAFF;
    overflow-x: hidden;
}

/*//////////////////////////////////////////////////////////
#アンカーリンク
//////////////////////////////////////////////////////////*/

#area02,#area04,#area06{
    display: block;
    margin: -106px 0px 0px 0px;
    padding: 106px 0px 0px 0px;
}
@media only screen and (max-width: 1199px) {
    #area02,#area04,#area06{
        display: block;
        margin: -65px 0px 0px 0px;
        padding: 65px 0px 0px 0px;
    }
}

/*//////////////////////////////////////////////////////////
#スマホの際非表示コンテンツ
//////////////////////////////////////////////////////////*/

@media only screen and (max-width: 768px) {
    .Area04,.Area05{
        display: none;
    }
}

/*//////////////////////////////////////////////////////////
#ボタン （共通）
//////////////////////////////////////////////////////////*/

/** お問い合わせ（右上メニュー） **/
a.btn-otoiawase-head {
    width: 300px;
    height: 60px;
    border: 2px solid #0050AA;
    border-radius: 10px;
    background-color: #ffffff;

    /** 文字設定 **/
    color : #0050AA;
    font-weight : bold;
    font-size : 28px;
    line-height : 38px;
}

/** マウスオーバー **/
.btn-otoiawase-head:hover,
a.btn-otoiawase-head:hover:before {
    border: 2px solid #0050AA;
    background: #0050AA;

    /** 文字設定 **/
    color : #ffffff;
}

@media only screen and (max-width: 568px) {
    a.btn-otoiawase-head {
        display: none;
    }
}

/** お問い合わせ（内部）**/
.btn-otoiawase,
a.btn-otoiawase {
    width: 50%;
    max-width: 600px;
    height: 120px;
    margin-bottom:80px;
    padding-top: 32px;
    border: 2px solid #0050AA;
    border-radius: 10px;
    background-color: #ffffff;

    /** 文字設定 **/
    color : #0050AA;
    font-weight : bold;
    font-size: clamp(18px, 5vw, 50px);
    line-height : 56px;
}

/** マウスオーバー **/
.btn-otoiawase:hover,
a.btn-otoiawase:hover {
    border: 2px solid #0050AA;
    background: #0050AA;

    /** 文字設定 **/
    color : #ffffff;
}

@media only screen and (max-width: 768px) {
    /** お問い合わせ（内部）**/
    .btn-otoiawase,
    a.btn-otoiawase {
        width: 95%;
        height: auto;
        min-height: 65px;
        margin-bottom: 40px;
        padding: 5px;
        border: 2px solid #0050AA;
        border-radius: 10px;
        background-color: #ffffff;

        /** 文字設定 **/
        color : #0050AA;
        font-weight : bold;
        font-size: clamp(18px, 8vw, 30px);
    }

    /** マウスオーバー **/
    .btn-otoiawase:hover,
    a.btn-otoiawase:hover {
        border: 2px solid #0050AA;
        background: #0050AA;

        /** 文字設定 **/
        color : #ffffff;
    }
}


/*//////////////////////////////////////////////////////////
#botan-area-tape-a02　ボタンエリア④
//////////////////////////////////////////////////////////*/
.floatButtons {
    /* background: url("/wp-content/uploads/2024/02/btn_sample_out.png")  no-repeat;*/ /* ロールオーバー時のチラつき防止 */
    /* background-position: 20px bottom; */
    margin-bottom: 20px;
    margin-right: 20px;
}
.floatButtons a {
    width: 120px;
    height: 120px;
    background: url("/wp-content/uploads/2024/02/go-to-top.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
@media only screen and (min-width: 1001px) {
    .floatButtons a:hover {
        background-image: url("/wp-content/uploads/2024/02/go-to-top.png");
    }
}
@media only screen and (max-width: 1000px) {
    .floatButtons a {
        width: 90px;
        height: 90px;
        background: url("/wp-content/uploads/2024/02/go-to-top.png") no-repeat;
        display: block;
        text-indent: -9999px;
        background-size: 90px;
    }
    .floatButtons a:active {
        background-image: url("/wp-content/uploads/2024/02/go-to-top.png");
    }
}
@media only screen and (max-width: 768px) {
    .floatButtons a {
        width: 60px;
        height: 60px;
        background: url("/wp-content/uploads/2024/02/go-to-top.png") no-repeat;
        display: block;
        text-indent: -9999px;
        background-size: 60px;
    }
}

/* フォーム ----------------------- */
.form {
    max-width: 1000px;
    margin: 0 auto;
}


/*////////////////////////////////////////////////////////////
お問い合わせフォーム
////////////////////////////////////////////////////////////*/
section.contact-form {
    margin: 40px auto;
    text-align: left;
}

/* -----  見出し  ----- */
h3.h3-bar {
    max-width: 1000px;
    width: 90%;
    font-size: 3.2rem;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #0050AA;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto 30px;
}
h3.h3-under {
    max-width: 1000px;
    width: 90%;
    font-size: 3.2rem;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #0050AA;
    border-bottom: 5px solid #0050AA;
}

/* -----  お問合せ完了  ----- */
.thanksarea {
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px 50px;
}

.thanksarea__Msg {
  padding-top: 75px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  color: #333;
  padding: 10px 0 0;
}

.thanksarea__Text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
  width: 100%;
  text-align: center;
  margin: 50px auto 20px;
  padding: 0 20px;
}
