@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.2rem;
  font-weight: bold;
}
.topics-1{
  display: flex;
  flex-direction: column;
  margin: 24px 0;
  font-size: 14px;
}
.topics-tn-1{
  box-sizing: border-box;
  width: 80%;
  margin: auto; 
  margin-bottom: 24px; 
}
.topics-text-1{
  box-sizing: border-box;
  width: 100%;
  padding: 0 5%;
}
.topics-2{
  display: -webkit-flex; 
  display: flex;
  margin-bottom: 24px;
}
.topics-tn-2{
  width: 15%;
}
.topics-text-2{
  width: 85%;
  margin-left: 1rem;
}
.topics-2 p{
  font-size: 0.875rem;
}
ul.time-table{
  border-radius: 5px;
  background: #eee;
  padding: 1rem 2rem;
  margin: 24px auto;
}
ul.time-table li{
  border-bottom: solid 1px #fff;
  margin-bottom: 0.5rem;
}
ul.time-table .alphabet{
  font-weight: bold;
  margin-right: 1rem;
}
/*head3*/
.head3{
  border-left: solid 5px #7db4e6;
  padding: 5px;
}
@media (min-width: 767px) {
  .content-title{
    font-size: 1.5rem;
  }
  .topics-1{
    display: flex;
    margin: 24px 0;
  }
  .title_img{
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 991px) {
  .topics-1 p{
    font-size: 1rem;
  }
  .topics-2 p{
    font-size: 1rem;
  }
}

/* ///////////// 予約 /////////////*/
.reservation-btn{
  display: -webkit-flex; 
  display: flex;
  justify-content: center; /*センター揃え*/
}
.square_btn{
  width: 80%;
  background: #668ad8;/*ボタン色*/
}
p.reservation{
  border: solid 2px #aaa;
  padding: 0.5rem;
  font-weight: bold;
}
.info-map{
  width: 100%;
  margin-bottom: 1rem;
}
.info-text p{
  font-size: 0.875rem;
}
@media (min-width: 767px) {
  .information{
    display: flex;
  }
  .info-map{
    width: 50%;
  }
  .info-text{
    margin-left: 1rem;
  }
  .info-text p{
    font-size: 0.875rem;
  }
}
/* ///////////// 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;
}*/
.business-hours-tablebox{
  width: 325px;
  overflow-x: scroll;
}
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{
    width: 420px;
    overflow-x: scroll;
  }
  table.business-hours-2{
    font-size: 16px;
  }
}
@media (min-width: 678px) {
  .business-hours-tablebox{
    width: 678px;
    overflow-x: hidden;
  }
}