@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL PLUS
    Theme URI: https://manuon.com/swell_plus/
    Description: SWELLを機能拡張する子テーマ
    Version: 1.3.0
    Author: suya(suyasite)@manuon.com
    Author URI: https://manuon.com/
*/

#swell_plus_floating_button {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: -60px;
    transition: bottom .4s;
    margin-bottom: 0.5em;
}

[data-scrolled=true] #swell_plus_floating_button {
    display: block;
    bottom: 0;
}

/*.p-fixBtnWrap {
    bottom: calc(50px + 1.25em);
}*/

footer {
    padding-bottom: 50px;
}

/*********************
Contact Form7 Customize
**********************/
.form-title{
font-size: 1.3em;
background: none;
padding: 0;
color: #000;
}

.contact-divider{ /*区切り*/
display: block;
width: 100%;
border-bottom: dashed 1px #C6C6C6 !important;
margin: 10px 0;
}
.req-tag{ /*必須*/
padding: 2px 6px 1px 6px;
background: #b91c22 !important;
display: inline-block;
text-align: center;
margin: 0 5px;
border-radius: 3px;
color: #fff;
font-size: small;
font-weight: 900;
}

.normal-tag{ /*任意*/
padding: 2px 6px 1px 6px;
background: #dbdbdb !important;
display: inline-block;
text-align: center;
margin: 0 5px;
border-radius: 3px;
font-size: small;
}

.mail-container{ /*入力フォーム*/
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
height: auto;
font-weight: 900;
}

.top-sp{ /*間隔*/
margin: 10px 0;
}
.btm-sp{
margin-bottom: 15px;
}
.mail-item{
margin-bottom: 0px;
}
.mail-item:nth-child(1){ /*Label*/
width: 20%;
}
.mail-item:nth-child(2){ /*Tag*/
width: 10%;
text-align: center;
}
.mail-item:nth-child(3){ /*Form*/
width: 70%;
}

.chk-container{ /*同意-ボタン*/
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
width: 100%;
height: auto;
}
.chk-item{
width: 100%;
margin-bottom: 10px;
text-align: center;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text.wpcf7-email{
width: 100%;
border-radius: 5px !important;
margin-bottom: 0;
background-color: white;
}

.wpcf7-form-control.wpcf7-text.wpcf7-address {
    width: 100%;
    border-radius: 5px !important;
    margin-bottom: 0;
    background-color: white;
}

.wpcf7-form-control.wpcf7-textarea{
width: 100%;
border-radius: 5px !important;
margin-bottom: -10px;
background-color: white;
height: 4.5em;
}


.wpcf7-not-valid-tip{ /*Error Messages*/
color: red !important;
padding-top: 10px !important;
font-size: 13px !important;
display: block;
}
span.wpcf7-not-valid-tip {
padding: 0;
}

/*エラー表示を非表示*/
.screen-reader-response {
display: none;
}

div.wpcf7-validation-errors {
margin-top: 20px !important;
font-size: 16px;
display: inline-block;
margin: 0 auto;
background-color: #CF2323;
}

.wpcf7 input[type="submit"] {
width:50%;
padding:10px;
border-radius:4px;
-webkit-border-radius: 4px;  
-moz-border-radius: 4px;
border: none;
box-shadow: 0 3px 0 #810100;
background: #dc1816;
transition: 0.3s;
color: #fff;
font-weight: 700;
}
.wpcf7-submit:hover {
background: #62cc00;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}

div.wpcf7 .wpcf7-spinner {
    display: block;
}

.cta-form {
width: 90%;
margin: -200px auto 0;
background-color: #fff5ea;
padding: 30px;
position: relative;
border-radius: 14px;
z-index: 1;
}

.text-left-m {
font-size: 13px;
}

.eyecatch-text {
margin-left: 10% !important;
}

@media screen and (max-width: 640px) { /* 640px以下(Mobile)*/

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-text.wpcf7-email,
.wpcf7-form-control.wpcf7-select{
width: 100%;
}
.mail-item:nth-child(1){ /*Label*/
width: 50%;
margin-bottom: 10px;
}
.mail-item:nth-child(2){ /*Tag*/
width: 50%;
margin-bottom: 10px;
text-align: right !important;
}
.mail-item:nth-child(3){
width: 100%;
}
.tag {
width: 60px;
}

.cta-form {
    padding: 20px;
}

.text-left-m {
text-align: left;
font-size: 13px;
}
	
}

