@charset "utf-8";

/* --------------------------------
   □ request
--------------------------------*/

.contents main > .accent {
    background: url(../../images/form/title_bg.jpg) center / cover;
}

#contactForm{
	padding: 80px 0;
}

#contactForm main .chapter{
	width: 925px;
}

#contactForm .division{
	color: #fff;
}

.contents .mail{
	margin-bottom: 109px;
}

.contents .contactbox p.text{
	margin-bottom: 60px;
}

.contents p.center{
	text-align: center;
}
.contents p.error{
	display:block;
	background:#F00;
	color:#fff;
	padding:8px;
	margin:8px 0;
	font-size:84%;
}

.contents main .chapter p.center,
.contents main .chapter p.message,
.contents main .chapter p.checktext{
	text-align: center;
}

.contents main .chapter p.checktext{
	margin-bottom: 50px;
}

.contents main .leadtext{
	text-align: center;
	margin-bottom: 58px;
}

#formBox{
	padding: 67px 0;
}

#formBox dl.note{
	margin-bottom: 42px;
	padding: 40px;
	text-align: center;
	background: #fff;
}
#formBox dl.note dt{
	font-weight: 600;
	margin-bottom: 11px;
}

/* --------------------------------
   □ .tableStyle
-------------------------------- */ 
form table.tableStyle{
	border:0;
	width:100%;
	margin-bottom: 47px;
	margin-top: 60px;
}

form table.tableStyle th,
form table.tableStyle td{
	border:0;
	padding:15px 45px 15px 0;
    font-weight: 400;
    font-size: 93.75%;
}

form table.tableStyle th{
}

	form table.tableStyle tr.middle th,
	form table.tableStyle tr.middle td{
		vertical-align: top;
	}

	form table.tableStyle tr.titleWarp th,
	form table.tableStyle tr.titleWarp td{
		padding-bottom: 45px;
		border-bottom: 1px solid #bfc4c7;
	}

	form table.tableStyle th{
		padding: 15px 25px 15px 45px;
		width: 30%;
		vertical-align: top;
	}

    form table.tableStyle tr.p_bottom th,
    form table.tableStyle tr.p_bottom td{
		 padding-bottom: 57px;
	}

    form table.tableStyle tr.agreement{
		border-top: 1px solid #C7C7C7;
	}

	form table.tableStyle tr.agreement th,
    form table.tableStyle tr.agreement td{
        padding-top: 67px;
	}

    form table.tableStyle tr.agreement td .scroll p.title{
        margin-bottom: 53px;
        font-weight: 700;
    }
    form table.tableStyle tr.agreement td .scroll p{
        margin-bottom: 20px;
        line-height: 1.8;
    }

	form table.tableStyle th span.req{
		display:inline-block;
		margin-left:10px;	
		font-weight:700;
		border: 1px solid #0388C4;
		border-radius: 15px;
		color: #0388C4;
        font-size: 81.25%;
        padding: 2px 16px;
        text-align: center;
	}

	form table.tableStyle tr.middle th span.req{
		vertical-align: middle;
	}

	form table.tableStyle tr.nameWarp th span.req{
		top: 8px;
	}
	
	form table.tableStyle td input.short{
		box-sizing:border-box;
       /*  width:39%; */
		width:99%;
	}	
	
	form table.tableStyle td input.middle{
		box-sizing:border-box;
       /*  width:80%; */   
		width:99%;
	}	

    form table.tableStyle td select {
        box-sizing:border-box;
		width:99%;
	}	
	form table.tableStyle td .select-wrap{
       /*  width:80%; */
		width:99%;
	}	

	form table.tableStyle td input.long{
		box-sizing:border-box;
		width:99%;
	}

	form table.tableStyle td input.long.event{
		width:30%;
	}	

	form table.tableStyle td textarea{
		box-sizing:border-box;
		width:99%;
	}

	form table.tableStyle td ul.list,
	form table.tableStyle td ul.inline{
		overflow:hidden;
		clear:both;
	}

	form table.tableStyle td ul.inline.first{
		padding-bottom:1em;
	}

	form table.tableStyle td ul.inline li{
		display:inline-block;
		margin-right:25px;
		float:left;
		white-space:nowrap;
	}

	form table.tableStyle td ul.border li{
		white-space: normal;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
		padding: 8px;
	    box-sizing: border-box;
		display: table;
		font-size: 93.75%;
	}

	form table.tableStyle td ul.border li:nth-child(3n){
		margin-right: 0;
	}

	form table.tableStyle td ul.border li label{
		display: table-cell;
		vertical-align: middle;
		padding: 8px;
		border: 1px solid #0388C4;
		border-radius: 18px;
	}

	form table.tableStyle td .sample{
		display:block;
        font-size: 86.66%;
        margin-top: 0.5em;
	}

	form table.tableStyle .inTable{
		width:100%;
		margin-top:-17px;
	}
	
	form table.tableStyle .inTable th{
        padding:15px 5px 15px 0;
        width: 17%;
        vertical-align: middle;
	}

	form table.tableStyle .inTable td{
        padding-right:0;
	}

	form table.tableStyle .inTable tr:last-child th,
    form table.tableStyle .inTable tr:last-child td{
        padding-bottom:0;
	}

	form table.tableStyle tr.titleWarp td .titleList{
		padding: 20px 32px;
	}

	form table.tableStyle tr.titleWarp td .titleList li{
		margin-bottom: 12px;
	}

	form table.tableStyle tr.titleWarp td .titleList li input[type="checkbox"]{
		margin-right: 8px;
	}

	form table.tableStyle tr.titleWarp td .titleList li:last-child{
		margin-bottom: 0;
	}

	form table.tableStyle td p.buttonStyle{
		display: inline-block;
		margin-left: 20px;
	}

	form table.tableStyle td p.buttonStyle a{
		padding: 8px 40px;
		font-size: 93.75%;
		width: 100%;
		background: #a67f63;
		color: #fff;
		box-shadow: none;
		border: none;
	}

ul.submitArea{
	text-align:center;
}

ul.submitArea li{
	display:inline-block;
	margin:0 40px;
    width: 216px;
}

ul.submitArea li.buttonStyle button,
ul.submitArea li.buttonStyle a{
	cursor:pointer;
	position: relative;
    color: #fff;
    background-color: #202020;
    padding: 18px 40px;
    font-size: 93.75%;
    width: 100%;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M" , "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul.submitArea li.buttonStyle button span{
}

ul.submitArea li.buttonStyle button:hover{
    color: #202020;
    background-color: #fff;
}

	ul.submitArea li.buttonStyle button span:before{
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	ul.submitArea li.buttonStyle button:hover span:before{
		border-top: 2px solid #202020;
		border-right: 2px solid #202020;
	}

#submitButton.disabled {
    background: #666;
    border: #666;
    opacity: 0.5;
}

#submitButton.disabled:hover{
	color: #fff;
}

#submitButton.disabled span:hover{
	background: none;
	color: #fff;	
}

#submitButton.disabled span:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.complete{
    margin-bottom: 80px; 
}

.complete h3{
	margin-bottom:24px;
}

.complete p.text{
	margin-bottom:40px;
    line-height: 2;
}

.buttomContact{
	border: 1px solid #fff;
	padding: 20px 30px;
	margin-top: 80px;
}

.contents main .buttomContact .contactSpace {
    width:750px;
    margin: 0 auto;
}

.contents main .buttomContact .contactSpace li{
	width: 50%;
	padding: 0 45px;
}

.contents main .buttomContact .contactSpace li *{
	text-align: left;
}

.contents main .buttomContact .contactSpace li:after {
    display: none;
}

.contents main .buttomContact .contactSpace li.reserve p{
	margin-bottom: 0;
}

.buttomContact dl{
	display: table;
	width: 100%;
	color: #fff;
}

.buttomContact dl dt{
	display: table-cell;
    vertical-align: middle;
	position: relative;
	border-right: 1px solid #fff;
	padding-right: 20px;
	letter-spacing: 0.1em;
    text-align: center;
}

.buttomContact dl dd{
}

.picker__table th{
}

form table.tableStyle .picker__table th, form table.tableStyle .picker__table td {
    padding: 0;
	text-align: center;
}

form table.tableStyle .picker__table th {
    padding: 0;
    width: auto;
}

.scroll {
	overflow-y:scroll;
    height: 160px;
	border:1px solid #cfcfcf;
	padding: 20px;
}

form table.tableStyle td ul.border li{
    position:relative;
}

form table.tableStyle td ul.border li label {
    padding-left: 30px;
}

    form table.tableStyle td ul.border li label input[type] {
		position: absolute;
		left: 8px;
		top: 0;
		bottom: 0;
		margin: auto;
		margin-right: 10px;
	}

form table.tableStyle tr.agreement p.button label{
      vertical-align: middle;
}

form table.tableStyle tr.agreement p.button label input{
    vertical-align: middle;
    margin-right: 1em;
}

@media only screen and
(max-width : 767px) {
	
    /* --------------------------------
       □ 
    -------------------------------- */ 

    #contact main .chapter {
        width: auto;
        margin: 0;
    }

    #contactForm {
        padding: 7% 4%;
    }	

    .contents .contactbox {
        width: auto;
    }

    .contents .contactbox p.text {
        margin-bottom: 25px;
    }

    .contents main .chapter p.center,
    .contents main .chapter p.message, 
    .contents main .chapter p.checktext {
        text-align: left;
    }

    .contents main .chapter p.checktext {   
        margin-bottom: 30px;
    }

    .contents .contactbox ul.number {
        margin-bottom: 25px;
    }

    .contents .contactbox ul.number li.tel,
    .contents .contactbox ul.number li.fax{
        margin-right: 0;
        width: auto;
        float: none;
        border-left: none;
        padding-left: 0;
        padding: 25px 0;
        border-bottom: 1px solid #fff;
    }

        .contents .contactbox ul.number li.fax{
            border-bottom: none;
        }

    .contents main .leadtext{
        margin-bottom: 6%;
    }

    #formBox{
        padding: 8% 0;
    }

    #formBox dl.note{
        margin-bottom: 8%;
        padding: 4%;
        font-size: 87%;
    }
    #formBox dl.note dt{
        margin-bottom: 11px;
    }

    /* --------------------------------
       □ .tableStyle
    -------------------------------- */ 
    form table.tableStyle {  
        margin-top: 20px;
    }

    form table.tableStyle th,
    form table.tableStyle td{
        display:block;
        border:0;
        padding:8px 0;
        width: 100%;
        font-size: 100%;
    }

    form table.tableStyle th{
        width:auto;
        padding: 5% 0 0 0;
    }

    form table.tableStyle .inTable th {
        width:auto;
        padding:15px 5px 0 0;
    }

    form table.tableStyle th span.req {
        float:none;
    }

        form table.tableStyle td input.short,
        form table.tableStyle td input.middle,
        form table.tableStyle td input.long.event{
            width:99%;
        }	

    form table.tableStyle tr.titleWarp th{
        width:auto;
        padding:8px 0 2% 0;
        border: 0;
    }

    form table.tableStyle tr.titleWarp td{
        padding-bottom: 45px;
    }

    form table.tableStyle tr.nameWarp td{
        padding-top: 8px;
    }

        form table.tableStyle tr.titleWarp td .titleList{
            padding: 4%;
        }

        form table.tableStyle td p.buttonStyle a{
            padding: 11px 10px;
            font-size: 87%;
        }

    form table.tableStyle td ul.border li {   
        width: 100%;
    }

    form table.tableStyle td ul.border li input[type] {
        width: auto;
    }

    form table.tableStyle tr.p_bottom th{
            padding-bottom: 2%;
    }

    form table.tableStyle tr.agreement td {
        padding-top: 2%;
    }

    form table.tableStyle tr.agreement input {
        width: auto;
    }    

    form table.tableStyle tr.agreement td .scroll p.title{
        margin-bottom: 35px;
    }

    ul.submitArea{
        overflow: hidden;
        margin: 0;
    }

    ul.submitArea li{
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    ul.submitArea li.buttonStyle button, 
    ul.submitArea li.buttonStyle a {
        width: 100%; 
        margin: 0;
        font-size: 93.75%;
    }

    ul.submitArea li.buttonStyle a,
    ul.submitArea li.buttonStyle button span {
        padding: 18px 0;
    }

    #contact .buttonStyle button span:before{
        right: -18px;
    }

    .checktext{
        margin-bottom:3%;
        padding-top:3%;
    }

    .complete h3{
        margin-bottom:3%;
    }

    .complete p.text{
        margin-bottom:3%;
        line-height: 2;
        font-size: 93.75%;
        text-align: left;
    }

    .complete .buttonStyle{
        margin-top:50px;    
    }

    .buttomContact {
        margin: 40px 0;
    }

    .contents main .buttomContact .contactSpace {
        width: auto;
    }

    .contents main .buttomContact .contactSpace li {
        width: auto;
        padding: 0;
    }

    .contents main .buttomContact .contactSpace li * {
        text-align: center;
    }

    .buttomContact dl {
        display: block;
    }

    .buttomContact dl dt {
        display: block;
        padding-right: 0;
        border-right: none;
        margin-bottom: 15px;
    }

    .scroll{
        padding: 15px;
        font-size: 93.75%;
    }

    .contents .mail {
        margin-bottom: 50px;
    }

    form table.tableStyle td ul.border li label {
        padding-left: 40px;
    }



}

	
