@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
/*Noto Sans（ゴシック）　と　Noto Serif(明朝)　*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap&family=Zen+Maru+Gothic:wght@500;700;900&display=swap');
/*数字強調用（Poppins）*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800;900&display=swap');
/*fontawesome*/
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

#wrapper {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 50px;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', 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;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 10px;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 12px;
		background-size: 8px;
	}
}

a.jump,
a.pdf {
	color: #5341C4;
	font-weight: bold;
}

a.jump i,
a.pdf i {
	text-indent: 0.5em;
}

/*--------予約ボタン-------------*/
.yoyaku{
	padding: 40px 0;
}
.yoyaku h2{
	font-size: 120%;
}

.yoyaku ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 20px 0;
}

.yoyaku ul li {
	width: 90%;
	max-width: 700px;
}

.yoyaku .caution {
	width: fit-content;
	margin: 0 auto;
}

.yoyaku .caution p {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 100%;
}

.yoyaku .caution a.pdf {
	padding-left: 1em;
}

.soldout p {
	background: #3F3F3F;
}

.soldout::before {
	position: absolute;
	/*transform: rotate(10deg);*/
	background-color: #C50B0E;
	opacity: 0.8;
	padding: 2px 20px;
	color: #FFFFFF;
	content: "soldout";
	font-size: 90%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 50%;
	margin: auto;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.soldout::after {
	position: absolute;
	/*transform: rotate(10deg);*/
	background-color: #C50B0E;
	opacity: 0.8;
	padding: 2px 20px;
	color: #FFFFFF;
	content: "soldout";
	font-size: 90%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 50%;
	margin: auto;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media screen and (max-width: 759.9px) {
	.yoyaku ul {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}

a.godetail {
	/*background-image: linear-gradient(320deg, rgba(96, 165, 248, 0.8), rgba(122, 207, 220, 1));*/
	background-image: linear-gradient(320deg, rgba(248, 15, 15, 1), rgba(207, 63, 245, 1));
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 90px;
	padding: 10px 10px;
	color: #FFF;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	border: solid 2px;
	font-family: 'Noto Sans JP', sans-serif;
}

a.godetail.jr {
	background-image: linear-gradient(320deg, rgba(79, 195, 87, 0.8), rgba(137, 195, 79, 1));
}

a.godetail.gray {
	background: #535353;
	opacity: 0.8;
	border: solid 2px #535353;
	pointer-events: none;
}

a.godetail.gray span {
	background: rgba(255, 255, 255, 0.8);
	color: #D40003;
	line-height: 1;
	padding: 2px 20px;
	margin-top: 5px;
	display: block;
	font-size: 90%;
}

a.godetail:hover {
	opacity: 0.8;
	 background-image: linear-gradient(320deg, rgba(253, 219, 146, 0.4), rgba(209, 253, 254, 0.4));
	color: rgba(248, 15, 15, 1);
	border: solid 2px rgba(248, 15, 15, 1);
}

a.godetail.jr:hover {
	opacity: 0.8;
	background:#FFF;
	color: #4FC357;
	border: solid 2px #4FC357;
}

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

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	height: 500px;
	position: relative;
	background: url("../images/bg_top.jpg")no-repeat center;
	background-size: cover;
}
.page_roof .inner {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.page_roof h2 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_roof h2 img {
	width: 100%;
	height:100%;
	object-fit: contain;
}

@media screen and (max-width: 759.9px) {
	.page_roof {
		height: 35vh;
	}
}


/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	padding-top: 50px;
}

.pageContent .inner {
	width: 98%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
.pageContent .inner img{
	width: 100%;
	margin-bottom: 20px;
}

/*-----案内----*/
#guidance {
	position: relative;
	background: #f4fff9;
	padding-bottom: 80px;
}

@media screen and (max-width: 759.9px) {
	#guidance {
		padding-bottom: 40px;
	}
}

.inner.guidance {
	width: 85%;
	max-width: 800px;
	font-size: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin: 0 auto;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.guidance h2 {
	font-size: 200%;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.guidance h2::before,
.guidance h2::after {
	content: "";
	width: 150px;
	height: 1px;
	background: #333333;
}

@media screen and (max-width: 759.9px) {
	.guidance h2 {
		font-size: 140%;
	}

	.guidance h2::before,
	.guidance h2::after {
		width: 80px;
	}
}

.guidance h3 {
	font-size: 120%;
	margin-bottom: 10px;
}

.guidance ul {
}
.guidance ul.ind {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1em;
}


.guidance ul li {
	font-size: 100%;
	margin-bottom: 3px;
	text-indent: -1em;
	margin-left: 1em;
}

.guidance ul:not(.ind) li::before {
	content: "●";
	font-size: 90%;
	margin-right: 3px;
}

.text_red {
	color: #C50B0E;
}

.text_bold {
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {
	.inner.guidance {
		padding: 10px;
	}
}
/*-------------伊東キャンペーン----------------*/
#itocampaign .inner {
	background:#ffdd61;
	padding-bottom: 30px;
}
#itocampaign .inner > img {
	width: 100%;
	margin-bottom: 0;
}
#itocampaign .inner h3{
	font-size: 240%;
	font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#itocampaign .inner h3 + p{
	margin:-4px auto 30px;
	width: fit-content;
}
#itocampaign .inner h3 .number{
	font-family: 'Poppins', 'Zen Maru Gothic', sans-serif;
	font-size: 160%;
	font-weight: 900;
	color: #C50B0E;
	letter-spacing: -2px;
	margin:0 5px;
	vertical-align: -5px;
}
#itocampaign .inner h3 .number small{
	font-size: 60%;
	margin-left: 3px;
}

#itocampaign .inner h3 .normal{
	font-size: 80%;
	font-weight: normal;
}
#itocampaign .inner .conditions{
	background: #FFFFFF;
	padding: 30px 30px 20px 30px;
	border-radius: 5px;
	width: fit-content;
	margin: 0 auto 30px;
	position: relative;
}
#itocampaign .inner .conditions h4{
	position: absolute;
	top:-10px;
	left: 20px;
	font-size: 100%;
	font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: #1B3F8F;
	padding: 2px 20px 5px 20px;
	border-radius: 15px;
	width: fit-content;
	color: #FFFFFF;
}
#itocampaign ul li{
	margin-bottom: 5px;
}
#itocampaign ul li.kikan{
	font-weight: bold;
}
#itocampaign .attention{
	font-size: 100%;
	width: fit-content;
	color: red;
	margin: 5px auto 0;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 759.9px) {
	#itocampaign .inner {
		padding-bottom: 20px;
	}
	#itocampaign .inner h3{
		margin-bottom: 20px;
		font-size: 140%;
	}
	#itocampaign .inner h3 .number{
		letter-spacing: -1px;
		vertical-align: -2px;
	}
	#itocampaign .inner .conditions{
		background: #FFFFFF;
		padding: 20px 10px 15px 15px;
		width: 90%;
	}
	#itocampaign .inner .conditions h4{
		position: absolute;
		top:-10px;
		left: 20px;
		font-size: 100%;
		padding: 2px 20px 5px 20px;
		border-radius: 15px;
	}
}
#itocampaign .detials{
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
#itocampaign .detials h3{
	font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	background: #1B3F8F;
	padding: 12px 24px;
	border-radius: 8px 8px 0 0;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
#itocampaign .detials .attention{
	font-size: 100%;
	text-indent: -1em;
	padding-left: 1em;
	color: inherit;
	text-align: left;
	width: 100%;
	margin: 0;
}
#itocampaign .detials .panel {
	display: none;
	background: #FFFFFF;
}
#itocampaign .panel dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

#itocampaign .panel dl + dl {
	border-top: none;
}

#itocampaign .panel dl:last-of-type {
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	margin-bottom: 40px;
}

#itocampaign .panel dt {
	/*flex: 0 0 200px;
	display: flex;
	align-items: center;*/
	width: 200px;
	padding: 18px 24px;
	background: #F4F8FF;
	color: #1B3F8F;
	font-weight: bold;
}

#itocampaign .panel dd {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 18px 24px;
	border-left: 1px solid #DDDDDD;
}

#itocampaign .panel .caution {
	font-size: 13px;
	color: #666666;
}

#itocampaign .panel .attention {
	text-indent: -1em;
	padding-left: 1em;
}

#itocampaign .panel .caution.red {
	color: #C50B0E;
	font-weight: bold;
}
#itocampaign .panel .attention {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 759.9px) {
	#itocampaign .detials h3 {
		font-size: 16px;
		padding: 10px 16px;
	}
	#itocampaign .panel .title h2 {
		font-size: 20px;
	}

	#itocampaign .panel .title p {
		font-size: 15px;
	}

	#itocampaign .panel h3 {
		font-size: 16px;
		padding: 10px 16px;
	}

	#itocampaign .panel dl {
		flex-direction: column;
	}

	#itocampaign .panel dt {
		width: 100%; 
		padding: 12px 16px 4px;
	}

	#itocampaign .panel dd {
		padding: 4px 16px 14px;
		border-left: none;
	}
}
/*-------------開閉パネル--------------*/

#itocampaign .detials .panelopen::before,
#itocampaign .detials .panelopen::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right:30px;
  width: 4px;
  height: 15px;
  border-radius: 10px;
  background-color: #FFFFFF;
  transform-origin: 50% calc(100% - 2px);
}
#itocampaign .detials .panelopen::before {
  transform: rotate(45deg);
}
#itocampaign .detials .panelopen::after {
  transform: rotate(-45deg);
}
#itocampaign .detials .panelopen.close::before {
  transform: rotate(135deg);
	bottom: 25px;
	transition: .3s;
}
#itocampaign .detials .panelopen.close::after {
  transform: rotate(-135deg);
	bottom: 25px;
	transition: .3s;
}
@media screen and (max-width: 759.9px){
	#itocampaign .detials .panelopen::before,
	#itocampaign .detials .panelopen::after {
		bottom: 12px;
		right:20px;
	}
	#itocampaign .detials .panelopen.close::before,
	#itocampaign .detials .panelopen.close::after {
		bottom: 20px;
	}
}
