@charset "utf-8";
/* CSS Document */
#mainArea {
  width:100%;
  top:0px;
  left:0px;
  z-index:10;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_main.jpg);
  background-size:cover;
  background-position:center center;
}
.slideBlock {
  background-image:url(../images/slide/01.jpg);
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:center center;
  /*background-attachment:fixed;*/
  position:relative;
  width:100%;
}
.copyBox {
  position:absolute;
  width:100%;
  height:376px;
  text-align:center;
  top:50%;
  margin-top:-188px;
}
.copyBox img {
  width:auto;
  height:100%;
}

#mainArea nav {
  background-image:url(../../common/images/bg01.jpg);
}





.topNavArea {
  width:100%;
  height: 180px;
  padding:3px 0 0;
  background-repeat:repeat-x;
  background-image:url(../../common/images/bg_belt.gif);
}
.topNavBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.topNavBlock .logoMain {
  padding:5px 0 0;
}
.topNavBlock .gnavMain {
  width:464px;
  padding:20px 0 0 20px;
}
.topNavBlock .gnavMain ul{
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  border-left:#bdb493 solid 1px;
}
.topNavBlock .gnavMain li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "hannari";
  font-size:167%;
  border-right:#bdb493 solid 1px;
  width:66px;
  height:140px;
}
.topNavBlock .gnavMain li a {
  display:block;
  padding:20px 22px 0 22px;
  line-height:1em;
  background-repeat:no-repeat;
  background-image:url(../../common/images/dot01.png);
  background-position:center 10px;
  color: #372c04;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topNavBlock .gnavMain li a:hover {
  background-color:rgba(183,81,94,0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topNavBlock .submenuMain {
  width:166px;
  height:auto;
  padding:20px 0 0;
  z-index:43;
}
.topNavBlock .submenuMain ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.topNavBlock .submenuMain li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "hannari";
  font-size:123%;
  width:36px;
  height:auto;
}
.topNavBlock .submenuMain li a {
  display:block;
  line-height:1em;
  padding:20px 9px 0 9px;
  width:16px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/dot02.png);
  background-position:13px 8px;
  color:rgba(55,44,4,1.0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topNavBlock .submenuMain li a:hover {
  color:rgba(183,81,94,1.0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.reserveBtnMain {
  margin:20px 0 0;
  width: 70px;
	height: 140px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "hannari";
  font-size:147%;
  letter-spacing:-0.1em;
  background-image:url(../../common/images/bg_red.jpg);
}
.reserveBtnMain a {
  display:block;
  padding:15px 29px 0 28px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/dot03.png);
  background-position:center 8px;
  color:#FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.reserveBtnMain a:hover {
  background-color:rgba(255,255,255,0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ls {
  letter-spacing:-0.2em;
}
.bestrate {
  padding:20px 0 0 15px;
}



.kodawariArea {
  width:100%;
  background:url(../../common/images/bg02.jpg);
  padding:30px 0;
}
.kodawariArea a {
  color:#000;
}
.kodawariBlock {
  width:1000px;
  height:370px;
  margin:0 auto;
  font-family: "hannari";
  background-image:url(../../common/images/bg03.jpg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kodawariBlock:hover {
  opacity:0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kodawariBg h2 {
  font-size:200%;
  line-height:1.3em;
  background-image:url(../../common/images/bg04.jpg);
  margin:0 60px;
  padding:50px 20px 0;
}
.kodawariBg {
  width:1000px;
  height:370px;
  margin:0 auto;
  background-repeat:no-repeat;
  background-image:url(../images/patt_ougi.png);
  background-position:-100px -100px; 
  overflow:hidden;
  position:relative;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sara {
  position:absolute;
  right:66px;
  bottom:44px;
  width:128px;
  height:auto;
}
.sara img {
  width:100%;
  height:auto;
}
.kodawariBlock h3 {
  font-size:170%;
  padding:50px 0 0;
}
.kodawariBlock p {
  padding:50px 30px 0 25px;
  line-height:2.5em;
  font-size:116%;
}
.signatureBox {
  line-height:1.8em;
  padding:120px 0 0;
}
.signatureBox img {
  margin: 0 11px 0 0;
}
.ryoricho {
  background:#CCC;
  width:140px;
  height:180px;
  position:absolute;
  top:155px;
  left:45px;
}





#movieArea {
  width:100%;
  height:1650px;
  z-index:40;
}
.spaM {
  width:100%;
  height:550px;
  overflow:hidden
}
.stage {
  position:relative;
  height:550px;
}
.stage h2 {
  position:absolute;
  width:100%;
  text-align:center;
  z-index:200;
  top:116px;
}
video.v1 {  
  position: relative;
  top: 43%;
  -webkit-transform: translateY(-43%); /* Safari用 */
  transform: translateY(-43%);
  z-index:100
}
video.v2 {  
  position: relative;
  top: 37%;
  -webkit-transform: translateY(-37%); /* Safari用 */
  transform: translateY(-37%);
}
video.v3 {  
  position:absolute;
  bottom: 0px;
}



.osusumePlan {
  width:100%;
  background-image:url(../../common/images/bg01.jpg);
}
.osusumeBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl01.png);
  background-position:620px -10px;
}
.osusumeBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}
.hen {
  font-size: 13px;
}
.planBlock {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.planBox {
  width: 484px;
  height:auto;
  background-image:url(../../common/images/bg05.jpg);
  border:#caadad solid 1px;
  position:relative;
  padding:0 0 30px;
}
.tabImg {
  width:100%;
  height:auto;
  text-align:center;
  padding:0 0 20px;
}
.planBox h3 {
  font-family:"hannari";
  letter-spacing:-0.2em;
  font-size:262%;
  text-align:center;
  background-color: rgba(235, 216, 216, 0.7);
  line-height:1em;
  width:412px;
  display:block;
  margin:0 36px;
  padding:0 0 10px;
  top:75px;
  position:absolute;
}
.planCell {
  margin:20px;
  padding:0 0 20px;
  border-bottom:#666 dotted 1px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.thumbPlan {
  width:128px;
  height: 128px;
  overflow: hidden;
}
.thumbPlan img {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.txtPlan {
  width: 305px;
}
.txtPlan h4 {
  font-weight:bold;
	font-size: 108%;
	line-height:1.2em;
  border-bottom:#666 dotted 1px;
  padding:0 0 5px;
  margin:0 0 8px;
}
.txtPlan h4 a {
  color:#9B181B;
}
.txtPlan h4 a:hover {
  text-decoration:underline;
}
.txtPlan p {
  line-height: 17px;1.4em;
}
.txtPlan dl {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.txtPlan dt {
  padding:3px;
  color:#FFF; 
  border-radius: 4px;
  margin:5px 0 0;
  white-space: nowrap;
}
.txtPlan dd {
  padding:3px 3px 3px 5px;
  margin:5px 0 0;
}
.dtRoom {
	background-color: #bc3657;
}
.dtPrice {
	background-color: #448d3d;
}
.listBtn {
  width:60%;
  text-align:center;
  margin:0 auto;
  font-size:116%;
}
.listBtn a {
  color:#FFF;
  background-image:url(../../common/images/bg_red.jpg);
  display:block;
  border-radius:4px;
  padding:10px 0;
}


.planCat {
  width:100%;
  background-image:url(../../common/images/bg01.jpg);
}
.planCatBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0 70px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl02.png);
  background-position:130px -50px;
}
.planCatBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}
.categorySlide {
  width:1000px;
  height:auto;
  margin:0 auto;
  position:relative;
}
.cake_banner {
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.newsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0 70px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl03.png);
  background-position:560px -8px;

}
.newsBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}
.newsSlide {
  width:1000px;
  height:auto;
  margin:0 auto;
  position:relative;
}
.newsBox {
  width:312px;
  height:auto;
  background-color: #FFF;
}
.newsBlock a .newsBox{
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsBlock a:hover .newsBox{
  background:rgba(251,238,238,1.00);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsImg {
  line-height:0em;
  height: 233px;
  border-top:#caadad solid 1px;
  border-right:#caadad solid 1px;
  border-left:#caadad solid 1px;
}
.newsSlide dl {
  width:auto;
  height:auto;
  padding:16px;
  border:#caadad solid 1px;
}
.newsSlide dt {
  font-size:116%;
  line-height:1.2em;
}
.newsSlide dd {
  border-top:#CCC dotted 1px;
  margin:8px 0 0;
  padding:8px 0 0;
}
.newsSlide p {
  line-height:1.4em;
}
.newsFoot {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding:5px 0 0;
}

.date {
  padding:4px 0 0;
}
.listBtn_news {
  width:60%;
  text-align:center;
  margin:40px auto 0;
  font-size:116%;
}
.listBtn_news a {
  color:#FFF;
  background-image:url(../../common/images/bg_red.jpg);
  display:block;
  border-radius:4px;
  padding:10px 0;
}



.reserveArea {
  background-image:url(../../common/images/bg01.jpg);
}
.reserveBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
}
.formBox {
  width:auto;
  background-image:url(../../common/images/bg05.jpg);
  padding:16px 0 16px 16px;
  border:#caadad solid 1px;
  position:relative;
}
.formBox h1 {
  background:url(../../common/images/hasen.png) no-repeat 58px 6px;
  padding:0 0 5px;
}
.line {
  display:block;
  border-bottom:#666 dotted 1px;
  width:908px;
  height:1px;
  position:absolute;
  top:20px;
  left:72px;
}
.reserveForm {
  width:auto;
  height:auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.otherReserve {
  width: 464px;
  height: auto;
}
.otherReserve h1 {
  background:url(../../common/images/hasen.png) no-repeat 150px 6px;
  padding:0 0 10px;
}
.otherReserve li {
  width: 107px;
  height: auto;
  padding:0 6px 0 0;
  text-align:center;
  float:left;
}
.otherReserve li a {
  border-radius: 4px;
	background-color: #c75865;
  display:block;
  padding:7px 0;
  color:#FFF;
}
.otherReserve li a:hover {
	background-color: #547712;
  color: #FFF;
}

.topReserve:after { content: ''; display: block; clear: both; }
.topReserve {
  background:url(../../common/images/hasen.png) repeat-x center bottom;
  padding:0 0 15px;
  margin:0 0 20px;
}
.checkDateCell {
	display:block;
}
.checkDate {
	border:0;
	padding:4px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0;
	background-color:#FFF;
	background-image: url(../images/icon_cal.png);
	background-repeat:no-repeat;
	background-position: 96% center;
}
.checkDatey {
	border:0;
	padding:4px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	margin:1px;
}
.checkDatem {
	border:0;
	padding:4px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	margin:1px;
}
.checkDated {
	border:0;
	padding:4px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	margin:1px;
}
.checkAccom {
	border:0;
	padding:2px 2px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0;
	text-align:center;
  height:27px;
}
.ninzuCell {
	padding:0 0 0 8px;
	color:#FFF;
  height:27px;
}
.ninzu {
	border:0;
	padding:4px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:30px;
  height:27px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0;
}
.checkRoomCell {
	padding:0 0 0 5px;
	color:#FFF;
}
.checkRoom {
	border:0;
	padding:2px 2px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0;
}
.checkRoomCell select {
	border:0;
	padding:2px 2px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0;
  height:29px;
}
.searchBtn489ban {
  padding:0 8px;
}
.searchBtn {
  width: 140px;
	height: 27px;
  padding:0 0 0 18px;
	border-radius: 4px;
	background-color: #c75865;
  background-repeat:no-repeat;
  background-image:url(../../common/images/icon_megane.png);
  background-position:16px 6px;
  color:#FFF;
  border:none;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.searchBtn:hover {
	background-color: #547712;
  color: #FFF;
  cursor:pointer;
}
.shukusho {
	font-size:92.4%;
}
.reservekakunin {
  padding:5px 0 0;
}

.reserveContents {
  padding:30px 0 0;
  width:100%;
}
.reserveContents ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.reserveContents li {
  width:485px;
  height:auto;
  position:relative;
}
.arrowQ {
  position:absolute;
  top:20px;
  right:20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.reserveContents li a:hover .arrowQ {
  position:absolute;
  top:20px;
  right:1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.reserveContents li a:hover .arrowQ img {
  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
}


.infoBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fbBox {
  width: 485px;
  height:auto;
}
.bnBox {
  width: 485px;
  height:auto;
}
.bnBox h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.6em;
}
.spacing {
  letter-spacing:-0.2em;
}
.bnBox ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bnBox li {
  width:236px;
  height:74px;
  padding:14px 0 0;
}



.accessArea {
  background-image:url(../../common/images/bg01.jpg);
}
.accessBg {
  background-image:url(../images/patt_shobu.png);
  background-repeat:no-repeat;
  background-position:center 220px;
}
.accessBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gmap {
  width: 674px;
  height: auto;
  border:#CCC solid 1px;
}
.gmap .inner {
  position: relative;
  width: 100%;
  padding-top: 52.52%;
}
.gmap .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.accessTxt {
  text-align:center;
}
.accessTxt h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.5em;
}
.accessTxt dl {
  font-family:"hannari";
  padding:0 0 30px;
}
.accessTxt dt {
  background-color: #FFF;
  border-radius:12px;
  font-size:123%;
  line-height:1em;
  width:180px;
  margin:16px auto 0;
  padding:0 0 6px;
}
.accessTxt dd {
  font-size:123%;
  line-height:1em;
  padding:7px 0;
}
