/*2025.12.04*/
@media screen and (max-width: 899px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none !important;
  }
  .aligncenter_sp {
    text-align: center;
  }
  .bigger_txt_sp {
    font-size: 1.35em;
  }
  .smaller_txt_sp {
    font-size: 0.95em;
  }
  .tiny_txt_sp {
    font-size: 0.85em;
  }
  .notice_txt_sp {
    color: #e72a25;
    font-size: 0.95em;
  }
  .bolder_txt_sp {
    font-weight: bolder;
  }
  .flexbox {
    display: block;
  }
  .flexbox.col2 > *, .flexbox.col3 > *, .flexbox.col4 > * {
    width: auto;
  }
  header {
    height: 80px;
  }
  header.fixed {
    height: 80px;
  }
  header .logo {
    position: relative;
    width: calc(100% - 80px);
    height: 100%;
  }
  header .logo img {
    height: 60%;
  }
  header .BtnSet {
    right: 0;
    top: 0;
    bottom: auto;
    transform: translateY(0);
    width: 80px;
  }
  header .BtnSet a, header .BtnSet span {
    width: 80px;
    margin-left: 0;
    border-radius: 0;
  }
  header .BtnSet a:hover, header .BtnSet span:hover {
    transform: scale(100%);
  }
  header .BtnSet .BtnSet_btn_01 {
    display: none;
  }
  header .BtnSet .BtnSet_btn_02 {
    display: none;
  }
  header .BtnSet .menuBtn img {
    width: 50%;
  }
  .infTxt {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 10px 0;
    text-align: center;
    background: rgba(211, 153, 28, 0.7);
    z-index: 10;
  }
  .infTxt img {
    width: auto;
    height: 100%;
  }
  .TitleHeader {
    height: 150px;
    padding-top: 80px;
  }
  .TitleHeader .TitleHeader_title {
    top: calc(50% + 50px);
    font-size: min(7.5vw, 2.25em);
  }
  article {
    padding-bottom: 15px;
  }
  article h1, article h2 {
    font-size: min(7.5vw, 1.8rem);
  }
  article h3 {
    font-size: min(6vw, 1.25rem);
  }
  article h4 {
    font-size: min(6vw, 1.35rem);
  }
  article .box01 {
    padding-top: 30px;
  }
  article .box02 .box02_title {
    font-size: min(5.5vw, 1.45rem);
  }
  article .box03 .box02_title {
    font-size: min(5.5vw, 1.45rem);
  }
  article .title01 {
    font-size: min(5.5vw, 1.5rem);
  }
  article .txt01 {
    font-size: min(6vw, 1.5rem);
  }
  article .inner {
    padding: 0 30px;
  }
  footer .smaller_txt {
    font-size: 0.85em;
  }
  footer .inner {
    padding: 0 30px;
  }
  footer .timeTable table tbody th {
    width: 32%;
    padding: inherit 0;
    padding-right: 1.5em;
    text-align: right;
  }
  footer .timeTable table tbody th .timeTable_adj {
    position: relative;
    display: block;
  }
  footer .timeTable table tbody th .timeTable_adj::after {
    position: absolute;
    right: -0.75em;
    content: "-";
    display: inline-block;
  }
  footer .telnum {
    margin-bottom: 30px;
    font-size: min(4vw, 1rem);
  }
  footer .telnum .telnum_box {
    padding-bottom: 19.2px;
    font-size: min(6.5vw, 1.95rem);
  }
  footer .telnum .telnum_box img {
    width: 25px;
    max-width: 5vw;
    margin-right: 12px;
    vertical-align: middle;
  }
  footer .telnum .telnum_box a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  footer .copy {
    font-size: 0.75rem;
    padding-bottom: 100px;
  }
  .NavMenu {
    padding-top: 80px;
  }
  .NavMenu .NavMenu_header {
    height: 80px;
    z-index: 10;
  }
  .NavMenu .NavMenu_header .NavMenu_logo {
    width: calc(100% - 80px);
    height: 60%;
    padding-right: 80px;
  }
  .NavMenu .NavMenu_header .closeBtn {
    right: 12px;
    width: 30px;
    padding: 15px;
  }
  .NavMenu .NavMenu_header .closeBtn img {
    width: 80%;
  }
  .NavMenu .NavMenu_content {
    padding: 30px;
    padding-bottom: 60px;
  }
  .BottomNav {
    transition: all 300ms ease-in-out;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100px;
    z-index: 99;
    background: #fff;
  }
  .BottomNav.fixed {
    height: 80px;
    opacity: 0.9;
  }
  .BottomNav a {
    display: block;
    position: relative;
  }
  .BottomNav a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 65%;
  }
  .BottomNav .BottomNav_btn_01 {
    width: 48%;
    background: url(../img/bottomnav_bg01.png);
  }
  .BottomNav .BottomNav_btn_01 img {
    height: 50%;
  }
  .BottomNav .BottomNav_btn_02 {
    width: 26%;
    background: #d3991c;
  }
  .BottomNav .BottomNav_btn_03 {
    width: 26%;
    background: #799dd2;
  }
  .mv .slogan_01 {
    top: 28%;
    left: 0;
    padding-left: 30px;
    font-size: min(4.5vw, 1.45rem);
  }
  .mv .slogan_02 {
    top: 38%;
    left: 0;
    padding: 9px 30px;
    font-size: min(5.5vw, 1.8rem);
    font-weight: 600;
  }
  .mv .PickPoints {
    position: absolute;
    right: auto;
    left: 50%;
    width: 90%;
    max-width: 800px;
    transform: translateX(-50%);
    bottom: 48px;
  }
  .mv .PickPoints p {
    width: 30%;
    margin-left: 3%;
  }
  .mv .PickPoints p img {
    width: 100%;
    max-width: 180px;
  }
  .slideshow {
    height: calc(100vh - 140px);
  }
  .greetingMsg {
    padding: 30px;
  }
  .greetingMsg .inner {
    font-size: 1.25rem;
    text-align: left;
  }
  .info {
    padding: 0 30px;
  }
  .info .info_posts li {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .info .info_posts li span {
    position: relative;
    left: 0;
    margin-bottom: 6px;
  }
  .NoticeBox {
    font-size: min(5vw, 1.5rem);
  }
  .LinkBtn_01 {
    width: calc(100% - 60px);
    min-width: inherit;
    max-width: 500px;
    padding: 6px 30px;
    font-size: min(6.5vw, 1.8rem);
  }
  .LinkBtn_01::before {
    right: 30px;
    width: 10vw;
    max-width: 50px;
  }
  .LinkBtn_01:hover::before {
    right: -120px;
  }
  .LinkBtn_01::after {
    width: 10vw;
    max-width: 50px;
  }
  .LinkBtn_01:hover::after {
    left: 30px;
  }
  .feverInf {
    color: #fff;
    font-size: 1.25rem;
    background: url(../img/feverInf_bg.png);
  }
  .feverInf p {
    margin-bottom: 21px;
  }
  .feverInf .inner {
    padding: 30px;
  }
  .feverInf .feverInf_title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .feverInf .feverInf_ph {
    height: 300px;
    background: url(../img/feverInf_bg02.jpg) center no-repeat;
    background-size: cover;
  }
  .feverInf .tiny_txt_sp {
    font-size: 0.8em;
  }
  .solveInf .solveInf_header {
    padding: 30px;
  }
  .solveInf .solveInf_box .inner .solveInf_box_txt {
    width: calc(100% - 60px);
    padding: 30px;
  }
  .solveInf .solveInf_box .inner .solveInf_box_ph {
    width: 100%;
    height: 300px;
  }
  article .gmap iframe {
    height: 400px;
  }
  article .telnum .telnum_box {
    position: relative;
  }
  article .telnum .telnum_box a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  article .ArchiveSelecter select {
    width: 38%;
    padding: 6px 0;
  }
  article .postBody {
    padding: 30px;
  }
}/*# sourceMappingURL=sp.css.map */