@charset "UTF-8";
/* CSS Document */


/* style */ 

body {
	word-break: break-all;
	font-feature-settings: "palt";
}


#contact {
    width: 70%;
    margin: 0 auto;
    padding: 100px 0;
}

#contact h2 {
    padding-bottom: 40px;
    background: url(../img/contact_h2.png) no-repeat;
    background-position: top 20px left 0;
    background-size: 50%;
}
#contact h2::after {
	content: "";
    width: 2em;
    height: 2em;
    display: inline-block;
    background: url("../img/icon_arrow03.svg") no-repeat;
	position: absolute;
	top: 25px;
	right: 10px;
}

.contact-message {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
}

.message-notice {
    color: #c10811;
    font-size: 14px;
}

.essential {
    background: #c10811;
    color: #fafafa;
    font-size: 12px;
    padding: 4px 8px 2px 8px;
    font-weight: normal;
    margin-left: 10px;
	float: right;
}
.message-notice span {
	float: none;
}

.text a {
	position: relative;
}

.text a::after {
	content:"";
	margin-right: 10px;
	margin-bottom: 2px;
	width: 1.5em;
	height: 1.5em;
	display:inline-block;
	background: url("../img/icon_blank.svg") no-repeat;
	vertical-align: bottom;
}



/* table */

.contact-area {
    margin: 70px auto;
    width: 100%;
}

.contact-table {
    width: 900px;
	margin: 0 auto;
}

.table-list {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 40px;
	border-bottom: solid 1px #e9e9e9;
    padding-bottom: 40px;
	align-items: center;
}

.table-list th {
    font-size: 15px;
    font-weight: bold;
    width: 30%;
    text-align: left;
}

.table-list th small {
	margin-top: 1em;
	font-weight: 200;
	display: block;
}

.table-list-address {
    flex-wrap: wrap;
}

.table-list-address .input-area {
    margin-bottom: 10px;
}

.input-area {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
	color: #666666;
}

.table-list td {
    font-size: 14px;
    width: 65%;
}

.table-list .radio input {
	margin-left: 1em;
    vertical-align: text-bottom;
}
.table-list .radio input:first-child {
	margin-left: 0;
}

input::placeholder {
    color: #666666;
}

textarea {
    width: 550px;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
}

textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.cp_ipselect {
	overflow: hidden;
	width: 60%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 15px 38px 15px 8px;
	color: #666666;
	background-color: #f6f6f6;
}


.contact-area .text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 100px;
}

.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}

.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}

.select_time {
    margin-top: 5px;
}

.submit-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
	background: #da6e6e;
    cursor: pointer;
    border: 1px solid #e4eeef;
	border-radius: 5px;
    color: #fff;
	font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}

.submit-button:hover {
    background: #cae1e3;
    border: 1px solid #cae1e3;
}


#contact .title {
    padding: inherit;
    background: inherit;
    border-radius: inherit;
    font-size: inherit;
    color: inherit;
}



/* thanks */
.thanks {
    width: 70%;
    margin: 0 auto 120px;
    padding-top: 150px !important;
}
.thanks h3 {
    margin-bottom: 30px;
}



/* #footer */
footer {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 13px;
	background-color: #472301;
}
footer div {
	width: 80%;
	margin: 0 auto;
}
footer div a {
	margin-right: 20px;
}


@media(max-width:1024px) {
    
    #contact {
        width: 88%;
        padding-top: 130px;
    }
    .contact-area {
        padding: 50px 15px;
    }

    .table-list th {
        width: 180px;
    }

    .table-list td {
        width: 100%;
    }

    .input-area {
        width: 500px;
        height: 40px;
    }

    textarea {
        width: 500px;
        height: 200px;
    }

    .contact-message {
        margin-bottom: 30px;
    }

    .contact-area .text {
        margin-bottom: 30px;
    }
}


@media(max-width:834px) {
    
    
    #contact h2::after {
        z-index: 2;
    }
   
    .contact-area {
        margin: 0 auto;
        padding: 50px 20px;
    }
	
	.contact-table {
		width: 100%;
	}
	
	.essential {
		float: none;
	}

    .check-box label {
        width: 100%;
    }

    .input-area {
        width: 100%;
        height: 50px;
    }

    textarea {
        width: 100%;
        height: 200px;
    }

    .table-list {
        flex-wrap: wrap;
        margin-bottom: 20px;
		padding-bottom: 30px;
    }

    .table-list th {
        font-size: 12px;
        width: 100%;
        margin-bottom: 10px;
    }

    .table-list td {
        font-size: 12px;
    }

    .table-list td {
        width: 100%;
    }

    .contact-message {
        font-size: 13px;
    }

    .contact-area .text {
        font-size: 13px;
    }
	
	.submit-button {
		width: 100%;
	}
    
    /* thanks */
    .thanks {
        padding-top: 110px !important;
    }
}

@media (max-width:640px) {
    .contact-message {
        text-align: left;
    }

    .contact-area .text {
        text-align: left;
    }
}

@media(max-width:320px) {
    .input-area {
        width: 100%;
    }

    textarea {
        width: 100%;
    }
}