/* CSS Document */

* {
	padding:0;
	margin:0px;
	outline:none;
	}
html {
	overflow-y:scroll;
	}
body {
	/*background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;*/
	text-align:center;
	font-family:'Hiragino Kaku Gothic Pro','qMmpS Pro W3','CI',Meiryo,Osaka, 'lr oSVbN',Arial, Helvetica, sans-serif;
	color:#717071;
	font-size:100%;
	line-height: 1.8;
	}
img {
	vertical-align:top;
	border:0;
	}
#wrap {
	text-align:center;
	}
#header {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 100px;
	background-color: white;
	/*width:1080px;
	text-align:left;
	margin:0 auto;*/
	}
#footer {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
	}
#copyright {
	width:980px;
	text-align:right;
	margin:0 auto;
	}
/* --- class and other set --- */
* html #contents div{
/*\*/height:1%;/*for WinIE*/
display:inline-table;/*for MacIE*/
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */
.left {
	float: left;
}
.right {
	float: right;
}
.narrow{letter-spacing:-1px;}
.narrow2{letter-spacing:-2px;}
.small {font-size: 90%; }

/* --- head --- */
#header div {
	width: 160px;
}
#header .left {
	/*text-align: left;
    padding: 0 0 0 12px;*/
}
#header .right {
	/*text-align: right;
	padding: 16px 12px 0 0;*/
}
#head-wrap {
    height: 100%;
}
#head {
    background: url(../images/head_bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    height: 100%;
    position: relative;
}
#head h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -323px;
}
.btn-language {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 16px;
}
.btn-language img {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

/* --- body --- */
.contentWrapper {
	width: 100%;
	background-color: #fff9ed;
	padding-bottom: 5em;
	border-bottom: 1px solid #b0a396;
}
.content {
	width:980px;
	margin:0 auto;
	text-align: left;
		}

#contents li {
	list-style-type: none;
}
#contents a:hover img {
	opacity: 0.8;
}
/* --- upper area --- */
#contents {
	margin-top: 1px;
}
#contents h1 {
	padding-bottom: 1px;
}
#contents h2 {
	text-align: center;
	padding: 3em 0 1.5em;
}
#contents #menuBlock {
	font-size: 0;
	line-height: 0;
}
#contents p {
	text-align: center;
	/*font-size: 87.5%;*/
	line-height: 1.6;
}
#contents p.note,
#contents p.caution{
	font-size: 81.25%;
}
#contents nav {
    max-width: 1080px;
    margin: 0 auto 70px;
    text-align: center;
}
#contents nav ul {
    display: table;
    margin: auto;
}
#contents nav ul li {
    display: table-cell;
    padding: 0 4px;
    text-align: center;
    vertical-align: middle;
}
#contents nav ul li a {
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: #a0522d;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}
#contents .catchcopy {
    font-size: 18px;
    line-height: 1.8;
    margin: 50px auto 0;
}
#contents .imgarea {
	margin: 3em auto;
	text-align: center;
    width: 100%;
}
#contents .guestrooms {
	padding: 0 0 20px 20px;
}
#contents .guestrooms li {
	width: 234px;
	overflow: hidden;
	float: left;
}
#contents .guestrooms li a {
	display: block;
	text-align: center;
	color:#717071;
	text-decoration: none;
}
#contents .guestrooms li a span {
	display: block;
	margin-top: 1em;
	font-size: 87.5%;
}
#contents .guestrooms li a span img {
	width: 1em;
	height: 1em;
	margin-left: 0.25em;
}
#contents .guestrooms li a:hover span {
	text-decoration: underline;
}
#contents .txtarea .clearfix p {
	text-align: left;
}
#contents #section2 .txtarea {
	margin: 0 32px;
}
#contents .txtarea .left,
#contents .txtarea .right {
	width: 50%;
}
#contents .txtarea .left img ,
#contents .txtarea .right img {
    display: block;
    margin: 30px 0 10px;
    width: 98%;
}
#contents #section2 .txtarea .bordered {
	margin-top: 2em;
	padding-bottom: 1.5em;
	border-top: 1px solid #b0a396;
	border-bottom: 1px solid #b0a396;
}
#contents #section2 .txtarea .bordered p {
	margin-top: 1.5em;
}
#contents #section2 .txtarea p.caution {
	text-align: left;
	margin-top: 2em;
}
#contents #section2 .slide img {
    width: 300px;
}
#contents #section3 .txtarea {
	margin: 0 96px;
}
#contents #section3 .txtarea p {
	text-indent: -0.5em;
}
#contents #section4 .txtarea {
	margin: 0 0 50px;
}
#contents #section4 .btnarea {
	padding-top: 5em;
}
#contents #section4 .btnarea a {
	display: block;
	width: 382px;
	margin: 0 auto;
}

/* pribilege */
#contents .pribilege_img {
    display: block;
    text-align: center;
}
#contents .other_lounge {
    display: block;
    margin: 30px auto 20px;
}
#contents h2.min,
#contents h3{
    font-weight: lighter;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.4;
    margin-top: 0.5em;
    text-align: center;
}
#contents h2.min span,
#contents h3 span{
    font-family:'Hiragino Kaku Gothic Pro','qMmpS Pro W3','CI',Meiryo,Osaka, 'lr oSVbN',Arial, Helvetica, sans-serif;
    display: block;
}
#contents h2.min {
    font-size: 28px;
	padding: 1em 0 0;
    margin-top: 0;
}
#contents h2.min span {
    font-size: 20px;
}
@media all and (min-width: 768px) {
	#contents h2.min {
		font-size: 36px;
		padding: 2em 0 0;
	}
	#contents h2.min span {
		font-size: 24px;
	}
}
#contents h3 {
    font-size: 28px;
}
#contents h3 span {
    font-size: 20px;
}
#contents p.description {
    margin: 10px 0;
}
#contents .detail span {
    width: 100px;
    display: inline-block;
    text-align: left;
}
#contents .detail .time {
        width: 500px;
}

/* --- bottom area --- */
#contents #bottomBlock {
	padding-bottom: 3em;
}
#contents #bottomBlock p.caution {
	text-align: right;
	color:#333333;
	margin: 2em 0 1em;
}
#contents div#links{
	padding: 1.5em 0;
	text-align:center;
	font-size: 75%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contents div#links a:link,
#contents div#links a:visited{
color:#333333;
text-decoration:none;
}
#contents div#links a:hover,
#contents div#links a:active{
color:#333333;
text-decoration:underline;
}
#contents div.pagetop {
	clear: both;
	text-align: right;
	padding:20px 20px 10px 0;
	font-size: 12px;
}
#contents div.pagetop a:link,
#contents div.pagetop a:visited {
	color:#7c5c36;
	text-decoration: none;
}
#contents div.pagetop a:hover,
#contents div.pagetop a:active {
	text-decoration: underline;
}

/*-- slick --*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
    height: auto;
}
/*-- slick --*/

/* トップへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index:1;
}
.pagetop a {
    display: block;
	background-color: #68381b;
	border:2px solid #68381b;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
	font-weight:bold;
    text-decoration: none;
    padding: 15px 10px;
	transition:0.8s;
	border-radius:5px;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.pagetop a:hover {
	color: #68381b;
	background-color: #ffffff;
	border:2px solid #68381b;
}

/*************************
改行制御
*************************/
@media all and (min-width: 768px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}
@media all and (max-width: 767px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}

@media all and (max-width:767px) {
body {
	font-size:12px;
	line-height: 1.7;
	}   
#header {
    width: 100%;
	padding: 8px 0;
    /*text-align: left;
    margin: 0 auto;*/
}
#header div {
    /*width: 130px;*/
}
#contents .catchcopy {
    font-size: 14px;
    line-height: 1.8;
    margin: 1.5em auto 0;
}
#contents #head h1 {
    margin: -50px 0 0 -189px;
}    
#contents h2 {
    padding: 1.5em 0;
}
#contents nav {
    display: none;
}    
#contents .imgarea {
	margin: 2em 0;
    width: 100%;
}
#contents .guestrooms {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
#contents .guestrooms li {
    width: 100%;
    float: none;
} 
#contents .guestrooms li img {
    margin-top: 10px;    
}     
#copyright {
	width:100%;
	/*text-align:right;
	margin:0 auto;*/
} 
.content {
	width: 95%;
    margin: 0 auto;
}
#section1 img,
#section2 img, 
#section3 img {    
    width: 55%;    
}
#section2 .slider img {    
    width: 100%;    
}     
#section1 img.en,
#section2 img.en, 
#section3 img.en,
#section2 img.slide {    
    width: 100%;    
}
#section1 .en,
#section2 .en, 
#section3 .en {    
    text-align: justify;    
} 
#contents #section2 .txtarea {
	width: 100%; 
    margin: 0 auto;    
}     
#contents .txtarea .left,
#contents .txtarea .right {
    float: none;
	width: 90%;
    margin: 0 auto;
} 
#contents .txtarea .left img, #contents .txtarea .right img {
    width: 100%;
}    
}

.btn-type01 {
	width: 280px;
	margin: 60px auto 0;
	line-height : 1.5;
}
.btn-type01 a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background: url(/images/common/icon_arrow_right_10.png) 97% center no-repeat transparent;
	background-size: 22px auto;
	border: 2px solid #222;
	color:  #222;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 40px 15px;
	margin: auto;
	text-decoration: none;
}
.btn-type01 a span {
	font-size: 12px;
	display: block;
}

.btn-type01 a:hover {
  background: url(/images/common/icon_arrow_right_03.png) 97% center no-repeat #222;
  background-size: 22px auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
	.btn-type01 {
		width: 90%;
		margin: 60px auto 0;
	}
	.btn-type01 a {
		background: url(/images/common/icon_arrow_right_10.png) 94% center no-repeat transparent;
		padding: 15px 40px 12px;
	}
	.btn-type01 a:hover {
		background: url(/images/common/icon_arrow_right_03.png)  94% center no-repeat #222;
	}
}