@charset "utf-8";

/* キャプション */
.main_caption{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 10px;
	position: absolute;
	bottom: 1%;
	right: 1%;
	color: #FFF;
}


.blue_bg{
	width: 100%;
    height: auto;
    background-repeat: repeat;
    background-image: url(../img/access/blue_bg@2x.webp);
    background-position: center;
    background-size: cover;
}
.all_main_title1{
    font-size: 22px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    color: #FFF;
    text-align: center;
    margin-bottom: 3%;
    padding: 0.7% 0 0.4%;
}
.all_main_title2{
    font-size: 28px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
    color: #000;
    text-align: center;
    margin-bottom: 5%;
}

.ac_txt1{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: left;
	font-size: 18px;
}
.ac_txt1 span{
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: left;
	font-size: 12px;
}
.ac_flex1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* ←ここを stretch に変更 */
  width: 100%;
}

.ac_ph1 {
  width: 33.3%;
  border-right: 1px solid #000; /* 区切り線 */
  padding: 0 1.5% 0 1%;
  display: flex;
  flex-direction: column; /* ←中身を縦並びに */
}
.ac_ph1:last-child {
  border-right: none;
}
.station_line {
  font-family: "ヒラギノ明朝 Pro W3", serif;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.station_left {
  white-space: nowrap;
  flex-shrink: 0;
  text-align: left;
}
.dot_fill {
  flex-grow: 1;
  border-bottom: 1px dotted #000;
  margin: 0 8px;
  height: 1em;
  position: relative;
  top: -0.4em;
}
.station_right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 2px;
}
.ac_gold {
  color: #826751;
}
.big_number {
  font-size: 30px;
  color: #826751;
  line-height: 0.5;
  position: relative;
  top: 2px;
}
.note {
  font-size: 13px;
  margin-top: 1%;
  text-align: right;
  font-family: "ヒラギノ明朝 Pro W3", serif;
}
.ac_mini_txt {
  font-family: "ヒラギノ明朝 Pro W3", serif;
  font-size: 11px;
  text-align: justify;
  color: #000;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 2%;
  margin-left: 3%;
}
.ac_border{
	border: 1px dotted #000;
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
}

@media print, screen and (max-width: 750px) {
.all_main_title1{
	font-size: 1.7rem;
	text-align: center;
	padding: 2% 0 1.7%;
	margin: 0;
}
.all_main_title2{
	font-size: 1.8rem;
	line-height: 55px;
	text-align: center;
	margin: 0;
}
.main_caption{
    font-size: 0.7rem;
}
}

@media print, screen and (max-width: 750px) {
.ac_flex1 {
    flex-direction: column; /* 横並び→縦並び */
}
.ac_ph1 {
    width: 100%; 
    border-right: none;
    border-bottom: none;
	padding: 0;
}
.ac_ph1:last-child {
    border-bottom: none;
}
.ac_mini_txt {
  font-size: 0.7rem;
	margin: 0;
}
.station_line {
  font-family: "ヒラギノ明朝 Pro W3", serif;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.big_number {
  font-size: 2.4rem;
  color: #826751;
  line-height: 0.5;
  position: relative;
  top: 2px;
}
.note {
	font-size:1rem;
	margin-top: 0.3%;
	margin-bottom: 1%;
}
.quote {
	display: inline-block;
	margin-left: -0.5em;
}
.ac_txt1{
    text-align: left;
	font-size: 1.5rem;
	line-height: 45px;
}
.ac_txt1 span{
    text-align: left;
	font-size: 1rem;
}
}





/* ロケーション */
.lo_ph1{
	width: 30.8%;
	max-width: 308px;
}
.lo_ph2{
	width: 22%;
	max-width: 220px;
}
.lo_ph3{
	width: 48%;
	max-width: 480px;
}
.lo_ph4{
	width: 45.833%;
	max-width: 220px;
}
.lo_flex{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
}
.lo_txt1{
    font-size: 24px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: left;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    color: #000;
}
.lo_txt2{
	font-size: 13px;
	font-family: "Times New Roman", serif;
	letter-spacing: 0.15em;
	color: #826751; /* ゴールド */
}
.lo_border{
	border-bottom: 1px solid #000;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 4px; /* 日本語と線の間隔 */
}
.lo_txt3{
    font-size: 12px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: right;
    font-feature-settings: "palt";
    color: #000;
    line-height: 17px;
	margin-top: 3%;
}
@media print, screen and (max-width: 750px) {
.lo_ph1{
	width: 48%;
	max-width: none;
}
.lo_ph2{
	width: 48%;
	max-width: none;
}
.lo_ph3{
	width: 100%;
	max-width: none;
}
.lo_txt3{
	font-size: 1rem;
	line-height: 25px;
	margin-top: 0.8vh;
}
.lo_txt1{
	font-size: 1.6rem;
	line-height: 55px;
	text-align: left;
	margin: 0;
}
.lo_txt2{
	font-size: 1.2rem;
}
.lo_ph4{
	width: 48%;
	max-width: none;
}
}

.lo_flex2{
	width: 100%;
}
@media print, screen and (min-width: 751px) {
.lo_flex2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
}
