@charset "UTF-8";

/* head_area */
.pc_head_img {
  display: none;
}

.head_area {
  width: 100%;
  display: block;
  margin-top: 80px;
}
.head_img {
  width: 100%;
}
.head_img img {
  width: 100%;
  height: auto;
}
.head_tit {
  width: 92%;
  display: block;
  margin-left: auto;
  margin-top: 30px;
}
.head_tit h1 {
  text-align: left;
  letter-spacing: 6px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.head_tit h1::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #313131;
  transform: translateY(-20px);
  margin-left: 20px;
}
.head_tit p {
  text-align: left;
  letter-spacing: 5.5px;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
  margin: 0;
  transform: translateY(-15px);
}
.head_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.head_txt p {
  text-align: left;
  letter-spacing: 4px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  margin-left: 20px;
}

/* read_area */
.read_area {
  width: 100%;
  display: block;
  margin-top: 120px;
}
.read_img {
  width: 100%;
  display: block;
}
.read_img img {
  width: 100%;
  height: auto;
}
.read_txt {
  width: 90%;
  display: block;
  margin: 50px auto;
}
.read_txt p {
  text-align: left;
  letter-spacing: 2px;
  font-size: 22px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  line-height: 2;
}

/* おすすめスポット */
.pc_recommended_photo_wrapper {
  display: none;
}
.recommended_photo_tit {
  width: 100%;
}
.recommended_photo_tit img {
  width: 100%;
}
.grid-container {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  -webkit-column-count: 2;
  -webkit-column-gap: 15px;
  -webkit-column-fill: balance;
  -moz-column-count: 2;
  -moz-column-gap: 15px;
  -moz-column-fill: balance;
  column-count: 2;
  column-gap: 15px;
  column-fill: balance;
 }
 .grid {
 display: inline-block;
 -webkit-break-inside: avoid;
 -moz-break-inside: avoid;
 break-inside: avoid;
}
 .grid img {
   width: 100%;
   border-radius: 10px;
 }
/* Google Chorome BugFix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
 .grid {
  display: block !important;
 }
}

/* pickup */
.pickup_wrapper {
  width: 100%;
  margin-top: 160px;
}
.pickup_content {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #313131;
}
.pickup_tit p {
  text-align: left;
  letter-spacing: 2px;
  font-size: 50px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  margin: 0;
  margin-left: 5%;
  margin-bottom: 20px;
}
.pickup_head_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.pickup_head_txt h2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 28px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  line-height: 2;
  border-bottom: 1px solid #A29182;
}
.swiper-container {
  width: 99.5%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  padding: 0 70px;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.swiper-container .swiper-button-prev {
  padding-left: 50px;
  transform: translateY(-100px);
}
.swiper-container .swiper-button-next {
  padding-right: 50px;
  transform: translateY(-100px);
}
.swiper-container .swiper-pagination {
  position: absolute;
  top: 540px;
}
.pickup_read_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.pickup_read_txt p {
  text-align: left;
  letter-spacing: 2px;
  font-size: 23px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  line-height: 2;
  padding: 30px 0;
  transform: translateX(20px);
}

/* 食事会 */
.family_meal_wrapper {
  width: 100%;
  margin-top: 160px;
}
.family_meal_head_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.family_meal_head_txt h2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  line-height: 2;
}
.family_meal_content {
  width: 100%;
  height: auto;
  display: block;
  background-color: #A29182;
}
.family_meal_head_img {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
.family_meal_head_img img {
  width: 100%;
  height: auto;
}
.family_meal_read_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.family_meal_read_txt p {
  text-align: left;
  letter-spacing: 2px;
  font-size: 23px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  transform: translateX(12px);
}
.family_meal_img_flex {
  width: 91%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.family_meal_foot_img1 {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 6px;
}
.family_meal_foot_img1 img {
  width: 100%;
  height: auto;
}
.family_meal_foot_img2 {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 6px;
}
.family_meal_foot_img2 img {
  width: 100%;
  height: auto;
}

/* 撮影プラン */
.photo_plan_wrapper {
  width: 100%;
  margin-top: 80px;
}
.photo_plan_box {
  width: 90%;
  display: block;
  margin: 0 auto;
  border: 1px solid #313131;
  padding: 40px 0;
}
.photo_plan_tit h2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 42px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  margin: 0;
}
.photo_plan_tit p {
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  font-size: 42px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  border-bottom: 1px solid #313131;
  padding-bottom: 20px;
}
.plan_icon_flex {
  width: 90%;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.plan_icon {
  width: 33%;
  display: block;
  margin: 0 auto;
}
.plan_icon img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.plan_icon p {
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  margin: 0;
}

/* faq */
.faq {
  position: relative;
  min-height: 100vh;
  padding-top: 274px;
  padding-bottom: 300px;
  margin-top: 160px;
}
.faq a.btn_backtotop {
  bottom: -140px;
}
.faq .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq .inner {
  width: 700px;
  position: relative;
  padding-bottom: 0px;
}
.faq .inner h2 {
  position: absolute;
  display: block;
  width: 160px;
  height: 113px;
  background-image: url("../../images/photo/sp_title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  top: -250px;
  left: 0px;
}
.faq .inner h2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.faq .inner .qabody {
  position: relative;
  width: 100%;
}
.qset {
  margin-bottom: 70px;
}
.qset .large_title {
  font-size: 28px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom: 40px;
  line-height: 150%;
}
.qset ul.qa li {
  position: relative;
  background-color: white;
  margin-bottom: 25px;
  padding: 30px 40px;
  box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.1);
  transition: all 300ms 0s ease;
}
.qset ul.qa li .title {
  font-size: 34px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom: 0px;
  transition: all 300ms 0s ease;
  pointer-events: none;
}
.qset ul.qa li::after {
  content: '';
  position: absolute;
  top: 37px;
  right: 40px;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.qset ul.qa li::after a {
  display: block;
  width: 100%;
  height: 100%;
}
.qset ul.qa li dl {
  width: 100%;
  overflow: hidden;
  height: 0;
  margin-bottom: 0px;
  transition: all 300ms 0s ease;
}
.qset ul.qa li dl dt {
  width: 100%;
  position: relative;
  padding-left: 72px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 26px;
  line-height: 155%;
  margin-bottom: 15px;
}
.qset ul.qa li dl dt::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 2px;
  display: block;
  width: 56px;
  height: 57px;
  background-image: url("../../images/photo/sp_icon_q.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.qset ul.qa li dl dt::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.qset ul.qa li dl dd {
  position: relative;
  width: 100%;
  padding-left: 72px;
  font-size: 22px;
  line-height: 185%;
}
.qset ul.qa li dl dd::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  display: block;
  width: 44px;
  height: 28px;
  background-image: url("../../images/photo/sp_icon_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.qset ul.qa li dl dd::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.qset ul.qa li.open .title {
  margin-bottom: 60px;
}
.qset ul.qa li.open dl {
  height: auto;
  margin-bottom: 60px;
  overflow: visible;
}
.qset ul.qa li.open::after {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.qset ul.qa li.open::after a {
  display: block;
  width: 100%;
  height: 100%;
}
