@charset "utf-8";
/* CSS Document */
#ttlArea {
  width:100%;
  height:460px;
  background-repeat:no-repeat;
  background-image:url(../images/main.jpg);
  background-size:cover;
  background-position:center top;
  top:0px;
  left:0px;
  z-index:10;
}
.ttlBlock {
  width:1000px;
  height:460px;
  margin:0 auto;
  position:relative;
}
.ttlBox {
  position:absolute;
  top:185px;
  width:200px;
  height:200px;
  display:block;
  background-image:url(../../../common/images/bg_murasaki.jpg);
  opacity:0.8;
}
.ttlBlock h1 {
  position:absolute;
  top:260px;
  width:200px;
  height:auto;
  text-align:center;
}

.pageLink {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.pageLink li {
	width: 21.5%;
	margin-right: 5%;
}
.pageLink li:last-child {
	margin-right: 0;
}
.pageLink li a {
	font-family: SimSun, serif;
	display: block;
	padding: 20px;
	line-height: 1em;
	font-size: 154%;
	text-align: center;
	border-bottom: 1px solid #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;
}
.pageLink li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.pageLink li a:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 10px;
	margin-left: 1em;
	background-image: url(../images/icon_link.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}

#conceptArea {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0 0;
	position: relative;
	z-index: 10;
}
.conceptWrap {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.conceptBox {
	background-repeat: no-repeat;
	background-image: url(../images/bg_cimg.png);
	width: 340px;
	height: 310px;
	padding: 75px 15px 20px;
	position: relative;
	z-index: 42;
	box-sizing: border-box;
}
.conceptBox h2 {
	font-family: SimSun, serif;
	font-size: 385%;
	line-height: 1em;
	display: block;
	text-align: center;
	padding: 0 0 40px;
}
.conceptBox p {
	text-align: center;
	font-size: 108%;
	line-height: 1.4em;
}
#room {
	height: 640px;
	padding: 50px 0 100px;
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#room .conceptWrap {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#room .conceptTxt {
	width: 340px;
}
#room .conceptTxt .shiyou {
	text-align: center;
	margin-top: 30px;
	font-size: 108%;
	line-height: 1.4em;
}
#room .conceptBox {
	background-color: rgba(90, 83, 35, .702);
}
#room .conceptImg {
	margin-left: 100px;
}
#cuisine {
	padding: 50px 0 70px;
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#cuisine h3,
#cuisine h4 {
	font-family: SimSun, serif;
	font-size: 277%;
	margin-bottom: 40px;
	line-height: 1.1em;
	vertical-align: middle;
}
#cuisine .conceptBox {
	background-color: rgba(100, 19, 23, .702);
	float: right;
}
#cuisine .conceptImg02 {
	margin: 8px 0;
}
#cuisine .process {
	padding: 15px 20px 20px;
	background-color: rgba(102,102,102,.6);
}
#cuisine .process h3 {
	font-family: SimSun, serif;
	font-size: 170%;
	margin-bottom: 10px;
	line-height: 1.2em;
}
#cuisine p {
	font-size: 108%;
	line-height: 1.4em;
}
.cuisineBox01,
.cuisineBox02,
.cuisineBox03 {
	padding: 40px 0;
}
.cuisineBox01 .imgBox {
	float: right;
	margin-left: 60px;
}
.cuisineBox02 {
	background: url(../../top/images/bg_sec1_01.jpg);
}
.cuisineBox02 .content,
.cuisineBox03 .content,
.cuisineBox04 .content {
	width: 1000px;
	margin: 0 auto;
}
.cuisineBox01:after,
.cuisineBox02 .content:after,
.cuisineBox03 .content:after {
	content: "";
	clear: both;
	display: block;
}
.cuisineBox02 .imgBox {
	float: left;
	margin-right: 60px;
}
.cuisineBox02 .txtBox {
	padding-top: 40px;
}
.cuisineBox03 .imgBox {
	float: right;
	margin-left: 55px;
}
.cuisineBox03 .txtBox {
	padding-top: 60px;
}
.cuisineBox04 {
	padding: 20px 0 40px;
}
.cuisineBox04 h4 {
	text-align: center;
}
.cuisineBox04 .flexWrap {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.cuisineBox04 .flexWrap dl {
	background: #ccc;
	color: #000;
	width: 322px;
	margin-right: 16px;
	padding: 20px;
	box-sizing: border-box;
}
.cuisineBox04 .flexWrap dl:last-child {
	margin-right: 0;
}
.cuisineBox04 .flexWrap dl dd {
	margin-top: 10px;
	line-height: 1.4em;
}
#spa {
	padding: 50px 0 100px;
	background-image: url(../images/bg03.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#spa h3,
#spa h4 {
	font-family: SimSun, serif;
	font-size: 277%;
	margin-bottom: 25px;
	line-height: 1.1em;
	vertical-align: middle;
}
#spa h5 {
	font-family: SimSun, serif;
	font-size: 200%;
	margin: 60px 0 20px;
	line-height: 1.1em;
	vertical-align: middle;
}
#spa p {
	font-size: 108%;
	line-height: 1.4em;
}
#spa .conceptWrap {
	position: relative;
	height: 590px;
}
#spa .conceptBox {
	background-color: rgba(35, 50, 90, .702);
}
#spa .conceptWrap h3 {
	font-family: SimSun, serif;
	font-size: 323%;
	line-height: 1.6em;
	display: block;
	position: absolute;
	top: 100px;
	right: 110px;
}
.spaBox01,
.spaBox02 {
	width: 1000px;
	margin: 0 auto;
}
.spaBox01 {
	margin-top: 70px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.spaBox01 .txtBox {
	margin-left: 40px;
}
.bxslider {
	width: 2400px; position: absolute; left: 50%; margin-left: -1200px;
}
/*.bxslider li{ opacity:.4; transition:all .3s;}*/
.bxslider li.active{ opacity:1;}
.spaBox02 {
	padding-top: 40px;
}
#accessArea .accessBox {
	width: 1000px;
	margin: 30px auto 80px;
}
#accessArea p {
	font-size: 108%;
	line-height: 1.4em;
}
#accessArea .busArea {
	margin: 30px auto 80px;
	padding: 20px;
	background-image: url(../images/bg_murasaki.jpg);
}
#accessArea .busArea h3 {
	font-family: SimSun, serif;
	font-size: 170%;
	line-height: 1.4em;
	display: block;
	margin-bottom: 15px;
	padding: 0 0 6px 35px;
	background-image: url(../images/icon_bus.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px auto;
}
#accessArea .busArea .flexWrap {
	margin-bottom: 30px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#accessArea .busArea .flexWrap p {
	width: 470px;
	margin-left: 20px;
	line-height: 1.4em;
	font-size: 92%;
}
#accessArea .busArea table {
	width: 470px;
}
#accessArea .busArea table th,
#accessArea .busArea table td {
	border: 1px solid #AAA5B1;
	vertical-align: middle;
	font-size: 116%;
	text-align: center;
	line-height: 1.2;
}
#accessArea .busArea table th {
	background: #ccc;
	color: #000;
	padding: 8px 20px;
	font-weight: bold;
}
#accessArea .busArea table td {
	padding: 8px 20px;
	font-weight: bold;
}
#accessArea .busArea table td span {
	color: #D9C083;
	font-weight: bold;
}
#accessArea .busArea .accessmap {
	padding-bottom: 20px;
}
#accessArea .railpassBox {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20px 30px;
	color: #000;
	background: #EAEAEA;
}
#accessArea .railpassBox h4 {
	font-family: SimSun, serif;
	font-size: 170%;
	margin: 0 0 15px;
	line-height: 1.2em;
}
#accessArea .railpassBox .btn {
	margin-bottom: 5px;
}

/* contactBox */
#accessArea .contactBox {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	margin-bottom: 40px;
	color: #FFF;
	border: 1px solid #FFF;
}
#accessArea .contactBox h4 {
	font-family: Georgia;
	font-size: 154%;
	margin: 0 0 15px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
#accessArea .contactBox .btn {
}
/* contactBox */

#accessArea h5 {
	font-family: SimSun, serif;
	font-size: 200%;
	margin: 50px 0 20px;
	line-height: 1.4em;
}
#accessArea .linkBox ul {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#accessArea .linkBox li {
	margin-right: 8px;
}
#accessArea .tourismBox .flexWrap {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
}
#accessArea .tourismBox .tourList {
	display: table;
	width: 52%;
	margin: -8px 2px -8px -8px;
	border-spacing: 8px;
}
#accessArea .tourismBox a {
	display: table-cell;
	width: 50%;
	text-align: center;
	background: #9C7883;
	border-radius: 4px;
	height: 50px;
	box-sizing:border-box;
	font-size: 124%;
	line-height: 1.2;
	vertical-align: middle;
}




/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
#ttlArea {
  height:200px;
}
.ttlBlock {
  width:100%;
  height:200px;
  margin:0 auto;
  position:relative;
}
.ttlBox {
  display:none;
}
.ttlBlock h1 {
  top:85px;
  width:100%;
  text-shadow: 0px 0px 10px #333;
}

.pageLink {
	width: 100%;
	height: auto;
	margin: 10px auto 30px;
	padding: 0 10px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.pageLink li {
	width: 49%;
	margin-right: 2%;
}
.pageLink li:nth-of-type(2n) {
	margin-right: 0;
}
.pageLink li a {
	font-size: 124%;
	padding: 20px 5px;
}
.pageLink li a:after {
	margin-left: 0.5em;
}
 
.conceptWrap {
    width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.conceptBox {
    width: 100%;
    height: auto;
	padding: 20px;
	box-sizing: border-box;
}
.conceptBox h2 {
    font-size: 224%;
}
.conceptBox p.lead {
    font-size: 170%;
}

#room {
	height: auto;
	padding: 40px 0 40px;
}
#room img {
	max-width: 100%;
	height: auto;
}
#room .conceptWrap {
	display: block;
}
#room .conceptTxt {
	width: 100%;
}
#room .conceptImg {
	margin-left: 0;
}
#room .conceptTxt .shiyou {
	margin-bottom: 30px;
}
#cuisine {
	padding: 40px 0 0;
}
#cuisine .conceptBox {
	float: none;
	margin-bottom: 10px;
}
#cuisine .conceptImg02 {
    margin: 1px 0 10px;
}
#cuisine .process {
    padding: 2px 15px 15px;
}
#cuisine h3, #cuisine h4 {
	font-size: 200%;
	margin: 15px 0 20px;
}
.cuisineBox02 .content,
.cuisineBox03 .content,
.cuisineBox04 .content {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.cuisineBox01 .imgBox,
.cuisineBox02 .imgBox,
.cuisineBox03 .imgBox {
	float: none;
	margin: 0;
}
#cuisine img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.cuisineBox02 .txtBox,
.cuisineBox03 .txtBox {
	padding-top: 0;
}
.cuisineBox04 {
	padding: 0 0 40px;
}
.cuisineBox04 .flexWrap {
	display: block;
}
.cuisineBox04 .flexWrap dl {
	width: 100%;
    margin-right: 0;
	margin-bottom: 10px;
    padding: 10px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
}
.cuisineBox04 .flexWrap dl dt {
	width: 50%;
}
.cuisineBox04 .flexWrap dl dd {
	margin: 0 0 0 10px;
}

#spa {
	padding: 40px 0 60px;
	background-position: center top;
}
#spa h3 {
	font-size: 200%;
	margin: 15px 0 20px;
}
#spa h4 {
	font-size: 200%;
	margin: 30px 0 20px;
}
#spa h5 {
	font-size: 147%;
	margin: 30px 0 20px;
}
#spa .conceptWrap h3 {
	font-size: 200%;
	position: static;
	margin-top: 30px;
}
#spa img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.spaBox01,
.spaBox02 {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.spaBox01 {
	display: block;
	margin-top: 30px;
}
.spaBox01 .txtBox {
	margin-left: 0;
}
.bxslider {
	width: 100%; left: 0; margin-left: 0;
}
.bxslider li{ opacity:1; }



#accessArea img {
	max-width: 100%;
	height: auto;
}
#accessArea .accessBox {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#accessArea .busArea {
    margin: 30px auto 40px;
    padding: 15px;
}
#accessArea .busArea .flexWrap {
	display: block;
}
#accessArea .busArea .flexWrap p {
	width: 100%;
	margin: 10px 0 0;
}
#accessArea .busArea h3 {
	line-height: 1.2em;
	font-size: 139%;
}
#accessArea .busArea table {
	width: 100%;
}
#accessArea .busArea table th,
#accessArea .busArea table td {
	font-size: 116%;
	padding: 8px 10px;
}
#accessArea .railpassBox {
	display: block;
	padding: 15px;
}
#accessArea .railpassBox h4 {
	font-size: 139%;
}
#accessArea .railpassBox .btn {
	margin-top: 15px;
	text-align: center;
}
#accessArea .linkBox ul {
	flex-wrap: wrap;
}
#accessArea .linkBox ul li {
	width: 31.2%;
	margin-right: 3%;
	margin-bottom: 3%;
}
#accessArea .linkBox ul li:nth-of-type(3n) {
	margin-right: 0;
}
#accessArea .linkBox ul li img {
	width: 100%;
	height: auto;
}
#accessArea .tourismBox .flexWrap {
	display: block;
}
#accessArea .tourismBox .tourList {
	width: 106%;
	width: -webkit-calc(100% + 16px);
	width: calc(100% + 16px);
	margin: -8px -8px 12px;
}
#accessArea .tourismBox a {
	font-size: 100%;
	height: auto;
	padding: 5px;
}
}
