@charset "UTF-8";

/* **********************************
 *  フッター
 * ********************************* */

/* お問い合わせ */
.section#contact {
  margin-top:170px;
  padding-left: 100px;
}
.ftr_contact_wrap{
  display:flex;
  /*align-items: center;*/
  justify-content: center;
}
.ftr_contact_wrap .box1 {
  width:40%;
  text-align: center;
  color:#341902;
  padding-right:90px;
}
.ftr_contact_wrap .box1 .title {
  color:#000000;
  font-size:26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.ftr_contact_wrap .box1 span {
  color:#000000;
  display:block;
  letter-spacing: 0.1em;
  padding-top:7px;
}
.ftr_contact_wrap .box1 span:after {
  content: "";
  display: block;
  width: 200px;
  height: 22px;
  margin: 22px auto 5px;
  border-top: 3px solid #341902;
}
.ftr_contact_wrap .box1 .tel {
  color:#000000;
  position: relative;
} 
.ftr_contact_wrap .box1 a{
  font-size:32px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.075em;
} 

.ftr_contact_wrap .box1 a:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000000;
}
.ftr_contact_wrap .box2 {
  width:40%;
  text-align: center;
  color:#341902;
  padding-left:90px;
}
.ftr_contact_wrap .box2 .title {
  color:#000000;
  font-size:26px;
  letter-spacing: 0.1em;
}
.ftr_contact_wrap .box2 span {
  color:#000000;
  display:block;
  letter-spacing: 0.1em;
  padding-top: 7px
}
.ftr_contact_wrap .box2 span:after {
  content: "";
  display: block;
  width: 200px;
  height: 22px;
  margin: 22px auto 5px;
  border-top: 3px solid #341902;
}
.ftr_contact_wrap .box2 .contact {

}
.ftr_contact_wrap .box2 a {
  display:block;
  margin:0 auto;
  width:310px;
  max-width: 100%;
  background: #341902;
  color:#ffffff; 
  padding:10px 0;
  border-radius: 5px;
  position: relative;
  padding-left:35px;
}
.ftr_contact_wrap .box2 a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left:90px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ftr_contact_wrap .box2 a:hover{
  background: #d1c0a5;
  color: #341902;
  opacity: 1;
}
/**/
footer{
  background:#341902;
  color: #FFF;
  width:100%;
  padding: 28px 0 10px;
  padding-left: 100px;
  margin-top: 125px;
}

footer .ftr1{
  color:#ffffff;
  text-align: center;
}
footer .ftr1 .ftr_links{
  display:flex;
  justify-content: space-around;
}
footer .ftr_logo{
  margin:67px 0 20px;
}
footer .ftr_addr{
  line-height: 1.875;
}
footer .ftr_addr .name {
  font-size:20px;
}
footer .ftr_addr .en {
  padding-bottom:15px;
}
footer .ftr_addr .tel{
  font-family: "Noto Sans JP", sans-serif;
}
footer .ftr_addr .tel span {
  letter-spacing: 0.1em;
  margin:0 15px;
}
footer .ftr_addr .time {
  font-family: "Noto Sans JP", sans-serif;
}
footer .ftr_addr .time span:nth-child(1){
  letter-spacing: 0.03em;
  margin-right:23px;
}
footer .ftr_addr .time span:nth-child(n+2) {
  position: relative;
  margin-left:31px;
}
footer .ftr_addr .time span:nth-child(n+2):before{
  content:"／";
  display:block;
  position: absolute;
  bottom:-5px;
  left:-36px;
}

footer .copy {
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 13px;
  margin-top: 60px;
  padding:3px 0;
}
footer .copy a{
  /*color: #111;*/
}

/*******************会社概要**********************/



.sp_map iframe {
  width:100%;
  margin-top:20px;
}
.company_info_tbl {
  margin-top:75px;
}
.company_info_tbl td {
  font-family: 'Noto Sans JP';
  font-weight:normal;
  text-align: left;
  color: #111111;
  border: 1px #341902 solid;
  padding: 17px 37px;
}
.company_info_tbl td.td1 {
  line-height: 1.875em;
}
.company_info_tbl th { 
  width: 300px;
  font-weight: normal;
  font-family: 'Noto Sans JP';
  text-align: left;color: #111111;
  border: 1px #341902 solid;
  background-color: #ddd3c4;
  padding: 23px 20px;
  padding: 17px 47px;
}
.company_info_tbl th.th1 {
  padding-top:30px;
}
.company_aucess {
  border-bottom: 5px solid black;
  font-family: 'Noto Sans JP';
  padding:5px 10px;
}
.company_aucess span {
  display:inline-block;
  padding:0 32px;
}

.company_biz{
  display: flex;
  flex-wrap: wrap;
}
.company_biz span{
  width: 25%;
}



/********************ギャラリー一覧*****************/
.pg_gallery nav {
  margin-top:46px;
}
.gal_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 120px;
}
.gal_cat_nav li {
  width:20%;
  padding:2px 5px;
}
.gal_cat_nav li a {
  display:flex;;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 60px;
  line-height: 1.2;
  font-size:17px;
  font-family: 'Noto Sans JP';
  color:#ffffff;
  background-color: #341902;
  text-align:left;
  letter-spacing: 0.080px;
  position: relative;
  padding: 5px 15px;
  text-decoration: none;
}
.gal_cat_nav li.on a ,
.gal_cat_nav li a:hover {
  background-color: #ddd3c4;
  color:#341902;
}
.gal_cat_nav li.bridal a {
  padding:5px 15px;
}
.gal_cat_nav li a span {
  width: 100%;
  font-size:12px;
  display: block;
}
.gal_cat_nav li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 8px;
  top: 50%;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#ffffff;
}
.gal_cat_nav li.on a:after ,
.gal_cat_nav li a:hover:after {
  color:#341902;
}
.pg_gallery_list {
  display:flex;
  flex-wrap:wrap;
  margin: 0 -8px;
}
.pg_gallery_list .item{
  width:33.333%;
  padding: 0 8px;
  margin-bottom:15px;
}
.pg_gallery_list .item .img {
}

.pg_gallery_list .item .img a {
  display:block;
  width:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  border-radius: 10px;
} 

.pg_gallery_list .item .img a:before {
  content:"";
  display:block;
  padding-top:71.794%;
  border-radius: 10px;
}



/************ご案内情報一覧*************/

.info_items {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -27px 0;
}
.info_items .item {
  width: 25%;
  padding: 0 25px;
  margin-bottom:65px;
}
.info_items .item .img{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.info_items .item .img:before {
  display:block;
  content:"";
  padding-top:74.23%;
}
.info_items .item .img a {
  display:block;
  width:100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  
  transition: all 0.2s;
}
.info_items .item .img a:hover{
  transform: scale(1.1);
}

.info_items .item .meta .box1 {
  display:flex;
  align-items: center;
  padding:15px 0 5px;
}


.info_items .item .meta .box1 .date {
  width:50%;
  font-size:15px;
  letter-spacing: 0.1em;
  position: relative;
}
.info_items .item .meta .box1 .date:after {
  content:"|";
  display:block;
  position: absolute;
  right: 13px;
  top: 50%;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info_items .item .meta .text {
  line-height:1.5em;
  font-family: "Noto Sans JP", sans-serif;
}
/************ご案内情報書斎*************/
.info_img_box {
  padding:28px 0;
  text-align: center;
}
.info_img_box .img {
  width:750px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin:0 auto;
}
.info_img_box .img:before{
  content:"";
  display:block;
  padding-top:65.06%;
}

/************お客様の声一覧*************/

.voice_items .voice_item {
  display:flex;
  justify-content: space-between;
  border-top: 1px dashed #000000;
  margin-top:21px; 
  padding:30px 0;
}
.voice_items .voice_item .voice_img_item {
  width: 29.16%;
}

.voice_items .voice_item .voice_img_item .img span {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.voice_items .voice_item .voice_img_item .img span:before {
  content: "";
  display: block;
  padding-top: 71.794%;
}
.voice_items .voice.single_item {
  width: 66.66%;
}
.voice_items .voice.single_item .meta {
  display: flex;
  align-items: center;
  width: 100%;
}
.voice_items .voice.single_item .meta .date {
  font-size:15px; 
  padding-right:28px;
  letter-spacing: 0.1em;
}
.voice_items .voice.single_item .meta .category {
  width:120px;
}
.voice_items .voice.single_item .meta .category span {
  display: block;
  font-size:16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  max-width: 100%;
  background-color: #d1c0a5;
  padding:0 10px;
}
.voice_items .voice.single_item .title{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.voice_items .voice.single_item .voice_content {
  line-height: 2.5em;
  padding-top:14px;
  font-family: "Noto Sans JP", sans-serif;
}
.voice_items .voice.single_item .txt_ellipsis {
  text-decoration: none;
}

/************お客様の声詳細*************/

.voice_img_box {
  border-top:1px dashed #000000;
  padding:28px 0;
}
.voice_img_box .img {
  width:750px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin:0 auto;
}
.voice_img_box .img:before{
  content:"";
  display:block;
  padding-top:65.06%;
}
.single_voice_items {

}
.single_voice_items .meta {
  display:flex; 
  border-bottom: 2px solid #7e6b5a;
  padding:9px 10px;
}
.single_voice_items .date{
  width: 116px;
  font-size: 15px;
  color: #5a5a5a;
  letter-spacing: 0.1em; 
}
.single_voice_items .customer {
  font-size:18px;
  letter-spacing: 0.1em;
  padding-left: 32px;
}

.single_voice_items .category{
  width: 120px;
  padding: 0 10px;
  background-color: #d1c0a5;
}
.single_voice_items .title{
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 0 13px;
}
.single_voice_items .voice_content {
  padding:30px 7px;
}
.single_voice_items .voice_content .title {
  font-size:20px;
}
.single_voice_items .voice_content .content {
  line-height: 2.5em;
}
.pg_single_voice .pagination .nav-posts .page-archive {
  border:1px solid #ddd3c4;
}
.pg_single_voice .pagination .nav-posts .page-archive a {
  display: block;
  font-size:16px;
  max-width: 100%;
  width: 288px;
  background: #ffffff;
  color: #000000;
  padding: 20px 0px;
}


/************スタッフ紹介*************/


.pg_staff{

}
.pg_staff .section#sec1 {

}
.pg_staff .section#sec2 {
  margin-top: 130px;
}
.section#sec3 {
  margin-top:50px;
}
.staff_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.staff_items .item {
  width:33.333%;
  position: relative;
  padding: 0 15px;
  margin-top:10px;
}
.staff_items .item:nth-child(n+4) {
  margin-top:90px;
}
.staff_items .item .img {
  width:100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.staff_items .item .img:before {
  content: "";
  display: block;
  padding-top: 92.10%;
}
.staff_items .item .box {
  text-align: center;
  width:320px;
  max-width: 100%;
  background-color: #ddd3c4;
  position: absolute;
  bottom:-35px;
  left:48px;
  padding:10px;
}
.staff_items .item .box .name {
  font-size:20px;
  letter-spacing: 0.1em;
}
.staff_shop_name {
  font-size:20px;

  text-align: center;
  padding:40px 0;
}
.staff_shop_name:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin: 15px auto 0;
  background-image: url(/img/staff/staff_dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.shop_slider{
  position: relative;
}
.shop_slider:after{
  content: "";
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  background: #eeeeee;
}

.shop_slider_img{
  text-align: center;
}
.shop_slider_img img{
  width: 1000px;
  max-width: 100%;
}

/* サムネイル */
.shop_slider .sp-thumbnails-container{
  padding: 35px 0;
  margin-top: 70px;
}
.shop_slider .sp-bottom-thumbnails .sp-thumbnail-container{
  margin-left: 7px;
  margin-right: 7px;
}
.shop_slider .sp-bottom-thumbnails .sp-thumbnail-container {
  box-shadow: 0px 1px 9.35px 1.65px rgba(93, 93, 93, 0.36);
}


/* ボタン */
.shop_slider .sp-arrow{
  width: auto;
  height: auto
}
.shop_slider .sp-arrow:hover{
  color: #341902;
}
.shop_slider .sp-horizontal .sp-previous-arrow{
  left: auto;
  right: calc(100% + 30px);
}
.shop_slider .sp-horizontal .sp-next-arrow{
  right: auto;
  left: calc(100% + 30px);
}
.shop_slider .sp-previous-arrow:before,
.shop_slider .sp-next-arrow:before{
  width: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 48px;
  position: static;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shop_slider .sp-next-arrow:before{
  content: "\f138";
  right: 0;
}
.shop_slider .sp-previous-arrow:before{
  content: "\f137";
  right: 0;
}
.shop_slider .sp-next-arrow:after,
.shop_slider .sp-previous-arrow:after{
  display: none;
}

.shop_slider .sp-next-arrow:after, 
.shop_slider .sp-next-arrow:before, 
.shop_slider .sp-previous-arrow:after, 
.shop_slider .sp-previous-arrow:before{
  background: none ;
}

/************撮影プラン　(成人式)*************/

.section#plan_special .plan_special_wrap .notes1 .planbox1 {
  width:55%;
}
.section#plan_special .plan_special_wrap .notes1 .planbox2 {
  width:45%;
  padding:0 10px 30px 32px;
}
.plan_special_wrap .notes1 .planbox2 .title {
  padding: 20px 10px;
  width:190px;
  height:40px;
  text-align: center;
  background: #d4c4ac;
  box-shadow: 6px 6px #ffffff;
  position: relative;
  z-index:0;
}
.plan_special_wrap .notes1 {
  padding-top:30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.plan_special_wrap .notes1 .planbox2 .title:after{
  content:"";
  display:block;
  width:190px;
  height:40px;
  background-color:#ffffff;
  border:2px solid #d4c4ac;
  position: absolute;
  bottom:-5px;
  left:1px;
  z-index:-1;
}
.plan_special_wrap .notes1 .planbox2 .text {
  line-height:1.875em;
  padding-top:17px;
}
.plan_special_wrap .notes1 .planbox2 .txt {
  line-height:1.875em;
  padding-top:13px;
}

/************撮影プラン　(お宮参り/百日)　下部パーツ*************/
.section#plan_free2 {
  margin-top:70px;
}
.celebrate {
  background-color: #f8f3ec;
  padding:20px;
}
.celebrate .box{
  border:5px solid #ffffff;
  padding:20px;
  text-align: center;  
}
.celebrate .box .title {
  font-size:28px;
}
.celebrate .box span{
  font-size:18px;
  display:block;
  padding:13px;
}
.celebrate a {
  position: relative;
}
.celebrate a:after{
  content: "";
  width: 76px;
  border-bottom: 1px solid #4d381a;
  position: absolute;
  top: 32px;
  left: -2px;
}



