@charset "utf-8";

h2{
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 4px solid #333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
h2:after{
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 100px;
    border-bottom: 4px solid #ff9933;
}
h2 img{
    width: 30px;
    margin-bottom: 5px;
}

/*-----------------------------------
main img
-----------------------------------*/
.main-image h1{
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5em;
    color: #FFF;
}
.main-image h1 img{
    width: 84px;
    margin-left: 5px;
    vertical-align: -3px;
}
.main-image h1::after{
    content: none;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .main-image{
        background-image: url(/images/top/main.jpg);
        background-repeat: repeat-x;
        background-position: center 45%;
        background-size: cover;
        text-align: center;
    }
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .main-image{
        padding-top: 50px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-image{
        padding-top: 40px;
        background-position: center 40%;
        background-size: cover;
    }
    .main-image h1{
        margin-bottom: 12px;
        font-size: 1.3em;
        line-height: 1.4;
    }
    .main-image h1{
        margin-bottom: 30px;
        font-size: 1.3em;
    }
    /* .main-image .freeword input[type="text"]{
        padding: 10px 60px 10px 30px;
    } */
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .main-image .copy{
        padding: 25px 0;
        background-image: url(/images/top/main.jpg);
        background-repeat: repeat-x;
        background-position: center 20%;
        background-size: cover;
        text-align: center;
    }
    .main-image h1{
        margin-bottom: 10px;
        font-size: 0.9em;
    }
    .main-image h1 img{
        width: 60px;
        margin-left: 3px;
        vertical-align: -2px;
    }
}

/*-----------------------------------
cate
-----------------------------------*/
.cate li{
    float: left;
    background-color: #FFF;
    text-align: center;
}
.cate li a{
    display: block;
    width: 100%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}
.cate li a.disabled{
    pointer-events: none;
    color: #999;
}
.cate li a.disabled img{
    opacity: 0.6;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .cate ul li{
        float: left;
    }
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .cate{
        padding-bottom: 40px;
    }
    .cate ul{
        width: 1000px;
        margin: 0 auto -30px;
    }
    .cate li{
        width: 220px;
        width: -webkit-calc((100% - 90px) / 4);
        width: -moz-calc((100% - 90px) / 4);
        width: calc((100% - 90px) / 4);
        margin-bottom: 30px;
    }
    .cate li:not(:nth-child(4n)){
        margin-right: 30px;
    }
    .cate li a{
        padding: 20px 5px;
    }
    .cate li a img{
        width: 64px;
        margin-bottom: 10px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cate{
        padding: 0 30px 40px;
    }
    .cate ul{
        width: 100%;
        margin-bottom: -2%;
    }
    .cate li{
        width: 23.5%;
        width: -webkit-calc((100% - 6%) / 4);
        width: -moz-calc((100% - 6%) / 4);
        width: calc((100% - 6%) / 4);
        margin-bottom: 2%;
    }
    .cate li:not(:nth-child(4n)){
        margin-right: 2%;
    }
    .cate li a{
        padding: 15px 5px;
        font-size: 0.9em;
    }
    .cate li a img{
        width: 50px;
        margin-bottom: 5px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .cate{
        height: auto;
    }
    .cate li{
        width: 50%;
        background-color: #f3f3f3;
        border-bottom: 1px solid #c2c3c4;
    }
    .cate li:nth-child(2n){
        border-left: 1px solid #c2c3c4;
    }
    .cate li a{
        padding: 10px 5px;
        font-size: 0.85em;
    }
    .cate li a img{
        width: 34px;
        margin-bottom: 4px;
    }
}

/*-----------------------------------
リスト
-----------------------------------*/
section + section{
    padding-top: 0;
}
dl.list:last-child{
    border-bottom: 1px solid #333;
}
.list li a.disabled{
    pointer-events: none;
    color: #999;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    h2:after{
        width: 50px;
    }
    .area h2,
    .station h2{
        border-bottom: none;
        margin-bottom: 0;
    }
    .area h2:after,
    .station h2:after{
        content: none;
    }
    dl.list:last-child{
        border-bottom: none;
    }
}

/*-----------------------------------
adwalls
-----------------------------------*/
.adwalls {
  margin: 0 auto;
  text-align: center;
  padding-top: 85px;
}
.adwalls-adnum {
  padding: 0px 20px;
  margin-bottom: 15px;
}
.container p.adwalls-adnum-all {
  color: #ff9933;
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: bold;
  height: 65px;
  margin-bottom: 0px;
}
.adwalls-adnum-all span {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.adwalls-adnum-pn {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.adwalls-adnum-pn ul {
  display: flex;
  justify-content: space-around;
}
.adwalls-adnum-pn li {
  font-weight: bold;
  text-align: left;
}
.adwalls-adnum-pn span {
  color: #ff9933;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.adwalls-adnum-pn span.space {
  color: #000;
  padding-left: 14px;
}
.container p.sentence {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 10px;

}
.container p.sentence span {
  color: #ff9933;
  font-weight: bold;
}

.container p.adwalls-date {
  background-color: #fafafa;
  display: block;
  clear: both;
  margin-bottom: 0px;
  padding: 4px 0px;
  line-height: initial;
  font-size: 12px;
  font-weight: bold;
}

/*-----------------------------------
contact
-----------------------------------*/
.contact {
  margin: 0 auto;
  text-align: center;
}
.contact-wrap {
  background-color: #f3f3f3;
  padding: 20px;
}
.container p.contact-sentence {
  line-height: initial;
  margin-bottom: 0px;
}
.contact-tel {
  margin-bottom: 20px;
}
.contact-tel-number {
  height: 49px;
  margin-bottom: 10px;
}
.contact-tel-number a {
  background-image: url(/images/icon/tel_or.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  color: #ff9933;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 35px;
}
.contact-form-sentence {
  color: #fff;
}
.contact-li-box1 {
  background-color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  line-height: initial;
  padding-top: 4px;
  padding-bottom: 4px;
}
.contact-li-box2 {
  background-color: #87bb1e;
  border-radius: 5px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-li-box2:hover{
  opacity: 0.8;
}

.contact-li-box2 a{
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
}

.contact-li-box2 span {
  background-image: url(/images/icon/mail.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

/*-----------------------------------
about
-----------------------------------*/
.about p{
    margin-bottom: 0;
}

/*-----------------------------------
news
-----------------------------------*/
.news {
    padding-bottom: 50px;
}
.news li{
    position: relative;
    border-bottom: 1px solid #333;
}
.news li a{
    display: block;
    padding: 10px 5px;
    color: #333;
    text-decoration: none;
}
.news li a p{
    margin-bottom: 0;
}
.news li a p span{
    font-weight: bold;
}
.news li .cate-icon{
    position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    background: #ff9933;
    font-size: 0.8em;
    color: #FFF;
    text-align: center;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .news{
        margin-bottom: 50px;
        padding-bottom: 0;
    }
}

/*-----------------------------------
ban
-----------------------------------*/
.ban li:not(:last-child){
    margin-bottom: 20px;
}
.ban .guide a {
    display: block;
    padding: 12px;
    border: 1px solid #333;
    text-align: center;
    text-decoration: none;
}
.ban .guide .icon {
    padding-left: 38px;
    background-image: url(/images/icon/nav-megaphone.png);
    background-position: 50px center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .ban{
        padding-top: 85px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ban ul li{
        float: left;
        width: calc( (100% - 30px ) / 3 );
    }
    .ban ul li:not(:last-child) {
        margin-right: 15px;
    }
    .adwalls-adnum-pn {
      padding: 0 200px;
    }
    .ban .guide .icon {
        background-position: 30px center;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .ban{
        margin-top: 0;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .ban ul li{
        float: left;
        width: 49%;
        margin-bottom: 0;
    }
    .ban ul .published{
        margin-right: 1%;
    }
    .ban ul .post{
        margin-left: 1%;
    }
    .ban ul .guide{
        width: 100%;
    }
    .ban .guide a {
        padding: 8px;
        font-size: 0.8em;
    }
    .adwalls-adnum-pn {
      padding: 0 70px;
    }
    .contact-li-box1 {
      background-color: #fafafa;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.cate ul,
dl.list,
.list dd ul,
.ban ul{
    display: block;
    min-height: 1%;
}
.cate ul:after,
dl.list:after,
.list dd ul:after,
.ban ul:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
