@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
#main_col {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 50px 10px 150px;
  background: #f7f7f7;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  #main_col {
    padding: 35px 10px 60px;
  }
}

a.opacity {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
a.opacity:hover {
  opacity: 0.7;
}

.c-ttl__sub {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-ttl__sub {
    font-size: 14px;
    margin: 0 0 17px;
  }
}

.article {
  max-width: 1000px;
  margin: 0 auto;
}
.article__head__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .article__head__ttl {
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 15px;
    padding: 0 20px;
  }
}
.article__head__date {
  color: #999999;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .article__head__date {
    font-size: 12px;
    margin: 0 0 26px;
    padding: 0 20px;
  }
}
.article__img {
  width: 100%;
}
.article__img img {
  width: 100%;
}
.article__bg {
  background: #fff;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .article__bg {
    padding: 30px 20px;
  }
}
.article__in {
  max-width: 840px;
  margin: 0 auto;
}
.article__detail {
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .article__detail {
    margin: 0 0 35px;
  }
}
.article__detail p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .article__detail p {
    line-height: 1.8;
  }
}
.article__detail p:last-of-type {
  margin: 0;
}
.article__nav {
  padding: 30px 45px;
  background: #f7f7f7;
  margin: 0 0 70px;
}
@media only screen and (max-width: 767px) {
  .article__nav {
    padding: 20px 18px;
    margin: 0 0 40px;
  }
}
.article__nav__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .article__nav__ttl {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.article__nav__item {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .article__nav__item {
    margin: 0 0 10px;
  }
}
.article__nav__item:last-child {
  margin: 0;
}
.article__nav__item .link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .article__nav__item .link {
    font-size: 12px;
  }
}
.article__nav__item ul {
  padding: 20px 15px 10px;
}
@media only screen and (max-width: 767px) {
  .article__nav__item ul {
    padding: 13px 10px 10px;
  }
}
.article__nav__item ul li {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .article__nav__item ul li {
    margin: 0 0 8px;
  }
}
.article__nav__item ul li:last-child {
  margin: 0;
}
.article__nav__item ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article__nav__item ul li a {
    font-size: 12px;
  }
}
.article__nav__item ul li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 1px;
  background: #dadada;
}
@media only screen and (max-width: 767px) {
  .article__nav__item ul li a::before {
    top: 8px;
  }
}
.article__block {
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .article__block {
    margin: 0 0 35px;
  }
}
.article__block:last-of-type .article__item:last-of-type {
  margin: 0;
}
.article__block__ttl {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .article__block__ttl {
    font-size: 16px;
    line-height: 1.45;
    padding: 0 0 0 13px;
    margin: 0 0 26px;
  }
}
.article__block__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #92785f;
}
.article__block__des {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .article__block__des {
    line-height: 1.8;
  }
}
.article__block__des a {
  color: #1a73e8;
  border-bottom: 1px solid #1a73e8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.article__block__des a:hover {
  opacity: 0.7;
}
.article__block__des a[target=_blank] {
  position: relative;
}
.article__block__des a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0 1px 4px;
  width: 11px;
  height: 11px;
  background: url(../img/ico_blank.svg) no-repeat center center/100%;
}
.article__block__des strong {
  font-weight: 700;
}
.article__item {
  margin: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  .article__item {
    margin: 0 0 60px;
  }
}
.article__item__ttl {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 0 0 10px;
  border-bottom: 1.5px solid #dadada;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .article__item__ttl {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.article__item__ttl a {
  color: #1a73e8;
  text-decoration: underline;
}
.article__item__slider {
  margin: 0 0 20px;
}
.article__item__slider .slider__main {
  margin: 0 0 10px;
}
.article__item__slider .slider__main__item {
  position: relative;
}
.article__item__slider .slider__main__item::before {
  content: "";
  display: block;
  padding-top: 53.75%;
}
.article__item__slider .slider__main__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__item__slider .slider__thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 1%;
}
@media only screen and (max-width: 767px) {
  .article__item__slider .slider__thum {
    gap: 6px 2%;
  }
}
.article__item__slider .slider__thum__item {
  position: relative;
  width: 15.83333333%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .article__item__slider .slider__thum__item {
    width: 23.4%;
  }
}
.article__item__slider .slider__thum__item::before {
  content: "";
  display: block;
  padding-top: 53.75%;
}
.article__item__slider .slider__thum__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__item__slider .slick-arrow {
  position: absolute;
  width: 12px;
  height: 26px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .article__item__slider .slick-arrow {
    display: none !important;
  }
}
.article__item__slider .slick-prev {
  left: 20px;
  background: url(../img/ico_arrow_left.svg) no-repeat center center/100% !important;
}
.article__item__slider .slick-next {
  right: 20px;
  background: url(../img/ico_arrow_right.svg) no-repeat center center/100% !important;
}
.article__item__des {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .article__item__des {
    line-height: 1.8;
  }
}
.article__item__des strong {
  font-weight: 700;
}
.article__item__recommend {
  margin: 0 0 35px;
}
.article__item__recommend .c-ttl__sub {
  margin: 0 0 15px;
}
.article__item__recommend ul li {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  padding: 0 0 0 14px;
}
@media only screen and (max-width: 767px) {
  .article__item__recommend ul li {
    line-height: 1.8;
  }
}
.article__item__recommend ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.article__item__info {
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .article__item__info {
    margin: 0 0 40px;
  }
}
.article__item__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #eaeaea;
}
.article__item__info dl dt {
  padding: 15px 5px;
  text-align: center;
  width: 164px;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .article__item__info dl dt {
    width: 100%;
    padding: 11px 17px 10px;
    line-height: 1.4;
    text-align: left;
  }
}
.article__item__info dl dt:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .article__item__info dl dt:last-of-type {
    border-bottom: 1px solid #eaeaea;
  }
}
.article__item__info dl dd {
  padding: 15px 30px;
  width: calc(100% - 164px);
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .article__item__info dl dd {
    width: 100%;
    padding: 11px 17px 10px;
    line-height: 1.4;
  }
}
.article__item__info dl dd:last-of-type {
  border-bottom: none;
}
.article__item__info dl dd.equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .article__item__info dl dd.equipment {
    gap: 3px 2.89855072%;
    padding: 17px;
  }
}
.article__item__info dl dd.equipment .ico {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .article__item__info dl dd.equipment .ico {
    width: 22.82608696%;
    height: auto;
  }
}
.article__item__info dl dd.equipment .ico img {
  width: 100%;
}
.article__item__access {
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .article__item__access {
    margin: 0 0 38px;
  }
}
.article__item__access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .article__item__access dl {
    gap: 0;
    margin: 0 0 26px;
  }
}
.article__item__access dl dt {
  position: relative;
  width: 190px;
  padding: 0 0 0 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article__item__access dl dt {
    width: 100%;
    margin: 0 0 5px;
    padding: 0 0 0 24px;
  }
}
.article__item__access dl dt.access::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 18px;
  background: url(../img/ico_access.svg) no-repeat center center/100%;
}
@media only screen and (max-width: 767px) {
  .article__item__access dl dt.access::before {
    top: 1px;
  }
}
.article__item__access dl dt.station::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 17px;
  background: url(../img/ico_station.svg) no-repeat center center/100%;
}
@media only screen and (max-width: 767px) {
  .article__item__access dl dt.station::before {
    top: 2px;
  }
}
.article__item__access dl dd {
  width: calc(100% - 190px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article__item__access dl dd {
    width: 100%;
    margin: 0 0 15px;
  }
  .article__item__access dl dd:last-of-type {
    margin: 0;
  }
}
.article__item__access .map iframe {
  width: 100%;
  height: 233px;
}
@media only screen and (max-width: 767px) {
  .article__item__access .map iframe {
    height: 170px;
  }
}
.article__item__voice .wrap {
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .wrap {
    max-height: 600px;
  }
}
.article__item__voice .container {
  padding: 25px 50px 25px 30px;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .container {
    padding: 20px 30px 20px 17px;
  }
}
.article__item__voice .box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box {
    margin: 0 0 30px;
  }
}
.article__item__voice .box:last-child {
  margin: 0;
}
.article__item__voice .box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 13px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box__head {
    gap: 12px 0;
  }
}
.article__item__voice .box__head .name {
  width: 153px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box__head .name {
    width: 100%;
    font-size: 12px;
  }
}
.article__item__voice .box__head dl {
  width: calc(100% - 166px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box__head dl {
    width: 100%;
    gap: 1px 0;
  }
}
.article__item__voice .box__head dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box__head dl .item {
    width: 100%;
  }
}
.article__item__voice .box__head dl dt,
.article__item__voice .box__head dl dd {
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.article__item__voice .box__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 13px;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box__main {
    gap: 0;
  }
}
.article__item__voice .box__main dt {
  width: 153px;
  padding: 5px 10px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box__main dt {
    width: 100%;
    margin: 0 0 12px;
  }
}
.article__item__voice .box__main dd {
  width: calc(100% - 166px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 3px 0 0;
}
@media only screen and (max-width: 767px) {
  .article__item__voice .box__main dd {
    width: 100%;
    margin: 0 0 20px;
  }
  .article__item__voice .box__main dd:last-of-type {
    margin: 0;
  }
}
.article__item__btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  background: #92785f;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 85px 23px 50px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25), 5px -5px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25), 5px -5px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .article__item__btn {
    width: 100%;
    margin: 40px auto 0;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.article__item__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 27px;
  height: 5px;
  background: url(../img/ico_arrow.svg) no-repeat center center/100%;
}
@media only screen and (max-width: 767px) {
  .article__item__btn::before {
    right: 15px;
    width: 17px;
    height: 6px;
    background: url(../img/ico_arrow_sp.svg) no-repeat center center/100%;
  }
}
.article__item__btn span {
  display: inline-block;
}

.related {
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .related {
    padding: 33px 0 0;
  }
}
.related__in {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .related__in {
    padding: 0 10px;
  }
}
.related__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .related__ttl {
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 15px;
  }
}
.related__item {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.related__item:first-child .related__item__container {
  border-top: 1px solid #e4e3e3;
}
.related__item__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related__item__img {
  position: relative;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .related__item__img {
    width: 112px;
  }
}
.related__item__img::before {
  content: "";
  display: block;
  padding-top: 64%;
}
@media only screen and (max-width: 767px) {
  .related__item__img::before {
    padding-top: 114.2857%;
  }
}
.related__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related__item__container {
  border-bottom: 1px solid #e4e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 250px);
  padding: 20px 20px 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .related__item__container {
    width: calc(100% - 112px);
    padding: 15px;
  }
}
.related__item__ttl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .related__item__ttl {
    font-size: 14px;
    line-height: 1.4;
  }
}
.related__item__date {
  margin-top: auto;
  color: #999999;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

.nav__btn {
  position: fixed;
  right: 60px;
  bottom: 100px;
  width: 90px;
  height: 90px;
  background: #92785f;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  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;
  text-align: center;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25), 5px -5px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25), 5px -5px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
@media only screen and (max-width: 767px) {
  .nav__btn {
    right: 15px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    padding: 10px 0 0;
    font-size: 11px;
  }
}
.nav__btn::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 8px;
  background: url(../img/ico_nav_btn.svg) no-repeat center center/100%;
}
@media only screen and (max-width: 767px) {
  .nav__btn::before {
    top: 12px;
    width: 13px;
    height: 7px;
    background: url(../img/ico_nav_btn_sp.svg) no-repeat center center/100%;
  }
}/*# sourceMappingURL=column-detail.css.map */