@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.contents_inner {
	max-width: 1100px;
}
/* flexbox */
.row_box {
	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;
}
@media screen and (max-width: 840px) {
	.pc {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}
/*-----------------------------------

	nav_block

-----------------------------------*/
#nav_block {
	margin: 37.5px 0 72.5px;
}
#nav_block .row_box {
	align-items: center;
}
#nav_block .row_box a {
	display: block;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -2.5px;
	text-align: center;
	color: #003a7d;
	width: calc(100% / 3);
	padding: 26.5px 0;
	border: 1px solid #003a7d;
	position: relative;
}
#nav_block .row_box a:not(:last-child) {
	border-right: none;
}
@media screen and (max-width: 640px) {
	#nav_block {
		margin: 26.5px 0 37.5px;
	}
	#nav_block .row_box a {
		font-size: 13px;
		line-height: 1.16;
		padding: 21.5px 0;
	}
	#nav_block .row_box a:last-child {
		padding: 14px 0;
	}
}
@media screen and (max-width: 425px) {
	#nav_block .row_box {
		align-items: stretch;
	}
}
/*-----------------------------------

	shop_block

-----------------------------------*/
#shop_block {
	padding-top: 105px;
	margin-bottom: 194px;
}
#shop_block .ttl {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: url(../img/location/access_bg.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 350px;
	padding: 44.5px 0;
	margin: 0 auto 56px;
	position: relative;
	z-index: 1;
}
#shop_block .ttl span {
	display: block;
	font-size: 14px;
	margin-top: 14px;
}
/* shop_box1 */
#shop_block .shop_box1 {
	margin-bottom: 54px;
	position: relative;
}
#shop_block .shop_box1::before {
	content: "";
	display: block;
	background: url(../img/location/shop_bg_01.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 161px;
	height: 573px;
	position: absolute;
	top: 75px;
	left: -143px;
	z-index: -1;
}
#shop_block .shop_box1 .text_box {
	width: 470px;
	position: relative;
}
#shop_block .shop_box1 .text_box::before {
	content: "";
	display: block;
	background: url(../img/location/shop_bg_02.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 9.1vw;
	min-width: 70px;
	max-width: 114px;
	height: 9.45vw;
	min-height: 62px;
	max-height: 102px;
	position: absolute;
	top: 42px;
	right: -87px;
}
#shop_block .shop_box1 .text_box::after {
	content: "";
	display: block;
	background: url(../img/location/shop_bg_03.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 28.45vw;
	min-width: 295px;
	max-width: 422px;
	height: 11.4vw;
	min-height: 110px;
	max-height: 157px;
	position: absolute;
	left: -3px;
	bottom: -3px;
}
#shop_block .shop_box1 .text_box h2 {
	font-size: 70px;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	color: #d3715c;
	line-height: 1;
	margin-top: 7px;
	margin-bottom: 25px;
}
#shop_block .shop_box1 .text_box .sub {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #231815;
	letter-spacing: 0.05px;
	margin-bottom: 11px;
}
#shop_block .shop_box1 .text_box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.86;
	letter-spacing: 0;
}
#shop_block .shop_box1 .img_box {
	width: 46.4%;
}
#shop_block .shop_box1 .img_box img {
	margin-bottom: 15px;
}
#shop_block .shop_box1 .img_box .name {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	color: #231815;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
#shop_block .shop_box1 .img_box .name span {
	font-size: 12px;
	letter-spacing: 0;
	color: #4d4d4d;
	margin-left: 9px;
}
#shop_block .shop_box1 .img_box .detail {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -1.3px;
	line-height: 1.6;
}
@media screen and (max-width: 1200px) {
	#shop_block .shop_box1 .text_box {
		width: 44%;
	}
	#shop_block .shop_box1 .text_box::before {
		width: 7.1vw;
		right: -60px;
	}
	#shop_block .shop_box1 .text_box::after {
		bottom: -30px;
	}
	#shop_block .shop_box1 .img_box {
		width: 41.4%;
	}
}
@media screen and (max-width: 1024px) {
	#shop_block .shop_box1 {
		row-gap: 150px;
	}
	#shop_block .shop_box1 .text_box {
		width: 100%;
	}
	#shop_block .shop_box1 .text_box::before {
		top: -9px;
		left: 400px;
	}
	#shop_block .shop_box1 .text_box::after {
		bottom: -125px;
	}
	#shop_block .shop_box1 .img_box {
		width: 75%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#shop_block {
		padding-top: 65px;
		margin-bottom: 53px;
	}	
	#shop_block .ttl {
		font-size: 17px;
		width: 340px;
		padding: 44px 0;
		margin: 0 auto 46px;
	}
	#shop_block .ttl span {
		font-size: 12px;
		margin-top: 12px;
	}
	#shop_block .shop_box1::before {
		width: 115px;
		height: 409px;
		top: 107px;
		left: -64px;
	}
	#shop_block .shop_box1 .text_box::before {
		top: -9px;
		left: 270px;
	}
	#shop_block .shop_box1 .text_box::after {
		left: 10.8px;
		bottom: -113px;
	}
	#shop_block .shop_box1 .text_box h2 {
		font-size: 50px;
		margin-bottom: 18px;
	}
	#shop_block .shop_box1 .text_box .sub {
		font-size: 17px;
		margin-bottom: 9px;
	}
	#shop_block .shop_box1 .text_box p {
		font-size: 12px;
	}
	#shop_block .shop_box1 .img_box {
		width: 100%;
	}
	#shop_block .shop_box1 .img_box img {
		margin-bottom: 10px;
	}
	#shop_block .shop_box1 .img_box .name {
		flex-wrap: wrap;
		row-gap: 7px;
	}
	#shop_block .shop_box1 .img_box .name span {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 350px) {
	#shop_block .shop_box1 .text_box::before {
		min-width: 50px;
		left: 260px;
	}
}
/* shop_box2 */
#shop_block .shop_box2 {
	margin-bottom: 97px;
}
#shop_block .shop_box2 .img_box {
	width: 30%;
}
#shop_block .shop_box2 .img_box img {
	margin-bottom: 10px;
}
#shop_block .shop_box2 .img_box .name {
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 3px;
}
#shop_block .shop_box2 .img_box .detail {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #4d4d4d;
	letter-spacing: 0;
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
	#shop_block .shop_box2 {
		row-gap: 33px;
		margin-bottom: 37px;
	}
	#shop_block .shop_box2 .img_box {
		width: 100%;		
	}
}
/* shop_box3 */
#shop_block .shop_box3 {
	padding-top: 36.5px;
	padding-left: 44px;
	position: relative;
}
#shop_block .shop_box3::before {
	content: "";
	display: block;
	background: url(../img/location/shop_frame.svg) no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#shop_block .shop_box3 h3 {
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05px;
	line-height: 1.4;
	color: #d3715c;
	width: 100%;
	margin-bottom: 30px;
}
#shop_block .shop_box3 .row_box {
	width: 47.3%;
	align-items: flex-start;
}
#shop_block .shop_box3 .row_box img {
	width: 56.1%;
}
#shop_block .shop_box3 .row_box .text_box {
	width: 39.5%;
}
#shop_block .shop_box3 .row_box .text_box h4 {
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 7px;
	margin-bottom: 4px;
}
#shop_block .shop_box3 .row_box .text_box .detail {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	color: #4d4d4d;
	margin-bottom: 18px;
}
#shop_block .shop_box3 .row_box .text_box p {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #231815;
	letter-spacing: 0;
	line-height: 1.61;
}
@media screen and (max-width: 640px) {
	#shop_block .shop_box3 {
		padding-top: 29px;
		padding-left: 29px;
	}
	#shop_block .shop_box3::before {
		width: 96.5vw;
		height: 100%;
		background: none;
		border: 1px solid #d3715c;
		border-top-left-radius: 44px;
	}
	#shop_block .shop_box3 .row_box {
		width: 100%;
	}
	#shop_block .shop_box3 .detail_box1 {
		margin-bottom: 44px;
	}
	#shop_block .shop_box3 .detail_box2 {
		margin-bottom: 42px;
	}
	#shop_block .shop_box3 .row_box img {
		width: 100%;
	}
	#shop_block .shop_box3 .row_box .text_box {
		width: 100%;
	}
	#shop_block .shop_box3 .row_box .text_box h4 {
		margin-top: 11px;
	}
	#shop_block .shop_box3 .row_box .text_box .detail {
		margin-bottom: 12px;
	}
	#shop_block .shop_box3 .row_box .text_box p {
		font-size: 12px;
	}
}
/*-----------------------------------

	park_block

-----------------------------------*/
/* park_box1 */
#park_block .park_box1 {
	margin-bottom: 43px;
	position: relative;
}
#park_block .park_box1::before {
	content: "";
	display: block;
	background: url(../img/location/park_bg_02.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 9vw;
	max-width: 161px;
	height: 10vw;
	max-height: 130px;
	position: absolute;
	right: 377px;
	bottom: -31px;
}
#park_block .park_box1::after {
	content: "";
	display: block;
	background: url(../img/location/park_bg_03.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 18vw;
	max-width: 327px;
	height: 10vw;
	max-height: 108px;
	position: absolute;
	right: -8px;
	bottom: -23px;
}
#park_block .park_box1 .text_box {
	width: 517px;
	position: relative;
}
#park_block .park_box1 .text_box::before {
	content: "";
	display: block;
	background: url(../img/location/park_bg_01.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 15.1vw;
	min-width: 136px;
	max-width: 212px;
	height: 9.45vw;
	min-height: 65px;
	max-height: 99px;
	position: absolute;
	top: 54px;
	right: -54px;
}
#park_block .park_box1 .text_box h2 {
	font-size: 70px;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	color: #43895f;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 35px;
}
#park_block .park_box1 .text_box .sub {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #231815;
	letter-spacing: 0.05px;
	line-height: 1.45;
	margin-bottom: 15px;
}
#park_block .park_box1 .text_box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.86;
	letter-spacing: 0;
}
#park_block .park_box1 .img_box {
	width: 46.4%;
}
#park_block .park_box1 .img_box img {
	margin-bottom: 15px;
}
#park_block .park_box1 .img_box .name {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	color: #231815;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
#park_block .park_box1 .img_box .name span {
	font-size: 12px;
	letter-spacing: 0;
	color: #4d4d4d;
	margin-left: 9px;
}
#park_block .park_box1 .img_box .detail {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: -0.9px;
	line-height: 1.6;
}
@media screen and (max-width: 1200px) {
	#park_block .park_box1::after {
		bottom: -33px;
	}
	#park_block .park_box1 .text_box {
		width: 44%;
	}
	#park_block .park_box1 .text_box::before {
		right: -60px;
	}
	#park_block .park_box1 .text_box::after {
		bottom: -30px;
	}
	#park_block .park_box1 .img_box {
		width: 41.4%;
	}
}
@media screen and (max-width: 1024px) {
	#park_block .park_box1 {
		flex-direction: column-reverse;
		row-gap: 159px;
	}
	#park_block .park_box1::before {
		width: 119px;
		height: 96px;
		top: 306px;
		right: auto;
		left: 225px;
	}
	#park_block .park_box1::after {
		width: 327px;
		height: 108px;
		top: 258px;
		right: -38px;
		bottom: auto;
	}
	#park_block .park_box1 .text_box {
		width: 100%;
	}
	#park_block .park_box1 .text_box::before {
		top: -20px;
		left: 215px;
	}
	#park_block .park_box1 .text_box::after {
		bottom: -125px;
	}
	#park_block .park_box1 .img_box {
		width: 75%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#park_block .park_box1::before {
		top: 56px;
	}
	#park_block .park_box1 .text_box::before {
		top: -20px;
		left: 159px;
	}
	#park_block .park_box1 .text_box::after {
		left: 10.8px;
		bottom: -113px;
	}
	#park_block .park_box1 .text_box h2 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	#park_block .park_box1 .text_box .sub {
		font-size: 17px;
		line-height: 1.64;
	}
	#park_block .park_box1 .text_box p {
		font-size: 12px;
	}
	#park_block .park_box1 .img_box {
		width: 100%;
	}
	#park_block .park_box1 .img_box img {
		margin-bottom: 10px;
	}	
	#park_block .park_box1 .img_box .name {
		flex-wrap: wrap;
		row-gap: 7px;
	}
	#park_block .park_box1 .img_box .name span {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 350px) {
	#park_block .park_box1::before {
		width: 109px;
		left: 199px;
	}
}
/* park_box2 */
#park_block .park_box2 {
	margin-bottom: 125px;
	position: relative;
}
#park_block .park_box2::before {
	content: "";
	display: block;
	background: url(../img/location/park_bg_04.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 450px;
	height: 424px;
	position: absolute;
	right: -296px;
	bottom: 26px;
	z-index: -1;
}
#park_block .park_box2 .img_box {
	width: 30%;
}
#park_block .park_box2 .img_box img {
	margin-bottom: 10px;
}
#park_block .park_box2 .img_box .name {
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 3px;
}
#park_block .park_box2 .img_box .detail {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #4d4d4d;
	letter-spacing: 0;
	line-height: 1.4;
}
@media screen and (max-width: 1200px) {
	#park_block .park_box2::before {
		width: 400px;
		height: 374px;
	}
}
@media screen and (max-width: 1024px) {
	#park_block .park_box2::before {
		right: -316px;
		bottom: -41px;
	}
}
@media screen and (max-width: 640px) {
	#park_block .park_box2::before {
		display: none;
	}
	#park_block .park_box2 {
		row-gap: 33px;
		margin-bottom: 57px;
	}
	#park_block .park_box2 .img_box {
		width: 100%;		
	}
}
/*-----------------------------------

	new_block

-----------------------------------*/
#new_block {
	margin-bottom: 79px;
}
#new_block .contents_inner {
	background: url(../img/location/new_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 28px 43px 28px 47px;
	max-width: 1200px;
	position: relative;
}
#new_block .contents_inner::before {
	content: "";
	display: block;
	background: url(../img/location/new_line.svg) no-repeat;
	background-position: center;
	background-size: cover;
	width: calc(100% - 46px);
	height: 5px;
	margin: auto;
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
}
#new_block .contents_inner::after {
	content: "";
	display: block;
	background: url(../img/location/new_line.svg) no-repeat;
	background-position: center;
	background-size: cover;
	width: calc(100% - 46px);
	height: 5px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 23px;
}
#new_block .row_box {
	align-items: center;
}
#new_block .text_box {
	width: 32.7%;
	margin-bottom: 10px;
}
#new_block .text_box img {
	margin-top: 26px;
	margin-bottom: 32px;
}
#new_block .text_box h2 {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.7px;
	line-height: 1.68;
	color: #231815;
	margin-bottom: 22px;
}
#new_block .text_box p {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: -0.3px;
	line-height: 1.61;
	color: #231815;
}
#new_block .img_box {
	width: 67.3%;
	margin-bottom: 34px;
}
@media screen and (max-width: 840px) {
	#new_block .row_box {
		margin-top: 10px;
	}
	#new_block .text_box,
	#new_block .img_box {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#new_block {
		margin-bottom: 0;
	}	
	#new_block .contents_inner {
		padding: 19px 20px 16px 22px;
	}
	#new_block .contents_inner::before,
	#new_block .contents_inner::after {
		width: calc(100% - 12px);
	}
	#new_block .contents_inner::before {
		top: 14px;
	}
	#new_block .contents_inner::after {
		bottom: 11px;
	}
	#new_block .row_box {
		margin-top: 20px;
	}
	#new_block .text_box {
		margin-bottom: 19px;
	}
	#new_block .text_box img {
		display: block;
		margin: 27px auto 23px;
	}
	#new_block .text_box h2 {
		font-size: 17px;
		width: 287px;
		margin-bottom: 18px;
	}
	#new_block .text_box p {
		font-size: 12px;
	}
	#new_block .img_box .sp {
		width: 90.5vw;
		max-width: initial;
		transform: translateX(-40px);
	}
}
@media screen and (max-width: 375px) {
	#new_block .text_box h2 {
		width: 95%;
	}
}
/*-----------------------------------

	access_block

-----------------------------------*/
#access_block {
	padding-top: 75px;
	padding-bottom: 105px;
	background: #f5f5f5;
}
#access_block .access_bg_img img {
	width: 100%;
	height: 32vw;
	object-fit: cover;
}
#access_block h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: url(../img/location/access_bg.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 350px;
	padding: 44.5px 0;
	margin: 0 auto 46px;
	position: relative;
	z-index: 1;
}
#access_block h2 span {
	display: block;
	font-size: 14px;
	margin-top: 14px;
}
#access_block .access_box {
	margin-bottom: 50px;
}
#access_block .access_box.sp {
	display: none;
}
#access_block .text_box {
	width: 33%;
}
#access_block .text_box .en_title {
	display: inline-block;
	margin-bottom: 35px;
	font-family: "EB Garamond", serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.29;
	color: #231815;
	border-bottom: 1px solid #231815;
}
#access_block .text_box .ja_title {
    font-size: 28px;
    line-height: 160%;
	letter-spacing: 0.08em;
    color: #231815;
	margin-bottom: 20px;
}
#access_block .text_box .ja_title .blue_txt {
	font-size: 34px;
	color: #003a7d;
}
#access_block .text_box p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	letter-spacing: -0.4px;
}
#access_block .img_box {
	width: 60%
}
#access_block .img_box img {
	width: 100%;
}
#access_block .spot_wrap {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #413f3a;
}
#access_block .spot_wrap h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #231815;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #413f3a;
}
#access_block .spot_wrap .spot_box {
	width: 254px;
}
#access_block .bicycle_box {
	padding: 24px 29px;
	border: 1px dashed #413f3a;
	margin-bottom: 75px;
}
#access_block .bicycle_box .text_box {
	width: 36%;
}
#access_block .bicycle_box .text_box .plus {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: #00437c;
	padding: 22px 0 22px 84px;
	margin-bottom: 23px;
	position: relative;
}
#access_block .bicycle_box .text_box .plus::before,
#access_block .bicycle_box .text_box .plus::after {
	content: '';
	display: block;
	width: 68px;
	height: 68px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#access_block .bicycle_box .text_box .plus::before {
	background: #ffffff;
	border-radius: 5px;
	z-index: 1;
}
#access_block .bicycle_box .text_box .plus::after {
	background: url(../img/location/icon_bicycle_bl.svg) no-repeat center center / 44px 28px;
	z-index: 2;
}
#access_block .bicycle_box .text_box h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.05em;
	margin-bottom: 26px;
}
#access_block .bicycle_box .text_box h3 .lt {
	display: inline;
	letter-spacing: -0.3em;
}
#access_block .bicycle_box .text_box h3 .bl {
	display: inline-block;
	font-size: 36px;
	color: #00437c;
	margin-right: 3px;
	transform: translateY(2.75px);
}
#access_block .bicycle_box .text_box h3 .sm {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.02em;
	margin-left: 5px;
	transform: translateY(-5px);
}
#access_block .bicycle_box .text_box h4 {
    font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.01em;
}
#access_block .bicycle_box .text_box h4 .bl {
	color: #0000ff;
}
#access_block .bicycle_box .text_box p {
	line-height: 1.87;
	letter-spacing: -0.05px;
}
#access_block .bicycle_box .text_box p.body_txt {
	margin-bottom: 26px;
}
#access_block .bicycle_box .img_box {
	width: 62%;
	max-width: 628px;
}
#access_block .bus_access {
	padding-top: 48px;
	margin-bottom: 90px;
}
#access_block .bus_access .ja_title {
	font-size: 32px;
	letter-spacing: -0.02em;
}
#access_block .bus_access .sm {
	font-size: 13px;
	line-height: 1.62;
	letter-spacing: 0;
	margin-top: 11px;
}
#access_block .bus_access .bus_box {
	width: 100%;
	margin-top: 60px;
}
#access_block .bus_access .bus_box .img:not(:last-of-type) {
	margin-bottom: 24px;
}
#access_block .development_wrap {
	padding: 30px 20px;
	background: #fff;
	border: 1px solid #43ae6e;
	border-top: 10px solid #43ae6e;
}
#access_block .development_wrap .title_box {
	text-align: center;
	margin-bottom: 30px;
}
#access_block .development_wrap .title_box .bubble_txt {
    display: inline-block;
	width: 255px;
	font-family: "EB Garamond", serif;
	font-size: 22px;
	background: #43ae6e;
	color: #fff;
	padding: 8px 0;
	position: relative;
}
#access_block .development_wrap .title_box .bubble_txt:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 20px solid #43ae6e;
	border-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	margin: 0 auto;
}
#access_block .development_wrap .title_box h3 {
	font-size: 43px;
	line-height: 150%;
	color: #43ae6e;
	margin-top: 20px;
}
#access_block .development_wrap .title_box h3 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
}
#access_block .development_wrap .title_box p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #50534d;
	margin-top: 10px;
}
#access_block .development_box {
	padding: 30px 25px;
	border-top: 2px dotted #43ae6e;
}
#access_block .development_box .text_box {
	width: 40%;
}
#access_block .development_box .text_box .en_title {
	font-size: 20px;
	border-bottom: none;
}
#access_block .development_box .text_box .en_title img {
	margin-right: 10px;
	vertical-align: -3px;
}
#access_block .development_box.dev_03 .text_box .en_title img {
	vertical-align: -9px;
}
#access_block .development_box .text_box .en_title span {
	border-bottom: 1px solid #231815;
	padding: 0 10px 3px;
}
#access_block .development_box .text_box .ja_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0;
	color: #50534d;
}
#access_block .development_box .text_box p {
	font-size: 14px;
	color: #231815;
}
#access_block .development_box .img_box {
	margin-top: 20px;
    width: 55.5%;
}
#access_block .dev_02 .text_box {
    order: 2;
}
#access_block .dev_02 .img_box {
    order: 1;
}
#access_block .dev_03 .text_box {
    width: 60%;
}
#access_block .dev_03 .img_box {
    width: 36%;
}
#access_block .dev_03 .img_box img {
	width: auto;
}

@media screen and (max-width: 1200px) {
	#access_block {
		padding-bottom: 100px;
	}
	#access_block .text_box {
		width: 36%;
	}
	#access_block .text_box .ja_title {
		font-size: 24px;
	}
	#access_block .text_box .en_title {
		margin-bottom: 25px;
		font-size: 22px;
	}
	#access_block .spot_wrap .spot_box {
		width: 23.5%;
	}
	#access_block .development_wrap .title_box h3 {
		font-size: 34px;
	}

}
@media screen and (max-width: 1024px) {
	#access_block .text_box {
		width: 38%;
	}
	#access_block .spot_wrap .row_box {
		padding: 0 5%;
	}
	#access_block .spot_wrap .spot_box {
		width: 47%;
		margin-bottom: 40px;
	}

}
@media screen and (max-width: 840px) {
	#access_block .text_box {
		width: 100%;
	}
	#access_block .text_box .ja_title {
		font-size: 28px;
	}
	#access_block .img_box {
		width: 90%;
		margin: 50px auto 0;
	}
	#access_block .development_box .text_box {
		width: 100%;
	}
	#access_block .development_box .img_box {
		width: 90%;
		margin: 30px auto 0;
	}
	#access_block .dev_02 .text_box {
		order: 1;
	}
	#access_block .dev_02 .img_box {
		order: 2;
	}
	#access_block .dev_03 .img_box img {
		display: block;
		margin: 0 auto;
	}

}
@media screen and (max-width: 640px) {
	#access_block {
		padding-top: 50px;
		padding-bottom: 63px;
	}
	#access_block h2 {
		font-size: 17px;
		width: 340px;
		padding: 44px 0;
	}
	#access_block h2 span {
		font-size: 12px;
		margin-top: 12px;
	}
	#access_block .access_bg_img img {
		height: 75vw;
	}
	#access_block .access_box {
		margin-bottom: 20px;
	}
	#access_block .access_box.sp {
		display: flex;
		margin-top: 61px;
	}
	#access_block .access_box:nth-child(3) .ja_title {
		font-size: 24px;
	}
	#access_block .text_box .ja_title {
		font-size: 24px;
	    margin-bottom: 10px;
	}
	#access_block .text_box .en_title {
		font-size: 18px;
		margin-bottom: 21px;
	}
	#access_block .text_box p {
		font-size: 13px;
		line-height: 180%;
	}
	#access_block .img_box {
		width: 100%;
		margin: 20px auto 0;
	}
	#access_block .bicycle_box {
		padding: 12px 13px;
		margin-bottom: 47px;
	}
	#access_block .bicycle_box .text_box {
		width: 97%;
		margin: 0 auto;
	}
	#access_block .bicycle_box .text_box .plus {
		padding: 14px 0 14px 62px;
		margin-bottom: 10px;
	}
	#access_block .bicycle_box .text_box .plus::before,
	#access_block .bicycle_box .text_box .plus::after {
		width: 52px;
		height: 52px;
	}
	#access_block .bicycle_box .text_box .plus::after {
		background-size: 33px 22px;
	}
	#access_block .bicycle_box .text_box h3 {
		font-size: 20px;
		margin-bottom: 11px;
	}
	#access_block .bicycle_box .text_box h3 .bl {
		font-size: 27px;
		margin-right: 2px;
		transform: translateY(1.75px);
	}
	#access_block .bicycle_box .text_box h3 .sm {
		font-size: 10px;
		margin-left: 3px;
		transform: translateY(-3px);
	}
	#access_block .bicycle_box .text_box p {
		font-size: 12px;
		line-height: 1.67;
	}
	#access_block .bicycle_box .text_box p.body_txt {
		margin-bottom: 17px;
	}
	#access_block .bicycle_box .img_box	{
		width: 100%;
	}
	#access_block .bus_access {
		padding-top: 36px;
		margin-bottom: 49px;
	}	
	#access_block .bus_access p {
		font-size: 12px;
	}
	#access_block .bus_access .sm {
		font-size: 10px;
	}
	#access_block .bus_access .bus_box {
		margin-top: 25px;
	}
	#access_block .bus_access .bus_box .img:not(:last-of-type) {
		margin-bottom: 23px;
	}	
	#access_block .spot_wrap.sp {
		padding-bottom: 13px;
		margin-top: 18px;
		margin-bottom: 24px;
	}
	#access_block .spot_wrap .spot_box {
		width: 100%;
		margin-bottom: 25px;
	}
	#access_block .spot_wrap .spot_box:last-of-type {
		margin-bottom: 0;
	}
	#access_block .development_wrap {
		padding: 20px 10px 15px;
		border-top: 8px solid #43ae6e;
	}
	#access_block .development_wrap .title_box .bubble_txt {
		width: 120px;
		padding: 4px 0;
		font-size: 10px;
	}
	#access_block .development_wrap .title_box .bubble_txt:before {
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 14px solid #43ae6e;
		bottom: -13px;
	}
	#access_block .development_wrap .title_box h3 {
		font-size: 22px;
	}
	#access_block .development_wrap .title_box p {
		font-size: 12px;
		line-height: 180%;
	}
	#access_block .development_box {
		padding: 30px 10px;
	}
	#access_block .dev_01 .text_box .en_title img {
		width: 36px;
	}
	#access_block .dev_02 .text_box .en_title img {
		width: 28px;
	}
	#access_block .dev_03 .text_box .en_title img {
		width: 20px;
		vertical-align: bottom;
	}
	#access_block .development_box .text_box .ja_title {
		font-size: 17px;
	}
	#access_block .development_box .text_box .en_title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#access_block .development_box .text_box .en_title span {
		padding: 4px 3px;
	}
	#access_block .development_box .text_box p {
		font-size: 12px;
	}
	#access_block .development_box .img_box {
		width: 100%;
		margin: 20px auto 0;
	}
}
/*-----------------------------------

	info_block

-----------------------------------*/
#info_block {
	padding: 82px 0 195px;
}
#info_block h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: url(../img/location/info_bg.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 386px; 
	padding: 49px 0;
	margin: 0 auto 46px;
}
#info_block h2 span {
	display: block;
	font-size: 14px;
	margin-top: 14px;
}
#info_block .row_box {
	margin-top: 57px;
}
#info_block .row_box .info_box {
	width: 23%;
}
#info_block .row_box .info_box img {
	margin-bottom: 8.7px;
}
#info_block .row_box .info_box p {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
	#info_block {
		padding: 65px 0 115px;
	}	
	#info_block h2 {
		font-size: 17px;
		width: 340px;
		padding: 44px 0;
	}
	#info_block h2 span {
		font-size: 12px;
		margin-top: 12px;
	}
	#info_block .row_box {
		margin-top: 42px;
		row-gap: 25px;
	}
	#info_block .row_box .info_box {
		width: 47.3%;
	}
	#info_block .row_box .info_box img {
		margin-bottom: 7px;
	}
	#info_block .row_box .info_box p {
		font-size: 10px;
	}
}
@media screen and (max-width: 425px) {
	#info_block h2 {
		width: 100%;
		background-size: contain;
		margin: 0 auto 38px;
	}
}