@import url('https://fonts.googleapis.com/css?family=Oswald');
/*font-family: 'Oswald', sans-serif;*/
.header{
  margin-top: 10px;
}
.head-sub{
  font-size: 1rem;
}
.title-img{
  background: url(images/title_img.jpg);
  padding: 3rem;
}
.title-img h1{
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
}
.title-img p{
  text-align: center;
}

.main-1col{
  width: 100%;
}
/* ///////////// main /////////////*/
.content-title{
  font-size: 1.5rem;
  font-weight: bold;
}
.topics-1{
  margin: 24px auto;
}
.topics-text-1{
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 767px) {
  .topics-1{
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
  }
  .topics-text-1{
    width: 48%;
  }
  .topics-img{
    width: 48%;
  }
}
@media (min-width: 991px) {
  .topics-1 p{
    font-size: 1rem;
  }
}

/* ///////////// footer /////////////*/
.footer p,ul{
  font-size: 0.75rem;
}
ul.footer-nav-list{
  display: flex;
  justify-content: center;
  margin: 1rem;
}
ul.footer-nav-list li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-right: solid 1px #aaa;
}
ul.footer-nav-list li:last-child{
  border-right: none;
}
ul.footer-nav-list li a{
  color: #fff;
}
@media (min-width: 767px) {
  .information{
    display: flex;
  }
  .info-map{
    width: 50%;
  }
  .info-text{
    margin-left: 1rem;
  }
  .info-text p{
    font-size: 0.875rem;
  }
  .copyright{
    font-size: 0.75rem;
    line-height: 1;
  }
  .footer p,ul{
    font-size: 0.875rem;
  }
}
@media (min-width: 991px) {
  .info-text p{
    font-size: 1rem;
  }
}

/* ///////////// side /////////////*/
.side{
  display: none; /* サイドカラム非表示 */
}

@media (min-width: 767px) {


  .side{
    display: block; /* サイドカラム表示 */
  }

}

/* ///////////// 営業時間 ///////////// */
/*table.business-hours tr:nth-child(2n+1) {
  background: #ddd;
}*/
.head3{
  border-left: solid 5px #7db4e6;
  padding: 0 10px;
}
.business-hours-tablebox{
  overflow-x: scroll;
  text-align: center;
  margin-bottom: 32px;
}
table.business-hours td{
  padding: 0 1rem;
}
table.business-hours-2{
  font-size: 14px;
  border: solid 2px #ddd;
}
table.business-hours-2 tr{
    border-bottom: solid 2px #ddd;
}
tr.t-date td{
  font-weight: bold;
  border-bottom: double 1px #ddd;
  background: #efefef;
}
table.business-hours-2 th,table.business-hours-2 td{
  width: 10rem;
  padding: 0.5rem;
  border: solid 1px #ddd;
  line-height: 1.3;
}
table.business-hours-2 th{
  background: #efefef;
}
td.t-holiday{
  font-weight: bold;
  color: red;
}
@media (min-width: 480px) {
  .business-hours-tablebox{
    overflow-x: scroll;
  }
  table.business-hours-2{
    font-size: 16px;
  }
}
@media (min-width: 678px) {
  .business-hours-tablebox{
    overflow-x: hidden;
  }
}
.business-hours-2-main{
  width: 100%;
  margin-bottom: 42px;
}