@charset "UTF-8";

/* ヘッド
---------------------------------------------------- */
.head {
	width: 100%;
    line-height: 0;
    position: relative;
    height: 80px;
    overflow: hidden;
}
.head img {
	width: 100%; 
    height: 80px;
    object-fit: cover;
}
.head .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow:0 0 5px rgba(0,0,0,0.75);
}
.head h1 {
    display: block;
    font-family: 'Kadwa', serif;
    font-size: 20px;
	font-size: 2.0rem;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 10px;
    color: #fff;
}

/* CONTACT
---------------------------------------------------- */
section.section-contact {
    padding: 80px 0 30px 0;
}
section.section-contact .inner {
    max-width: 470px;
    margin: 0 auto;
}
section.section-contact h2 {
    font-family: 'Kadwa', serif;
    font-size: 40px;
	font-size: 4.0rem;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
}
section.section-contact dl {
    margin-top: 50px;
}
section.section-contact dt {
    font-family: 'Kadwa', serif;
    font-size: 15px;
	font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}
section.section-contact dd {
    margin-bottom: 25px;
    letter-spacing: 1px;
}
section.section-contact dd.provacy-policy-box {
    height: 145px;
    padding: 10px;
    border: 1px solid #000;
    overflow-x: auto;
    letter-spacing: 1px;
}
.mw_wp_form input[type=text] {
	width: 100%;
	padding: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #000;
	-webkit-appearance: none;
}
.mw_wp_form input[type=text].name-box:first-child {
	margin-right: 2%;
}
.mw_wp_form textarea {
	margin: 0;
	width: 100%;
	height: 240px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #000;
	-webkit-appearance: none;
}
.mw_wp_form input[type="radio"],
.mw_wp_form input[type="checkbox"]{
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.btn-agree {
    text-align: center;
}

.button {
    width: 100%;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px 10px 10px;
    font-family: 'Kadwa', serif;
    font-size: 22px;
	font-size: 2.2rem;
    color: #fff;
    letter-spacing: 3px;
    background: url(../../images/btn-bg.png) no-repeat;
    background-size: 470px 42px;
    text-align: center;
}
.mw_wp_form_complete {
    margin-top: 80px;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* ヘッド
---------------------------------------------------- */
.head {
    height: auto;
}
.head img {
    height: auto;
    object-fit: none;
}
.head h1 {
    font-size: 48px;
	font-size: 4.8rem;
}

/* CONTACT
---------------------------------------------------- */

}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}
