body {
    font: 17px/1.8 Shuei MaruGo L,'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 500;
    /* font-feature-settings: "palt"; */
    letter-spacing: .08em;
    line-height: 1.8;
    *font-size: small;
    *font: x-small;
    color: #000;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

table {
    border-collapse:collapse;
}

h3 span {
    text-combine-upright: all;
  }

.fr {
    float: right;
}

.fl {
    float: left;
}


#head-content {
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}

.main-right {
    width: 80%;
    background-color: #f9f6f1;
    box-shadow: rgb(226 217 204) 3px -4px 12px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px
}

.mess {
    width: 328px;
    color: #fff;
    margin-top: 40px;
    margin-left: 120px;
}

#top-header {
    width: 20%; 
    padding-top: 80px;
}

.title-logo {
    width: 220px; 
    margin: auto;
}

.main-sub-menu {
  text-align: center;
  margin: 40px 0 0;
}

.main-sub-menu a {
  text-decoration: none;
  color: #eb9012;
  font-weight: bold;
  font-size: 30px;
}

.main-menu {
    width: 100%; 
}

.main-tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

span {
    text-combine-upright: all;
  } 

.main-menu ul {
    padding: 0;
    display: block;
    width: 90%; 
    margin: 60px auto 20px;
}

.main-menu ul li {
    width: 20%;
    height: 140px;
    letter-spacing: .18em;
    position: relative;
}

.main-menu ul li:first-child {
    font-size: 20px;
    list-style: none;
    /* padding: 5px 10px 45px; */
    border-right: 1px solid #eea64293;
    border-left: 1px solid #eea64293;
}

.main-menu ul li + li {
    font-size: 20px;
    list-style: none;
    /* padding: 5px 10px 45px; */
    border-left: 1px solid #eea64293;
}

.main-menu a {
    text-decoration: none;
    padding-right: 3px;
    color: #eb9012;
    font-weight: bold;
    position: absolute;
    top: 7px;
    left: 22%;
}


.mail_to:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.fotter {
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    border-top: 1px solid #ece2cf;
}

.foot-messa {
    margin-top: 20px;
    text-align: center;
    font-size: 26px;
    color: #ff7a0d;
    margin-bottom: 0;
}

.tel {
    width: 312px;
    margin: 0 auto;
}

.foot-tel {
    font-size: 38px;
    display: inline-block;
    margin:0 0 0 5px;
}

.copylite {
    font-size: 12px;
    text-align: center;
    background-color: #ff7a0d;
    color: #fff;
    margin: 0;
}


.riyo-tble {
    margin: 20px auto;
}

.riyo-tble tr th,
.riyo-tble tr td{
    border: 1px solid #ff9133;
    padding: 5px;
}

.riyo-tble tr th{
    color: #ff9133;
    padding: 5px;
}

.riyo-tble tr td{
    padding: 5px;
}

.riyo-tble {
    font-size: 14px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.page-content {
    width: 80%;
    margin: 0 auto 80px;
}

.page-kokeshi {
    height: 150px;
    background-image: url(../img/kokeshi3.png);
    background-repeat: repeat-x;
    background-position: 58% 40%;
    background-size: 36% 69%;
    margin-bottom: 40px;
}

.program-area {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 80px;
}

.content-title {
    width: 20%;
    color: #72b148;
    font-size: 28px;
}

.content-title h3 {
  position: relative;
  padding: 1em 0.7em;
  text-align: center;
}

.content-title h3:before,
.content-title h3:after {
  position: absolute;
  content: '';
}

.content-title h3:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #72b148;
  border-left: 2px solid #72b148;
}

.content-title h3:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #72b148;
  border-bottom: 2px solid #72b148;
}


.program {
    width: 80%;
}


.page-content h2 {
    position: relative;
    margin: 40px 0 20px;
    padding: 0 65px;
    text-align: center;
    letter-spacing: .35em;
    color: #ff9133;
  }
  
  .page-content h2:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #ff9133;
  }
  
  .page-content h2 span {
    position: relative;
    padding: 0 1em;
    background: #f9f6f1;
  }

  .lib-title {
    position: relative;
    margin: 40px 0 20px;
    padding: 0 65px;
    text-align: center;
    letter-spacing: .35em;
    color: #72b148;
    font-size: 23px;
  }

  .lib-title span {
    position: relative;
    padding: 0 1em;
    background: #f9f6f1;
  }

  .houshin {
    width: 80%;
  }

  .page-table {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

  .page-table tr {
      height: 46px;
  }

  .page-table tr th {
    border: 1px solid #72b148;
    background-color: #95d46b;
    color: #fff;
    width: 15%;

  }
  .page-table tr td {
    border: 1px solid #72b148;
    background-color: #fff;
    padding: 10px;
    width: 50%;
  }

  .imgMap2 {
    max-height: 450px;
    margin: 20px 0 0 40px;
    padding: 10px 100px;
    border: 1px solid #72b148;
    background-color: #fff;
    border-radius: 5px;
}

.demoTxt {
      display: block;
      opacity:0;
    }

    .demoTxt span {
      opacity: 0;
      -webkit-transition: .6s ease-in-out;
      transition: .6s ease-in-out;
    }

.time-item {
    position: relative;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 86px;
    padding-bottom: 40px;
    counter-increment: number;
}

ul {
    padding: 0;
  }
  li {
    list-style-type: none;
  }
  dd {
    margin-left: 0;
  }
  
  .flow {
    padding-left: 120px;
    position: relative;
    max-width: 560px;
  }
  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #d2c6c6;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
  }
  .flow > li {
    position: relative;
  }
  .flow > li:not(:last-child) {
    margin-bottom: 8vh;
  }
  .flow > li .icon {
    font-size: 16px;
    color: #fff;
    background: #72b148;
    background: -moz-linear-gradient(left, #72b148 0%, #aee987af 100%);
    background: -webkit-linear-gradient(left, #72b148 0%,#aee987af 100%);
    background: linear-gradient(to right, #72b148 0%,#aee987af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100;
  }
  .flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #aee987af;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .flow > li dl {
    padding-left: 70px;
    position: relative;
  }
  .flow > li dl::before,
  .flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
  }
  .flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #72b148;
    border-radius: 50%;
    left: -4px;
  }
  .flow > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
  }
  .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #72b148;
    margin-bottom: 1vh;
  }

  .content{
    position: relative;
}

.library-table{
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  color: #72b148;
  font-weight: bold;
  width: 100%;
}

.library-table tr td {
  padding: 15px;
  border: 1px solid #d2c6c6;
}

.library-table .td-white {
  background-color: rgb(255, 255, 255);
}

.library-table .td-pic {
  text-align: center;
}

.library-table .td-pic img {
  max-width: 410px; 
  width: 100%;
}

.announcement-table {
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  color: #72b148;
  font-weight: bold;
  width: 100%;
}

.announcement-table tr td {
  padding: 15px;
  border: 1px solid #d2c6c6;
}

.announcement-table .td-white {
  background-color: rgb(255, 255, 255);
}

#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 10px;
    right: 10px;
     
    /*-----装飾-----*/
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #95d46b;
    color: #fff;
    border-radius: 100px;
}



@media screen and (max-width: 1260px) {
    .main-right {
        display: block;
        width: 100%;
        border-radius: 0;
    }

    #top-header {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .title-logo {
        margin-top: 20px;
    }

    .main-menu ul {
        width: 420px;
        margin: 25px auto 20px;
    }

    .main-menu a {
        position: absolute;
        top: 7px;
        left: 32%;
    }

    .content-title {
        display: block;
        width: 100%;
    }

    .houshin {
        display: block;
        width: 100%;
    }

    .program {
        display: block;
        width: 100%;
    }

    .content-title .main-tate {
        margin: 0 0 20px;
    }
}

.imgMap3 {
  max-width: 450px;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 50px;
  border: 1px solid #72b148;
  background-color: #fff;
  border-radius: 5px;
}

.imgMadori {
  max-width: 600px;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 20px;
  border: 1px solid #72b148;
  background-color: #fff;
  border-radius: 5px;
}

.content-com {
  background-color: #eebb7379;
  padding: 50px 0;
  letter-spacing: .35em;
  background-image: linear-gradient(-90deg, #eb901214 50%, transparent 50%);
  background-size: 5px 5px;
  width: 100%; 
  margin-top: 40px;
}

.content-com h4 {
  font-size: 125%;
  max-width: 840px; 
  margin: auto; 
  text-align: center;
}