﻿@charset "UTF-8";
/*
Theme Name: washidu-ntreeheart
Author: fuse
Description: This is my original theme.
Version: 1.0
*/

/*-------------------------------------
定義
-------------------------------------*/
:root {
    --font_ja: "NotoSansJP", sans-serif;
    --font_en: "din1451alt", sans-serif;
    --h1_font: clamp(32px, 4vw, 42px);
    --h2_font: clamp(28px, 2.6vw, 32px);
    --h3_font: clamp(20px, 2vw, 28px);
    --p_font: clamp(16px, 1vw, 16px);
    --m_color: #00A950; /*メインカラー*/
    --a_color: #EC81A7; /*アクセントカラー*/
    --f_color: #333333; /*フォントカラー*/
    --b_color: #fcfbf9; /*ベースカラー*/
    --main_mp: clamp(60px, 12vw, 160px);
    --sub_mp: clamp(40px, 8vw, 120px);
    --border_r: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    --tr: 0.3s ease;
    --m_ps3: 30px;
    --m_ps5: 50px;
    --m_ps8: 80px;
    --gr: linear-gradient(45deg, var(--m_color) 0%, #007bd7 50%, #00beff 100%); /*グラデーションカラー*/
    --base: 0.0625rem;
}

p,
li,
dd,
dt {
    font-size: var(--p_font);
    font-weight: 600;
    line-height: 2;
    font-family: var(--font_ja);
}
html{
    background-color: var(--b_color);
}
a{
    line-height: 1.0;
    margin: 0;
}
a:hover{
    opacity: 0.8;
}
/*-------------------------------------
共通パーツ
-------------------------------------*/
.pc_none2 {
    display: none;
}
.flex {
    display: -webkit-flex;
    display: flex;
}
.flex_c {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_c2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.flex_c_c {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.main_ma_b {
    margin-bottom: var(--main_mp);
}
.sub_ma {
    margin: var(--sub_mp) 0;
}
.sub_ma_t {
    margin-top: var(--sub_mp);
}
.sub_ma_b {
    margin-bottom: var(--sub_mp);
}
.main_pa {
    padding-top: var(--main_mp);
    padding-bottom: var(--main_mp);
}
.main_pa_t {
    padding-top: var(--main_mp);
}
.main_pa_b {
    padding-bottom: var(--main_mp);
}
.sub_pa {
    padding: var(--sub_mp) 0;
}
.sub_pa_t {
    padding-top: var(--sub_mp);
}
.sub_pa_b {
    padding-bottom: var(--sub_mp);
}
.m_a {
    max-width: var(--main_w);
}
.m_a2 {
    max-width: var(--main_w2);
}
.m_a3 {
    max-width: var(--main_w3);
}
.m_a4 {
    max-width: var(--main_w4);
}
.m_a5 {
    max-width: var(--main_w5);
}
.m_lr {
    margin-right: auto;
    margin-left: auto;
}
.m_ps3 {
    margin-bottom: var(--m_ps3);
}
.m_ps5 {
    margin-bottom: var(--m_ps5);
}
.m_ps8 {
    margin-bottom: var(--m_ps8);
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.fc {
    text-align: center;
}
.fl {
    text-align: left;
}
.fr {
    text-align: right;
}
.fb {
    font-weight: bold;
}
.en {
    font-family: var(--font_en);
}
.annotation {
    font-size: calc(var(--p_font) - 1);
    color: gray;
}
/*-------------------------------------
レイアウト
-------------------------------------*/
@media only screen and (min-width: 551px) {
    body {
    }
}
.wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}
.main_wrap {
    position: relative;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/
.header {
    position: relative;
    height: auto;
    z-index: 1001;
    flex-direction: column;
}
/*ファーストビュー・メインビジュアル*/
.h_img_wrap {
    width: 550px;
}
.header h1{
    position: absolute;
    font: 700 38px var(--font_ja);
    text-align: center;
    position: absolute;
    top: 80px;
    z-index: 1;
}
.h_img_wrap > img {
    z-index: 0;
    width: 100%;
    object-fit: cover;
    display: block;
    max-height: inherit;
}
body:not(.home):not(.single) h1,
body.single .h_img_wrap {
    width: 550px;
    background-color: #E3F2EA;
}
/*下層ヘッダー見出し*/
body:not(.home):not(.single) h1,
body.single .h1 {
    color: var(--m_color);
    font: 700 38px var(--font_ja);
    text-align: center;
    top: 0;
    position: relative;
    padding-top: 120px;
    z-index: 1;
}
/*-------------------------------------
TELボタン1
-------------------------------------*/
.top_con01_wrap {
    position: relative;
    width: 550px;
    background-color: #EFEDE9;
    padding: 0 40px 60px;
}
.top_con01_inner {
    width: 100%;
    flex-direction: column;
}
.top_con01_inner > p{
    width: 100%;
    border-radius: 9px 9px 0 0;
    background-color: var(--m_color);
    font: 600 26px "ZenMaruGothic";
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.top_con01_inner > a{
    width: 100%;
    border-radius: 0 0 9px 9px;
    background-color: #fff;
    line-height: 1.0;
    font: 600 26px var(--font_ja);
    color: var(--m_color);
    text-align: center;
    padding: 12px 0 16px;
    border: var(--m_color) 2px solid;
}
.top_con01_inner > a span {
    font: 700 56px var(--font_en);
    color: var(--m_color);
    letter-spacing: 0.05em;
    line-height: 1.2;
}
/*-------------------------------------
TELボタン2
-------------------------------------*/
.top_con02_wrap {
    position: relative;
    width: 550px;
    background-color: #EFEDE9;
    padding: 0 30px 22px;
}
.top_con02_inner {
    width: 100%;
    padding: 30px;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    border: var(--m_color) 2px solid;
}
.top_con02_inner li,
.top_con02_inner a{
    width: 100%;
    border-radius: 0 0 9px 9px;
    align-items: center;
    background-color: #fff;
    line-height: 1.0;
    font: 700 44px var(--font_en);
    letter-spacing: 0.05em;
    color: var(--m_color);
}
.top_con02_inner a:hover{
    display: flex;
}
.top_con02_inner span{
    display: block;
    width: 130px;
    font: 600 20px var(--font_ja);
    color: #fff;
    line-height: 1.0;
    border-radius: 30px;
    background-color: var(--m_color);
    padding: 8px 20px;
    margin-right: 10px;
    text-align: center;
}
.mail{
    font-size: 23px !important;
    height: 50px;
}
.top_img2{
    width: 100%;
    margin-top: 20px;
}
.top_img3{
    width: calc(100% - 145px);
}
/*-------------------------------------
お問い合わせフォーム
-------------------------------------*/
.top_con_wrap {
    position: relative;
    width: 550px;
    background-color: #EFEDE9;
    padding: 0 30px 60px;
}
.top_con_inner {
    width: 100%;
    padding: 40px 30px;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
}
.top_con_wrap h2{
    font: 700 32px "ZenMaruGothic";
    color: var(--m_color);
    margin-bottom: 30px;
}

/*お問い合わせフォーム内*/
.wpcf7-form_form > div > label > span,
.wpcf7-form_form > .flex{
    flex-direction: column;
}
/* 左側 */
.wpcf7_left {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    padding: 0;
}
form.wpcf7-form .required:before {
    content: "必須";
    width: auto;
    display: block;
    background: var(--a_color);
    padding: 4px 8px;
    font: normal 14px "NotoSansJP";
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
    border-radius: 6px;
}
form.wpcf7-form .required2:before {
    content: "任意";
    width: auto;
    display: block;
    background: #999;
    padding: 4px 8px;
    font: normal 14px "NotoSansJP";
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
    border-radius: 6px;
}
/* 右側 */
.wpcf7_right {
    font-size: 17px;
    width: 100%;
    padding: 4px 0 15px;
    border-left: none;
    align-items: center;
}
.wpcf7-checkbox {                    /* ↓ 選択ボックス */
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}
.wpcf7-checkbox .wpcf7-list-item{
    margin: 0;
    width: 48%;
}
.wpcf7_right_list{
    padding: 10px 0 10px 0;
}
.wpcf7-form_form  fieldset,
.wpcf7-form_form  fieldset > legend {
    display: contents;
}
.wpcf7-form fieldset > span{
    flex-direction: column;
}
.wpcf7_left > legend{
    display: flex;
    align-items: center;
}
.wpcf7-list-item {
    width: 30%;
    display: block !important;
}
.wpcf7-checkbox .first {
    margin: 0;
}
.wpcf7-list-item input {
    width: auto !important;
}
.wpcf7-list-item-label{
    font-weight: 600;
    font-size: 17px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 1.43rem;
    height: 1.43rem;
    margin-right: 1vw;
    padding: 0;
    border: 2px solid #e7e7e7;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"]::after,
input[type="radio"]::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--f_color);
    transition: var(--tr);
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
    opacity: 1;
}
span.wpcf7-list-item input[type="checkbox"]::after {
    top: 25%;
    left: 25%;
    background-color: var(--m_color);
}
.wpcf7 form.sent .wpcf7-response-output{                       /* ↓ 送信完了メッセージ */
    color: #46B450;
    margin: 20px 0;
    text-align: center;
    padding: 0.2em 0.5em;
}
div.screen-reader-response{                   /* ↓ 入力エラーメッセージ */
    display: none;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    border: 2px solid #c90d00 !important;
    font-size: 14px;
    color: #c90d00;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
    font-size: 14px;
    color: #c90d00;
    border: 1px solid #c90d00 !important;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output:first-of-type{
    margin-bottom: var(--m_ps3);
}
.wpcf7-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #c90d00;
    font-size: 14px;
    color: #c90d00;
    margin: 30px 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #c90d00;
}
.wpcf7-acceptance + .wpcf7-not-valid-tip {
    text-align: center;
}
@media all and (-ms-high-contrast: none) {
    span.wpcf7-list-item input {
        margin: 0 5px 0 0;
    }
}
.wpcf7_container #info2 {
    margin: 10px 0 0;
}
.wpcf7-form-control-wrap {                            /* ↓ テキストボックス */
    width: 100%;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    padding: 10px;
    width: 100%;
    font-size: 100%;
    background: #eeeeee;
    outline: none;
    border-radius: 4px;
}
.wpcf7-checkbox input,
.wpcf7-checkbox label span {
    cursor: pointer;
}
.wpcf7c-elm-step2 {
    text-align: center;
    margin: var(--m_ps3) 0 0;
}
.wpcf7c-elm-step2 p{
    color: #3b3b3b;
}
.wpcf7_container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form_privacy {                                       /* ↓ プラポリ同意 */
    margin: 30px 0;
    display: flex;
}
.form_privacy .wpcf7-form-control-wrap > span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_privacy span.wpcf7-list-item {
    width: auto;
}
.form_privacy span.wpcf7-list-item input {
    margin: 0 5px 4px 0;
}
.form_privacy .wpcf7-list-item {
    margin: 0;
}
.wpcf7-not-valid-tip{
    margin-left: 4px;
}

input::placeholder {                                 /* ↓ 記入例 */
    color: #ddd;
}
input::-moz-input-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}
textarea::placeholder {
    color: #ddd;
}
textarea::-ms-placeholder {
    color: #ddd;
}
textarea::-moz-placeholder {
    color: #ddd;
}
/*submitボタンのリセットCSS*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.wpcf7-spinner{
    display: none !important;
}
/*submitボタンの装飾*/
.wpcf7c_submit {
    text-align: center;
}
.wpcf7c_submit input {
    outline: none;
    max-width: 500px;
    width: 100%;
    margin: 10px auto 20px;
    display: block;
    color: #fff;
    font-weight: 700;
    z-index: 0;
    border: none;
    padding: 16px 20px;
    font-size: 16px;
    letter-spacing: 0.4em;
    border-radius: 8px;
}
.wpcf7c_submit input[type="submit"] {
    text-align: center;
    background: var(--a_color);
}
.wpcf7c_submit input[type="submit"]:hover,
.wpcf7c_submit input[type="button"]:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
}
.wpcf7c_submit input[type="button"] {
    background: none;
    border: 1px solid;
    color: var(--m_color);
}

/*プライバシーポリシー*/
.readme {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16/14;
    margin-top: 10px;
    overflow-y: scroll;
    padding: var(--m_ps3);
    border: 1px solid #b9b9b9;
    font-size: 0.8125rem;
    background-color: #ffffff;
    border-radius: 4px;
}
.readme p{
    font: 600 15px var(--font_ja);
    line-height: 1.8;
    color: #303030;
    margin-bottom: 20px;
}
.readme dl {
    color: #303030;
}
.readme dt {
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #303030;
}
.readme dd {
    margin-left: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #303030;
}
.readme ol li {
    margin: 0 0 0 40px;
    font-size: 14px;
    list-style: decimal-leading-zero;
    color: #303030;
}
.wpcf7c-elm-step2 p{
    font-size: 14.5px;
}

/* コンタクトフォーム確認画面 */
#wpcf7cpcnf table {
    border: none;
    width: 100%;
}
#wpcf7cpcnf table th {
    display: block;
    background: #eeeeee;
    border: 1px solid #ccc;
    color: #202020;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
    min-height: 54px;
}
#wpcf7cpcnf table th p {
    color: #202020;
}
#wpcf7cpcnf table td {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 15px;
    min-height: 54px;
}
.wpcf7cp-btns {
    display: flex;
    justify-content: center;
    text-align: center;
}
.wpcf7cp-btns button {
    padding: 10px 20px;
    font-weight: 500;
    font-size: var(--p_font);
    cursor: pointer;
}
.wpcf7cp-cfm-edit-btn {
    background: #ddd;
    color: #202020;
    border: none;
    border-radius: 4px;
    min-width: 100px;
    padding: 10px 10px;
}
.wpcf7cp-cfm-submit-btn {
    background: #555;
    color: #fff;
    border: none;
    border-radius: 4px;
    min-width: 100px;
    padding: 10px 10px;
}

/*recaptcha*/
.grecaptcha-badge {
    bottom: 90px !important;
    z-index: 5;
    /* display: none; */
}

/*送信完了画面*/
.thanks_tel {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.thanks_tel a {
    font: clamp(27px, 4vw, 60px) var(--font_en);
    text-decoration: none;
    color: var(--f_color);
}
.thanks_tel a i {
    font-size: clamp(23px, 4vw, 45px);
    margin-right: 10px;
}
/*-------------------------------------
404
-------------------------------------*/
.wrap404{
    width: 550px;
    background-color:#E3F2EA;
}
.wrap404 > div > p {
    padding: 0 40px;
}
.btn_404{
    margin-top: var(--m_ps5);
    background-color: var(--m_color);
    display: inline-block;
    border-radius: 8px;
}
.btn_404 a {
    color: #fff;
    padding: 25px 2vw 25px 3vw;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
}
.btn_404 i {
    color: #fff;
    font-size: 14px;
    margin: 2px 0 0 2vw;
    transition: all 0.4s 0s ease;
}
.btn_404:hover {
    opacity: 0.8;
}

/*-------------------------------------
フッター
-------------------------------------*/
.top_img{
    width: 550px;
}
.top_img img{
    width: 100%;
    object-fit: cover;
}
.footer {
    width: 550px;
    background: #303030;
    position: relative;
    z-index: 0;
    padding: 60px 0;
}
.footer_inner {
    justify-content: space-between;
    width: 100%;
}
/*左側*/
.footer_left {
    letter-spacing: 0.1em;
    padding: 0;
    position: static;
    background: none;
    margin: 0 auto;
    flex-direction: column;
    width: 40%;
}
.footer_site_ttl a {
    font: 700 clamp(22px, 2.5vw, 32px) var(--font_ja);
    color: #fff;
}
.footer_site_ttl a:hover{
    opacity: 0.8;
}
.address_container {
    flex-direction: column;
    margin-top: 20px;
}
.address_container,
.address_container span,
.address_container p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.4;
}
.address_container a {
    color: var(--a_color);
    text-decoration: none;
    font: 800 30px var(--font_en);
}
.address_container i {
    color: var(--a_color);
}
/*右側*/
.footer_right {
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: 60%;
    padding-left: 40px;
}
.footer_nav {
    gap: 2vw;
    justify-content: end;
    flex-wrap: wrap;
}
.footer_nav li{
    position: relative;
}

.footer_nav a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    padding-left: 20px;
}
.footer_nav li::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_nav li:hover {
    opacity: 0.6;
}
/*コピーライト*/
.copyright {
    width: 100%;
    color: var(--f_color);
    font-size: 14px;
}
.copyright p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

/* topに戻る */
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 6;
}
#page-top a {
    color: #fff;
    display: block;
    position: relative;
    background: var(--m_color);
    width: 60px;
    height: 60px;
    border-radius: 4px 0 0 0;
    padding:  20px 20px;
}
#page-top i {
    font-size: 20px;
    color: #fff;
}
#page-top a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 550px) {
    /*-------------------------------------
    ヘッダー
    -------------------------------------*/
    /* ハンバーガーメニュー */
    /*ファーストビュー・メインビジュアル*/
    .h_img_wrap {
        width: 100%;
    }
    .header h1{
        top: 19vw;
        font-size: clamp(22px, 7.2vw, 38px);
    }
    .h_img_wrap > img {
        width: 100%;
    }
    /*-------------------------------------
    TELボタン1
    -------------------------------------*/
    .top_con01_wrap{
        width: 100%;
        padding: 0 6.5vw 50px;
    }
    .top_con01_inner > p{
        font-size: clamp(22px, 6vw, 36px);
    }
    .top_con01_inner > a{
        font-size: clamp(22px, 6vw, 36px);
    }
    .top_con01_inner > a span{
        font-size: clamp(22px, 8.4vw, 48px);
    }
    /*-------------------------------------
    TELボタン2
    -------------------------------------*/
    .top_con02_wrap{
        width: 100%;
        padding: 0 6.5vw 20px;
    }
    .top_con02_inner{
        padding: 7vw 6.5vw;
    }
    .top_con02_inner li{
        height: 45px;
    }
    .top_con02_inner li,
    .top_con02_inner a{
        font-size: clamp(22px, 7.2vw, 42px);
        align-items: center;
    }
    .top_con02_inner span{
        font-size: clamp(14px, 4vw, 20px);
        width: clamp(86px, 25vw, 110px);
        height: auto;
        padding: 8px 10px;
        margin-right: 2vw;
    }
    .mail{
        font-size: clamp(14px, 4vw, 20px) !important;
    }
    .top_img3{
        width: calc(100% - clamp(86px, 25vw, 110px));
    }
    /*-------------------------------------
    404
    -------------------------------------*/
    .wrap404{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .btn_404 a {
        padding: 20px;
    }
    body:not(.home):not(.single) h1,
    body.single .h_img_wrap {
        width: 100%;
    }
    body:not(.home):not(.single) h1,
    body.single .h1 {
        font-size: clamp(22px, 7.2vw, 38px);
        padding-top: 19vw;
    }
    /*-------------------------------------
    お問い合わせフォーム
    -------------------------------------*/
    .top_con_wrap{
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 6.5vw 60px;
    }
    .top_con_inner{
        padding: 7vw 6.5vw;
    }
    .top_con_wrap h2{
        font-size: clamp(22px, 6vw, 3px);
    }
    .wpcf7c_submit input{
        padding: 14px 20px;
    }
    /*-------------------------------------
    フッター
    -------------------------------------*/
    .top_img{
        width: 100%;
        overflow: hidden;
    }
    .top_img img{
    }
    .footer_inner{
        max-width: 100%;
        margin: 0;
    }
    .footer{
        width: 100%;
    }
    /* topに戻る */
    #page-top a{
        right: 10px;
        width: 40px;
        height: 40px;
        padding: 12px 12px;
        border-radius: 4px;
    }
    #page-top i{
        font-size:16px;
    }
}
@media only screen and (max-width: 420px) {
    .wpcf7_left,
    .wpcf7_right,
    .wpcf7-list-item-label{
        font-size: 15px;
    }
    form.wpcf7-form .required:before,
    form.wpcf7-form .required2:before{
        font-size: 13px;
    }
    .readme{
        padding: 6vw;
    }
    .readme p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 320px) {
    .wp-pagenavi {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wp-pagenavi .page-numbers {
        margin: 0 5px 5px 0;
    }
}
