@charset "utf-8";
/* CSS Document */
/* #sub-header */
#sub-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 70px;
	background: url(../img/bg-header.png) center center;
	clear: both;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
#sub-header a {
	transition: all 0.5s ease;
	display: block;	
}
#sub-header a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#sub-header .wrap {
	position: relative;
	width: 1100px;
	height: 70px;
	margin: 0 auto;
}
.sub-header-logo {
	position: absolute;
	width: 228px;
	height: 70px;
	left: 0;
	top: 0;
}
.sub-header-logo img {
	vertical-align: bottom;	
}
.sub-header-nav {
	position: absolute;
	left: 280px;
	top: 0;	
	height: 70px;
	width: 592px;
}
.sub-header-nav ul {
	margin: 0;
	padding: 0;	
	position: relative;
	height: 70px;
	width: 592px;
}
.sub-header-nav li {
	list-style-type: none;
	height: 70px;	
	position: absolute;
}
.sub-header-nav li:nth-of-type(1) {
	left: 0;
	top: 0;
	width: 94px;
}
.sub-header-nav li:nth-of-type(2) {
	left: 94px;
	top: 0;
	width: 122px;
}
.sub-header-nav li:nth-of-type(3) {
	left: 216px;
	top: 0;
	width: 148px;
}
.sub-header-nav li:nth-of-type(4) {
	right: 106px;
	top: 0;
	width: 122px;
}
.sub-header-nav li:nth-of-type(5) {
	right: 0;
	top: 0;
	width: 106px;
}
.sub-header-nav li a {
	display: block;	
}
.sub-header-nav li a img {
	vertical-align: bottom;	
}
.sub-header-submenu {
	position: absolute;
	right: 30px;
	top: 0;
	width: 170px;
	height: 70px;	
}
.sub-header-submenu a {
	display: block;	
}
.sub-header-submenu a img {
	vertical-align: bottom;	
}
.sub-header-deco01 {
	position: absolute;
	width: 63px;
	height: 73px;
	bottom: -30px;
	left: -50px;	
}
.sub-header-deco02 {
	position: absolute;
	width: 59px;
	height: 46px;
	bottom: -30px;
	right: 0;	
}
/* #sub-search */
#sub-search {
	width: 100%;
	height: 100px;
	background: url(../img/bg-top-search.jpg) center center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sub-search .wrap {
	width: 1000px;
	height: 100px;
	margin: 0 auto;	
	background: url(../img/bg-top-search-wrap.png) no-repeat center center;
}
#sub-search .wrap h2 {
	margin: 0;	
}
#sub-search .wrap h2 img {
	vertical-align: middle;
	border-right: 1px solid rgba(255,255,255,0.4);
}
#sub-search .wrap .left {
	float: left;
	width: 200px;
	height: 60px;
	box-sizing: border-box;
	padding-top: 20px;
}
#sub-search .wrap .right {
	float: right;
	position: relative;
	width: 800px;
	height: 100px;
}
.plan_form {
	width: 820px;
	color:#FFF;
}
.plan_form p {
	margin: 0;
	padding: 0;
}
.plan_form input,
.plan_form select {
	border: 0;	
	font-size: 13px;
	border-radius: 0;
	height: 20px;
	padding-left: 5px;
}
.plan_form img {
	vertical-align: middle;
	margin-right: 10px;
}
.plan_form .check_in {
	position: absolute;
	width: 265px;
	height: 20px;
	left: 0;
	top: 25px;
}
.plan_form .hasDatepicker {
	width: 90px !important;	
}
.plan_form .text_r {
	position: absolute;
	width: 265px;
	height: 20px;
	left: 220px;
	top: 25px;
}
.plan_form .type {
	position: absolute;
	width: 280px;
	height: 20px;
	left: 350px;
	top: 25px;
}
.plan_form .guests {
	position: absolute;
	width: 250px;
	height: 20px;
	left: 0;
	bottom: 25px;
}
.plan_form .price {
	position: absolute;
	width: 390px;
	height: 20px;
	left: 250px;
	bottom: 25px;
}
.plan_form .search_btn {
	position: absolute;
	width: 148px;
	height: 35px;
	right: 32px;
	top: 32px;
}
.plan_form .search_btn input[type="image"] {
	width: 148px;
	height: 35px;
	transition: all 0.5s ease;
	padding: 0;
}
.plan_form .search_btn input:hover[type="image"] {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.hasDatepicker,
select {
	font-size: 13px;	
}
/* #cuisine-header */
#cuisine-header {
	position: relative;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
#cuisine-header .wrap {
	position: absolute;	
	width: 1920px;
	height: 750px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 1;
}
#cuisine-header .cc {
	position: absolute;	
	width: 600px;
	height: 54px;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 2;
}
#cuisine-header .cc h2 {
    text-align: center;
	margin: 0;
	padding: 0;
}
#cuisine-header .bottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);	
	width: 1920px;
	height: 350px;
	background: url(../img/bottom.png);
	z-index: 3;
}
/* #cuisine-dn */
#cuisine-dn {
	margin-top: -1px;
	padding: 0 auto;
	background: url(../img/bg-kaede-red01.png) no-repeat top left, url(../img/bg-kaede-red02.png) no-repeat center right, url(../img/cuisine-dn-bg01.png) no-repeat bottom left, url(../img/bg01.jpg) center center;	
}
#cuisine-dn p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#cuisine-dn h3 {
	margin: 0;
	padding: 0;	
	text-align: center;
}
#cuisine-dn a img {
	vertical-align: bottom;	
	transition: all 0.5s ease;
}
#cuisine-dn a img:hover {
	opacity: 0.8;	
	transition: all 0.5s ease;
}
#cuisine-dn .wrap01 {
	width: 980px;	
	height: 326px;
	position: relative;
	margin: 0 auto 80px;
}
#cuisine-dn .wrap01 .box01 {
	position: absolute;
	width: 490px;
	height: 326px;
	left: 0;
	top: 0;
	background: #000;	
}
#cuisine-dn .wrap01 .box02 {
	position: absolute;
	width: 460px;
	height: 326px;
	right: 0;
	bottom: 0;
	z-index: 3;
}
#cuisine-dn .wrap01 .box03 {
	position: absolute;
	width: 225px;
	height: 225px;
	right: 230px;
	bottom: 0;
	z-index: 2;
}
#cuisine-dn .wrap01 .box04 {
	position: absolute;
	width: 225px;
	height: 225px;
	right: 0;
	bottom: -90px;
}
#cuisine-dn .wrap01 .box05 {
	position: absolute;
	width: 103px;
	height: 106px;
	left: -30px;
	top: 0;
}
#cuisine-dn .wrap01 .box06 {
	position: absolute;
	width: 80px;
	height: 84px;
	left: 440px;
	bottom: -20px;
}
#cuisine-dn .wrap02 {
	width: 980px;	
	height: 785px;
	position: relative;
	margin: 0 auto 50px;
}
#cuisine-dn .wrap02 .box01 {
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
}
#cuisine-dn .wrap02 .box02 {
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: 100px;
}
#cuisine-dn .wrap02 .box03 {
	position: absolute;
	width: 400px;
	height: 280px;
	left: 0;
	top: 190px;
	background: #000;
}
#cuisine-dn .wrap02 .box04 {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 410px;
	top: 190px;
	background: #000;
}
#cuisine-dn .wrap02 .box05 {
	position: absolute;
	width: 280px;
	height: 280px;
	right: 0;
	top: 190px;
	background: #000;
}
#cuisine-dn .wrap02 .box06 {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 0;
	bottom: 25px;
	background: #000;
}
#cuisine-dn .wrap02 .box07 {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 290px;
	bottom: 25px;
	background: #000;
}
#cuisine-dn .wrap02 .box08 {
	position: absolute;
	width: 400px;
	height: 280px;
	right: 0;
	bottom: 25px;
	background: #000;
}
#cuisine-dn .wrap02 .box09 {
	position: absolute;
	width: 400px;
	height: 20px;
	right: 0;
	bottom: 0;
}
#cuisine-dn .wrap02 .box09 p {
	font-size: 14px;
	text-align: right;
}
#cuisine-dn .wrap02 .caption {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	pointer-events: none;
    background: rgba(0, 0, 0, 0.6);		
}
#cuisine-dn .wrap02 .caption p {
	font-size: 13px;
	font-weight: 500;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0,0,0,0.4) 2px 2px 3px, rgba(0,0,0,0.4) -2px 2px 3px, rgba(0,0,0,0.4) 2px -2px 3px, rgba(0,0,0,0.4) -2px -2px 3px;
}
#cuisine-dn .wrap03 {
	margin: 0 auto 80px;
}
#cuisine-dn .wrap03 p {
	text-align: center;	
}
/* #cuisine-bf */
#cuisine-bf {
	padding-top: 100px;
	background: url(../img/bg-kaede-green01.png) no-repeat right top, url(../img/bg-kaede-green02.png) no-repeat bottom left, url(../img/cuisine-bf-bg01.png) no-repeat right bottom, url(../img/bg-shadow.png) no-repeat center top, url(../img/bg02.jpg) center center;
}
#cuisine-bf p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#cuisine-bf h3 {
	margin: 0;
	padding: 0;	
	text-align: center;
}
#cuisine-bf a img {
	vertical-align: bottom;	
	transition: all 0.5s ease;
}
#cuisine-bf a img:hover {
	opacity: 0.8;	
	transition: all 0.5s ease;
}
#cuisine-bf .wrap01 {
	width: 980px;	
	height: 785px;
	position: relative;
	margin: 0 auto 50px;
}
#cuisine-bf .wrap01 .box01 {
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
}
#cuisine-bf .wrap01 .box02 {
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: 100px;
}
#cuisine-bf .wrap01 .box03 {
	position: absolute;
	width: 400px;
	height: 280px;
	left: 0;
	top: 190px;
	background: #000;
}
#cuisine-bf .wrap01 .box04 {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 410px;
	top: 190px;
	background: #000;
}
#cuisine-bf .wrap01 .box05 {
	position: absolute;
	width: 280px;
	height: 280px;
	right: 0;
	top: 190px;
	background: #000;
}
#cuisine-bf .wrap01 .box06 {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 0;
	bottom: 25px;
	background: #000;
}
#cuisine-bf .wrap01 .box07 {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 290px;
	bottom: 25px;
	background: #000;
}
#cuisine-bf .wrap01 .box08 {
	position: absolute;
	width: 400px;
	height: 280px;
	right: 0;
	bottom: 25px;
	background: #000;
}
#cuisine-bf .wrap01 .box09 {
	position: absolute;
	width: 400px;
	height: 20px;
	right: 0;
	bottom: 0;
}
#cuisine-bf .wrap01 .box09 p {
	font-size: 14px;
	text-align: right;
}
#cuisine-bf .wrap01 .caption {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	pointer-events: none;
    background: rgba(0, 0, 0, 0.6);		
}
#cuisine-bf .wrap01 .caption p {
	font-size: 13px;
	font-weight: 500;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0,0,0,0.4) 2px 2px 3px, rgba(0,0,0,0.4) -2px 2px 3px, rgba(0,0,0,0.4) 2px -2px 3px, rgba(0,0,0,0.4) -2px -2px 3px;
}
#cuisine-bf .wrap02 {
	margin: 0 auto 80px;
}
#cuisine-bf .wrap02 p {
	text-align: center;	
}
/* #cuisine-about */
#cuisine-about {
	padding: 70px 0 70px;
	background: url(../img/bg-kaede-red03.png) no-repeat top right, url(../img/bg-kaede-red04.png) no-repeat bottom left, url(../img/bg-shadow.png) top center no-repeat, url(../img/bg01.jpg) center center;	
}
#cuisine-about h3 {
	text-align: center;	
	margin: 0 auto 20px;
}
#cuisine-about p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#cuisine-about .wrap {
	width: 980px;	
	height: 326px;
	position: relative;
	margin: 0 auto 120px;
}
#cuisine-about .wrap .box01 {
	position: absolute;
	width: 460px;
	height: 326px;
	top: 0;
	left: 0;
	z-index: 3;
}
#cuisine-about .wrap .box02 {
	position: absolute;
	width: 490px;
	height: 326px;
	right: 0;
	top: 0;
	background: #000;	
}
#cuisine-about .wrap .box03 {
	position: absolute;
	width: 225px;
	height: 225px;
	left: 0;
	bottom: 0;
	z-index: 2;
}
#cuisine-about .wrap .box04 {
	position: absolute;
	width: 225px;
	height: 225px;
	left: 235px;
	bottom: -90px;
}
#cuisine-about .wrap .box05 {
	position: absolute;
	width: 103px;
	height: 106px;
	left: 460px;
	top: -20px;
}
#cuisine-about .wrap .box06 {
	position: absolute;
	width: 80px;
	height: 84px;
	right: 0;
	bottom: -20px;
}
#cuisine-about .bn {
	width: 790px;
	height: 180px;
	position: relative;
	display: block;
	margin: 0 auto;
	background: #000;
}
#cuisine-about .bn a {
	transition: all 0.5s ease;
	display: block;	
}
#cuisine-about .bn a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;	
}
#cuisine-about .bn a img {
	vertical-align: bottom;	
}
#cuisine-about .bn .deco {
	position: absolute;
	width: 112px;
	height: 186px;
	bottom: -30px;
	left: -50px;	
}
/* #room-header */
#room-header {
	position: relative;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
#room-header .wrap {
	position: absolute;	
	width: 1920px;
	height: 750px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 1;
}
#room-header .cc {
	position: absolute;	
	width: 600px;
	height: 54px;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 2;
}
#room-header .cc h2 {
    text-align: center;
	margin: 0;
	padding: 0;
}
#room-header .bottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);	
	width: 1920px;
	height: 350px;
	background: url(../img/bottom.png);
	z-index: 3;
}
/* #room-room */
#room-room {
	margin-top: -1px;
	padding: 0 auto;
	background: url(../img/bg-kaede-red01.png) no-repeat top right, url(../img/bg-kaede-red02.png) no-repeat center left, url(../img/room-room-bg01.png) no-repeat bottom left, url(../img/bg01.jpg) center center;	
}
#room-room p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#room-room h3 {
	text-align: center;
	margin: 50px;
	padding: 0;	
}
#room-room h4 {
	margin: 0;
	padding: 0;	
}
#room-room a img {
	vertical-align: bottom;	
	transition: all 0.5s ease;
}
#room-room a img:hover {
	opacity: 0.8;	
	transition: all 0.5s ease;
}
#room-room .wrap01 {
	width: 1100px;	
	height: 450px;
	position: relative;
	margin: 0 auto 80px;
}
#room-room .wrap01 .box01 {
	position: absolute;	
	width: 430px;
	height: 94px;
	left: 0;
	top: 0;
	z-index: 2;
}
#room-room .wrap01 .box02 {
	position: absolute;	
	width: 380px;
	height: 108px;
	left: 0;
	top: 130px;	
}
#room-room .wrap01 .box03 {
	position: absolute;	
	width: 380px;
	height: 233px;
	left: 0;
	bottom: 0;
	background: #000;
}
#room-room .wrap01 .box04 {
	position: absolute;	
	width: 590px;
	height: 450px;
	right: 100px;
	top: 0;
	background: #000;
}
#room-room .wrap02 {
	width: 1100px;	
	height: 450px;
	position: relative;
	margin: 0 auto 80px;
}
#room-room .wrap02 .box01 {
	position: absolute;	
	width: 450px;
	height: 94px;
	right: 0;
	top: 0;
	z-index: 2;
}
#room-room .wrap02 .box02 {
	position: absolute;	
	width: 380px;
	height: 108px;
	right: 0;
	top: 94px;	
}
#room-room .wrap02 .box03 {
	position: absolute;	
	width: 380px;
	height: 233px;
	right: 0;
	bottom: 0;
	background: #000;
}
#room-room .wrap02 .box04 {
	position: absolute;	
	width: 590px;
	height: 450px;
	left: 100px;
	top: 0;
	background: #000;
}
/* #room-spa */
#room-spa {
	padding: 100px 0 80px;
	background: url(../img/room-spa-bg01.png) no-repeat right bottom, url(../img/bg-kaede-green01.png) no-repeat right top, url(../img/bg-kaede-green02.png) no-repeat center left, url(../img/bg-shadow.png) no-repeat center top, url(../img/bg02.jpg) center center;
}
#room-spa h3 {
	text-align: center;
	margin: 0 auto 50px;
	padding: 0;	
}
#room-spa h4 {
	margin: 0;
	padding: 0;	
}
#room-spa p {
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#room-spa a img {
	vertical-align: bottom;	
	transition: all 0.5s ease;
}
#room-spa a img:hover {
	opacity: 0.8;	
	transition: all 0.5s ease;
}
#room-spa .wrap00 {
	width: 980px;	
	height: 233px;
	position: relative;
	margin: 0 auto 80px;
}
#room-spa .wrap00 .box01 {
	position: absolute;	
	width: 380px;
	height: 233px;
	left: 0;
	top: 0;	
}
#room-spa .wrap00 .box02 {
	position: absolute;	
	width: 570px;
	height: 233px;
	right: 0;
	top: 0;	
}
#room-spa .wrap01 {
	width: 1100px;	
	height: 393px;
	position: relative;
	margin: 0 auto 80px;
}
#room-spa .wrap01 .box01 {
	position: absolute;	
	width: 430px;
	height: 94px;
	left: 0;
	top: 0;
	z-index: 2;
}
#room-spa .wrap01 .box02 {
	position: absolute;	
	width: 380px;
	height: 189px;
	left: 0;
	top: 110px;	
}
#room-spa .wrap01 .box03 {
	position: absolute;	
	width: 590px;
	height: 393px;
	right: 100px;
	top: 0;
	background: #000;
}
#room-spa .wrap02 {
	width: 1100px;	
	height: 393px;
	position: relative;
	margin: 0 auto 80px;
}
#room-spa .wrap02 .box01 {
	position: absolute;	
	width: 450px;
	height: 94px;
	right: 0;
	top: 0;
	z-index: 2;
}
#room-spa .wrap02 .box02 {
	position: absolute;	
	width: 380px;
	height: 135px;
	right: 0;
	top: 110px;	
}
#room-spa .wrap02 .box03 {
	position: absolute;	
	width: 590px;
	height: 393px;
	left: 100px;
	top: 0;
	background: #000;
}
#room-spa table {
	letter-spacing: 0.1em;
	border-collapse: collapse;
	border-top: 1px solid #706343;
	margin: 0 auto;
	width: 980px;
}
#room-spa table th {
	text-align: right;
	width: 180px;
	border-right: 1px solid #706343;
	background: #e0e5da;
}
#room-spa table td {
	line-height: 180%;
	font-weight: 600;
	background: #fff;
}
#room-spa th,
#room-spa td {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	letter-spacing: 0.2em;
	padding: 20px;
	border-bottom: 1px solid #706343;
}
#room-spa caption {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	font-weight: 800;
	color: #233b23;
	text-align: left;
	padding: 20px 0 10px 60px;
	background: url(../img/room-spa-caption.png) no-repeat left center;
}
#room-spa caption span {
	padding-left: 10px;
	font-size: 15px;
}
/* #room-outline */
#room-outline {
	padding: 100px 0 80px;
	background: url(../img/bg-shadow.png) no-repeat center top, url(../img/bg-kaede-red01.png) no-repeat top right, url(../img/bg-kaede-red02.png) no-repeat bottom left, url(../img/bg01.jpg) center center;	
}
#room-outline p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#room-outline h3 {
	margin: 0 auto 50px;
	padding: 0;	
	text-align: center;
}
#room-outline table {
	letter-spacing: 0.1em;
	border-collapse: collapse;
	border-top: 1px solid #706343;
	margin: 0 auto 80px;
	width: 980px;
}
#room-outline table th {
	text-align: right;
	width: 180px;
	border-right: 1px solid #706343;
	background: #e8ced1;
}
#room-outline table td {
	line-height: 180%;
	font-weight: 600;
}
#room-outline th,
#room-outline td {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	letter-spacing: 0.2em;
	padding: 20px;
	border-bottom: 1px solid #706343;
}
#room-outline .bn {
	width: 790px;
	height: 180px;
	position: relative;
	display: block;
	margin: 0 auto;
	background: #000;
}
#room-outline .bn a {
	transition: all 0.5s ease;
	display: block;	
}
#room-outline .bn a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;	
}
#room-outline .bn a img {
	vertical-align: bottom;	
}
#room-outline .bn .deco {
	position: absolute;
	width: 112px;
	height: 186px;
	bottom: -30px;
	left: -50px;	
}
/* #azumino-header */
#azumino-header {
	position: relative;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
#azumino-header .wrap {
	position: absolute;	
	width: 1920px;
	height: 750px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 1;
}
#azumino-header .cc {
	position: absolute;	
	width: 600px;
	height: 54px;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 2;
}
#azumino-header .cc h2 {
    text-align: center;
	margin: 0;
	padding: 0;
}
#azumino-header .bottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);	
	width: 1920px;
	height: 350px;
	background: url(../img/bottom.png);
	z-index: 3;
}
/* #azumino-intro */
#azumino-intro {
	margin-top: -1px;
	padding: 0 auto;
	background: url(../img/bg-kaede05.png) no-repeat left top, url(../img/azumino-intro-bg01.png) no-repeat bottom right, url(../img/bg01.jpg) center center;	
}
#azumino-intro p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#azumino-intro h3 {
	margin: 0 auto 50px;
	padding: 0;	
	text-align: center;
}
#azumino-intro a img {
	vertical-align: bottom;	
	transition: all 0.5s ease;
}
#azumino-intro a img:hover {
	opacity: 0.8;	
	transition: all 0.5s ease;
}
#azumino-intro .wrap {
	width: 980px;	
	height: 470px;
	position: relative;
	margin: 0 auto;
}
#azumino-intro .wrap .box01 {
	position: absolute;
	width: 400px;
	height: 108px;
	left: 0;
	top: 10px;	
}
#azumino-intro .wrap .box02 {
	position: absolute;
	width: 400px;
	height: 108px;
	left: 0;
	top: 164px;	
}
#azumino-intro .wrap .box03 {
	position: absolute;
	width: 400px;
	height: 270px;
	right: 0;
	top: 0;
}
#azumino-intro .wrap .box04 {
	position: absolute;
	width: 208px;
	height: 208px;
	left: 450px;
	top: 90px;
}
#azumino-intro .wrap .box03 img,
#azumino-intro .wrap .box04 img {
    border: 2px solid #fff;
}
#azumino-intro .wrap .box04 img {
    border-radius: 50%;
}
#azumino-intro .wrap .box05 {
	position: absolute;
	width: 100%;
	height: 208px;
	left: 0;
	top: 340px;
}
#azumino-intro .wrap .box05 p {
	text-align: center;	
}
/* #azumino-guide */
#azumino-guide {
	padding: 80px 0 80px;
	background: url(../img/bg-kaede-green01.png) no-repeat right top, url(../img/bg-kaede-green01.png) no-repeat left center, url(../img/bg-kaede-green02.png) no-repeat bottom right, url(../img/bg-shadow.png) no-repeat center top, url(../img/bg02.jpg) center center;
}
#azumino-guide p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 140%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#azumino-guide h3 {
	text-align: center;
	margin-bottom: 50px;
}
#azumino-guide h4 {
	margin: 0 auto 30px;
	padding: 5px 0 20px 65px;
	letter-spacing: 0.2em;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	border-bottom: 1px solid #706343;
	color: #233b23;
	font-weight: 700;
	filter: drop-shadow(5px 5px 5px #aaa);
	background: url(../img/azumino-guide-h3bg.png) no-repeat top left;
}
#azumino-guide img {
	vertical-align: bottom;	
}
#azumino-guide ul {
	list-style-type: none;
	margin: 0 auto 230px;
	padding: 0;
	width: 990px;
}
#azumino-guide ul li {
	float: left;
	width: 174px;
	margin-right: 30px;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
#azumino-guide ul li:last-child {
	margin-right: 0;
}
#azumino-guide ul li a {
	display: block;
	background: #233b23;	
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	width: 100%;
	height: 100px;
	transition: all 0.5s ease;
}
#azumino-guide ul li a span.title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.4em;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
#azumino-guide ul li a span.scroll {
	letter-spacing: 0.4em;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #8b8c50;
    border-radius: 50%;	
}
#azumino-guide ul li a:hover {
	color: #fff;
	background: #4b804b;
	transition: all 0.5s ease;	
}
#azumino-guide table {
	letter-spacing: 0.1em;
	border-collapse: collapse;
	border-top: 1px solid #706343;
	margin: 0 auto;
	width: 100%;
}
#azumino-guide table th {
	text-align: right;
	width: 100px;
	border-right: 1px solid #706343;
	background: #e0e5da;
}
#azumino-guidetable td {
	font-weight: 600;
}
#azumino-guide caption {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	letter-spacing: 0.2em;	
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
}
#azumino-guide th,
#azumino-guide td {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	padding: 3px;
	border-bottom: 1px solid #706343;
	font-weight: 600;
	padding: 3px;
}
#azumino-guide .wrap01,
#azumino-guide .wrap02 {
	width: 980px;
	height: auto;
	background: url(../img/bg01.jpg);
	filter: drop-shadow(5px 5px 5px #aaa);
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
}
#azumino-guide .deco {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 10px;
	top: 5px;	
}
#azumino-guide .wrap01 .box {
	width: 100%;
	height: auto;
}
#azumino-guide .wrap01 .box .left {
	float: left;
	width: 490px;
	height: auto;
}
#azumino-guide .wrap01 .box .right {
	float: right;
	width: 460px;
	position: relative;
}
#azumino-guide .wasabi img {
    border-radius: 50%;
    border: 2px solid #fff;
}
#azumino-guide .wrap02 .box {
	width: 100%;
	height: auto;
}
#azumino-guide .wrap02 .box .left {
	float: left;
	width: 460px;
	position: relative;
}
#azumino-guide .wrap02 .box .right {
	float: right;
	width: 490px;
	height: auto;
}
#azumino-guide .re {
	width: 980px;
	margin: 15px auto 50px;
}
#azumino-guide .re p {
	text-align: right;	
}
#azumino-guide .re p a {
	color: #000;	
}
#azumino-guide .re p a:before {
	content: "▲";
}
#azumino-guide .img01 img,
#azumino-guide .img02 img {
    border: 2px solid #fff;	
}
#azumino-guide .imgbox01 {
	height: 364px;	
}
#azumino-guide .imgbox01 .img01 {
	position: absolute;
	width: 400px;
	height: 270px;
	right: 0;
	bottom: 0;
}
#azumino-guide .imgbox01 .img02 {
	position: absolute;
	width: 212px;
	height: 212px;
	top: 0;
	left: 0;
}
#azumino-guide .imgbox01 .img02 img {
    border-radius: 50%;
}
#azumino-guide .imgbox02 {
	height: 466px;	
}
#azumino-guide .imgbox02 .img01 {
	position: absolute;
	width: 400px;
	height: 270px;
	top: 0;
	left: 0;
}
#azumino-guide .imgbox02 .img02 {
	position: absolute;
	width: 400px;
	height: 270px;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}
#azumino-guide .imgbox03 {
	height: 494px;	
}
#azumino-guide .imgbox03 .img01 {
	position: absolute;
	width: 400px;
	height: 270px;
	top: 0;
	left: 0;
}
#azumino-guide .imgbox03 .img02 {
	position: absolute;
	width: 400px;
	height: 270px;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}
#azumino-guide .imgbox04 {
	height: 342px;	
}
#azumino-guide .imgbox05 {
	height: 485px;	
}
#azumino-guide .imgbox05 .img01 {
	position: absolute;
	width: 400px;
	height: 270px;
	top: 0;
	left: 0;
}
#azumino-guide .imgbox05 .img02 {
	position: absolute;
	width: 400px;
	height: 270px;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}
#azumino-guide .bn {
	width: 790px;
	height: 180px;
	position: relative;
	display: block;
	margin: 0 auto;
	background: #000;
}
#azumino-guide .bn a {
	transition: all 0.5s ease;
	display: block;	
}
#azumino-guide .bn a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;	
}
#azumino-guide .bn a img {
	vertical-align: bottom;	
}
#azumino-guide .bn .deco {
	position: absolute;
	width: 112px;
	height: 186px;
	bottom: -30px;
	left: -50px;	
}
/* #charge-header */
#charge-header {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
#charge-header .wrap {
	position: absolute;	
	width: 1920px;
	height: 600px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 1;
}
#charge-header .cc {
	position: absolute;	
	width: 600px;
	height: 54px;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 2;
}
#charge-header .cc h2 {
    text-align: center;
	margin: 0;
	padding: 0;
}
#charge-header .bottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);	
	width: 1920px;
	height: 350px;
	background: url(../img/bottom.png);
	z-index: 3;
}
/* #charge-sheet */
#charge-sheet {
	margin-top: -1px;
	padding: 0 auto;
	background: url(../img/bg-kaede01.png) no-repeat top right, url(../img/bg-kaede02.png) no-repeat center left, url(../img/charge-sheet-bg01.png) no-repeat bottom right, url(../img/bg01.jpg) center center;	
}
#charge-sheet p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#charge-sheet h3 {
	margin: 1px 0 30px;
	padding: 0;	
	text-align: center;
}
#charge-sheet .wrap {
	width: 980px;
	height: auto;	
	overflow: hidden;
	margin: 0 auto 70px;
}
#charge-sheet .table01 {
	letter-spacing: 0.1em;
	border-collapse: collapse;
	border-top: 1px solid #706343;
	margin: 0 auto 10px;
	width: 980px;
}
#charge-sheet .table01 th {
	text-align: center;
	width: 180px;
	background: #e8ced1;
}
#charge-sheet .table01 td {
	line-height: 180%;
	font-weight: 600;
	background: #fff;
}
#charge-sheet .table01 th,
#charge-sheet .table01 td {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	letter-spacing: 0.2em;
	padding: 20px;
	border: 1px solid #706343;
}
#charge-sheet .table01 caption {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	font-weight: 800;
	color: #9c2230;
	text-align: left;
	padding: 20px 0 10px 60px;
	background: url(../img/charge-sheet-caption.png) no-repeat left center;
}
#charge-sheet .table01 caption span {
	padding-left: 10px;
	font-size: 15px;
}
#charge-sheet .table02 {
	letter-spacing: 0.1em;
	border-collapse: collapse;
	border-top: 1px solid #706343;
	margin: 0 auto 10px;
	width: 980px;
}
#charge-sheet .table02 th {
	text-align: center;
	width: 250px;
	background: #e8ced1;
}
#charge-sheet .table02 td {
	line-height: 180%;
	font-weight: 600;
	background: #fff;
}
#charge-sheet .table02 th,
#charge-sheet .table02 td {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	letter-spacing: 0.2em;
	padding: 20px;
	border: 1px solid #706343;
}
#charge-sheet .table02 td span {
	font-size: 120%;	
}
#charge-sheet .table02 caption {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	font-weight: 800;
	color: #9c2230;
	text-align: left;
	padding: 20px 0 10px 60px;
	background: url(../img/charge-sheet-caption.png) no-repeat left center;
}
#charge-sheet .table02 caption span {
	padding-left: 10px;
	font-size: 15px;
}
/* #charge-res */
#charge-res {
	padding: 100px 0 80px;
	background: url(../img/bg-kaede-green01.png) no-repeat right top, url(../img/bg-kaede-green02.png) no-repeat bottom left, url(../img/bg-shadow.png) no-repeat center top, url(../img/bg02.jpg) center center;
}
#charge-res p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#charge-res h3 {
	margin: 0 auto 50px;
	padding: 0;	
	text-align: center;
}
#charge-res .wrap01 {
	width: 790px;
	height: 70px;	
	margin: 0 auto 30px;
}
#charge-res .wrap01 .left {
	float: left;
	width: 248px;
	height: 76px;
}
#charge-res .wrap01 .right {
	float: right;
	width: 492px;
	height: 76px;
	padding-top: 5px;
	box-sizing: border-box;
}
#charge-res .wrap01 .right p {
	font-size: 15px;
	font-weight: 600;
}
#charge-res .wrap02 {
	width: 980px;
	height: auto;	
	margin: 0 auto;
}
#charge-res .bn {
	width: 790px;
	height: 180px;
	position: relative;
	display: block;
	margin: 0 auto;
	background: #000;
}
#charge-res .bn a {
	transition: all 0.5s ease;
	display: block;	
}
#charge-res .bn a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;	
}
#charge-res .bn a img {
	vertical-align: bottom;	
}
#charge-res .bn .deco {
	position: absolute;
	width: 112px;
	height: 186px;
	bottom: -30px;
	left: -50px;	
}
/* #access-header */
#access-header {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
#access-header .wrap {
	position: absolute;	
	width: 1920px;
	height: 600px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 1;
}
#access-header .cc {
	position: absolute;	
	width: 600px;
	height: 54px;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 2;
}
#access-header .cc h2 {
    text-align: center;
	margin: 0;
	padding: 0;
}
#access-header .bottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);	
	width: 1920px;
	height: 350px;
	background: url(../img/bottom.png);
	z-index: 3;
}
/* #access-info */
#access-info {
	margin-top: -1px;
	padding: 0 auto;
	background: url(../img/bg-kaede-red01.png) no-repeat top left, url(../img/bg-kaede-red02.png) no-repeat center right, url(../img/access-info-bg01.png) no-repeat bottom left, url(../img/bg01.jpg) center center;	
}
#access-info p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#access-info h3 {
	margin: 0;
	padding: 0;	
	text-align: center;
}
#access-info a img {
	vertical-align: bottom;	
	transition: all 0.5s ease;
}
#access-info a img:hover {
	opacity: 0.8;	
	transition: all 0.5s ease;
}
#access-info iframe {
	display: block;	
	margin-bottom: 50px;	
}
#access-info .wrap01 {
	width: 980px;	
	overflow: hidden;
	margin: 0 auto 70px;
}
#access-info h3 {
	padding-top: 1px;
	margin-bottom: 50px;	
}
#access-info h4 {
	margin: 0 0 5px 0;
	padding: 20px 0 20px 55px;
	font-size: 22px;
	color: #9c2230;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#access-info h4.h401 {
	background: url(../img/access-car.png) no-repeat left center;	
}
#access-info h4.h402 {
	background: url(../img/access-train.png) no-repeat left center;	
}
#access-info .wrap02 {
	width: 980px;	
	overflow: hidden;
	margin: 0 auto;
}
#access-info .wrap02 .left {
	float: left;
	width: 475px;
	height: auto;
}
#access-info .wrap02 .right {
	float: right;
	width: 475px;
	height: auto;
}
#access-info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#access-info ul li {
	font-size: 15px;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin-bottom: 30px;
	padding-left: 20px;
	line-height: 150%;
	background: url(../img/access-info-li.png) no-repeat top left;
}
#access-info table {
	letter-spacing: 0.1em;
	border-collapse: collapse;
	margin: 0 auto 80px;
	width: 100%;
}
#access-info table th {
	text-align: right;
	width: 80px;
	background: #e8ced1;
}
#access-info table td {
	line-height: 180%;
	font-weight: 600;
	background: #fff;
}
#access-info th,
#access-info td {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	letter-spacing: 0.2em;
	padding: 10px;
	border: 1px solid #706343;
}
/* #access-contact */
#access-contact {
	padding: 80px 0;
	background: url(../img/bg-kaede-green01.png) no-repeat right top, url(../img/bg-kaede-green01.png) no-repeat left center, url(../img/bg-kaede-green02.png) no-repeat bottom right, url(../img/bg-shadow.png) no-repeat center top, url(../img/bg02.jpg) center center;
}
#access-contact h3 {
	margin-bottom: 30px;	
}
#access-contact p {
	margin-top: 0;
	letter-spacing: 0.2em;
	line-height: 180%;
	font-size: 15px;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#access-contact .wrap01 {
	width: 980px;	
	overflow: hidden;
	margin: 0 auto 50px;
}
#access-contact .wrap02 {
	width: 980px;	
	height: auto;
	overflow: hidden;
	margin: 0 auto 80px;
	background: url(../img/bg01.jpg);
	filter: drop-shadow(5px 5px 5px #aaa);
	padding: 50px;
}
#access-contact h4 {
	margin: 0 auto 30px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #233b23;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #706343;
}
#access-contact form {
	margin-bottom: 30px;	
}
#access-contact fieldset.ajust-p {
	margin: -20px 0 5px 0;
}
#access-contact fieldset.ajust-p p {
	margin: 0;
	padding-left: 280px;
	box-sizing: border-box;
	font-size: 0.9rem;
	text-align: left;
	line-height: 150%;
}
#access-contact fieldset {
	border: none;
	margin-bottom: 10px;	
}
#access-contact label {	
	font-size: 0.95rem;
	display: inline-block;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#access-contact label span {
	display: inline-block;
	background: #9c2230;
	color: #fff;
	padding: 2px 2px 1px 2px;
	font-size: 0.7rem;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 3px;
}
#access-contact label.title {
	width: 250px;
	text-align: right;
	padding-right: 20px;	
}
#access-contact label.title::before {
	content: "【";	
}
#access-contact label.title::after {
	content: "】";	
}

#access-contact button,
#access-contact input,
#access-contact textarea {
	font-size: 0.85rem;
}
#access-contact textarea {
	width: 600px;
	height: 150px;
    vertical-align: top;
	margin-bottom: 30px;
}
#access-contact input[type="text"],
#access-contact input[type="tel"],
#access-contact input[type="email"] {
	width: 250px;	
}
#access-contact input[type="submit"] {
	padding: 20px 40px;
	background: #9c2230;
	color: #fff;
	border: 0;
	letter-spacing: 0.2em;
	transition: all 0.5s ease;
	font-size: 0.95rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#access-contact input:hover[type="submit"] {
	background: #a33f1c;
	transition: all 0.5s ease;
	transform: translateY(5px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#access-contact fieldset ul {
	list-style-type: none;	
	padding: 0 0 0 0;
	width: 800px;
	margin: 0 auto 50px;
}
#access-contact fieldset li {
	font-weight: 500;
	padding: 5px 10px 5px 15px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
    font-size: 0.9rem;	
	line-height: 150%;
	background: url(../img/access-contact-li.png) no-repeat left top;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#access-contact fieldset li a {
	color: #9c2230;
}
#access-contact fieldset li a:hover {
	color: #a33f1c;
}
#access-contact .people span {
	font-size: 0.95rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	margin: 0 3px;	
}
#access-contact .bn {
	width: 790px;
	height: 180px;
	position: relative;
	display: block;
	margin: 0 auto;
	background: #000;
}
#access-contact .bn a {
	transition: all 0.5s ease;
	display: block;	
}
#access-contact .bn a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;	
}
#access-contact .bn a img {
	vertical-align: bottom;	
}
#access-contact .bn .deco {
	position: absolute;
	width: 112px;
	height: 186px;
	bottom: -30px;
	left: -50px;	
}

































