@charset "utf-8";
/*
Theme Name: IWASA KIKAKU
Theme URI: https://iwasa-kikaku.com/

フォント一覧：
font-family: 'Noto Sans JP', sans-serif;　（ゴシック）
font-family: 'Roboto', sans-serif;　（英文）
font-family: "Roboto Condensed", sans-serif;　（英文：細身）
font-family: "Great Vibes", cursive;　（筆記体）
font-family: "Zen Old Mincho", serif;　（明朝）
*/


:root {
    --main-color1: #000;
    --main-color2: #00a7ea;
    --main-color3: #7e3c93;
    --main-color4: #6d7d84;
    --text-color-w: #fff;
    --font-size-S: clamp(1rem, calc(0.8rem + 0.625vw), 1.4rem);
    --font-size-M: clamp(1.2rem, calc(1.1rem + 0.625vw), 1.6rem);
    --font-size-L: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.8rem);
    --font-size-B: clamp(3rem, calc(4rem + 0.625vw), 5rem);
}


/*-----------------------------------------------
　見出し
--------------------------------------------------*/
.contact_title__outer{
    width: 100vw;
    margin-top: 60px;
    background: url(../img/contact_v.jpg) no-repeat center center / cover;
}
.contact_title__outer p{
    padding: 80px 0;
    text-align: center;
    font-size: var(--font-size-L);
    color: var(--text-color-w);
    letter-spacing: 0.3em;
}
.contact_title__outer p span{
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: var(--text-color-w);
    letter-spacing: 0.1em;
}

/*-------------------------------------
    お問い合わせ用css
-------------------------------------*/
.contact-outer{
    width: 100vw;
}
.contact-inner{
    width: 1000px;
    margin: 0 auto;
}

/* フォームデザインカスタマイズ */
table.CF7_table{
	width: 90%;
	margin: 40px auto 0;
    font-size: var(--font-size-S);
    text-align: left;
    border-spacing:0
}
table.CF7_table tr{
	border-top: 1px solid var(--main-color4);
}
table.CF7_table th{
    position: relative;
    width: 25%;
    padding: 25px 0 25px 25px;
    font-weight: 400;
    letter-spacing: 0.1em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
table.CF7_table tr:first-of-type th{
    border-top: 0;
}
table.CF7_table td{
    padding: 30px 10px 30px 30px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
table.CF7_table tr:first-of-type td{
    border-top: 0;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
    width: 100%;
    padding: 15px;
    background-color: #f7f8f8;
	border: 1px solid #c8c3c0;
    border-radius: 2px;
    transition: .2s;
}
.CF7_table input:hover,
.CF7_table textarea:hover {
    background-color: #efefef;
}

.CF7_table ::placeholder {
    font-family: "Zen Old Mincho", serif;
	color:#b7b0ac;
}

.CF7_table input[type="checkbox"]{
    display: inline;
    width: auto;
}

/*「必須」文字*/
.CF7_req{
    padding: 4px 10px;
	font-size: 10px;
	background: #bf0008;
	color: #fff;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	padding: 4px 10px;
	font-size: 10px;
	background: #bdbdbd;
	color: #fff;
	margin-right:1em;
}

/* 「送信する」ボタン */
.contact__btn_outer{
    width: 50%;
    margin: 50px auto 100px;
}
.wpcf7 input.wpcf7-submit {
    width: 100%;
    padding: 10px 70px 10px 20px;
    font-family: "Zen Old Mincho", serif;
    font-size: var(--font-size-M);
    font-weight: 500;
    color: var(--main-color1);
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.wpcf7 input.wpcf7-submit:hover {
    color: var(--text-color-w);
}
.contact__btn:hover .wpcf7 input.wpcf7-submit {
    color: var(--text-color-w);
}
.contact__btn{
    margin: 0 auto;
    border: 1px solid var(--main-color4);
    transition: all .3s ease-in-out;
}
.contact__btn:hover{
    color: var(--text-color-w);
    background-color: var(--main-color2);
}
.common__btn:before,
.common__btn:after {
  background: var(--main-color4);
}
/* 打ち消し */
.common__btn a {
    border: 0;
}
.wpcf7-spinner{
	width:0;
	margin:0;
    padding: 0;
}

/* フォーム内エラー文字 */
.wpcf7-not-valid-tip{
    margin-top: 10px;
    font-size: var(--font-size-S);
    font-weight: 400;
    color: #bf0008;
}

/* エラー文字 */
.wpcf7 form .wpcf7-response-output{
    margin: 0 auto 60px;
}
.wpcf7-response-output{
    display: block;
    width: 100vw;
    text-align: center;
    font-size: var(--font-size-S);
    font-weight: 400;
    color: #bf0008;
    border: 0 !important;
}

/* 個人情報確認欄 */
.privacy-area{
    width: 80%;
    height: 200px;
    margin: 15px auto;
    padding: 25px;
    border: 1px solid #b7b0ac;
    border-radius: 5px;
    overflow: scroll;
}
.h2_jp{
    margin-bottom: 15px;
    text-align: center;
    font-size: var(--font-size-M);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
}
.privacy-container{
    width: 100%;
    text-align: justify;
    font-size: var(--font-size-S);
    line-height: 1.8;
}
.privacy-list1{
    width: 100%;
    list-style-type: decimal;
    list-style-position: outside;
}
.privacy-list1 h2{
    display: inline;
    font-weight: 700;
}
.privacy-list1 li{
    margin-left: 1em;
    padding: 15px 0 15px 0.5em;
}
.privacy-list1 li:first-of-type{
    margin-top: 15px;
}
.privacy-list1 .last{
    margin-top: 20px;
    list-style: none;
    text-align: right;
}
.privacy-list2{
    width: 100%;
    margin-top: 10px;
    list-style-type: disc;
    list-style-position: outside;
}
.privacy-list2 li{
    margin: 0 0 0 2em;
    padding: 5px 0;
}
.privacy-list2 li:first-of-type{
    margin-top: 0;
}


/*-------------------------------------
    お問い合わせ確認用css
-------------------------------------*/
.contact-confirm-title{
    width: 100%;
    margin: 60px auto 0 auto;
    text-align: center;
    font-size: var(--font-size-S);
    font-weight: 400;
}

/*-------------------------------------
    送信完了用css
-------------------------------------*/
.contact-thanks-outer{
    width: 100vw;
    margin: 150px auto;
}
.thanks_title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: var(--font-size-M);
    font-weight: 500;
}
.thanks_title br{
    display: none;
}
.thanks_text{
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
    line-height: 2.2;
}
/* 画像サイズ調整 */
.top_business__img{
    text-align: center;
}
.top_business__img img{
    width: 60%;
}


/*--------------------------------------
 レスポンシブ
---------------------------------------*/
@media screen and (max-width: 768px) {

    /*-----------------------------------------------
    　見出し
    --------------------------------------------------*/
    .contact-h2{
        width: 90%;
        margin: 50px auto 30px;
        text-align: center;
    }
    .contact-h2 p{
        margin-top: 15px;
        text-align: justify;
    }
    .contact-h2 p br{
        display: none;
    }
    .h2_en{
        font-family: 'Roboto', sans-serif;
        font-size: 50px;
        font-weight: 900;
        color:rgba(255, 255, 255, 0);
        -webkit-text-stroke: 1px #ccc;
        text-stroke: 1px #ccc;
    }
    .h2_en-small{
        font-size: 30px;
    }
    .h2_jp{
        margin-top: -35px;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: 0.2em;
    }
    .h2_jp-small{
        margin-top: -25px;
        font-size: 26px !important;
        letter-spacing: 0;
    }
    .h2_jp-small br{
        display: block;
    }

    /*-------------------------------------
        お問い合わせ用css
    -------------------------------------*/
    .contact-outer{
        padding-top: 20px;
    }
    .contact-inner{
        width: 90%;
        min-width: 90%;
        margin: 0 auto;
    }
    .contact-title{
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
        font-size: 26px;
        font-weight: 500;
    }
    .contact-title-inner{
        width: 100%;
        min-width: 100%;
        margin: 0 auto 80px auto;
    }

    /* フォームデザインカスタマイズ */
    table.CF7_table{
        width:100%;
        margin:0 auto;
        font-size: 16px;
        text-align: left;
    }
    .CF7_table tr, .CF7_table td, .CF7_table th{
        display: block;
        width: 100%;
        line-height:2.5em;
    }
    table.CF7_table tr{
        border: 0;
    }
    table.CF7_table th{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        background-color: #ccebda;
        vertical-align: middle;
        border: 0;
    }
    table.CF7_table th:after{
        content: "";
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 15px solid #ccebda;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }
    table.CF7_table td{
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        vertical-align: middle;
        border: 0;
    }

    .single .entry-content table.CF7_table,
    .page .entry-content table.CF7_table{
        display:table;
    }

    /*入力欄*/
    .CF7_table input,
    .CF7_table textarea {
        padding: 20px 15px;
    }

    /* 「送信する」ボタン */
    .contact-btn-outer{
        width: 100%;
    }
    
    /* 個人情報確認欄 */
    .privacy-area{
        width: 100%;
    }
    .h2_jp{
        font-size: 16px;
        letter-spacing: 0;
    }

    /* フォーム内エラー文字 */
    .wpcf7-not-valid-tip{
        margin-top: 10px;
        font-family: 'Kiwi Maru', serif;
        font-size: 14px;
        font-weight: 500;
        color: #d93924;
    }

    /* エラー文字 */
    .wpcf7 form .wpcf7-response-output{
        margin: 0 auto;
    }
    .wpcf7-response-output{
        display: block;
        width: 500px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #d93924;
        background-image: url(../img/common/form-error.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        border: 0 !important;
    }


    /*-------------------------------------
        お問い合わせ確認用css
    -------------------------------------*/
    .contact-confirm-title{
        width: 100%;
        margin: 30px auto 40px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }

    /*-------------------------------------
        送信完了用css
    -------------------------------------*/
    .contact-thanks-outer{
        width: 90%;
        min-width: 90%;
        margin: 50px auto;
    }
    .thanks_title{
        width: 100%;
        padding: 30px 0 180px;
        text-align: center;
        font-size: 28px;
        background-position: center bottom;
        background-size: 30%;
    }
    .thanks_title br{
        display: block;
    }
    .thanks_text{
        margin-top: 50px;
        text-align: justify;
    }
    .thanks-btn-outer{
        width: 100%;
    }

}