@charset "UTF-8";

* { box-sizing: border-box;}

/* body全体の初期スタイル調整 */
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #111;
    background-color: #eff9fd;
  }
  
  /* 各要素の初期スタイル調整 */
  h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  
  a {
    color: #032559;
    text-decoration: none;
  }
  a:hover {
    color: #032559;
    text-decoration: underline;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1em;
  }
  ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }
  figure {
    margin: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  address {
    font-style: normal;
  }
  /* ---------- 初期スタイル調整 ここまで ---------- */
  
  

.header {
    position: relative;
    padding: 15px 0 0;
    background-color: #fff;
}

.logo {
    width: 140px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.nav-toggle {
    display: none;
}

.btn-burger {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 44px;
    height: 44px;
    background: url("../img/burger.svg") center center / 35px 20px no-repeat;
    cursor: pointer;
}

.nav-toggle:checked ~ .btn-burger {
    background : url("../img/close.svg") center center / 26px 26px no-repeat;
}

.nav {
    padding-top: 10px;
    background : url("../img/nav_bg.png") center center / cover no-repeat;
}
.nav-list {
    display: none;
    margin: 0;
    padding-bottom: 10px;
}
.nav-list li {
    margin: 0;
    padding: 10px;
}
.nav-list a {
    display: block;
    color: #fff;
}

.nav-toggle:checked ~ .nav .nav-list {
    display: block;
}



.section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 10px;
}

.heading-section {
    text-align: center;
    margin-top: 20px;
}

.heading-topic {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #032559;
}




.footer {
    padding : 40px 0 30px;
    color : #032559;
    text-align: center;
    background : url("../img/footer_bg.png") center center / cover no-repeat;
}
.footer-logo {
    margin-bottom : 10px;
}
.footer-address {
    margin : 10px 0;
}
.footer-sns {
    margin: 20px 0;
    text-align : center;
}
.footer-sns a {
    display : inline-block;
    margin : 0 5px;
}
.footer-sns img {
    vertical-align : middle;
}

.copyright {
    margin: 0;
}
.copyright samll {
    font-size: 11px;
}



/* --------------------------------------------------
  トップページ
-------------------------------------------------- */



.top {
    height: 200px;
    margin-bottom: 50px;
    background: url("../img/top.jpg") center bottom / cover no-repeat;
}

.col {
    max-width: 300px;
    margin: 0 auto 50px;
}
.col-image {
    margin-bottom: 10px;
}
.col p {
    margin-bottom: 0;
}

.open-time {
    text-align: center;
}
.open-time-list {
    display: inline-block;
    margin: 0 0 30px;
    list-style: disc;
    text-align: left;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
.price-table thead {
    color: #fff;
    background-color: #4184e2;
}
.price-table th, .price-table td {
    padding: 20px 15px;
    font-weight: 500;
    border: 1px solid #707070;
}
.price-table tbody th {
    text-align: left;
    background-color: #fff;
}

.form-group {
    margin-bottom: 20px;
}
.form-label {
    display: block;
    margin-bottom: 10px;
    color: #032559;
}
.form-btn {
    margin: 30px 0;
    text-align: center;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #999;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #032559;
    outline: none;
}

button[type="submit"] {
    background: none;
    border: none;
    cursor: pointer;
}
button[type="submit"]:hover {
    opacity: 0.65;
}


@media screen and (min-width: 768px) {
.header {
    padding: 40px 0 0;
}
.logo {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}

.btn-burger {
    display: none;
}

.nav {
    padding: 40px 0;
}
.nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.nav-list li {
    flex: 0 1 auto;
    padding: 0 20px;
    line-height: 1;
    border-right: 1px solid #fff;
}

.nav-list li:first-child {
    border-left: 1px solid #fff;
}
.nav-toggle:checked ~ .nav .nav-list {
    display: flex;
}

.footer {
    padding: 50px 0 20px;
}
.footer-sns {
    margin: 30px 0;
}

.section {
    margin-bottom: 100px;
}
.heading-section {
    margin-bottom: 50px;
}

.top {
    height: 378px;
    margin-bottom: 70px;
}
.row {
    display: flex;
    justify-content: space-between;
}
.col {
    flex: 0 1 32%;
    margin: 0;
}

.price-table {
    font-size: 16px;
}
.price-table th, .price-table td {
    padding: 20px;
}

.form-group {
    display: flex;
    max-width: 800px;
    margin-bottom: 10px;
}
.form-label {
    flex: 0 0 12em;
    max-width: 12em;
    margin: 0;
    padding-top: 5px;
}
.form-col {
    flex: 0 1 100%;
}







}
