@charset "utf-8";

/* navi white*/

nav.jmenu>ul>li>a {
    color: #fff;
}

#headerArea.headerColor {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #00abba!important;
}

nav.jmenu>ul>li>a.hover::before {
    color: #fff;
}

nav.jmenu>ul>li>a.hover::after {
    color: #fff;
}

.titleCorner{
	display: none !important;
}

/* header image area*/

#imageArea {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    background-image: url(/images/img-contact.jpg);
    background-size: cover;
}

.mainImageContents {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.imageRead {
    position: absolute;
    top: 240px;
    left: 20px;
    font-size: 28px;
    color: #fff;
    line-height: 1.65;
    font-weight: bold;
    text-align: left;
}

.imageText {
    position: absolute;
    top: 300px;
    left: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 1.75;
    letter-spacing: 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.pageContents {
    width: 100%;
    position: relative;
}

.pageContents.border {
    border-top: solid 1px #ddd;
    margin-top: 50px;
}

.titleCorner {
    /*position: absolute;
    top: -50px;
    left: 0;
    width: auto;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background-color: #e7f2f5;
    padding-right: 20px;*/
}

.pageContents.border .titleCorner {
    width: auto;
    height: 51px;
    font-size: 20px;
    line-height: 50px;
    background-color: #e7f2f5;
    border-top: solid 1px#ddd;
    border-right: solid 1px #ddd;
}

.titleCorner a {
    display: inline-block;
    width: auto;
    height: 100%;
    line-height: 48px;
    text-decoration: none;
    color: #000;
    letter-spacing: 5px;
}

.titleBand {
    position: absolute;
    top: -50px;
    left: -100%;
    width: 100%;
    height: 50px;
    background-color: #e7f2f5;
    color: #000;
    z-index: 1000;
}

.pageContents.border .titleBand {
    position: absolute;
    top: -50px;
    left: -100%;
    width: 100%;
    height: 51px;
    background-color: #fff;
    color: #000;
    z-index: 1000;
    border-top: solid 1px #ddd;
}

.formBox .privacy {
    position:  static;
}

/**/

/*.naiyo_category .wpcf7-form-control-wrap.naiyo_category {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    overflow: hidden;
}*/
.naiyo_category .wpcf7-form-control-wrap.naiyo_category {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
}

.naiyo_category select {
    width: 100%;
	height:36px;
	position:relative;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px;
    color: #666666;
	border:1px solid #bbbbbb;
}

.naiyo_category .wpcf7-form-control-wrap.naiyo_detail::before{
    position: absolute;
    /*top: 0;*/
    right: 0;
    width: 40px;
    height: 36px;
    padding: 0;
    content: '　';
    display: block;
    background-image: url(/images/img-select.png);
    background-position: center center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-color: #00abba;
    line-height: 36px;
    color: #fff;
}

.naiyo_category .wpcf7-form-control-wrap.kibou_kinmuchi::before{
    position: absolute;
    /*top: 0;*/
    right: 0;
    width: 40px;
    height: 36px;
    padding: 0;
    content: '　';
    display: block;
    background-image: url(/images/img-select.png);
    background-position: center center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-color: #00abba;
    line-height: 36px;
    color: #fff;
}

.naiyo_category select::-ms-expand {
    display: none;
}

.contactSelectArea .contactCaption {
    font-size: 16px;
    color: #000;
    line-height: 1.75;
}




.contactForPersonal {
    width: 50%;
    padding: 0px 0 20px 50px;
    float: right;
}

.contactForPersonal a {
    display: block;
    margin-right: 0;
    background-image: url(/images/img-home-icon.png), url(/images/img-arrow-right-w.png);
    background-position: 40px center, 93% center;
    background-size: 44px 44px, 14px 24px;
    background-repeat: no-repeat, no-repeat;
    background-color: #00abba;
    line-height: 1.25;
    padding: 20px 20px 20px 120px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.contents.contact_form {
    padding-top: 50px;
}

.contact_form_txt {
    padding: 0 0 10px 0;
    color: #00abba;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.formBox {
    clear: both;
	position: relative;
}

.formBox tr {
    border-top: solid 1px #ddd;
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}

.formBox th {
    width: 40%;
    padding: 15px 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 4px;
    vertical-align: middle;
}

.formBox td {
    width: 60%;
    padding: 15px 0;
    text-align: left;
}

.formBox th .red {
    color: #00abba;
    font-size: 12px;
    float: right;
    padding-right: 50px;
}

.formBox td input[type='text'],
.formBox td input[type='email'],
.formBox td textarea {
    border: 0;
    padding: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #111111;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    margin: 0;
}
.privacyLink{
	border-top: solid 1px #ddd;
	padding: 20px 0;
}
.privacyLink p{
	margin-bottom: 20px;
}
.privacyLink p.ttl{
	margin-bottom: 20px;
	font-size: 18px;
    letter-spacing: 2px;
	font-weight: bold;
}
.privacyLink p.ttl span{
	font-size: 0.8em;
	color: #00abba;
}
.privacyLink p a{
	text-decoration: underline;
}
.privacyLink p.blue{
	color: #00abba;
}

/**/

input[name="namae"],
input[name="kaisya"],
input[name="tel"],
input[name="zip"] {
    width: 60%;
}

input[name="jyusyo"],
input[name="mail"],
textarea[name="freespace"] {
    width: 100%;
}

.formBox td label {
    line-height: 3.5;
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 180px;
    display: inline-block;
    color: #00abba;
}

.formBox tr:last-child td label {
    width: 100%!important;
}


/**/

.ppolicy {
    width: 100%;
    height: 220px;
    overflow: auto;
    line-height: 1.75;
    background-color: #fafafa;
    padding: 20px;
}

.ppolicy::-webkit-scrollbar {
    width: 10px;
}

.ppolicy::-webkit-scrollbar-track {
    background: #fff;
}

.ppolicy::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
}

.ppolicy h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.ppolicy p {
    font-size: 14px;
    margin: .5em 0;
}
.contact_info ul {
    width: 100%;
    overflow: auto;
    line-height: 1.75;
    background-color: #fafafa;
    padding: 20px;
	border: 1px solid #333;
	margin-top: 20px;
	margin-bottom: 60px;
	padding-left: 40px;
}
.contact_info ul li {
	list-style: square;
}
.sale_bottoms{
	line-height: 1.75;
	margin-bottom: 60px;
}
h4{
	width: 100%;
    margin: 30px auto;
    background-color: #00abbb;
    padding: 6px 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 1.25em;
}
.imgBox{
	width: 100%;
	margin: 30px auto;
	border: 1px solid #00abbb;
	padding: 30px 0;
	text-align: center;
}
.tellImg{
	display: block;
	width: 80%;
	max-width: 680px;
	padding-top: 32%;
background-image: url(/contact/images/tell.svg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}
.contact_info ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
}
.contact_mail{
	font-size: 1em;
	line-height: 1.75;
}
.contactInformation {
    text-align: right;
}

#privacyCheck:disabled+span {
    text-decoration: line-through;
    color: #999;
}

#checkBtn {
    display: block;
    border: none;
    margin: 20px auto;
    background-color: #00abba;
    color: #fff;
    font-size: 18px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

#checkBtn:disabled {
    color: #aaa;
    background-color: #f0f0f0;
}

#checkBtn:hover {
    color: #00abba;
    background-color: #f0f0f0;
}

#checkBtn:disabled:hover {
    color: #aaa;
    background-color: #f0f0f0;
}

.formBtnBox {
    border: dotted 1px #ddd;
}

.formBtnBox .messageBox {
    margin: 20px auto;
    color: #ba0000;
    font-size: 16px;
    text-align: center;
}


/**/

.ppolicy+.wpcf7c-elm-step2.contact_form_txt {
    padding: 20px;
    text-align: center;
}
#wpcf7cpcnf{
    padding: 60px;
}
#wpcf7cpcnf table tr{
    margin: 20px 0;
    border-bottom: 1px solid #aaa;
}
#wpcf7cpcnf table td, #wpcf7cpcnf table th{
    padding: 20px;
}
.btn_contact{
}
.btn_contact input.wpcf7-confirm {
    display: block;
    border: none;
    margin: 60px auto;
    background-color: #00abba;
    color: #fff;
    font-size: 18px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.wpcf7cp-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 40px auto;
}

.wpcf7c-btn-confirm {
    display: block;
    border: none;
    margin: 24px auto 60px ;
    background-color: #00abba;
    color: #fff;
    font-size: 18px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.wpcf7cp-cfm-edit-btn{
    display: block;
    border: none;
    color: #00abba;
    background-color: #fafafa;
    border: solid 1px #00abba;
    font-size: 18px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.wpcf7cp-cfm-submit-btn{
    display: block;
    border: none;
    background-color: #00abba;
    color: #fff;
    font-size: 18px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.btn_contact input.wpcf7-submit {
    display: block;
    border: none;
    margin: 60px auto;
    color: #00abba;
    background-color: #fafafa;
    border: solid 1px #00abba;
    font-size: 18px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.btn_contact input.wpcf7c-btn-back {
    display: block;
    border: none;
    margin: 60px auto;
    color: #00abba;
    background-color: #fafafa;
    border: solid 1px #00abba;
    font-size: 18px;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.btn_contact input.wpcf7c-force-hide {
    display: none!important;
}

.formSendAttention {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    color: #00abba;
    line-height: 1.75;
    padding-bottom: 20px;
}

.formMemo {
    margin: 50px 0;
}

.formMemo ul {
    line-height: 1.75;
}

.formMemo ul li {
    font-size: 14px;
}

.formMemo ul li::before {
    content: '■';
}

/* indexpage */

.section{
	padding:60px 0;
}
.section p{
	margin-bottom:40px;
}

.wpcf7-form-control > div{
	margin: 0 auto;
}

/****************************************************************************************************************/

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /* Display only in the smartphone */
    .mainImageArea {
        width: 100%;
        height: auto;
        overflow: hidden;
        min-width: 100%;
        position: relative;
		
    }
	.mainImageArea {
        width: 100%;
        height: auto;
        overflow: hidden;
        min-width: 100%;
        position: relative;
		
    }

    .mainImageContents {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #imageArea {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 100vh;
        max-height:520px;
        overflow: hidden;
        background-size: cover;
		background-position: center;
    }
	#imageAreaIndex {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 100vh;
        overflow: hidden;
        background-size: cover;
		background-position: center;
    }
    /**/
    .imageRead {
        position: relative;
        top: 0;
        left: 0;
        font-size: 28px;
        color: #fff;
        line-height: 1.65;
        font-weight: bold;
        text-align: left;
        margin-top: 240px;
        padding: 10px;

        /*text-shadow:1px 1px 5px rgba(0,0,0,.7);*/
    }
    .imageText {
        position: relative;
        top: 0;
        left: 0;
        font-size: 15px;
        color: #fff;
        line-height: 1.75;
        letter-spacing: 0;
        font-weight: bold;
        text-align: left;
        margin: 0;
        padding: 10px;
    }
    /**/
    .pageContents {
        width: 100%;
        min-width: 100%;
        position: relative;
    }
	.contact_info{
    width: 96%;
		margin:  30px auto 60px auto;
}
}
@media screen and (max-width: 475px) and (-webkit-min-device-pixel-ratio: 1.5) {
.formBox th {
    width: 100%;
    padding: 15px 10px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 4px;
    vertical-align: middle;
	display:block;
}
.formBox td {
    width: 84%;
    padding: 5px 1% 15px 1%;
    text-align: left;
    display: block;
}
.privacy {
    position:absolute;
    bottom: 0;
    right: 0;
	line-height:1.2;
}

.formBox td label {
    line-height: 1.5;
    /* word-break: keep-all; */
    /* line-break: strict; */
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 180px;
    display: inline-block;
    color: #00abba;
}
.tbl_contact .privacy{
	bottom:60px;
}
.formBox th .red {
    padding-right: 10px;
	ext-align: left;
    float: none;
    margin-bottom: 10px;
}
.ppolicy {
    height: 400px;
}
span.red{
		line-height: 1.5;
		margin-bottom: 20px;
	}	
.sale_bottoms {
    width: 96%;
	margin: 30px auto 60px auto;
}
.tellImg {
    display: block;
    width: 98%;
    max-width: 680px;
    padding-top: 50%;
}
}






