/* reset add
----------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
}

ul {
	list-style: none;
}

a:hover {
	opacity: 0.8;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
br.pc {
	display: inline-block;
}
br.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}	
	br.pc {
		display: none;
	}
	br.sp {
		display: inline-block;
	}
}

/* common
----------------------------------- */
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
}

.w890 {
	max-width: 890px;
	margin: 0 auto;
}

.w950 {
	max-width: 950px;
	margin: 0 auto;
}


/* -----------------------------------

top main

----------------------------------- */

#top {
	background: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}

#top main {
	position: relative;
	overflow: hidden;
}

#top main #movie {
	position: fixed;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}

#top main section {
	position: relative;
	z-index: 100;
}

/* -----------------------------------

mv

----------------------------------- */
.mv {
	position: relative;
}

.mv h1 {
	width: 45%;
	margin: 0 auto;
	padding: 10rem 0 4rem;
}

.mv .item {
	width: 100%;
	position: absolute;
	top: 0;
}

@media screen and (max-width: 768px) {
	.mv h1 {
		width: 71%;
		margin: 0 auto;
		padding: 4.5rem 0 2rem;
	}
}


/* -----------------------------------

sec01

----------------------------------- */
.sec01 {
	max-width: 810px;
	margin: 80px auto;
}

.sec01 h2 {
	width: 68%;
	margin: 0 auto;
}

.sec01 p {
	font-size: 18px;
	text-align: center;
	margin-top: 2rem;
}

.sec01 .box {
	color: #fff;
	background: #004733;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-top: 5rem;
	position: relative;
}

.sec01 .box .img {
	width: 20%;
}

.sec01 .box .text {
	width: 77%;
}

.sec01 .box .text h3 {
	font-size: 21px;
	margin-bottom: 1rem;
}

.sec01 .box .text p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	text-align: left;
}

.sec01 .box .text a {
	color: #fff;
	font-size: 17px;
}

.sec01 .box .item {
	position: absolute;
	top: -170px;
	right: -170px;
	width: 35%;
}

@media screen and (max-width: 768px) {
	.sec01 {
		margin: 40px 20px;
	}
	.sec01 h2 {
		width: 100%;
	}
	.sec01 p {
		font-size: 18px;
		text-align: left;
		margin-top: 1.5rem;
	}
	.sec01 .box {
		display: block;
		padding: 50px 20px;
		margin-top: 3rem;
	}
	.sec01 .box .img {
		width: 50%;
		margin: 0 auto;
	}
	.sec01 .box .text {
		width: 100%;
	}
	.sec01 .box .text h3 {
		margin-top: 1rem;
	}
	.sec01 .box .text p {
		margin-bottom: 0.5rem;
	}	
	.sec01 .box .text a {
		display: block;
		text-align: center;
		font-size: 20px;
	}
	.sec01 .box .item {
		position: absolute;
		top: -170px;
		right: -170px;
		width: 35%;
	}	
}


/* -----------------------------------

sec02

----------------------------------- */
.sec02 {
	background: #BEC6AE;
}

.sec02 .w950 {
	padding: 4rem 0;
}

.sec02 .parent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
}
.sec02 .div2 {
	grid-column: span 2 / span 2;
	grid-row: span 2 / span 2;
}
.sec02 .div3 {
	grid-row-start: 2;
	margin-top: -50px;
	padding-right: 30px;
}

.sec02 .logo {
	width: 60%;
	margin: 3rem auto;
}

.sec02 h3 {
	font-size: 21px;
	margin-bottom: 1rem;
}

.sec02 p {
	font-size: 16px;
	margin-bottom: 1rem;
}

.sec02 a {
	color: #000;
	font-size: 16px;
}


@media screen and (max-width: 768px) {
	.sec02 .w950 {
		padding: 1rem 0 3rem;
	}
	.sec02 .parent {
		display: block;
	}
	.sec02 .div2 {
		width: 80%;
		margin: 0 auto;
	}
	.sec02 .div3 {
		margin-top: 30px;
		padding-right: 0;
		text-align: center;
	}
	.sec02 .logo {
		width: 45%;
		margin: 1rem auto 2rem;
	}
	.sec02 h3 {
		font-size: 21px;
		margin-bottom: 1rem;
	}
	.sec02 p {
		text-align: left;
		margin: 0 30px;
		margin-bottom: 1rem;
	}
	.sec02 a {
		font-size: 20px;
	}	
}


/* -----------------------------------

sec03

----------------------------------- */
.sec03 {
	padding: 11.5rem 0 10rem;
	position: relative;
}

.sec03 h2 {
	width: 36%;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.sec03 p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 2rem;
}

.sec03 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec03 ul li {
	width: 48%;
}

.sec03 .sweets .rel {
	position: relative;
}

.sec03 ul.menu-sweets li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.5rem 0;
}

.sec03 ul.menu-sweets {
	margin: 3rem auto 6rem;
	position: relative;
	z-index: 100;
}

.sec03 ul.menu-sweets li div {
	width: 48%;
}
.sec03 ul.menu-sweets li div:first-child {
	width: 37%;
}
.sec03 ul.menu-sweets li div:nth-child(2) {
	width: 59%;
}

.sec03 ul.menu-sweets li div:nth-child(2) h3 {
	color: #004733;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

.sec03 ul.menu-sweets li div:nth-child(2) p {
	text-align: left;
	font-size: 15px;
}

.sec03 .savory h2 {
	width: 20%;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.sec03 ul.menu-savory li h3 {
	width: 40%;
	margin: 0 auto;
	margin-top: 1.5rem;
}
.sec03 ul.menu-savory li:first-child h3 {
	width: 50%;
}

.sec03 ul.menu-savory li h4 {
	color: #004733;
	font-size: 20px;
	text-align: center;
}

.sec03 ul.menu-savory li p {
	font-size: 15px;
	text-align: left;
	margin-top: 0.6rem;
	margin-bottom: 0;
}

.sec03 .savory .drinks {
	background: rgba(127, 118, 64, 0.5);
	padding: 40px;
	text-align: center;
	margin-top: 7rem;
}

.sec03 .savory .drinks img {
	width: 180px;
}
.sec03 .savory .drinks p {
	display: inline;
	color: #fff;
	font-size: 20px;
	padding-left: 50px;	
}

.sec03 .item01,
.sec03 .item02,
.sec03 .item03,
.sec03 .item04,
.sec03 .item05,
.sec03 .item06 {
	position: absolute;
}
.sec03 .item01 {
	width: 360px;
	top: -14rem;
	left: -5rem;
}
.sec03 .item02 {
	width: 320px;
	top: 7rem;
	right: 0;
}
.sec03 .item03 {
	width: 280px;
	top: 39rem;
	left: 0;
}
.sec03 .item04 {
	width: 210px;
	top: 62rem;
	right: 0;
}
.sec03 .item05 {
	width: 190px;
	top: 108rem;
	left: 0;
}
.sec03 .item06 {
	width: 260px;
	top: 39rem;
	right: -3rem;
}

@media screen and (max-width: 768px) {
	.sec03 {
		padding: 11.5rem 0 3rem;
	}
	.sec03 h2 {
		width: 50%;
		margin: 0 auto;
		margin-top: -2rem;
		margin-bottom: 1.5rem;
	}
	.sec03 p {
		font-size: 18px;
		text-align: center;
		margin-bottom: 2rem;
	}
	.sec03 ul {
		display: block;
		padding: 0 10px;
	}
	.sec03 ul li {
		width: 100%;
	}
	.sec03 ul.menu-sweets li {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 1.5rem 0;
	}
	.sec03 ul.menu-sweets {
		margin: 3rem auto 6rem;
		position: relative;
		z-index: 100;
	}
	.sec03 ul.menu-sweets li div {
		width: 48%;
	}
	.sec03 ul.menu-sweets li div:first-child {
		width: 45%;
	}
	.sec03 ul.menu-sweets li div:nth-child(2) {
		width: 51%;
	}
	.sec03 ul.menu-sweets li div:nth-child(2) h3 {
		font-size: 18px;
	}
	.sec03 ul.menu-sweets li div:nth-child(2) p {
		font-size: 13px;
	}
	.sec03 ul.menu-sweets li div.child_1 {
		order: 1;
	}
	.sec03 ul.menu-sweets li div.child_2 {
		order: 2;
		padding-left: 10px;
	}
	.sec03 ul.menu-sweets li div.pl10 {
		padding-left: 10px;
	}
	.sec03 ul.menu-sweets li div p.sp-w130 {
		width: 130px;
	}
	.sec03 .savory {
		margin-top: 11rem;
	}
	.sec03 .savory h2 {
		width: 47%;
		margin: 0 auto;
		margin-bottom: 1.5rem;
		position: relative;
		z-index: 100;
	}
	.sec03 ul.menu-savory {
		padding: 0 20px;
	}
	.sec03 ul.menu-savory li:nth-child(2) {
		margin-top: 2rem;
	}
	.sec03 ul.menu-savory li h3 {
		width: 47%;
	}
	.sec03 ul.menu-savory li:first-child h3 {
		width: 50%;
	}
	.sec03 .savory .drinks {
		margin: 0 20px;
		margin-top: 3rem;
	}
	.sec03 .savory .drinks img {
		display: block;
		width: 180px;
		margin: 0 auto;
	}
	.sec03 .savory .drinks p {
		display: block;
		font-size: 20px;
		padding-left: 0;
		margin-top: 1rem;
		margin-bottom: 0;

	}
	.sec03 .item01 {
		width: 200px;
		top: -11rem;
		left: 10px;
	}
	.sec03 .item02 {
		width: 180px;
		top: 0;
	}
	.sec03 .item03 {
		width: 160px;
		top: 56%;
		left: 0;
	}
	.sec03 .item04 {
		width: 120px;
		top: 36%;
		right: -20px;
	}
	.sec03 .item05 {
		width: 110px;
		top: 17.5%;
		left: -20px;
	}
	.sec03 .item06 {
		width: 160px;
		top: auto;
		bottom: -14%;
		right: 0.2rem;
	}	
}

/* -----------------------------------

sec04

----------------------------------- */
.sec04 {
	background: #004733;
	padding: 7rem 0;
	position: relative;
}

.sec04 .rel {
	position: relative;
}


.sec04 .parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 8px;
	margin-bottom: 3rem;
}
.sec04 .div2 {
	grid-row: span 2 / span 2;
}
.sec04 .div3 {
	color: #E2E4E2;
	margin-top: -4rem;
}

.sec04 .div1 h2 {
	width: 74%;
}

.sec04 .div3 h3 {
	font-size: 21px;
	margin-bottom: 0.5rem;
}

.sec04 .div3 tbody th,
.sec04 .div3 tbody td {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 0.5rem;
}
.sec04 .div3 tbody th {
	width: 80px;
}

.sec04 .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27%;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	background: #E2E4E2;
	font-size: 22px;
	font-weight: 600;
	color: #0D1900;
	text-decoration: none;
	padding: 20px 0;
	border-radius: 10px;
}

.sec04 ul.note {
	text-align: center;
	color: #E2E4E2;
	font-size: 13px;
	margin-bottom: 5rem;
}
.sec04 ul.note li {
	padding-left:1em;
	text-indent:-1em;
}
.sec04 ul.note li::before {
	content: '※';
}

.sec04 .banner {
	background: url(../images/sec04_banner.png);
	background-repeat: no-repeat;
	background-size: 100%;
	max-width: 800px;
	margin: 0 auto;
	height: 260px;
	position: relative;
	color: #E2E4E2;
}

.sec04 .banner p {
	position: absolute;
	top: 2rem;
	right: 1rem;
}

.sec04 .banner .btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	width: 40%;
	margin-bottom: 0;
	background: #E2E4E2;
	font-size: 22px;
	color: #004733;
	padding: 13px 0;
	border-radius: 10px;
	opacity: 0.8;
}
.sec04 .banner .btn:hover {
	opacity: 0.5;
}

.sec04 .item {
	position: absolute;
	top: -13rem;
	left: -6rem;
	width: 330px;
}

@media screen and (max-width: 768px) {
	.sec04 {
		padding: 7rem 0 3rem;
	}
	.sec04 .parent {
		display: block;
		margin-bottom: 2rem;
	}
	.sec04 .div2 {
		margin: 2rem 20px;
	}
	.sec04 .div3 {
		margin-top: 0;
		text-align: center;
	}
	.sec04 .div1 h2 {
		width: 65%;
		margin: 0 auto;
	}
	.sec04 .div3 table {
		width: 83%;
		margin: 0 auto;
	}
	.sec04 .div3 tbody th {
		width: 70px;
	}
	.sec04 .btn {
		width: 80%;
		margin-bottom: 1.8rem;
		font-size: 18px;
		padding: 13px 0;
	}
	.sec04 ul.note {
		font-size: 13px;
		margin: 0 30px;
		margin-bottom: 3rem;
	}
	.sec04 .banner {
		background: url(../images/sec04_banner_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		margin: 0 30px;
		height: 370px;
	}
	.sec04 .banner p {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		top: 9rem;
		right: 0;
		width: 90%;
	}
	.sec04 .banner .btn {
		bottom: 20px;
		width: 90%;
		margin-bottom: 0;
		background: #E2E4E2;
		font-size: 18px;
		padding: 13px 0;
	}
	.sec04 .banner .btn:hover {
		opacity: 0.5;
	}
	.sec04 .item {
		position: absolute;
		top: -11rem;
		left: auto;
		right: 0.5rem;
		width: 200px;
	}	
}

/* footer
----------------------------------- */
footer {
	width: 100%;
	padding: 7rem 0 10rem;
	position: relative;
	z-index: 900;
}

footer .w960 {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

footer .w960 .logo {
	width: 16%;
	margin: 0 auto;
	margin-bottom: 2rem;
}

footer .w960 ul {
	font-size: 17px;
	text-align: center;
	margin-bottom: 2rem;
}
footer .w960 ul li {
	line-height: 2.3;
}

footer .w960 a.link {
	display: block;
	color: #000;
	text-align: center;
	margin-bottom: 3rem;
}

footer .w960 .map {
	margin-bottom: 2rem;
}

footer .w960 ul.note {
	font-size: 14px;
	text-align: left;
	margin-bottom: 3rem;
}
footer .w960 ul.note li {
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.8;
}
footer .w960 ul.note li::before {
	content: '※';
}

footer .w960 .link-hotel {
	text-align: center;
	padding-bottom: 30px;
}
footer .w960 .link-hotel a {
	display: block;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	position: relative;
	margin-bottom: 0.5rem;
}
footer .w960 .link-hotel a::before,
footer .w960 .link-hotel a::after {
	content: '|';
	vertical-align: top;
	padding: 0 10px;
}

footer .w960 .copy {
	padding-bottom: 1rem;
    color: #00000080;
    font-size: 12px;
    text-align: center;
}

footer .item {
	position: absolute;
	bottom: 0;

}

@media screen and (max-width: 768px) {
	footer {
		padding: 3rem 0 4rem;
	}
	footer .w960 .logo {
		width: 30%;
		margin-bottom: 2rem;
	}
	footer .w960 ul {
		margin-bottom: 2rem;
	}
	footer .w960 ul li {
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	footer .w960 a.link {
		font-size: 19px;
		margin-bottom: 2rem;
	}
	footer .w960 .map {
		margin-bottom: 2rem;
	}
	footer .w960 ul.note {
		font-size: 12px;
	}
	footer .w960 ul.note li {
		margin: 0 10px;
		margin-bottom: 0.1rem;
	}
	footer .w960 .link-hotel {
		text-align: center;
		padding-bottom: 0;
	}
	footer .w960 .link-hotel a {
		font-size: 16px;
		margin-bottom: 1rem;
		line-height: 1.5;
	}
	footer .w960 .link-hotel a::before,
	footer .w960 .link-hotel a::after {
		content: none;
	}
	footer .w960 .copy {
		width: 80%;
		margin: 0 auto;
	}
	footer .item {
		position: absolute;
		bottom: 0;
	
	}	
}

/* ----------------------------------------------------
	fadeIn
---------------------------------------------------- */
/*
	透明度が変化
------------------------------ */
.fadeBlock {
	opacity: 0;
	transition: all 1.5s;
}

.fadeBlock.fadeIn {
	opacity: 1;
}

.title_fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime{
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}


/*
	下から
------------------------------ */
.fadeBottom {
	transform: translateY(100px);
}

.fadeBottom.fadeIn {
	transform: translateY(0);
}

/*
	上から
------------------------------ */
.fadeTop {
	transform: translateY(-100px);
}

.fadeTop.fadeIn {
	transform: translateY(0);
}


/*
	右から
------------------------------ */
.fadeRight {
	transform: translateX(100px);
}

.fadeRight.fadeIn {
	transform: translateX(0);
}

/*
	左から
------------------------------ */
.fadeLeft {
	transform: translateX(-100px);
}

.fadeLeft.fadeIn {
	transform: translateX(0);
}

/* ----------------------------------------------------
	object
---------------------------------------------------- */
.object {
	animation: korokoro 2.5s linear 0s infinite;
}

@keyframes korokoro {
	10% {
		-webkit-transform: rotate(-10deg);
	}

	20% {
		-webkit-transform: rotate(8deg);
	}

	30% {
		-webkit-transform: rotate(-5deg);
	}

	40% {
		-webkit-transform: rotate(4deg);
	}

	50% {
		-webkit-transform: rotate(-3deg);
	}

	60% {
		-webkit-transform: rotate(2deg);
	}

	70% {
		-webkit-transform: rotate(-1deg);
	}

	80% {
		-webkit-transform: rotate(1deg);
	}

	90% {
		-webkit-transform: rotate(-1deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}