@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.menu_on::after {
  width: 100% !important;
}
.footer_menu_on {
  color: #ff6600 !important;
}
.page_h2_item {
  background: url(../img/h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item {
    background: url(../img/h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.access {
  font-family: "M PLUS Rounded 1c";
}
.access .inner {
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  .access .inner {
    padding-top: 40px;
  }
}
.access .h2_ttl_line {
  max-width: 400px !important;
}
@media screen and (max-width: 850px) {
  .access .h2_ttl_line {
    max-width: 100% !important;
  }
}
.access .f_txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .access .f_txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.access .num_btn {
  display: flex;
  column-gap: 10px;
  width: 100%;
  justify-content: flex-end;
  margin-top: 45px;
}
@media screen and (max-width: 850px) {
  .access .num_btn {
    display: block;
    margin-top: 25px;
  }
}
.access .num_btn li {
  width: calc(25% - 7.5px);
}
@media screen and (max-width: 850px) {
  .access .num_btn li {
    width: 100%;
  }
  .access .num_btn li + li {
    margin-top: 12px;
  }
  .access .num_btn li:last-child {
    margin-top: 20px;
  }
}
.access .num_btn li .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .access .num_btn li .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.access .num_btn li .fax {
  font-size: 20px;
  font-weight: 400;
  padding-left: 41px;
  letter-spacing: 0;
  color: #333333;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  line-height: 100%;
  width: fit-content;
}
.access .num_btn li .fax::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 22px;
  top: 2px;
  left: 0;
  background: url(../../common/img/fax_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.access .num_btn li .mail {
  font-size: 18px;
  font-weight: 500;
  padding-left: 41px;
  letter-spacing: 0;
  color: #333333;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  line-height: 100%;
  width: fit-content;
}
.access .num_btn li .mail::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../common/img/mail_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.access .num_btn li .tel {
  width: fit-content;
  text-align: left;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding-left: 41px;
  letter-spacing: 0;
  color: #333333;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  .access .num_btn li .tel {
    font-size: 22px;
    width: 100%;
    display: block;
    padding-left: 30px;
  }
}
.access .num_btn li .tel::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: url(../../common/img/tel_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.access .num_btn li .tel span {
  font-size: 13px;
  text-align: left;
  color: #333333;
  display: block;
  line-height: 100%;
  font-weight: 500;
  margin-top: 5px;
}
.access .bus_list {
  display: flex;
  column-gap: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .access .bus_list {
    margin-top: 50px;
    display: block;
  }
}
.access .bus_list li {
  width: calc(33.3333% - 18.666666px);
  border-radius: 8px;
  border: 2px solid #DDDDDD;
  background: #ffffff;
  padding: 20px 25px;
}
@media screen and (max-width: 850px) {
  .access .bus_list li {
    border: none;
    background: none;
    padding: 0 10px;
    width: 100%;
  }
  .access .bus_list li + li {
    margin-top: 50px;
  }
}
.access .bus_list li .icon {
  max-width: 255px;
  margin: auto;
}
.access .bus_list li .icon .i_item {
  height: 160px;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .access .bus_list li .icon .i_item {
    height: auto;
  }
}
.access .bus_list li .icon .i01 {
  max-width: 154px;
  margin: auto;
  margin-bottom: 18px;
}
.access .bus_list li .icon .i03 {
  max-width: 183px;
  margin: auto;
  margin-bottom: 4px;
}
@media screen and (max-width: 850px) {
  .access .bus_list li .icon .i03 {
    margin-bottom: 20px;
  }
}
.access .bus_list li .icon .i_txt {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .access .bus_list li .icon .i_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .access .bus_list li .icon .i_txt {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 850px) {
  .access .bus_list li .icon .i_txt {
    font-size: 20px;
  }
}
.access .bus_list li .icon .ibg img {
  width: 100%;
}
.access .bus_list li .txt_list {
  display: block;
  margin-top: 20px;
}
.access .bus_list li .txt_list li {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: left;
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
  line-height: 1.5;
  padding-left: 27px;
}
@media screen and (max-width: 850px) {
  .access .bus_list li .txt_list li {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.access .bus_list li .txt_list li + li {
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  .access .bus_list li .txt_list li + li {
    margin-top: 7px;
  }
}
.access .bus_list li .txt_list li::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 17px;
  height: 17px;
  top: 4px;
  left: 0;
  background: #FDAB5B;
  transition: 0.4s ease-in-out;
}
.access .bus_list li .i_btn {
  display: block;
  line-height: 62px;
  width: 100%;
  border-radius: 10px;
  background: #FDAB5B;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 30px;
  transition: 0.4s ease-in-out;
  border: 2px solid #FDAB5B;
}
@media screen and (max-width: 850px) {
  .access .bus_list li .i_btn {
    line-height: 58px;
    font-size: 18px;
  }
}
.access .bus_list li .i_btn:hover {
  opacity: 1;
  transition: 0.4s ease-in-out;
  border: 2px solid #FD6600;
  background: #ffffff;
  color: #FD6600;
}
.access .map01 {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .access .map01 {
    margin-top: 40px;
  }
}
.access .map01 iframe {
  width: 100%;
  height: 500px;
  border: 2px solid #DDDDDD !important;
}
@media screen and (max-width: 850px) {
  .access .map01 iframe {
    height: 400px;
  }
}
.bus {
  font-family: "M PLUS Rounded 1c";
}
.bus .inner {
  padding-top: 150px;
}
@media screen and (max-width: 850px) {
  .bus .inner {
    padding-top: 120px;
  }
}
.bus .h2_ttl_line {
  max-width: 400px !important;
}
@media screen and (max-width: 850px) {
  .bus .h2_ttl_line {
    max-width: 100% !important;
  }
}
.bus .bus_menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2px;
  border-bottom: 5px solid #ECA35E;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .bus .bus_menu {
    border-bottom: 3px solid #ECA35E;
    column-gap: 1px;
    margin-bottom: 30px;
  }
  .bus .bus_menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 0;
    z-index: -1;
    background: #FCF4E2;
  }
}
.bus .bus_menu li {
  width: calc(25% - 1.5px);
}
.bus .bus_menu li a {
  display: block;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 5px 10px 5px 10px;
  width: 100%;
  border: 2px solid #ECA35E;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background: #FCF4E2;
  transition: all 0.4s;
}
.bus .bus_menu li a:hover {
  background: #FFAF32;
  transition: all 0.4s;
  opacity: 1;
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .bus .bus_menu li a {
    font-size: 16px;
    padding: 8px 10px 10px 10px;
  }
}
@media screen and (max-width: 850px) {
  .bus .bus_menu li {
    width: calc(50% - 0.5px);
  }
  .bus .bus_menu li:nth-child(1),
  .bus .bus_menu li:nth-child(2) {
    border-bottom: 2px solid #ECA35E;
  }
  .bus .bus_menu li:nth-child(1) {
    position: relative;
  }
  .bus .bus_menu li:nth-child(1)::after {
    bottom: -2px;
    background: #ECA35E;
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    right: -5px;
  }
  .bus .bus_menu li:nth-child(3),
  .bus .bus_menu li:nth-child(4) {
    margin-top: 4px;
  }
  .bus .bus_menu li:nth-child(3) a,
  .bus .bus_menu li:nth-child(4) a {
    border-bottom: none;
  }
}
.bus .m_b_17 {
  margin-bottom: 17px;
}
.bus .sp_after {
  position: relative;
}
@media screen and (max-width: 850px) {
  .bus .sp_after::after {
    width: 136px;
    height: 110px;
    top: 160px;
    right: -40px;
    position: absolute;
    content: "";
    z-index: -1;
    background: url(../img/info_map_after_sp.png) no-repeat center / contain;
  }
}
.bus p {
  font-family: "M PLUS Rounded 1c";
  text-align: left;
}
.bus .num {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.75;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 850px) {
  .bus .num {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
}
.bus .num ol {
  padding-inline-start: 25px;
}
.bus .num ol li {
  padding-left: 5px;
}
.bus .num ol li + li {
  margin-top: 18px;
}
@media screen and (max-width: 850px) {
  .bus .num ol li + li {
    margin-top: 10px;
  }
}
.bus .num ol li::marker {
  font-size: 20px;
}
@media screen and (max-width: 850px) {
  .bus .num ol li::marker {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .bus .num ol {
    padding-inline-start: 25px;
  }
}
.bus .num ol .sub_list {
  padding-inline-start: 0;
}
@media screen and (max-width: 850px) {
  .bus .num ol .sub_list {
    margin-top: 10px;
  }
}
.bus .num ol .sub_list li {
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.bus .num ol .sub_list li + li {
  margin-top: 0;
}
.bus .num ol .sub_list li::after {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.bus .num ol .sub_list li::marker {
  display: none;
}
.bus .h3_ttl {
  color: #663333;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.53;
  padding-bottom: 5px;
  border-bottom: 4px solid #663333;
}
@media screen and (max-width: 850px) {
  .bus .h3_ttl {
    font-size: 18px;
    line-height: 2.22;
    padding-bottom: 0;
  }
}
.bus .h3_t75 {
  margin-top: 75px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .bus .h3_t75 {
    margin-bottom: 20px;
    margin-top: 45px;
  }
}
.bus .sub_ttl02 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "M PLUS Rounded 1c";
  color: #38B098;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  .bus .sub_ttl02 {
    font-size: 18px;
  }
}
.bus .sub_ttl03 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "M PLUS Rounded 1c";
  color: #FF9933;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 10px;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  .bus .sub_ttl03 {
    margin-top: 30px;
    font-size: 18px;
  }
}
.bus .table01 {
  width: 100%;
  border-top: 1px solid #38B098;
  position: relative;
}
.bus .table01 tr.ttl_bg td,
.bus .table01 tr.ttl_bg th {
  vertical-align: top;
  background: #F0FCFA;
  border-bottom: 1px solid #38B098;
  border-right: 1px solid #38B098;
}
.bus .table01 tr.ttl_bg td:nth-child(1),
.bus .table01 tr.ttl_bg th:nth-child(1) {
  border-left: 1px solid #38B098;
}
@media screen and (max-width: 850px) {
  .bus .table01 tr.ttl_bg td,
  .bus .table01 tr.ttl_bg th {
    font-size: 11px;
    padding: 6px 0 9px 0;
    line-height: 1.27;
  }
}
.bus .table01 tr.ttl_bg td span,
.bus .table01 tr.ttl_bg th span {
  font-size: 22px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .bus .table01 tr.ttl_bg td span,
  .bus .table01 tr.ttl_bg th span {
    margin-right: auto;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.bus .table01 th,
.bus .table01 td {
  padding: 5px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c";
  border-bottom: 1px solid #C9C8C8;
  border-right: 1px solid #C9C8C8;
}
@media screen and (max-width: 850px) {
  .bus .table01 th,
  .bus .table01 td {
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.16;
  }
}
.bus .table01 th {
  border-left: 1px solid #C9C8C8;
  width: 23.5%;
  background: #FCFEFE;
}
.bus .table01 td {
  background: #ffffff;
}
.bus .table01 td:nth-child(1) {
  width: 25.5%;
  border-left: 1px solid #38B098;
}
.bus .table01 td:nth-child(2),
.bus .table01 td:nth-child(3),
.bus .table01 td:nth-child(4) {
  width: 25.5%;
}
.bus .table01 .null {
  height: 30px;
}
@media screen and (max-width: 850px) {
  .bus .table01 .null {
    height: 15px;
  }
}
.bus .table01 .null th {
  border-right: none;
  background: #FDFAFA;
}
.bus .table01 .null td {
  background: #FDFAFA;
  border-right: none;
}
.bus .table01 .null td:last-child {
  border-right: 1px solid #C9C8C8;
}
.bus .table01 .small {
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .bus .table01 .small {
    padding: 2px 0;
    font-size: 10px;
  }
}
.bus .t_m48 {
  margin-top: 48px;
  border-top: 1px solid #C9C8C8;
}
@media screen and (max-width: 850px) {
  .bus .t_m48 {
    border-top: none;
    margin-top: 0;
  }
}
.bus .table02 {
  width: 100%;
  border-top: 1px solid #FF9933;
}
.bus .table02 .c_br {
  border-bottom: 1px solid #38B098 !important;
  border-right: 1px solid #38B098 !important;
}
.bus .table02 tr:nth-child(1) td {
  vertical-align: top;
  background: #FCF4E2;
  border-bottom: 1px solid #FF9933;
  border-right: 1px solid #FF9933;
}
.bus .table02 tr:nth-child(1) td:nth-child(1) {
  border-left: 1px solid #FF9933;
}
@media screen and (max-width: 850px) {
  .bus .table02 tr:nth-child(1) td {
    font-size: 11px;
    padding: 6px 0 9px 0;
    line-height: 1.27;
  }
}
.bus .table02 tr:nth-child(1) td span {
  font-size: 22px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .bus .table02 tr:nth-child(1) td span {
    margin-right: auto;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.bus .table02 th,
.bus .table02 td {
  padding: 5px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c";
  border-bottom: 1px solid #C9C8C8;
  border-right: 1px solid #C9C8C8;
}
@media screen and (max-width: 850px) {
  .bus .table02 th,
  .bus .table02 td {
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.16;
  }
}
.bus .table02 th {
  border-left: 1px solid #C9C8C8;
  width: 23.5%;
  background: #FCFEFE;
}
.bus .table02 td {
  background: #ffffff;
}
.bus .table02 td:nth-child(1) {
  width: 25.5%;
  border-left: 1px solid #FF9933;
}
.bus .table02 td:nth-child(2),
.bus .table02 td:nth-child(3),
.bus .table02 td:nth-child(4) {
  width: 25.5%;
}
.bus .table02 .null {
  height: 30px;
}
@media screen and (max-width: 850px) {
  .bus .table02 .null {
    height: 15px;
  }
}
.bus .table02 .null th {
  border-right: none;
  background: #FDFAFA;
}
.bus .table02 .null td {
  background: #FDFAFA;
  border-right: none;
}
.bus .table02 .null td:last-child {
  border-right: 1px solid #C9C8C8;
}
.bus .table02 .small {
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .bus .table02 .small {
    padding: 2px 0;
    font-size: 10px;
  }
}
.map {
  font-family: "M PLUS Rounded 1c";
}
.map .inner {
  padding-top: 175px;
}
@media screen and (max-width: 850px) {
  .map .inner {
    padding-top: 120px;
  }
}
.map .h2_ttl_line {
  max-width: 575px !important;
}
.map ul li + li {
  margin-top: 20px;
}
.map02 {
  font-family: "M PLUS Rounded 1c";
}
.map02 .inner {
  padding-top: 150px;
  padding-bottom: 275px;
}
@media screen and (max-width: 850px) {
  .map02 .inner {
    padding-bottom: 130px;
    padding-top: 120px;
  }
}
.lightboxOverlay {
  z-index: 99999999999999999999 !important;
}
.lightbox {
  z-index: 9999999999999999999999 !important;
}
.lb-details {
  display: none !important;
}
