/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
#access_location main {
	opacity: 1;
	background: url("../img/bg_brand.jpg") left top/cover no-repeat;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
@media screen and (max-width: 768px) {
	#access_location main {
		padding-bottom: 15%;
		/*@media screen end*/
	}
}
#access_location main p {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: 0.05em;
}
#access_location main .com-w1200 {
	width: 90%;
}
#access_location .mv_img {
	color: #fff;
}
#access_location .mv_img .ttl {
	width: 60%;
	max-width: 350px;
}
#access_location .text {
	font-size: clamp(10px, 5vw, 15px);
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
	#access_location {
		/*@media screen end*/
	}
	#access_location .text {
		font-size: clamp(10px, 3.5vw, 15px);
	}
}
#access_location .sec_bg {
	background: transparent url("../img/con_bg.jpg") center top/cover no-repeat;
}
#access_location .tab_area {
	background: #dec59f;
	width: 100%;
	padding-block: 3%;
}
#access_location .tab_area .com-flbox {
	max-width: 1000px;
	width: 90%;
	margin-inline: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#access_location .tab_area .com-flbox .tab {
	text-align: center;
	background-color: #fbf9f5;
	width: 45%;
	cursor: pointer;
	padding-block: 25px 20px;
	opacity: 0.7;
	font-weight: 500;
	text-transform: uppercase;
	color: #dec59f;
	letter-spacing: 0.15em;
	font-size: clamp(10px, 3vw, 20px);
}
#access_location .tab_area .com-flbox .tab:last-child {
	margin-left: 5%;
}
#access_location .tab_area .com-flbox .tab.active {
	opacity: 1;
}
#access_location .com-notebox .com-note {
	display: none;
}
#access_location .com-notebox .com-note.active {
	display: block;
}
@media screen and (max-width: 768px) {
	#access_location {
		/*@media screen end*/
	}
	#access_location .tab_area {
		padding-block: 10%;
	}
	#access_location .tab_area .com-flbox {
		max-width: 1000px;
		width: 90%;
		margin-inline: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#access_location .tab_area .com-flbox .tab {
		width: 90%;
		font-size: clamp(10px, 5vw, 20px);
	}
	#access_location .tab_area .com-flbox .tab:last-child {
		margin-left: 0%;
		margin-top: 5%;
	}
}
#access_location .page_con {
	background-color: #fbf9f5;
	display: none;
}
#access_location .page_con.active {
	display: block;
}
#access_location .location .sec1 {
	position: relative;
}
#access_location .location .sec1 .textbox {
	position: absolute;
	top: 15%;
	right: 10%;
	color: #fff;
}
#access_location .location .sec1 .textbox p .sup {
	font-size: 10px;
	vertical-align: super;
}
#access_location .location .sec1 .textbox p span {
	position: relative;
}
#access_location .location .sec1 .textbox p span .plot {
	position: absolute;
	font-size: 10px;
	top: 38%;
	left: 50%;
	width: 100%;
}
#access_location .location .sec1 .textbox .lead {
	font-size: clamp(10px, 3vw, 23px);
	letter-spacing: 0.15em;
}
#access_location .location .sec1 .textbox .text {
	font-size: clamp(10px, 3vw, 16px);
	line-height: 2.5em;
	margin-block: 10% 15%;
}
#access_location .location .sec1 .textbox .textimg {
	width: 70%;
	margin-left: 20%;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	#access_location .location {
		/*@media screen end*/
	}
	#access_location .location .sec1 {
		position: relative;
	}
	#access_location .location .sec1 .textbox {
		top: 40%;
		width: 90%;
		left: 5%;
	}
	#access_location .location .sec1 .textbox p span {
		position: relative;
	}
	#access_location .location .sec1 .textbox p span .plot {
		position: absolute;
		font-size: 10px;
		top: 38%;
		left: 50%;
		width: 100%;
	}
	#access_location .location .sec1 .textbox .lead {
		font-size: clamp(10px, 4.5vw, 23px);
		letter-spacing: 0.15em;
	}
	#access_location .location .sec1 .textbox .text {
		font-size: clamp(10px, 3.6vw, 16px);
	}
	#access_location .location .sec1 .textbox .textimg {
		width: 55%;
		margin-inline: auto;
		z-index: 1;
	}
}
#access_location .location .sec2 {
	background-color: #000;
	color: #fff;
	padding-bottom: 5%;
}
#access_location .location .sec2 .textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 90%;
	max-width: 700px;
	text-align: center;
}
#access_location .location .sec2 .textbox .ttlimg {
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
}
#access_location .location .sec2 .textbox p {
	margin-top: 5%;
	font-size: clamp(10px, 3vw, 20px);
}
#access_location .location .sec2 .com-note {
	position: absolute;
	color: #fff;
	max-width: 1000px;
	width: 90%;
	margin-inline: auto;
	bottom: -3%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	#access_location .location {
		/*@media screen end*/
	}
	#access_location .location .sec2 {
		padding-bottom: 15%;
	}
	#access_location .location .sec2 .textbox .ttlimg {
		width: 70%;
	}
	#access_location .location .sec2 .textbox p {
		margin-top: 5%;
		font-size: clamp(10px, 3.3vw, 20px);
	}
	#access_location .location .sec2 .com-note {
		top: 97%;
	}
}
#access_location .location .life_info {
	padding-block: 5%;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		padding-block: 15%;
		/*@media screen end*/
	}
}
#access_location .location .life_info .right {
	margin-left: auto;
	margin-right: 0;
}
#access_location .location .life_info .left {
	margin-left: 0;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .right {
		margin-left: auto;
		margin-right: auto;
	}
	#access_location .location .life_info .left {
		margin-left: auto;
		margin-right: auto;
	}
}
#access_location .location .life_info .ttl_box .ttl {
	font-size: clamp(10px, 5vw, 37px);
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
}
#access_location .location .life_info .ttl_box .ttl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 100%;
	left: 0;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info .ttl_box {
		/*@media screen end*/
	}
	#access_location .location .life_info .ttl_box .ttl {
		font-size: clamp(10px, 9vw, 37px);
	}
}
#access_location .location .life_info .ttl_box .lead {
	font-size: clamp(10px, 2vw, 20px);
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info .ttl_box {
		/*@media screen end*/
	}
	#access_location .location .life_info .ttl_box .lead {
		font-size: clamp(10px, 5vw, 20px);
	}
}
#access_location .location .life_info .ttl_box .text {
	line-height: 2em;
}
#access_location .location .life_info .ttl_box .text .sup {
	font-size: 10px;
	vertical-align: super;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info .ttl_box {
		/*@media screen end*/
	}
	#access_location .location .life_info .ttl_box .text .sup {
		font-size: 10px;
		vertical-align: super;
	}
}
#access_location .location .life_info .com-imgbox .place {
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info .com-imgbox {
		/*@media screen end*/
	}
	#access_location .location .life_info .com-imgbox .place {
		font-size: 11px;
	}
}
#access_location .location .life_info .sec {
	padding-top: 10%;
	position: relative;
}
#access_location .location .life_info .sec .deco {
	position: absolute;
	width: 80%;
}
#access_location .location .life_info .sec .sec_inner {
	width: 85%;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec {
		padding-top: 10%;
		position: relative;
	}
	#access_location .location .life_info .sec .deco {
		position: absolute;
		width: 80%;
	}
	#access_location .location .life_info .sec .sec_inner {
		width: 95%;
	}
}
#access_location .location .life_info .sec3 {
	padding-top: 0;
}
#access_location .location .life_info .sec3 .com-flbox {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#access_location .location .life_info .sec3 .com-flbox .box_l {
	width: 40%;
}
#access_location .location .life_info .sec3 .com-flbox .box_r {
	width: 50%;
	margin-left: 10%;
}
#access_location .location .life_info .sec3 .com-flbox .box_r .lead {
	font-size: clamp(10px, 5vw, 28px);
}
#access_location .location .life_info .sec3 .com-flbox .box_r .text {
	font-size: clamp(10px, 3vw, 16px);
	margin-top: 5%;
	line-height: 2em;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec3 {
		padding-top: 0;
	}
	#access_location .location .life_info .sec3 .com-flbox {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	#access_location .location .life_info .sec3 .com-flbox .box_l {
		width: 80%;
	}
	#access_location .location .life_info .sec3 .com-flbox .box_r {
		width: 100%;
		margin-left: 0%;
		margin-top: 15%;
	}
	#access_location .location .life_info .sec3 .com-flbox .box_r .lead {
		font-size: clamp(10px, 5vw, 28px);
	}
	#access_location .location .life_info .sec3 .com-flbox .box_r .text {
		font-size: clamp(10px, 3.5vw, 16px);
		margin-top: 10%;
	}
}
#access_location .location .life_info .sec4 .deco {
	position: absolute;
	width: 80%;
	right: 0;
	top: 10%;
}
#access_location .location .life_info .sec4 .ttl_box {
	padding-bottom: 1%;
	width: 100%;
	margin-left: 14%;
	margin-top: -9%;
}
#access_location .location .life_info .sec4 .ttl_box .ttl {
	color: #c04363;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#access_location .location .life_info .sec4 .ttl_box .ttl::before {
	background-color: #c04363;
	width: 25%;
}
#access_location .location .life_info .sec4 .ttl_box .lead {
	margin-left: 0%;
	margin-block: 3%;
}
#access_location .location .life_info .sec4 .com-flbox .box_r {
	width: 38%;
}
#access_location .location .life_info .sec4 .com-flbox .box_l {
	width: 60%;
	margin-top: 7%;
}
#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_1,
#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_2 {
	width: 49%;
}
#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_1 .com-imgbox {
	width: calc(50% - 5px);
}
#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_1 .com-imgbox:last-child {
	width: 100%;
	margin-top: 3%;
}
#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_2 .com-imgbox {
	width: calc(50% - 5px);
}
#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_3 {
	width: 100%;
	margin-top: 3%;
}
#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_3 .com-imgbox {
	width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec4 .deco {
		position: absolute;
		width: 120%;
		right: 14%;
		top: 16%;
	}
	#access_location .location .life_info .sec4 .ttl_box {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-left: 0%;
		margin-bottom: 5%;
		margin-top: 10%;
	}
	#access_location .location .life_info .sec4 .ttl_box .ttl::before {
		width: 100%;
	}
	#access_location .location .life_info .sec4 .ttl_box .lead {
		margin-left: 0%;
		margin-block: 7%;
	}
	#access_location .location .life_info .sec4 .com-flbox .com-imgbox .place {
		font-size: 11px;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_r {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l {
		width: 100%;
		margin-top: 5%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_1,
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_2 {
		width: 100%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_1 .com-imgbox {
		width: calc(50% - 5px);
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_1 .com-imgbox:last-child {
		width: 100%;
		margin-top: 3%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_2 {
		margin-block: 5%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_2 .com-imgbox {
		width: calc(50% - 5px);
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_2 .com-imgbox:nth-child(n+3) {
		margin-top: 3%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_3 {
		width: 100%;
		margin-top: 0%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_3 .com-imgbox {
		width: 50.5%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_3 .com-imgbox:first-child {
		width: 47%;
	}
	#access_location .location .life_info .sec4 .com-flbox .box_l .flbox1 .box_3 .com-imgbox:last-child {
		width: 100%;
		margin-top: 3%;
	}
}
#access_location .location .life_info .sec5 .deco {
	position: absolute;
	width: 80%;
	left: 0;
	top: 29%;
}
#access_location .location .life_info .sec5 .ttl_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-bottom: 1%;
	border-bottom: 1px solid #5d7a97;
	width: 100%;
}
#access_location .location .life_info .sec5 .ttl_box .ttl {
	color: #5d7a97;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#access_location .location .life_info .sec5 .ttl_box .ttl::before {
	display: none;
}
#access_location .location .life_info .sec5 .ttl_box .lead {
	margin-left: 3%;
}
#access_location .location .life_info .sec5 .com-flbox {
	margin-top: 3%;
}
#access_location .location .life_info .sec5 .com-flbox .box_r {
	width: 45%;
}
#access_location .location .life_info .sec5 .com-flbox .box_r .box_2 .com-imgbox .place {
	position: absolute;
	bottom: 3px;
	left: 3px;
	color: #fff;
}
#access_location .location .life_info .sec5 .com-flbox .box_r .box_2 .com-imgbox:last-child {
	margin-top: 3%;
}
#access_location .location .life_info .sec5 .com-flbox .box_r .flbox1 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 0;
}
#access_location .location .life_info .sec5 .com-flbox .box_r .flbox1 .com-imgbox {
	width: calc(33.3333333333% - 10px);
}
#access_location .location .life_info .sec5 .com-flbox .box_l {
	width: 53%;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 {
	margin-top: 7%;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .com-imgbox {
	width: calc(33.3333333333% - 10px);
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l {
	width: calc((33.3333333333% - 5px) * 2);
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .com-flbox {
	margin-top: 0;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .com-imgbox {
	width: calc(50% - 8px);
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 {
	width: 100%;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .note {
	font-size: 10px;
	text-align: right;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #000;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 5%;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .com-imgbox {
	width: 50%;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .com-imgbox img {
	vertical-align: bottom;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .text {
	width: 50%;
	font-size: clamp(10px, 2vw, 13px);
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .text p {
	width: 90%;
	margin-inline: auto;
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_r {
	width: calc(33.3333333333% - 10px);
}
#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_r .com-imgbox {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec5 .ttl_box {
		display: block;
		padding-bottom: 1%;
		border-bottom: unset;
		width: 100%;
	}
	#access_location .location .life_info .sec5 .ttl_box .ttl {
		border-bottom: 1px solid #5d7a97;
	}
	#access_location .location .life_info .sec5 .ttl_box .lead {
		margin-left: 0%;
		margin-top: 5%;
	}
	#access_location .location .life_info .sec5 .com-flbox {
		margin-top: 5%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_r {
		width: 100%;
		margin-top: 4%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_r .box_1 {
		width: 38.5%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_r .box_1 .com-imgbox:last-child {
		margin-top: 5%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_r .box_2 {
		width: 59%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_r .flbox1 {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin-top: 0;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_r .flbox1 .com-imgbox {
		width: calc(50% - 10px);
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l {
		width: 100%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .com-imgbox {
		width: calc(50% - 5px);
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l {
		width: 100%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .com-flbox {
		margin-top: 0;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .com-imgbox {
		width: calc(50% - 5px);
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 {
		width: 100%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .note {
		font-size: 10px;
		text-align: right;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox {
		margin-top: 5%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .com-imgbox {
		width: 100%;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .com-imgbox img {
		vertical-align: bottom;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .text {
		width: 100%;
		padding-block: 5%;
		font-size: clamp(10px, 4vw, 13px);
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_l .w_100 .com-flbox .text p {
		width: 90%;
		margin-inline: auto;
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_r {
		width: calc(33.3333333333% - 10px);
	}
	#access_location .location .life_info .sec5 .com-flbox .box_l .flbox1 .flbox1_1 .box_r .com-imgbox {
		width: 100%;
	}
}
#access_location .location .life_info .sec6 .ttl_box {
	padding-bottom: 1%;
}
#access_location .location .life_info .sec6 .ttl_box .ttl {
	color: #519668;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#access_location .location .life_info .sec6 .ttl_box .ttl::before {
	background-color: #519668;
}
#access_location .location .life_info .sec6 .ttl_box .lead {
	margin-block: 7%;
}
#access_location .location .life_info .sec6 .com-flbox {
	margin-top: 3%;
}
#access_location .location .life_info .sec6 .com-flbox .box_r {
	width: 55%;
}
#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 0;
}
#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .text {
	width: 40%;
}
#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .flbox1_1 {
	width: 50%;
	margin-top: 0;
}
#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .com-imgbox {
	width: 47%;
}
#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .com-imgbox:last-child {
	width: 51%;
}
#access_location .location .life_info .sec6 .com-flbox .box_l {
	width: 38%;
}
#access_location .location .life_info .sec6 .com-flbox .box_l .com-flbox .com-imgbox {
	width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec6 .ttl_box {
		padding-bottom: 1%;
	}
	#access_location .location .life_info .sec6 .ttl_box .lead {
		margin-top: 7%;
		margin-bottom: 7%;
	}
	#access_location .location .life_info .sec6 .com-flbox {
		margin-top: 3%;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_r {
		width: 100%;
		margin-top: 5%;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin-top: 0;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .text {
		width: 100%;
		margin-block: 7%;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .text p {
		line-height: 2em;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .flbox1_1 {
		width: 90%;
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .com-imgbox {
		width: 47%;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_r .flbox1 .com-imgbox:last-child {
		width: 51%;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_l {
		width: 100%;
	}
	#access_location .location .life_info .sec6 .com-flbox .box_l .com-flbox .com-imgbox {
		width: calc(50% - 5px);
	}
}
#access_location .location .life_info .sec7 .ttl_box {
	padding-bottom: 1%;
}
#access_location .location .life_info .sec7 .ttl_box .ttl {
	color: #ac5943;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#access_location .location .life_info .sec7 .ttl_box .ttl::before {
	background-color: #ac5943;
}
#access_location .location .life_info .sec7 .ttl_box .lead {
	margin-top: 4%;
}
#access_location .location .life_info .sec7 .com-flbox {
	margin-top: 3%;
}
#access_location .location .life_info .sec7 .com-flbox .box_r {
	width: 45%;
}
#access_location .location .life_info .sec7 .com-flbox .box_r .com-flbox .com-imgbox {
	width: calc(50% - 10px);
}
#access_location .location .life_info .sec7 .com-flbox .box_r .com-flbox .com-imgbox:nth-child(n+3) {
	margin-top: 3%;
}
#access_location .location .life_info .sec7 .com-flbox .box_l {
	width: 52%;
	margin-top: min(140px, 9%);
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec7 .ttl_box {
		padding-bottom: 1%;
	}
	#access_location .location .life_info .sec7 .ttl_box .lead {
		margin-block: 8% 4%;
	}
	#access_location .location .life_info .sec7 .com-flbox {
		margin-top: 5%;
	}
	#access_location .location .life_info .sec7 .com-flbox .box_r {
		width: 100%;
	}
	#access_location .location .life_info .sec7 .com-flbox .box_r .com-flbox .com-imgbox {
		width: calc(50% - 5px);
	}
	#access_location .location .life_info .sec7 .com-flbox .box_r .com-flbox .com-imgbox:nth-child(n+3) {
		margin-top: 3%;
	}
	#access_location .location .life_info .sec7 .com-flbox .box_l {
		width: 100vw;
		margin-top: min(140px, 9%);
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	#access_location .location .life_info .sec7 .com-flbox .box_l .com-imgbox {
		width: 100%;
	}
}
#access_location .location .life_info .sec8 .ttl_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-bottom: 1%;
	border-bottom: 1px solid #9d8d41;
	width: 62%;
}
#access_location .location .life_info .sec8 .ttl_box .ttl {
	color: #9d8d41;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#access_location .location .life_info .sec8 .ttl_box .ttl::before {
	display: none;
}
#access_location .location .life_info .sec8 .ttl_box .lead {
	margin-left: 3%;
}
#access_location .location .life_info .sec8 .com-flbox {
	margin-top: 3%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#access_location .location .life_info .sec8 .com-flbox .box {
	width: calc(25% - 15px);
}
#access_location .location .life_info .sec8 .com-flbox .box:last-child p {
	padding-left: 5%;
}
#access_location .location .life_info .sec8 .com-flbox .box:last-child p:last-child {
	padding-top: 5%;
	position: relative;
}
#access_location .location .life_info .sec8 .com-flbox .box:last-child p:last-child::before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 80%;
	height: 1px;
	background-color: #000;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec8 .ttl_box {
		display: block;
		padding-bottom: 1%;
		border-bottom: none;
		width: 100%;
	}
	#access_location .location .life_info .sec8 .ttl_box .ttl {
		color: #9d8d41;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-bottom: 1px solid #9d8d41;
	}
	#access_location .location .life_info .sec8 .ttl_box .ttl::before {
		display: none;
	}
	#access_location .location .life_info .sec8 .ttl_box .lead {
		margin-left: 0%;
		margin-block: 7%;
	}
	#access_location .location .life_info .sec8 .com-flbox {
		margin-top: 0%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#access_location .location .life_info .sec8 .com-flbox .box {
		width: calc(50% - 5px);
	}
	#access_location .location .life_info .sec8 .com-flbox .box:first-child {
		width: 100%;
		margin-bottom: 10%;
	}
	#access_location .location .life_info .sec8 .com-flbox .box:last-child {
		width: 100%;
		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-top: 10%;
	}
	#access_location .location .life_info .sec8 .com-flbox .box:last-child .place {
		width: 45%;
	}
	#access_location .location .life_info .sec8 .com-flbox .box:last-child p {
		padding-left: 9%;
	}
	#access_location .location .life_info .sec8 .com-flbox .box:last-child p:last-child {
		padding-top: 0%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	#access_location .location .life_info .sec8 .com-flbox .box:last-child p:last-child::before {
		content: "";
		position: absolute;
		top: 0%;
		left: -2%;
		width: 1px;
		height: 100%;
		background-color: #000;
	}
}
#access_location .location .life_info .sec9 .deco {
	width: 65%;
	right: 0;
	top: 20%;
}
#access_location .location .life_info .sec9 .ttl_box {
	padding-bottom: 1%;
	margin-top: 5%;
	width: 74%;
}
#access_location .location .life_info .sec9 .ttl_box .ttl {
	color: #935f88;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#access_location .location .life_info .sec9 .ttl_box .ttl::before {
	background-color: #935f88;
}
#access_location .location .life_info .sec9 .ttl_box .lead {
	margin-top: 3%;
}
#access_location .location .life_info .sec9 .com-flbox {
	margin-top: 3%;
}
#access_location .location .life_info .sec9 .com-flbox .box_l {
	width: 55%;
}
#access_location .location .life_info .sec9 .com-flbox .box_l .com-flbox {
	margin-top: 0;
}
#access_location .location .life_info .sec9 .com-flbox .box_l .com-flbox .com-imgbox {
	width: calc(33.3333333333% - 10px);
}
#access_location .location .life_info .sec9 .com-flbox .box_r {
	width: 43%;
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec9 {
		width: 100%;
	}
	#access_location .location .life_info .sec9 .deco {
		width: 65%;
		right: 0;
		top: 20%;
	}
	#access_location .location .life_info .sec9 .ttl_box {
		padding-bottom: 1%;
		margin-top: 5%;
		width: 70%;
	}
	#access_location .location .life_info .sec9 .ttl_box .lead {
		margin-block: 5%;
	}
	#access_location .location .life_info .sec9 .com-flbox {
		margin-top: 3%;
	}
	#access_location .location .life_info .sec9 .com-flbox .box_l {
		width: 100%;
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#access_location .location .life_info .sec9 .com-flbox .box_l .ttl_box {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
	}
	#access_location .location .life_info .sec9 .com-flbox .box_l .com-flbox {
		margin-top: 0%;
	}
	#access_location .location .life_info .sec9 .com-flbox .box_l .com-flbox .com-imgbox {
		width: calc(50% - 5px);
		margin-top: 5%;
	}
	#access_location .location .life_info .sec9 .com-flbox .box_r {
		width: 100%;
	}
}
#access_location .location .life_info .sec10 .ttl_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-bottom: 1%;
	border-bottom: 1px solid #557ca3;
	width: 75%;
}
#access_location .location .life_info .sec10 .ttl_box .ttl {
	color: #557ca3;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#access_location .location .life_info .sec10 .ttl_box .ttl::before {
	display: none;
}
#access_location .location .life_info .sec10 .ttl_box .lead {
	margin-left: 3%;
}
#access_location .location .life_info .sec10 .ttl_box .lead span {
	font-size: 10px;
	vertical-align: super;
}
#access_location .location .life_info .sec10 .com-flbox {
	margin-top: 3%;
}
#access_location .location .life_info .sec10 .com-flbox .com-imgbox {
	width: calc(25% - 10px);
}
@media screen and (max-width: 768px) {
	#access_location .location .life_info {
		/*@media screen end*/
	}
	#access_location .location .life_info .sec10 .ttl_box {
		display: block;
		border-bottom: unset;
		width: 100%;
	}
	#access_location .location .life_info .sec10 .ttl_box .ttl {
		color: #557ca3;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-bottom: 1px solid #557ca3;
	}
	#access_location .location .life_info .sec10 .ttl_box .lead {
		margin-left: 0%;
		margin-top: 7%;
	}
	#access_location .location .life_info .sec10 .com-flbox .com-imgbox {
		width: calc(50% - 5px);
		margin-top: 5%;
	}
}

.access .sec .lead {
	font-size: clamp(10px, 3vw, 23px);
}
.access .sec .lead_2 {
	font-size: clamp(10px, 3vw, 18px);
	margin-bottom: min(10px, 0.5vw);
}
.access .sec .text {
	font-size: clamp(10px, 3vw, 15px);
}
.access .sec .img_text {
	font-size: clamp(10px, 3vw, 13px);
}
@media screen and (max-width: 768px) {
	.access {
		/*@media screen end*/
	}
	.access .sec .lead {
		font-size: clamp(10px, 5vw, 23px);
	}
	.access .sec .lead_2 {
		font-size: clamp(10px, 3.7vw, 18px);
		margin-bottom: min(10px, 0.5vw);
	}
	.access .sec .text {
		font-size: clamp(10px, 3vw, 15px);
	}
	.access .sec .img_text {
		font-size: clamp(10px, 3vw, 13px);
	}
}
.access .sec1 {
	padding-bottom: 10%;
}
.access .sec1 .top_img {
	width: 90%;
}
.access .sec1 .ttl {
	max-width: 800px;
	width: 90%;
	margin-inline: auto;
}
.access .sec1 .com-flbox .text {
	margin-top: 8%;
	line-height: 2em;
}
.access .sec1 .com-flbox .w50 {
	width: 48%;
}
.access .sec1 .com-flbox .w100 {
	width: 100%;
}
.access .sec1 .flbox1,
.access .sec1 .flbox2 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 10%;
}
.access .sec1 .flbox1 .box_l {
	width: 47%;
}
.access .sec1 .flbox1 .box_r {
	width: 47%;
}
.access .sec1 .flbox2 .w50 {
	margin-bottom: 5%;
}
.access .sec1 .flbox2 .box_l {
	width: 48%;
}
.access .sec1 .flbox2 .box_l .w50:nth-child(n+3) {
	margin-bottom: 0;
}
.access .sec1 .flbox2 .box_l .lead {
	margin-bottom: min(10px, 0.5vw);
}
.access .sec1 .flbox2 .box_r {
	width: 47%;
}
@media screen and (max-width: 768px) {
	.access {
		/*@media screen end*/
	}
	.access .sec1 .top_img {
		width: 100%;
	}
	.access .sec1 .ttl {
		width: 50%;
	}
	.access .sec1 .com-flbox .text {
		margin-top: 8%;
		line-height: 2em;
	}
	.access .sec1 .com-flbox .w100 {
		width: 100%;
	}
	.access .sec1 .flbox1,
	.access .sec1 .flbox2 {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin-top: 10%;
	}
	.access .sec1 .flbox1 .box_l {
		width: 100%;
	}
	.access .sec1 .flbox1 .box_r {
		width: 100%;
		margin-top: 5%;
	}
	.access .sec1 .flbox2 .w50 {
		margin-bottom: 5%;
	}
	.access .sec1 .flbox2 .box_l {
		width: 100%;
	}
	.access .sec1 .flbox2 .box_l .w50:nth-child(n+3) {
		margin-bottom: 0;
	}
	.access .sec1 .flbox2 .box_l .lead {
		font-size: clamp(10px, 3.6vw, 23px);
		margin-bottom: min(10px, 5vw);
	}
	.access .sec1 .flbox2 .box_r {
		width: 100%;
		margin-top: 10%;
	}
}
.access .sec2 .top_img .text {
	position: absolute;
	top: 15%;
	right: 5%;
	font-size: clamp(10px, 4.5vw, 21px) !important;
	text-align: right;
	letter-spacing: 0.15em;
}
.access .sec2 .top_img .text span {
	font-size: 10px;
	vertical-align: super;
}
.access .sec2 .sec_con {
	position: relative;
	padding-block: 5%;
}
.access .sec2 .sec_con .bg_img {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.access .sec2 .flbox1 .box_l {
	width: 47%;
}
.access .sec2 .flbox1 .box_r {
	width: 47%;
}
.access .sec2 .flbox1 .box_r .text {
	margin-top: 5%;
	line-height: 2em;
}
.access .sec2 .flbox2 {
	margin-top: -15%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.access .sec2 .flbox2 .w50 {
	width: 48%;
	margin-bottom: 5%;
}
.access .sec2 .flbox2 .box_l {
	width: 48%;
}
.access .sec2 .flbox2 .box_l .w50:nth-child(n+3) {
	margin-bottom: 0;
}
.access .sec2 .flbox2 .box_l .lead {
	margin-bottom: min(10px, 0.5vw);
}
.access .sec2 .flbox2 .box_r {
	width: 47%;
}
.access .sec2 .flbox2 .box_r .com-flbox {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.access .sec2 .flbox2 .box_r .com-flbox .box1 {
	width: 35%;
	margin-right: 4%;
}
.access .sec2 .flbox2 .box_r .com-flbox .box1 .img_text {
	position: absolute;
	bottom: 3px;
	left: 3px;
	color: #fff;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
.access .sec2 .flbox2 .box_r .com-flbox .box2 {
	width: 35%;
	margin-right: 4%;
	position: relative;
}
.access .sec2 .flbox2 .box_r .com-flbox .box2 .img_text {
	position: absolute;
	bottom: 3px;
	left: 3px;
	color: #fff;
	text-shadow: 0 0 10px #000;
}
.access .sec2 .flbox2 .box_r .com-flbox .box2 .deco {
	position: absolute;
	z-index: 1;
	top: -52%;
	width: 130%;
	left: 77%;
}
.access .sec2 .flbox2 .box_r .com-flbox .box3 {
	width: 56%;
	margin-right: 4%;
	margin-top: 3%;
}
.access .sec2 .flbox2 .box_r .com-flbox .box3 .img_text {
	position: absolute;
	bottom: 3px;
	left: 3px;
	color: #fff;
}
.access .sec2 .flbox2 .box_r .com-flbox .box4 {
	width: 40%;
	margin-top: 3%;
}
.access .sec2 .flbox2 .box_r .com-flbox .box5 {
	width: 100%;
	margin-top: 3%;
}
@media screen and (max-width: 768px) {
	.access {
		/*@media screen end*/
	}
	.access .sec2 .top_img .text {
		right: 5%;
		font-size: clamp(10px, 4.5vw, 21px) !important;
		line-height: 2em;
	}
	.access .sec2 .sec_con {
		position: relative;
		padding-block: 5%;
	}
	.access .sec2 .sec_con .bg_img {
		width: 100%;
	}
	.access .sec2 .flbox1 .box_l {
		width: 100%;
		margin-top: 50%;
	}
	.access .sec2 .flbox1 .box_r {
		width: 100%;
		margin-top: 15%;
	}
	.access .sec2 .flbox1 .box_r .text {
		margin-top: 5%;
		line-height: 2em;
	}
	.access .sec2 .flbox2 {
		margin-top: 10%;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.access .sec2 .flbox2 .w50 {
		width: 48%;
		margin-bottom: 5%;
	}
	.access .sec2 .flbox2 .box_l {
		width: 100%;
	}
	.access .sec2 .flbox2 .box_l .w50:nth-child(n+3) {
		margin-bottom: 0;
	}
	.access .sec2 .flbox2 .box_l .lead {
		margin-bottom: min(10px, 0.5vw);
		font-size: clamp(10px, 4vw, 23px);
	}
	.access .sec2 .flbox2 .box_r {
		width: 100%;
		margin-top: 16%;
	}
	.access .sec2 .flbox2 .box_r .com-flbox {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .img_text {
		font-size: 7px;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box1 {
		width: 35%;
		margin-right: 4%;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box1 .img_text {
		position: absolute;
		bottom: 3px;
		left: 3px;
		color: #fff;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box2 {
		width: 35%;
		margin-right: 4%;
		position: relative;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box2 .img_text {
		position: absolute;
		bottom: 3px;
		left: 3px;
		color: #fff;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box2 .deco {
		position: absolute;
		z-index: 1;
		top: -52%;
		width: 130%;
		left: 77%;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box3 {
		width: 56%;
		margin-right: 4%;
		margin-top: 3%;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box3 .img_text {
		position: absolute;
		bottom: 3px;
		left: 3px;
		color: #fff;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box4 {
		width: 40%;
		margin-top: 3%;
	}
	.access .sec2 .flbox2 .box_r .com-flbox .box5 {
		width: 100%;
		margin-top: 3%;
	}
}

@media screen and (max-width: 768px) {
	/*@media screen end*/
}
@media screen and (max-width: 768px) {
	/*@media screen end*/
}
@media screen and (max-width: 768px) {
	/*@media screen end*/
}
/*# sourceMappingURL=access_location.css.map */