@charset "utf-8";
/* ベ－スのレイアウト */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-weight: normal;
  font-family: Dosis, Helvetica Neue, Helvetica, Arial, Verdana, Roboto, "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo UI, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  line-height: 1;
  background-color: white;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

html {
  font-size: 10px;
}

p {
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* 共通パ－ツのスタイル */

.section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #333333;
}

.section-title span {
  font-size: 18px;
  display: block;
  color: #004896;
  margin-bottom: 10px;
}

.btn a {
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 200px;
  text-align: center;
  background-color: #17bdab;
  color: #333333;
  border-radius: 20px;
}

.btn a:hover {
  background-color: #004896;
  color: #fff;
}

/* headerのスタイル */

.header-logo {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 60px;
  height: 60px;
}

.site-title {
  font-size: 38px;
  color: #004896;
  padding-left: 10px;
}

.header-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 50px auto;
}

.header-item {
  width: 160px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-right: 2px solid #aaa;
}

.header-item:last-child {
  border-right: none;
}

.header-item a {
  display: block;
}

/* mvのスタイル */

.mv {
  background-image: url(../img/top1.jpg), url(../img/top2.jpg);
  background-position: left 0px center, right 0px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%;
  height: 450px;
  text-align: center;
}


.mv-title {
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  padding-top: 100px;
  letter-spacing: .5em;
}

.mv p {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}

/* 下層ページ用のMVのスタイル */

.mv-secand {
  height: 250px;
  object-fit: cover;
}

/* itemのスタイル */

.item .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.item-list-box {
  display: flex;
  justify-content: space-between;
}

.item-list {
  max-width: 300px;
  width: 32%;
  box-shadow: 0px 3px 6px #00000029;
}

.item-img {
  position: relative;
}

.item-img-desc {
  display: block;
  font-size: 14px;
  width: 100px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #EC9C84;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

.item-list-title {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

.item-list p {
  font-size: 14px;
  padding: 0 10px 30px 10px;
  text-align: left;
}

/* newsのスタイル */

.news {
  max-width: 760px;
  width: 96%;
  margin: 0 auto;
}

.news .container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-list {
  display: flex;
  border-bottom: 1px dashed #c6c6c6;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.news .section-title {
  margin-bottom: 70px;
}

.news-list dt {
  margin-right: 30px;
  color: #aaaaaa;
  font-size: 16px;
}

.news-list dd {
  font-size: 18px;
}

.news-list dd a:hover {
  font-weight: bold;
  color: #004896;
}

/* footerのスタイル */

footer {
  padding: 60px 0 20px;
  background-color: #043670;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

.footer-inner {
  display: flex;
  width: 96%;
  max-width: 960px;
  margin: 0 auto 80px;
}

.footer-list {
  margin-right: 100px;
}

.footer-logo {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-tel {
  font-size: 16px;
  letter-spacing: .1em;
}

.footer-address {
  font-size: 16px;
}

.footer-nav {
  display: flex;
}

.footer-nav-list {
  margin-right: 100px;
}

.footer-nav-list li {
  font-size: 16px;
  margin-bottom: 25px;
}

.footer-nav-list li a:hover {
  text-decoration: underline;
}

.copylight {
  font-size: 12px;
  text-align: center;
}

/* ワンちゃんの謎のペ－ジのスタイル */

.item-section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.item-section-list {
  margin-top: 100px;
}

.item-section-item {
  display: flex;
  max-width: 900px;
  background-color: #013B74;
}

.item-section-img {
  width: 50%;
  max-width: 450px;
  height: 300px;
}

.item-section-img img {
  width: 450px;
  height: 300px;
}

.item-section-text {
  width: 50%;
  max-width: 450px;
  text-align: left;
  height: 300px;
}

.item-section-text-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.1em;
  color: #FFFFFF;
  margin-bottom: 50px;
  margin-top: 50px;
}

.item-section-text p {
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.1em;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.item-section-img {
  position: relative;
}

.item-section-img-desc {
  display: block;
  font-size: 14px;
  width: 100px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #EC9C84;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1025px) {
  .item-section .container {
    width: 80%;
  }
  .item-section .section-title {
    margin-bottom: 150px;
  }
  .item-section-item {
    width: 95%;
    height: 330px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .item-section-img {
    width: 50%;
    max-width: 50%;
  }
  .item-section img {
    width: 100%;
  }
  /* 奇数の要素のスタイル */
  .item-section-item:nth-child(odd) {
    margin-bottom: 200px;
  }
  .item-section-item:nth-child(odd) .item-section-text {
    margin-left: 50px;
    max-width: 400px;
  }
  .item-section-item:nth-child(odd) .item-section-img {
    position: relative;
  }
  .item-section-item:nth-child(odd) .item-section-img img {
    border: 5px solid #013B74;
    position: absolute;
    top: -70px;
    right: -70px;
  }
  .item-section-item:nth-child(odd) .item-section-img-desc {
    top: -70px;
    right: -70px;
  }
  /* 偶数の要素のスタイル */
  .item-section-item:nth-child(even) {
    flex-flow: row-reverse;
    margin-bottom: 200px;
  }
  .item-section-item:nth-child(even) .item-section-text {
    margin-right: 70px;
    max-width: 399px;
  }
  .item-section-item:nth-child(even) .item-section-img {
    position: relative;
  }
  .item-section-item:nth-child(even) .item-section-img img {
    border: 5px solid #013B74;
    position: absolute;
    top: -70px;
    left: -70px;
  }
  .item-section-item:nth-child(even) .item-section-img-desc {
    top: -70px;
    left: -70px;
  }
  .item-section-item:last-child {
    margin-bottom: 100px;
  }
}

/* お知らせのペ－ジのスタイル */

.news-section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.news-section table {
  width: 100%;
}

.news-section tr {
  border-top: 1px dashed #777777;
  border-bottom: 1px dashed #777777;
}

.news-section td {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.news-section td:nth-child(2) {
  text-align: left;
}

.news-section td a {
  display: block;
}

.news-section .new {
  display: inline-block;
  border: 1px solid #AE0009;
  margin-left: 20px;
}

.news-section .new a {
  color: #AE0009;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  width: 84px;
  height: 26px;
  text-align: center;
}

/* よくある質問ペ－ジのスタイル */

.qa-section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.qa-list {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.qa-list dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 3.5em;
  text-indent: -3.5em;
}

.qa-list dd {
  font-size: 16px;
  padding-left: 3.5em;
  text-indent: -3.5em;
}

.qa-list dt::before, .qa-list dd::before {
  font-weight: bold;
  display: inline-block;
  width: 37px;
  height: 37px;
  content: "Q";
  color: #fff;
  border-radius: 50%;
  background: #17bdab;
  text-align: center;
  line-height: 37px;
  margin-right: 20px;
  text-indent: -0.1em;
}

.qa-list dd::before {
  content: "A";
  background: #004896;
}

/* アクセスペ－ジのスタイル */

.access-section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.table-style {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 150px;
}

.table-style th {
  font-size: 20px;
  padding: 15px;
  text-align: center;
  background: #004896;
  color: #fff;
  border-bottom: 1px solid #aaa;
  letter-spacing: .5em;
}

.table-style td {
  text-align: left;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #aaa;
}

iframe {
  border: 3px solid #004896;
  margin-bottom: 30px;
}

/* お問い合わせペ－ジのスタイル */

.contact-section {
  width: 94%;
  max-width: 500px;
  margin: 0 auto;
}

.contact-section p {
  font-size: 18px;
  font-weight: bold;
}

.contact-section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.form-style {
  text-align: left;
  margin-top: 60px;
}

.form-list {
  margin-bottom: 30px;
}

.form-list p {
  font-weight: bold;
  margin-bottom: 5px;
}

.form-style input[type="text"], .form-style input[type="email"] {
  font-size: 16px;
  width: 100%;
  padding: 5px;
  border: 1px solid #aaa;
}

::placeholder {
  color: #cdd;
}

.form-style select {
  font-size: 16px;
  width: 50%;
  height: 35px;
  border: 1px solid #aaa;
}

.form-style textarea {
  width: 100%;
  border: 1px solid #aaa;
}

.form-style input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 15px;
  transition: all 0.3s;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #d016e0;
  margin-top: 100px;
  color: #ffffff;
}

.form-style input[type="submit"]:hover {
  background-color: #AE0009;
}

/* メディアクエリー */

@media screen and (min-width: 769px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* 共通パ－ツのスタイル */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title {
    font-size: 22px;
  }
  .section-title span {
    font-size: 16px;
  }
  .btn a {
    margin-top: 30px;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 160px;
  }
  /* headerのスタイル */
  .header-logo img {
    width: 50px;
    height: 50px;
  }
  .site-title {
    font-size: 25px;
    padding-left: 0px;
    margin-top: 8px;
  }
  /*  ハンバーガーメニュー  */
  .gnavbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    border-radius: 50%;
    background: #043670;
    z-index: 3;
  }
  .gnavbtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    margin-top: 5px;
    background: #fff;
  }
  .gnav ul {
    position: fixed;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    transform: translate(100%);
    background: rgba(255, 255, 255, .9);
    z-index: 2;
  }
  .show .gnav ul {
    transition: .6s;
    transform: translate(0);
  }
  .gnav li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    border: none;
  }
  .gnav li a:hover {
    color: #bb0c23;
  }
  .mv {
    margin-top: 70px;
    height: 120px;
    object-fit: cover;
  }
  .mv-title {
    font-size: 24px;
    color: #004896;
    padding-top: 150px;
    letter-spacing: 0;
  }
  .mv p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
  }
  /* itemのスタイル */
  .item .container {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .item-list-box {
    flex-direction: column;
  }
  .item-list {
    width: 100%;
    max-width: 780px;
    margin-bottom: 50px;
  }
  .item-img img {
    z-index: 1;
  }
  .item-list p {
    padding: 0 15px 30px 15px;
  }
  /* newsのスタイル */
  .news .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news-list dt {
    font-size: 12px;
  }
  .news-list dd {
    font-size: 14px;
  }
  /* footerのスタイル */
  .footer-inner {
    flex-direction: column;
    margin: 0 auto 40px;
  }
  .footer-list {
    margin-right: 0;
  }
  .footer-logo {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .footer-nav {
    justify-content: space-between;
  }
  .footer-nav-list {
    width: 49%;
    margin-top: 20px;
    margin-right: 0;
  }
  .footer-nav-list li {
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
  /* ワンちゃんの謎のペ－ジのスタイル */
  .item-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .item-section-item {
    flex-direction: column-reverse;
    max-width: 900px;
    margin-bottom: 40px;
  }
  .item-section-img {
    width: 100%;
    max-width: 900px;
    height: 250px;
  }
  .item-section-img img {
    width: 100%;
    height: 250px;
    z-index: 1;
    border: 5px solid #013B74;
  }
  .item-section-text {
    width: 100%;
    max-width: 900px;
    height: 220px;
  }
  .item-section-text-title {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .item-section-text p {
    width: 300px;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
  /* お知らせのペ－ジのスタイル */
  .news-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news-section td {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-section .new {
    margin-left: 0px;
    margin-top: 5px;
  }
  .news-section .new a {
    font-size: 12px;
    line-height: 15px;
    width: 70px;
    height: 15px;
    text-align: center;
  }
  .news-section td:nth-child(2) {
    padding-left: 10px;
    font-size: 16px;
  }
  /* よくある質問ペ－ジのスタイル */
  .qa-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .qa-list dt {
    font-size: 16px;
  }
  .qa-list dd {
    font-size: 14px;
    padding-left: 4.0em;
    text-indent: -4.0em;
  }
  /* アクセスペ－ジのスタイル */
  .access-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .table-style {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .table-style th {
    font-size: 16px;
    width: 30%;
  }
  .table-style td {
    font-size: 12px;
  }
  /* お問い合わせペ－ジのスタイル */
  .contact-section p {
    font-size: 14px;
    font-weight: bold;
  }
}