@charset "UTF-8";

/* --------------------------- 宿泊予約 ---------- */
#stayReserve {
	position: relative;
}
#stayReserve h2 {
	text-align: center;
	margin: 0 0 70px;
}
#stayReserve form .box {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#stayReserve form .box .box1 {
	width: 300px;
	margin: 0 15px;
}
#stayReserve form .box .box2 {
	width: 500px;
	margin: 0 15px;
}

#stayReserve form .box .midashi {
	color: #a2864a;
	font-size: 1.428rem;
	font-weight: bold;
}
#stayReserve form .box input#date-stay {
	color: #a13716;
	width: 100%;
	height: 82px;
	border: solid 1px #a13716;
	padding: 10px;
}
#stayReserve form .box ul {
	display: flex;
}
#stayReserve form .box ul li {
	width: 24%;
	text-align: center;
	border: solid 1px #a13716;
	margin-right: 10px;
	padding: 10px;
}
#stayReserve form .box ul li select {
	color: #a13716;
	width: 100%;
	font-size: 2.14rem;
	text-align: center;
	border: none;
	display: block;
}
#stayReserve form .box ul li:last-child {
	padding: 0;
}
#stayReserve form .box ul li input[type="submit"] {
	color: #FFF;
	font-weight: bold;
	width: 100%;
	height: 100%;
	background: #a13716;
	border: none;
}


@media screen and (max-width:899px) {

	#stayReserve {
	}
	#stayReserve h2 {
		margin: 0 0 20px;
	}
	#stayReserve form .box {
		width: auto;
		margin: 0 5vw;
		display: block;
	}
	#stayReserve form .box .box1 {
		width: 100%;
		margin: 0;
	}
	#stayReserve form .box .box2 {
		width: 100%;
		margin: 0;
	}
	
	#stayReserve form .box .midashi {
		color: #a2864a;
		font-size: 1.428rem;
		font-weight: bold;
	}
	#stayReserve form .box input#date-stay {
		height: auto;
	}
	#stayReserve form .box ul {
		flex-wrap: wrap;
		margin: 0 0 10px;
		justify-content: space-between;
	}
	#stayReserve form .box ul li {
		width: 33%;
		margin: 0 0 10px;
	}
	#stayReserve form .box ul li:last-child {
		width: 100%;
	}
	#stayReserve form .box ul li select {
		font-size: 2rem;
	}
	#stayReserve form .box ul li:last-child {
	}
	#stayReserve form .box ul li input[type="button"] {
		color: #FFF;
		font-weight: bold;
		width: 100%;
		height: 100%;
		background: #a13716;
		border: none;
		padding: 10px 0;
	}
}

/* --------------------------- お知らせ ---------- */

#news .title {
	margin: 0 3.5vw 50px;
	display: flex;
	justify-content: space-between;
}
#news .title ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#news .title ul li {
	font-size: .857rem;
	width: 10em;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	border: solid 1px #C8C8C8;
	border-left: none;
	cursor: pointer;
	display: block;
}
#news .title ul li.cr,
#news .title ul li:hover {
	color: #FFF;
	background: #505050;
}

#news .title ul li:first-child {
	border-left: solid 1px #C8C8C8;
}

#news .list li {
	margin: 0 0 2px;
	display: flex;
}
#news .list li .date {
	color: #FFF;
	width: 10em;
	text-align: center;
	background: #a2864a;
	padding: 15px 0;
}
#news .list li .honbun {
	width: calc(100% - 10em);
	text-align: left;
	background: #f1f1f1;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
}
#news .list li .honbun ul {
	display: flex;
	justify-content: flex-end;
}
#news .list li .honbun ul li {
	font-size: .857rem;
	width: 10em;
	text-align: center;
	border: solid 1px #C8C8C8;
	margin-left: 1em;
	padding: 3px 0;
	display: inline-block;
}

@media screen and (max-width:899px) {

	#news .title {
		margin: 0 0 20px;
		display: block;
	}
	#news .title h2 {
		margin: 0 0 15px;
	}
	#news .title ul {
		margin: 0 5vw;
		justify-content: center;
	}
	#news .title ul li {
		font-size: 0.714rem;
		width: 20%;
		height: 4em;
		padding: 15px 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#news .title ul li.cr {
		color: #FFF;
	}
	#news .title ul li:hover {
		color: #505050;
		background: #FFF;
	}
	#news .title ul li:first-child {
	}

	#news .list li {
	}
	#news .list li .date {
		width: 8em;
		padding: 10px 0;
	}
	#news .list li .honbun {
		width: calc(100vw - 8em);
		line-height: 1.5;
		padding: 10px 15px;
		display: block;
	}
	#news .list li .honbun ul {
		display: flex;
		justify-content: flex-start;
	}
	#news .list li .honbun ul li {
		width: auto;
		text-align: left;
		margin-right: .5em;
		margin-left: 0;
		padding: 3px 10px;
	}
	#news .moreBtn {
		width: 90vw;
	}

}
/* --------------------------- 総料理長とアレルギー ---------- */
#wrapper #chef {
	border: none;
	padding: 0;
}
#wrapper #chef .intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#wrapper #chef .intro .image {
	width: 30%;
	height: calc(290px + 20vw);
	background: url(../images/restaurant/p_chef_pc.jpg) no-repeat center center;
	background-size: cover;
}
#wrapper #chef .intro .text {
	width: 70%;
	text-align: left;
	padding: 0 3.5vw 0 35px;
	position: relative;
}
#wrapper #chef .intro .text h2 {
	font-size: 1.43rem;
	font-weight: bold;
	margin: 0 0 20px;
}
#wrapper #chef .intro .text h3 {
	font-weight: bold;
	margin: 0 0 20px;
}
#wrapper #chef .intro .text h3 span {
	font-size: 114.3%;
}
#wrapper #chef .allergy {
	text-align: left;
	background: #F5F5F5;
	padding: 35px 3.5vw;
}
#wrapper #chef .allergy .moreBtn {
	margin-top: 0;
}
#wrapper #chef .allergy .inner {
	background: #FFF;
	padding: 40px;
}
#wrapper #chef .allergy .inner h3 {
	font-size: 1.286rem;
	margin: 0 0 30px;
}
@media screen and (max-width:899px) {
	#wrapper #chef {
		background: #F5F5F5;
		padding: 30px 5vw;
	}
	#wrapper #chef .intro {
		margin: 0 0 20px;
		display: block;
	}
	#wrapper #chef .intro .image {
		width: 100%;
		height: 90vw;
		margin: 0 0 15px;
	}
	#wrapper #chef .intro .text {
		width: 100%;
		padding: 0;
		position: relative;
	}
	#wrapper #chef .intro .text h2 {
		margin: 0 0 15px;
	}
	#wrapper #chef .intro .text h3 {
		margin: 0 0 15px;
	}
	#wrapper #chef .intro .text h3 span {
		font-size: 114.3%;
	}
	#wrapper #chef .allergy {
		background: #F5F5F5;
		padding: 0;
	}
	#wrapper #chef .allergy .inner {
		background: #F5F5F5;
		padding: 0;
	}
	#wrapper #chef .allergy .inner h3 {
		font-size: 1rem;
		font-weight: normal;
		text-align: left;
		border-top: solid 1px #505050;
		border-bottom: solid 1px #505050;
		margin: 0;
		padding: 10px;
		position: relative;
	}
	#wrapper #chef .allergy > div h3.cr {
		border-bottom: none;
	}
	#wrapper #chef .allergy > div h3::after {
		content: "＋";
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#wrapper #chef .allergy > div h3.cr::after {
		content: "－";
	}
	#wrapper #chef .allergy > div h3 + div {
		width: 100%;
		background: #FFF;
		margin: 0;
		padding: 5vw;
		display: none;
	}


}

/* --------------------------- 滞在時の過ごし方 ---------- */
#wrapper .contents #sugoshikata {
	background: url(../images/toppage/sugoshikata_p_01.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: none;
	padding: 6vw 0;
}
#wrapper .contents #sugoshikata .box {
	color: #FFF;
	width: 400px;
	text-align: left;
	background: rgba(162,134,74,.9);
	margin: 0 auto;
	padding: 40px 50px;
}
#wrapper .contents #sugoshikata .box h2 {
	font-size: 1.43rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
#wrapper .contents #sugoshikata .box h2::before {
	content: "HOTEL NIKKO HIMEJI";
	font-size: .857rem;
	font-weight: normal;
	display: block;
}

#wrapper .contents #sugoshikata .box .moreBtn {
	margin: 20px auto 0;
}
#wrapper .contents #sugoshikata .box .moreBtn a {
	text-align: center;
	background: #FFF;
	padding: 10px 0;
	display: block;
}

@media screen and (max-width:899px) {
	#wrapper .contents #sugoshikata {
		background: url(../images/toppage/sugoshikata_p_01.jpg) no-repeat center top;
		background-size: 300vw auto;
		border-bottom: none;
		padding: 30px 0;
	}
	#wrapper .contents #sugoshikata .box {
		width: 90vw;
		margin: 0 auto;
		padding: 25px 40px;
	}
	#wrapper .contents #sugoshikata .box h2 {
		text-align: center;
		line-height: 1.8;
		margin-bottom: 15px;
	}
	#wrapper .contents #sugoshikata .box h2::before {
		content: "HOTEL NIKKO HIMEJI";
	}

	#wrapper .contents #sugoshikata .box .moreBtn {
		margin: 20px auto 0;
	}
	#wrapper .contents #sugoshikata .box .moreBtn a {
		text-align: center;
		background: #FFF;
		padding: 10px 0;
		display: block;
	}
}

/* --------------------------- 満喫する ---------- */
#wrapper .contents #mankitsu {
	background: url(../images/toppage/mankitsu_bg_01.jpg) no-repeat center top;
	background-size: 100% auto;
	border-bottom: none;
}
#wrapper .contents #mankitsu h2 {
	color: #FFF;
	padding: 90px 0 0 0;
	margin: 0 0 75px;
}
#wrapper .contents #mankitsu .list {
	margin: 0 3.7vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/* #wrapper .contents #mankitsu .list::before,
#wrapper .contents #mankitsu .list::after {
	content: " ";
	width: 30%;
	display: block;
	order: 1;
} */
#wrapper .contents #mankitsu .list li {
	width: 28%;
	background: #f5f5f5;
	margin: 0 5px 10px;
	padding: 30px 20px 60px;
}
#wrapper .contents #mankitsu .list li.linkarea:hover {
	opacity: .9;
}

#wrapper .contents #mankitsu .list li figure {
	width: 70%;
	border-radius: 50%;
	margin: 0 auto 20px;
}
#wrapper .contents #mankitsu .list li figure img {
	width: 100%;
	border-radius: 50%;
}
#wrapper .contents #mankitsu .list li h3 {
	font-size: 1.143rem;
	font-weight: bold;
	margin: 0 0 15px;
}
@media screen and (max-width:1120px) {
	#wrapper .contents #mankitsu .list li h3.lng {
		letter-spacing: -.05em;
	}
}
#wrapper .contents #mankitsu .list li .honbun {
	margin: 0 20px;
}
#wrapper .contents #mankitsu .list li .arrow {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
#wrapper .contents #mankitsu .list li .arrow span {
	color: #a2864a;
	font-size: .786rem;
	font-weight: bold;
}
#wrapper .contents #mankitsu .list li .arrow span.bgarrowLinkBtn {
	padding-right: 60px;
}

@media screen and (max-width:899px) {

	#wrapper .contents #mankitsu {
		background-size: 200vw auto;
	}
	#wrapper .contents #mankitsu h2 {
		padding: 40px 0 0 0;
		margin: 0 0 40px;
	}
	#wrapper .contents #mankitsu .list {
		margin: 0 5vw;
		display: block;
	}
	#wrapper .contents #mankitsu .list li {
		width: 100%;
		margin: 0 0 10px;
		padding: 10vw;
	}
	#wrapper .contents #mankitsu .list li figure {
		width: 50vw;
		border-radius: 50%;
		margin: 0 auto 20px;
	}
	#wrapper .contents #mankitsu .list li figure img {
	}
	#wrapper .contents #mankitsu .list li h3 {
		font-size: 1.143rem;
		font-weight: bold;
		letter-spacing: 0;
		margin: 0 0 10px;
	}
	#wrapper .contents #mankitsu .list li .honbun {
		margin: 0;
	}
	#wrapper .contents #mankitsu .list li .arrow {
		margin: 20px 0 0 0;
		position: static;
		transform: translateX(0);
	}
	#wrapper .contents #mankitsu .list li .arrow span {
	}

}


/* --------------------------- バナーたち ---------- */
#wrapper #banners {
	border-bottom: none;
	padding-bottom: 0;
}
#wrapper #banners ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wrapper #banners ul::before,
#wrapper #banners ul::after {
	content: " ";
	width: 33.2%;
	display: block;
	order: 1;
}
#wrapper #banners ul li {
	width: 33.2%;
	margin: 0 0 2px;
	position: relative;
}
#wrapper #banners ul li img {
	width: 100%;
}
#wrapper #banners ul li p {
	color: #FFF;
	font-size: 1.286rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:899px) {

	#wrapper #banners {
		border-bottom: none;
		padding-bottom: 0;
	}
	#wrapper #banners ul {
		margin: 0 5vw;
		display: block;
	}
	#wrapper #banners ul::before,
	#wrapper #banners ul::after {
		content: none;
	}
	#wrapper #banners ul li {
		width: 100%;
		margin: 0 0 10px;
	}

}



/* --------------------------- レストラン一覧 ---------- */

#wrapper #restaurants {
	border: none;
	padding: 0;
}
#wrapper #restaurants .item {
	border-bottom: solid 2px #f5f5f5;
}
#wrapper #restaurants .item.type2,
#wrapper #restaurants .item.type3 {
	padding: 20px 0;
}
#wrapper #restaurants .item .intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#wrapper #restaurants .item .intro .image {
	width: 670px;
	position: relative;
}
#wrapper #restaurants .item .intro .image p {
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 2vw;
}
#wrapper #restaurants .item .intro .image .slick-prev,
#wrapper #restaurants .item .intro .image .slick-next {
	top: 165px;
}
#wrapper #restaurants .item .intro .image img {
	width: 100%;
}
#wrapper #restaurants .item .intro .text {
	width: calc(100% - 670px);
	text-align: left;
	padding: 0 90px 0 45px;
	position: relative;
}
#wrapper #restaurants .item .intro .text .logo {
	position: static;
	margin-left: 2em;
	margin-right: 1em;
	float: right;
}
#wrapper #restaurants .item .intro .text .logo img {
	width: auto;
	height: 50px;
}
#wrapper #restaurants .item .intro .text h2 {
	font-size: 1.143rem;
	font-weight: bold;
	margin: 0 0 30px;
}
#wrapper #restaurants .item.type1 .btn {
	margin: 30px 0;
}
#wrapper #restaurants .item.type1 .btn ul {
	display: flex;
	justify-content: center;
}
#wrapper #restaurants .item.type1 .btn ul li {
	font-size: .857rem;
	margin: 0 20px;
}
#wrapper #restaurants .item.type1 .btn ul li a {
	text-decoration: none;
	border: solid 1px #a2864a;
	padding: 10px 100px;
	display: block;
}



@media screen and (max-width:899px) {
	#wrapper #restaurants {
	}
	#wrapper #restaurants .item {
		background: linear-gradient(to bottom, #F4F4F4 0%,#F4F4F4 30vw,#ffffff 30vw,#ffffff 100%);
		border-bottom: none;
		padding-bottom: 5vw;
	}
	#wrapper #restaurants .item.type2,
	#wrapper #restaurants .item.type3 {
		margin-top: 40px;
		padding: 0;
	}
	#wrapper #restaurants .item .intro {
		display: block;
	}
	#wrapper #restaurants .item .intro .image {
		width: 100vw;
		margin: 0 auto 20px;
		padding: 5vw;
		overflow: hidden;
	}
	#wrapper #restaurants .item .intro .image img {
		width: 90vw;
	}
	#wrapper #restaurants .item .intro .image p {
		color: #FFF;
		position: absolute;
		bottom: 5vw;
		right: 6vw;
	}
	#wrapper #restaurants .item .intro .image .slick-prev,
	#wrapper #restaurants .item .intro .image .slick-next {
		top: 17.6vw;
	}
	#wrapper #restaurants .item .intro .image .slick-prev { left: -5vw; background: url(../images/common/slick_prev2.gif) no-repeat; background-size: 5vw auto; width: 5vw; height: 25vw; }
	#wrapper #restaurants .item .intro .image .slick-next { right: -5vw; background: url(../images/common/slick_next2.gif) no-repeat; background-size: 5vw auto; width: 5vw; height: 25vw; }

	#wrapper #restaurants .item .intro .text {
		width: 90vw;
		margin: 0 auto;
		padding: 0;
	}
	#wrapper #restaurants .item .intro .text .logo {
		position: absolute;
		top: 0;
		right: 0;
	}
	#wrapper #restaurants .item .intro .text .logo img {
		height: 36px;
	}
	#wrapper #restaurants .item .intro .text h2 {
		margin: 0 0 10px;
	}
	#wrapper #restaurants .item .intro .text span em {
		color: #a2864a;
		font-style: normal;
		text-decoration: underline;
	}
	#wrapper #restaurants .item .intro .text .more {
		display: none;
	}
	#wrapper #restaurants .item.type1 .btn {
		margin: 20px 0 10px;
	}
	#wrapper #restaurants .item.type1 .btn ul {
		margin: 0 5vw;
		display: block;
	}
	#wrapper #restaurants .item.type1 .btn ul li {
		margin: 0 0 10px;
	}
	#wrapper #restaurants .item.type1 .btn ul li a {
		padding: 10px 0;
		display: block;
	}
	#wrapper #restaurants .item.type1 .btn ul li a span {
	}

}


/* --------------------------- 会議室一覧表 ---------- */
#wrapper #hallListTable {
	padding-left: 3.5vw;
	padding-right: 3.5vw;
}
#wrapper #hallListTable table {
	width: 100%;
}
#wrapper #hallListTable table th,
#wrapper #hallListTable table td {
	text-align: center;
	border: solid 1px #a0a0a0;
	padding: 10px;
}
#wrapper #hallListTable table th {
	background: #f0f0f0;
}
#wrapper #hallListTable table td {
	width: calc(calc(100% - 80px) / 7);
}
#wrapper #hallListTable table td.td1 {
	width: 10%;
}

@media screen and (max-width:899px) {
	#wrapper #hallListTable {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	#wrapper #hallListTable table {
	}
	#wrapper #hallListTable table th,
	#wrapper #hallListTable table td {
		padding: 10px 5px;
	}
	#wrapper #hallListTable table th {
	}
	#wrapper #hallListTable table td {
		width: calc(100% / 7);
	}
	#wrapper #hallListTable table td.name {
		white-space: nowrap;
	}

}


/* --------------------------- 会議室問い合わせ ---------- */
#wrapper #contactHall {
	border-bottom: none;
}
#wrapper #contactHall h2 {
	margin: 0 0 30px;
}
#wrapper #contactHall ul {
	display: flex;
	justify-content: space-between;
}
#wrapper #contactHall ul li {
	width: 33%;
	text-align: center;
	background: #f1ede4;
	padding: 30px 0;
}
	#wrapper #contactHall ul.eng li {
		width: 100%;
	}


#wrapper #contactHall ul li h3 {
	color: #a2864a;
	font-size: 1.286rem;
	font-weight: bold;
	margin: 0 0 5px;
}
#wrapper #contactHall ul li .tel {
	font-size: 2.28rem;
	font-weight: bold;
}
#wrapper #contactHall ul li .tel span {
	background: url(../images/common/s_tel.png) no-repeat left center;
	padding: 0 0 0 35px;
}

#wrapper #contactHall ul li .btn {
	width: 52px;
	margin: 0 auto 10px;
}
#wrapper #contactHall ul li .btn img {
	width: 100%;
}
@media screen and (max-width:899px) {
	#wrapper #contactHall {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	#wrapper #contactHall h2 {
		margin: 0 0 20px;
	}
	#wrapper #contactHall ul {
		flex-wrap: wrap;
	}
	#wrapper #contactHall ul li {
		width: auto;
		margin: 0 0 4px;
		padding: 20px 0;
	}
	#wrapper #contactHall ul li:nth-child(1),
	#wrapper #contactHall ul li:nth-child(2) {
		width: 49%;
	}
	#wrapper #contactHall ul li:nth-child(3) {
		width: 100%;
	}
		#wrapper #contactHall ul.eng li:nth-child(1) {
			width: 100%;
		}
	#wrapper #contactHall ul li h3 {
	}
	#wrapper #contactHall ul li .tel {
		display: none;
	}
	#wrapper #contactHall ul li .btn {
		width: 17vw;
		margin: 0 auto 10px;
	}

}


/* ------------------- alertBox -------- */
.alertBox {
	color: #e51a23;
	width: 640px;
	text-align: center;
	border: solid 2px #E51A23;
	margin: 0 auto 40px;
	padding: 18px 75px;
}
.alertBox a {
	color: #e51a23;
	text-decoration: underline;
}
@media screen and (max-width:899px) {
	.alertBox {
		width: 90vw;
		text-align: left;
		padding: 20px;
		box-sizing: border-box;
	}
}


