@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=Zen+Maru+Gothic&display=swap');
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

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

#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;
	--cream:#FFF4D6;
	--cream-deep:#FFE29A;
	--orange:#f5aa00;
	--brown:#371e0b;
	--red:#E2231A;
	--navy:#1B3A6B;
	--white:#FFFFFF;
}

#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 20px;
	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: 120%;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 20px;
		background-size: 15px;
		font-size: 110%;
	}
}
a.godetail {
	background: var(--orange);
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	color: var(--brown);
	transition: 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	border: solid 2px;
}

a.godetail:hover {
	opacity: 0.8;
	background: #FFF;
	color: var(--orange);
	border: solid 2px var(--orange);
}
a.godetail.gray{
	background: var(--color3);
	opacity: 0.8;
	border: solid 2px var(--color3);
	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::after {
	border-top: 3px solid #7fbfff;
	border-right: 3px solid #7fbfff;
}

a.godetail a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.2s ease-in-out;
}

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

.disnon {
	display: none;
}
/*-------------------*/
.hero{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
}
.hero h2{
	width: 100%;
	margin-bottom: 30px;
}
.hero h2 img{
	width: 100%;
	height: auto;
}
.hero h2 p.credit{
	font-size: 14px;
	text-align: right;
	font-weight: normal;
}
.hero h3 {
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight:900;
	line-height:1.5;
	font-size:clamp(30px, 5vw, 48px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--navy);
	text-align: center;
}
.hero h3 .gentei{
	font-size:40%;
	color: #333;
}
.hero h3 .area{
	font-size: 75%;
}

.hero .catch p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
.hero .catch p span:first-child{
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight:900;
	font-size:clamp(30px, 5vw, 48px);
	color: var(--red);
}
.hero .catch p span:last-child{
	font-size:clamp(20px, 2.5vw, 24px);
	padding-bottom: 5px;
}
@media screen and (max-width: 759.9px) {
	.hero h2 p.credit{
		font-size: 12px;
	}
}
/*-------------------*/
section .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}
/*-------------------*/
.conditions {
	margin-bottom: 40px;
}
.conditions .inner {
	width: fit-content;
	background: var(--cream);
	border-radius: 30px;
	border: 3px solid var(--navy);
	padding: 5px 40px  10px;
}
.conditions .inner h4{
	color: #ffffff;
	background: var(--navy);
	width: fit-content;
	margin: -20px 0 10px 20px;
	font-size: 120%;
	padding: 0 20px;
	border-radius: 20px;
}

.conditions .inner ul{
	width: fit-content;
	margin: 0 auto;
	font-size: 120%;
	margin-bottom: 5px;
}
.conditions .inner ul li{
	text-indent: -1em;
	padding-left: 1em;
}
.conditions .inner ul li::before{
	content:"\f00c";
	font-family: FontAwesome;
  font-weight: bold;
	margin-right: 0.5em;
	color: var(--navy);
}
@media screen and (max-width: 759.9px) {
	.conditions .inner {
		width: 90%;
		border-radius: 20px;
		border: 2px solid var(--navy);
		padding: 5px 15px  10px;
	}
	.conditions .inner h4{
		color: #ffffff;
		background: var(--navy);
		width: fit-content;
		margin: -20px 0 10px 20px;
		font-size: 110%;
		padding: 0 20px;
		border-radius: 20px;
	}
	.conditions .inner ul{
		width: fit-content;
		margin: 0 auto;
		font-size: 100%;
		margin-bottom: 5px;
	}
	.conditions .inner ul li{
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	.conditions .inner ul li::before{
		content:"\f00c";
		font-family: FontAwesome;
		font-weight: bold;
		margin-right: 0.5em;
		color: var(--navy);
	}
}
/*-------------------*/
.yoyaku {
	margin-bottom: 60px;
	background: #ECECEC;
}
.yoyaku h4{
	margin: 10px auto 40px;
}

.yoyaku .area {
	margin-bottom: 30px;
}
.yoyaku .area h5{
	color: #FFFFFF;
	background: var(--brown);
	font-size: 100%;
	width: fit-content;
	padding: 2px 30px 4px;
	border-radius: 20px;
	margin: 0 auto 20px;
}
.yoyaku_unit{
	display: flex;
	gap:20px;
	justify-content: center;
	align-items: center;
}
.yoyaku_unit a{
	width: 48%;
	max-width: 350px;
}
@media screen and (max-width: 759.9px) {
	.yoyaku_unit{
		gap:10px;
	}
}

/*-------------------*/
.guide {
	margin-bottom: 40px;
}
.guide .inner {
	width: 90%;
	background: var(--cream);
	border-radius: 30px;
	border: 2px solid var(--brown);
	padding: 10px 20px 20px;
}
.guide .inner h4{
	color: var(--brown);
	margin-bottom: 15px;
	font-size: 120%;
	border-radius: 20px;
	text-align: center;
}
.guide .inner ul{
	font-size: 110%;
}
.guide .inner ul li{
	text-indent: -1em;
	padding-left: 1em;
}
.guide .inner ul.sub{
	margin-left: 1em;
}
@media screen and (max-width: 759.9px) {
	.guide .inner h4{
		font-size: 110%;
	}
	.guide .inner ul{
		font-size: 100%;
	}
}
/*-------------------*/
.faq {
	margin-bottom: 40px;
}
.faq .inner {
	width: 90%;
	max-width: 700px;
}
.faq .inner h4{
	color: var(--navy);
	margin-bottom: 15px;
	font-size: 120%;
	border-radius: 20px;
	text-align: center;
}
.faq .inner dl{
	font-size: 110%;
	margin-bottom: 20px;
}
.faq .inner dl dt{
	display: flex;
	border-bottom: 1px dotted var(--navy);
	padding: 5px;
	gap:10px;
}
.faq .inner dl dt span{
	color: cornflowerblue;
	font-weight: bold;
}
.faq .inner dl dd{
	display: flex;
	gap:10px;
	padding: 5px;
}
.faq .inner dl dd span{
	color: hotpink;
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {
	.faq .inner h4{
		font-size: 110%;
	}
	.faq .inner dl{
		font-size: 100%;
	}
}

/*-------------------*/
.support {
	margin-bottom: 20px;
	background: #ECECEC;
}
.support .inner{
	display: flex;
}
.support .caution{
	border-left: 1px solid #CCC;
	padding-left: 20px;
}
.support h2{
	white-space: nowrap;
	font-size: 120%;
	margin-bottom: 20px;
	margin-right: 20px;
}
.support h3{
	font-size: 100%;
	margin-bottom: 10px;
}
.support ul{
	display: flex;
	gap:20px;
	margin-top: 10px;
}
.support ul a::before{
	content:"\f08e";
	font-family: FontAwesome;
	margin-right: 10px;
}
@media screen and (max-width: 759.9px) {
	.support .inner{
		display: flex;
		flex-direction: column;
	}
	.support h2{
		font-size: 110%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.support h3{
		font-size: 100%;
		margin-bottom: 10px;
	}

	.support .caution{
		border-left: none;
		border-top: 1px solid #CCC;
		padding-left: 0;
		padding-top: 15px;
	}
	.support ul{
		justify-content: center;
	}

}
