@charset "UTF-8";
#footer {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#header .logo {
		position: absolute;
		width: 170px;
		left: 0;
		right: 0;
		top: calc(50vh - 66px);
		margin: 0 auto;
		filter: drop-shadow(0 0 2px #333);
	}

	#header .preNav ul .en {
		display: block;
	}
}
/*========= fv =========*/
.fv {
	position: relative;
	z-index: 0;
}
.fv .mv {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}
.fv .mv img {
	outline: none;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.fv .mv .slick-dots {
	display: none;
	position: absolute;
}
.fv .fvInfo {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: absolute;
	width: 96%;
	left: 0;
	right: 0;
	bottom: 22px;
	z-index: 1;
}
.fv .fvInfo .info p {
	color: #fff;
	font-weight: 500;
	text-shadow: 0 0 5px rgba(35, 24, 21, 0.9);
}
.fv .fvInfo .info p.tel span {
	font-size: 2.4rem;
	margin-left: 10px;
	vertical-align: sub;
}
.fv .fvInfo .fb {
	margin-top: 20px;
	width: 30px;
}
@media screen and (max-width: 767px) {
	.fv .mv .slick-dots {
		display: block;
		bottom: 40px;
		width: 100%;
		text-align: center;
	}
	.fv .mv .slick-dots li {
		background: rgba(277,277,277,0.4);
		border-radius: 30px;
		color: transparent;
		display: inline-block;
		height: 13px;
		width: 13px;
		margin: 0 8px;
	}
	.fv .fvInfo .tel, .fv .fvInfo .fb {
		display: none;
	}
	.fv .fvInfo {
		display: block;
		bottom: 0;
		width: 100%;
	}
	.fv .fvInfo .info p {
		background: #BD944E;
		font-size: 1.1rem;
		padding: 5px 0;
		width: 100%;
		text-align: center;
		text-shadow: none;
	}
}
/*========= セクションタイトル =========*/
.sectionHead {
	font-size: 3rem;
	font-weight: 500;
	margin: 0 0 30px;
	text-align: center;
}
.sectionHead span {
	color: #91802A;
	font-size: 1.6rem;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sectionHead {
		font-size: 2.7rem;
		margin-bottom: 10px;
	}
	.sectionHead span {
		font-size: 1.4rem;
	}

}
/*========= NEWS =========*/
.news {
	padding: 55px 0 62px;
}
.newsTbl {
	border-collapse: collapse;
	margin: 0 auto 45px;
	max-width: 825px;
	width: 100%;
}
.newsTbl th, .newsTbl td {
	border-bottom: 1px solid #f1f1f1;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 10px 0;
}
.ie .newsTbl th, .ie .newsTbl td {
	padding-top: 13px;
}
.newsTbl th {
	color: #91802A;
	padding-right: 30px;
}
.newsTbl td a {
	transition: 0.3s;
	word-break: break-all;
}
.newsTbl td a:hover {
	opacity: 0.6;
}
.news .btn {
	width: 270px;
}
@media screen and (max-width: 767px) {
	.news {
		padding: 39px 0 44px;
	}
	.newsTbl {
		margin-bottom: 25px;
		width: 100%;
	}
	.newsTbl th, .newsTbl td {
		border-bottom: none;
		padding-bottom: 0;
	}
	.newsTbl th {
		font-size: 1.2rem;
		padding-right: 0;
		width: 70px;
	}
	.newsTbl td {
		font-size: 1.4rem;
		max-width: 140px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news .btn {
		width: 70%;
	}
}
/*========= PICKUP =========*/
.pickup {
	padding: 55px 0 60px;
	background: #EEE8DE;
}
.pickup .carousel {
	width: 90%;
	max-width: 1130px;
	margin: 58px auto;
	position: relative;
}
.pickup .carousel li {
	margin: 0 15px;
	transition: 0.3s;
}
.pickup .carousel li:hover {
	opacity: 0.6;
}
.pickup .carousel .slick-arrow {
	background: url("../images/index/ico_slide_arrow.png");
	background-size: cover;
	color: transparent;
	font-size: 0;
	height: 58px;
	outline: none;
	position: absolute;
	top: calc(50% - 29px);
	width: 20px;
	z-index: 10;
}
.pickup .carousel .slick-prev {
	left: -40px;
	transform: rotate(180deg);
}
.pickup .carousel .slick-next {
	right: -40px;
}
@media screen and (max-width: 1200px) {
	.pickup .carousel .slick-prev {
		left: -2%;
	}
	.pickup .carousel .slick-next {
		right: -2%;
	}
}
.pickup .carousel .slick-dots {
	display: flex !important;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: 0 auto;
}
.pickup .carousel .slick-dots li {
	background: #9E9772;
	border-radius: 20px;
	color: transparent;
	font-size: 0;
	outline: none;
	margin: 0 10px;
	height: 15px;
	cursor: pointer;
	opacity: 0.4;
	transition: 0.3s;
	width: 15px;
}
.pickup .carousel .slick-dots li.slick-active, .pickup .carousel .slick-dots li:hover {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.pickup {
		padding: 36px 0 60px;
	}
	.pickup .carousel {
		margin: 0 auto;
	}
	.pickup .carousel li {
		margin: 0 30px;
	}
	.pickup .carousel .slick-arrow {
		height: 40px;
		top: calc(50% - 20px);
		width: 15px;
	}
	.pickup .carousel .slick-dots {
		bottom: -30px;
	}
	.pickup .carousel .slick-dots li {
		height: 11px;
		margin: 0 7px;
		width: 11px;
	}
}
/*========= VIEW =========*/
.view {
	margin-bottom: 60px;
}
.viewMv {}
.viewContent {
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 34px;
	position: relative;
}
.meals .viewContent {
	flex-direction: row-reverse;
}
.viewContent .viewHead {
	justify-content: flex-end;
	flex-direction: row-reverse;
	padding-left: 10%;
	width: 30%;
}
.meals .viewContent .viewHead {
	padding: 0 10% 0 0;
	justify-content: flex-start;
}
.viewContent .viewHead .headline, .viewContent .viewHead .lead {
	color: #91802A;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.viewContent .viewHead .headline {
	font-size: 5rem;
	line-height: 1.5;
	margin-left: 17%;
}
.viewContent .viewHead .headline span {
	font-size: 1.5rem;
	display: block;
}
.viewContent .viewHead .lead {
	font-size: 3rem;
	letter-spacing: 3px;
}
.viewContent .viewBody {
	width: 65%;
}
.viewContent .viewBody .img {
	display: flex;
	margin-bottom: 35px;
}
.ie .viewContent .viewBody .img {
	height: 20%;
}
.viewContent .viewBody .img li + li {
	margin-left: 20px;
}

.viewContent .viewBody .txt p {
	letter-spacing: 0.5px;
	line-height: 2;
	margin-bottom: 25px;
	text-align: center;
}
/*PC 1150~1025px*/
@media screen and (max-width: 1150px) and (min-width: 1000px) {
	.viewContent .viewHead .headline {
		font-size: 4rem;
	}
	.viewContent .viewHead .lead {
		font-size: 2rem;
	}
}
/*PC 1025px~*/
@media screen and (max-width: 1025px) {
	.viewContent {
		display: block;
	}
	.viewContent .viewHead {
		display: block;
		margin-bottom: 15px;
		width: 100%;
	}
	.viewContent .viewHead, .meals .viewContent .viewHead {
		padding: 0;
	}
	.viewContent .viewHead .headline, .viewContent .viewHead .lead {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		text-align: center;
	}

	.viewContent .viewHead .headline {
		margin-left: 0;
	}
	.viewContent .viewBody {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.view {
		margin-bottom: 40px;
	}
	.view.spa {
		padding: 45px 0 0;
	}
	.viewContent {
		margin-top: 15px;
	}
	.viewContent .viewHead .headline {
		font-size: 3.45rem;
	}
	.viewContent .viewHead .headline span {
		font-size: 1.4rem;
	}
	.viewContent .viewHead .lead {
		font-size: 2rem;
		letter-spacing: 0.5px;
		margin: 5px 0 0;
	}
	.viewContent .viewBody {
		padding: 0 5%;
	}
	.viewContent .viewBody .txt p {
		font-size: 1.3rem;
		text-align: left;
	}
	.viewContent .viewBody .img {
		margin-bottom: 20px;
	}
	.viewContent .viewBody .img li + li {
		margin-left: 6px;
	}
}

/*========= ROOM =========*/
.room {
	background: #EEE8DE;
	padding-bottom: 60px;
}
.roomHead {
	background: url("../images/index/img_room_mv.jpg");
	background-size: cover;
	height: 365px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.roomHead .headline {
	color: #fff;
	font-size: 5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
}
.roomHead .headline span {
	display: block;
	font-size: 1.4rem;
}
.roomIndex {
	margin: 0 auto;
	width: 92%;
	max-width: 1600px;
}

@media screen and (max-width:1400px) and (min-width: 1026px) {
	.roomIndex .unit .ttl p {
		font-size: 1.8rem;
	}
	.roomIndex .unit .ttl p span {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:1025px) {
	.roomIndex .unit {
		margin: 0 0 2vw;
		width: 49%;
	}
	.roomIndex .unit:nth-child(2n) {
		margin-left: 2%;
	}
}

@media screen and (max-width:767px) {
	.room {
		background: #fff;
		padding-bottom: 0;
	}
	.roomHead {
		background:none;
		height: auto;
		display: block;
	}
	.roomHead img {
		width: 100%;
	}
	.roomHead .headline {
		color: #91802A;
		font-size:3.45rem;
		line-height: 1.5;
		margin: 12px 0;
		text-align: center;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.roomHead .headline span {
		font-size: 1.2rem;
	}
}


/*========= plan =========*/
.plan {
	padding: 100px 0;
}
.plan .carousel {
	justify-content: space-between;
	margin: 50px auto 0;
	max-width: 1377px;
	width: 92%;
}

.plan .carousel>div {
	padding-bottom: 35px;
	position: relative;
	width: 32%;
}
.plan .carousel a {
	display: block;
	transition: 0.3s;
}
.plan .carousel a:hover {
	opacity: 0.7;
}
.plan .carousel p.txt {
	font-size: 1.8rem;
	line-height: 1.7;
	margin: 40px 0;
	padding-left: 50px;
	position: relative;
	word-break: break-all;
}
.plan .carousel p.txt:before {
	background: url("../images/index/ico_plan01.png") no-repeat;
	background-size: cover;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	height: 40px;
	width: 43px;
}
.plan .carousel .plan02 p.txt:before {
	background: url("../images/index/ico_plan02.png") no-repeat;
	background-size: cover;
}
.plan .carousel .plan03 p.txt:before {
	background: url("../images/index/ico_plan03.png") no-repeat;
	background-size: cover;
}

.plan .carousel .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width:1025px) {
	.plan .carousel p.txt:before {
		height: 25px;
		width: 28px;
	}
	.plan .carousel p.txt {
		font-size: 1.2rem;
		margin: 20px 0;
		padding-left: 40px;
	}
}
@media screen and (max-width:767px) {
	.plan {
		padding: 35px 0 0;
	}
	.plan .carousel {
		margin-top: 15px;
		padding-bottom: 50px;
	}
	.plan .carousel>div {
		width: 100%;
	}
	.plan .carousel .btn {
		position: relative;
	}
	.plan .carousel p.txt {
		font-size: 1.3rem;
		margin-bottom: 10px;
		padding-left: 45px;
	}
	.plan .carousel p.txt:before {
		height: 29px;
		width: 32px;
	}
	.plan .carousel .slick-dots {
		display: flex !important;
		justify-content: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 40px;
		margin: 0 auto;
		}
	.plan .carousel .slick-dots li {
		background: #9E9772;
		border-radius: 20px;
		color: transparent;
		font-size: 0;
		outline: none;
		margin: 0 7px;
		height: 12px;
		cursor: pointer;
		opacity: 0.4;
		transition: 0.3s;
		width: 12px;
	}
	.plan .carousel .slick-dots li.slick-active {
		opacity: 1;
	}
}

/*popup*/
@keyframes popupIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.popup {
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.popup .overlay {
	animation: popupIn 2s 0s forwards;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.popup .box {
	opacity: 0;
	animation: popupIn 2s 0.5s forwards;
	background: #fff;
	width: 640px;
	position: absolute;
	left: 0;
	right: 0;
	top: 65px;
	margin: 0 auto;
	padding: 20px;
	z-index:1;
}
.popup .box p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0;
	text-align: center;
	word-break: break-all;
}
.popup .box .btnList {
	margin: 11px 0;
}
.popup .box .btnList li a, .popup .box .btnList li span {
	display: block;
	height: 40px;
	padding: 10px 0;
	text-align: center;
	width: 230px;
	transition: 0.3s;
}
.ie .popup .box .btnList li a, .ie .popup .box .btnList li span {
	padding: 11px 0 5px;
}
.popup .box .btnList li a, .popup .box .btnList li .close:hover {
	background: #BB924E;
	border:1px solid #BB924E;
	color: #fff;
}
.popup .box .btnList li .close, .popup .box .btnList li a:hover {
	border: 1px solid #B2B2B3;
	background: #fff;
	color: #000;
}
.popup .box .btnList li .close {
	margin-right: 10px;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.popup .box {
		top: 50px;
		padding: 15px 10px;
		width: 90%;
	}
	.popup .box p {
		font-size: 1.3rem;
	}
	.popup .box .btnList {
		margin-bottom: 0;
	}
	.popup .box .btnList li a, .popup .box .btnList li span {
		font-size: 1.3rem;
		margin: 10px auto 0;
		width: 225px;
	}
	.popup .box .btnList li .close {
		margin-right: auto;
	}
}

@media screen and (max-width:900px) and (orientation:landscape) {
	.popup .box {
		padding: 10px;
		top: 4vh;
		width: 50%;
	}
	.popup .box p {
		font-size: 1.2rem;
	}
	.popup .box img {
		display: block;
		margin: 0 auto;
	}
	.popup .box .btnList {
		display: flex;
		margin: 0;
	}
	.popup .box .btnList li {
		margin: 0 1%;
		width: 40%;
	}
	.popup .box .btnList li a, .popup .box .btnList li span {
		height: 30px;
		padding: 5px;
		width: 100%;
	}
}
