@charset "UTF-8";
/* 共通 */
.service {
  box-sizing: border-box;
}
.pc_d {
  display: block;
}
.sp_d {
  display: none;
}


.service__wrap {
  padding-top:100px;
  position: relative;
}

.service__wrap::after {
  content: "";
  width: 75vw;
  height: 65%;
  background: #f5f6f7;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}

.service__wrap2 {
  padding-top:100px;
  position: relative;
}

.service__wrap2::after {
  content: "";
  width: 75vw;
  height: 65%;
  background: #f5f6f7;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .service__wrap::after {
    height: 85%;
  }
 
  .service__wrap2::after {
    height: 85%;
  }

}

@media screen and (max-width: 480px) {
  .pc_d {
    display: none;
  }
  .sp_d {
    display: block;
  }
}

/* 詳細 */
.pg-intro {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 40px;
}

.pg-intro-left {
  float: left;
  width: 45%;
  padding-right: 50px;
}
.pg-intro-left h1 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 5px;
  font-family: trajan-pro-3, serif;
}
.pg-intro-left h3 {
  position: relative;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.3125rem;
  color: #c6a873;
}
.pg-intro-left h3::before {
  content: "“";
  margin-right: 2px;
}
.pg-intro-left h3::after {
  content: "”";
  margin-left: 2px;
}
.pg-intro-left p {
  line-height: 3rem;
  font-size: 18px;
  letter-spacing: 4px;
  padding-top: 20px;
  font-family: serif;
  color: #888;
  font-weight: normal;
}

.pg-intro-right {
  float: right;
  width: 55%;
}
.pg-intro-right img {
  width: 100%;
}

/* 作品一覧 */

#pg .list li {
  width: 31%;
  float: left;
  margin-bottom: 40px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#pg .list li img {
  width: 100%;
  position: relative;
  border-radius: 0 !important;
  object-fit: cover;
}





/* 一覧 */
.service_index_mv {
  background: url(/img/service/mv.jpg) no-repeat center;
  background-size: cover;
  height: 430px;
  padding-top: 130px;
  width: 100%;
}
.service_index_mv_inner {
  border: solid #fff 4px;
  height: 168px;
  margin: 0 auto;
  padding-top: 28px;
  text-align: center;
  width: 920px;
}
.service_index_mv_inner h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  position: relative;
}
.service_index_mv_inner h1::after {
  border-top: solid #fff 1px;
  content: "";
  height: 1px;
  position: absolute;
  top: 50px;
  left: 430px;
  width: 52px;
}
.service_index_mv_inner h1 span {
  display: block;
  font-size: 40px;
  padding-top: 28px;
}
.inverview_index_lead_text {
  font-size: 16px;
  height: 150px;
  /*padding-top: 50px;*/
  text-align: center;
  width: 100%;
}
.service_index_list {
  margin: 0 auto 70px;
}

/*
.service_index_list li {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}
.service_index_list li:nth-child(even) {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}
*/
.service_index_list_inner {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 0;
}
.service_index_list_inner2 {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 0;
}
/*
.service_index_list_description {
  flex: auto;
  width: 45%;
  padding-left: 50px;
}
  */
.service_index_list_description {
  flex: auto;
  width: 45%;
  padding-right: 60px;
}
/*
.service_index_list_description2 {
  flex: auto;
  width: 55%;
  padding-left: 50px;
}
  */
.service_index_list_description2 {
  flex: auto;
  width: 45%;
  padding-left: 60px;
}
.service_index_list_image {
  flex: auto;
  width: 45%;
}
.service_index_list_image2 {
  flex: auto;
  width: 45%;
}
.service_index_list_number {
  width: 60px;
  float: left;
  margin-right: 20px;
}
.service-img {
  display: block;
  margin-bottom: 20px;
}
.service-img.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.service_index_list_cap {
font-size: 1.9rem;
    line-height: 1.1;
    color: #B79F4A;
    border: solid 1px #EEE;
    border-style: solid none;
    padding: 1.5rem 0;
    padding-left: 3.0rem;
    position: relative;
    margin: 5.0rem 0 2.0rem;
}

.service_index_list_cap:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/img/common/icon.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
    }



.service_index_list_movie_box {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overservice: hidden;
}
.service_detail_info_movie_box:hover {
  cursor: pointer;
}
.tra03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service_index_list_movie_box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.service_index_list_movie_box .thum,
.service_detail_info_movie_box .thum {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.service_index_list_movie_box .bg,
.service_detail_info_movie_box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service_index_list_movie_box .thum .bg .btn_play,
.service_detail_info_movie_box .thum .bg .btn_play {
  width: 90px;
  height: 90px;
  background-image: url(/img/service/btn_movie_play.svg);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 55px 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.service_index_list_movie_box .thum .bg .btn_play .circle,
.service_detail_info_movie_box .thum .bg .btn_play .circle {
  width: 90px;
  height: 90px;
  border: 3px #fff solid;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service_index_list_movie_box:hover .bg,
.service_detail_info_movie_box:hover .bg {
  background-color: rgba(0, 0, 0, 0.1);
}
.service_index_list_movie_box:hover .thum .bg .btn_play .circle,
.service_detail_info_movie_box:hover .thum .bg .btn_play .circle {
  transform: scale(0.88);
}
.service_index_list_btn {
  background: #bc936b;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 21px 0;
  text-align: center;
}
.service_index_list_btn span {
  display: inline-block;
  padding-right: 28px;
  position: relative;
}
.service_index_list_btn span::after {
  content: "";
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  height: 11px;
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(45deg);
  width: 11px;
}
.service_index_wedding_report_cap {
  line-height: 1;
  margin: 0 auto 50px;
  text-align: center;
  width: 242px;
}
.service_index_wedding_report_cap span {
  display: block;
  font-size: 13px;
  padding-top: 25px;
}
.service_index_wedding_report {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 1000px;
}
.service_index_wedding_report li {
  margin: 0 20px 30px 0;
  width: 490px;
}
.service_index_wedding_report li:nth-child(even) {
  margin-right: 0;
}
.service_index_wedding_report li a {
  display: flex;
  justify-content: space-between;
}
.service_index_wedding_report_image {
  width: 255px;
}
.service_index_wedding_report_image img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.service_index_wedding_report_text {
  width: 220px;
}
/*　相談 効いていない？ */
.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-interrupting,
.html5-video-player.ended-mode,
.html5-video-player.ytp-fullscreen {
  background: #efeae2 !important;
}

@media screen and (min-width: 481px) and (max-width: 1001px) {
  .service_index_mv {
    height: auto;
    padding: 44px 0;
  }
  .service_index_mv_inner {
    position: relative;
    width: 86%;
  }
  .service_index_mv_inner h1::after {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .service_index_list_description {
    width: 50%;
    padding-right: 20px;
  }
  .service_index_list_image {
    width: 50%;
  }
  .service_index_list_number {
    width: 50px;
    margin: 0 auto 18px auto;
  }
  .service_index_list_btn {
    font-size: 13px;
    padding: 16px 0;
  }
  .service_index_list_btn span::after {
    height: 8px;
    position: absolute;
    top: 2px;
    right: 0;
    transform: rotate(45deg);
    width: 8px;
  }
  .service_index_list_movie_box .thum .bg .btn_play,
  .service_detail_info_movie_box .thum .bg .btn_play {
    width: 80px;
    height: 80px;
    background-position: 16px center;
    background-size: 50px 15px;
  }
  .service_index_list_movie_box .thum .bg .btn_play .circle,
  .service_detail_info_movie_box .thum .bg .btn_play .circle {
    width: 80px;
    height: 80px;
    border: 3px #fff solid;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  .service_index_list_cap {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .service_index_wedding_report {
    padding-bottom: 20px;
    width: 90%;
  }
  .service_index_wedding_report li {
    margin: 0 3% 4% 0;
    width: 48.5%;
  }
  .service_index_wedding_report li:nth-child(even) {
    margin-right: 0;
  }
  .service_index_wedding_report_image {
    width: 50%;
  }
  .service_index_wedding_report_image img {
    height: 112px;
    width: 100%;
    object-fit: cover;
  }
  .service_index_wedding_report_text {
    width: 45%;
    height: 125px;
    overservice: hidden;
  }
}

@media screen and (max-width: 480px) {
  /* 詳細 */
  .pg-intro {
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0px;
  }

  .pg-intro-left {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .pg-intro-left h1 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.125rem;
    margin-bottom: 5px;
    font-family: trajan-pro-3, serif;
  }
  .pg-intro-left h3 {
    position: relative;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 0.3125rem;
    color: #c6a873;
    font-family: serif;
  }
  .pg-intro-left h3::before {
    content: "“";
    margin-right: 2px;
  }
  .pg-intro-left h3::after {
    content: "”";
    margin-left: 2px;
  }
  .pg-intro-left p {
    line-height: 3rem;
    font-size: 14px;
    letter-spacing: 4px;
    padding-top: 20px;
    font-family: serif;
    color: #888;
    font-weight: normal;
    text-align: center;
  }

  .pg-intro-right {
    float: none;
    width: 100%;
  }
  .pg-intro-right img {
    width: 100%;
  }

  /* 作品一覧 */

  #pg .list li {
    width: 48%;
    float: left;
    margin-top: 5px;
    margin: 5px 3px 5px 3px;
    margin-bottom: 0px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  #pg .list li img {
    width: 100%;
    position: relative;
    border-radius: 0 !important;
    object-fit: cover;
  }

  #pg .listcard img {
    height: auto;
  }

  .service_index_mv {
    height: 234px;
    padding-top: 0;
    position: relative;
  }
  .service_index_mv_inner {
    height: 146px;
    margin: auto;
    padding-top: 32px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 36px);
  }
  .service_index_mv_inner h1 {
    font-size: 26px;
  }
  .service_index_mv_inner h1::after {
    top: 40px;
    left: calc((100% - 47px) / 2);
    width: 47px;
  }
  .service_index_mv_inner h1 span {
    display: block;
    font-size: 30px;
    padding-top: 29px;
  }
  .inverview_index_lead_text {
    font-size: 14px;
    height: auto;
    padding: 32px 0;
  }
  .service_index_list {
    margin: 0 5% 40PX;
  }
  .service_index_list li {
    padding: 35px 0px;
  }
  .service_index_list_inner {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .service_index_list_inner2 {
    display: block;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service_index_list_description {
    flex: none;
    width: 100% !important;
    padding: 0 !important;
    order: 2;
  }
  .service_index_list_description2 {
    flex: none;
    width: 100% !important;
    padding: 0 !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .service_index_list_image {
    flex: none;
    width: 100%;
    order: 1;
  }
  .service_index_list_image2 {
    flex: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .service_index_list_number {
    margin: 0 10px 15px 0;
    width: 50px;
  }
  .service_index_list_cap {
    font-size: 2.2rem !important;
    margin: 0 15px 20px;
  }
  .service_index_list_cap::before {
    content: "“";
    margin-right: 2px;
  }
  /*
  .service_index_list_cap::after {
    content: "”";
    margin-left: 2px;
  }
    */
  .service_index_list_btn {
    font-size: 14px;
    margin: 27px auto 0;
    padding: 16px 0;
    width: 260px;
  }
  .service_index_list_btn span::after {
    height: 10px;
    top: 2px;
    width: 10px;
  }
  .service_index_wedding_report_cap {
    margin-bottom: 35px;
    width: 208px;
  }
  .service_index_wedding_report_cap img {
    width: 90%;
  }
  .service_index_wedding_report_cap span {
    display: block;
    font-size: 12px;
    padding-top: 18px;
  }
  .service_index_wedding_report {
    display: block;
    padding: 0 16px 30px;
    width: 100%;
  }
  .service_index_wedding_report li {
    margin: 0 auto 20px;
    width: 100%;
  }
  .service_index_wedding_report_image {
    width: 48%;
  }
  .service_index_wedding_report_image img {
    height: 110px;
    width: 100%;
    object-fit: cover;
  }
  .service_index_wedding_report_text {
    font-size: 12px;
    width: 48%;
    height: 100px;
    overservice: hidden;
  }
  .service_index_list_movie_box .thum .bg .btn_play,
  .service_detail_info_movie_box .thum .bg .btn_play {
    width: 80px;
    height: 80px;
    background-position: 16px center;
    background-size: 50px 15px;
  }
  .service_index_list_movie_box .thum .bg .btn_play .circle,
  .service_detail_info_movie_box .thum .bg .btn_play .circle {
    width: 80px;
    height: 80px;
    border: 3px #fff solid;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 320px) {
  .service_index_list_cap {
    font-size: 14px;
  }
  .service_index_wedding_report_image img {
    height: 92px;
    width: 100%;
    object-fit: cover;
  }
}

/* 詳細 */
.service_detail_head {
  background: #f9f5f1;
  border-bottom: solid #e5d9cc 2px;
  width: 100%;
}
.service_detail_head_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1100px;
}
.service_detail_ttl {
  line-height: 1;
  padding: 35px 0;
  width: 213px;
}
.service_detail_cap {
  font-size: 20px;
  width: calc(100% - 213px);
  padding-left: 40px;
}
.service_detail_cap::before {
  content: "“";
  margin-right: 2px;
}
.service_detail_cap::after {
  content: "”";
  margin-left: 2px;
}
.service_detail_info {
  background: #efeae2;
  padding: 50px 0 72px;
  width: 100%;
}
.service_detail_info_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 1100px;
  padding: 0 40px;
}
.service_detail_info_image {
  width: calc(100% - 400px);
}
.service_detail_info_movie_box {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overservice: hidden;
}
.service_detail_info_movie_box iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.service_detail_info_data {
  background: #fff;
  padding: 10px;
  margin-left: 20px;
  width: 400px;
}
.service_detail_info_data_inner {
  border: solid #e5d9cc 1px;
  height: 100%;
  padding: 30px;
}
.service_detail_info_data_inner dt {
  color: #b28c54;
  line-height: 1;
  margin-bottom: 5px;
}
.service_detail_info_data_inner dd {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.service_detail_info_data_inner dd:last-child {
  margin-bottom: 0;
}
.service_detail_info_images {
  height: 322px;
  margin: 0 auto;
  overservice: hidden;
  max-width: 1100px;
  padding: 0 40px;
}
.service_detail_info_images li {
  float: left;
  width: calc(100% / 3);
}
.service_detail_info_images li:first-child {
  width: calc((100% / 3) * 2);
  border-right: 1px solid #fff;
}
.service_detail_info_images li:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.service_detail {
  background: #f9f5f1;
  padding: 70px 0;
}
.service_detail ul {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 40px;
}
.service_detail_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.service_detail_inner:last-child {
  margin-bottom: 0;
}
.service_detail_image {
  width: 50%;
}
.service_detail_text {
  padding: 10px 20px;
  width: 50%;
}
.service_detail li:nth-child(odd) .service_detail_image {
  order: 2;
}
.service_detail li:nth-child(odd) .service_detail_text {
  order: 1;
}
.service_detail_inner hr {
  border: none;
  margin: 0 auto 50px;
  width: 1000px;
}
.service_detail_question {
  color: #b28c54;
  font-size: 15px;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
}
.service_detail_question::before {
  border-top: solid #b28c54 1px;
  content: "";
  height: 1px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 33px;
}
.service_detail_answer {
  margin-bottom: 35px;
}
.service_detail_answer:last-child {
  margin-bottom: 0;
}
.service_detail_answer p {
  margin-bottom: 25px;
}
.service_detail_answer p:last-child {
  margin-bottom: 0;
}
.service_detail_inner.full {
  display: block;
}
.service_detail_inner.full .service_detail_image {
  width: 100%;
}
.service_detail_inner.full .service_detail_text {
  padding: 0 20px;
  width: 100%;
}

/* 会場詳細へ ------------------------ */
.place_area {
  margin: 0 auto;
  max-width: 1100px;
  padding: 100px 40px 0;
}
.place_area a {
  background: #fff;
  display: block;
  padding: 10px;
  box-shadow: 1px 1px 2px 1px #ece8e6;
}
.place_area_inner {
  border: 1px solid #b28c54;
  padding: 15px;
  display: flex;
  width: 100%;
}
.place_area_inner .imgbox {
  width: 32%;
  height: 100%;
  overservice: hidden;
}
.place_area_inner .imgbox img {
  object-fit: cover;
}
.place_area_inner .imgbox span {
  display: none;
}
.place_area_inner .info {
  padding: 10px 10px 0 30px;
  width: 68%;
  position: relative;
}
.place_area_inner .info h3 {
  font-size: 2rem;
  position: relative;
}
.place_area_inner .info h3 span {
  padding-left: 20px;
}
.place_area_inner .info h3 span br {
  display: none;
}
.place_area_inner .info .info_title {
  color: #b28c54;
  font-size: 1.4rem;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    Osaka, Helvetica, Arial, sans-serif;
}
.place_area_inner .info h3 span::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(/img/service_detail/icon_church.svg) no-repeat;
  background-size: 100%;
}
.place_area_inner .info .data {
  color: #999;
  font-size: 1.2rem;
}
.place_area_inner .info p {
  margin-top: 16px;
  position: relative;
  padding-bottom: 18px;
}
.place_area_inner .btn_betail {
  color: #b28c54;
  padding: 0 15px 0 0 !important;
  margin: 0 !important;
  position: relative;
  bottom: 0px;
  text-align: right;
}
.place_area_inner .imgbox .btn_betail {
  display: none;
}
.place_area_inner .btn_betail::after {
  position: absolute;
  content: " ";
  top: 6px;
  width: 10px;
  height: 13px;
  margin-left: 5px;
  background: url(/img/service_detail/icon_arrow.svg) no-repeat;
  background-size: 100%;
}

/* pg一覧 ------------------------ */
#pg {
  padding-bottom: 20px;
}
#pg .content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 40px;
  position: relative;
}
#pg ul li {
  width: 33.3%;
  float: left;
  margin-bottom: 40px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#pg ul li img {
  width: 100%;
  position: relative;
  object-fit: cover;
}
#pg .shadow img {
  width: 100%;
  position: relative;
}
#pg ul li h4 {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  height: 78px;
  overservice: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#pg ul li .tx_box {
  padding: 5px 5px;
  background: #fff;
  width: 80%;
  position: relative;
  left: 77px;
  bottom: 48px;
}
#pg ul li .tx_box h4 div::before {
  content: "“";
}
#pg ul li .tx_box h4 div::after {
  content: "”";
}

#pg ul li .pg_thum {
  float: left;
}

#pg ul li .pg_thum img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#pg .name_place {
  font-size: 0.9em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    Osaka, Helvetica, Arial, sans-serif;
  color: #b28c54;
  display: inline-block;
  position: relative;
  margin: 10px 0 5px;
  padding: 4px 0 0 17px;
}
#pg .name_place:before {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/img/service_detail/icon_church.svg) no-repeat;
  background-size: 100%;
}
#pg .content .btn {
  margin-top: 20px;
  background: #b28c54;
  color: #fff;
  padding: 18px 0;
  margin: 10px auto 50px;
  width: 46%;
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
#pg .content .slick-arrow {
  display: block;
}
#pg .content .slick-prev,
#pg .content .slick-next {
  position: absolute;
  top: 53%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-size: 100%;
}
#pg .content .slick-prev {
  left: 5px;
  background: url(/img/service_detail/btn_prev.svg) no-repeat;
}
#pg .content .slick-next {
  right: 5px;
  background: url(/img/service_detail/btn_next.svg) no-repeat;
}
#pg .content .slick-prev:before,
#pg .content .slick-next:before {
  display: none;
}
#pg .content li.slick-slide {
  transition: all 0.5s;
}
#pg .content li.slick-slide:hover {
  opacity: 0.6;
}

@media screen and (min-width: 481px) and (max-width: 1001px) {
  .service_detail_head {
    padding: 10px 3%;
  }
  .service_detail_head_inner {
    width: 100%;
  }
  .service_detail_ttl {
    width: 180px;
  }
  .service_detail_cap {
    font-size: 18px;
    line-height: 32px;
    width: calc(100% - 180px);
  }
  .service_detail_info {
    padding: 30px 0 40px;
  }
  .service_detail_info_inner {
    width: 100%;
    padding: 0 20px;
  }
  .service_detail_info_image {
    width: calc(100% - 280px);
  }
  .service_detail_info_data {
    width: 280px;
    padding: 5px;
  }
  .service_detail_info_data_inner {
    padding: 20px;
    font-size: 12px;
  }
  .service_detail_info_data_inner dt {
  }
  .service_detail_info_data_inner dd {
    margin-bottom: 10px;
  }
  .service_detail_info_images {
    height: auto;
    width: 100%;
    padding: 0 20px;
  }
  .service_detail {
    padding: 50px 0;
  }
  .service_detail ul {
    padding: 0 20px;
  }
  .service_detail_text {
    padding-top: 5px 10px;
  }
  .service_detail_question {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .service_detail_question::before {
    width: 23px;
  }
  .service_detail_answer {
    margin-bottom: 25px;
  }
  .service_detail_answer p {
    margin-bottom: 15px;
  }

  .place_area {
    padding: 50px 20px 0;
  }
  .place_area_inner .info {
    padding: 5px 0 0 20px;
  }
  .place_area_inner .info .data {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
  .place_area_inner .info p {
    margin-top: 10px;
    padding-bottom: 0;
  }
  #pg ul li h4 {
    height: 112px;
    -webkit-line-clamp: 4;
  }
  #pg ul li h4 div {
    text-align: left;
  }
  #pg ul li h4 div br {
    display: none;
  }
  #pg .name_place {
    overservice: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
  }
  #pg .content .btn {
    font-size: 1.4rem;
    padding: 15px 0;
    margin: 0px auto 30px;
    width: 60%;
  }
  #pg .content .slick-prev,
  #pg .content .slick-next {
    top: 52%;
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
}

@media screen and (max-width: 480px) {
  .service_detail_head {
    background: #f9f5f1;
    border-bottom: solid #e5d9cc 2px;
    padding: 25px 30px 30px;
    width: 100%;
  }
  .service_detail_head_inner {
    display: block;
    padding: 0;
  }
  .service_detail_ttl {
    line-height: 1;
    margin: 0 auto 20px;
    padding: 0;
    width: 142px;
  }
  .service_detail_cap {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 28px;
    width: 100%;
    padding-left: 0;
  }
  .service_detail_cap br {
    display: none;
  }
  .service_detail_info {
    padding: 28px 0 0;
    width: 100%;
  }
  .service_detail_info_inner {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
  .service_detail_info_image {
    margin-bottom: 20px;
    width: 100%;
  }
  .service_detail_info_data {
    padding: 5px;
    width: 100%;
    margin-left: 0;
  }
  .service_detail_info_data_inner {
    padding: 18px 20px 13px;
  }
  .service_detail_info_data_inner dl {
    font-size: 12px;
  }
  .service_detail_info_data_inner dd {
    margin-bottom: 13px;
  }
  .service_detail_info_images {
    height: auto;
    overservice: hidden;
    padding: 0;
  }
  .service_detail_info_images li {
    width: 50%;
  }
  .service_detail_info_images li:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .service_detail_info_images li:nth-child(2) {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .service_detail {
    padding: 40px 15px;
  }
  .service_detail ul {
    padding: 0;
  }
  .service_detail_inner {
    display: block;
    margin-bottom: 35px;
    width: 100%;
  }
  .service_detail_inner:last-child {
    margin-bottom: 0;
  }
  .service_detail_image {
    margin-bottom: 30px;
    width: 100%;
  }
  .service_detail_text {
    padding: 0;
    width: 100%;
  }
  .service_detail li:nth-child(odd) .service_detail_image {
    order: 1;
  }
  .service_detail li:nth-child(odd) .service_detail_text {
    order: 2;
  }
  .service_detail_inner hr {
    margin: 0 auto 30px;
    width: 100%;
  }
  .service_detail_question {
    margin-bottom: 20px;
    padding-left: 22px;
  }
  .service_detail_question::before {
    top: 10px;
    width: 15px;
  }
  .service_detail_answer {
    margin-bottom: 30px;
  }
  .service_detail_answer:last-child {
    margin-bottom: 0;
  }
  .service_detail_answer p {
    margin-bottom: 20px;
  }
  .service_detail_answer p:last-child {
    margin-bottom: 0;
  }
  .service_detail_inner.full .service_detail_text {
    padding: 0;
  }
  .service_detail_inner.full .service_detail_image {
    margin-bottom: -20px;
  }

  .place_area {
    padding: 30px 0 0;
  }
  .place_area a {
    padding: 5px;
  }
  .place_area_inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .place_area_inner .imgbox {
    order: 2;
    width: 100%;
    margin-top: -25px;
  }
  .place_area_inner .info {
    width: 100%;
    padding: 10px 0 20px;
  }
  .place_area_inner .info h3 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 6px 0 8px;
  }
  .place_area_inner .info h3 span {
    padding-left: 20px;
    display: inline;
    position: relative;
  }
  .place_area_inner .info h3 span br {
    display: flex;
  }
  .place_area_inner .info .info_title {
    text-align: center;
  }
  .place_area_inner .info h3 span::before {
    width: 14px;
    height: 18px;
    top: -1px;
    left: 0px;
  }
  .place_area_inner .info .data {
    font-size: 1.2rem;
    text-align: center;
  }
  .place_area_inner .info .btn_betail {
    display: none;
  }
  .place_area_inner .imgbox .btn_betail {
    text-align: center;
    border-bottom: 1px solid #b28c54;
    display: table;
    margin: 15px auto 0 !important;
  }
  #pg {
    padding-bottom: 1.5em;
  }
  #pg .content {
    padding: 0 20px;
  }
  #pg h2 {
    padding: 30px 0;
  }
  #pg h2 img {
    width: 65%;
  }
  #pg ul {
    display: inline-block;
  }
  #pg ul li {
    width: 100%;
  }
  #pg ul li h4 {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 0;
    height: auto;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-align: left;
  }
  #pg ul li h4 div {
    text-align: left;
  }
  #pg ul li h4 div br {
    display: none;
  }
  #pg .name_place {
    overservice: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
    padding: 4px 0 0 14px;
  }
  #pg .content .btn {
    background: #b28c54;
    padding: 10px 0;
    margin: 0px auto 30px;
    width: 85%;
    font-size: 1.4rem;
  }
  #pg .content .slick-prev,
  #pg .content .slick-next {
    top: 45%;
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
  #pg .content .slick-prev {
    left: 0;
  }
  #pg .content .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 320px) {
  .service_detail_cap {
    font-size: 14px;
  }
}

.service-thum {
  width: 100%;
  list-style: none;
  margin: 20px 0 40px;
}
.service-thum ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.service-thum ul li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

/* micro clearfx */
.service-thum:before,
.service-thum:after {
  content: "";
  display: table;
}
.service-thum:after {
  clear: both;
}
.service-thum {
  zoom: 1;
} /* For IE 6/7 */


.service_index_list_inner p {
  padding-bottom: 10px;
  text-align: left;
  font-size: 1.5rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  margin-bottom: 10px;
}
.service_index_list_inner2 p {
  padding-bottom: 10px;
  text-align: left;
  font-size: 1.5rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  margin-bottom: 10px;
}
