@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
}

/* ==================== ヘッダ ==================== */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 24;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(30,30,80,.3);
}

#header-inner {
  padding: 8px 10px;
}

#header-inner:after {
  content: "";
  display: block;
  clear: both;
}

/* サイト名 */

.site {
  float: left;
}

.site h1 a img {
  vertical-align: text-bottom;
}

.site h1 a:hover {
  opacity: 0.5;
}

/* ナビゲーション・ドロワー */

#nav-drawer {
  float: right;
  position: relative;
  top: 8px;
  right: 10px;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  height: 32px;
  width: 30px;
  vertical-align: middle;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 4px;
  width: 28px;
  border-radius: 4px;
  background: #555555;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -10px;
}

#nav-open span:after {
  bottom: -20px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 260px;
  height: 100%;
  background: #ffffff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-content ul {
  list-style-type: none;
}

#nav-content li {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #aaaaaa;
}

#nav-content li a {
  display: block;
  border-left: solid 5px #ffffff;
  padding: 10px;
  text-decoration: none;
  color: #555555;
}

#nav-content li a:hover {
  border-left: solid 5px #5c9aa1;
  background-color: #aaffcc;
}

#nav-content .menu-devider {
  padding-left: 5px;
  color: #ffffff;
  background-color: #5c9aa1;
}

/* ==================== フッタ ==================== */

footer {
  border-top: solid 1px #dddddd;
}

#footer-inner {
  padding: 15px 0px;
  text-align: center;
}

/* ==================== サイドバー ==================== */

aside {
  margin-top: 20px;
}

.order-area {
  margin-bottom: 20px;
}

.order-area a:hover {
  opacity: 0.5;
}

.menu {
  margin-bottom: 20px;
}

.menu h3 {
  margin-bottom: 10px;
  border-bottom: dotted 2px #dddddd;
  color: #666666;
  font-size: 1.1em;
}

.menu ul {
  list-style: none;
}

.menu li a {
  display: block;
  padding: 5px;
  color: #000000;
  text-decoration: none;
}

.menu li a:hover {
  background-color: #eeeeee;
}

.menu i {
  margin-right: 5px;
  color: #888888;
}

/* ==================== メイン ==================== */

.main {
  padding: 70px 10px 0px 10px;
}

/* ==================== 記事 ==================== */

.article {
  padding-top: 20px;
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article-1 .ysf-title {
  margin-bottom: 20px;
}

.article-1 h2 {
  margin-bottom: 20px;
  border-left: solid 10px #ee7733;
  padding: 5px 10px;
  font-size: 1.6em;
  background-color: #eeeeee;
}

.article-1 h3 {
  clear: both;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: solid 10px #7cbac1;
  padding-left: 10px;
  font-size: 1.4em;
  font-weight: normal;
  color: #5c9aa1;
}

.article-1 h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: normal;
  color: #5c9aa1;
}

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

.article-1 p {
  margin: 20px 0px;
}

.article-info {
  margin-top: -10px;
  margin-bottom: 20px;
}

.article-info i {
  margin-right: 5px;
  color: #aaaaaa;
  font-size: 1.2em;
}

/* ==================== 記事 ==================== */

.article-2 .section {
  margin-bottom: 20px;
  border-bottom: dotted 1px #555555;
  padding-bottom: 20px;
}

.article-2 .section:after {
  content: "";
  display: block;
  clear: both;
}

.article-2 h2 {
  margin-bottom: 20px;
  border-left: solid 10px #ee7733;
  padding: 5px 10px;
  font-size: 1.6em;
  background-color: #eeeeee;
}

.article-2 h3 {
  padding-left: 10px;
  font-size: 1.4em;
  font-weight: normal;
  color: #ffffff;
  background-color: #5c9aa1;
}

.article-2 h4 {
  font-size: 1.2em;
  font-weight: normal;
  color: #5c9aa1;
}

.article-2 img {
  float: left;
  margin-right: 20px;
  max-width: 50%;
  height: auto;
}

.article-2 p {
  margin: 10px 0px;
}

.article-info {
  margin-top: -10px;
  margin-bottom: 20px;
}

.article-info i {
  margin-right: 5px;
  color: #aaaaaa;
  font-size: 1.2em;
}

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

.index ul {
  list-style: none;
}

.index ul:after {
  content: "";
  display: block;
  clear: both;
}

.index li {
  float: left;
}

.index li a {
  display: block;
  border: solid 1px #555555;
  padding: 5px 0px 5px 10px;
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
}

.index li a:hover {
  background-color: #dddddd;
}

.index li a img {
  margin-right: 10px;
  vertical-align: middle;
}

/* ==================== SNSのシェアボタン ==================== */

.share {
  margin-top: 40px;
}

.share ul {
  list-style: none;
}

.share li a {
  display: block;
  padding: 10px 5px;
  color: #ffffff;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
}

.share li a:hover {
  opacity: 0.8;
}

.share ul:after {
  content: "";
  display: block;
  clear: both;
}

.share li {
  float: left;
  width: 33.3333%;
}

.share i {
  margin-right: 5px;
  font-size: 1.2em;
}

.share-tw {
  background-color: #55acee;
}

.share-fb {
  background-color: #3b5998;
}

.share-gp {
  background-color: #dd4b39;
}

/* ==================== コンテンツ ==================== */

.tbl-1 table {
  border-collapse: collapse;
}

.tbl-1 th,
.tbl-1 td {
  border-style: dotted;
  border-width: 1px 0px;
  border-color: #999999;
  padding: 3px 10px;
}

.tbl-1 th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #ccffdd;
}

.paragraph2:after {
  content: "";
  display: block; 
  clear: both;
}

.para2-1,
.para2-2 {
  float: left;
}

.txt-box {
  padding-left: 10px;
}

.to_breed a {
  padding: 5px 20px;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #559977;
}

.to_breed a:hover {
  opacity: 0.8;
}

.outside_link a {
  padding: 5px 20px;
  border-radius: 4px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  background-color: #559977;
}

.outside_link a:hover {
  opacity: 0.8;
}

.attention {
  color: #ff0000;
}

.image-right:after {
  content: "";
  display: block;
  clear: both;
}

.image-right img {
  margin-bottom: 10px;
}

.image-right-box {
  margin-bottom: 10px;
}

.voice-box {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  padding: 10px;
}

.voice-box:after {
  content: "";
  display: block;
  clear: both;
}

.voice-box img {
  float: left;
  margin-right: 10px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}

/* ==================== 予約フォーム ==================== */

.form-line {
  border-bottom: solid 1px #cccccc;
  padding: 10px 5px;
}

.form-line:after {
  content: "";
  display: block;
  clear: both;
}

.form-label {
  float: left;
  margin: 5px 0px;
  width: 8em;
}

.form-item {
  float: left;
  width: calc(100% - 8em - 10px);
}

.form-item-check {
  float: left;
  margin: 5px 0px;
  width: calc(100% - 8em - 10px);
}

.form-item input,
.form-item select,
.form-item textarea {
  border: solid 1px #eeeeee;
  padding: 2px;
  font-size: 1.2em;
}

.form-item input::placeholder {
  color: #aaaaaa;
}

.form-item input[type="submit"] {
  border: solid 1px #555555;
  border-radius: 10px;
  padding: 5px 10px;
}

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

.form-item p {
  margin: 0px;
}

.form-item hr {
  margin: 5px 0px;
  border: none;
  height: 1px;
  background-color: #cccccc;
}

/* ==================== 画面サイズ別 599px以下 ==================== */

@media (max-width: 599px) {

  header {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .article {
    padding-top: 25px;
  }

  .site h1 {
    font-size: 1.5em;
  }

  .site img {
    width: 200px;
    height: 30px;
  }

  .index li {
    margin: 5px 0px;
    width: 100%;
  }

  .article-1 h2 {
    font-size: 1.6em;
  }

  .share span {
    display: inline-block;
    text-indent: -9999px;
  }

}

/* ==================== 画面サイズ別 600px～767px ==================== */

@media (min-width: 600px) and (max-width: 767px) {

}

/* ==================== 画面サイズ別 768px以上 ==================== */

@media (min-width: 768px) {

  #nav-drawer {
    display: none;
  }

  .main:after {
    content: "";
    display: block;
    clear: both;
  }

  .article {
    float: left;
    padding-right: 50px;
    width: 72%;
  }

  aside {
    float: left;
    width: 28%;
  }

  .index li {
    margin: 5px 1%;
    width: 48%;
  }

  .image-right img {
    float: right;
    margin-left: 10px;
  }

  .image-right-box {
    float: right;
    margin-left: 10px;
  }

}

/* ==================== 画面サイズ別 1040px以上 ==================== */

@media (min-width: 1040px) {

  #header-inner,
  .main,
  #footer-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  #nav-drawer {
    display: none;
  }

}
