@charset "UTF-8";
/* =====================================
	contact
===================================== */

.visual{
    width: 100%;
    height: min(29.165vw, 350px);
    background: url("../img/common/visual01.jpg") center;
    background-size: cover;
}

.visual .inner{
    width: 100%;
    max-width: 1200px;
    height: min(29.165vw, 350px);
    margin: 0 auto;
    position: relative;
}

.visual h1{
    position: absolute;
    top: min(12.25vw, 147px);
    left: 10%;
    z-index: 10;
    filter: drop-shadow(5px 5px 50px rgba(0,0,0,1));
    font-size: min(3.361875vw, 5.379rem);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.visual h1 small{
    font-size: min(1.5vw, 2.4rem);
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

main .tel{
    width: 100%;
    max-width: 880px;
    padding: 50px 40px 80px;
    margin: 0 auto;
    text-align: center;
}

main .tel h2 img{
    width: 359px;
    margin: 0 auto 40px;
}

main .tel p img{
    width: 475px;
    margin: 0 auto;
}

.mail{
    width: 100%;
    max-width: 880px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center;
}

.mail h2 img{
    width: 388px;
    margin: 0 auto 30px;
}

.mail .example{
    width: 100%;
    max-width: 790px;
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 40px 0 25px;
}

.mail .example ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.7rem;
    line-height: 1;
}

.mail .example ul li{
    margin: 0 calc(15px / 2) 15px;
}

.mail .example ul li span{
    height: 48px;
    border: 1px solid #ecedef;
    background: #fff;
    padding: 12px 25px 0;
    display: block;
}

.mail .example ul li:last-child{
    display: flex;
    align-items: center;
}

.mail .example ul li:last-child span{
    margin-right: 0.5em;
}

.mail p{
    text-align: center;
    font-size: 2.0rem;
    line-height: 1;
    margin-bottom: 30px;
}

.mail p strong{
    color: #d0000d;
}

.mail p + p{
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 70px;
}

.mail .form{
    width: 100%;
    position: relative;
    line-height: 1;
}

.mail .form .note{
    color: #d0000d;
    position: absolute;
    top: 0;
    right: 0;
}

.mail .form dl dt{
    font-weight: bold;
    padding-bottom: 20px;
}

.mail .form dl dt strong{
    color: #d0000d;
}

.mail .form dl dt small{
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
    margin-top: 10px;
}

.mail .form dl dd{
    width: 100%;
    padding-bottom: 40px;
}

.mail .form dl dd input[type=text], .mail .form dl dd input[type=email]{
    width: 100%;
    height: 67px;
    background: rgba(246,246,246,0.8);
    border-radius: 10px;
    padding: 0 20px;
    border: none;
    font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
}

::placeholder {
  color: #a3a3a3;
}

.mail .form dl dd .select{
    position: relative;
}

.mail .form dl dd .select::before{
    content: "";
    position: absolute;
    top: 29px;
    right: 20px;
    background: url("../img/common/arrow05.png") no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
}

.mail .form dl dd select{
    width: 100%;
    height: 67px;
    background: rgba(246,246,246,0.8);
    border-radius: 10px;
    padding: 0 20px;
    font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.mail .form dl dd select:invalid{
    color: #a3a3a3;
}

.mail .form dl dd select option{
    color: #000;
}

.mail .form dl dd select option:first-child{
    color: #a3a3a3;
}

.mail .form dl dd textarea{
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 10px;
    padding: 20px;
    font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    border: none;
    z-index: 2;
    position: relative;
}

.place-box{
    position: relative;
    width: 100%;
    height: 289px;
    background: rgba(246,246,246,0.8);
    border-radius: 10px;
    padding: 0!important;
}
.js-placeholder{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    color: #a3a3a3;
    z-index: 1;
}

.js-placeholder.hidden{
    display: none;
}

.mail .form .privacy{
    display: flex;
    justify-content: center;
    margin: 60px 0 30px;
    font-weight: bold;
}

.mail .form .privacy .wpcf7-list-item-label{
    display: none;
}

.mail .form .privacy a{
    text-decoration: underline;
}

.mail .form .privacy strong{
    color: #d0000d;
}

.mail .form .privacy input{
    width: 21px;
    height: 21px;
    margin: 0 0.5em 0 0;
    padding: 0;
    cursor: pointer;
}

.mail .form .privacy label{
    cursor: pointer;
}

.mail .form input[type="submit"], .mail .form input[type="button"]{
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 26px;
    padding: 16px 0 20px;
    background: #4fb367;
    font-size: 1.686rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    text-align: center; 
    display: table;
    cursor: pointer;
}

.mail .form .flexbox{
    width: 100%;
    max-width: 540px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.mail .form .submit{
    position: relative;
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
}

.mail .form .previous{
    position: relative;
    max-width: 255px;
}

.mail .form .submit::before{
    content: "";
    background: url("../img/common/arrow02.png") center;
    background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 7.843%;
    transform: translateY(-50%);
}

.mail .form .previous::before{
    content: "";
    background: url("../img/common/arrow02.png") center;
    background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 7.843%;
    transform: translateY(-50%) rotate(180deg);
}

.mail .form input[type="submit"]:hover, .mail .form input[type="button"]:hover{
    background: #000;
    opacity: 1;
}

.wpcf7-spinner{
    display: none!important;
}

.thanks{
    width: 100%;
    padding: 160px 40px 80px;
    margin: 0 auto;
}

.thanks h2{
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 60px;
    text-decoration: underline 0.075em;
    text-underline-offset: 0.25em;
}

.thanks p{
    text-align: center;
    font-size: 2.0rem;
    line-height: 1;
    margin-bottom: 30px;
}

.thanks p strong{
    color: #d0000d;
}

.wpcf7-not-valid-tip{
    color: #d0000d!important;
    font-size: 0.9em!important;
    margin: 0.7em 0 0.1em;
}

.privacy .wpcf7-not-valid-tip{
    display: none;
}

.page-contact_confirm .mail .form{
    background: none;
}

.page-contact_confirm .mail .form dl dd .select::before{
    display: none;
}

.page-contact_confirm .place-box{
    height: auto;
    background: none;
    border-radius: 0;
}
.contact-ttl{
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-sub-ttl{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #333;
    display: inline-block;
        margin-bottom: 20px;
}
.staff-ttl{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px !important;
}
.staff-ttl span{
    display: block;
    font-size: 1.6rem;
    line-height: 2.5;
    font-weight: normal;
}
.staff-img{
    margin-bottom: 30px !important;
}
@media screen and (max-width:768px){

.visual{
    height: 66.67vw;
    background: url("../img/common/sp/visual01.jpg") center;
    background-size: cover;
}

.visual .inner{
    height: 66.67vw;
}

.visual h1{
    position: inherit;
    top: auto;
    left: auto;
    font-size: 9.30533vw;
    line-height: 1.2678;
    text-align: center;
    padding-top: 23.867vw;
}

.visual h1 small{
    font-size: 4.152vw;
    margin-top: 1.2vw;
}

main .tel{
    padding: 13.33vw 0 10.67vw;
}

main .tel h2 img{
    width: 71.6vw;
    margin: 0 auto 6.67vw;
}

main .tel p img{
    width: 89.33vw;
}

.mail{
    padding: 0;
}

.mail h2 img{
    width: 77.6vw;
    margin: 0 auto 5.867vw;
}

.mail .example{
    max-width: 89.33vw;
    margin: 0 auto 6.67vw;
    padding: 8vw 0;
}

.mail .example ul{
    font-size: 3.867vw;
}

.mail .example ul li{
    margin: 0 calc(2.933vw / 2) 2.933vw;
}

.mail .example ul li span{
    height: 9.6vw;
    padding: 2.67vw 5.33vw 0;
}

.mail p{
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 4.267vw;
}

.mail p + p{
    font-size: 3.6vw;
    margin-bottom: 8.67vw;
}

.mail .form{
    padding: 0 5.33vw;
}

.mail .form .note{
    right: 5.33vw;
    line-height: 1.44;
}

.mail .form dl dt{
    font-size: 3.6vw;
    padding-bottom: 4vw;
    line-height: 1.44;
}

.mail .form dl dt small{
    font-size: 3.6vw;
    margin-top: 0;
}

.mail .form dl dd{
    padding-bottom: 8vw;
}

.mail .form dl dd input[type=text], .mail .form dl dd input[type=email]{
    height: 13.33vw;
    border-radius: 1.33vw;
    padding: 0 4vw;
    font-size: 3.6vw;
}

.mail .form dl dd .select::before{
    top: 5.4vw;
    right: 4vw;
    width: 3.6vw;
    height: 2vw;
}

.mail .form dl dd select{
    height: 13.33vw;
    border-radius: 1.33vw;
    padding: 0 4vw;
    font-size: 3.6vw;
}

.mail .form dl dd textarea{
    border-radius: 1.33vw;
    padding: 4vw;
    font-size: 3.6vw;
}

.place-box{
    height: 57.867vw;
    border-radius: 1.33vw;
}
.js-placeholder{
    top: 4vw;
    left: 4vw;
    font-size: 3.6vw;
}

.mail .form .privacy{
    margin: 9.33vw 0 6vw;
}

.mail .form .privacy input{
    width: 4.2vw;
    height: 4.2vw;
}

.mail .form input[type="submit"], .mail .form input[type="button"]{
    border-radius: 5.2vw;
    padding: 3.467vw 0 3.467vw;
    font-size: 3.372vw;
}

.mail .form .flexbox{
    max-width: 50.933vw;
    margin: 9.33vw auto 0;
    display: block;
}

.mail .form .submit{
    max-width: 50.933vw;
}

.mail .form .previous{
    max-width: 50.933vw;
    margin-top: 3vw;
}

.mail .form .submit::before{
    width: 1.6vw;
    height: 2.8vw;
}

.mail .form .previous::before{
    width: 1.6vw;
    height: 2.8vw;
}

.thanks{
    padding: 13.33vw 0 10.67vw;
}

.thanks h2{
    font-size: 8vw;
    margin: 0 auto 8vw;
}

.thanks p{
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 4.267vw;
}
.staff-ttl span{
    font-size: 1.2rem;
}
.contact-sub-ttl{
line-height: 1.4;
border-bottom: 2px solid #333;
padding-bottom: 5px;
}
}