/* 全体 */
* {
  box-sizing: border-box;
}

a:link {
  color: rgb(31, 126, 224);
}

a:visited {
  color: rgb(211, 1, 237);
}

a:hover {
  color: rgb(19, 226, 89);
}

a:active {
  color: rgb(56, 18, 79);
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #111;
}

/* ヘッダー */
header {
  position: relative;
  padding: 15px 0 0;
  background-color: #fff;
}

#tag_001 {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 5px;
}

header img {
  /* width: 60%; */
}

.nav-toggle {
  display: none;
}

.btn-burger {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  background: url("../images/bars_24.png") center center / 40px 40px no-repeat;
  cursor: pointer;
}

.nav-toggle:checked ~ .btn-burger {
  background: url("../images/icons8.png") center center / 40px 40px no-repeat;
}

.nav {
  padding-top: 10px;
  background: url("../images/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;
}


/* メインコンテンツ */
main {
  background-color: rgb(191, 242, 245);
  padding-bottom: 10px;
}



/* フッター */
footer {
  text-align: center;
  background-color: rgb(29, 36, 122);
}

#tag_007 {
  padding-top: 20px;
  margin-bottom: 20px;
}

#tag_008 {
  margin-bottom: 20px;
}


#tag_009 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#tag_009 p {
  margin-right: 15px;
}

#tag_009 a {
  color: #fff;
}

#tag_010 {
  padding-bottom: 20px;
}

#tag_010 small {
  font-size: 12px;
}


/* -------------------------------------
ホーム
------------------------------------- */
#tag_003 {
  text-align: center;
}

#tag_003 h1 {
  font-size: 35px;
  color: rgb(66, 51, 154);
  margin-bottom: 50px;
  padding-top: 50px;
}

section {
  max-width: 1000px;
  /* text-align: center; */
  /* margin-bottom: 50px; */
  margin: 50px auto;
}

section img {
  margin-bottom: 10px;
}

section h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.col {
  max-width: 300px;
}

.col a {
  pointer-events: none;
}

.col h2 {
  text-align: center;
}

/* -------------------------------------
営業案内
------------------------------------- */

#tag_011 h1,#tag_013 h1 {
  font-size: 35px;
  color: rgb(66, 51, 154);
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

#tag_012 {
  text-align: center;
  /* margin: 0 auto; */
}

#tag_012 ul {
  display: inline-block;
  list-style: disc;
  text-align: left;
  margin: 0 0 0 30px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 95%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

th,td {
  border: 1px solid #000;
  padding: 20px 15px;
}

thead {
  background-color: rgb(6, 13, 68);
  color: #fff;
}

tbody th {
  text-align: left;
  background-color: #fff;
}

tbody td {
  background-color: #fff;
}

/* -------------------------------------
お問い合わせ
------------------------------------- */
#tag_015 h1 {
  font-size: 35px;
  color: rgb(66, 51, 154);
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 10px;
}

.form-btn {
  margin: 30px 0;
  text-align: center;
}

input[type="text"],input[type="email"], textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  margin-left: auto;
  /* margin-right: ; */
}

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;
}

/* PC向け */
@media screen and (min-width: 600px) {

  /* ヘッダー */
  header {
    padding: 40px 0 0;
  }

  #tag_001 {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }

  .btn-burger {
    display: none;
  }

  .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;
  }


/* ホーム */
  .maincontent {
    display: flex;
    justify-content: space-between;
  }

  .col {
    -webkit-box-flex: 0;
    flex: 0 1 32%;
  }

  .col a {
    pointer-events: auto;
  }

/* お問い合わせ */

.form-group {
  display: flex;
  width: 80%;
  margin-bottom: 10px;
  text-align: center;
}

.form-label {
  flex: 0 0 12em;
  max-width: 12em;
  padding-top: 5px;
  margin: 0;
}

.form-col {
  flex: 0 0 100%;
}


}
