
@charset "utf-8";
@import "common.css";

/** index
========================================*/
body{min-width: 1200px;}
.index .secTop{
	text-align:center;
	background:url(../img/reserve/bgTitReserve02.jpg) center top no-repeat;
}
.index .topTit{
	text-align:center;
	height:70px;
	background:#ffc000;
}
.index .w980{
	max-width:980px;
	width: 100%;
	margin: 0 auto 33px;
	height: 500px;
}
.index .listIn{
	position:relative;
	padding:0 0 49px;
}
.index .listTop{
	font-size:0;
	padding-top: 19px;
	text-align: left;
}
.index .listTop .topBox,
.index .listTop .btmBox{
	display: flex;
    justify-content: space-between;
}
.index .listTop .topBox .rightBox{
	margin-top: 20px;
}
.index .listTop .topBox .rightBox img{
	margin-right: 5px;
}
.index .listTop .topBox .rightBox img:last-child{
	margin-right: 0;
}
.index .listTop .btmBox .bnr02{
	display: flex;
}
.index .listTop .btmBox .bnr02 img:first-child{
	margin-right: 20px;
}
.index .listTop .imgbox{
    margin-bottom: 5px;
}
.index .listTop .bnr01{
    position: absolute;
    bottom: 0;
    right: -45px;
}
.index .imgTop01{
	display:inline-block;
	vertical-align:top;
}
.index .listSub{
	font-size:0;
	display:inline-block;
	vertical-align:top;
	padding: 15px 0 0 3px;
	margin-right:-5px;
}
.index .listSub li{
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
}
.index .listSub li:last-child{ margin-right:0;}

.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
	-webkit-transition: all 0.2s ease-out;
}
.index .listBox{
	font-size:0;
	padding-top:20px;
}
.index .listBox li{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.index .listBox li:last-child{
	margin-right:0;
	position:relative;
}
.index .listBox li a{
	display:block;
}
.index .imgWoman{
	position:absolute;
	bottom:0;
	right:-40px;
}
.index .imgAb01{
	position:absolute;
	top:-18px;
	left:0;
	right:0;
	width:200px;
	margin:0 auto;
}
.index .imgAb02{
	position:absolute;
	top:-32px;
	right:-30px;
}


.index .secPresent{
	background:#F4F2EC;
	margin:30px 0;
}
.index .titPresent{
	text-align:center;
}
.index .secBox{
	width:900px;
	margin:0 auto;
	padding-top:30px;
	font-size:0;
}
.index .boxPresent01{
	width:140px;
	padding-right:35px;
	background:url(../img/contact/bgPresent.gif) right 50px no-repeat;
	display:inline-block;
	margin-right:15px;
}
.index .boxPresent02{
	display:inline-block;
}
.index .boxPresent01 .imgPresent{
	border-width:5px;
	border-radius:5px;
}
.index .boxPresent01 .imgPresent span{
	display:block;
	overflow:hidden;
	border-radius:3px;
}
.index .boxPresent02 .imgPresent{
	border-radius:5px;
	background:#FF9900;
}
.index .boxPresent01 .txtPresent{
	background:#37342D;
	border-radius:5px;
	margin-top:15px;
}
.index .boxPresent02 .txtPresent{
	background:#FF9900;
	border-radius:5px;
	margin-top:15px;
}
.index .txtPresentCaution{
	text-align:center;
	line-height:24px;
	padding:22px 0 21px;
}

.wrapperTitForm{
	width:800px;
	box-sizing:border-box;
	margin:0 auto;
}
.wrapperTitForm .innerTitForm{
	/*border-top:1px solid #77C941;*/
	font-size:22px;
	color:#fff;
	padding:23px 0 22px;
	text-align:center;
}
.wrapperTitForm .tit{
	font-weight:normal;
}
.index .tableForm select{
	width:166px;
}
.index .tableForm select.short{
	width:116px;
	margin-right:8px;
}
.index .tableForm .selectDate{
	width:43px;
	margin-right:5px;
}
.index .dateArea select{
	height:28px;
}
.index .tableForm td{
	vertical-align:middle;
}
.index .charge{
	padding-top:6px;
}