*{padding: 0;margin: 0;box-sizing: border-box;}
a{text-decoration: none;}
ul{list-style: none;}
.none{display: none;}
body{background-color: #07913a;}

/*------------------------------*/
.main{max-width: 900px;margin: 0 auto;background-color: #fff;padding-bottom: 50px;}
.main img{width: 100%;}

/*------------------------------*/

.button a{
   background-color: #c51a0d;
    display: block;
    padding: 10px;
    width: 380px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    margin: 40px auto 100px;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 0 #880b0b, 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.2s ease;
  user-select: none;
  touch-action: manipulation;
}

.button a:hover,
.button a:focus {
  background-color: #ff5353;
}

.button a:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #c51a0d, 0 3px 6px rgba(0, 0, 0, 0.2);
}

/*------------------------------*/

.access, .detail{max-width: 700px;margin: 0 auto;font-weight: bold;}
.access_title,h4{
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #555555;
    color: #ffffff;
    padding: 10px;
    font-size: 32px;
    margin: 0 auto 50px;
}

.access p{font-size: 18px;margin-bottom: 60px;text-align: center;}
.access .title{font-size: 27px;border-radius: 5px;display: block;width: 100px;margin: 0px auto 50px;border: 2px solid #000;}
.access .strong{font-size: 27px;display: block;}

.access ul{font-size: 18px;margin-bottom: 120px;padding: 0px 20px;}

/*------------------------------*/
.detail ul li{font-size: 18px;}
.list span{color: #2fa75d;}
.list li {
  padding-left: 1.2em;   
  text-indent: -1.2em; 
  border-bottom: 2px dashed #2fa75d;
  margin: 30px 0 10px 0;
  padding-bottom: 5px;
  
}
/* .list li:not(:last-child) {border-bottom: 2px dashed #2fa75d;padding: 5px;} */
/* .list li::marker {color: #2fa75d;font-size: 1.1em;} */

h3{display: block;width: 100px;padding: 5px 0;text-align: center;border: 2px solid #000000;margin: 0 auto;border-radius: 20px;}


/*------------------------------*/

.offer_icon {padding: 0 10px;margin: 20px 0 10px;}
.offer_icon p span {margin-right: 10px;}

.offer_icon p span img {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 4px;
}

.offer_icon .title {
  border: 1px solid #000;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.school_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 10px;
}

/*------------------------------*/
.point{background-color: #ededf5;padding: 20px 0;}
.point div, .day{margin: 0 auto;width: 100%;max-width: 750px;}
.point img {
  width: 100%;
  height: auto;
  display: block;
}


@media (max-width: 768px) {

.none{display: block;}

/*------------------------------*/
.button a{
    width: 80%;
    font-size: 18px;
    padding: 8px;
    margin: 20px auto 50px;
}

/*------------------------------*/

.access, .detail{width: 95%;}
.access_title,h4{font-size: 20px;margin: 0 auto 30px;}
.access p{font-size: 13px;margin-bottom: 30px;}
.access .title{font-size: 19px;width: 100px;margin: 0 auto;}
.access .strong{font-size: 19px;}
.access ul{padding: 10px;font-size: 12px;margin-bottom: 60px;}
.school_list {grid-template-columns: 1fr;}

}

.accordion {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.accordion a {
  background-color: #338682;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 10px;
  background: #ecf3f2;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative; 
  height: 120px;
}

.accordion-trigger:hover {background-color: #d7f0e8;}

.accordion-trigger .arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.accordion-trigger[aria-expanded="true"] .arrow {transform: rotate(-135deg);}
.accordion-trigger .box {width: 100%;}
.accordion .area {color: #757575;}
.accordion .offer{height: 85px;width: 30px;}
.accordion .offer img {width: 25px;height: 25px;}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-body {
  padding: 1rem;
  border-right: 1px solid #e4eceb;
  border-left: 1px solid #e4eceb;
  font-size: 14px;
}

.accordion-body .message {
  padding: 20px 5px 10px;
  border-top: 2px solid #3f878a;
}

.train {
  text-align: center;
  padding-bottom: 10px;
}
.train span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../images/train.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

@media (max-width: 500px){
.detail ul li{font-size: 14px;}
.list li {
  width: 95%;
  margin: 20px auto 0;
}
}

