/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1700363877
Updated: 2023-11-19 12:17:57

*/

:root {
  --base-font: "Hiragino Kaku Gothic ProN", sans-serif;
  --heading-jp-font: "FP-KoburinaGoStdN-W6", sans-serif;
  --heading-en-font: "Montserrat";
	--color-primary100: rgba(32,32,32,.5);
}

body {
	font-family: var(--base-font);
}

h1, h2, h3 {
	font-family: var(--heading-en-font), var(--heading-jp-font);
	font-weight:600;
}
.single h2.wp-block-heading {
    margin: 30px auto 10px;
    border-bottom: solid 1px black;
}

.single h3.wp-block-heading {
    margin: 20px auto 10px;
    border-bottom: dashed 1px black;
}

.wpgmza_map.wpgmza-auto-left {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}


/* Contact Form7関係 */

#wpcf7-f29-p36-o1,#wpcf7-f29-p99-o1
 {
    margin-top: 12px
}

.privacyPhp {
    display: none
}
form.invalid select.wpcf7-not-valid {
    background-color: #f8dede !important
}

form.invalid textarea.wpcf7-not-valid {
    background-color: #f8dede !important;
    position: relative
}

form.custom-wpcf7c-confirmed .item .name {
    color: rgba(32,32,32,.5)
}

form.custom-wpcf7c-confirmed .item .must {
    display: none
}
 form.custom-wpcf7c-confirmed .select {
    margin-bottom: 50px
}

form.custom-wpcf7c-confirmed .select:before {
    display: none
}

form.custom-wpcf7c-confirmed .select select {
    border: none;
    border-bottom: 1px solid rgba(32,32,32,.5);
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0 0 15px
}

form.custom-wpcf7c-confirmed .input {
    margin-bottom: 50px
}

 form.custom-wpcf7c-confirmed .input:before {
    display: none
}

form.custom-wpcf7c-confirmed .input input {
    background-color: #fff !important;
    border: none;
    border-bottom: 1px solid rgba(32,32,32,.5);
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0 0 15px
}

form.custom-wpcf7c-confirmed .input textarea {
    border: none;
    border-bottom: 1px solid rgba(32,32,32,.5);
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0 0 15px
}

form.custom-wpcf7c-confirmed .btn.-submit {
    position: relative
}

form.custom-wpcf7c-confirmed .btn.-submit:before {
    background-image: url(//e-office.inc/wp-content/themes/e-office-corp/assets/style/../images/icon_link_arrow2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 16px;
    -webkit-transform: translateX(-6em);
    transform: translateX(-6em);
    width: 30px
}

form.custom-wpcf7c-confirmed .btn.-submit input {
    background-color: #202020;
    color: #fff;
    padding-left: 30px;
    -webkit-transition: .15s;
    transition: .15s;
    width: 100%
}

form.custom-wpcf7c-confirmed .btn.-submit input.-hover {
    background-color: rgba(32,32,32,.8)
}

form.custom-wpcf7c-confirmed .btn.-back {
    margin-bottom: 20px;
    position: relative
}

 form.custom-wpcf7c-confirmed .btn.-back:before {
    background-image: url(//e-office.inc/wp-content/themes/e-office-corp/assets/style/../images/icon_link_back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 16px;
    -webkit-transform: translateX(-6em);
    transform: translateX(-6em);
    width: 30px
}

form.custom-wpcf7c-confirmed .btn.-back input {
    background-color: rgba(160,160,160,0);
    border: 1px solid #a0a0a0;
    color: #202020;
    padding-left: 30px;
    -webkit-transition: .15s;
    transition: .15s;
    width: 100%
}

form.custom-wpcf7c-confirmed .btn.-back input:hover, form.custom-wpcf7c-confirmed .btn.-back input.-hover {
    background-color: rgba(160,160,160,.08)
}
 form dl .item:first-child {
    margin-top: 0
}
.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 30px
}

.item .name {
    font-size: 0.9rem;
    line-height: 1
}
.item .must {
    color: #db5958;
    font-size: 0.9rem;
    line-height: 1
}
.select {
    position: relative
}
.select:before {
    background-image: url(//e-office.inc/wp-content/themes/e-office-corp/assets/style/../images/icon_select_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 36px;
    width: 30px;
    z-index: 1
}

select.-selected {
    background-color: #fff;
    color: #202020
}

select.wpcf7c-conf {
    background-color: #fff
}

input[type=input].-done,input[type=text].-done,input[type=tel].-done,input[type=email].-done, input[type=number].-done, input[type=search].-done {
    background-color: #fff !important
}

 input[type=input].wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=number].wpcf7-not-valid, input[type=search].wpcf7-not-valid {
    background-color: #f8dede !important
}

.wpcf7-not-valid-tip {
    color: #db5958;
    font-size: 0.9rem
}

 textarea.-done {
    background-color: #fff !important
}

 textarea.wpcf7c-conf {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid rgba(32,32,32,.5)
}

 input:-moz-placeholder-shown {
    background-color: #f4f4f4 !important
}

input:-ms-input-placeholder {
    background-color: #f4f4f4 !important
}

input:placeholder-shown {
    background-color: #f4f4f4 !important
}

input:-internal-autofill-selected {
    background-color: #fff !important
}

 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset
}
 .btn.-confirm {
    position: relative
}
 .btn.-confirm:before {
    background-image: url(//e-office.inc/wp-content/themes/e-office-corp/assets/style/../images/icon_link_arrow2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-5em) translateY(-50%);
    transform: translateX(-5em) translateY(-50%);
    width: 30px
}
 .btn.-confirm input {
    background-color: #202020;
    padding-left: 30px;
    width: 285px
}

 .btn.-confirm input.-no_act {
    background-color: rgba(32,32,32,.5)
}

 .btn.-confirm input:not(.-no_act) {
    -webkit-transition: .15s;
    transition: .15s
}

 .btn.-confirm input:not(.-no_act):hover, .btn.-confirm input:not(.-no_act).-hover {
    background-color: rgba(32,32,32,.8)
}

 .btn input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none
}

 .wpcf7-spinner {
    background-color: rgba(255,255,255,.7);
    border-radius: 0;
    height: 100vh;
    left: 0;
    margin: 0;
    opacity: 1;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100
}


@media print,screen and (min-width: 851px) {
     {
        margin-top:0
    }

     form.custom-wpcf7c-confirmed .btnArea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

     form.custom-wpcf7c-confirmed .btn.-back {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 209px;
        flex: 0 0 209px;
        max-width: 209px
    }

     form.custom-wpcf7c-confirmed .btn.-back input:hover {
        background-color: rgba(160,160,160,.08)
    }

     form.custom-wpcf7c-confirmed .btn.-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 285px;
        flex: 0 0 285px;
        max-width: 285px
    }

     form.custom-wpcf7c-confirmed .btn.-submit input:hover {
        background-color: rgba(32,32,32,.8)
    }

     .item {
        margin-bottom: 1px
    }
}
select {
    background-color: #f4f4f4!important;
    border: 1px solid rgba(32,32,32,.15)!important;
    border-radius: 5px;
    color: rgba(32,32,32,.5);
    font-size: 14px!important;
    line-height: 2.14!important;
    margin-top: 20px;
    padding: 15px 30px;
    width: 100%;
}
input[type=input], input[type=text], input[type=tel], input[type=email], input[type=number], input[type=search] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: input;
    -moz-appearance: input;
    appearance: input;
    border: 1px solid rgba(32,32,32,.15);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2.14;
    margin-top: 20px;
    padding: 15px 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
}

textarea {
    background-color: #f4f4f4!important;
    border: 1px solid rgba(32,32,32,.15)!important;
    border-radius: 5px;
    font-size: 14px!important;
    height: 21em;
    line-height: 2;
    margin-top: 20px;
    padding: 15px 30px;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
}

.my-custom-checkbox {
    margin: 1.4rem;
    margin: 1.5rem auto;
    padding: 0.5rem;
    text-align: center;
}
.button_component__2Erh9 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--color-primary100);
    border: 1px solid var(--color-primary100);
    border-radius: 0.333333rem;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    transition: all .1s linear 0s;
	 max-width: 100%;
    padding: 0 2.666rem;
    line-height: 3.6rem;
}
.formfooter_component__2m4YV {
    margin: 2rem 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_component__2Erh9:hover {
    color: var(--color-primary100);
    background-color: #fff;
}
/* Contact Form7関係 ここまで */
