@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 50px;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.marker {
	background: linear-gradient(transparent 70%, rgba(255, 210, 44, 0.6) 70%);
	font-weight: bold;
	padding-bottom: 0.1em;
}

.slash {
	width: fit-content;
	margin: 0 auto 10px;
	padding: 0 25px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 20px;
	font-size: 140%;
	color: #ed5603;
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 20px;
		background-size: 15px;
		font-size: 110%;
	}
}

p.credit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 2px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	width: fit-content;
	margin: 5px 5px 5px auto;
	border-radius: 15px;
}

/*--------予約ボタン-------------*/
a.godetail {
	background: #db0303;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	line-height: 1.4;
	border: solid 2px;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 10px;
}

a.godetail:hover {
	opacity: 1;
	background: #FFFFFF;
	color: #db0303;
	border: solid 2px #db0303;
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		font-size: 120%;
	}
}



.yoyaku a.godetail {
	width: 90%;
	max-width: 400px;
	height: 60px;
	margin: 0 auto;
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}

.page_roof .inner {
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;	
}

.page_roof h2 {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 10;
	background:url("../images/top_left.png")no-repeat center left,url("../images/top_right.png")no-repeat center right;
	background-size: auto 100%, auto 100%;

}

.page_roof h2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 759.9px) {
	.page_roof {
		height:30vh;
		margin-bottom: 30px;
	}
	.page_roof h2 {
	position: absolute;
		top:0;
		left:-50px;
		right:-50px;
		bottom:0;
		z-index: 10;
		background:url("../images/top_left.png")no-repeat center left,url("../images/top_right.png")no-repeat center right;
		background-size: auto 100%, auto 100%;
	}
}
/*--------.toplead-------------*/
.toplead{
	width: 95%;
	max-width: 950px;
	margin:0 auto 30px;
}
.toplead p {
	text-align: center;
	font-size: 160%;
	margin-bottom: 15px;
}
.toplead h2 {
	font-size: 200%;
	text-align: center;
	margin-bottom: 30px;
	line-height:1.6;
}

@media screen and (max-width: 759.9px) {
	.toplead p {
		font-size: 120%;
		margin-bottom: 20px;
	}
	.toplead h2 {
		font-size: 140%;
		margin-bottom: 20px;
	}
}
.toplead .icon {
	width: 220px;
	position: relative;
	margin: 0 auto;
}
.toplead .icon p{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1;
	font-size: 200%;
	font-family:"Yusei Magic", sans-serif;
	transform: rotate(-5deg);
} 
.toplead .icon img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 759.9px) {
	.toplead .icon {
		width: 160px;
	}
	.toplead .icon  p{
		padding-top: 10px;
		font-size: 140%;
	}
}

@media screen and (min-width: 760px) {
	.info {
		width: fit-content;
		text-align: left;
		margin: 30px auto 30px;
	}
	.info dl{
		display: flex;
		align-items: center;
		gap:20px;
	}
	.info dl dt p{
		font-size: 120%;
		text-align: center;
	}
	.info dl dd {
		border-left: 1px dotted #CCC;
		padding-left: 30px;
		font-size: 120%;
	}
}	
.info dl dd li {
	margin: 20px 0;
	padding-left: 10px;
}
.info dl dd li:first-child {
	border-left:5px solid #cf6850;
}
.info dl dd li:last-child {
	border-left:5px solid #a17f60;
}
.info dl dd li a{
	font-size: 80%;
}
@media screen and (max-width: 759.9px) {
	.info {
		width: 90%;
		text-align: left;
		margin: 30px auto 30px;
	}
	.info dl{
		display: block;
	}
	.info dl dt{
		width: fit-content;
		margin: 0 auto 5px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
	}
	.info dl dt p{
		font-size: 120%;
		text-align: center;
	}
	.info dl dd {
		padding-left: 30px;
		font-size: 100%;
	}
}
/*-----------ふきだし-----------*/
.fukudashi{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.fukudashi img{
	width: 100%;
	height: auto;
}
.fukudashi p{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 120%;
	font-weight: bold;
}
@media screen and (max-width: 759.9px) {
	.fukudashi p{
			font-size: 100%;
	}
}
/*------------クーポン取得-------------*/
#coupon_120th  {
	width: 90%;
	max-width: 950px;
	height: 340px;
	margin: 20px auto;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: url("../images/bg_coupon_btn.png")no-repeat center bottom #013990;
	background-size: auto 100%;
	padding-top: 20px;
}
#coupon_120th img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}
#coupon_120th a.godetail {
	position: absolute;
	bottom: 45px;
	left:0;
	right: 0;
}
/*------------おトク予約-------------*/
#otokuplan  {
	width: 90%;
	max-width: 950px;
	margin: 20px auto;
	position: relative;
	border-radius: 20px;
}
#otokuplan p.slash {
	margin-bottom: 20px;
}
#otokuplan .yoyaku_unit{
	display: flex;
	justify-content: center;
	gap:40px;
}
#otokuplan .yoyaku_unit .yoyaku{
	display: block;
	width: 350px;
	text-align: center;
}
#otokuplan .yoyaku_unit .yoyaku img{
	width: 100%;
	margin-bottom: 15px;
}
#otokuplan a.godetail {
	font-size: 100%;
}
@media screen and (max-width: 759.9px) {
	#otokuplan .yoyaku_unit{
		display:block;
	}
	#otokuplan .yoyaku_unit .yoyaku{
		width: 80%;
		margin: 0 auto 40px;
	}
	#otokuplan a.godetail{
		height: 70px;
		font-size: 100%;
	}
}
/*-----トップwiper カスタマイズ------------------*/
.swiper-container.top {
	width: 100%;
	height: 100%;
}

.swiper-container.top .swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-container.top .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 759.9px) {
}