@charset "UTF-8";

body{
    font-size:15px;
    border-top: 10px solid #79a1b1;
}
a{
    text-decoration: none;
    color:#333;
}
.logo{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.logo img{
    display: inline-block;
    width:100px;
    height: auto;
    margin-bottom: 5px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.header ul{
    display: flex;
    margin-bottom: 30px;
}
.header ul li{
    width: 240px;
    text-align: center;
    list-style: none;
    border-right:1px solid #ddd;
}
.header ul li :first-child{
    border-left:1px solid #ddd;
}
.header ul li a{
    display: block;
}
.header_img{
    text-align: center;
    margin-bottom: 50px;
}
.header_img img{
    display:inline-block;
    width:1200px;
    height: auto;
    margin-bottom: 50px;
}

.news_section h2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}
.news_section table{
    width:100%;
    margin-bottom: 70px;
}
.news_section th{
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding-bottom: 20px;
    padding-top: 20px;
    width:15%;
}
.news_section td{
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding-bottom: 20px;
    padding-top: 20px;
    width:85%;
}



.container_service .service_block{
    display: flex;
    justify-content: space-evenly;
}



.container_service .service{
    width: 350px;
    text-align: center;
    margin-bottom: 100px;
    place-items: end center;
}

.container_service h2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}
.container_service .service img{
    margin-bottom: 25px;
    width: 150px;
    height: 150px;
}
.container_service .service .ttl{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}
.container_service .service .explain{
    margin-bottom: 25px;
}
.container_service .service a{
    background: #79a1b1;
    color:#fff;
    padding:15px 20px 12px;
}


.time_gairai{
    float: left;
}
.time iframe{
    float:right;
}
.time h2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}

.biz-hour {
    display: block;
    border-collapse: collapse;
    margin-bottom: 30px;
  }
  
  .biz-hour th {
    border-bottom: 2px solid #79a1b1;
  }
  
  .biz-hour th, .biz-hour td {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 2px solid #79a1b1;
  }
  
  .biz-hour th {
    font-weight: normal;
  }
  
  .biz-hour th.sat {
    color: #3db2da;
  }
  
  .biz-hour th.sun {
    color: #e66a6a;
  }

.time p{
    font-size: 15px;
    margin-bottom: 10px;
}
.time .stay h3{
    color: #79a1b1;
    font-size:30px;
    margin-top: 100px;
}
.time .stay .adress{
    font-size:20px;
    line-height: 1.5;
}
.time .stay .tel{
    font-size:20px;
    line-height: 1.0;
}

.footer{
    padding-top: 50px;
    clear: both;
}
.footer p{
    text-align: center;
    background-color: #79a1b1;
    color: #fff;
    font-size:12px;
}

