@charset "UTF-8";
html {
	background-color: #F5EACE;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'FOT-筑紫A丸ゴシック Std R', 'TsukuARdGothicStd-R', 'TsukuARdGothic-Regular',serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 40px;
	color: #000;
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
}

p {
	margin-block-start: 0;
    margin-block-end: 0;
}

.wrap {
	overflow: hidden;
}

/*============
header
=============*/
header {
	position: fixed;
    width: 100%;
    z-index: 10;
}
.haikei1 {
	background-color: #005655;
	height: 80px;
}
@media screen and (max-width: 480px) {
	.haikei1 {
		height: 70px;
	}
}
.haikei2 {
	background-color: #BCA24E;
	height: 5px;
}
.haikei3 {
	background-color: #4C2929;
	height: 30px;
}
@media screen and (max-width: 480px) {
	.haikei3 {
		display: none;
	}
}

header ul {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	display: flex;
	justify-content: center;
}
header ul li {
    display: inline-block;
    margin-right: 15px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.2em;
	line-height: 1.7;
    width: 110px;
}
header ul li:last-of-type {
    margin-right: 0;
}
header ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 2px solid rgba(0,0,0,0); /* ADD */
}
header ul li a:hover {
	border-bottom: 2px solid #fff;
}
h1 {
	margin-block-start: 0;
	margin-block-end: 0;
	text-align: center;
}
.ttl {
	width: 120px;
	z-index: 1;
	position: absolute;
	top: 60px;
    transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 480px) {
	.ttl{
		width: 80px;
		z-index: 1;
		position: absolute;
		top: 40px;
		transform: translateY(-50%) translateX(-50%);
	}
}
@media screen and (min-width: 479px) {
	#wrapper {
		display: none;
	}
}

/*============
nav-sp
=============*/
@media screen and (max-width: 480px) {
	#nav_pc {
		display: none;
	}
	
	#wrapper nav {
		position: fixed;
		top: 0;
		right: -300px;
		width: 150px;
		height: 250px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding-top: 80px;
		background:#005655;
		font-size: 16px;
		box-sizing: border-box;
		z-index: 2
	}
	.menu__item {
		width: 100%;
		height: auto;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #fff;
		box-sizing: border-box;
	}
	.menu__item a {
		text-decoration: none;
		color: #fff
		border-bottom: 3px solid rgba(0,0,0,0); /* ADD */
	}
	.menu__item a:hover {
		border-bottom: 3px solid #fff;
		padding-bottom: 3px;
	}
	.btn-trigger {
		position: fixed;
		top: 25px;
		right: 7%;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 3;
	}
	.btn-trigger span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 4px;
		z-index: 3;
	}
	.btn-trigger, .btn-trigger span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}
	.btn-trigger span:nth-of-type(1) {
		top: 0;
	}
	.btn-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.btn-trigger span:nth-of-type(3) {
		top: 20px;
	}
	
	#btn08.active span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-315deg);
		transform: translateY(13px) rotate(-315deg);
	}
	#btn08.active span:nth-of-type(2) {
		opacity: 0;
	}
	#btn08.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(315deg);
		transform: translateY(-7px) rotate(315deg);
	}
	#wrapper .contents section p {
		position: absolute;
		top: 50%;
		width: 30%;
		line-height: 1.4;
		font-size: 20px;
		color: #fff;
	}
	#wrapper .contents section:nth-child(odd) p {
		left: 10%
	}
	#wrapper .contents section:nth-child(even) p {
		right: 10%
	}
}

/*============
slick
=============*/
.slick {
	position: relative;
}
.slider {
	margin: 0 auto;
	width: 100%;
	padding-inline-start: 0px;
	background: #FFF9EB;
}
.slider figure {
	padding-top: 115px;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.slider figure.figure-slide-01 {
  background-image: url(./img/1.JPG);
}
.slider figure.figure-slide-02 {
  background-image: url(./img/2.JPG);
}
.slider figure.figure-slide-03 {
  background-image: url(./img/3.JPG);
}
.slider figure.figure-slide-04 {
  background-image: url(./img/6.JPG);
}
.slider figure.figure-slide-05 {
  background-image: url(./img/9.JPG);
}
@media screen and (max-width: 480px) {
	.slider figure {
		padding-top: 75px;
		height: 300px;
	}
}

.main-text {
	text-align: center;
	color: #4C2929;
	line-height: normal;
	margin: 60px 0 30px 0;
}
.s13 {
	font-size: 1.3rem;
}
.s2 {
	font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
	.main-text {
		text-align: left;
		font-size: .8rem;
		font-weight: bold;
		color: #4C2929;
		line-height: normal;
		margin: 60px 20px 50px 20px;
	}
	.s13 {
		font-size: .8rem;
	}
	.s2 {
		font-size: 1.1rem;
	}
}

/*============
usagefee
=============*/
#usagefee {
	background-color: #FFF9EB;
}
.naname {
	background-image: url("./img/naname.png");
	text-align: center;
    background-size: cover;
}
.item {
	width: 200px;
    vertical-align: middle;
    padding: 20px;
}

.ryoukin {
	padding-bottom: 80px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.ryoukin {
		padding-bottom: 50px;
	}
}
.ryoukinhyou {
	display: inline-block;
    background: #4C2929;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	width: 500px;
	margin-top: 50px;
	border-radius: 5px;
}
@media screen and (max-width: 480px) {
	.ryoukinhyou {
		width: 300px;
		font-size: 1rem;
		font-weight: bold;
	}
}
.tyuui {
	width: 500px;
	margin: 0 auto;
    text-align: left;
    font-size: .8rem;
}
@media screen and (max-width: 480px) {
	.tyuui {
		width: 300px;
		margin: 0 auto;
		text-align: center;
		font-size: .8rem;
	}
}
.hyou {
	margin: 0 auto;
			}
.ryoukinnomal {
	display: grid;
	text-align: left;
	line-height: 1.5;
	justify-content: center;
}
.ryoukinnomal p {
	padding: 10px;
}
.ryoukinflex {
	display: flex;
	text-align: left;
    line-height: 1.5;
    justify-content: center;
}
.ryoukinflex p {
	padding: 10px;
}
.ryoukinflex-sp{
	display: none;
}
@media screen and (max-width: 480px) {
.ryoukinnomal {
		display: none;
	}
.ryoukinflex {
		display: none;
	}
	.ryoukinflex-sp {
		display: block;
		text-align: center;
		line-height: 1.5;
		padding: 10px;
	}
	.ryoukinflex-sp p {
		padding: 10px;
	}
}
.kasen {
	padding-bottom: .2em;
	border-bottom: 1px solid #000;
}

.sukima {
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
	.sukima {
		margin-bottom: 50px;
	}
}
			.syou {
				font-size: .8rem;
			}

/*============
floormap
=============*/
#floormap {
	background-color: #FFF9EB;
	text-align: center;
}
.floormap {
	padding: 20px;
	width: 70%;
}
@media screen and (max-width: 480px) {
	.floormap {
		padding: 50px 0;
		width: 80%;
	}
}

/*============
info
=============*/
#info {
	padding: 50px 0;
}
.flex {
	display: flex;
	line-height: 2;
	justify-content: center;
}
.flex p {
	padding: 10px;
}
.sp-item1 {
	display: none;
}
.sp-item2 {
	display: none;
}
.sp-item4 {
	display: none;
}


@media screen and (min-width: 481px) and (max-width: 950px) {
	#info {
		padding: 50px 10px;
	}
	.flex {
		display: flex;
		line-height: 2;
		justify-content: space-between;
	}
	.flex p {
		padding: 10px;
		width: 25%;
		word-wrap: break-word;
	}
	.item3 {
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
				}
	.item iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.sp-item1 {
		display: none;
	}
	.sp-item2 {
		display: none;
	}
	.sp-item4 {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.flex {
		display: flex;
		flex-direction: column;
		line-height: 2;
		text-align: center;
	}
	.item1 {
		display: none;
	}
	.item2 {
		display: none;
	}
	.sp-item1 {
		display: block;
		order: 2;
		text-align: left;
		font-size: .7rem;
		font-weight: bold;
		margin: 0 auto;
	}
	.sp-item2 {
		display: block;
		order: 3;
		text-align: left;
		font-size: .7rem;
		font-weight: bold;
		margin: 0 auto;
	}
	.item3 {
		order: 1;
	}
	.sp-item4 {
		display: block;
		order: 2;
		text-align: center;
		font-size: .7rem;
		font-weight: bold;
		margin: 0 auto;
	}
}

/*============
footer
=============*/
footer {
	background-color: #4C2929;
	color: #fff;
	text-align: center;
}