@charset "utf-8";
/* -----------------------------------------------------------------------

layout.css

----------------------------------------------------------------------- */

body {
	margin: 0;
}

/*----------------------------------------------------------

	common

----------------------------------------------------------*/

.ttlBox {
	margin: 30px 0;
	padding: 3px 0 3px 50px;
	position: relative;
}

.ttlBox.tkrzk {
	margin: 0 0 60px;
	padding: 3px 0 3px 30px;
	position: relative;
	background: #AF8C2D;
	color: white;
}

.ttlBox.tkrzk h3 {
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
}

.ttlBox::after {
	content: '';
	width: 16px;
	height: 100%;
	margin: auto 0;
	background: #412727;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

.ttlBox.tkrzk::after {
	display: none;
}

.ttlBox::before {
	content: '';
	width: 8px;
	height: 100%;
	margin: auto 0;
	background: #8a0000;
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

.ttlBox.tkrzk::before {
	display: none;
}

.ttlBox .eng {
	padding: 0 30px 0 3px;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-family: 'EB Garamond', serif;
	position: relative;
	z-index: 2;
}

.ttlBox .eng::before {
	content: '';
	width: calc(100% - 180px);
	height: 1px;
	margin: auto 0;
	background: #231b1b;
	position: absolute;
	left: 180px;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

.ttlBox .midashi {
	margin-top: 5px;
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
}

.contentsBox {
	margin: 75px 40px 0;
	padding: 0;
}

.contentsBox .inner {
	padding: 0 30px;
	position: relative;
}

.btn {
	text-align: center;
}

.btn a {
	width: 360px;
	margin: 0 auto;
	padding: 18px;
	color: #ffffff;
	background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/common/icon_link.png) no-repeat 20px 50% #8a0000;
	text-align: center;
	display: block;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	font-size: 16px;
}

.btn a:hover {
	color: #ffffff;
	-ms-filter: "alpha(opacity=60)";
	/* IE 8,9 */
	opacity: 0.6;
	zoom: 1;
	/*IE*/
}

#pageTop {
	width: 82px;
	height: 82px;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 100;
}

#pageTop a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 45px;
	font-size: 11px;
	line-height: 1.2em;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	font-family: 'EB Garamond', serif;
	color: #ffffff;
	background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/common/icon_pagetop.png) no-repeat 50% 24px #412727;
	text-align: center;
	display: block;
	box-sizing: border-box;
}


/*----------------------------------------------------------

	mainArea

----------------------------------------------------------*/

#mainArea {
	width: 100%;
}

#mainArea .mainimg {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/top/bg_mainimg.jpg) center center;
	background-size: contain;
}

#mainArea .mainimg img {
	width: 100%;
}

#mainArea .ui-tabs-hide {
	display: none;
}

#mainArea .mainNav {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#mainArea .mainNav li {
	width: 25%;
	margin: 0;
	padding: 0;
	-ms-filter: "alpha(opacity=60)";
	/* IE 8,9 */
	opacity: 0.6;
	zoom: 1;
	/*IE*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mainArea .mainNav li img {
	width: 100%;
}

#mainArea .mainNav li:hover,
#mainArea .mainNav li.active {
	opacity: 1;
}

#mainArea .mainNav li.ui-tabs-selected {
	-ms-filter: "alpha(opacity=100)";
	/* IE 8,9 */
	opacity: 1;
	zoom: 1;
	/*IE*/
}


/*----------------------------------------------------------

	pageNav

----------------------------------------------------------*/

#pageNav {
	padding: 35px 0 45px;
}

#pageNav ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#pageNav ul li {
	width: 25%;
	background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/top/nave_line.png) no-repeat 0 50%;
}

#pageNav ul li:last-child a {
	background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/top/nave_line.png) no-repeat 100% 50%;
}

#pageNav ul li a {
	display: block;
	width: 100%;
	height: 70px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	text-align: center;
	color: #111111;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
}

#pageNav ul li a:hover {
	-ms-filter: "alpha(opacity=60)";
	/* IE 8,9 */
	opacity: 0.6;
	zoom: 1;
	/*IE*/
}

#pageNav ul li a span {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-family: 'EB Garamond', serif;

}


/*----------------------------------------------------------

	concept

----------------------------------------------------------*/

#concept {
	padding: 0 40px;
}

#concept .catchCopy {
	font-size: 30px;
	line-height: 1.8em;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	text-align: center;
	color: #8a0000;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}

#concept .catchCopy::after {
	content: '';
	width: 65px;
	height: 1px;
	margin: auto 0;
	background: #8a0000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

#concept .catchCopy::before {
	content: '';
	width: 65px;
	height: 1px;
	margin: auto 0;
	background: #8a0000;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

#concept .catchCopy-s {
	margin-top: 35px;
	font-size: 20px;
	line-height: 1.8em;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}

#concept .txt {
	margin-top: 25px;
	letter-spacing: 0.1em;
	text-align: center;
}



/*----------------------------------------------------------

	hotelinfoArea

----------------------------------------------------------*/

#hotelinformation {}

#hotelinformation .inner .photo {
	width: 34%;
	position: absolute;
	top: -120px;
	right: 0;
	z-index: 10;
}

#hotelinformation .inner .photo img {
	width: 100%;
}



/*----------------------------------------------------------

	roomsArea

----------------------------------------------------------*/
/* #room {
	padding-bottom: 70px;
} */


#room .photoList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#room .photoList div {
	width: 31%;
}

#room .photoList div img {
	width: 100%;
}

#room .roomList {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
}

#room .roomList .roomBox {
	width: 32%;
	margin: 30px 1% 0 0;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	float: left;
}

#room .roomList .roomBox .photo img {
	width: 100%;
}

#room .roomList .roomBox .data {
	padding: 15px 15px 20px;
	text-align: center;
}

#room .roomList .roomBox .data .roomName {
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

#room .roomList .roomBox .data p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

.btn-flex {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 60px;
}

.btn-flex .btn {
	margin: 0 5px 20px 5px;
	font-family: 'Noto Serif JP', serif;
}

.btn a {
	font-family: 'Noto Serif JP', serif;
}


/*----------------------------------------------------------

	theaterArea

----------------------------------------------------------*/

#theater {
	padding-bottom: 70px;
}

#theater .txt.lead {
	width: 100%;
	margin: 0 auto;
	margin-top: -50px;
}

#theater .txt.more {
	width: 100%;
	max-width: 50%;
	margin-left: auto;
	margin-top: 3%;
	margin-bottom: 60px
}

#theater .inner .photo {
	position: absolute;
	top: 170px;
	left: 30px;
	z-index: 10;
}

#theater .inner .photo img {
	width: 400px;
}


/*----------------------------------------------------------

	access

----------------------------------------------------------*/

#access {
	padding: 60px 40px;
	background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/common/bg2.jpg) repeat 0 0;
}

#access .accessBox {
	width: 100%;
	min-height: 100px;
	margin: 0 0 30px;
	display: table;
}

#access .accessBox dt {
	width: 22%;
	color: #412727;
	text-align: center;
	vertical-align: middle;
	background-color: #e0ded1;
	display: table-cell;
	box-sizing: border-box;
}

#access .accessBox.train dt h4 {
	padding: 65px 0 0;
	background-image: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/top/access_icon_train.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#access .accessBox.air dt h4 {
	padding: 65px 0 0;
	background-image: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/top/access_icon_air.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#access .accessBox.car dt h4 {
	padding: 45px 0 0;
	background-image: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/top/access_icon_car.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#access .accessBox dd {
	width: 78%;
	padding: 20px 30px;
	background: #ffffff;
	vertical-align: middle;
	display: table-cell;
	box-sizing: border-box;
}

#access .accessBox dd .accessList li {
	margin-bottom: 12px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
}

#access .accessBox dd .accessList li:last-child {
	margin-bottom: 0;
}

#access .accessBox dd .accessList li .mark {
	color: #8a0000;
	position: absolute;
	top: 0;
	left: 0;
}



/*----------------------------------------------------------

	address

----------------------------------------------------------*/

#address {
	padding: 25px;
	text-align: center;
	background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/takarazukahotel/contents/rt_travel/img/common/bg3.jpg) repeat 0 0;
}

#address h3 {
	margin: 0 0 10px;
	text-align: center;
}

#address h3 span {
	padding: 0 90px;
	font-size: 24px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}

#address h3 span::after {
	content: '';
	width: 70px;
	height: 1px;
	margin: auto 0;
	background: #412727;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

#address h3 span::before {
	content: '';
	width: 70px;
	height: 1px;
	margin: auto 0;
	background: #412727;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

#address p {
	font-size: 12px;
	line-height: 2.4em;
	letter-spacing: 0.1em;
}

#pageNav ul li a,
.btn a {
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	.pc {
		display: none;
	}
}