@charset "utf-8";

/* メインフォント */
.main_title_txt{
  font-size: 26px;
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
}
.main_title_txt2{
  font-size: 18px;
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 37px;
}
.bg_gold{
  background: linear-gradient(
    to right,
    rgba(125,111,90,0.3),
    rgba(208,195,153,0.3),
    rgba(125,111,90,0.3)
  );
}
.bg_white{
  width: 100%;
  height: auto;
  background-repeat: repeat;
  background-image: url(../img/access/bg_wihte.jpg);
  background-position: center;
  background-size: cover;

}
/* flexでアクセスバージョン */
.flex01_acc {
  display: flex;
  flex-wrap: wrap;
}
.flex01_acc > div {
  width: 33.333%;
}
/* 項目タイトル */
.main_title{
  font-size: 24px;
  color: #988033;
  letter-spacing: 0.1em;
  font-family: "trajan-pro-3", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
.main_txt{
  font-size: 22px;
  color: #000;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

/* キャプション */
.main_caption{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 10px;
	position: absolute;
	bottom: 1%;
	right: 1%;
	color: #FFF;
}
.main_caption1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 10px;
	position: absolute;
	bottom: 1%;
	left: 1%;
	color: #FFF;
  text-shadow: 2px 2px 4px rgba(0,0,0,1.0);
}
.main_caption2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 10px;
	position: absolute;
	top: 100.5%;
	left: 0;
	color: #000;
}
.main_caption3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 10px;
	position: absolute;
	top: 100.5%;
	right: 1%;
	color: #000;
}
.main_caption4{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 10px;
	position: absolute;
	bottom: 1%;
	left: 1%;
	color: #FFF;
}
/* キャプション */
.ac_txt2{
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
	font-size: 18px;
  letter-spacing: 0.05em;
}
.ac_txt2 span{
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #988033;
	font-size: 18px;
  letter-spacing: 0.05em;
}
.flex02_acc {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* ←ここを stretch に変更 */
  width: 100%;
}

.ac_ph1 {
  width: 30%;
  /* 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-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.station_left {
  white-space: nowrap;
  flex-shrink: 0;
  text-align: left;
}
.dot_fill {
  flex-grow: 1;
  border-bottom: 1px solid #000;
  margin: 0 8px;
  height: 1em;
  position: relative;
  top: -0.5em;
}
.station_right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 2px;
}
/* .ac_gold {
  color: #988033;
} */
.big_number {
  font-size: 40px;
  color: #988033;
  line-height: 0.5;
  position: relative;
  top: 2px;
}
.note {
  font-size: 14px;
  margin-top: 0.7%;
  text-align: right;
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ac_mini_txt {
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  text-align: justify;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: 2%;
  margin-left: 3%;
}
.ac_txt4{
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
	font-size: 16px;
  letter-spacing: 0.05em;
}
.flex03_acc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ac_ph2{
  width: 22%;
  max-width: 220px;
}
.time_box{
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.time_title{
  background: #988033;
  color: #fff;
  padding: 0 0 2px;
  margin-bottom: 13px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
}
.time_title span{
  font-size: 25px;
  padding: 0 1%;
}
.bottom_text{
  background: #404449;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}

.bottom_text span{
  color: #ccb700;
  font-weight: bold;
  font-size: 30px;
  vertical-align: -2px;
}

.bottom_text strong{
  color: #ccb700;
  font-size: 35px;
   vertical-align: -3px;
}
.ac_ph3{
  width: 48%;
  max-width: 480px;
}
.ac_txt5{
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
	font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.ac_txt6{
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
	font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.ac_txt7{
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
	font-size: 10px;
  letter-spacing: 0.05em;
}

@media print, screen and (max-width: 1000px) {
.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: 10px;
}
}

@media print, screen and (max-width: 1000px) {
.flex02_acc {
flex-direction: column;
} 
.main_title_txt{
  font-size: 35px;
  line-height: 60px;
  letter-spacing: 0.08px;
}  
.main_title_txt2{
  font-size: 24px;
  line-height: 50px;
}  
.ac_ph1 {
  width: 100%; 
  border-right: none;
  border-bottom: none;
	padding: 0;
}
.flex01_acc {
  display: flex;
  flex-wrap: wrap;
}
.flex01_acc > div {
  width:50%;
}
/* 項目タイトル */
.main_title{
  font-size: 30px;
}
.main_txt{
  font-size: 32px;
  line-height: 55px;
}
.ac_txt2{
	font-size: 27px;
  line-height: 45px;
}
.ac_txt2 span{
	font-size: 27px;
}
.ac_ph1:last-child {
    border-bottom: none;
}
.ac_mini_txt {
  font-size: 14px;
	margin: 0;
}
.station_line {
  font-feature-settings: "palt";
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 37px;
  display: flex;
  align-items: center;
}
.big_number {
  font-size: 58px;
  color: #988033;
  line-height: 0.5;
  position: relative;
  top: 2px;
}
.note {
	font-size:23px;
	margin-top: 0.3%;
	/* margin-bottom: 1%; */
}
.quote {
	display: inline-block;
	/* margin-left: -0.5em; */
}
.ac_txt4{
	font-size: 27px;
}
.ac_ph2{
  width: 70%;
  max-width: none;
  margin: 0 auto;
}
.ac_ph3{
  width: 100%;
  max-width: none;
}
.time_title{
  font-size: 25px;
}
.time_title span{
  font-size: 35px;
}
.time_box{
  font-size: 25px;
}
.ac_txt5{
	font-size: 25px;
  line-height: 45px;
}
.main_caption2{
  font-size: 13px;
}
.main_caption3{
  font-size: 13px;
}
.main_caption4{
  font-size: 13px;
}
.ac_txt7{
	font-size: 14px;
}
.ac_txt6{
	font-size: 23px;
  line-height: 30px;
}
.bottom_text{
  font-size: 32px;
  line-height: 45px;
  padding: 20px 0 17px;
}

.bottom_text span{
  font-size: 35px;
  vertical-align: -2px;
}

.bottom_text strong{
  font-size: 45px;
}
.main_caption1{
  font-size: 13px;
	position: absolute;
	bottom: 1%;
	right: 1%;
}
}



