@charset "UTF-8";
@media screen and (min-width: 2000px) {
  .main {
    background-size: contain;
  }
}
@media screen and (max-width: 1040px) {
  .present .sho01 p {
    font-size: 8px;
  }
  .present .sho01 h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .gaiyo img.system {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modalContents p {
    height: auto;
  }
  img.allarea-btn {
    width: 100%;
  }
  img {
    width: 90%;
  }
  img.present_subt.pc {
        width: 100%;
  }
  .header_area .flex li {
    font-size: 12px;
  }
  .story img.title {
    width: 50%;
    margin-bottom: 0;
  }
  .modalContents p {
    max-height: 100vh;
  }
  .map p img {
    width: 40%;
  }
  .present h2 img {
    margin-top: 20px;
  }
  img.logo-takarasshu {
    width: 57%;
  }
  .acbtn02 li {
    width: 47%;
    margin-bottom: 1%;
  }
  .acbtn02 li:nth-child(13) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sho01 p img {
    max-height: fit-content !important;
}
  body {
    font-size: 14.5px !important;
  }
  img.title {
    width: 85%;
  }
  .main {
    padding-top: 0;
  }
  section {
    padding: 50px 0;
  }
  .sec04_bg_map{
    background-image: url(../img/sec04_bg_map_sp.png);
  }
  .sec06_bg_map{
    background-image: url(../img/sec06_bg_map_sp.png);
  }
  
.story-btn {
        position: absolute;
        width: 80%;
        left: 10%;
        top: 68%;
    }
  .event h5 img {
    max-width: 70% !important;
  }
  .event {
    padding: 40px 0 50px;
  }
  .event .flex p {
    width: 80%;
    margin: 0 auto 15px;
  }
  .event .mt50 {
    margin-top: 0px;
  }
  .event .flex p:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .event .flex p:nth-child(3) {
    padding-left: 0%;
  }
  .sec04_bg_map .title{
    width: 75%;
    padding-top: 30px;
  }
  .sec04_bg_map p {
    text-align: left;
    width: 82%;
    margin: 0 auto;
    font-size: 3.1vw;
  }
  .sec04_point_img{
    padding-bottom: 40px;
    width: 69%;
  }
  .map p img {
    width: 60%;
  }
  .sns li {
    width: 30%;
  }
  .acbox {
    margin: 0 0px;
  }
  .acbox-under_cont h3 {
    text-align: left;
    font-size: 18px;
  }
  .acbox-under_cont .fs16 {
    font-size: 14px;
  }
  .acbtn01 input:checked ~ div, .acbtn02 input:checked ~ div {
    padding: 10px 30px;
  }
  .acbtn02 li {
    width: 48%;
  }
  .acbtn02 p {
    font-size: 13px;
  }
  #navi, #pagetop {
    display: none !important;
  }
  .bg-main {
    padding: 30px 0 30px !important;
  }
  .news {
    margin: 0 auto 0px;
  }
  section.schedule {
    padding: 25px 0;
  }
  .schedule table th, .schedule table td {
    line-height: 1.5;
        display: block;
        border-right: none;
  }
  .schedule table td:nth-of-type(odd) {
        background-color: #EAF7F6;
        color: #1f37b0;
  }
  .schedule .acbox-under_cont .indent {
    padding-left: 2em;
  }
  .top .youtube iframe {
    height: 250px;
  }
  .map {
    padding: 30px 6px 20px !important;
  }
  #basho,#dl,#gaiyo-hakken{
    display: block;
    padding-top: 0px;
    margin-top: 0px;
  }
  .program_sec {
    margin-top: 60px !important;
  }
  .program_sec .fs18 {
    font-size: 16px !important;
    text-align: left !important;
    width: 94% !important;
    margin: 0 auto !important;
  }
  #shiga img.title03 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  #shiga img.title11 {
    margin-bottom: -12px !important;
  }	
  section.gaiyo{
    padding: 20px 0;
  }
  .gaiyo dl {
    display: block;
    font-size: 15px;
    padding: 20px 0 15px;
  }
  .gaiyo dd {
    text-align: left;
  }
  .gaiyo dt {
    margin-bottom: 5px;
  }
  .gaiyo .detail_area .flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gaiyo .detail_area .flex p {
    width: 100%;
  }
  .gaiyo .detail_area a {
    margin-top: 10px;
    margin-bottom: 10px;
  }	
  .about-bl h3 {
    font-size: 20px !important;
  }
  .about-bl .flex {
    flex-direction: column;
  }
  .about-bl .flex .text {
    order: 2;
    width: 96% !important;
    margin: 0 auto !important;
  }
  .about-bl .flex .logo {
    order: 1;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .modalWrapper {
    height: auto;
    overflow: auto;
    width: 100%;
    padding: 0px 20px;
    background-color: rgb(30 30 30 / 0%);
  }
  .closeModal {
    top: -3vw;
    font-size: 9vw;
  }
  .lock_navi {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: rgb(0 0 0 / 25%);
    padding: 3% 0;
    text-align: center;
    z-index: 80;
  }
  .lock_navi ul {
    justify-content: center;
  }
  .lock_navi li {
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    background-image: linear-gradient(0deg, rgb(22 56 194), rgb(52 100 255));
    padding: 5px;
    margin: 0 5px;
  }
  .lock_navi li.menu {
    width: 60%;
  }
  .lock_navi li.totopbtn {
    width: 30%;
  }
  .modalArea02 {
    display: none;
    position: fixed;
    z-index: 1000; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modalBg02 {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
  }
  .modalWrapper02 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 600px;
    padding: 40px 30px;
    background-color: #fff;
  }
  .closeModal02 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
  }
  .sm-gnavi_area a {
    padding: 2px;
    width: 100%;
    margin: 14px auto;
    background-image: linear-gradient(0deg, rgb(22 56 194), rgb(52 100 255));
    ;
    border-radius: 25px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  #shiga .totopbtn a:hover {
    opacity: 1;
  }
  #shiga img.system {
    width: 100%;
  }
  .about {
    padding: 30px 0;
  }
  .about h3 img {
    width: 80%;
  }
  .about .flex {
    display: block;
  }
  .about .flex .box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .copy_sec {
    padding: 10px 0 100px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .title10_bg {
    padding: 0 10px 23px;
  }
  .title11_bg {
    padding: 0 10px 23px;
  }
  .title10_bg img {
    width: 70%;
  }
  .title11_bg img {
    width: 70%;
  }
  section.story {
        padding: 40px 0 30px;
    }
  .story .inner {
    padding-top: 360px;
  }
  .story button {
    margin-top: 20px;
  }
  section.howto {
    padding: 20px 0 60px;
  }
  .bg-howto_top {
    padding-top: 100px;
}
  .howto ul li .flex {
    background: #fff;
    width: 99.7%;
    margin-top: -2px !important;
  }
  .howto ul li .flex {
    margin-top: 0px;
  }
  .howto .flex li img {
    width: 100%;
  }
  #shiga a.left {
    text-align: center;
  }
  .howto .waku02 {
    padding: 30px 10px;
  }
  .howto h2.mb40 {
    margin-bottom: 30px;
  }
       .howto ul.houhou li {
        width: 100%;
        padding: 10% 4%;
        min-height: auto;
        border: none !important;
        border-bottom: dotted 2px #C6182D !important;
    }
    .howto ul.houhou li:last-of-type{
      border-bottom: none !important;
    }
    .howto ul.houhou li::after {
        opacity: 0;
}
  .howto .area-btn_cont li {
    width: 50%;
    margin-left: 0;
  }
  .howto .appli {
    display: block;
  }
  .howto .appli div:first-child {
    margin-bottom: 30px;
  }
  .howto ul.houhou {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
    width: 95%;
}	
.howto .green figure img {
  width: 100%;
  max-width: 100%;
}
.howto .title_h3{
  width: 80%;
}
.purple_bg{
  padding: 40px 10px;
}
img.present_subt.sp {
        width: 100%;
}
  .present img.present04 {
    width: 74%;
  }
  .present h2 img {
    width: 90%;
  }
  .present h3 {
    margin-top: 40px;
  }
  .present h2 {
    margin-top: -50px;
  }	
  section.present p {
    line-height: 1.6;
  }	
  .present .sho01 > div {
    width: 100%;
    margin-bottom: 3%;
  }
  .present .sho01 h5 {
        font-size: 4.3vw;
}
.present .sho01 p {
        font-size: 2.3vw;
}
.sho02 li{
  width: 50%;
}
  img.present02 {
    margin-top: 20px;
    width: 80%;
  }	
  .chuiarea_bg_map {
    background-image: url(../img/chuiarea_bg_map_sp.png);
}
.chuiarea ul{
  padding-bottom: 30px;
}
.chuiarea ul li {
    padding-left: 0.6em;
}
  .snsare {
    padding: 320px 0 60px;
    background-image: url(../img/sec10_bg_sp.jpg);
  }
  section.map p.lead {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .acbtn02 h3 {
    font-size: 15px;
    text-align: center;
  }
  .about .flex .box a img {
    width: 290px;
    margin-bottom: 10px;
  }
  .howto .green {
    padding: 20px;
}
.howto .movilink_area{
  padding: 0 20px;
}
.howto .pc-only{
  display: none;
}
.howto .movilink_area .color {
  font-size: 1.3em;
}
.howto .box01 {
  padding: 10px 10px;
}
.howto .box01 p.shicho {
  font-size: 1.1em;
}
.howto .box01 p {
  line-height: 1.6;
}
.howto .movilink_area p.arrow {
  background-size: 20px;
  background-position: top 5px left 0;
  line-height: 1.5;
  text-align: left;
  padding-left: 30px;
}
.howto .box02 p {
  padding: 10px 10px;
}
}