@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* 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: 'M PLUS Rounded 1c', serif;
	background-size: 100%;
	background: linear-gradient(to right, #FFFAFD, #F5EAFF, #fddce9, #F5E8FF, #FFF7F7);
}

#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: 120%;
	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: 'Noto Serif JP', serif;
}

.mapimg {
	max-width: 700px;
	margin: 0 auto;
	justify-content: center;
	display: flex;
}

/* .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: #9A0AAB;
	transition: 0.3s;
}

a.godetail::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #cda7ff;
	transition: 0.2s;
}

a.godetail:hover::before {
	top: 0;
	left: 0;
}

a.godetail:hover {
	color: #ffedfd;
	background-color: #dfbaff;
	opacity: 1;
}

a.godetail.yado {
	background-color: #BF9C9C;
}

a.godetail.yado::before {
	border: 2px solid #f1cccc;
}

/* 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/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") 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/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") 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: #d78de3;
		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;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Serif JP', serif;
	}

	#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: rgb(222, 157, 243);
	}
}

/*--スマホ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: #d78de3;
		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: #d78de3;
		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 {
	/* width: 90%;
	max-width: 930px; */
	margin: 60px auto;
	font-size: 300%;
	font-family: 'Hina Mincho', serif;
	color: #A446BA;
	line-height: 120%;
	display: flex;
	text-align: center;
	align-items: center;
	/* 垂直中心 */
	justify-content: center;
	/* 水平中心 */
}

.pageContent h2:before,
.pageContent h2:after {
	border-top: 3px solid;
	content: "";
	flex-grow: 1;
	/* 線レスポンシブ */
}

.pageContent h2:before {
	margin-right: 1em;
}

.pageContent h2:after {
	margin-left: 1em;
}

.text {
	text-align: center;
	font-size: 110%;
	color: #555;
}

/* @media screen and (min-width: 760px) {
	.pageContent h2 {
		justify-content: space-between;
	}
} */

@media screen and (max-width: 759.9px) {
	.pageContent {
		width: 100%;
		margin: 50px auto;
	}

	.pageContent h2 {
		font-size: 180%;
		margin: 40px auto;
	}

}

/*---------- yukari ----------*/
/* .hotel_vertical {
	flex-direction: column;
	text-align: center;
}

.hotel_vertical span {
	font-size: 80%;
} */

.tera_list {
	display: flex;
	justify-content: space-between;
}

.tera_item {
	max-width: 300px;
	position: relative;
}

.tera_item img {
	max-width: 300px;
	max-height: 225px;
}

.tera_text {
	margin: 5px 0;
}

.yukari_photowrapper {
	position: relative;
}

.photo_p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000;
}


.tera_name {
	font-size: 120%;
	font-weight: 600;
	margin-top: 7px;
	color: #630085;
}

@media screen and (max-width: 759.9px) {
	.tera_list {
		display: block;
	}

	.tera_item {
		max-width: 300px;
		/* max-height: 225px; */
		position: relative;
		margin: 0 auto 40px;
	}
}

/*-------------taiga--------------*/
.taiga_bg {
	background-color: #460057;
	color: #fff;
	margin: 60px 0;
	padding: 40px;
}

.taiga_roof {
	display: flex;
	margin-bottom: 20px;
}

.taiga_roof img {
	background-color: #fff;
	padding: 8px;
	height: 150px;
}

.taiga_title {
	margin: 0 auto;
}

.taiga_title h3 {
	text-align: center;
	font-size: 200%;
	margin: 10px 0;
}

.taiga_title_p {
	text-align: center;
	font-size: 140%;
}

.taiga_exhibition {
	margin: 50px auto 20px;
	max-width: 900px;
}

.taiga_tenji {
	display: flex;
}

.photo {
	width: 50%;
	object-fit: cover;
}

.photo img {
	width: 100%;
}

.taiga_exhibition h4 {
	font-size: 150%;
	margin: 10px 0;
	text-align: center;
}

.taiga_exhibition h4 span {
	font-size: 90%;
}

.taiga_exhibition dl {
	display: flex;
}

.taiga_detail {
	display: flex;
	margin: 20px 0;
}

.taiga_exb {
	width: 45vw;
	margin-right: 20px;
}

.taiga_exb dl {
	margin: 8px 0;
}

.taiga_exb dt {
	width: 20%;
}

.taiga_exb dd {
	width: 75%;
}

table {
	border-collapse: collapse;
	border: solid 2px rgb(193, 149, 213);
	/*表全体を線で囲う*/
	background-color: #fff;
	color: #555;
	margin-top: 5px;
}

table th,
table td {
	border: dashed 1px rgb(193, 149, 213);
	padding: 5px 2px;
	text-align: center;
	width: 30%;
	/**/
	/*破線 1px*/
}

.taiga_price {
	width: 40%;
}

@media screen and (min-width: 760px) {
	.taiga_exhibition_text {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width: 759.9px) {
	.taiga_roof {
		display: block;
	}

	.taiga_roof img {
		display: flex;
		margin: 0 auto;
	}

	.taiga_bg {
		margin: 60px 0;
		padding: 30px 0px;
	}

	.taiga_title h3 {
		font-size: 180%;
	}

	.taiga_title_p {
		text-align: center;
		font-size: 130%;
	}

	.taiga_exhibition {
		margin: 50px auto 20px;
		max-width: 900px;
	}

	.taiga_tenji {
		display: block;
	}

	.photo {
		width: 100%;
	}

	.taiga_exhibition_text {
		width: 100%;
		padding: 0;
	}

	.taiga_exhibition h4 {
		font-size: 130%;
		margin: 10px 0;
	}

	.taiga_exhibition h4 span {
		font-size: 90%;
	}

	.taiga_exhibition dl {
		display: flex;
	}

	.taiga_detail {
		display: block;
		margin: 20px 10px 0 0;
	}

	.taiga_exb {
		width: 95vw;
		margin-right: 10px;
	}

	.taiga_exb dt {
		width: 25%;
	}

	.taiga_exb dd {
		width: 70%;
	}

	.taiga_price {
		width: 100%;
	}
}

/*-------------modelcourse--------------*/
.modelcourse_box {
	display: flex;
	width: 100%;
}

.modelcourse_box img {
	padding: 10px;
	min-width: 0;
}

@media screen and (max-width: 759.9px) {
	.modelcourse_box {
		display: block;
		width: 100%;
	}

	.modelcourse_box img {
		padding: 10px 0;
		min-width: 0;
		height: 220px;
	}
}

/*-------------shigarism--------------*/

#shigarism dl {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.5px solid #cf95ff;
	background: transparent url('../images/shigarism_bg.png') 0% 0% no-repeat padding-box;
	/*background: url("../images/shigarism_bg.png");*/
	padding: 20px 10px;
}

#shigarism dl dd {
	width: 75%;
	font-size: 150%;
}

#shigarism dl dt {
	width: 20%;
	text-align: center;
}

#shigarism dl dt img {
	width: 70%;
}

#shigarism h3 {
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	margin: 40px 0;
}

.carbon {
	display: flex;
	width: 100%;
}

.carbon img {
	height: 350px;
	min-width: 0;
	margin: 0 auto;
}

@media screen and (max-width: 759.9px) {
	#shigarism dl {
		flex-direction: column;
		padding: 20px;
	}

	#shigarism dl dd {
		width: 100%;
		font-size: 120%;
	}

	#shigarism dl dt {
		width: 100%;
		margin-bottom: 20px;
	}

	#shigarism dl dt img {
		width: 20%;
	}

	#shigarism h3 {
		margin: 40px 0 20px;
	}

	.carbon {
		display: block;
	}

	.carbon img {
		height: 250px;
		min-width: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
}

/*-------------otherplan--------------*/
.otherplan_box {
	display: flex;
}

.otherplan_box img {
	width: 95%;
	max-width: 500px;
}


/*-------------予約--------------*/
.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: 40px auto 50px;
}

.yoyaku_unit a.godetail {
	width: 40%;
	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;
	}
}