@charset "utf-8";

/** ------------------------------------------------------------
 * 共通
 */
html {
  overflow-y: scroll;
}

body {
  min-width: 1050px;
  line-height: 1.5;
  color: #5c370c;
  background-color: #fff;
  font-size: 16px;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  overflow: hidden;
}

a {
  color: #ff8094;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

a:hover img {
  opacity: 0.8;
}

img {
  vertical-align: top;
}

/** ------------------------------------------------------------
 * header
 */
.header {
  position: relative;
  min-width: 900px;
}

/* top専用 */
.header--index {
  height: 100vh;
  min-height: 650px;
  background: url("/images/pc/index/header/mainImage.jpg") no-repeat 50% 0 fixed;
}

@media only screen and (min-width: 1200px) {
  .header--index {
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
}

.header--index::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 340px;
  background: url("/images/pc/index/header/cover.png") no-repeat 50% 100%;
}

@media only screen and (min-width: 1920px) {
  .header--index::before {
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
  }
}

.header__wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: 100%;
}

.logo {
  margin: 75px 0 50px 50px;
  width: 270px;
}

/* top専用 */
.logo--index {
  margin: 0 auto;
  padding-left: 45px;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 115px;
  left: 0;
  width: auto;
}

.catchCopy {
  margin: auto;
  padding-right: 130px;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
}

.headerSeal {
  position: absolute;
  z-index: 12;
  right: -68px;
  bottom: -30px;
}

/** ------------------------------
 * nav
 */
.headerNav {
  position: absolute;
  right: 85px;
  bottom: 73px;
}

.headerNav__wrap {
  display: table;
  line-height: 1.0;
}

/* top専用 */
.headerNav--index {
  right: auto;
  bottom: 63px;
  width: 100%;
  z-index: 11;
}

.headerNav__wrap--index {
  margin: 0 auto;
}

.headerNav__item {
  float: left;
}

.headerNav__item + .headerNav__item {
  padding-left: 17px;
}

.headerNav__item a {
  padding: 10px;
  position: relative;
  display: block;
  background: no-repeat 0 0;
}

.headerNav__item a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

.headerNav__item a:hover::before {
  opacity: 1;
}

.headerNav__item a:hover img {
  opacity: 0;
}

.headerNav__item--concept a::before {
  background-image: url("/images/pc/common/header/nav/concept_on.png");
}

.headerNav__item--cat a::before {
  background-image: url("/images/pc/common/header/nav/cat_on.png");
}

.headerNav__item--system a::before {
  background-image: url("/images/pc/common/header/nav/system_on.png");
}

.headerNav__item--rule a::before {
  background-image: url("/images/pc/common/header/nav/rule_on.png");
}

.headerNav__item--access a::before {
  background-image: url("/images/pc/common/header/nav/access_on.png");
}

.headerNav__item--recruit a::before {
  background-image: url("/images/pc/common/header/nav/recruit_on.png");
}

/** ------------------------------
 * SNS
 */
.headerSNS {
  position: absolute;
  top: 20px;
  right: 0;
}

.headerSNS__wrap {
  margin: 0 auto;
  display: table;
}

.headerSNS__item {
  float: left;
}

.headerSNS__item + .headerSNS__item {
  padding-left: 20px;
}

/** ------------------------------------------------------------
 * section
 */
.sectionInner {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

.sectionTitle {
  margin-bottom: 21px;
}

.sectionTitle__main,
.sectionTitle__sub {
  display: inline-block;
  vertical-align: middle;
}

.sectionTitle__sub {
  margin-left: 35px;
  color: #fff;
  font-weight: bold;
}

/** ------------------------------------------------------------
 * #concept
 */
#concept {
  background: url("/images/pc/index/concept/bg3.png") no-repeat 50% 0, url("/images/pc/index/concept/bg2.png") no-repeat 50% 0, #9abf42 url("/images/pc/index/concept/bg.png") repeat 50% 0;
}

#concept .sectionInner {
  height: 1554px;
}

#concept .sectionInner::after {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 0;
  display: block;
  width: 784px;
  height: 402px;
  background: url("/images/pc/index/concept/deco.png") no-repeat 0 0;
}

#concept .sectionInner::before {
  content: "";
  position: absolute;
  right: -73px;
  top: 768px;
  z-index: 12;
  display: block;
  width: 165px;
  height: 130px;
  background: url("/images/pc/index/concept/cloud.png") no-repeat 0 0;
}

/** ------------------------------
 * タイトルと吹き出し
 */
.conceptTitle {
  padding-top: 63px;
}

.conceptMessage1 {
  position: absolute;
  top: 204px;
  left: 50px;
  z-index: 3;
}

.conceptMessage2 {
  position: absolute;
  right: -64px;
  bottom: 400px;
  z-index: 4;
}

/** ------------------------------
 * ツイッター
 */
.staffTwitter {
  position: absolute;
  right: 39px;
  bottom: 48px;
  z-index: 10;
  width: 240px;
  text-align: center;
}

.staffTwitter__message {
  padding-left: 10px;
  text-align: center;
}

.staffTwitter a {
  margin: 12px 0 3px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  width: 236px;
  height: 236px;
  display: block;
  position: relative;

  background: url("/images/common/logo.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

/** ------------------------------
 * スライド
 */
.mainSlide {
  padding: 12px;
  position: absolute;
  right: -142px;
  top: 99px;
  z-index: 2;
  width: 774px;
  height: 774px;
  background: url("/images/pc/index/concept/mainSlide/bg.png") no-repeat 50% 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.bx-viewport {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 2000px;
     -moz-border-radius: 2000px;
          border-radius: 2000px;
  overflow: hidden;
  background: transparent;
}

.mainSlide img {
  width: 100%;
  height: 100%;
}

.subSlide {
  padding: 12px;
  -webkit-border-radius: 1000px;
     -moz-border-radius: 1000px;
          border-radius: 1000px;
  position: absolute;
  left: -53px;
  top: 556px;
  z-index: 1;
  width: 567px;
  height: 567px;
  background: url("/images/pc/index/concept/subSlide/bg.png") no-repeat 50% 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.subSlide img {
  width: 100%;
  height: 100%;
}

/* pager */
.bx-pager {
  position: absolute;
  top: -90px;
}

/** ------------------------------------------------------------
 * #calendar
 */
#calendar {
  padding: 50px 0;
  min-width: 1000px;
  background: url(/images/pc/common/under/bg.png) repeat 50% 0;
}

#calendar h2 {
  margin-bottom: 20px;
}

/** ------------------------------------------------------------
 * #cat
 */
#cat {
  padding: 100px 0 0;
  min-width: 1000px;
  background: #faecab url("/images/pc/index/cat/bg.png") repeat 50% 0;
}

.catList {
  margin: 0 -5px 0 -40px;
}

.catList::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.catList__item {
  margin-bottom: 77px;
  padding-left: 35px;
  position: relative;
  float: left;
  width: 225px;
}

.cat__name {
  margin: 233px 30px 0;
  padding: 0 18px;
  -webkit-border-radius: 1.8em;
     -moz-border-radius: 1.8em;
          border-radius: 1.8em;
  position: relative;
  line-height: 1.8;
  color: #fff;
  background-color: #5c370c;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catList__item.green .cat__name {
  background-color: #0d8046;
}
.catList__item.orange  .cat__name {
  background-color: #ff9c32;
}
.catList__item.yerrow  .cat__name {
  background-color: #ffc100;
}
.catList__item.pink  .cat__name {
  background-color: #ff8094;
}

.cat__name::before,
.cat__name::after {
  content: "";
  margin: auto 0;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.cat__name::before {
  right: 9px;
}

.cat__name::after {
  left: 9px;
}

.cat__image img,
.cat__detail {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 6px solid #fff;
  width: 225px;
  height: 225px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.catList__item.green .cat__image img,
.catList__item.green .cat__detail {
  border-color: #0d8046;
}
.catList__item.orange  .cat__image img,
.catList__item.orange .cat__detail {
  border-color: #ff9c32;
}
.catList__item.yerrow  .cat__image img,
.catList__item.yerrow .cat__detail {
  border-color: #ffc100;
}
.catList__item.pink  .cat__image img,
.catList__item.pink .cat__detail {
  border-color: #ff8094;
}

.cat__detail {
  padding: 45px 10px 10px;
  color: #fff;
  background-color: rgba(25,14,0,0.8);
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

.cat__detail:hover {
  opacity: 1;
}

.cat__detail dt::before {
  margin-right: 3px;
  content: "[";
}

.cat__detail dt::after {
  margin-left: 3px;
  content: "]";
}

/* デコ画像 */
.cat__deco {
  margin-top: 35px;
  padding-right: 35px;
  float: right;
  position: relative;
}

.catList .catList__item:nth-child(4n) + .cat__deco {
  margin-top: -50px;
}

/** ------------------------------------------------------------
 * #system
 */
#system {
  padding: 100px 0;
  background: url("/images/pc/index/system/bg2.png") repeat-y 50% 0, url("/images/pc/index/system/bg.png") repeat 50% 0;
}

.systemDetail {
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.systemDetail::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.systemDetail__main,
.systemDetail__sub {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.systemDetail__main::before,
.systemDetail__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 30px;
  right: 30px;
  height: 39px;
  background: url("/images/pc/index/system/looseLeaf.png") repeat-x 50% 0;
}

.systemDetail__main {
  padding: 86px 70px;
  width: 514px;
  min-height: 681px;
  float: left;
}

.systemDetail__main::before {
  position: absolute;
}

.systemDetail__sub {
  padding: 86px 52px 34px;
  width: 440px;
  min-height: 681px;
  float: right;
}

.systemDetail p {
  font-size: 14px;
}

.systemDetail__itemName {
  margin: 20px 0;
}

.systemDetail__tax {
  margin-top: 52px;
  margin-left: -40px;
  margin-bottom: -60px;
}

/* デコ画像 */
.system__deco {
  position: absolute;
  left: 222px;
  bottom: -100px;
}

/** ------------------------------------------------------------
 * #rule
 */
#rule {
  padding: 100px 0 440px;
  background: url("/images/pc/common/under/bg.png") repeat 50% 0;
}

#rule .sectionTitle__sub {
  color: #5c370c;
}

.ruleList {
  padding: 35px 67px 0;
}

.ruleList::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.ruleList__item {
  margin-bottom: 76px;
  float: left;
  width: 33.33%;
}

.ruleList__item:last-of-type {
  margin-top: -26px;
}

.ruleMessage {
  text-align: center;
}

/** ------------------------------------------------------------
 * モーダルウィンドウ
 */
.window {
  margin: 0 auto;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 100px 99px 95px;
  -webkit-box-shadow: 1px 1px 26px rgba(92,55,12,0.7);
     -moz-box-shadow: 1px 1px 26px rgba(92,55,12,0.7);
          box-shadow: 1px 1px 26px rgba(92,55,12,0.7);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 745px;
  background-color: #fff;
}

.windowTitle {
  margin-bottom: 60px;
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
  font-weight: bold;
}

.remodalClose {
  border: none;
  position: absolute;
  top: 38px;
  right: 38px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

.remodalClose:hover {
  opacity: 0.7;
}

.modalBg {
  background-color: transparent !important;
}

/** ------------------------------
 * Q&A
 */
.qaList {
  position: relative;
  line-height: 1.7;
}

.qaList__a::before {
  margin-right: 10px;
  content: url("/images/pc/index/system/qa/A.png");
  display: inline-block;
  vertical-align: middle;
}

.qaList__q::before {
  margin-right: 10px;
  content: url("/images/pc/index/system/qa/Q.png");
  display: inline-block;
  vertical-align: middle;
}

.qaList__q span,
.qaList__a span {
  display: inline-block;
  vertical-align: middle;
  width: 454px;
}

.qaList__a + .qaList__q {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dotted #5c370c;
}

.qaList__q {
  font-size: 20px;
  font-weight: bold;
}

.qaList__a {
  margin-top: 30px;
}

/** ------------------------------
 * その他のルール
 */
.otherRuleList li {
  padding-left: 17px;
  position: relative;
  line-height: 1.7;
}

.otherRuleList li::before {
  content: "";
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #5c370c;
}

.otherRuleList li + li {
  margin-top: 28px;
}

/** ------------------------------
 * 第１種動物取扱業者標識
 */
.lawList:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.lawList dd + dt,
.lawList dd {
  margin-bottom: 28px;
}

.lawList dt {
  float: left;
  width: 12.6em;
}

.lawList dd {
  overflow: hidden;
}

/** ------------------------------------------------------------
 * #access
 */
#access {
  margin-top: -270px;
  padding: 270px 0 0;
  background: url("/images/pc/index/access/bg.png") repeat 50% 0;
  line-height: 3.2em;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 1920px) {
  #access {
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
  }
}

.accessTitle {
  padding: 0 0 72px;
}

address {
  padding-bottom: 50px;
  font-style: normal;
}

.shopName {
  display: block;
  font-size: 21px;
}

#access iframe {
  display: block;
}

/** ------------------------------------------------------------
 * 下層
 */
.under {
  background: url("/images/pc/common/under/bg.png") repeat 50% 0;
}

.frame {
  margin: 0 auto 100px;
  padding: 70px 56px 100px;
  border: solid #5c370c;
  border-width: 34px 20px 20px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  max-width: 900px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1.8;
}

.frame::after {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
  display: block;
  width: 56.22%;
  height: 65px;
  background: url("/images/pc/common/under/clipboard.png") no-repeat 50% 0;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}

.frame > .table:last-of-type {
  margin-bottom: 0 !important;
}

.frameTitle {
  margin: 0 0 52px;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
}

.basicTitle {
  margin: 20px 0 5px;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

/** ------------------------------
 * table
 */
.table {
  margin-bottom: 80px;
  border-top: 2px solid #736357;
  border-bottom: 2px solid #736357;
  border-collapse: collapse;
  letter-spacing: 2px;
}

.table th,
.table td {
  padding: 20px 0;
  border-top: 2px dotted #736357;
  border-bottom: 2px dotted #736357;
  vertical-align: middle;
}

.table th {
  width: 33.5%;
  background-color: #fff3cc;
  font-weight: bold;
}

.table td {
  padding-right: 20px;
  padding-left: 28px;
}

@media only screen and (max-width: 850px) {
  .pcBr {
    display: none;
  }
}

/** ------------------------------
 * messageBox
 */
.messageBox {
  margin: 15px 57px 52px;
  padding: 50px;
  border: 6px solid #5c370c;
  font-size: 14px;
}

.messageBox__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.messageBox > p + p {
  margin-top: 1em;
}

/** ------------------------------
 * form
 */
.form {
  letter-spacing: 2px;
}

.form th,
.form td {
  padding: 0 0 50px;
  vertical-align: top;
}

.form th {
  width: 28%;
  font-weight: bold;
  text-align: left;
}

.form th span {
  color: #ffc100;
  font-size: 14px;
}

.form td {
  padding-right: 20px;
  padding-left: 28px;
}

.form input[type="text"],
.form input[type="file"],
.form textarea {
  font-size: 16px;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

.form input[type="text"],
.form textarea {
  padding: 8px 10px;
  border: 1px solid #5c370c;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form textarea {
  height: 130px;
}

.form li + li {
  margin-top: 7px;
}

/* 送信 */
.submit {
  text-align: center;
}

.submit * {
  display: inline-block;
}

.submit button {
  margin-top: 20px;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  color :#fff;
  background-color: #ffc100;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  outline: none;
}

.submit button:hover {
  opacity: 0.8;
}

/** ------------------------------------------------------------
 * 入力エラー
 */
.error {
  margin: 15px 57px 52px;
  padding: 50px 50px 50px 68px;
  border: 6px solid #ff8094;
  font-size: 14px;
  color: #ff8094;
}

.error__item + .error__item {
  margin-top: 0.5em;
}

.error__item::before {
  content: "";
  margin-top: 0.5em;
  margin-left: -18px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff8094;
}

/** ------------------------------------------------------------
 * エラーページ
 */
.errorMessage {
  padding: 40px 20px;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  text-align: center;
  background-color: #fff3cc;
}

#exceptionMessage {
  margin-top: 40px;
  padding: 40px 20px 0;
  border-top: 2px dotted #736357;
  font-size: 11px;
}

/** ------------------------------------------------------------
 * footer
 */
footer {
  padding: 74px 20px 90px;
  position: relative;
  line-height: 1.2;
  background-color: #5c370c;
  text-align: center;
}

footer,
footer a {
  color: #fff;
}

/** ------------------------------
 * SNS
 */
.footerSNS {
  margin: 0 auto;
  display: table;
}

.footerSNS__item {
  float: left;
}

.footerSNS__item + .footerSNS__item {
  padding-left: 20px;
}

/** ------------------------------
 * nav
 */
.footerNav {
  margin: 22px auto 25px;
  display: table;
  font-size: 10px;
  letter-spacing: 0.5em;
}

.footerNav__item {
  padding: 0 1.5em 0 2em;
  float: left;
  position: relative;
  z-index: 1;
}

.footerNav__item + .footerNav__item {
  border-left: 1px solid #fff;
}

/** ------------------------------
 * TOPへ移動
 */
.pageTop {
  margin: 0 auto;
  padding-left: 236px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.pageTop a {
  display: inline-block;
}
