@charset "UTF-8";
/*-----------------------------------

	common

-----------------------------------*/
#contents *, #contents *:before, #contents *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#contents .contents_inner {
	max-width: 1000px;
	width: 95%;
}
#contents .h2_style {
	margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
	#contents .h2_style {
		margin-bottom: 30px;
	}
}
/*-----------------------------------

	lower_img

-----------------------------------*/
#lower_img {
	background: url(../img/ajisai/lower_img.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
}
/*-----------------------------------

	menu_block

-----------------------------------*/
#menu_block {
	padding: 90px 0;
}
#menu_block ul {
	display: flex;
	border-top:  1px solid #E0DFBC;
	border-left:  1px solid #E0DFBC;
	box-shadow: 3px 3px 0px 0px #dddddd;
}
#menu_block ul li {
	width: 20%;
	border-right: 1px solid #E0DFBC;
	border-bottom:  1px solid #E0DFBC;
}
#menu_block ul li a {
	display: block;
	width: 100%;
	background: #F8F6D1;
	font-weight: 700;
	line-height: 1;
	padding: 15px 0;
	text-align: center;
}
#menu_block ul li a::after {
	content: "";
	width: 9px;
	height: 8px;
	background: #8EC12D;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	display: inline-block;
	margin-left: 5px;
}
@media screen and (max-width: 840px) {
	#menu_block {
		padding: 0 0 90px 0;
	}
	#menu_block ul {
		flex-wrap: wrap;
	}
	#menu_block ul li {
		width: 33.33%;
	}
	#menu_block ul li:nth-of-type(n+4) {
		width: 50%;
	}
	#menu_block ul li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
	#menu_block {
		padding: 0 0 40px 0;
	}
	#menu_block ul li {
		width: 50%;
	}
	#menu_block ul li:last-of-type {
		width: 100%;
	}
	#menu_block ul li a {
		padding: 10px 0;
	}
}
/*-----------------------------------

	haginoie_block

-----------------------------------*/
#haginoie_block {
	padding-bottom: 90px;
}
#haginoie_block .haginoie_wrap {
	padding: 0 0 30px;
	display: flex;
	justify-content: space-between;
}
#haginoie_block .haginoie_wrap .image {
	width: 44%;
}
#haginoie_block .haginoie_wrap .text {
	width: 52%;
}
#haginoie_block .haginoie_wrap .text dl {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px;
}
#haginoie_block .haginoie_wrap .text dl dt {
	font-size: 24px;
	font-weight: 700;
	margin-right: 20px;
}
#haginoie_block .haginoie_wrap .text dl dd {
	font-weight: 500;
}
#haginoie_block .haginoie_wrap .text .box {
	background: #FFFFF3;
	border: 1px solid #E0DFBC;
	border-radius: 8px;
	padding: 20px;
}
#haginoie_block ul {
	display: flex;
	justify-content: space-between;
}
#haginoie_block ul li {
	width: 32.5%;
}
@media screen and (max-width: 840px) {
	#haginoie_block .haginoie_wrap .image {
		width: 48%;
	}
	#haginoie_block .haginoie_wrap .text {
		width: 49%;
	}
	#haginoie_block .haginoie_wrap .text dl {
		flex-direction: column;
		align-items: initial;
		gap: 10px;
	}
	#haginoie_block .haginoie_wrap .text dl dt {
		font-size: 20px;
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	#haginoie_block {
		padding-bottom: 40px;
	}
	#haginoie_block .haginoie_wrap {
		padding: 0 0 15px;
		flex-direction: column;
		gap: 20px;
	}
	#haginoie_block .haginoie_wrap .image {
		width: 100%;
	}
	#haginoie_block .haginoie_wrap .text {
		width: 100%;
	}
	#haginoie_block ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	#haginoie_block ul li {
		width: calc((100% - 15px) / 2);
	}
}
/*-----------------------------------

	moveinfee_block

-----------------------------------*/
#moveinfee_block {
	padding-bottom: 90px;
}
#moveinfee_block .moveinfee_wrap {
	display: flex;
	justify-content: space-between;
}
#moveinfee_block .moveinfee_wrap .inner {
	width: 49%;
	display: flex;
	flex-direction: column;
}
#moveinfee_block .moveinfee_wrap .inner h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding-left: 16px;
	position: relative;
	margin-bottom: 25px;
}
#moveinfee_block .moveinfee_wrap .inner h3::before {
	content: "";
	width: 6px;
	height: 30px;
	background: #DFE676;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#moveinfee_block .moveinfee_wrap .inner .box {
	background: #F8F6D1;
	box-shadow: 4px 4px 0px 0px #DDDDDD;
	padding: 20px 40px;
	flex-grow:1;
}
#moveinfee_block .moveinfee_wrap .inner .box p:first-of-type {
	margin-bottom: 20px;
}
#moveinfee_block .moveinfee_wrap .inner .box p span {
	font-size: 16px;
	font-weight: 700;
	color: #8EC12D;
}
@media screen and (max-width: 840px) {
	#moveinfee_block .moveinfee_wrap .inner h3 {
		font-size: 18px;
	}
	#moveinfee_block .moveinfee_wrap .inner h3::before {
		height: 26px;
	}
	#moveinfee_block .moveinfee_wrap .inner .box {
		padding: 20px;
	}
	#moveinfee_block .moveinfee_wrap .inner .box p span {
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	#moveinfee_block {
		padding-bottom: 40px;
	}
	#moveinfee_block .moveinfee_wrap {
		flex-direction: column;
		gap: 20px;
	}
	#moveinfee_block .moveinfee_wrap .inner {
		width: 100%;
	}
	#moveinfee_block .moveinfee_wrap .inner h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#moveinfee_block .moveinfee_wrap .inner h3::before {
		height: 24px;
	}
	#moveinfee_block .moveinfee_wrap .inner .box p:first-of-type {
		margin-bottom: 15px;
	}
}

/*-----------------------------------

	overview_block

-----------------------------------*/
#overview_block {
	padding-bottom: 90px;
}
#overview_block .overview_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#overview_block .overview_wrap .inner {
	width: 49%;
	display: flex;
	flex-direction: column;
}
#overview_block .overview_wrap .inner h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding-left: 16px;
	position: relative;
	margin-bottom: 25px;
}
#overview_block .overview_wrap .inner h3::before {
	content: "";
	width: 6px;
	height: 30px;
	background: #DFE676;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#overview_block .overview_wrap .inner .box {
	background: #F8F6D1;
	box-shadow: 4px 4px 0px 0px #DDDDDD;
	padding: 20px 40px;
	flex-grow:1;
}
#overview_block dl {
	text-align: center;
}
#overview_block dl dt {
	font-weight: 700;
}
@media screen and (max-width: 840px) {
	#overview_block .overview_wrap .inner h3 {
		font-size: 18px;
	}
	#overview_block .overview_wrap .inner h3::before {
		height: 26px;
	}
	#overview_block .overview_wrap .inner .box {
		padding: 20px;
	}
}
@media screen and (max-width: 640px) {
	#overview_block {
		padding-bottom: 40px;
	}
	#overview_block .overview_wrap {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}
	#overview_block .overview_wrap .inner {
		width: 100%;
	}
	#overview_block .overview_wrap .inner h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#overview_block .overview_wrap .inner h3::before {
		height: 24px;
	}
}
/*-----------------------------------

	floormap_block

-----------------------------------*/
#floormap_block {
	padding-bottom: 90px;
}
#floormap_block .floormap_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
}
#floormap_block .floormap_wrap .inner {
	width: calc((100% - 40px) / 3);
}
#floormap_block .floormap_wrap .inner h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 30px;
	position: relative;
	margin-bottom: 20px;
	background: #A5A26D;
	color: #FFF;
}
#floormap_block .floormap_wrap .inner h3::before {
	content: "";
	width: 6px;
	height: 30px;
	background: #DFE676;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
	#floormap_block .floormap_wrap .inner h3 {
		font-size: 18px;
	}
	#floormap_block .floormap_wrap .inner h3::before {
		height: 26px;
	}
	#floormap_block .floormap_wrap .inner {
		width: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 640px) {
	#floormap_block {
		padding-bottom: 40px;
	}
	#floormap_block .floormap_wrap {
		flex-direction: column;
		gap: 30px;
	}
	#floormap_block .floormap_wrap .inner {
		width: 100%;
	}
	#floormap_block .floormap_wrap .inner h3 {
		padding: 10px 20px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	#floormap_block .floormap_wrap .inner h3::before {
		height: 24px;
	}
}
/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
	padding-bottom: 90px;
}
#flow_block .flow_wrap {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
#flow_block .flow_wrap .box {
	margin-bottom: 35px;
	background: #FFFFF3;
	border: 1px solid #E0DFBC;
	border-radius: 8px;
	padding: 20px 20px 20px 80px;
	position: relative;
	counter-increment: number;
}
#flow_block .flow_wrap .box::before {
	content: "Step"counter(number);
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	color: #8EC12D;
	position: absolute;
	top: 20px;
	left: 20px;
}
#flow_block .flow_wrap .box:not(:last-of-type)::after {
	content: "";
	width: 40px;
	height: 15px;
	background: #8EC12D;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
}
#flow_block .flow_wrap .box h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
#flow_block .flow_wrap .box p:not(:last-of-type) {
	margin-bottom: 15px;
}
#flow_block .flow_wrap .box p span {
	color: #8EC12D;
	font-size: 16px;
	font-weight: 700;
}
#flow_block .preparations {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
#flow_block .preparations h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #8EC12D;
	padding-bottom: 5px;
	border-bottom: 1px solid #8EC12D;
	margin-bottom: 10px;
}
#flow_block .preparations ul li::before {
	content: "・";
}
@media screen and (max-width: 640px) {
	#flow_block {
		padding-bottom: 40px;
	}
	#flow_block .flow_wrap .box {
		margin-bottom: 30px;
		border-radius: 5px;
		padding: 15px;
	}
	#flow_block .flow_wrap .box::before {
		display: inline-block;
		position: static;
		font-size: 15px;
		margin: 0 5px 5px 0;
	}
	#flow_block .flow_wrap .box:not(:last-of-type)::after {
		top: calc(100% + 10px);
	}
	#flow_block .flow_wrap .box h3 {
		display: inline-block;
		font-size: 15px;
		margin-bottom: 5px;
	}
	#flow_block .flow_wrap .box p:not(:last-of-type) {
		margin-bottom: 15px;
	}
	#flow_block .flow_wrap .box p span {
		font-size: 14px;
	}
	#flow_block .preparations h3 {
		font-size: 15px;
	}
}
/*-----------------------------------

	access_block

-----------------------------------*/
#access_block {
	padding-bottom: 90px;
}
#access_block .access_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#access_block .access_wrap .text {
	width: 37%;
}
#access_block .access_wrap .text dl.details {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 40px;
}
#access_block .access_wrap .text dl.details dt {
	width: 38px;
	background: #7B7B6A;
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	border-radius: 3px;
}
#access_block .access_wrap .text dl.details dd {
	width: calc(100% - 48px);
}
#access_block .access_wrap .text dl.details dd span {
	color: #8EC12D;
	font-size: 16px;
	font-weight: 700;
}
#access_block .access_wrap .text .guidance h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #8EC12D;
	padding-bottom: 5px;
	border-bottom: 1px solid #8EC12D;
	margin-bottom: 20px;
}
#access_block .access_wrap .text .guidance dl:not(:last-of-type) {
	margin-bottom: 30px;
}
#access_block .access_wrap .text .guidance dl dt {
	font-weight: 500;
	border-bottom: 1px dotted #D0CFC0;
}
#access_block .access_wrap .image {
	width: 59%;
}
.ggmap {
	position: relative;
	padding-bottom: 37.5%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 840px) {
	#access_block .access_wrap .text {
		width: 45%;
	}
	#access_block .access_wrap .image {
		width: 51%;
	}
}
@media screen and (max-width: 640px) {
	#access_block {
		padding-bottom: 40px;
	}
	#access_block .access_wrap {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	#access_block .access_wrap .text {
		width: 100%;
	}
	#access_block .access_wrap .text dl.details {
		margin-bottom: 20px;
	}
	#access_block .access_wrap .text dl.details dd span {
		color: #8EC12D;
		font-size: 16px;
		font-weight: 700;
	}
	#access_block .access_wrap .text .guidance h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#access_block .access_wrap .text .guidance dl:not(:last-of-type) {
		margin-bottom: 15px;
	}
	#access_block .access_wrap .image {
		width: 100%;
	}
	.ggmap {
		padding-bottom: 55%;
	}
}