@charset "UTF-8";
/* Scss Document */
/*=============================================================
鮒鶴の魅力ページ設定
=============================================================*/
.about #sec-history {
  padding-left: 5%;
}
.about #sec-location,
.about #sec-what,
.about #sec-style {
  margin-top: 128px;
  padding-left: 5%;
}
@media screen and (min-width: 768.9px) {
  .about .about-col2 {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 768.9px) {
  .about .about-col2-left {
    padding: 0 50px 0 0;
  }
}
.about .about-col2-left .com-sec-tit {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .about .about-col2-left .com-sec-tit {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768.9px) {
  .about .about-col2-left .com-sec-tit {
    display: flex;
  }
}
@media screen and (min-width: 768.9px) {
  .about .about-col2-left .com-sec-tit .en {
    margin-left: 1em;
  }
}
.about .about-col2-left .com-sec-tit .more {
  border: 1px solid #76572F;
  color: #76572F;
  text-align: center;
  border-radius: 5px;
  font-size: clamp(12px, 3vw, 14px);
}
@media screen and (min-width: 768.9px) {
  .about .about-col2-left .com-sec-tit .more {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768.9px) {
  .about .about-col2-left .com-sec-tit .more {
    writing-mode: horizontal-tb;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
.about .about-col2-left .com-sec-tit .more a {
  display: block;
  padding: 16px 8px 40px 8px;
  line-height: 1;
  position: relative;
  color: #76572F;
}
@media screen and (max-width: 768.9px) {
  .about .about-col2-left .com-sec-tit .more a {
    padding: 4px 32px 4px 16px;
    display: flex;
  }
}
.about .about-col2-left .com-sec-tit .more a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  -webkit-mask: url(../image/common/ico_win.svg) no-repeat center/contain;
  mask: url(../image/common/ico_win.svg) no-repeat center/contain;
  background-color: #76572F;
}
@media screen and (max-width: 768.9px) {
  .about .about-col2-left .com-sec-tit .more a:after {
    right: 10px;
  }
}
@media screen and (min-width: 768.9px) {
  .about .about-col2-left .com-sec-tit .more a:after {
    width: 1em;
    height: 1em;
    bottom: 16px;
  }
}
.about .about-col2-left .com-sec-tit .more a:hover {
  background-color: #76572F;
  color: #fff;
}
.about .about-col2-left .com-sec-tit .more a:hover:after {
  background-color: #fff;
}
.about .about-col2-left .com-sec-tit .more a:hover {
  background-color: #76572F;
  color: #fff;
  opacity: 1;
}
.about .about-col2-left .com-sec-tit .more img {
  margin-top: 0.5em;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 768.9px) {
  .about .about-col2-left .com-sec-tit .more img {
    margin-top: 0em;
  }
}
.about .about-col2-right {
  overflow: hidden;
  min-width: 0;
  text-align: left;
}
.about .about-col2-right .swiper,
.about .about-col2-right .slider1 {
  width: 100%;
}
.about .about-col2-right .swiper .swiper-wrapper,
.about .about-col2-right .slider1 .swiper-wrapper {
  margin-bottom: 26px;
}
@media screen and (min-width: 768.9px) {
  .about .about-col2-right .swiper .swiper-wrapper,
  .about .about-col2-right .slider1 .swiper-wrapper {
    margin-bottom: 52px;
  }
}
.about .about-col2-right .swiper .swiper-wrapper p,
.about .about-col2-right .slider1 .swiper-wrapper p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.about .about-col2-right .swiper .swiper-wrapper p img,
.about .about-col2-right .slider1 .swiper-wrapper p img {
  margin-bottom: 8px;
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media screen and (min-width: 768.9px) {
  .about .about-col2-right .swiper .swiper-wrapper p img,
  .about .about-col2-right .slider1 .swiper-wrapper p img {
    height: 25vw;
  }
}
.about .about-col2-right .swiper .swiper-wrapper p,
.about .about-col2-right .slider1 .swiper-wrapper p {
  font-size: clamp(14px, 3vw, 17px);
  line-height: 2;
}
.about .about_kv {
  margin: 80px auto 92px auto;
}
@media screen and (min-width: 768.9px) {
  .about .about_kv {
    margin: 160px auto 184px auto;
  }
}
.about .about_kv img {
  /*width: 1520px;*/
  max-width: 95%;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 768.9px) {
  .about .about_kv img {
    max-width: 90%;
    height: 630px;
  }
}/*# sourceMappingURL=style_about.css.map */