@charset "UTF-8";

.map_wrap .map_box a.active path {
    fill: rgba(251, 216, 174, 1)!important;
}

/*----ページ内共通パーツ----*/
.contents_inner {
	max-width: 1100px;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	margin-bottom: 46px;
}

.link_txt {
	display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #38af80 !important;
    padding-right: 45px;
    width: max-content;
    position: relative;
    transition: 0.3s !important;
}
.link_txt::after {
    content: "";
    display: block;
    background: url(../img/common/btn_arw_rt_gr.svg) no-repeat center / cover;
    width: 28.8px;
    height: 28.8px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.btn {
	background: #38af80;
	color: #FFFFFF !important;
	border: 10px solid #FFFFFF;
	border-radius: 100px;
	height: 100px;
	width: 80%;
	max-width: 460px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	box-shadow: 15px 15px 15px 0px rgba(4, 0, 0, 0.1);
	display: flex !important;
	align-items: center;
    justify-content: center;
}
.btn::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	display: flex;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.blue_bg {
	background: #37bef0;
}
.pink_bg {
	background: #e2507f;
}
.green_bg {
	background: #6cbb5a;
}
.yellow_bg {
	background: #f3982d;
}

a.more {
    margin-left: auto;
}
@media screen and (max-width: 640px) {
	h3 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.btn {
		width: 100%;
		border: 5px solid #FFFFFF;
		font-size: 14px;
		height: 68px;
	}
}
/*-----------------------------------

	introduce_block

-----------------------------------*/
#introduce_block {
	padding: 230px 0 730px;
}
#introduce_block .contents_inner {
	position: relative;
}
#introduce_block h3 {
	gap: 46px;
}
#introduce_block h3 img {
	width: 118px;
	height: auto;
}

#introduce_block .left_wrap {
	display: flex;
	flex-direction: column;
    width: 55%;
	max-width: 603px;
	margin-top: 78px;
}
#introduce_block .left_wrap p {
	font-weight: 300;
	line-height: 1.8em;
}
#introduce_block .left_wrap table {
    margin-top: 48px;
    margin-bottom: 24px;
}

#introduce_block .left_wrap table td:first-child {
	font-weight: 300;
	text-align: justify;
	width: 175px;
	vertical-align: middle;
}

#introduce_block .left_wrap table td {
	font-weight: 500;
	padding: 5px 16px;
}
#introduce_block .left_wrap table td:last-child {
	padding: 5px 28px;
	padding-right: 0;
}
#introduce_block .left_wrap table td .big_f {
	font-size: 24px;
}
#introduce_block .left_wrap table td .light_f {
	font-weight: 300;
}

#introduce_block .btn_wrap {
	display: flex;
	flex-direction: column;
    gap: 24px;
	margin-top: 60px;
}

#introduce_block picture {
	position: absolute;
	top: 136px;
    right: -10px;
	width: 100%;
	max-width: 1070px;
    z-index: -1;
}
#introduce_block  .link_txt {
	background: rgba(255, 255, 255, 0.5);
	text-wrap: auto;
	width: fit-content;
    display: flex;
}
@media screen and (max-width: 1130px) {
	#introduce_block {
		padding: 230px 0 160px;
	}
}
@media screen and (max-width: 1130px) {
	#introduce_block {
		padding: 230px 0 80px;
	}
}
@media screen and (max-width: 840px) {
	#introduce_block .left_wrap {
		width: 70%;
	}
	#introduce_block .left_wrap table {
		width: 70%;
	}
	#introduce_block .left_wrap table td:first-child {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#introduce_block {
		padding: 160px 0 0px;
	}
	#introduce_block .left_wrap {
		width: 100%;
		margin-top: 40px;
	}
	#introduce_block .left_wrap p {
		width: 65%;
		background: rgba(255, 255, 255, 0.5);
	}
	#introduce_block picture {
		width: 80%;
		top: 80px;
	}
	#introduce_block h3 {
		gap: 20px;
	}
	#introduce_block h3 img {
		width: 55px;
	}
	.table_box table tr {
		display: flex;
    	flex-direction: row;
	}
	#introduce_block .left_wrap table td .big_f {
		font-size: 16px;
	}
	#introduce_block .left_wrap table {
		margin-top: 28px;
	}
	#introduce_block .btn {
		width: 100%;
		border: 5px solid #FFFFFF;
		font-size: 14px;
		height: 68px;
	}
	#introduce_block .left_wrap table td:first-child {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 470px) {
	#introduce_block .btn_wrap {
		align-items: center;
		margin-top: 40px;
	}
	#introduce_block .left_wrap table {
		width: 100%;
	}
}

/*-----------------------------------

	area_block

-----------------------------------*/
#area_block {
	padding: 140px 0 0;
}

#area_block .contents_inner {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#area_block p {
	font-weight: 300;
	text-align: center;
	margin-bottom: 76px;
	line-height: 1.8em;
}

#area_block picture {
	display: flex;
    width: 58%;
    max-width: 760px;
	position: relative;
}
/*--
#area_block .wrap {
	position: relative;
	width: 100%;
    display: flex;
    justify-content: center;
}
#area_block .left_btn_box ,
#area_block .right_btn_box {
	position: absolute;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}
#area_block .left_btn_box {
	left: 0;
}

#area_block .right_btn_box {
	right: 0;
}

#area_block .left_btn_box .btn ,
#area_block .right_btn_box .btn {
	width: 217.6px;
	height: 68.6px;
	border: 6.8px solid #FFFFFF;
}

#area_block .btn.blue_bg {
    left: 10%;
    top: 22%;
}
#area_block .btn.pink_bg {
    left: 18%;
    bottom: 28.5%;
}
#area_block .btn.green_bg {
	right: 30%;
    top: 8%;
}
#area_block .btn.yellow_bg {
    right: 5%;
    bottom: 33.5%;
}
--*/
#area_block .map_wrapper {
	width: 100%;
}
#area_block .map_wrapper .map_wrap {
	position: relative;
	width: 100%;
}

#area_block .map_wrapper .btn.blue_bg  {
	background: #37bef0;
}
#area_block .map_wrapper .btn.green_bg  {
	background: #6cbb5a;
}
#area_block .map_wrapper .btn.yellow_bg  {
	background: #f3982d;
}
#area_block .map_wrapper .btn.pink_bg  {
	background: #e2507f;
}

@media screen and (max-width: 840px) {
	#area_block .left_btn_box .btn,
	#area_block .right_btn_box .btn {
		width: 144px;
		height: 48px;
	}
	#area_block .btn.blue_bg {
		left: 0;
	}
	#area_block .btn.green_bg {
		right: 0%;
		top: 14%;
	}
	#area_block .btn.pink_bg {
		left: 0;
		bottom: 28%;
	}
	#area_block .btn.yellow_bg {
		right: 0;
		bottom: 18%;
	}
	#area_block .left_btn_box .btn ,
	#area_block .right_btn_box .btn {
		border: 4px solid #FFFFFF
	}
	#area_block .left_btn_box .btn::after ,
	#area_block .right_btn_box .btn::after {
		width: 6px;
		height: 6px;
		right: 16px;
	}
}
@media screen and (max-width: 640px) {
	#area_block {
		padding: 70px 0 0;
	}
	#area_block picture {
		width: 100%;
	}

}
@media screen and (max-width: 400px) {
	#area_block .left_btn_box .btn,
	#area_block .right_btn_box .btn {
        width: 128px;
        height: 45px;
    }
	#area_block .btn.green_bg {
        right: -5%;
        top: 0%;
    }
	#area_block .btn.yellow_bg {
        right: 0;
        bottom: 15%;
    }
	#area_block .btn.pink_bg {
        left: -4%;
        bottom: 27%;
    }
}

/*-----------------------------------

	murayama_block

-----------------------------------*/
#murayama_block {
	padding: 156px 0 0;
}

@media screen and (max-width: 640px) {
	#murayama_block {
		padding: 60px 0 0;
	}
}
/*-----------------------------------

	mogami_block

-----------------------------------*/
#mogami_block {
	margin: 254px 0 0;
}
@media screen and (max-width: 640px) {
	#mogami_block {
		margin: 80px 0 0;
	}
}
/*-----------------------------------

	okitama_block

-----------------------------------*/
#okitama_block {
	margin: 254px 0 0;
}
@media screen and (max-width: 640px) {
	#okitama_block {
		margin: 80px 0 0;
	}
}
/*-----------------------------------

	syonai_block

-----------------------------------*/
#syonai_block {
	margin: 254px 0 522px;
}
@media screen and (max-width: 1100px) {
	#syonai_block {
		margin: 195px 0 280px;
	}
}
@media screen and (max-width: 640px) {
	#syonai_block {
		margin: 80px 0 120px;
	}
}
/*-----------------------------------

	area_more_style(各エリア共通)

-----------------------------------*/
.area_more_style .contents_inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.area_more_style .out_wrap {
	width: 100%;
	position: relative;
	max-width: 1100px;
}
.area_more_style .swiper {
	width: 75%;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.area_more_style .swiper-wrapperwrapper
.area_more_style .swiper-wrapper .swiper-slide {
	width: 80% !important;
	height: auto;
}
.area_more_style .swiper-wrapper .swiper-slide {
	height: auto;
}

.area_more_style .swiper-wrapper .swiper-slide img {
	height: 100%;
	max-height: 463.5px;
    object-fit: cover;
}

.area_more_style .slide_under_p {
	margin-top: 30px;
	width: 75%;
	line-height: 1.8em;
}

.swiper-button-prev:after {
	content: "";
	background-image: url(../img/pref/swiper_left.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
    height: 45px;
}

.swiper-button-next:after {
	content: "";
	background-image: url(../img/pref/swiper_right.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
    height: 45px;
}
.area_more_style .city_list_wrap {
	width: 100%;
	margin-top: 95px;
}
.area_more_style ul {
	width: 100%;
	gap: 147px 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.area_more_style ul li {
	width: calc((100% - 80px) / 3);
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: space-between;
}
.area_more_style ul li .wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.area_more_style ul li img {
	border-radius: 12px;
	object-fit: cover;
    height: 150px;
	aspect-ratio: 34 / 15;
}
.area_more_style ul li h4 {
	font-size: 18px;
	margin-top: 26px;
	margin-bottom: 14px;
	text-align: center;
}
.area_more_style ul li .ttl_txt{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
}
.area_more_style ul li p {
	line-height: 1.8em;
    width: 100%;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.area_more_style a.more {
	margin-top: 40px;
}
.area_more_style ul li .p_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.area_more_style .slide_under_p {
		width: 100%;
	}
	.area_more_style ul {
		gap: 40px 20px;
	}
	.area_more_style ul li {
		width: calc((100% - 20px) / 2);
	}
	.area_more_style .city_list_wrap {
		margin-top: 50px;
	}
	.area_more_style ul li h4 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 4px;
	}
	.area_more_style a.more {
		margin-top: 10px;
	}
	.area_more_style .slide_under_p {
		margin-top: 20px;
	}
	.swiper-button-prev:after ,
	.swiper-button-next:after {
		width: 40px;
		height: 40px;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 0;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 0;
	}
	.area_more_style ul {
		width: 100%;
	}
	.area_more_style ul li .ttl_txt {
		font-size: 14px;
		-webkit-line-clamp: unset;
		max-height: unset;
		overflow: unset;
		display: unset;
		-webkit-box-orient: unset;
	}
	.area_more_style ul li .wrap {
		justify-content: unset;
	}
	.area_more_style ul li .wrap p:last-child {
		margin-top: auto;
	}
}
/*-----------------------------------

	contentswicher

-----------------------------------*/
.ContentSwitcherNav {
	display: flex;
    flex-direction: column;
	position: fixed;
    right: 45px;
    top: 104px;
	gap: 0.3vh;
	z-index: 2;
}
.ContentSwitcherNav.is-hidden {
	visibility: hidden;
	opacity: 0;
}
.ContentSwitcherNav a {
    width: 7.5vh;
	border-radius: 100%;
	aspect-ratio: 1 / 1;
	background: white;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 0.5px solid #b5b5b6;
}
.ContentSwitcherNavItemBtn__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50% 50%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}
.ContentSwitcherNavItemBtn__text {
    width: 50%;
	height: auto;
}
.ContentSwitcherNavItemBtn__text img {
	opacity: 0.4;
}
.ContentSwitcherNavItemBtn.colored::after {
	content: "";
    width: 8px;
    height: 8px;
    display: flex;
    position: absolute;
    background-color: #38af80;
    border-radius: 50% 50%;
	right: -18px;
    top: 50%;
    transform: translate(0, -50%);
}

.colored {
	background-color: #d1e8da !important;
	border: none !important;
	position: relative;
}

.ContentSwitcherNavItemBtn.colored .ContentSwitcherNavItemBtn__text img {
	opacity: 1;
}
@media screen and (min-width: 1580px) {
	.ContentSwitcherNav {
    	top: 134px;
	}
}
@media screen and (max-width: 1480px) {
	.ContentSwitcherNav a {
		width: 6.5vh;
	}
}
@media screen and (max-width: 1480px) {
	.ContentSwitcherNav a {
		width: 6.5vh;
	}
}
@media screen and (max-width: 1200px) {
	.ContentSwitcherNav a {
		width: 5.5vh;
	}
}
@media screen and (max-width: 840px) {
	.ContentSwitcherNav {
		flex-direction: row;
		top: unset;
		bottom: 20px;
		right: 0;
		width: 100%;
		justify-content: center;
	}
	.ContentSwitcherNavItemBtn.colored::after {
		right: 50%;
        top: -12px;
        transform: translateX(50%);
	}
	.ContentSwitcherNav a {
		width: 65px;
		height: 65px;
	}
	.ContentSwitcherNavItemBtn__text {
		width: 32px;
	}
}

@media screen and (max-height: 800px) {
	.ContentSwitcherNav a {
/*
		width: 4.5vh;
*/
	}
}
