@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */

/* body {
  background-image: url(/suirei/cuisine/images/common/back_img_wh.webp);
} */

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  position: relative;
  text-align: center;
  background-image: url(../images/common/title.webp);
  background-size: cover;
  background-position: 50%;
  height: 200px;
  overflow: hidden;
}
.con_title h2 {
  width: 100%;
  font-size: 42px;
  line-height: 1.5;
}
/* -----------------------------------------------------------
	.box_list
----------------------------------------------------------- */
.box_list {
  margin: 65px auto 40px;
}
.box_list ul {
  width: 85%;
  margin: 0 auto;
  display: flex;
  max-width: 700px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.box_list ul li {
  text-align: center;
  cursor: pointer;
  width: 33.2%;
  margin: 0 0 30px 0;
}

.box_list ul li p {
  position: relative;
  display: block;
  padding: 10px 0 25px;
  color: #fff;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.box_list ul li > p::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  transform: translateX(-50%) rotate(135deg);
  bottom: 5px;
  left: 50%;
}
.box_list ul li p:hover {
  opacity: 0.75;
}

/* -----------------------------------------------------------
	フォトギャラリー
----------------------------------------------------------- */
.photo_box {
  width: 90%;
  max-width: 1000px;
  margin: 15px auto 100px;
}
.panel {
  display: none;
}
.panel.active {
  display: block;
}
.gallery_list {
  display: grid;
  gap: 4px;
}
.gallery_list_item span {
  display: none;
}
.pswp__icn-shadow {
  stroke: none;
}
.gallery_list {
  grid-template-columns: repeat(3, 1fr);
}
.gallery_list_item:hover {
  cursor: pointer;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: unset;
}

@media screen and (min-width: 768px) {
  .box_list ul {
    flex-wrap: nowrap;
  }
  .box_list ul li {
    flex-grow: 1;
    width: auto;
  }
  /* -----------------------------------------------------------
	フォトギャラリー
----------------------------------------------------------- */
  .gallery_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  /* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
  .con_title {
    background-position: 50% 53%;
    height: 300px;
  }
  /* -----------------------------------------------------------
	.box_list
----------------------------------------------------------- */
  .box_list {
    margin: 70px auto 0;
  }
  .box_list ul li > p::after {
    top: 50px;
    right: 50%;
  }
  /* -----------------------------------------------------------
	フォトギャラリー
----------------------------------------------------------- */
  .gallery {
    width: 900px;
    margin: 0 auto;
  }
  .section_wrap .section_inner {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1920px) {
}

/* 画像ナビゲーション矢印の調整 */
.pswp--touch .pswp__button--arrow {
  visibility: inherit;
}
.pswp .pswp__button--arrow--prev,
.pswp .pswp__button--arrow--next {
  opacity: 0;
}
.pswp .pswp__button--arrow--prev .pswp__icn-shadow,
.pswp .pswp__button--arrow--next .pswp__icn-shadow {
  stroke: inherit;
}
.pswp .pswp__button--arrow--prev {
  left: initial;
  right: initial;
}
.pswp .pswp__button--arrow--next {
  left: initial;
  right: initial;
}
.pswp-caption-content.caption_en {
  display: none;
}
