@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* wrap */
/*	textcolor
---------------------------------*/
.clOrange {
  color: #FD5A2A !important;
}

.clBlue {
  color: #2053E0 !important;
}

.clPurple {
  color: #9A70CB !important;
}

.clGreen {
  color: #48BCC6 !important;
}

.clGreen2 {
  color: #51DE72 !important;
}

.clGreen3 {
  color: #3E865A !important;
}

.clRed {
  color: #E84A5C !important;
}

.clBlack {
  color: #000 !important;
}

/*	bgcolor
---------------------------------*/
.bgOrange {
  background: #FD5A2A !important;
}

.bgBlue {
  background: #2053E0 !important;
}

.bgPurple {
  background: #9A70CB !important;
}

.bgGreen {
  background: #48BCC6 !important;
}

.bgGreen2 {
  background: #51DE72 !important;
}

.bgGreen3 {
  color: #3E865A !important;
}

.bgGreen4 {
  background: #4CAF43 !important;
}

.bgGreen5 {
  background: #40835a !important;
}

.bgRed {
  background: #E84A5C !important;
}

.bgWhite {
  background: #fff !important;
}

.bgGold {
  background: #a0842c !important;
}

.bgBlack {
  background: #000 !important;
}

.bgGray {
  background: #DEDEDE !important;
}

/*	bgGrade
---------------------------------*/
.bgGradeWhite {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(26%, rgba(255, 255, 255, 0.6)), color-stop(40%, rgba(255, 255, 255, 0.45)), color-stop(73%, rgba(255, 255, 255, 0.24)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 26%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0.24) 73%, rgba(255, 255, 255, 0) 100%);
}

.bgGradePink {
  background: rgb(252, 92, 179);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 92, 179)), to(rgb(211, 85, 5))) !important;
  background: linear-gradient(180deg, rgb(252, 92, 179) 0%, rgb(211, 85, 5) 100%) !important;
}

.bgGreenBlue {
  background: rgb(167, 224, 173);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(167, 224, 173)), to(rgb(32, 159, 190))) !important;
  background: linear-gradient(180deg, rgb(167, 224, 173) 0%, rgb(32, 159, 190) 100%) !important;
}

/*	radius
---------------------------------*/
.noRadius {
  border-radius: 0 !important;
}

.radius10 {
  border-radius: 10px !important;
  overflow: hidden !important;
}
/*	common
---------------------------------*/
body {
  max-width: 1920px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.875;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
  }
}

/* link */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a:active, a:focus {
  outline: none;
}

sup, sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  line-height: inherit;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}

sub {
  vertical-align: bottom;
}

/* figure */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* heading */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

.block_p {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .block_p {
    display: none !important;
  }
}

.block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .block_s {
    display: block !important;
  }
}

.inline_p {
  display: inline !important;
}
@media screen and (max-width: 850px) {
  .inline_p {
    display: none !important;
  }
}

.inline_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline_s {
    display: inline !important;
  }
}

.inline-block_p {
  display: inline-block !important;
}
@media screen and (max-width: 850px) {
  .inline-block_p {
    display: none !important;
  }
}

.inline-block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline-block_s {
    display: inline-block !important;
  }
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}
.hide {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .show-sp {
    display: block !important;
  }
}

.main {
  overflow: hidden;
  padding-top: var(--page-header-height);
  padding-top: 135px;
}
@media screen and (max-width: 850px) {
  .main {
    padding-top: 65px;
  }
}

.inner {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: auto;
}

.btn-gold {
  cursor: pointer;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  background-color: #a4872a;
  color: #fff;
}
.btn-gold::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}

.btn-green {
  cursor: pointer;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  background-color: #40835a;
  color: #fff;
}
.btn-green::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}

.btnTap {
  display: none;
}
@media screen and (max-width: 850px) {
  .btnTap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 3px 0;
    margin-top: 10px;
  }
}

.btnCont {
  margin-top: 150px;
  margin-bottom: 50px;
}
.btnCont__box {
  max-width: 700px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.btnCont .commonBtn {
  margin: 0 10px 20px;
}
.btnCont__ttl {
  width: 100%;
  display: block;
  font-weight: 600;
  margin: 0 0 20px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}

.commonBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: #CCC;
  font-size: 25px;
  min-width: 230px;
  min-height: 60px;
}
.commonBtn__inner {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 0;
  color: #FFF;
}
.commonBtn__inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

.commonBtn-type_s {
  font-size: 12px;
  min-width: 130px;
  min-height: 35px !important;
}
.commonBtn-type_s .commonBtn__inner:before {
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
}

.commonBtn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 0 60px;
  min-height: 180px;
  min-width: 690px;
  background: #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.commonBtn2:after {
  content: "";
  position: absolute;
  right: 60px;
  top: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  background: url("../img/common/icon_arrow_common.svg") no-repeat;
  background-size: 45px;
}
.commonBtn2__inner {
  font-size: 32px;
  color: #FFF;
  font-weight: 600;
  line-height: 1.375;
}

/* footer */
/* image caption */
.img-caption {
  z-index: 0;
  position: relative;
}
.img-caption::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-caption.left::before {
  right: auto;
  left: 0;
}
.img-caption.rightout::before {
  bottom: auto;
  top: 100%;
}

.img-caption-white {
  z-index: 0;
  position: relative;
}
.img-caption-white::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption-white img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-caption-white.left::before {
  right: auto;
  left: 0;
}
.img-caption-white.rightout::before {
  bottom: auto;
  top: 100%;
}
.img-caption-white::before {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
}

.img-caption-bg {
  z-index: 0;
  position: relative;
}
.img-caption-bg::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-caption-bg.left::before {
  right: auto;
  left: 0;
}
.img-caption-bg.rightout::before {
  bottom: auto;
  top: 100%;
}
.img-caption-bg::before {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

@media screen and (max-width: 850px) {
  *:has(> .pinch-to-zoom) {
    position: relative;
    padding-top: 70px;
  }
}
*:has(> .pinch-to-zoom) .pinch-to-zoom {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 75px;
}
@media screen and (max-width: 850px) {
  *:has(> .pinch-to-zoom) .pinch-to-zoom {
    display: block;
  }
}

/* animations */
.fadeUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 0.2rem, 0);
          transform: translate3d(0, 0.2rem, 0);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.fadeUp.scrollIn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.blurIn {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}
.blurIn.scrollIn {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.slideIn {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), to(transparent));
          mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 300% 0;
          mask-position: 300% 0;
}
.slideIn.scrollIn {
  -webkit-animation: reveal-mask 2s forwards ease-out;
          animation: reveal-mask 2s forwards ease-out;
}
@-webkit-keyframes reveal-mask {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes reveal-mask {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

.revealOut {
  overflow: hidden;
  position: relative;
}
.revealOut::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2cec6;
  width: 100%;
  height: 100%;
  translate: 0 0 0;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
.revealOut.scrollIn::after {
  translate: 100% 0 0;
}

/* size */
/** ***************************************************************************
 * 共用
 * ************************************************************************* */
.main {
  margin-bottom: 0;
  overflow: visible;
}
/** ***************************************************************************
 * ページタイトル
 * ************************************************************************* */
.main .pageHeader {
  background-image: url("../img/quality/pagettl.jpg");
}
@media screen and (max-width: 850px) {
  .main .pageHeader {
    background-image: url("../img/quality/pagettl_sp.jpg");
  }
}
.main .pageHeader .ttl {
  color: #fff;
}
.main .pageHeader .ttl::before {
  color: #fff;
}
/** ***************************************************************************
 * ページナビ
 * ************************************************************************* */
.main .pageNav {
  margin-bottom: 90px;
}
@media screen and (max-width: 850px) {
  .main .pageNav {
    margin-bottom: 50px;
  }
}
.main .pageNav .list {
  color: #348455;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-size: 1.125em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /**
   * プルダウン
   */
}
.main .pageNav .list > li {
  width: calc(33.3333333333% - 4px);
  margin: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .main .pageNav .list > li {
    width: calc(50% - 4px);
  }
}
.main .pageNav .list > li.hover {
  z-index: 10;
}
.main .pageNav .list > li > a {
  height: 100%;
  padding: 0.25em 0.5em;
  border: 1px solid #348455;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  color: inherit;
  background-color: transparent;
}
.main .pageNav .list > li.hover > a {
  color: #fff;
  background-color: #348455;
}
.main .pageNav .list > li.active > a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 132, 85, 0.6)), color-stop(50%, rgb(52, 132, 85)), to(rgb(52, 132, 85)));
  background: linear-gradient(rgba(52, 132, 85, 0.6), rgb(52, 132, 85) 50%, rgb(52, 132, 85));
}
.main .pageNav .list .anchor {
  width: 100%;
  padding: 1.25em 0.75em;
  border: 1px solid #348455;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transition: max-height 0s ease-in-out 0.3s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: max-height 0s ease-in-out 0.3s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
.main .pageNav .list .anchor li {
  padding: 1px 0;
  line-height: 1.6;
  border-top: 1px dashed #348455;
  border-bottom: 1px dashed #348455;
}
.main .pageNav .list .anchor li a {
  padding: 0.25em 0.5em;
  color: inherit;
  text-align: center;
  display: block;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
  background-color: transparent;
}
.main .pageNav .list .anchor li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.main .pageNav .list .anchor li ~ li {
  border-top: none;
}
.main .pageNav .list > li.hover .anchor {
  -webkit-transition: max-height 1s ease-in-out 0s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: max-height 1s ease-in-out 0s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
}
/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */
#lead .title {
  margin-bottom: 30px;
  letter-spacing: 0.25em;
  line-height: 2;
  font-size: 1.625em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #lead .title {
    margin-bottom: 25px;
    letter-spacing: 0.125em;
    font-size: 1.125em;
  }
}
#lead .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #lead .content {
    line-height: 2.25;
  }
}
#lead .ideas {
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #lead .ideas {
    margin: 25px auto;
  }
}
#lead .ideas a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  #lead .ideas img {
    max-width: 320px;
  }
}

/** ***************************************************************************
 * 設備一覧
 * ************************************************************************* */
.facilityList {
  /**
   * タイトル / 詳細表示
   */
  /**
   * 設備一覧
   */
}
.facilityList ~ .facilityList {
  margin-top: 300px !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .facilityList ~ .facilityList {
    margin-top: 120px !important;
  }
}
.facilityList ~ .facilityList::before {
  content: "";
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  position: absolute;
  z-index: 1;
  top: -160px;
  left: 0;
}
@media screen and (max-width: 850px) {
  .facilityList ~ .facilityList::before {
    top: -70px;
  }
}
.facilityList .contentsHeader {
  margin-bottom: 60px;
  padding: 50px 40px;
  border-radius: 50px;
  background: url("../img/quality/detail_bg.png") repeat;
  overflow: hidden;
  /**
   * キャッチコピー
   */
  /**
   * タイトル
   */
  /**
   * 詳細表示
   */
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 0;
    background: none;
  }
}
.facilityList .contentsHeader .catchcopy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  letter-spacing: 0.125em;
  font-size: 1.375em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .catchcopy {
    margin-top: 15px;
    font-size: 1.25em;
  }
}
.facilityList .contentsHeader .contentsTitle {
  color: #568358;
  line-height: 1.5;
  letter-spacing: 0.125em;
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .contentsTitle {
    font-size: 1.5em;
  }
}
.facilityList .contentsHeader .contentsTitle::before {
  content: attr(data-en);
  line-height: 1.2;
  font-family: "Marcellus";
  font-size: 0.75em;
  text-align: center;
  display: block;
}
.facilityList .contentsHeader .detail {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /**
   * 番号付き画像
   */
  /**
   * 詳細内容
   */
  /**
   * 閉じるボタン
   */
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail {
    margin-top: 30px;
    display: block;
    position: relative;
    z-index: 1;
  }
}
.facilityList .contentsHeader .detail .detailImage {
  width: 49.73%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailImage {
    width: 100%;
    margin-bottom: 1.125em;
  }
}
.facilityList .contentsHeader .detail .detailImage .memo {
  width: 100%;
  padding: 0 1em;
  font-size: 0.75em;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
}
.facilityList .contentsHeader .detail .detailImage .image {
  vertical-align: top;
}
.facilityList .contentsHeader .detail .detailImage .caption {
  padding: 0.125em 0.5em 0.25em;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 0.625em;
  background-color: #6e6e6e;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.facilityList .contentsHeader .detail .detailImage [data-position] {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.facilityList .contentsHeader .detail .detailContent {
  width: 45.21%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent {
    width: auto;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
    -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
  }
}
.facilityList .contentsHeader .detail .detailContent.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.facilityList .contentsHeader .detail .detailContent .body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.facilityList .contentsHeader .detail .detailContent .item {
  height: 0;
  overflow: hidden;
  -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  /**
   * ① の詳細内容
   */
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent .item {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
}
.facilityList .contentsHeader .detail .detailContent .item ~ .item {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.facilityList .contentsHeader .detail .detailContent .item.active {
  height: auto;
  z-index: 1;
  -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent .item.active {
    position: static;
  }
}
.facilityList .contentsHeader .detail .detailContent .item img {
  vertical-align: top;
}
.facilityList .contentsHeader .detail .detailContent .item:nth-of-type(1) {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.facilityList .contentsHeader .detail .detailContent .item:nth-of-type(1):has(~ .active) {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.facilityList .contentsHeader .detail .close {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .close {
    width: 7%;
    padding: 1.5%;
    line-height: 0;
    background-color: #348455;
    display: block;
    position: absolute;
    z-index: 10;
    right: 3%;
    bottom: 97%;
    -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
  }
}
.facilityList .contentsHeader .detail .close img {
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .close img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent.active + .close {
    visibility: visible;
    opacity: 1;
  }
}
.facilityList .facility {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.facilityList .facility .item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  /**
   * 画像
   */
  /**
   * 内容
   */
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item {
    width: calc(50% - 20px);
  }
}
.facilityList .facility .item.medium {
  width: calc(50% - 20px);
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item.medium {
    width: calc(100% - 20px);
  }
}
.facilityList .facility .item.large {
  width: calc(100% - 20px);
}
.facilityList .facility .item .image {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.facilityList .facility .item .image .caption {
  padding: 0.25em 0.75em 0.375em;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 0.625em;
  background-color: #6e6e6e;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.facilityList .facility .item .image img {
  vertical-align: top;
}
.facilityList .facility .item.ideas .image::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/quality/icon_ideas1.png") center center/100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 10px;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item.ideas .image::before {
    width: 20px;
    height: 20px;
  }
}
.facilityList .facility .item .content {
  line-height: 1.6;
}
.facilityList .facility .item .content dt {
  margin-bottom: 0.5em;
  color: #348455;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item .content dt {
    font-size: 12px;
  }
}
.facilityList .facility .item .content dd {
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item .content dd {
    font-size: 10px;
  }
}
.facilityList .facility .item .content dd small {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 10px;
  display: block;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item .content dd small {
    font-size: 8px;
  }
}

/** ***************************************************************************
 * ページトップ
 * ************************************************************************* */
.main .pageTop {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.main .pageTop a {
  color: inherit;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
}
.main .pageTop a img {
  width: 40px;
  vertical-align: middle;
  -webkit-transition: -webkit-filter 0.3s ease-in-out 0s;
  transition: -webkit-filter 0.3s ease-in-out 0s;
  transition: filter 0.3s ease-in-out 0s;
  transition: filter 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 850px) {
  .main .pageTop a img {
    width: 30px;
  }
}
.main .pageTop a:hover img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
main.quality .pageHeader {
  background-image: none;
  padding-bottom: 0;
}
main.quality .pageHeader .inner {
  min-height: 0;
}
main.quality .pageHeader__mv {
  background-image: url("../img/quality/bg_mv-quality.jpg");
}
main.quality .pageHeader__subTtl {
  left: min(7.6923076923vw, 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}