@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}

.scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
	width: calc(100vw / 4);
}

.scroll-infinity__item>img {
	width: 100%;
}

@media screen and (max-width: 759.9px) {
	.scroll-infinity__item {
		width: calc(100vw / 3);
	}
}


/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin: 0 auto 10px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: "Zen Maru Gothic", "BIZ UDMincho", serif, ;
	color: #001360;
	background-size: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

#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;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #CE3000;
	font-size: 110%;
	font-weight: bold;
}

.text_big {
	font-size: 140%;
	font-weight: 500;
	text-align: center;
	color: #555;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: "Zen Maru Gothic", serif;
}

/* .attention {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
} */

/* .marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
	font-size: 105%;
	padding-bottom: 5px;
} */

.deco {
	font-weight: normal;
	display: inline-block;
	padding: 0 30px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 15px auto;
	align-items: flex-end;
}

a.godetail {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	text-decoration: none;
	z-index: 10;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: #B54343;
	transition: 0.3s;
}

a.godetail::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #ffa7a7;
	transition: 0.2s;
}

a.godetail:hover::before {
	top: 0;
	left: 0;
}

a.godetail:hover {
	color: #ffedfd;
	background-color: #d16f6f;
	opacity: 1;
}

a.godetail.yado {
	background-color: #e69797;
}

a.godetail.yado::before {
	border: 2px solid #763434;
}

/* a.godetail.yado:hover {
	color: #93446E;
	background-color: #ffffff;
} */

a.godetail.gray {
	background-color: rgba(180, 180, 180, 0.8);
	pointer-events: none;
	color: #666666;
}

a.godetail.gray::before {
	border: 2px solid #666666;
}

.slash span {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 12px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 50px;
	}

	.slash span {
		padding: 0 12px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 8px;
	}

	p.credit {
		bottom: 5px;
		right: 5%;
		padding: 0 5px;
		font-size: 10px;
	}

	.deco {
		padding: 0 20px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 10px;
		align-items: flex-end;
	}

	.mapimg {
		max-width: 90vw;
	}

}


/*--------.page_roof-------------*/
.page_roof img {
	object-fit: cover;
	width: 100%;
}

/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

/*-------------ナビPC--------------*/
@media screen and (min-width: 760px) {
	#pageNav {
		background: #2F468E;
		width: 100%;
		z-index: 20;
		margin-bottom: 80px;
		padding: 0;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	#pageNav ul {
		width: 100%;
		max-width: 950px;
		font-family: "Zen Maru Gothic", "BIZ UDMincho", serif, ;

		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	#pageNav ul a {
		flex-grow: 1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
		width: 100%;
	}

	#pageNav ul a:first-child {
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}

	#pageNav ul a li {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 120%;
	}

	#pageNav ul a.selected {
		background-color: #2F468E;
	}
}

/*--スマホNAV--*/
@media screen and (max-width: 759.9px) {
	#pageNav {
		margin-bottom: 50px;
	}

	.nav_btn.open {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #2F468E;
		color: #FFFFFF;
	}

	.nav_btn.open:after {
		content: "▼ MENU ▼";
	}

	.nav_btn.close:after {
		content: "▲ 閉じる ▲";
	}

	#pageNav ul {
		display: none;
		width: 100%;
		z-index: 100;
		margin: 0;
		padding: 0;
		background: #3f5aaa;
		color: #FFFFFF;
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: inherit;
		text-decoration: none !important;
	}

	#pageNav ul a {
		width: 100%;
	}

	#pageNav ul a li {
		font-size: 120%;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	/* max-width: 1100px; */
	margin: 100px auto;
}

.pageContent .inner {
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
}

.section_blue {
	background-color: #EFF8FC;
	width: 100vw;
}

.pageContent h2 {
	margin: 60px auto;
	font-family: "Zen Maru Gothic", serif;
	font-size: 220%;
	color: #001360;
	line-height: 140%;
	display: flex;
	text-align: center;
	align-items: center;
	/* 垂直中心 */
	justify-content: center;
	/* 水平中心 */
	position: relative;
}

.pageContent h2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100px;
	height: 100%;
	background: url("../images/title_treat.png")no-repeat center;
	background-size: contain;
}

.pageContent h2::after {
	content: "";
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	background: url("../images/title_treat.png")no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
}

.illust {
	text-align: center;
}

.illust img {
	margin: 0 auto;
	display: inline-block;
	max-width: 12em;
}

@media screen and (max-width: 759.9px) {
	.pageContent {
		width: 100%;
		margin: 50px auto;
	}

	.pageContent h2 {
		font-size: 150%;
		margin: 40px auto;
	}

	.pageContent h2::before {
		width: 70px;
		height: 100%;
	}

	.pageContent h2::after {
		width: 70px;
		height: 100%;
	}

}

/*---------- toplead ----------*/

#toplead p {
	margin: 0 auto;
	max-width: 50em;
}

/*---------- point ----------*/

.point_list {
	display: grid;
}

.point_list ul {
	margin: 0 5px 0 20px;
	justify-self: center;
}

.point_list ul li {
	text-indent: -1.5em;
	font-weight: 600;
	font-size: 100%;
	line-height: 150%;
	margin: 10px 0;
}

.point_list ul li span {
	font-size: 120%;
	color: #FF9D00;
}

.nomal-color {
	color: #001360;
}


/*------------- plan --------------*/

.plan_list {
	display: grid;
}

.plan_list ul {
	margin: 0 5px 0 20px;
	justify-self: center;
}

.plan_list ul li {
	text-indent: -1.5em;
	font-weight: 600;
	font-size: 100%;
	line-height: 150%;
	margin: 10px 0;
}

.plan_list ul li span {
	font-size: 120%;
	color: #001360;
}

.plan_map {
	margin: 50px auto 20px;
	max-width: 900px;
}

.plan_wrap {
	display: flex;
}

.map {
	width: 60%;
	object-fit: cover;
	display: grid;
}


.map a {
	font-weight: 600;
	text-align: center;
	font-size: 130%;
	margin: -50px auto;
}

.map img {
	width: 100%;
}

.plan_info {
	width: 45vw;
	margin-right: 20px;
}

.plan_info dl {
	margin: 8px 0;
	display: flex;
}

.plan_info dt {
	margin: 0 20px 20px 20px;
	width: 28%;
	height: 35px;
	color: #fff;
	background-color: #001360;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 110%;
	font-weight: 600;
	text-align: center;
}

.plan_info dd {
	width: 60%;
	font-size: 150%;
	font-weight: 600;
}

.plan_addwrap {
	display: flex;
	justify-content: space-around;
	margin: 40px 0;
}

.plan_content {
	padding: 20px;
	width: 48%;
	background-color: #E6E2D8;
	border-radius: 40px;

}

.plan_content_title {
	background-color: #AD0000;
	color: #fff;
	border-radius: 40px;
	font-size: 130%;
	font-weight: 600;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}

.plan_content_container {
	display: flex;
}

.plan_content_container p {
	margin: 10px 0 0 0;
	font-size: 120%;
	font-weight: 600;
}

.plan_content_container p span {
	font-size: 80%;
	font-weight: 400;
}

.plan_content_container img {
	width: 160px;
	height: 160px;
	margin-top: 8px;
	left: 15px;
	position: relative;
}

@media screen and (max-width: 759.9px) {
	.plan_map {
		margin: 50px auto 20px;
		max-width: 900px;
	}

	.plan_wrap {
		display: block;
	}

	.map {
		width: 100%;
	}

	.map a {
		margin: 10px auto;
	}

	.plan_info dl {
		display: flex;
		margin: 20px 0 10px 0;
	}

	.plan_info {
		width: 95vw;
		margin-right: 10px;
	}

	.plan_info dt {
		width: 40%;
		margin: 0 20px 0 0;
	}

	.plan_info dd {
		width: 70%;
	}

	.plan_addwrap {
		display: block;
	}

	.plan_content {
		margin: 20px 0;
		width: 100%;
	}

	.plan_content_container {
		display: grid;
	}

	.plan_content_container img {
		width: 60vw;
		height: 60vw;
		margin: 20px 0 0 20px
	}

}

/*-------------modelcourse--------------*/

.modelcourse_box {
	display: flex;
	width: 100%;
}

.modelcourse_box img {
	padding: 10px 20px 0px;
	min-width: 0;
}

@media screen and (max-width: 759.9px) {
	.modelcourse_box {
		display: block;
		width: 100%;
	}

	.modelcourse_box img {
		padding: 10px 0;
		width: 100%;
	}

}

/*------------- about --------------*/

.about {
	display: grid;
}

.about p {
	font-weight: 400;
	justify-self: center;
}

.about_red {
	background-color: #AD0000;
	padding: 10px 30px;
	color: #fff;
	margin: 30px auto 0;
	display: grid;
	max-width: 900px;
}

.about_redinner {
	justify-self: center;
}

.about dl {
	margin: 3px;
	display: flex;
}

.about dl dt {
	margin-right: 15px;
}

@media screen and (max-width: 759.9px) {
	.about dl {
		margin: 10px;
		display: block;
		line-height: 130%;
	}
}

/*-------------予約--------------*/
.yoyakuContent .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}

.yoyakuContent .inner h2 {
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
}

.yoyaku_unit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px auto 50px;
}

.yoyaku_unit a.godetail {
	width: 28%;
	margin: 2%;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit {
		margin: 2%;
	}

	.yoyakuContent .inner {
		margin: 50px auto 0px;
	}

	.yoyaku_unit a.godetail {
		width: 75%;
		margin: 0 auto 20px;
	}
}