@charset "UTF-8";
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
/*header
----------------------------------------------------*/
#header {
	height: 140px;
}


.access_box {
  align-items: flex-end;
}
.gmap {
  width: 700px;
  height: 640px;
}
.gmap iframe {
  width: 100%;
  height: 100%;
}
.access_cont {
  width: 460px;
}
.access_cont h3 {
  margin-bottom: 40px;
	font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}
.access_col {
	padding: 30px 0;
	border-bottom: 1px dotted #000;
}
.access_txt {
  margin-bottom: 80px;
  fotn-size: 18px;
}
.access_img {
  width: 100%;
}
.access_img img {
  max-width: 100%;
}



.guide_ttl {
	margin-bottom: 100px;
}
.guide_ttl span {
  display: block;
  line-height: 1.0;
}
.guide_ttl .tl_en {
    margin-bottom: 15px;
    color: #057a63;
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0;
}
.guide_ttl .tl_ja {
    color: #057a63;
    font-size: 18px;
    font-weight: 500;
}

.p-access {
    margin-bottom: 160px;
}

.access_ttl {
	margin-bottom: 70px;
	padding-left: 60px;
	position: relative;
	color: #057a63;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.0;
}
.access_ttl:before {
	content: '';
	position: absolute;
}
.access_ttl.-car:before {
	width: 40px;
	aspect-ratio: 413 / 380;
	top: 5px;
	left: 0;
	background: url(../images/top/ico_car.png) no-repeat 0 0 / 100%;
}
.access_ttl.-train:before {
	width: 40px;
	aspect-ratio: 5 / 7;
	top: -7px;
	left: 5px;
	background: url(../images/top/ico_train.png) no-repeat 0 0 / 100%;
}


.route_ttl {
  /*margin-bottom: 50px;*/
  padding-top: 45px;
  position: relative;
}
.route_ttl:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 5px;
  background: #057a63;
}

.label {
    width: fit-content;
    margin-bottom: 10px;
    padding: 4px 16px 2px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #057a63;
    border-radius: 20px;
}

.a-route_tl {
    color: #057a63;
    font-size: 22px;
    line-height: 1.5;
    white-space: pre;
}

.route_img {
    margin-bottom: 50px;
    padding-block: 50px;
    border-bottom: 1px dotted #000000;
}
.route_gmap {
    width: 100%;
    height: 515px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted #000000;
}
.route_gmap iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.route_des {
    margin-bottom: 120px;
    display: flex;
    gap: 0 7%;
    flex-wrap: wrap;
}
.route_box {
    width: calc((100% - 14%) / 3);
    position: relative;
}
.route_box:not(:nth-last-of-type(1)):after {
    width: 4.9%;
    aspect-ratio: 1;
    content: '';
    position: absolute;
    top: 7.3vw;
    right: -14.8%;
    background: url(../images/access/arr_def_g.png) no-repeat 0 0 / 100%;
}

.des_img {
    margin-bottom: 30px;
}
.des_img img {
  max-width: 100%;
}
.des_txt {
    display: flex;
    align-items: flex-start;
}
.d_num {
    width: 55px;
    color: #057a63;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.d_txt {
    width: calc(100% - 55px);
    font-size: 18px;
}

.route_gmap02 {
	width: 100%;
	height: 700px;
	background: #ccc;
}
.route_gmap02 iframe {
	width: 100%;
	height: 700px;
	border: none;
}
















