@charset "utf-8";




/* sp上サイド固定ボタン_見学・無料撮影体験会・撮影予約 */
.yoyaku_btn_wrapper {
    display: flex;
    justify-content: space-around;
    margin: 30px 50px;
}
.yoyaku_btn {
    background: #886c3d;
    color: #fff;
    width: 130px;
    height: 100px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 20px 5px 15px;
    font-size: 16px;
    line-height: 1em;
    vertical-align: middle;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.yoyaku_btn:hover{
  background: #a68752;
}

.yoyaku_btn_wrapper img{
    display: block;
    height: 30px;
    margin: 0 auto 15px auto;
}

/* TOP改修_20250908 */
.contact_area {
    background-color: #e3f1f0;
    margin: 0;
    padding: 8px 0;
}
.info_title_box {
    position: relative;
}
.info_title_box h2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#info.al_center {
    padding: 0 0 65px;
}

.closed_info_content {
    max-width: 700px;
    padding: 0 25px;
    margin: 0 auto;
    ul {
  list-style: none; /* デフォルトの箇条書きマークを消す */
  padding: 0;
  margin: 0;
}

.info-item {
  display: flex; /* Flexboxを有効にして子要素を横並びにする */
  align-items: flex-start; /* 上端揃えにする */
  border-bottom: 1px solid #ccc; /* 下線を追加 */
  padding: 10px 0; /* 上下の余白 */
  font-weight: bold;
}

.info-item span {
  width: 120px; /* 日付の幅を固定する（必要に応じて調整） */
  flex-shrink: 0; /* 幅が縮まないようにする */
  padding-right: 20px; /* 日付とテキストの間に余白を追加 */
  white-space: nowrap; /* 日付が改行されないようにする */
}

.info-item a {
  flex-grow: 1; /* 残りのスペースをすべて使い、改行を文頭から始める */
  text-decoration: none; /* リンクのデフォルトの下線を消す */
  color: #3a332f; /* リンクの色を調整 */
}
.info-item a:hover {
  color: #886b3d; /* マウスを乗せた時の色 */
}

}

.closed_info_content ul {
    text-align: left;
}
.contact_area_flex {
    margin: 30px auto;
    align-items: center;
}
ul.mainvisual_slide.slick-initialized.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#shooting_course.al_center {
    background-color: #f7f7f7;
}
#photo_plan.al_center {
    background-color: #fff;
}
#single,#set,#caution {
margin: 0 10px;
}
#products {
    background-color: #f7f7f7;
    
}
.center_wrap img {
        max-width: 528px;
        align-items: center;
    }
.shop_sns_icon {
    width: 40px;
    margin: 15px;
}
#shop {
    background-color: #f7f7f7;
}
#access {
    background-color: #e3f1f0;
}

/* タブとコンテンツの基本スタイル */
.tab li {
  cursor: pointer;
}
.tab-content {
  display: none; /* デフォルトでコンテンツを非表示に */
}
.tab-content.current {
  display: block; /* .currentクラスが付いたコンテンツのみ表示 */
}

.border-frame {
  border: 1px solid #886b3d; /* 枠線の色を指定 */
  border-radius: 10px; 
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 30px 0; 
}
.border-frame h3 {
  /* margin-bottom: 10px; */
}
.df {
  display: flex;
  align-items: center;
  justify-content: center;
}
.df img {
  width: 5%;
  margin: 0 10px;
}
.df p {
  color: #886b3d;
  font-size: 35px;
  width: 40%;
}
.small {
   font-size: 14px;
}
.al_left {
  text-align-last: left;
  padding: 0 20px 5px; /* 上下の余白 */
}
.color {
  color: #886b3d;
  border-bottom: 1px solid #886b3d; /* 下線を追加 */

}
.col2_innner.al_left {
  max-width: 500px;
  margin: 0 auto;
}
.set p {
  color: #886b3d;
  font-size: 35px;
}
#costume p {
    background-color: #fff;
}
#map {
  margin-top: 0;
}

/* お知らせ掲載新規ページ */
.al_right {
  text-align: right;
}
#information h1.contents_title {
  margin-top: 160px;
}
.information h2 {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
}

.information .border-frame {
  padding: 100px 50px;
}
.information .border-frame2 {
  max-width: 450px;
  padding: 15px;
  margin: 50px auto;
}
.information .border-frame p {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
}

.information .border-frame2 p {
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
    .yoyaku_btn_wrapper {
        margin: 0;
    }
        .yoyaku_btn:first-child {
        border-left: none;
    }
        .yoyaku_btn {
        border-radius: 0;
        width: 100%;
        border-left: 1px dotted #fff;
    }

      .yoyaku_btn_wrapper.fixed {
    position: fixed;
    top: 60px; /* ナビゲーションバーの高さに合わせて調整 */
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #886c3d; /* 背景を明示的に指定（透明にならないように） */
    margin: 0;
  }
  .yoyaku_btn_placeholder {
  height: 0px;
  transition: height 0.3s ease;
}
.yoyaku_btn_wrapper.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #886c3d;
}
.yoyaku_btn_wrapper.fixed .yoyaku_btn {
    height: 44px;
}
.yoyaku_btn_wrapper.fixed .yoyaku_btn img {
    display: none;
}

/* TOP改修_20250909 */
.contact_area {
  .white_btn {
    margin-bottom: 25px;
}
}
.info {
  padding-top: 50px;
}
.info_title_box {
    margin-top: 300px;
}

.closed_info_content {
        .info-item {
    display: block;
}
}
.set p {
  font-size: 28px;
}
/* お知らせ掲載新規ページ */
.information .border-frame {
  padding: 60px 20px;
}
.information .border-frame2 {
  max-width: 450px;
  padding: 15px;
  margin: 50px auto;
}
}


/* pc右サイド固定ボタン_見学・無料撮影体験会・撮影予約 */
@media (max-width: 1161px){
.tb{display:none;}

/* TOP改修_20250909 */
.info_title_box {
    position: static; /* positionをリセット */
}

.info_title_box h2 {
    position: static; /* positionをリセット */
    transform: none; /* transformをリセット */
    margin-top: 0px;
}
.df p {
  font-size: 28px;
}
}
@media (min-width: 1161px) {
    .fixed_btn_wrap{
        position: fixed;
        z-index: 10000;
        right: 0;
        top: 22%;
    }
    .fixed_btn_wrap a p {
        color: #fff;
    }
    .fixed_btn_wrap .fixed_btn {
        border-radius: 10px 0 0 10px;
        background: #f5877f;
        /* background: #886c3d; */
        padding: 20px 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 147px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .fixed_btn:hover{
        background: #ff9e97;
    }
    .fixed_btn_wrap .fixed_btn.visit {
        /* background: #bd3d3d; */
        color: #fff;
        margin-bottom: 5px;
    }
    .fixed_btn_wrap .fixed_btn.trial {
        /* background: #417bca; */
        color: #fff;
        margin-bottom: 5px;
    }
    .fixed_btn_wrap .fixed_btn.satsuei {
        /* background: #8574b6; */
        color: #fff;
    }
    .fixed_btn_wrap .fixed_btn p {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        font-size: 12px;
        letter-spacing: 0.2rem;
        font-weight: 700;
        margin: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
  }
}

@media screen and (min-width: 416px) {
  .sp_br {
    display: none;
  }

}