@charset "utf-8";
/*================================

　ここから全サイズ適用

================================*/
/*================================

　メインビジュアル

================================*/
/* .pagettl_area {
    background: center url(./img/ttl_bg.webp) no-repeat;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagettl_area h2{
    font-size: 56px;
    font-family: 'MotoyaLMaru W3 mono';
    color: rgb(237, 109, 0);
    line-height: 1.282;
} */

.ac_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ac_appearance {
}
.ac_info_wrap {
  border-left: 3px solid;
  color: #ed6d00;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  height: 150px;
  width: 100%;
}
.ac_info {
  border-right: 3px solid;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* height: 100%; */
  width: 33.3%;
}
.ac_info span {
  font-size: 18px;
}
.ac_info p {
  font-size: 24px;
  line-height: 1.5;
}
.ac_info img {
  margin: 0 auto;
}

.ac_map_wrap {
  margin-bottom: 75px;
}
.ac_map_info {
  font-family: "Noto Sans JP";
  font-size: 24px;
  text-align: center;
  line-height: 2;
}
.ac_map_info span {
  color: #ed6d00;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
}
.ac_logo {
  margin: 10px auto;
  width: 270px;
}
.ac_timetable {
  margin: 10px 0;
  margin-left: auto;
  /* padding: 0 1%; */
}
a.ac_tel p {
  color: #76401f;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  padding-left: 10px;
  position: relative;
}
a.ac_tel p::before {
  content: "サイコーノイイハ";
  font-size: 10px;
  letter-spacing: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
}
a.ac_tel {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ac_parking_map {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
}
.ac_parking_map img {
  border-radius: 20px;
}

.btn_link_wrap {
  max-width: 750px;
  margin: 50px auto 0;
}
.btn_link_wrap .btn_link {
  width: 300px;
}

.sec03 .ac_flex {
  align-items: flex-start;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.ac_train_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  width: 50%;
}
.ac_train_info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 325px;
  width: 100%;
}
.ac_train_info p {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
  width: 254px;
}
.ac_train_info span {
  background-color: #fff;
  border: 1px solid;
  color: #ed6d00;
  font-family: "Noto Sans JP";
  font-size: 24px;
  margin-top: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ac_bus_info p {
  color: #ed6d00;
  font-family: "Noto Sans JP";
  font-size: 20px;
  margin-top: 10px;
}
.ac_bus_wrap {
  width: 49%;
}
.ac_center {
  color: #ed6d00;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.ac_bus_wrap .ac_center {
  color: #333;
  font-size: 18px;
  text-align: left;
}

/*sec02
--------------------------------*/
.sec02 .circle_dashed_ttl {
  flex-wrap: wrap;
}
.sec02 .circle_dashed_ttl .time {
  display: inline-block;
  margin-left: 31px;
  font-size: 16px;
}
.sec02 .ac_txt {
  color: #333;
  font-size: 20px;
  text-align: left;
}

/*================================

　ここからTABLET/SP適用

================================*/
@media screen and (max-width: 1023px) {
  .ac_appearance {
    flex-direction: column;
  }

  .ac_appearance img {
    margin: 0 auto 10px;
  }
  .ac_info_wrap {
    flex-wrap: wrap;
    height: auto;
    width: 90%;
    margin: 20px auto 0;
  }
  .ac_info {
    flex-wrap: wrap;
    /* height: 150px; */
  }
  .ac_info p {
    font-size: 20px;
  }

  .ac_map_wrap {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .sec03 .ac_flex {
    flex-wrap: wrap;
    /* flex-direction: column; */
  }
  .ac_train_wrap img {
    margin: 0 auto;
  }
  .ac_train_wrap {
    width: 320px;
    margin: 0 auto 40px;
  }
  .ac_train_info p {
    width: 250px;
  }
  .ac_train_info {
    align-items: flex-start;
    /* justify-content: space-around; */
  }
  .ac_bus_wrap {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    max-width: 490px;
    width: 100%;
  }
  .ac_bus_wrap .ac_center {
    max-width: 490px;
    margin: 10px auto 0;
    text-align: left;
    order: 3;
  }

  .ac_bus_wrap img {
    order: 2;
  }

  .ac_bus_info {
    order: 1;
  }
  .ac_bus_info p {
    margin-top: 0;
  }
}

/*================================

　ここからSP適用（広）

================================*/
@media screen and (max-width: 700px) {
  .btn_link_wrap {
    height: 110px;
    flex-direction: column;
  }
  .ac_info_wrap {
    border-width: 2px;
  }
  .ac_info {
    border-width: 2px;
    /* height: auto; */
    padding: 20px 0px;
  }
  .access .ac_center {
    max-width: 490px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  .ac_train_wrap {
    flex-direction: column-reverse;
  }
  .ac_train_info {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
/*================================

　ここからSP適用(狭）

================================*/
@media screen and (max-width: 480px) {
  .ac_info_wrap {
    width: 100%;
  }
  .ac_info p {
    font-size: 16px;
  }
  .ac_info span {
    line-height: 1.5;
    font-size: 12px;
  }
  .ac_map_info {
    font-size: 18px;
    padding-top: 10px;
  }
  .ac_train_info p {
    font-size: 14.9px;
  }
  .ac_map_info span {
    font-size: 16px;
  }
  .ac_bus_info p {
    font-size: 16px;
  }
  .access .ac_center {
    font-size: 16px;
  }
}
@media screen and (max-width: 321px) {
  .ac_info p {
    font-size: 14px;
  }
  .ac_train_info span {
    height: 35px;
    width: 35px;
    font-size: 20px;
  }
}
