@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 一覧・詳細　共通
===========================================*/
body {
  overflow-x: clip; }

.content.gallery {
  width: 100%;
  margin: 0 auto 86px;
  line-height: 1.5;
  overflow: hidden; }

.content.gallery_list, .gallery_detail .detail_wrap {
  max-width: 1140px; }

.gallery_list_item a {
  display: block;
  color: #000;
  padding: 0 2.5%;
  transition: .3s; }

.new {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  background: #d98c94;
  display: inline-block;
  max-width: 60px;
  width: 100%;
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px 0 0;
  float: left; }

.example_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #df8458;
  word-wrap: break-word; }

.cost_block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.cost_head {
  font-weight: bold;
  color: #fff;
  background: #7ca687;
  text-align: center;
  max-width: 100px;
  width: 100%;
  padding: 4px 0;
  margin: 0 24px 0 0;
  letter-spacing: 0.4rem; }

.cost_body {
  color: #ff0000;
  letter-spacing: 0.1rem;
  font-weight: 500; }

.cost_body .price {
  font-weight: bold;
  font-size: 2.2rem; }

.category_list_block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0; }

@media screen and (max-width: 767px) {
  .category_list_block {
    margin: 10px auto 0; } }
.category_item {
  border-radius: 3px;
  border: 1px dashed #c9c9c9;
  padding: 2px 7px;
  display: inline-block;
  margin: 0 15px 7px 0; }

.gallery_list_item .item_img, .other_gallery_item .item_img {
  width: 100%; }

.gallery_list_item .item_img_inner, .other_gallery_item .item_img_inner {
  border: solid 1px #c9c9c9;
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.7%; }

.gallery_list_item .item_img_inner img, .other_gallery_item .item_img_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%; }

@media screen and (min-width: 768px) {
  .gallery_list_item a:hover {
    opacity: 0.5; } }
@media screen and (max-width: 767px) {
  .category_item {
    font-size: 1.4rem;
    margin: 0 7px 7px 0; } }
@media screen and (max-width: 480px) {
  .example_ttl {
    font-size: 1.8rem; }

  .category_list_block {
    margin: 15px auto 0; } }
/*==========================================
 メニュー
===========================================*/
.gallery_menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 25px; }

.gallery_menu .menu__single {
  max-width: 200px;
  width: 100%; }

.gallery_menu .menu__single .init-bottom {
  display: block;
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  position: relative; }

.gallery_menu .menu__single .init-bottom span {
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .gallery_menu .menu__single:not(:last-child) {
    margin: 0 2% 0 0; }

  .gallery_menu .menu__single .init-bottom span {
    position: relative;
    z-index: 1; }

  .gallery_menu .menu__single .init-bottom::after {
    content: "";
    border: 1px dashed #898989;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

  .gallery_menu .menu__single .init-bottom::before {
    position: absolute;
    z-index: 0;
    content: "";
    background: #fff4e9;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: 0;
    top: 0;
    opacity: 0; }

  .gallery_menu .menu__single .init-bottom.current::before, .gallery_menu .menu__single .init-bottom:hover::before {
    -webkit-transform: translate(7px, 7px);
    transform: translate(7px, 7px);
    opacity: 1; } }
@media screen and (max-width: 767px) {
  .gallery_menu {
    flex-wrap: wrap;
    padding: 0 2.5%; }

  .gallery_menu .menu__single {
    max-width: inherit;
    width: 49%; }

  /*.gallery_menu .menu__single:first-child{
   width: 100%;
   margin: 0 auto 15px;
  }
  */
  .gallery_menu .menu__single:nth-of-type(2) {
    display: none; }

  .gallery_menu .menu__single:nth-of-type(1), .gallery_menu .menu__single:nth-of-type(4) {
    margin: 0 2% 15px 0; }

  .gallery_menu .menu__single .init-bottom {
    border: 1px dashed #898989; }

  .gallery_menu .menu__single .init-bottom.current {
    background: #fff4e9; } }
@media screen and (max-width: 480px) {
  .gallery_menu .menu__single:nth-of-type(1), .gallery_menu .menu__single:nth-of-type(4) {
    margin: 0 2% 7px 0; } }
.gallery_sub_menu_block {
  background: url(../../img/common/bg_stripe_orange.png);
  padding: 40px 0;
  position: relative;
  margin: 50px auto 0; }

.gallery_sub_menu {
  padding: 0 25px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.gallery_sub_menu li {
  border: 1px dashed #c9c9c9;
  background: #fff; }

.gallery_sub_menu li a {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  transition: .3s; }

@media screen and (min-width: 768px) {
  .menu_block_row::before, .menu_block_taste::before, .menu_block_kodawari::before, .menu_block_place::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 50%;
    border: 40px solid transparent;
    border-bottom: 40px solid #FEF3E1; }

  .menu_block_row::before {
    margin-left: -260px; }

  .menu_block_taste::before {
    margin-left: -40px; }

  .menu_block_kodawari::before {
    margin-left: 185px; }

  .menu_block_place::before {
    margin-left: 400px; } }
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .menu_block_row::before {
    margin-left: -24%; }

  .menu_block_kodawari::before {
    margin-left: 14%; }

  .menu_block_place::before {
    margin-left: 33%; } }
@media screen and (max-width: 1070px) {
  .gallery_sub_menu {
    padding: 0 2.5%; } }
@media screen and (max-width: 767px) {
  .gallery_sub_menu_block {
    margin: 20px auto 0; }

  .menu_block_row {
    display: none; } }
/*submenu*/
.gallery_sub_menu li a.current {
  background: #f1ffe8; }

/*submenu01*/
.gallery_sub_menu.sub_menu_01 li {
  max-width: 200px;
  width: 100%; }

.gallery_sub_menu.sub_menu_01 li:not(:last-child) {
  margin: 0 2% 0 0; }

.gallery_sub_menu.sub_menu_01 li a {
  font-weight: 500;
  font-size: 1.8rem;
  padding: 10px 0; }

.gallery_sub_menu.sub_menu_01 li img {
  vertical-align: middle;
  margin: 0 5% 0 0; }

@media screen and (min-width: 768px) {
  .gallery_sub_menu li a:hover {
    background: #f1ffe8; } }
/*submenu02 03*/
.gallery_sub_menu_block .sub_menu_02, .gallery_sub_menu_block .sub_menu_03 {
  flex-wrap: wrap; }

.gallery_sub_menu.sub_menu_02 li {
  max-width: 200px;
  width: 100%;
  margin: 0 0 20px 0; }

.gallery_sub_menu.sub_menu_02 li a span {
  font-weight: bold; }

.gallery_sub_menu.sub_menu_03 li {
  max-width: 170px;
  width: 100%;
  margin: 0 0 20px 0; }

@media screen and (min-width: 768px) and (max-width: 1169px) {
  .gallery_sub_menu.sub_menu_02 li {
    margin: 0 2% 20px 0; }

  .gallery_sub_menu.sub_menu_03 li {
    margin: 0 1.5% 20px 0; } }
@media screen and (min-width: 1070px) {
  .gallery_sub_menu.sub_menu_02 li:not(:nth-child(5n)) {
    margin: 0 2% 20px 0; }

  .gallery_sub_menu.sub_menu_03 li:not(:nth-child(6n)) {
    margin: 0 1.2% 20px 0; } }
@media screen and (max-width: 767px) {
  /*.gallery_sub_menu.sub_menu_02 li{
   max-width: inherit;
   width: 49%; 
  }
  .gallery_sub_menu.sub_menu_02 li:nth-child(odd){
   margin: 0 2% 20px 0;
  }*/
  .gallery_sub_menu.sub_menu_02 li, .gallery_sub_menu.sub_menu_03 li {
    max-width: inherit;
    width: auto;
    width: initial;
    margin: 0 10px 10px 0; }

  .gallery_sub_menu.sub_menu_02 li a, .gallery_sub_menu.sub_menu_03 li a {
    padding: 10px 5px; } }
@media screen and (max-width: 480px) {
  .gallery_sub_menu.sub_menu_01 li a img {
    display: block;
    max-width: 40px;
    width: 100%;
    margin: 0 auto 5px; }

  .gallery_sub_menu.sub_menu_01 li a {
    font-size: 1.6rem; }

  .gallery_sub_menu.sub_menu_02 li a span {
    font-size: 1.1rem; } }
/*==========================================
 一覧
===========================================*/
.gallery_list_area {
  margin: 50px auto 0; }

.gallery_list_item {
  border-bottom: solid 1px #c9c9c9;
  padding: 0 0 40px; }

/*3点リーダー*/
.js-text-overflow {
  overflow: hidden;
  width: 100%;
  height: 3.2em; }

/*=== 1列 ===*/
.block_1row .gallery_list_item:last-child {
  border-bottom: none;
  padding: 0; }

.gallery_list_block.block_1row .gallery_list_item {
  margin: 0 auto 40px; }

.block_1row .example_ttl {
  overflow: hidden;
  position: relative;
  height: 1.5em;
  line-height: 1.5;
  background-color: #fff;
  padding-right: 1em;
  margin: 0 0 30px 0; }

.block_1row .example_ttl::before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em; }

.block_1row .example_ttl::after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit; }

.block_1row .gallery_list_item .item_img {
  max-width: 375px;
  margin: 0 auto 20px; }

.block_1row .gallery_list_item .item_img_inner img {
  max-width: 375px; }

.block_1row .item_txt .first_txt {
  margin: 0 auto 30px; }

@media screen and (min-width: 768px) {
  .block_1row .gallery_list_item .item_img {
    width: 37%;
    margin: 0 4% 0 0; }

  .block_1row .gallery_list_item .item_txt {
    width: 63%; } }
@media screen and (max-width: 767px) {
  .block_1row .gallery_list_item .flex01 {
    display: block; } }
@media screen and (max-width: 480px) {
  .block_1row .example_ttl {
    margin: 0 auto 15px; }

  .block_1row .item_txt .first_txt {
    margin: 0 auto 15px; } }
/*=== 2列 ===*/
.block_2row .example_ttl {
  margin: 0 auto 30px; }

.block_2row .gallery_list_item .item_img {
  max-width: 480px;
  margin: 0 auto 20px; }

.block_2row .gallery_list_item .item_img_inner img {
  max-width: 480px; }

.block_2row .cost_block {
  justify-content: flex-end;
  margin: 20px auto 0; }

@media screen and (max-width: 767px) {
  .block_2row .example_ttl {
    margin: 0 auto 15px; } }
@media screen and (min-width: 768px) {
  .block_2row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }

  .block_2row .gallery_list_item {
    width: 50%; }

  .block_2row .gallery_list_item {
    padding: 0 2.5%;
    margin: 0 0 30px; }

  .block_2row .gallery_list_item a {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 30px; } }
@media screen and (max-width: 767px) {
  .block_2row .gallery_list_item {
    margin: 0 auto 30px; } }
@media screen and (max-width: 480px) {
  .block_2row .example_ttl {
    margin: 0 auto 15px; } }
/*=== 4列 ===*/
.block_4row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.block_4row .gallery_list_item {
  margin: 0 0 30px; }

.block_4row .gallery_list_item a {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px; }

.block_4row .example_ttl {
  margin: 0 auto 20px; }

.block_4row .gallery_list_item .item_img {
  max-width: 250px;
  margin: 0 auto 20px; }

.block_4row .gallery_list_item .item_img_inner img {
  max-width: 250px; }

.block_4row .cost_block {
  margin: 20px auto 0;
  justify-content: space-between; }

@media screen and (min-width: 768px) {
  .block_4row .gallery_list_item {
    width: 25%; }

  .block_4row .gallery_list_item {
    padding: 0 1%; }

  .block_4row .gallery_list_item a {
    max-width: 250px;
    padding: 0 0 40px; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  .block_4row .example_ttl {
    font-size: 1.8rem; }

  .block_4row .cost_head {
    max-width: 50px; } }
@media screen and (max-width: 767px) {
  .block_4row .gallery_list_item {
    width: 50%; }

  .block_4row .gallery_list_item {
    padding: 0 2%; }

  .block_4row .gallery_list_item a {
    max-width: 480px; } }
@media screen and (max-width: 480px) {
  .block_4row .gallery_list_item {
    width: 100%; } }
/*more btn*/
.more_btn_wrap {
  padding: 0 2.5%; }

.list_more_btn {
  margin: 75px auto 0;
  font-weight: bold; }

/*==========================================
 詳細
===========================================*/
.gallery_detail .detail_wrap {
  margin: 0 auto 40px;
  width: 100%; }

.gallery_detail_block {
  margin: 55px auto 0; }

.gallery_detail .detail_wrap {
  padding: 0 2.5%; }

.gallery_detail_block .cost_block {
  justify-content: flex-end; }

.gallery_detail_block .example_ttl {
  border-bottom: 1px solid #c9c9c9;
  padding: 0 0 5px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.gallery_detail_block .customer_data {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right; }

.gallery_detail_block .txt_free_block {
  margin: 0 auto 40px;
  padding-top: 80px; }

@media screen and (max-width: 767px) {
  .gallery_detail_block .txt_free_block {
    padding-top: 0; } }
@media screen and (min-width: 1040px) {
  .gallery_detail .detail_wrap {
    padding: 0 25px; } }
@media screen and (max-width: 480px) {
  .gallery_detail_block {
    margin: 35px auto 0; } }
/*interview btn*/
.btn_interview {
  display: block;
  background: #f7ba84;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 430px;
  width: 100%;
  padding: 15px 0;
  border: 2px solid #f7ba84;
  border-radius: 55px;
  text-align: center;
  transition: .3s;
  margin: 40px auto; }

.btn_interview > i {
  margin: 0 2% 0 0; }

@media screen and (min-width: 768px) {
  .btn_interview:hover {
    border: 2px solid #f7ba84;
    color: #f7ba84;
    background: #fff; } }
@media screen and (max-width: 480px) {
  .btn_interview {
    font-size: 1.6rem; } }
.js-text-overflow_cg {
  overflow: hidden;
  width: 100%;
  height: 4.5em; }

.other_gallery {
  background: url(../../img/common/bg_stripe_orange.png);
  padding: 50px 0; }

.other_gallery_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px; }

.other_gallery_block {
  width: 100%;
  margin: 0 auto; }

.other_gallery_item {
  border: 1px solid #c9c9c9;
  background: #fff;
  width: 25%; }

.other_gallery_item a {
  display: block;
  color: #000;
  padding: 25px 15px;
  transition: .3s; }

.other_gallery_item .item_ttl {
  color: #e4a86e;
  font-size: 1.8rem;
  font-weight: bold; }

.other_gallery_item .item_img {
  max-width: 250px;
  margin: 15px auto 20px; }

.other_gallery_item .item_img_inner {
  padding-bottom: 74.4%; }

.other_gallery_item .item_img_inner img {
  max-width: 250px; }

@media screen and (min-width: 768px) {
  .other_gallery_block {
    max-width: 1140px;
    padding: 0 25px;
    justify-content: center; }

  .other_gallery_block .other_gallery_item:not(:last-child) {
    margin: 0 1.5% 0 0; }

  .other_gallery_item a:hover {
    opacity: 0.5; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  .other_gallery_item .item_img {
    margin: 5px auto 10px; }

  .other_gallery_item a {
    padding: 7% 5%; }

  .other_gallery_item .item_ttl {
    font-size: 1.6rem; }

  .other_gallery_item .cg_txt {
    font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  .other_gallery {
    padding: 50px 2.5%; }

  .other_gallery_block {
    flex-wrap: wrap; }

  .other_gallery_item {
    width: 49%;
    margin: 0 0 15px 0; }

  .other_gallery_item:nth-child(odd) {
    margin: 0 2% 15px 0; } }
@media screen and (max-width: 480px) {
  .other_gallery {
    padding: 30px 2.5%; }

  .other_gallery_ttl {
    font-size: 1.8rem;
    margin: 0 auto 30px; }

  .other_gallery_item a {
    padding: 10px; }

  .other_gallery_item .item_ttl {
    font-size: 1.6rem; }

  .other_gallery_item .item_img {
    margin: 7px auto 10px; }

  .js-text-overflow_cg {
    font-size: 1.4rem; } }
/*=== 画像スライド ===*/
.gallery_main_slide {
  margin: 40px auto; }

.before_slide_area {
  background: #fdf4ea;
  padding: 0px 0 20px;
  position: relative; }

.before_slide_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500%;
  right: -500%;
  height: 100%;
  /*width: 1000%;*/
  background: #fdf4ea;
  z-index: -10000;
  overflow: hidden; }

.gallery_slider_main {
  max-width: 664px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .gallery_slider_main .slick-dotted.slick-slider {
      margin-bottom: 0;
      padding-bottom: 30px; } }
  .gallery_slider_main .slick-dots {
    bottom: 0; }
    .gallery_slider_main .slick-dots li {
      width: 1em;
      height: 1em;
      font-size: clamp(1.2rem, 3vw, 3rem); }
      .gallery_slider_main .slick-dots li button {
        padding: 0;
        width: 100%;
        height: 100%; }
        .gallery_slider_main .slick-dots li button::before {
          width: 100%;
          text-align: center;
          height: auto;
          font-size: initial;
          line-height: 1;
          top: calc(50% - 0.5em); }
  .gallery_slider_main .slick-prev, .gallery_slider_main .slick-next {
    width: 47px;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 0;
    top: 43%; }
    .gallery_slider_main .slick-prev::before, .gallery_slider_main .slick-next::before {
      display: none; }
    @media screen and (max-width: 767px) {
      .gallery_slider_main .slick-prev, .gallery_slider_main .slick-next {
        width: 10%;
        top: 36%; } }
  .gallery_slider_main .slick-prev {
    background: url(../../img/gallery/arw_prev.png) no-repeat center center/contain; }
  .gallery_slider_main .slick-next {
    background: url(../../img/gallery/arw_next.png) no-repeat center center/contain; }

/*メイン*/
.gallery_slider_main .slider_post {
  width: 100%; }
  .gallery_slider_main .slider_post .slider_cup {
    margin-top: 1em;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem); }

.gallery_slider_main .slider_post_inner {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.3%; }

.gallery_slider_main .slider_post_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: initial; }

.slick-prev, .slick-next {
  z-index: 1; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/*サムネイル*/
.gallery_slider_sub {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .gallery_slider_sub {
      display: none; } }

.gallery_slider_sub .slider_post {
  width: 100%;
  max-width: 100px;
  background: #f5f5f5;
  margin: 0 3% 15px 0; }

.gallery_slider_sub .slider_block_sub {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.gallery_slider_sub a {
  cursor: pointer;
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  transition: .3s; }

.gallery_slider_sub a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: none; }

@media screen and (min-width: 768px) {
  .gallery_slider_main {
    width: 65%;
    margin: 0 2% 0 0; }

  .before_slide_area .gallery_slider_main {
    margin: 0 0 0 2%; }

  .gallery_slider_sub {
    width: 35%;
    max-width: 335px; }

  .gallery_slider_sub a:hover {
    opacity: 0.5; }

  .gallery_slider_sub .slider_post {
    width: 30%;
    margin: 0 0 15px 0; }

  .gallery_slider_sub .slider_post:not(:nth-child(3n)) {
    margin: 0 3.3% 15px 0; } }
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .gallery_slider_main {
    width: 65%;
    margin: 0 5% 0 0; } }
@media screen and (max-width: 767px) {
  .gallery_main_slide.flex01 {
    display: block; }

  .gallery_slider_main {
    margin: 0 auto; }

  .gallery_slider_sub .slider_post {
    width: 30%; } }
@media screen and (max-width: 480px) {
  .gallery_main_slide {
    margin: 20px auto; }

  .bx-wrapper .bx-controls-direction a {
    width: 10%;
    padding: 5% 0 0 0;
    height: auto; }

  .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background-size: contain; }

  .bx-wrapper .bx-controls-direction a:hover {
    width: 10%;
    height: auto; }

  .bx-wrapper .bx-controls-direction a {
    margin-top: -14%; } }
.gallery_slider_sub .slider_post {
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .gallery_slider_sub .slider_post:hover {
      cursor: pointer;
      opacity: 0.5; } }
  .gallery_slider_sub .slider_post img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1; }

/* ============== */
/* 画像スライド タイトル */
.before_slide_ttl_area {
  background: url(../../img/gallery/gallery_img01.png) no-repeat top -1px center;
  height: 91px;
  width: 425px;
  margin-left: 11%;
  text-align: center;
  padding: 2px 0 0 0; }

.before_slide_ttl {
  font-size: 28px;
  font-weight: bold; }

.before_slide_ttl_cap {
  font-size: 14px; }

/* 画像スライド 情報欄*/
.gallery_info_area {
  padding: 50px 0; }

@media screen and (max-width: 767px) {
  .before_slide_ttl_area {
    width: auto;
    margin-left: auto; }

  .gallery_info_flex {
    display: block; } }
.gallery_info_blc {
  flex-basis: 50%; }

.gallery_info_ul {
  padding-right: 4%; }

.gallery_info_li {
  margin-bottom: 24px; }

.gallery_info_li_flex {
  display: flex;
  align-items: center; }

.info_txt {
  letter-spacing: 0.1rem;
  font-weight: 500; }

/* 画像スライド 情報欄beforeafter*/
.gallery_b_a_flex {
  background: url(../../img/gallery/gallery_img02.png) no-repeat top 60% center; }

.gallery_b_a_blc {
  text-align: center;
  flex-basis: 46%;
  margin: 2% 0px; }

.gallery_b_a_ttl {
  font-size: 18px;
  font-weight: bold;
  background: url(../../img/common/inner_ttl_line.svg) no-repeat center center;
  -webkit-background-size: 158%;
  background-size: 158%; }

.gallery_b_a_ttl_cap {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 24px; }

.gallery_b_a_img {
  position: relative; }

.gallery_b_a_img a {
  display: inline-block;
  overflow: hidden;
  height: 0;
  padding-bottom: 76.7%;
  border: 1px #c9c9c9 solid;
  width: 100%;
  /*max-width: 230px;*/
  position: relative; }

.gallery_b_a_img a::before {
  position: absolute;
  content: url(../../img/common/btn_zoom.svg);
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 9; }

.gallery_b_a_img a:hover {
  opacity: 0.8;
  background: #f8f8f8; }

.gallery_b_a_img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: 100%;
  height: 100%;
  padding: 20px 2%; }

/*コメントエリア*/
.comment_area {
  background: #edf9f1;
  padding: 50px 0;
  position: relative;
  margin-bottom: 50px; }

.comment_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500%;
  height: 100%;
  width: 1000%;
  background: #edf9f1;
  z-index: -10000; }

.comment_main_ttl {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px; }

.comment_main_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 420px;
  background: #000; }

.comment_content_blc {
  background: #fff;
  border-radius: 20px;
  padding: 30px 2%;
  margin-bottom: 20px; }

.comment_content_ttl {
  border-bottom: 1px solid #f8f8f8;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  margin-bottom: 8px; }

.c_ttl_span {
  color: #bad6e2; }

.comment_content_txt {
  line-height: 1.8; }

/*===========================
pagination_area
==========================*/
.pagination_area {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 130px;
  padding: 0 2.5%;
  text-align: center; }

.pagination_btn_ul a {
  text-decoration: none;
  transition: all 0.3s;
  width: 100%; }

.pagination_btn_ul {
  max-width: 460px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

@media screen and (max-width: 510px) {
  .pagination_btn_ul {
    max-width: 282px; } }
.pagination_btn_ul li {
  float: left; }

.prev_arm {
  font-size: 12px;
  display: block;
  color: #abc3a6;
  transition: all 0.3s;
  padding-top: 13px; }

@media screen and (max-width: 510px) {
  .prev_arm {
    padding-top: 7px; } }
.number {
  margin: 0 2.2%; }

@media screen and (max-width: 510px) {
  .number {
    margin: 0 1.5%; } }
.number_round {
  display: inline-block;
  width: 36.75px;
  height: 36.75px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #abc3a6;
  color: #abc3a6;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 10px;
  transition: all 0.3s; }

@media screen and (max-width: 510px) {
  .number_round {
    width: 25px;
    height: 25px;
    padding-top: 4px; } }
.number_more {
  display: inline-block;
  color: #abc3a6;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 7px 5px 0 0;
  transition: all 0.3s; }

@media screen and (max-width: 510px) {
  .number_more {
    padding: 1px 3px 0 0; } }
@media screen and (min-width: 768px) {
  .pagination_btn_ul a:hover .number_round {
    background-color: #abc3a6;
    border: 1px solid #abc3a6;
    color: #fff; }

  .pagination_btn_ul a:hover .prev_arm,
  .pagination_btn_ul a:hover .number_more {
    opacity: 0.5; } }
.cat_content_menu_ul .cat_content_menu_li .not_use {
  color: #fff;
  background-color: #b9b9b9;
  border: 1px solid #b9b9b9;
  cursor: default;
  pointer-events: none; }

.pager_btn .wp-pagenavi span.pages {
  display: none; }

.pager_btn .wp-pagenavi .previouspostslink,
.pager_btn .wp-pagenavi .nextpostslink {
  font-size: 24px;
  color: #abc3a6;
  transition: all 0.3s;
  padding-top: 13px;
  border: none; }

.pager_btn .wp-pagenavi span.current,
.pager_btn .wp-pagenavi a.page {
  text-align: center;
  display: inline-block;
  width: 36.75px;
  height: 36.75px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #abc3a6;
  color: #abc3a6;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 10px;
  transition: all 0.3s;
  border-color: #abc3a6;
  margin: 0 12px;
  line-height: 1;
  margin-bottom: 20px; }

.pager_btn .wp-pagenavi span.current,
.pager_btn .wp-pagenavi a.page:hover {
  background-color: #abc3a6;
  color: #fff; }

.cat_content_menu_li a:hover {
  background-color: #7ca687;
  border: 1px solid #7ca687;
  color: #fff; }

.cat_content_menu_li a.current02 {
  background-color: #7ca687;
  border: 1px solid #7ca687;
  color: #fff; }

/*--イベント発火用ＣＳＳ--*/
.click {
  background-color: #7ca687;
  border: 1px solid #7ca687;
  color: #fff; }

.img_cap {
  display: block;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .gallery-ctsArea {
    display: flex;
    flex-direction: column; } }
.gallery-ctsArea .gallery-info {
  order: 2; }
.gallery-ctsArea .gallery_ctsList {
  order: 1; }

.gallery-info {
  position: relative;
  padding: 25px 0; }
  .gallery-info::before {
    content: "";
    display: block;
    background: #fbecde;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .gallery-info .info-list {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .gallery-info .info-list .info-item {
      display: flex;
      width: fit-content;
      margin-top: 5px;
      margin-bottom: 5px; }
      .gallery-info .info-list .info-item:not(:last-child) {
        margin-right: 5em; }
      @media screen and (max-width: 767px) {
        .gallery-info .info-list .info-item {
          width: 100%; }
          .gallery-info .info-list .info-item:not(:last-child) {
            margin-right: 0; } }
      .gallery-info .info-list .info-item .item_head {
        min-width: 5em;
        background: #df8458;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
      .gallery-info .info-list .info-item .item_body {
        width: fit-content;
        padding-left: 1em; }

.gallery_ctsList {
  margin: 40px auto 0; }
  @media screen and (max-width: 767px) {
    .gallery_ctsList {
      margin: 40px auto 40px; } }
  .gallery_ctsList .gallery_ctsItem {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .gallery_ctsList .gallery_ctsItem:not(:last-child) {
      margin-bottom: 1.5em; }
    @media screen and (max-width: 767px) {
      .gallery_ctsList .gallery_ctsItem {
        flex-direction: column; }
        .gallery_ctsList .gallery_ctsItem:not(:last-child) {
          margin-bottom: 40px; } }
    .gallery_ctsList .gallery_ctsItem .item-head {
      width: 20em; }
      @media screen and (max-width: 767px) {
        .gallery_ctsList .gallery_ctsItem .item-head {
          width: 100%; } }
    .gallery_ctsList .gallery_ctsItem .item-body {
      width: 100%; }
    .gallery_ctsList .gallery_ctsItem .item-ttl {
      color: #84a488;
      font-weight: bold; }
      .gallery_ctsList .gallery_ctsItem .item-ttl::before {
        content: "●"; }
      @media screen and (max-width: 767px) {
        .gallery_ctsList .gallery_ctsItem .item-ttl {
          text-align: center; }
          .gallery_ctsList .gallery_ctsItem .item-ttl::before {
            content: ""; }
          .gallery_ctsList .gallery_ctsItem .item-ttl::after {
            content: "";
            display: block;
            width: 20px;
            height: 1px;
            background: #e4a86e;
            margin: 10px auto 25px; } }

.cnv-btn {
  max-width: 490px;
  width: 100%;
  margin: 80px auto 40px; }
  .cnv-btn a {
    display: block; }

/*# sourceMappingURL=gallery_new.css.map */
