@charset "UTF-8";

html {
	font-size: 62.5%;
}
.wrapper .top,
.wrapper .access,
.wrapper .facility,
.wrapper .location,
.wrapper .floorplan,
.wrapper .rm_un_layer {
	font-family: "メイリオ", "Meiryo", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper .top a,
.wrapper .access a,
.wrapper .facility a,
.wrapper .location a,
.wrapper .floorplan a,
.wrapper .rm_un_layer a {
	color: #000000;
	text-decoration: none;
	font-size: 1.6rem;
}
/*
img {
	width: 100%;
}
*/
.wrapper .top p,
.wrapper .access p,
.wrapper .facility p,
.wrapper .location p,
.wrapper .floorplan p,
.wrapper .rm_un_layer p {
	font-size: 1.6rem;
	color: #000000;
}
.wrapper .top .small,
.wrapper .access .small,
.wrapper .facility .small,
.wrapper .location .small,
.wrapper .floorplan .small,
.wrapper .rm_un_layer .small {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	position: relative;
}
.wrapper .top .small::before,
.wrapper .access .small::before,
.wrapper .facility .small::before,
.wrapper .location .small::before,
.wrapper .floorplan .small::before,
.wrapper .rm_un_layer .small::before {
	content: "※";
	position: absolute;
	left: 0rem;
}

.wrapper .top,
.wrapper .access,
.wrapper .facility,
.wrapper .location,
.wrapper .floorplan,
.wrapper .rm_un_layer {
	margin: 0;
	overflow: hidden;
}
.wrapper .top .container ,
.wrapper .access .container ,
.wrapper .facility .container ,
.wrapper .location .container ,
.wrapper .floorplan .container ,
.wrapper .rm_un_layer .container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
.container_md {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 4rem;
}
.headline {
	font-size: 4.2rem;
	font-weight: 400;
	letter-spacing: 0.3rem;
	text-align: center;
	margin: 6rem 0 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.headline::before, .headline::after {
	content: "";
	max-width: 800px;
	border-top: 4px solid #37807d;
	width: 10vw;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.headline::before {
	margin-right: 3rem;
}
.headline::after {
	margin-left: 3rem;
}
.lwp_top .lwp_top_img {
	position: relative;
	margin-top: 0;
	margin-bottom: 2.6rem;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}
.lwp_top .lwp_top_img img {
	border-radius: 12px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.lwp_top .lwp_top_img .lwp_top_img_dt {
	position: absolute;
	background-color: white;
	bottom: 17px;
	right: 17px;
	padding: 1.2rem 1.7rem;
	border-radius: 6px;
}
.lwp_top .lwp_top_img .lwp_top_img_dt p {
	font-size: 1.6rem;
	margin: 0;
	line-height: 1;
}
.nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 100rem;
	margin: 0 auto;
	border: 1px solid #c9e4ae;
	border-radius: 12px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
.nav ul li {
	list-style: none;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}
.nav ul li a {
	display: block;
	padding: 2rem 0;
	text-decoration: none;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
	.nav ul li a {
		font-size: 1.5rem;
	}
}
.nav ul li a::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.nav ul li .nav_top::after {
	border-radius: 12px 0 0 12px;
}
.nav ul li .nav_last::after {
	border-radius: 0 12px 12px 0;
}
.nav ul li .current a::after,
.nav ul li a:hover::after {
	width: 100%;
	opacity: 1;
	background: #c9e4ae;
}
.nav ul li:last-child a:hover::after{
	border-radius: 0 10px 10px 0;
}
.wrapper .nav ul li p {
	padding: 2rem 0;
	text-align: center;
	color: #c0c0c0;
}
.nav ul .current a {
	background: #c9e4ae;
}
.nav ul .current:last-child a {
	border-radius: 0 10px 10px 0;
}
.lwp_lead {
	position: relative;
	margin: 7.5rem 0 6rem;
}
.lwp_lead::before {
	background-image: url("../img/top/lead_bg.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 130rem;
	height: 100rem;
	background-size: cover;
	position: absolute;
	bottom: -20rem;
	z-index: -10;
	margin: 0 auto;
	top: 4rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
	overflow: hidden;
}
.lwp_lead .lwp_ttl {
	height: 8rem;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lwp_lead .lwp_lead_txt {
	text-align: start;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 4.8rem 0;
}
.lwp_lead .lwp_lead_dt {
	text-align: start;
	font-size: 1.6rem;
	margin: 0;
	line-height: 1.8;
}
.lwp_lead .small {
	margin-top: 2rem;
}
.map {
	text-align: center;
	margin-bottom: 6rem;
}
.map .map_button {
	display: block;
	background-color: #37807d;
	border-radius: 0.6rem;
	text-align: center;
	padding: 2rem 0;
	margin: 3.3rem 5rem 1.6rem;
	color: white;
	-webkit-transition: all 0.5s 0.5s ease;
	transition: all 0.5s 0.5s ease;
}
.map .map_button p {
	color: white;
	font-weight: 600;
	font-size: 2rem;
	margin: 0;
}
.map .map_button p img {
	width: 1rem;
}
.map .map_button:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
	color: white;
}
.map .map_button:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
	color: white;
}
.map p {
	font-size: 1.2rem;
}
.map p small {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	position: relative;
}
.map .map_img img {
	border-radius: 1.2rem;
}

.ad_notice .ad_notice_wrapper {
	background-color: #eaf7d6;
	border-radius: 1.2rem;
	padding: 4rem 0;
	margin: 6rem 0 0;
}
.ad_notice .ad_notice_wrapper .ad_notice_inner {
	text-align: center;
}
.ad_notice .ad_notice_wrapper .ad_notice_inner h2 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 1rem;
	font-size: 2rem;
}
.ad_notice .ad_notice_wrapper .ad_notice_inner p {
	font-size: 1.4rem;
	line-height: 2;
}
.ad_notice .ad_notice_wrapper .ad_notice_inner p:first-of-type {
	margin-bottom: 2.5rem;
}
.inquiries .inquiries-wrapper {
	background-color: #f8fdcb;
	border-radius: 1.2rem;
	padding: 4rem 0;
	margin: 5.5rem 0 8rem;
}
.inquiries .inquiries-wrapper .inquiries-innner {
	text-align: center;
}
.inquiries .inquiries-wrapper .inquiries-innner dt {
	font-size: 4.2rem;
	font-weight: 500;
	margin: 0;
}
.inquiries .inquiries-wrapper .inquiries-innner dd:nth-child(2) {
	font-size: 1.9rem;
	margin-top: 1.5rem;
}
.inquiries .inquiries-wrapper .inquiries-innner dd:nth-child(3) {
	font-size: 4rem;
	font-family: "Arial", sans-serif;
	font-weight: 500;
	margin: 2rem 0;
}
.inquiries .inquiries-wrapper .inquiries-innner dd:nth-child(3) strong {
	font-size: 8rem;
	font-weight: 500;
}
.inquiries .inquiries-wrapper .inquiries-innner dd:nth-child(4) {
	font-size: 1.5rem;
}

.top .top_logo .top_logo_img {
	margin-bottom: 0.5rem;
}
.top .top_banner {
	text-align: center;
	margin-bottom: -0.5rem;
}
.top .top_banner img {
	width: 100%;
}
.top .nav ul .current a {
	border-radius: 12px 0 0 12px;
}
.top .top_lead {
	position: relative;
	margin-top: 14rem;
}
.top .top_lead::before {
	background-image: url("../img/top/lead_bg.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 130rem;
	height: 100rem;
	background-size: cover;
	position: absolute;
	bottom: -20rem;
	z-index: -10;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	overflow: hidden;
}
.top .top_lead h1 {
	text-align: center;
	margin: 0 auto 5rem;
	width: 85%;
}
@media screen and (max-width: 950px) {
	.top .top_lead h1 {
		width: 100%;
	}
}
.top .top_lead h1 br {
	display: none;
}
@media screen and (max-width: 900px) {
	.top .top_lead h1 br {
		display: block;
	}
}
.top .top_lead p {
	font-family: メイリオ, sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	margin: 0;
}
.top .top_lead .logo_box {
	border: 1px solid #c9e4ae;
	background-color: #fff;
	border-radius: 12px;
	margin: 0 auto;
	margin-top: 4rem;
	padding: 3rem;
	width: 80rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top .top_lead .logo_box .logo_box-image {
	margin-right: 30px;
}
.top .top_lead .logo_box .logo_box-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
	line-height: 1.5;
	font-size: 2rem;
	width: 80%;
	margin: 0 auto;
	margin-top: 3.5rem;
	text-align: start;
}

.top .top_lead .logo_box .logo_box-item .logo_box-item-link {
	margin-top: 15px;
}

.top .top_lead .logo_box .logobox_link {
	position: relative;
    color: #000000;
    padding-bottom: 1.3rem;
    padding-right: 2.8rem;
    margin: 0 0 0 auto;
    text-decoration: none;
    outline: none;
    display: block;
    width: 14rem;
}
.top .top_lead .logo_box .logobox_link::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #000000;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top .top_lead .logo_box .logobox_link::after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top .top_lead .logo_box .logobox_link::after {
	width: 0;
	background: #ccc;
}
.top .top_lead .logo_box .logobox_link:hover::after {
	width: 100%;
}
.top .top_lead .logo_box .logobox_link span::after {
	content: "";
	position: absolute;
	top: 0.8rem;
	right: 0.2rem;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top .top_lead .logo_box .logobox_link:hover span::after {
	right: 0.7rem;
}

.top .news {
	margin: 0 0 8rem;
}
.top .news .news_wrapper {
	width: 100%;
	height: 31rem;
	padding: 5.2rem 0 0;
	background-color: #dbf6e9;
	border-radius: 12px;
}
.top .news .news_wrapper h2 {
	font-size: 4.2rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.top .news .news_wrapper .news_outer {
	overflow-y: scroll;
	margin: 0 2rem;
	height: 16rem;
	padding: 0 1rem 0 2rem;
}
.top .news .news_wrapper .news_outer::-webkit-scrollbar {
	width: 8px;
}
.top .news .news_wrapper .news_outer::-webkit-scrollbar-thumb {
	background-color: #78b240;
	border-radius: 100px;
}
.top .news .news_wrapper .news_outer .news_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	margin: 0;
}
.top .news .news_wrapper .news_outer .news_item p {
	margin: 0;
	line-height: 2;
}
.top .news .news_wrapper .news_outer .news_item .news_date {
	width: 18%;
}
.top .news .news_wrapper .news_outer .news_item .news_txt {
	width: 82%;
}
.top .news .news_wrapper .news_outer .news_item .news_txt .news_txt-link {
	text-decoration: underline;
}
.top .akabane_button {
	display: block;
	margin: 4.8rem 11rem 1.6rem;
	border: 2px solid #ddd;
	border-radius: 0.6rem;
	overflow: hidden;
}
.top .akabane_button img {
	width: 100%;
}
.top .youtube {
	margin-top: 6rem;
}
.top .nav_2 {
	margin-top: 6rem;
}
.top .mainvisual {
	max-width: 1000px;
    margin: 0 auto;
	padding-bottom: 30px;
}
.top .top_detail {
	width: 800px;
	margin: 0 auto;
	padding: 35px 0 0;
}

.top .top_detail .top_detail-title {
	font-size: 32px;
    text-align: center;
}

.top .top_detail .top_detail-item {
	margin-top: 30px;
}

.top .top_detail .top_detail-item:first-child {
	margin-top: 0;
}

.top .top_detail .top_detail-item_btn {
	margin-top: 50px;
}

.top .top_detail .detail_frame {
	text-align: center;
}

.top .top_detail .detail_frame .detail_frame-header {
	font-size: 22px;
    margin: 0 auto;
	background: linear-gradient(transparent 60%, #d4e9be 0%);
	display: inline-block;
    padding: 0 5px;
}

.top .top_detail .detail_frame .detail_frame-body {
	border: 2px solid #78b240;
	border-radius: 12px;
	padding: 25px;
	margin-top: 15px;
}

.top .top_detail .detail_frame .detail_frame-body.detail_frame-body--type01 {
	background-color: #eaf7d6;
}

.top .top_detail .detail_frame .detail_frame-body .detail_frame-body-text {
	font-size: 24px;
}

.top .top_detail .detail_frame .detail_frame-body .detail_frame-body-item02 {
	font-size: 22px;
}

.top .top_detail .detail_frame .detail_frame-body .detail_frame-body-item03 {
	font-size: 20px;
}

.top .top_detail .detail_frame .detail_frame-body .detail_frame-body-subtitle {
	font-size: 22px;
	margin-top: 30px;
}

.top .top_detail .detail_frame .detail_frame-body .detail_frame-body-subtext {
	font-size: 20px;
	margin-top: 10px;
}

.top .top_detail .top_detail_btn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top .top_detail .top_detail_btn .top_detail_btn-item {
    margin-left: 30px;
}

.top .top_detail .top_detail_btn .top_detail_btn-item.top_detail_btn-item--style {
	background-color: #757575;
	pointer-events: none;
}

.top .top_detail .top_detail_btn .top_detail_btn-item:first-child {
	margin-left: 0;
}

.top .top_detail .top_detail_btn .top_detail_btn-item .top_detail_btn-item-title {
	font-size: 16px;
	color: #ffffff;
}
.top .top_detail .top_detail_btn .top_detail_btn-item .top_detail_btn-item-icon img {
	vertical-align: middle;
}
.top .top_detail .top_detail_btn .top_detail_btn-item .top_detail_btn-item-text {
	font-size: 13px;
    display: block;
	color: #ffffff;
}

.top .top_detail .top_detail_btn .top_detail_btn-item {
	width: 385px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	margin-bottom: 6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	background-color: #37807d;
    color: #000000;
    padding: 20px 18px;
    text-align: center;
	border-radius: 12px;
	-webkit-transition: all 0.5s 0.5s ease;
    transition: all 0.5s 0.5s ease;
}

.top .top_detail .top_detail_btn .top_detail_btn-item:hover {
	text-decoration: underline;
    text-underline-offset: 4px;
    color: #ffffff;
}

.location .lwp_lead .logo_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin-bottom: 6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
.location .lwp_lead .logo_box .logo_box-image {
	margin-right: 30px;
}
.location .lwp_lead .logo_box .logo_box-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
}
.location .lwp_lead .logo_box .logo_box-item .logo_box-item-link {
	margin-top: 15px;
}
.location .logobox_link {
	position: relative;
    color: #000000;
    padding-bottom: 1.3rem;
    padding-right: 2.8rem;
    margin: 0 0 0 auto;
    text-decoration: none;
    outline: none;
    display: block;
    width: 14rem;
}
.location .logobox_link::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #000000;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.location .logobox_link::after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.location .logobox_link::after {
	width: 0;
	background: #ccc;
}
.location .logobox_link:hover::after {
	width: 100%;
}
.location .logobox_link span::after {
	content: "";
	position: absolute;
	top: 0.8rem;
	right: 0.2rem;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.location .logobox_link:hover span::after {
	right: 0.7rem;
}
.location .lwp_lead .lead_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-bottom: 4rem;
}
.location .lwp_lead .lead_outer .lead_inner_img {
	width: 47%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
}
.location .lwp_lead .lead_outer .lead_inner_img .img img {
	border-radius: 12px;
	width: 100%;
	height: 31.5rem;
}
.location .lwp_lead .lead_outer .lead_inner_img .lead_name {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin: 1rem 0 1rem;
	line-height: 1.5;
}
.location .lwp_lead .lead_outer .lead_inner_txt {
	width: 47%;
	margin: auto 0;
}
.location .lwp_lead .lead_outer .lead_inner_txt p {
	line-height: 1.8;
	margin: 0;
}
.location .lwp_lead .outer_rv {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
					flex-direction: row-reverse;
}
.location .lwp_lead .txt {
	line-height: 1.8;
	margin-top: 6rem;
}
.location .lwp_lead .small {
	font-size: 1.2rem;
	margin-top: 1rem;
	margin-bottom: 4rem;
}
.location .lwp_lead .lead_outer .lead_inner_img img {
	background-size: 200%;
}
.location .lwp_lead .lead_outer .lead_inner_img .lead_name {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin: 1rem 0 1rem;
	line-height: 1.5;
}
.location .spot .lead_txt {
	text-align: start;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 8rem 0 4.8rem;
}
.location .spot .lead_dt {
	text-align: start;
	font-size: 1.6rem;
	margin: 0;
	margin-bottom: 5rem;
}
.location .spot .spot_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.location .spot .spot_outer .spot_inner {
	width: 47%;
	margin: 0 0 3rem 0;
}
.location .spot .spot_outer .spot_inner .spot_img img {
	border-radius: 12px;
	width: 100%;
	height: 31.5rem;
}
.location .spot .spot_outer .spot_inner .spot_name {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin: 1rem 0 1rem;
	line-height: 1.5;
}
.location .spot .spot_outer .spot_inner .spot_dt {
	margin: 0;
}
.location .spot .spot_outer .last {
	margin: 0;
}
.location .map h2 {
	margin-top: 8.7rem;
}
.location .lis_living .lis_living_outer {
	margin-bottom: 50px;
}
.location .lis_living .lis_living_outer .lis_living_inner {
	width: 70%;
	margin: 0 auto;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item {
	margin-bottom: 4.5rem;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item:last-of-type {
	margin: 0;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item h3 {
	position: relative;
	margin: 0;
	margin-left: 23px;
	font-size: 1.6rem;
	font-weight: 400;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item h3::before {
	content: "";
	position: absolute;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
					clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
	width: 9px;
	height: 9px;
	background-color: #37807d;
	left: -20px;
	top: 6px;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item ul {
	padding: 0;
	margin: 0;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 6px 0;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item ul li::after {
	content: "";
	position: absolute;
	border-bottom: dotted 1px;
	width: 100%;
	top: 16px;
	z-index: -5;
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item ul li p {
	background-color: white;
	padding-right: 10px;
	margin: 0%;
}
@media screen and (max-width: 1100px) {
	.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item ul li p br {
		display: block;
	}
}
.location .lis_living .lis_living_outer .lis_living_inner .lis_living_item ul li span {
	background-color: white;
	padding-left: 10px;
	font-size: 1.6rem;
	text-align: right;
}
.location .lis_living .annotation {
	font-size: 1.2rem;
	margin: 0;
	position: relative;
	padding-left: 2rem;
}
.location .lis_living .annotation:first-of-type {
	margin-top: 22px;
}
.location .lis_living .annotation::before {
	content: "※";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 1100px) {
	.location .lis_living .lis_living_outer .lis_living_inner:last-of-type .lis_living_item ul li span {
		width: 43%;
	}
}
.location .lis_living .lis_living_outer .lis_living_inner:last-of-type .lis_living_item ul li span .none {
	display: none;
}
@media screen and (max-width: 1100px) {
	.location .lis_living .lis_living_outer .lis_living_inner:last-of-type .lis_living_item ul li span .none {
		display: block;
	}
}

.access .lwp_lead::before {
	top: 108rem;
}
.access .lwp_lead .lwp_lead_txt br {
	display: none;
}
@media screen and (max-width: 900px) {
	.access .lwp_lead .lwp_lead_txt br {
		display: block;
	}
}
.access .lwp_lead .lwp_lead_dt br {
	display: block;
}
.access .route_map {
	margin-bottom: 6rem;
}
.access .route_map .route_map_img {
	margin-bottom: 4rem;
}
.access .route_map .img_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 88%;
	margin: 0 auto;
}
.access .route_map .img_outer .fukutosin {
	width: 47%;
}
.access .route_map .img_outer .yurakutyou {
	width: 47%;
}
.access .route_map p {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 2rem;
}
.access .access_time {
	margin-bottom: 6rem;
}
.access .access_time .headline_2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 6.2rem;
}
.access .access_time .headline_2 h2 {
	font-weight: 400;
	font-size: 2.8rem;
	margin: 0;
	text-align: center;
}
@media screen and (max-width: 900px) {
	.access .access_time .headline_2 h2 {
		font-size: 2.7rem;
	}
}
.access .access_time .headline_2 h2 br {
	display: none;
}
@media screen and (max-width: 1100px) {
	.access .access_time .headline_2 h2 br {
		display: block;
	}
}
.access .access_time .headline_2 h2 span {
	font-weight: bold;
	font-size: 4rem;
}
@media screen and (max-width: 900px) {
	.access .access_time .headline_2 h2 span {
		font-size: 3.9rem;
	}
}
.access .access_time .headline_2::before {
	content: "";
	border-top: 4px solid #37807d;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	margin-top: 3rem;
	margin-right: 1.5rem;
}
@media screen and (max-width: 1100px) {
	.access .access_time .headline_2::before {
		margin-top: 5rem;
	}
}
.access .access_time .headline_2::after {
	content: "";
	border-top: 4px solid #37807d;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	margin-top: 3rem;
	margin-left: 1.5rem;
}
@media screen and (max-width: 1100px) {
	.access .access_time .headline_2::after {
		margin-top: 5rem;
	}
}
.access .access_time .access_time_img {
	padding: 0 5rem;
}
.access .access_time .small {
	padding: 0 5rem;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	margin: 1rem 0 0 5rem;
	padding-left: 2rem;
}
.access .access_time .small:first-of-type {
	margin-top: 3.6rem;
}
.access .access_time .access_time_txt {
	padding: 4rem 5rem 0;
	margin: 0;
	line-height: 1.8;
	font-weight: bold;
}
.access .access_time .haneda h2 {
	text-align: start;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 7rem 0 3rem;
}
.access .access_time .haneda p {
	line-height: 1.8;
}
.access .access_time .haneda .haneda_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	padding: 0 5rem;
	margin: 4rem 0;
}
.access .access_time .haneda .haneda_outer div {
	width: 47%;
}
.access .access_time .haneda .haneda_outer .haneda_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
		 object-fit: fill;
}

.facility .lwp_lead .container_md .small {
	margin-top:2rem;
}
.facility .section {
	margin-bottom: 2rem;
}
.facility .section .ttl_wrapper {
	margin-bottom: 3rem;
}
.facility .section .ttl_wrapper .ttl {
	background-color: #37807d;
	padding: 2.1rem 0;
	text-align: center;
	border-radius: 1.2rem 1.2rem 0 0;
}
.facility .section .ttl_wrapper .ttl h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: white;
	margin: 0;
	line-height: 1;
}
.facility .section .ttl_wrapper .ttl_dt {
	background-color: #ffffff;
	padding: 2.1rem 0;
	text-align: center;
	border-radius: 0 0 1.2rem 1.2rem;
	border: 2px solid #37807d;
}
.facility .section .ttl_wrapper .ttl_dt p {
	font-size: 1.6rem;
	margin: 0;
	line-height: 1;
}
.facility .section .img_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.facility .section .img_outer .img_inner {
	width: 47%;
	margin: 0 0 4rem 0;
}
.facility .section .img_outer .img_inner div {
	position: relative;
}
.facility .section .img_outer .img_inner div img {
	border-radius: 12px;
}
.facility .section .img_outer .img_inner div .facility_img_dt {
	position: absolute;
	bottom: 10px;
	right: 2px;
	-webkit-transform: scale(0.9);
					transform: scale(0.9);
	background-color: #fff;
	border-radius: 3px;
	padding: 0.8rem 0.8rem 0.56rem;
}
.facility .section .img_outer .img_inner div .facility_img_dt p {
	font-size: 1.3rem;
	margin: 0;
	line-height: 1;
	color: #545148;
}
.facility .section .img_outer .img_inner div .facility_img_dt .wh {
	color: white;
}
.facility .section .img_outer .img_inner .name {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin: 1rem 0 1rem;
	line-height: 1.5;
}
.facility .section .img_outer .img_inner .dt {
	margin: 0;
}
.facility .commonpart .img_outer .img_inner {
	margin: 0 0 2rem 0;
}
.facility .amenity .container_md .img_inner .small {
	margin-top: 1rem;
}

.floorplan .floorplan_dt .floorplan_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-bottom: 4rem;
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner {
	width: 47%;
	border: 2px solid #37807d;
	border-radius: 12px;
	background-color: white;
	padding: 5rem 2rem 2rem;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	margin-bottom: 4rem;
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group {
	text-align: center;
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group h3 {
	font-size: 6rem;
	font-weight: bold;
	color: #37807d;
	margin: 0;
	margin-bottom: 2.5rem;
	line-height: 1;
}
@media screen and (max-width: 1000px) {
	.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group h3 br {
		display: block;
	}
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .gr_ttl {
	font-size: 2.4rem;
	margin: 0;
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .value {
	font-size: 3.5rem;
	margin: 0;
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .value br {
	/*display: none;*/
}
@media screen and (max-width: 900px) {
	.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .value br {
		display: block;
	}
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .value:last-of-type {
	margin-bottom: 1.5rem;
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .btn {
	background-color: #37807d;
	padding: 2rem 0;
	border-radius: 6px;
	position: relative;
	display: block;
	-webkit-transition: all 0.5s 0.5s ease;
	transition: all 0.5s 0.5s ease;
	color: white;
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .btn p {
	color: white;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin: 0;
}
@media screen and (max-width: 900px) {
	.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .btn p {
		font-size: 1.7rem;
	}
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .btn::after {
	content: "";
	position: absolute;
	background-image: url(../img/floorplan/arrow_wh.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.3rem;
	height: 1.3rem;
	top: 50%;
	right: 1.5rem;
	-webkit-transform: translatey(-50%);
					transform: translatey(-50%);
}
.floorplan .floorplan_dt .floorplan_outer .floorplan_inner .floorplan_group .btn:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
	color: white;
}
.rm_un_layer .lwp_lead .small {
	margin-top: 4rem;
}
.rm_un_layer .lwp_lead .small:nth-child(n+3) {
	margin-top: 0.5rem;
}
.rm_un_layer .lwp_lead .lwp_text {
	margin-top: 4rem;
}
.rm_un_layer .wako_floorplan_detail {
	background-color: white;
	border: 2px solid #37807d;
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 4rem;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .wako_floorplan_detail_ttl h2 {
	color: #37807d;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin: 2rem auto 4rem;
	line-height: 0.8;
	letter-spacing: 0.3rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .wako_floorplan_detail_ttl h2 strong {
	font-size: 4.8rem;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .wako_floorplan_detail_ttl h2 .type_txt {
	font-size: 2rem;
	position: absolute;
	top: 5.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}

.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .wako_floorplan_detail_ttl .floorplan_type {
	background-color: #387f7c;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 14px;
	padding: 0 11px;
	margin-right: 28px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .room_type {
	margin-bottom: 6rem;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin-bottom: 2rem;
	width: 100%;
	height: 26rem;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_main {
	width: 59%;
	height: inherit;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_main .article_sliders_images {
	position: relative;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_main .article_sliders_images .img_box {
	width: 65%;
	height: 90%;
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	overflow: hidden;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_main .article_sliders_images .img_box img {
	position: absolute;
	max-height: unset;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_table {
	width: 39%;
	height: inherit;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_table table {
	height: inherit;
	border: #464646 1px solid;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_table table tbody {
	height: inherit;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_table table tbody tr th {
	font-size: 1.6rem;
	vertical-align: middle;
	padding: 10px 25px;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_table table tbody tr .decision {
	background-color: white;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_table table tbody tr .decision p {
	color: #000000;
	font-weight: 400;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .slider_table_outer .article_sliders_table table tbody .comingsoon_bx .comingsoon {
	font-weight: 400;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .article_sliders_thumbs .item_thumbs .more .btn_more_thumbs {
	background-color: #37807d;
	font-size: 2rem;
	color: white;
	margin: 1.5rem 0 2rem;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .article_sliders_thumbs .item_thumbs .more .btn_more_thumbs .btn_more_thumbs_icon {
	right: 2rem;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .article_sliders_thumbs .item_thumbs .more .btn_more_thumbs .btn_more_thumbs_icon img {
	vertical-align: top;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .article_sliders_thumbs .item_thumbs:hover span:before {
	background: none;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_sliders .article_sliders_thumbs .active {
	border-color: #37807d;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .article_leadtext {
	font-size: 1.2rem;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .panorama {
	margin-top: 0;
	margin-bottom: 0;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .panorama .gray_bg {
	background-color: gray;
	width: 100%;
	height: 38rem;
	position: absolute;
	z-index: 100;
	margin-top: 1rem;
	border-radius: 12px;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .panorama .viewer360 .pnlm-control:hover {
	background-color: unset;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .panorama .viewer360 .wako_panorama_block_nav a {
	font-size: 1.5rem;
	font-weight: bold;
	border: 2px solid #37807d;
	color: #464646;
	height: 80px;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .panorama .viewer360 .wako_panorama_block_nav .active {
	background-color: #37807d;
	color: white;
	border: 2px solid #37807d;
}
.rm_un_layer .wako_floorplan_detail .wako_floorplan_detail_container .panorama .viewer360 .wako_panorama_block_nav a:hover {
	background-color: #37807d;
	color: white;
	border: 2px solid #37807d;
}
.rm_un_layer .others_room .headline {
	margin-bottom: 4rem;
}
.rm_un_layer .others_room .outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.rm_un_layer .others_room .outer .inner {
	width: 32%;
	border-radius: 12px;
	border: 2px solid #37807d;
	padding: 5.4rem 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rm_un_layer .others_room .outer .inner::after {
	content: "";
	position: absolute;
	background-image: url(../img/floorplan/arrow_gr.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.3rem;
	height: 1.3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	right: 2rem;
}
.rm_un_layer .others_room .outer .inner p {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	color: #37807d;
}
.rm_un_layer .others_room .return {
	background-color: #37807d;
	border-radius: 12px;
	padding: 2rem 0;
	text-align: center;
	width: 43rem;
	margin: 6rem auto;
	position: relative;
	display: block;
	cursor: pointer;
}
.rm_un_layer .others_room .return::after {
	content: "";
	position: absolute;
	background-image: url(../img/floorplan/arrow_wh.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.3rem;
	height: 1.3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	right: 2rem;
}
.rm_un_layer .others_room .return p {
	color: white;
	font-size: 2rem;
	font-weight: bold;
}


/* 2023.0127 第３弾 */
.top .lin_introduction .lin_introduction-inner {
	max-width: 1000px;
    margin: 40px auto 0;
}

.top .lin_introduction .lin_introduction-inner:first-child {
	margin-top: 0;
}

.top .lin_introduction_content {
	display: flex;
}

.top .lin_introduction_content .lin_introduction_content-item {
	width: 459px;
}

.top .lin_introduction_content .lin_introduction_content-item:first-child {
	margin-right: 82px;
}

.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-more {
	position: relative;
	color: #000000;
	padding-bottom: 1.3rem;
	padding-right: 2.8rem;
	margin: 3rem 0 0 auto;
	text-decoration: none;
	outline: none;
	display: block;
	width: 14rem;
}

.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-more::before,
.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-more::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #000000;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-more::after {
	width: 0;
	background: #ccc;
}
.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-more:hover::after {
	width: 100%;
}
.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-more span::after {
	content: "";
	position: absolute;
	top: 0.8rem;
	right: 0.2rem;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-more:hover span::after {
	right: 0.7rem;
}
.top .lin_introduction_content .lin_introduction_content-item .lin_introduction_content-item-title img {
	height: 78px;
}

.flow {
	padding-bottom: 80px;
}

.flow .flow-list >li {
    margin-top: 100px;
    position: relative;
}

.flow .flow-list >li:first-child {
    margin-top: 0;
}

.flow .flow-list >li::after{
    content: "";
    position: absolute;
    bottom: -70px;
    left: 46%;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    border-color: #c9e4ae transparent transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
}

.flow .flow-list >li:last-child::after {
    content: none;
}

.flow .flow_content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #429895;
    padding-top: 20px;
    text-align: center;
    position: relative;
	border-radius: 12px;
}

.flow .flow_content::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    top: 20px;
    right: 30px;
}

.flow .flow_content.flow_content--type01::before {
    width: 60px;
    height: 60px;
    background-image: url(../img/flow/icon_01.png);
}

.flow .flow_content.flow_content--type02::before {
    width: 60px;
    height: 59px;
    background-image: url(../img/flow/icon_02.png);
}

.flow .flow_content.flow_content--type03::before {
    width: 60px;
    height: 68px;
    background-image: url(../img/flow/icon_03.png);
}

.flow .flow_content.flow_content--type04::before {
    width: 60px;
    height: 58px;
    background-image: url(../img/flow/icon_04.png);
}

.flow .flow_content.flow_content--type05::before {
    width: 60px;
    height: 47px;
    background-image: url(../img/flow/icon_05.png);
}

.flow .flow_content .flow_content-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
}

.flow .flow_content .flow_content-header .flow_content-header-item {
    width: 50px;
    height: 50px;
    background-color: #429895;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
}

.flow .flow_content .flow_content-header .flow_content-header-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.flow .flow_content .flow_content-body {
    margin-top: 20px;
}

.flow .flow_content .flow_content-body .flow_content-body-text {
    text-align: center;
    margin-top: 20px;
	font-size: 16px;
}

.flow .flow_content .flow_content-body .flow_content-body-text:first-child  {
    margin-top: 0;
}

.flow .flow_content .flow_content-body .flow_content-body-btn {
    max-width: 500px;
    margin: 20px auto 0;
}

.flow .flow_btn {
    position: relative;
    width: 100%;
	display: block;
	text-align: center;
    padding: 10px 15px;
	background-color: #757575;
	box-sizing: border-box;
}

.flow .flow_btn::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.flow .flow_btn .flow_btn-text {
	color: #fff;
    font-size: 16px;
}

.flow .flow_btn .flow_btn-icon img {
	vertical-align: middle;
}

.flow .flow_content .flow_content-footer {
    margin-top: 20px;
    background-color: #dbf6e9;
    border-top: 1px solid #429895;
    text-align: center;
    padding: 10px;
    font-size: 18px;
	border-radius: 0 0 12px 12px;
}

.application .sec_requirements {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.application .sec_requirements .sec_requirements-anchor >li {
    margin-top: 10px;
    position: relative;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.application .sec_requirements .sec_requirements-anchor >li:first-child {
    margin-top: 0;
}

.application .sec_requirements .sec_requirements-anchor .sec_requirements-anchor-icon {
    margin-right: 15px;
	cursor: pointer;
}

.application .sec_requirements .sec_requirements-anchor .sec_requirements-anchor-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    width: 100%;
    color: inherit;
    background-color: transparent;
    padding: 0;
}

.application .sec_requirements .sec_requirements-anchor .sec_requirements-anchor-btn:hover {
    text-decoration: underline;
}

.application .sec_requirements .sec_requirements-list {
    margin-top: 80px;
}

.application .sec_requirements .sec_requirements-list>li {
    margin-top: 50px;
}

.application .sec_requirements .sec_requirements-list>li:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-header {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.application .requirements_content .requirements_content-header-item {
    margin-right: 20px;
    font-size: 36px;
    color: #78b240;
}

.application .requirements_content .requirements_content-body {
    margin-top: 20px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-desc {
    font-size: 16px;
    margin-top: 20px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-desclink {
    text-decoration: underline;
}

.application .requirements_content .requirements_content-body .requirements_content-body-desc:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-body .requirements_content-body-desc .requirements_content-body-desc--type01 {
    font-weight: bold;
}

.application .requirements_content .requirements_content-body .requirements_content-body-image {
    margin-top: 30px;
    text-align: center;
}

.application .requirements_content .requirements_content-body .requirements_content-body-image:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-body .requirements_content-body-note {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 30px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-note:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-body .requirements_content-body-btn {
    margin-top: 20px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-content {
    margin-top: 20px;
    display: none;
}

.application .requirements_content .requirements_content-body .requirements_content-body-list {
    margin-top: 20px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-list:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-body .requirements_content-body-list >li {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.application .requirements_content .requirements_content-body .requirements_content-body-list >li:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-body .requirements_content-body-item {
    margin-top: 30px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-closebtn {
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    border: none;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-tbl {
    margin-top: 30px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-tbl:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-body .requirements_content-body-numberlist {
    margin-top: 30px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-numberlist:first-child {
    margin-top: 0;
}

.application .requirements_content .requirements_content-body .requirements_content-body-notelist {
    font-size: 14px;
    line-height: 1.3;
}

.application .requirements_content .requirements_content-body .requirements_content-body-innerdesc {
    margin-top: 30px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-innerdesc--type01 {
    margin-top: 20px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-innernote {
    font-size: 14px;
    line-height: 1.3;
}

.application .closebtn_text {
    margin-right: 10px;
    font-size: 16px;
    color: #000;
}

.application .accordion_ttl_application {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #c9e4ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    font-size: 18px;
}

.application .accordion_ttl_application.accordion_ttl_application--type01 {
	background-color: #1a613d;
	color: #fff;
}

.application .requirements_content .requirements_content-body .requirements_content-body-innertitle {
    font-weight: bold;
}


.application .requirements_content .requirements_content-body .requirements_content-body-innerlist {
    margin-top: 30px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-innerlist>li {
    margin-top: 30px;
}

.application .requirements_content .requirements_content-body .requirements_content-body-innerlist>li:first-child {
    margin-top: 0px;
}

.application .accordion_ttl_application .accordion_ttl_application-text {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.application .accordion_ttl_application .accordion_ttl_application-btn {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/application/icon_plus.png);
    width: 24px;
    height: 24px;
}

.application .accordion_ttl_application.is-open .accordion_ttl_application-btn {
    background-image: url(../img/application/icon_minus.png);
}

.application .requirements_tbl .requirements_tbl-line {
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    font-size: 16px;
    line-height: 2.4;
}

.application .requirements_tbl .requirements_tbl-line:last-child {
    border-bottom: 1px solid #b7b7b7;
}

.application .requirements_tbl .requirements_tbl-line .requirements_tbl-line-title {
    width: auto;
    height: 40px;
    border-left: 1px solid #b7b7b7;
    text-align: center;
    font-weight: bold;
    background-color: #e1e1e1;
}

.application .requirements_tbl .requirements_tbl-line .requirements_tbl-line-text {
    width: 200px;
    height: 40px;
    border-left: 1px solid #b7b7b7;
    text-align: center;
}

.application .requirements_tbl .requirements_tbl-line .requirements_tbl-line-text.requirements_tbl-line-text--type01 {
    background-color: #f0f0f0;
}

.application .requirements_tbl .requirements_tbl-line .requirements_tbl-line-desc {
    width: 800px;
    height: 40px;
    border-left: 1px solid #b7b7b7;
    text-align: center;
}

.application .requirements_tbl .requirements_tbl-txt {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.application .requirements_innerdesc .requirements_innerdesc-header {
    font-size: 16px;
    line-height: 1;
}

.application .requirements_innerdesc .requirements_innerdesc-header.requirements_innerdesc-header--type01 {
    font-weight: bold;
}

.application .requirements_innerdesc .requirements_innerdesc-body {
    margin-top: 30px;
}

.application .requirements_innerdesc .requirements_innerdesc-body.requirements_innerdesc-body--type01 {
    margin-top: 15px;
}

.application .requirements_innerdesc .requirements_innerdesc-body:first-child {
    margin-top: 0px;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-list {
    margin-top: 30px;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-list:first-child {
    margin-top: 0;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-innerlist {
    margin-top: 30px;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-list>li {
    margin-top: 30px;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-list>li:first-child {
    margin-top: 0;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-desc .requirements_innerdesc-body-desc--type01 {
    font-weight: bold;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-desc:first-child {
    margin-top: 0;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-desclink {
	text-decoration: underline;
}

.application .requirements_innerdesc .requirements_innerdesc-body .requirements_innerdesc-body-note {
    font-size: 14px;
    line-height: 1.5;
}


/* 0310 第4弾 */

.logobox_kosodate {
	margin-top: 40px;
	padding: 40px 0;
	background-color: #fff;
    border: 1px solid #c9e4ae;
    border-radius: 12px;
}

.logobox_kosodate .logobox {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logobox_kosodate .logobox .logobox-image {
	margin-right: 28px;
}

.kosodate {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	padding-bottom: 80px;
}

.kosodate .kosodate-header {
	font-size: 24px;
	text-align: center;
}

.kosodate .kosodate-body {
	margin-top: 40px;
}

.kosodate .kosodate-body .kosodate-body-item {
	margin-top: 80px;
}

.kosodate .kosodate-body .kosodate-body-item:first-child {
	margin-top: 0;
}

.kosodate .kosodate_content .kosodate_content-item {
	margin-top: 40px;
}

.kosodate .kosodate_content .kosodate_content-item:first-child {
	margin-top: 0;
}

.kosodate .kosodate_content .kosodate_content-item >li {
	margin-top: 40px;
}

.kosodate .kosodate_content .kosodate_content-item >li:first-child {
	margin-top: 0;
}

.kosodate .kosodate_content .kosodate_content-title {
	font-size: 24px;
	text-align: center;
}

.kosodate .kosodate_content .kosodate_content-title .kosodate_content-title-item {
	font-size: 14px;
}

.kosodate .accordion {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #c9e4ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 18px;
	border-radius: 12px;
	font-family: inherit;
}

.kosodate .accordion .accordion-title .accordion-title-image {
	margin-right: 15px;
}

.kosodate .accordion .accordion-btn {
	display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/location/kosodate/icon_plus.png);
    width: 24px;
    height: 24px;
}

.kosodate .accordion.is-open .accordion-btn {
	background-image: url(../img/location/kosodate/icon_minus.png);
}

.kosodate .point .point-content {
	display: none;
	margin-top: 30px;
}

.kosodate .point .point-content .point-content-item {
	margin-top: 40px;
}

.kosodate .point .point-content .point-content-item:first-child {
	margin-top: 0;
}

.kosodate .point_content {
	display: flex;
}

.kosodate .point_content .point_content-item {
	margin-right: 30px;
}

.kosodate .point_content .point_content-item .point_content-item-image {
	margin-top: 20px;
}

.kosodate .point_content .point_content-item .point_content-item-image:first-child {
	margin-top: 0;
	width: 313px;
}

.kosodate .point_content .point_content-list {
	flex: 1;
}

.kosodate .point_content .point_content-list >li {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	padding-left: 1em;
}

.kosodate .point_content .point_content-list >li::before {
	content: "・";
    position: absolute;
	text-indent: -1em;
}

.kosodate .point_content .point_content-text {
	font-size: 16px;
	line-height: 1.8;
}

.kosodate .point_sub_content .point_sub_content-title {
	font-size: 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kosodate .point_sub_content .point_sub_content-title::before,
.kosodate .point_sub_content .point_sub_content-title::after {
	content: "";
    border-top: 4px solid #78b240;
    width: 379px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.kosodate .point_sub_content .point_sub_content-item {
	margin-top: 30px;
}

.kosodate .point_image .point_image-item {
	text-align: center;
}

.kosodate .point_image .point_image-text {
	margin-top: 20px;
	text-align: right;
}

.outline {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	padding-bottom: 50px;
}

.outline .outline-list {
	background-color: #fff;
	border: 1px solid #c8e4ae;
	border-radius: 12px;
	padding: 30px 40px;
}

.outline .outline-list >li {
	margin-top: 30px;
}

.outline .outline-list >li:first-child {
	margin-top: 0;
}

.outline .outline-note {
	padding-left: 1em;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 25px;
}

.outline .outline-note >li {
	text-indent: -1em;
    margin-top: 25px;
}

.outline .outline-note >li:first-child {
    margin-top: 0;
}

.outline .outline_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.outline .outline_list .outline_list-title {
	width: 180px;
	font-size: 16px;
}

.outline .outline_list .outline_list-content {
	margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.outline .outline_list .outline_list-content .outline_list-content-text {
	font-size: 16px;
    line-height: 1.5;
	margin-top: 10px;
}

.outline .outline_list .outline_list-content .outline_list-content-text:first-child {
	margin-top: 0;
}

.outline .outline_list .outline_list-content .outline_list-content-text.outline_list-content-text--item01 {
	text-indent: 1em;
}

.outline .outline_list .outline_list-content .outline_list-content-text.outline_list-content-text--item02 {
	color: #387f7c;
}

.outline .outline_list .outline_list-content .outline_list-content-note {
	font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
}

.outline .outline_list .outline_list-content .outline_list-content-note:first-of-type {
    margin-top: 15px;
}

.rm_un_layer .floor_plan_btn {
	text-align: center;
	padding-bottom: 30px;
}

.rm_un_layer .floor_plan_btn .floorplan_btn {
	position: relative;
    font-size: 16px;
}

.rm_un_layer .floor_plan_btn .floorplan_btn::after {
	position: absolute;
    content: "";
    top: 50%;
    right: -35px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #387f7c;
    border-right: solid 2px #387f7c;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}