@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@font-face { font-family: "optima"; src: url("../fonts/OptimaLTStd.otf") format("opentype"); }
/*layout*/
/*----------------------------------------------------
	map
----------------------------------------------------*/
.map { /*width: 950px;*/ width: 1190px; margin-left: auto; margin-right: auto; }

#map_sec #map_box { height: 500px; margin-bottom: 50px; }

/*----------------------------------------------------
	チャート
----------------------------------------------------*/
.mid-box.chart .tx-flex { justify-content: space-between; gap: 70px; }
.mid-box.chart .tx-flex p { width: auto; padding-right: 0; margin-right: 0; border-right: 0; }

/*----------------------------------------------------
	周辺のスポット
----------------------------------------------------*/
#spot { padding-top: 200px; }
#spot h3 { font-size: 25px; text-align: center; margin-bottom: 40px; }
#spot .ac_boxes { margin-top: 60px; display: flex; flex-wrap: wrap; }
#spot .ac_boxes .box { width: 380px; margin-left: 25px; margin-bottom: 50px; }
#spot .ac_boxes .box:first-child, #spot .ac_boxes .box:nth-child(3n+1) { margin-left: 0; }
#spot .ac_boxes .box:nth-child(3n+1):nth-last-child(-n+3), #spot .ac_boxes .box:nth-child(3n+1):nth-last-child(-n+3) ~ div { margin-bottom: 0; }
#spot .ac_boxes .box img { margin-bottom: 30px; }
#spot .ac_boxes .box h4 { font-size: 25px; margin-bottom: 30px; }
#spot .ac_boxes .box p span { font-size: 13px; }

/*# sourceMappingURL=access.css.map */
