﻿@charset "utf-8";
/* CSS Document */


.under_ttl_inner{
	background:url(../img/ttl_bg.jpg);
	background-size:cover;
}

.under_ttl{
 background: #f8f8f8;
}

/*input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/

.must{
	color:#c03738;
}

.form_exp{
	width:1000px;
	margin:0 auto;
	margin-bottom: 50px;
	}

.form_exp h4{
	margin-bottom: 20px;
	font-size: 20px;
}

.form_exp p{
	font-size: 14px;
}
.contact_ttl{
	padding-top: 96px;
	margin-left: 80px;
}

.contact_ttl p:first-of-type{
	color:#acacac;
	font-size: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
}

#contact .under_ttl{
	margin-bottom: 80px;
}

label{
	display:block;
}

#main h3 {
	color: #4DA78F;
	text-align: center;
	font-size: 20px;
	margin: 0 0 30px;
}
#main h4 {
	width: 1080px;
	margin: 0 auto;
}
#form .inner {
	border: 1px solid #EEEEEE;
	margin: 0 0 30px;
}



.w30 {
	width: 30% !important;
	margin: 0 2%;
}
.w25 {
	width: 25% !important;
	margin: 0 2%;
}
.w20 {
	width: 20% !important;
	margin: 0 2%;
}
#form {
	width: 1000px;
	margin: 0 auto 100px !important;
}

#form dl dt{
background: #f7f7f7;
}

#form dl {
	width: 100%;
	display: table;
	border-bottom: 1px solid #fff;
}
#from dl:last-of-type {
	margin: 0 0 30px;
}
#form dl dt {
	display: table-cell;
	width: 31%;
	background-color: #eee;
	padding: 20px 40px;
	text-align: center;
}
#form dl dd {
	width: 70%;
	display: table-cell;
	padding: 0 30px;
	background-color: #fff;
}
#form dl dd input[type="text"] {
	width: 100%;
	border-radius:3px;
	width: 85%;
    padding: 5px;
    border-radius: 3px;
}
#form dl dd textarea {
	width: 85%;
	resize: vertical;
	height: 250px;
	vertical-align: text-top;
}
.headerMessage {
	margin: 40px 0 30px;
}
#form dl dd .w45 {
	width: 45%;
}
.submit {
	text-align: center;
}
.fix {
	text-align: center;
	float: left;
	width: 50%
}
.send {
	text-align: center;
	float: left;
	width: 50%
}
div input[type="submit"] {
	background-color: #eeeeee;
	color: #444444;
	padding: 15px 35px;
	border-radius: 5px;
}
/* ########## 予約お問い合わせ ########## */

.mainarea .ttl_area h3 {
	display: inline;
}
.mainarea .ttl_area img {
	vertical-align: baseline;
}
.ttl_jp {
	margin-left: 20px;
	vertical-align: bottom;
	font-weight: bold;
}
.ttl_area div {
	height: 30px;
}
.mainarea .resconta {
	padding: 50px 0 30px;
	font-size: 16px;
}
.mainarea .resconta .rc_frontsent.cf h4 {
	line-height: 1.2;
}
.mainarea .resconta .rc_frontsent.cf {
	margin-bottom: 30px;
}
.errorMsg {
	color: red;
	font-size: 80%;
}
.thanks_message {
	margin-bottom: 60px;
	text-align: center;
}

.subtitle02{
	text-align: center;
}

form dl:last-of-type dd{
	padding-bottom: 30px !important;
}

@media screen and (max-width: 798px) {
    .form_exp {
        width: 100%;
    }

    #contactForm table {
        table-layout: fixed;
        width: 100%;
    }

    #contactForm table th,
    #contactForm table td {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    #contactForm .contact_tb th {
        padding: 16px 16px 0 16px;
    }

    #contactForm table th label {
        font-weight: bold;
    }

    #contactForm .contact_tb th em {
        margin-left: 16px;
        padding: 4px 8px;
        position: static;
    }

    #contactForm #name,
    #contactForm #kana,
    #contactForm #tel,
    #contactForm #mail,
    #contactForm #title,
    #contactForm #fax,
    #contactForm #pref,
    #contactForm #city,
    #contactForm #add,
    #contactForm textarea {
        box-sizing: border-box;
        margin: 0;
    	width: 100%;
    }

    #contactForm .choose_list1 {
        margin-left: auto;
        margin-right: auto;
        width: 198px;
    }

    #contactForm .choose_list1 li:first-child {
        display: none;
    }
}
