@charset "UTF-8";
/*//////////////////////////////////////////////////

	日本ヨーガ禅道院 施設について

//////////////////////////////////////////////////*/
/* Scss Document */ /* Scss Document */
#nyz {
  /* 切り替えタブ */
}
#nyz .shisetsu_tab {
  margin-bottom: 32px;
}
#nyz .shisetsu_tab li {
  margin-bottom: 2%;
}
#nyz .shisetsu_tab li a {
  font-size: 1.3rem;
  display: block;
  padding: 14px 12px;
  font-weight: 500;
  text-align: center;
  color: #006e00;
  line-height: 1.2;
  background: #E3EDD6;
  border: 1px solid #006e00;
}
@media (min-width: 375px) {
  #nyz .shisetsu_tab li a {
    font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.48 );
  }
}
@media (min-width: 1000px) {
  #nyz .shisetsu_tab li a {
    font-size: 1.6rem;
  }
}
#nyz .shisetsu_tab li a span {
  margin-right: 8px;
}
#nyz .shisetsu_tab li a span:last-child {
  margin-right: 0;
}
#nyz .shisetsu_tab li a.active {
  color: #fff;
  background: #006e00;
}
#nyz .shisetsu_tab li a:hover {
  opacity: 1;
}
#nyz .shisetsu_tab li:last-child {
  margin-bottom: 0;
}
#nyz .nyz__contents {
  display: none;
}
#nyz .nyz__contents.active {
  display: block;
}
#nyz .nyz__contents .nyz__contents--secttl {
  font-size: 1.7rem;
  margin-bottom: 4.4%;
  font-weight: 500;
  font-family: inherit;
  text-align: left;
  color: #006e00;
  position: relative;
}
@media (min-width: 375px) {
  #nyz .nyz__contents .nyz__contents--secttl {
    font-size: calc( 1.7rem + ( 1vw - 3.75px ) * 2.08 );
  }
}
@media (min-width: 1000px) {
  #nyz .nyz__contents .nyz__contents--secttl {
    font-size: 3rem;
  }
}
#nyz .nyz__contents .nyz__contents--secttl span {
  padding-right: 1.55%;
  width: fit-content;
  background: #f4f4ef;
  position: relative;
  z-index: 1;
}
#nyz .nyz__contents .nyz__contents--secttl::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #006e00;
  z-index: 0;
}
#nyz .nyz__contents--wrap .nyz__contents--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column-reverse;
}
#nyz .nyz__contents--wrap .nyz__contents--top .left_column {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
#nyz .nyz__contents--wrap .nyz__contents--top .right_column {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
#nyz .nyz__contents--wrap .nyz__contents--bottom {
  margin-top: 4%;
}
#nyz .nyz__contents--wrap .nyz__contents--box {
  margin-bottom: 7%;
}
#nyz .nyz__contents--wrap .nyz__contents--box + .facility_about {
  margin-bottom: 7%;
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item {
  margin-bottom: 5%;
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .ttl {
  font-size: 1.6rem;
  margin-bottom: 1.5%;
  font-weight: 500;
  color: #006e00;
  line-height: 1.2;
}
@media (min-width: 375px) {
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .ttl {
    font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.96 );
  }
}
@media (min-width: 1000px) {
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .ttl {
    font-size: 2.2rem;
  }
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .txt {
  font-size: 1.4rem;
  line-height: 1.5em;
}
@media (min-width: 375px) {
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .txt {
    font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.32 );
  }
}
@media (min-width: 1000px) {
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .txt {
    font-size: 1.6rem;
  }
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .btn {
  margin-top: 2%;
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button {
  font-size: 1.4rem;
  padding: 15px;
  position: relative;
}
@media (min-width: 375px) {
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button {
    font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.32 );
  }
}
@media (min-width: 1000px) {
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button {
    font-size: 1.6rem;
  }
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a::before, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a::after, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button::before, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button::after {
  content: "";
  width: 1px;
  height: 7px;
  position: absolute;
  right: 12px;
  background: #006e00;
  transition: 0.3s;
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a::before, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button::before {
  top: calc(50% - 2.25px);
  transform: translateY(-50%) rotate(-45deg);
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a::after, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button::after {
  top: calc(50% + 2.25px);
  transform: translateY(-50%) rotate(45deg);
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a:hover::before, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a:hover::after, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button:hover::before, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button:hover::after {
  background: #fff;
}
#nyz .nyz__contents--wrap .facility_about .facility_about__item:last-child {
  margin-bottom: 0;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #nyz .shisetsu_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  #nyz .shisetsu_tab li {
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 0;
  }
  #nyz .shisetsu_tab li a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
  }
  #nyz .shisetsu_tab li a span {
    margin-right: 0;
  }
  #nyz .shisetsu_tab li a.active::after {
    content: "";
    border-width: 0 13px 16px 13px;
    border-style: solid;
    border-color: transparent transparent #006e00 transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  #nyz .shisetsu_tab li:first-child a {
    border-right: none;
  }
  #nyz .shisetsu_tab li:last-child a {
    border-left: none;
  }
  #nyz .nyz__contents--wrap .nyz__contents--top {
    flex-direction: row;
  }
  #nyz .nyz__contents--wrap .nyz__contents--top .left_column {
    flex: 0 1 56.268509%;
    width: 56.268509%;
    max-width: 56.268509%;
  }
  #nyz .nyz__contents--wrap .nyz__contents--top .left_column .facility_about .facility_about__item {
    margin-bottom: 6.22%;
  }
  #nyz .nyz__contents--wrap .nyz__contents--top .left_column .facility_about .facility_about__item .ttl {
    margin-bottom: 2.84%;
  }
  #nyz .nyz__contents--wrap .nyz__contents--top .left_column .facility_about .facility_about__item .btn {
    margin-top: 2.84%;
  }
  #nyz .nyz__contents--wrap .nyz__contents--top .left_column .facility_about .facility_about__item:last-child {
    margin-bottom: 0;
  }
  #nyz .nyz__contents--wrap .nyz__contents--top .right_column {
    flex: 0 1 39.486673%;
    width: 39.486673%;
    max-width: 39.486673%;
  }
  #nyz .nyz__contents--wrap .nyz__contents--bottom {
    margin-top: 3.5%;
  }
  #nyz .nyz__contents--wrap .nyz__contents--box {
    margin-bottom: 2%;
  }
  #nyz .nyz__contents--wrap .facility_about .facility_about__item {
    margin-bottom: 3.5%;
  }
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .ttl {
    margin-bottom: 1.6%;
  }
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .txt {
    line-height: 1.812em;
  }
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn {
    margin-top: 1.6%;
  }
  #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn a, #nyz .nyz__contents--wrap .facility_about .facility_about__item .btn button {
    margin-left: 0;
    padding: 12px;
    max-width: 187px;
  }
}
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #nyz .shisetsu_tab {
    margin-bottom: 72px;
  }
  #nyz .shisetsu_tab li a {
    padding: 18px 25px;
  }
}