@charset "UTF-8";
/*
Theme Name: 小川犬猫病院
Theme URI:
Description: 
Author: densuke
Author URI: http://dnsk.jp/ 
*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  color: #5e605f;
  background: #fff;
  width: 100%;
  font-size: 6.25%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  white-space: nowrap;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.chrome address,
.chrome caption,
.chrome cite,
.chrome code,
.chrome dfn,
.chrome em,
.chrome th,
.chrome var,
.chrome h1,
.chrome h2,
.chrome h3,
.chrome h4,
.chrome h5,
.chrome h6 {
  font-weight: 500;
}

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

/*legend{ color:#000; }*/
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

a {
  display: block;
}
a[href^="tel:"]:link, a[href^="tel:"]:visited, a[href^="tel:"]:hover, a[href^="tel:"]:active {
  text-decoration: underline;
  color: #5e605f;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=submit] button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link {
  color: #5e605f;
  text-decoration: none;
}

a:visited {
  color: #5e605f;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #5e605f;
  text-decoration: none;
}

/*------------------------------ PC用CSS ------------------------------*/
@media screen and (min-width: 768px) {
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 300;
  }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 500;
  }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: bold;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
  html.chrome {
    font-weight: 500;
  }
  /* IE10以上 */
  /*
    zoom
    */
  /*
    .container {
        max-width: 1200px;
        margin: 0 auto; 
    }
    */
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (max-width: 1200px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1; /*初期の値 0.6*/
    -moz-transform: scale(1, 1); /*初期の値 0.6 0.6*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (max-width: 1200px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1; /*初期の値 0.50*/
    -moz-transform: scale(1, 1); /*初期の値 0.50 0.50*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html.chrome.iphone body,
  html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1);
  }
}
@media screen and (min-width: 768px) {
  a {
    display: inline;
    text-decoration: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]:link, a[href^="tel:"]:visited, a[href^="tel:"]:hover, a[href^="tel:"]:active {
    text-decoration: none;
    color: #5e605f;
  }
  img {
    display: inline;
    width: auto;
  }
}
/*明朝体*/
/*Roboto*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*リンク*/
/*タイトルバー*/
/* .mainの共通部分CSS */
/* main内のsection設定 */
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*明朝体*/
/*Roboto*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*リンク*/
/*タイトルバー*/
/* .mainの共通部分CSS */
/* main内のsection設定 */
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  line-height: 150%;
  font-size: 3.73vw;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  line-height: 150%;
  position: relative;
}

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
header {
  width: 100%;
  height: 21.73vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
header:before, header:after {
  content: "";
  display: block;
  height: 0.8vw;
  position: absolute;
  top: 0;
  z-index: 2;
}
header:before {
  width: 33vw;
  background-color: #bd2e34;
  left: 0;
}
header:after {
  width: 67vw;
  background-color: #5e605f;
  right: 0;
}
header .logoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 5vw;
}
header .logoWrap .logo {
  width: 89vw;
  padding-left: 31vw;
}
header .logoWrap .logo a {
  width: 38vw;
}
header .logoWrap .menuBtn {
  width: 6vw;
  height: 6vw;
}
header .logoWrap .menuBtn .gNav-btn {
  width: 6vw;
  height: 6vw;
  position: relative;
}
header .logoWrap .menuBtn .gNav-btn span {
  display: inline-block;
  width: 6vw;
  height: 1px;
  background-color: #5e605f;
  position: absolute;
  left: 0;
}
header .logoWrap .menuBtn .gNav-btn span:nth-of-type(1) {
  top: 0;
}
header .logoWrap .menuBtn .gNav-btn span:nth-of-type(2) {
  margin: auto 0;
  top: 0;
  bottom: 0;
}
header .logoWrap .menuBtn .gNav-btn span:nth-of-type(3) {
  bottom: 0;
}
header .navWrap {
  display: none;
  width: 100%;
  padding: 7vw 0;
  background-color: rgba(94, 96, 95, 0.949);
  position: absolute;
  top: 21.73vw;
  left: 0;
}
header .navWrap #gNav {
  width: 89vw;
  padding: 6.6vw 5.3vw 13.3vw;
  margin: 0 auto;
  background-color: #f3f4f3;
  text-align: center;
}
header .navWrap #gNav ul {
  margin-bottom: 0;
}
header .navWrap #gNav ul li:nth-child(-n+6) {
  border-bottom: 1px dotted #bababa;
  text-align: left;
}
header .navWrap #gNav ul li:nth-child(-n+6) a {
  padding: 5vw 0;
}
header .navWrap #gNav ul li:nth-child(6) {
  margin-bottom: 7vw;
}
header .navWrap #gNav ul li:nth-child(7) {
  margin-bottom: 8.6vw;
}
header .navWrap #gNav ul li:nth-child(7) a {
  display: inline-block;
  text-align: center;
}
header .navWrap #gNav ul li:nth-child(7) a img {
  width: auto;
  height: 8vw;
  margin: 0 auto 2.6vw;
}
header .navWrap #gNav ul li:nth-child(7) a span {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
header .navWrap #gNav ul li:nth-child(8) {
  width: 52.4vw;
  margin: 0 auto;
}
header .navWrap #gNav ul li:nth-child(8) a {
  margin-bottom: 10px;
  display: block;
}
header .navWrap #gNav ul li:nth-child(8) span {
  margin-left: -3px;
  display: block;
}
header .navWrap #gNav ul li .place_contact {
  display: flex;
  flex-direction: column-reverse;
  width: 78vw;
  z-index: 100;
}
header .navWrap #gNav ul li .place_contact .number {
  display: block;
  width: 78vw;
  margin-top: 2vw;
}
header .navWrap #gNav ul li .place_contact .number .item {
  width: auto;
  margin: 0 10px;
  text-align: center;
  line-height: 13px;
}
header .navWrap #gNav ul li .place_contact .number .item .name {
  font-size: 16rem;
  font-weight: bold;
  margin: 15px 0;
}
header .navWrap #gNav ul li .place_contact .number .item .tel {
  display: inline-block;
  font-size: 16rem;
  background: url(img/common/footer_tel_icon.png) 0 3px no-repeat;
  background-size: 12px 20px;
  -webkit-background-size: 12px 20px;
  padding-left: 15px;
  margin: 0 0 20px;
  line-height: 140%;
}
header .navWrap #gNav ul li .place_contact .number .item .tel a {
  text-align: left;
}
header .navWrap #gNav ul li .place_contact .number .item .fax {
  display: inline-block;
  font-size: 16rem;
  background: url(img/common/footer_fax_icon.png) 0 3px no-repeat;
  background-size: 15px 20px;
  -webkit-background-size: 15px 20px;
  padding-left: 20px;
  margin: 0 0 20px 15px;
  line-height: 120%;
}
header .navWrap #gNav ul li .place_contact .header_btn {
  display: flex;
  z-index: 100;
}
header .navWrap #gNav ul li .place_contact .header_btn .item {
  width: 33.33333%;
  height: 80px;
  margin: 0 5px;
  padding-top: 13px;
  background: #fff;
  text-align: center;
}
header .navWrap #gNav ul li .place_contact .header_btn .item a {
  height: inherit;
}
header .navWrap #gNav ul li .place_contact .header_btn .item a img {
  width: auto;
  height: 25px;
}
header .navWrap #gNav ul li .place_contact .header_btn .item a span {
  display: block;
  height: 16px;
  line-height: 14px;
  font-size: 10.5rem;
}
header .navWrap #gNav ul li .place_contact .header_btn .sp_none {
  display: none;
}
header .navWrap #gNav ul li .drop_menu {
  display: none;
}
header .navWrap #gNav ul li .drop_menu a {
  position: relative;
  width: 80%;
  line-height: 18px;
}
header .navWrap #gNav ul li .drop_menu a::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 15px;
  background-image: url(img/common/arrow01_black.png);
  background-size: contain;
  -webkit-background-size: contain;
  position: absolute;
  top: 50%;
  right: -20%;
  margin-top: -7px;
}
header .navWrap #gNav ul .parent p {
  position: relative;
}
header .navWrap #gNav ul .parent p a::after {
  content: "+";
  display: inline-block;
  margin: auto 0;
  font-size: 34rem;
  font-weight: normal;
  color: #bd2e34;
  position: absolute;
  top: 28%;
  right: 2%;
  bottom: 0;
}
header .navWrap #gNav ul .active p {
  border-bottom: 1px dotted #bababa;
  position: relative;
}
header .navWrap #gNav ul .active p a::after {
  content: "-";
  display: inline-block;
  margin: auto 0;
  font-size: 34rem;
  font-weight: normal;
  color: #bd2e34;
  position: absolute;
  top: 28%;
  right: 3%;
  bottom: 0;
}
header .navWrap #gNav .close {
  width: 6.13vw;
  margin: 0 auto;
  vertical-align: middle;
}
header .navWrap #gNav .close span {
  position: relative;
  display: inline-block;
  width: 6.13vw;
  height: 6.13vw;
  overflow: hidden;
}
header .navWrap #gNav .close span::before, header .navWrap #gNav .close span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #5e605f;
}
header .navWrap #gNav .close span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .navWrap #gNav .close span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  padding: 12.6vw 0 0;
  background: #f6f6f6 url(img/common/sec_bg02_sp.png) center top no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
footer .container .menuWrap {
  width: 94.6vw;
  margin: 0 auto;
}
footer .container dl:first-of-type dt {
  margin-top: 0;
}
footer .container dl dt {
  margin-top: 2.6vw;
}
footer .container dl dt .nolink {
  pointer-events: none;
}
footer .container dl dt > a {
  height: 13.06vw;
  padding-left: 4.53vw;
  background-color: #fff;
  border-left: 2px solid #bd2e34;
  line-height: 13.06vw;
  font-weight: bold;
}
footer .container dl dt > a {
  pointer-events: none;
  position: relative;
}
footer .container dl dt > a::after {
  content: "＋";
  display: inline-block;
  margin: auto 0;
  font-size: 22rem;
  font-weight: normal;
  color: #bd2e34;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
}
footer .container dl dt.open a::after {
  content: "－";
}
footer .container dl > li {
  margin-top: 2.6vw;
}
footer .container dl > li > a {
  height: 13.06vw;
  padding-left: 4.53vw;
  background-color: #fff;
  border-left: 2px solid #bd2e34;
  line-height: 13.06vw;
  font-weight: bold;
}
footer .container dl dd {
  display: none;
  margin-top: 0.53vw;
}
footer .container dl dd > ul > li {
  background-color: #fff;
}
footer .container dl dd > ul > li:last-child a::after {
  display: none;
}
footer .container dl dd > ul > li > a {
  height: 13.06vw;
  padding: 0 4.53vw;
  border-left: 2px solid #5e605f;
  line-height: 13.06vw;
  font-weight: bold;
  position: relative;
}
footer .container dl dd > ul > li > a::before {
  content: "・";
}
footer .container dl dd > ul > li > a::after {
  content: "";
  display: inline-block;
  width: 84.53vw;
  height: 1px;
  margin: 0 auto;
  background-color: #e9e9e9;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .container dl dd > ul.level > li p {
  height: 13.06vw;
  padding: 0 4.53vw;
  border-left: 2px solid #5e605f;
  line-height: 13.06vw;
  font-weight: bold;
  position: relative;
}
footer .container dl dd > ul.level > li p::after {
  content: "";
  display: inline-block;
  width: 84.53vw;
  height: 1px;
  margin: 0 auto;
  background-color: #e9e9e9;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .container dl dd > ul.level > li p a {
  display: inline-block;
  width: 100%;
  pointer-events: none;
  position: relative;
}
footer .container dl dd > ul.level > li p a::before {
  content: "・";
}
footer .container dl dd > ul.level > li p a::after {
  content: "＋";
  display: inline-block;
  margin: auto 0;
  font-size: 22rem;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
}
footer .container dl dd > ul.level > li p.open a::after {
  content: "－";
}
footer .container dl dd > ul.level > li:last-child p::after {
  display: none;
}
footer .container dl dd > ul.level > li ul {
  display: none;
  padding-left: 1em;
  margin: 0.53vw 0 1.3vw;
  border-left: 2px solid #ababab;
}
footer .container dl dd > ul.level > li ul li a {
  height: 13.06vw;
  padding-left: 3vw;
  margin: 0 4.53vw 0 7.3vw;
  background: url(img/common/arrow01_black.png) 0 center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  line-height: 13.06vw;
  position: relative;
}
footer .container dl dd > ul.level > li ul li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .container dl dd > ul.level > li ul li:last-child a::after {
  display: none;
}
footer .container dl table {
  width: 100%;
  text-align: center;
  font-size: 13rem;
}
footer .container dl table tbody tr th,
footer .container dl table tbody tr td {
  border: 1px solid #5e605f;
}
footer .container dl table tbody tr:nth-of-type(1) th {
  width: 60px;
  height: 60px;
  background-color: #8f8f8f;
  font-weight: bold;
  color: #fff;
}
footer .container dl table tbody tr:nth-of-type(1) th:first-of-type {
  width: auto;
  font-weight: normal;
}
footer .container dl table tbody tr:nth-of-type(2) th, footer .container dl table tbody tr:nth-of-type(3) th {
  padding: 5px 0;
  line-height: 140%;
}
footer .container dl table tbody tr:nth-of-type(2) th span:nth-of-type(1), footer .container dl table tbody tr:nth-of-type(3) th span:nth-of-type(1) {
  font-weight: bold;
}
footer .container dl table tbody tr:nth-of-type(2) th span:nth-of-type(3), footer .container dl table tbody tr:nth-of-type(3) th span:nth-of-type(3) {
  font-size: 10rem;
}
footer .container dl table tbody tr:nth-of-type(2) th,
footer .container dl table tbody tr:nth-of-type(2) td {
  background-color: #fff1f1;
}
footer .container dl table tbody tr:nth-of-type(3) th,
footer .container dl table tbody tr:nth-of-type(3) td {
  background-color: #f9fff1;
}
footer .container > ul {
  width: 94.6vw;
  margin: 0 auto;
}
footer .container > ul dt,
footer .container > ul > li {
  margin-top: 2.6vw;
}
footer .container > ul dt > a,
footer .container > ul > li > a {
  height: 13.06vw;
  padding-left: 4.53vw;
  background-color: #fff;
  border-left: 2px solid #bd2e34;
  line-height: 13.06vw;
  font-weight: bold;
}
footer .container > ul li {
  margin-bottom: 2.6vw;
}
footer .container > ul li:last-child {
  margin-bottom: 0;
}
footer .container .logoWrap {
  padding: 11.3vw 0 0;
}
footer .container .logoWrap .logo {
  width: 38%;
  margin: 0 auto 8vw;
}
footer .container .logoWrap address {
  width: 56.53vw;
  margin: 0 auto 4vw;
}
footer .container .logoWrap .number {
  display: block;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 7vw;
}
footer .container .logoWrap .number .item {
  width: inherit;
  margin: 0 0 15px;
  text-align: center;
}
footer .container .logoWrap .number .item .name {
  font-size: 3.7vw;
  font-weight: bold;
}
footer .container .logoWrap .number .item .tel {
  display: inline-block;
  width: 32vw;
  margin-right: 1vw;
  font-size: 4vw;
  background: url(img/common/footer_tel_icon.png) 0 3px no-repeat;
  -webkit-background-size: 2.6vw;
  background-size: 2.6vw;
  padding-left: 14px;
}
footer .container .logoWrap .number .item .tel a {
  padding-left: 0;
  background: none;
  text-decoration: none;
}
footer .container .logoWrap .number .item .fax {
  display: inline-block;
  width: 32vw;
  margin: 0;
  font-size: 4vw;
  background: url(img/common/footer_fax_icon.png) 0 3px no-repeat;
  -webkit-background-size: 3.2vw auto;
  background-size: 3.2vw auto;
  padding-left: 14px;
}
footer .container #copyright {
  background-color: #fff;
  border-bottom: 3px solid #5e605f;
  line-height: 8.8vw;
  text-align: center;
}

#pagetop {
  width: 10.9vw;
  height: 10.9vw;
  position: fixed;
  right: 0;
  bottom: 24vw;
  z-index: 100;
}

.grecaptcha-badge {
  z-index: 1;
}

br.sp {
  display: inline;
}
br.pc {
  display: none;
}

/*-----------------------------------------------------------------
アコーディオンの設定
-----------------------------------------------------------------*/
.accordion-box {
  position: relative;
}
.accordion-box label {
  height: 30vw;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 3.73vw;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
}
.accordion-box input:checked + label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
  content: "詳しく見る";
  /* ラベルの文字 */
  background: url(img/common/arrow01_black.png) right 5vw center no-repeat;
  -webkit-background-size: auto 3vw;
  background-size: auto 3vw;
  line-height: 10vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    */
  color: #333;
  background-color: #fff;
  width: 72.6vw;
  height: 10.4vw;
  -webkit-border-radius: 10.4vw;
  -moz-border-radius: 10.4vw;
  border-radius: 10.4vw;
  border: 0.53vw solid #5e605f;
}
.accordion-box input {
  display: none;
}
.accordion-box .accordion-container {
  overflow: hidden;
  height: 200px;
  /* 開く前に見えている部分の高さ */
  height: 40vw;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.accordion-box input:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
  content: "閉じる";
  background: #f2f2f2;
  border: none;
}
.accordion-box input:checked + label:before {
  content: "";
  display: block;
  width: 2vw;
  height: 3vw;
  background: url(img/common/arrow01_red.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 15vw;
  bottom: 4vw;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 10;
}
.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 0;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/*
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
*/
/*------------------------------ PC用CSS ------------------------------*/
@media screen and (min-width: 768px) {
  /*-----------------------------------------------------------------
    body,Wrapper
    -----------------------------------------------------------------*/
  body {
    /*min-width: 1440px;*/
    min-width: 1200px;
    line-height: 150%;
    font-size: 14rem;
  }
  #wrapper {
    min-width: 1200px;
  }
  #wrapper .container.row {
    max-width: 1200px;
  }
  /*-----------------------------------------------------------------
    header
    -----------------------------------------------------------------*/
  header {
    display: flex;
    align-items: center;
    width: 1080px;
    height: 115px;
    padding-top: 6px;
    margin: 0 auto;
  }
  header:before, header:after {
    height: 6px;
  }
  header:before {
    width: 263px;
  }
  header:after {
    width: 817px;
  }
  header .logoWrap {
    display: block;
    width: auto;
    height: auto;
    padding: 0 12px 0;
  }
  header .logoWrap .logo {
    width: 192px;
    padding: 0;
  }
  header .logoWrap .logo a {
    display: inline;
    width: auto;
  }
  header .logoWrap .logo a img {
    width: 192px;
  }
  header .logoWrap .menuBtn {
    display: none;
  }
  header .navWrap {
    display: block;
    width: auto;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: auto;
    left: auto;
  }
  header .navWrap #gNav {
    width: auto;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
    text-align: center;
  }
  header .navWrap #gNav ul {
    display: flex;
    align-items: center;
    margin: 0;
  }
  header .navWrap #gNav ul li {
    position: relative;
  }
  header .navWrap #gNav ul li:nth-child(-n+6) {
    height: 33px;
    border-right: 1px dotted #bababa;
    border-bottom: none;
    text-align: center;
    margin: 0;
  }
  header .navWrap #gNav ul li:nth-child(-n+6) a {
    display: block;
    padding: 0;
    line-height: 33px;
    width: 100%;
  }
  header .navWrap #gNav ul li:nth-child(-n+6) a:hover {
    background-color: #505050;
    font-weight: bold;
    color: #fff;
  }
  header .navWrap #gNav ul li:nth-of-type(1) {
    width: 79px;
  }
  header .navWrap #gNav ul li:nth-of-type(2) {
    width: 70px;
  }
  header .navWrap #gNav ul li:nth-of-type(3) {
    width: 107px;
  }
  header .navWrap #gNav ul li:nth-of-type(4) {
    width: 79px;
  }
  header .navWrap #gNav ul li:nth-of-type(5) {
    width: 79px;
  }
  header .navWrap #gNav ul li:nth-of-type(6) {
    width: 121px;
  }
  header .navWrap #gNav ul li:nth-child(7) {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  header .navWrap #gNav ul li:nth-child(7) a {
    display: block;
    text-align: center;
  }
  header .navWrap #gNav ul li:nth-child(7) a img {
    display: block;
    height: auto;
    margin: 0 auto 5px;
  }
  header .navWrap #gNav ul li:nth-child(7) a span {
    white-space: nowrap;
    font-size: 10rem !important;
    line-height: 14px;
  }
  header .navWrap #gNav ul li:nth-child(7) {
    order: 8;
  }
  header .navWrap #gNav ul li:nth-child(7) a img {
    width: 17px;
  }
  header .navWrap #gNav ul li .place_contact {
    z-index: 100;
    width: auto;
  }
  header .navWrap #gNav ul li .place_contact .number {
    display: flex;
    padding-bottom: 3px;
    display: none;
  }
  header .navWrap #gNav ul li .place_contact .number .item {
    width: auto;
    margin: 0 10px;
    text-align: left;
    line-height: 13px;
  }
  header .navWrap #gNav ul li .place_contact .number .item .name {
    font-size: 10rem;
    font-weight: bold;
  }
  header .navWrap #gNav ul li .place_contact .number .item .tel {
    font-size: 11rem;
    background: url(img/common/footer_tel_icon.png) 0 2px no-repeat;
    background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    padding-left: 12px;
  }
  header .navWrap #gNav ul li .place_contact .number .item .tel a {
    text-align: left;
  }
  header .navWrap #gNav ul li .place_contact .number .item .fax {
    font-size: 11rem;
    background: url(img/common/footer_fax_icon.png) 0 3px no-repeat;
    background-size: 8px 10px;
    -webkit-background-size: 8px 10px;
    padding-left: 12px;
  }
  header .navWrap #gNav ul li .place_contact .header_btn {
    display: flex;
    z-index: 100;
    margin-left: 20px;
  }
  header .navWrap #gNav ul li .place_contact .header_btn .item {
    width: 70px !important;
    height: 80px !important;
    margin: 0 2px !important;
    background: #f8f8f8 !important;
    padding-top: 16px;
  }
  header .navWrap #gNav ul li .place_contact .header_btn .item a span {
    margin-top: 4px;
    display: block;
    height: auto;
    line-height: 12px;
  }
  header .navWrap #gNav ul li .place_contact .header_btn .sp_none {
    display: block !important;
  }
  header .navWrap #gNav ul li .drop_menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
    border: none;
  }
  header .navWrap #gNav ul li .drop_menu li {
    overflow: hidden;
    width: 340px;
    height: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border: none;
  }
  header .navWrap #gNav ul li .drop_menu li a {
    position: relative;
    width: auto;
    padding: 5px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    text-align: left;
    font-size: 13rem;
    font-weight: normal;
  }
  header .navWrap #gNav ul li .drop_menu li a::after {
    display: inline-block;
    content: "";
    width: 5px !important;
    height: 11px !important;
    background-image: url(img/common/arrow01_black.png);
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 22px !important;
    right: 10px !important;
  }
  header .navWrap #gNav ul li:hover ul li {
    overflow: visible;
    height: 44px;
  }
  header .navWrap #gNav ul li:hover ul li a:hover {
    background: #eee;
    color: #333;
    font-weight: normal;
  }
  header .navWrap #gNav ul .parent p a::after,
  header .navWrap #gNav ul .active p a::after {
    display: none !important;
  }
  header .navWrap #gNav .close {
    display: none;
  }
  /*-----------------------------------------------------------------
    footer
    -----------------------------------------------------------------*/
  footer {
    padding: 60px 0 14px;
    background: #fbfbfb url(img/common/sec_bg02_pc.png) 0 top no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: relative;
  }
  footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #5e605f;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
  }
  footer .container .menuWrap {
    order: 2;
    width: 840px;
    height: 300px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 40px;
  }
  footer .container dl dt {
    height: 14px;
    padding: 0 0 0 13px;
    margin: 0;
    border-left: 1px solid #bd2e34;
    line-height: 14px;
    font-weight: bold;
  }
  footer .container dl dt > a {
    display: inline;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    line-height: 14px;
    pointer-events: auto;
    position: static;
  }
  footer .container dl dt > a::after {
    display: none;
  }
  footer .container dl dd {
    display: block;
    padding: 15px 0 0 13px;
    margin-top: 0;
    border-left: 1px solid #5e605f;
  }
  footer .container dl dd > ul > li {
    background-color: transparent;
  }
  footer .container dl dd > ul > li > a {
    display: inline-block;
    height: auto;
    padding: 0 0 0 1em;
    border-left: none;
    line-height: 150%;
    text-indent: -1em;
    font-size: 13rem;
    font-weight: normal;
    position: static;
  }
  footer .container dl dd > ul > li > a::after {
    display: none;
  }
  footer .container dl dd > ul.level {
    display: flex;
  }
  footer .container dl dd > ul.level > li p {
    height: auto;
    padding: 0 0 0 1em;
    border-left: none;
    line-height: 150%;
    font-weight: normal;
    position: static;
  }
  footer .container dl dd > ul.level > li p::after {
    display: none;
  }
  footer .container dl dd > ul.level > li p a {
    width: auto;
    padding: 0;
    pointer-events: auto;
    position: static;
  }
  footer .container dl dd > ul.level > li p a::before {
    content: "・";
  }
  footer .container dl dd > ul.level > li p a::after {
    display: none;
  }
  footer .container dl dd > ul.level > li p.open a::after {
    content: "－";
  }
  footer .container dl dd > ul.level > li ul {
    display: block;
    padding-left: 2em;
    margin: 5px 0 0;
    border-left: none;
  }
  footer .container dl dd > ul.level > li ul li a {
    height: auto;
    padding-left: 10px;
    margin: 0;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    line-height: 250%;
    font-size: 12rem;
    position: static;
  }
  footer .container dl dd > ul.level > li ul li a::after {
    display: none;
  }
  footer .container > ul {
    order: 3;
    display: table;
    width: auto;
    padding-top: 10px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  footer .container > ul li {
    display: table-cell;
    margin: 0 1em 0 0;
    vertical-align: middle;
  }
  footer .container > ul li a {
    display: inline;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    line-height: 130%;
    font-size: 13rem;
    font-weight: normal;
  }
  footer .container > ul li a::before {
    content: "｜ ";
  }
  footer .container .logoWrap {
    order: 1;
    width: 240px;
    padding: 0;
  }
  footer .container .logoWrap .logo {
    width: 192px;
    margin: 0 0 20px;
  }
  footer .container .logoWrap .logo img {
    width: inherit;
  }
  footer .container .logoWrap address {
    width: auto;
    margin: 0 0 20px;
    line-height: 180%;
  }
  footer .container .logoWrap .number {
    display: block;
    padding-bottom: 3px;
  }
  footer .container .logoWrap .number .item {
    width: 200px;
    margin: 0 0 15px;
    line-height: 18px;
  }
  footer .container .logoWrap .number .item .name {
    font-size: 12rem;
    font-weight: bold;
    text-align: left;
  }
  footer .container .logoWrap .number .item .tel {
    display: block;
    width: 115px;
    font-size: 14rem;
    background: url(img/common/footer_tel_icon.png) 0 1px no-repeat;
    background-size: 10px 16px;
    -webkit-background-size: 10px 16px;
    padding-left: 14px;
  }
  footer .container .logoWrap .number .item .tel a {
    text-align: left;
    padding-left: 0;
    background: none;
  }
  footer .container .logoWrap .number .item .fax {
    display: block;
    width: 115px;
    margin: 0;
    font-size: 14rem;
    background: url(img/common/footer_fax_icon.png) 0 3px no-repeat;
    background-size: 12px 14px;
    -webkit-background-size: 12px 14px;
    padding-left: 14px;
  }
  footer .container #copyright {
    order: 4;
    padding-top: 10px;
    background-color: transparent;
    border-bottom: none;
    line-height: 130%;
    text-align: right;
    font-size: 13rem;
    position: relative;
    z-index: 1;
  }
  #pagetop {
    width: 68px;
    height: 68px;
    right: 0;
    bottom: 95px;
  }
  #pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #pagetop a img {
    width: 68px;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  /*-----------------------------------------------------------------
  アコーディオンの設定
  -----------------------------------------------------------------*/
  .accordion-box {
    position: relative;
  }
  .accordion-box label {
    height: 100px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 14rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
  }
  .accordion-box input:checked + label {
    background: inherit;
    /* 開いた時には背景グラデーションを消す */
  }
  .accordion-box label:after {
    background: url(img/common/arrow01_black.png) right 10px center no-repeat;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    width: 158px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 2px solid #5e605f;
  }
  .accordion-box input {
    display: none;
  }
  .accordion-box .accordion-container {
    height: 150px;
  }
  .accordion-box input:checked + label:after {
    line-height: 32px;
  }
  .accordion-box input:checked + label:before {
    width: 32px;
    height: 158px;
    background-position: right center;
    -webkit-background-size: 5px 10px;
    background-size: 5px 10px;
    right: 230px;
    bottom: -75px;
  }
  /*------------------------------ //PC用CSS ------------------------------*/
}