@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
* {
padding: 0;
margin: 0;
}


.pg_wedding_wrapper {
	font-family: "Noto Sans JP";
	color: #6D6D6D;
    font-size: 16px;
    line-height: 1.6;
	font-weight: normal;
  letter-spacing: 0.1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h2.pg_wedding_title {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0;
    font-weight: 100;
    font-size: 36px;
	padding-bottom: 50px;
    margin: 0;
	text-align: center;
}
h3.pg_wedding_jp_title {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
    margin: 0;
}

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


.pg_wedding_wrapper img {
  width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================ FV ================ */
.pg_wedding_fv_container {
	max-width: 1400px; 
    margin: auto;
	text-align: center;
}

.pg_wedding_wrapper .pc{
	display: block;
}
.pg_wedding_wrapper .sp{
	display: none;
}

/* ================ FV下テキスト ================ */
.pg_wedding_fv_texts_container {
	text-align: center;
	font-weight: 300;
	padding: 100px 0;
}

.pg_wedding_fv_text_big {
	font-size: 30px;
	margin: 0 0 40px 0;
}
p.pg_wedding_fv_text {
    margin: 0;
    line-height: 28px;
}

/* ================ ループ ================ */

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.pg_wedding_wrapper .d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/


.pg_wedding_wrapper .loop-wrapper {
  display: flex;
  overflow: hidden;
}

.pg_wedding_wrapper .loop-list {
  display: flex;
  list-style: none;
}

.pg_wedding_wrapper .loop-list-left{
	animation :infinity-scroll-left 40s infinite linear 0.5s both;
	padding: 0 0 150px 0;
	margin: 0;
}

.pg_wedding_wrapper .loop-item {
  width: calc(100vw / 7);
  margin: 0 20px;
}
.pg_wedding_wrapper .loop-item > img{
   width: 100%;
	border-radius: 5px;
}

/* ================ 目次 ================ */
.pg_wedding_menu_wrapper {
	text-align: center;
    background: #F4F2EC;
    padding: 150px 0;
}
.pg_wedding_menu {
    list-style-type: none;
    max-width: 750px;
    padding: 55px;
    background: white;
    margin: auto;
}

li.pg_wedding_menu_list {
    padding: 10px 0;
}
.pg_wedding_menu_list a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #6D6D6D;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.07em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 1em; /* アイコンとテキストの間にスペースを追加 */
}
li.pg_wedding_menu_list a {
    color: #6D6D6D;
    text-decoration: none;
    font-weight: 300;
	transition: color 0.5s, text-decoration 0.5s;
}
li.pg_wedding_menu_list a:hover {
    text-decoration: underline;
	color: #ACACAC;
}
.pg_wedding_menu_list a:hover::after {
    color: #ACACAC;
}
.pg_wedding_menu_wrapper {
    background: #F4F2EC;
}


/* ================ アバウト ================ */
.pg_wedding_about_container {
    max-width: 1160px;
    margin: auto;
	display: flex;
}
.pg_wedding_about_wrapper {
    padding: 150px 0 0 0;
}
p.pg_wedding_about_containts_title {
    padding: 10px 0;
}
.pg_wedding_about_containts {
    width: 25%;
    display: flex;
    font-weight: 300;
    text-align: center;
    border: 1px solid #D6D6D6;
    padding: 30px 10px;
    margin: 0 30px;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.pg_wedding_about_containts img {
    width: 30%;
}
/* モーダル表示 */
.modal-wata__wrap input {
    display: none;
}

.modal-wata__open-label01,.modal-wata__close-label01,.modal-wata__open-label02,.modal-wata__close-label02,
.modal-wata__open-label03,.modal-wata__close-label03,.modal-wata__open-label04,.modal-wata__close-label04 {
    cursor: pointer;
}

.modal-wata__open-label01,.modal-wata__open-label02,.modal-wata__open-label03,.modal-wata__open-label04 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #6D6D6D;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.modal-wata__open-label01::before,.modal-wata__open-label01::after,.modal-wata__open-label02::before,.modal-wata__open-label02::after,
.modal-wata__open-label03::before,.modal-wata__open-label03::after,.modal-wata__open-label04::before,.modal-wata__open-label04::after {
    content: "";
    position: absolute;
    background-color: #6D6D6D;
    transition: background-color 0.5s ease;
}

/* 横線 */
.modal-wata__open-label01::before,.modal-wata__open-label02::before,.modal-wata__open-label03::before,.modal-wata__open-label04::before {
    width: 40%;
    height: 1px;
}

/* 縦線 */
.modal-wata__open-label01::after,.modal-wata__open-label02::after,.modal-wata__open-label03::after,.modal-wata__open-label04::after {
    width: 1px;
    height: 40%;
}

.modal-wata__open-label01:hover::before,.modal-wata__open-label01:hover::after,.modal-wata__open-label02:hover::before,.modal-wata__open-label02:hover::after,
.modal-wata__open-label03:hover::before,.modal-wata__open-label03:hover::after,.modal-wata__open-label04:hover::before,.modal-wata__open-label04:hover::after {
    background-color: white;
}

.modal-wata__open-label01:hover,.modal-wata__open-label02:hover,.modal-wata__open-label03:hover,.modal-wata__open-label04:hover {
    background-color: #6D6D6D;
    color: white;
}
.modal-wata {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-wata__open-input01:checked + label + input + .modal-wata {
    display: block;
    animation: modal-wata-animation .6s;
}
.modal-wata__open-input02:checked + label + input + .modal-wata {
    display: block;
    animation: modal-wata-animation .6s;
}
.modal-wata__open-input03:checked + label + input + .modal-wata {
    display: block;
    animation: modal-wata-animation .6s;
}
.modal-wata__open-input04:checked + label + input + .modal-wata {
    display: block;
    animation: modal-wata-animation .6s;
}
.modal-wata__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%; /* Change the width for PC */
    max-width: 750px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-wata__close-label01,.modal-wata__close-label02,.modal-wata__close-label03,.modal-wata__close-label04 {
    border: 1px solid #D6D6D6;
    border-radius: 50%; /* 丸くする */
    width: 36px;
    height: 36px;
    position: fixed;
    top: 7%;
    right: 5%;
    z-index: 99999;
    background-color: white; /* 背景色を指定 */
}

.modal-wata__close-label01:before, .modal-wata__close-label01:after,
.modal-wata__close-label02:before, .modal-wata__close-label02:after,
.modal-wata__close-label03:before, .modal-wata__close-label03:after,
.modal-wata__close-label04:before, .modal-wata__close-label04:after {
    content: '';
    position: absolute;
    width: 14px; /* 線の長さ */
    height: 1px; /* 線の太さ */
    background-color: #6D6D6D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg); /* 斜めに回転 */
}

.modal-wata__close-label01:after,.modal-wata__close-label02:after,.modal-wata__close-label03:after,.modal-wata__close-label04:after {
    transform: translate(-50%, -50%) rotate(-45deg); /* 反対側の斜め */
}


.modal-wata__content {
    max-height: 100%; 
    overflow-y: auto;
    padding: 60px 45px 45px;
}

.modal-wata__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}
.pg_wedding_about_container .swiper-slide {
	flex-direction: column;
}
.pg_wedding_wrapper .pg_wedding_about_container .swiper-slide img {
	width: 9%;
}
p.swiper-wrapper_title {
    font-size: 18px;
    font-weight: normal;
	margin: 4% 0;
}
p.swiper-wrapper_text {
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
    text-align: left;
    padding-bottom: 13%;
    margin: 0;
}
.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-next, .pg_wedding_wrapper .pg_wedding_about_container .swiper-button-prev {
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    padding: 10px !important;
    color: #6D6D6D !important;
    background: white !important;
    width: 36px;
    height: 36px;
}
.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-next:after{
	content: '→';
    font-family: "Noto Sans JP";
    font-size: 18px!important;
}
.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-prev:after{
	content: '←';
    font-family: "Noto Sans JP";
    font-size: 18px!important;
}
.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-next {
	right: 43%;
}
.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-prev {
	left: 43%;
}
.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-next, .pg_wedding_wrapper .pg_wedding_about_container .swiper-button-prev {
	top: 88%;
}
@keyframes modal-wata-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ================ 商品 ================ */
.pg_wedding_item_wrapper {
    max-width: 1260px;
    margin: auto;
	padding: 150px 0 120px 0;
}
.pg_wedding_item_wrapper h2.pg_wedding_title{
	padding-bottom:20px;
}
.pg_wedding_item_containter {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.pg_wedding_item_containt {
    width: 50%;
    height: 100%;
	padding: 50px;
}
.pg_wedding_item_containt .swiper.mySwiper {
    border-radius: 8px;
}
p.pg_wedding_item_title {
    margin-bottom: 5px;
	padding-top: 18px;
}
p.pg_wedding_item_price {
    margin-top: 0;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
	font-size: 18px;
}
a.pg_wedding_item_btn {
	font-family: "Didact Gothic", sans-serif;;
    position: relative;
    display: block;
    width: 280px;
    padding: 10px 0;
    border: 1px solid #6D6D6D;
    border-radius: 5px;
    font-size: 12px;
    color: #6D6D6D;
    text-decoration: none;
    text-align: center;
	letter-spacing: 0;
	margin: auto;
	background: white;
	transition: background-color 0.5s ease, color 0.5s ease;
}

a.pg_wedding_item_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #6D6D6D;
    border-right: 1px solid #6D6D6D;
  transform: rotate(45deg);
  box-sizing: border-box;
}

a.pg_wedding_item_btn:hover{
	background: #6D6D6D;
	color: white;
}
a.pg_wedding_item_btn:hover::after {
  border-right: 1px solid white;
	border-top: 1px solid white;
}
.pg_wedding_item_texts {
    font-weight: 300;
	letter-spacing: 0;
}
p.pg_wedding_item_title {
    font-size: 18px;
}
span.pg_wedding_item_small_price {
    font-size: 14px;
}
p.pg_wedding_item_text {
    font-size: 15px;
	padding-top: 15px;
}
p.pg_wedding_item_delivery {
    font-size: 12px;
	margin: 15px 0 25px 0;
}

.pg_wedding_item_wrapper02 {
	background: #F4F2EC;
	background: #F4F2EC;
	padding: 150px 0 100px 0;
}
.pg_wedding_item_wrapper02 h2.pg_wedding_title {
	padding-bottom: 20px;
}
.pg_wedding_item_wrapper02 .pg_wedding_item_containter {
    max-width: 1260px;
    margin: auto;
}

/* ================ ステップ ================ */
.pg_wedding_step_wrapper {
    max-width: 1160px;
    margin: auto;
	padding: 150px 0;
}
.pg_wedding_step_item, .pg_wedding_step_item02, .pg_wedding_step_item03 {
  position: relative;
    padding: 0 20px 20px 20px; /* 左側に余白をなくし、右側に余白を追加 */
    border: 1px solid #6D6D6D;
	display: inline-block;
	text-align: center;
    font-weight: 300;
	width: calc(100% / 4);
}
.pg_wedding_step_item:before, .pg_wedding_step_item:after, .pg_wedding_step_item02:before, .pg_wedding_step_item02:after, .pg_wedding_step_item03:after{
    position: absolute;
    top: 50%; /* 垂直方向の中央に配置 */
    right: -25px; /* 見出しの右側に配置 */
    transform: translateY(-50%); /* 垂直方向の中央に配置 */
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.pg_wedding_step_item:before, .pg_wedding_step_item02:before{
    border-color: transparent;
    border-left-color: #6D6D6D; /* 吹き出しの枠線の色を左に設定 */
    border-width: 12px; /* 吹き出しのサイズを設定 */
}
.pg_wedding_step_item:after, .pg_wedding_step_item02:after{
	border-color: transparent;
    border-left-color: white; /* 吹き出しの内側の色を左に設定 */
    border-width: 13px; /* 吹き出しのサイズを設定 */
}
.pg_wedding_step_item02, .pg_wedding_step_item03{
    border-left: none;
    margin-left: -6px;
}
p.pg_wedding_step_item_number {
    font-family: "Crimson Text", serif;
    font-style: italic;
    letter-spacing: 0;
    font-size: 40px;
	margin: 0;
}
.pg_wedding_step_items img {
    width: 45%;
}

/* ================ ティップス ================ */
.pg_wedding_tips_wrapper {
    background: #F4F2EC;
	padding: 150px 0;
}
.pg_wedding_tips_wrapper a {
	color: #6D6D6D;
	text-decoration: underline;
}
.pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper {
    width: 1160px;
    height: 100%;
}
.pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper-slide {
	background: #f4f2ec;
}
.pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper-button-next, .pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper-button-prev {
    padding: 0% !important;
}
.pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper-button-next:after, .pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper-button-prev:after {
    font-size: 2.5em !important;
}

.swiper-slide_tips {
    display: flex;
    margin: 0px 100px;
    background: white;
	border-radius: 10px;
}
.swiper-slide_tips img {
    width: 38% !important;
    padding: 40px;
}
.pg_wedding_tips_texts {
    text-align: left;
	margin-right: 40px;
}
p.pg_wedding_tips_number {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    font-style: italic;
    font-size: 64px;
    color: #B3B3B3;
    margin: 0;
    margin-top: 15px;
}
p.pg_wedding_tips_title {
    font-size: 18px;
    margin: 0;
    padding-bottom: 5px;
}
p.pg_wedding_tips_text {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}




/* ================ クーポン ================ */
.pg_wedding_coupon_wrapper {
    max-width: 750px;
    margin: auto;
    padding: 150px 0;
}

/* ================ 質問 ================ */
.pg_wedding_question_wrapper {
    background: #F4F2EC;
	padding: 150px 0;
}
h2.pg_wedding_question_title {
    text-align: center;
    font-weight: 300;
    font-size: 34px;
	padding-bottom: 50px;
    margin: 0;
}
.pg_wedding_question_accordion {
    max-width: 750px;
    background: white;
    margin: 0 auto 30px auto;
    transition: 0.3s ease;
}

.pg_wedding_question_accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    padding: 30px 70px;
    font-weight: 400;
    color: #6d6d6d;
    cursor: pointer;
}

.pg_wedding_question_accordion summary::before {
    content: "Q";
    font-family: "Open Sans", sans-serif;
    color: #6D6D6D;
    margin-right: 10px;
    font-size: 18px;
    padding-top: 3px;
}

.pg_wedding_question_accordion summary::-webkit-details-marker {
    display: none;
}

.pg_wedding_question_accordion summary::after {
    font-size: 1.2em;
    content: '＋';
    position: absolute;
    right: 70px;
    transition: rotate .3s;
    font-weight: 100;
    padding-bottom: 3px;
}

.pg_wedding_question_accordion[open] summary::after {
    content: '−';
}

.pg_wedding_question_accordion p {
    transform: translateY(-10px);
    opacity: 0;
    border-top: 1px solid #D9D9D9;
    margin: 0 70px;
    padding: 30px 0px 30px 30px;
    color: #6d6d6d;
    transition: transform .5s, opacity .5s;
    position: relative;
}

.pg_wedding_question_accordion p::before {
    content: "A";
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 18px;
    color: #6D6D6D;
    font-family: "Open Sans", sans-serif;
}

.pg_wedding_question_accordion[open] p {
    transform: none;
    opacity: 1;
}
.pg_wedding_question_accordion a {
	color: #6D6D6D;
}
a.pg_wedding_question_btn {
    background: white;
    border: 1px solid #B3B3B3;
    text-align: center;
    margin: 80px auto 0 auto;
    display: block;
    width: 415px;
    color: #6D6D6D;
    text-decoration: none;
    padding: 20px 10px;
    border-radius: 50px;
    font-weight: 300;
    letter-spacing: 1px;
	transition: background-color 0.5s ease, color 0.5s ease;
}
a.pg_wedding_question_btn:hover{
	color: white;
	background: #6D6D6D;
	
}




/* ================ スライダー ================ */

.pg_wedding_wrapper .block-inner {
  max-width: 1160px;
  margin: 80px auto;
}

.pg_wedding_wrapper .swiper-button-next, .swiper-button-prev {
    padding: 4%!important;
	color: #B3B3B3!important;
}
.pg_wedding_wrapper .swiper-button-next:after, .swiper-button-prev:after{
	font-size: 1.5em!important;
}
.pg_wedding_wrapper .swiper {
      width: 100%;
      height: 100%;
    }
.pg_wedding_item_containt .swiper {
  border-radius: 5px;
}
.pg_wedding_wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.pg_wedding_wrapper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


/* ================ SP ================ */

@media screen and (max-width:768px) {
.pg_wedding_wrapper .pc{
	display: none;
}
.pg_wedding_wrapper .sp{
	display: block;
}
	.pg_wedding_fv_texts_container {
		padding: 50px 15px;
	}
	.pg_wedding_fv_text_big {
    font-size: 24px;
    margin: 0 0 20px 0;
}
	p.pg_wedding_fv_text {
    margin: 0;
    line-height: 24px;
}
.pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper {
    width: 100%;
    height: 100%;
}
	.pg_wedding_about_container{
		max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 15px;
    display: grid;
    gap: 10px;
	}
	.pg_wedding_about_containts {
    width: 100%;
    font-weight: 300;
    text-align: center;
    border: 1px solid #D6D6D6;
    padding: 20px 10px;
    border-radius: 5px;
    justify-content: space-between;
	margin: 0;
}
	 .pg_wedding_about_containts_title {
    padding: 12px 0;
}
	.pg_wedding_item_containter{
		flex-direction: column;
	}
	.pg_wedding_item_containt {
		padding: 0 15px 60px 15px;
		width: 100%;
	}
	a.pg_wedding_question_btn {
		width: 100%;
	}
	.swiper-slide_tips{
		margin: 0;
		flex-direction: column;
	}
	.pg_wedding_step_items {
    display: flex;
    flex-direction: column;
	margin: 0 20px;
}
.pg_wedding_wrapper .loop-item {
  width: calc(100vw / 4);
	margin: 0 10px;
}
	.pg_wedding_wrapper .loop-list-left{
		padding: 0 0 70px 0;
	}
	.pg_wedding_menu_wrapper {
		padding: 50px 0 70px 0;
	}
	h2.pg_wedding_title {
		padding-bottom: 20px;
	}
	.pg_wedding_menu {
    max-width: 100%;
    padding: 35px;
    margin: 0 20px;
}
	.pg_wedding_about_wrapper {
    padding: 70px 0 0 0;
}
	h3.pg_wedding_jp_title {
		font-size: 15px;
    padding-bottom: 5px;
	}
	
    .modal-wata__open-label {
        max-width: 100%;
        padding: 3px 5px;
    }

    .modal-wata__content-wrap {
        width: 80vw; /* Change the width for mobile */
    }

    .modal-wata__content {
        padding: 40px 20px 20px;
        max-height: 70vh; /* Change the height for mobile */
        max-width: 100%;
    }

    .modal-wata__close-label {
        top: 15px;
        right: 5%;
    }
	p.swiper-wrapper_text {
		padding-bottom: 23%;
	}
	.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-next {
    right: 32%;
}
	.pg_wedding_wrapper .pg_wedding_about_container .swiper-button-prev {
    left: 32%;
}
	.pg_wedding_wrapper .pg_wedding_about_container .swiper-slide img {
    width: 20%;
}
	.modal-wata__close-label {
    padding: 5px 3px 0px 6px;
	}
	.pg_wedding_item_wrapper {
		padding: 80px 0 20px 0;
	}
	p.pg_wedding_item_title {
    margin: 10px 0 3px 0;
	padding-top: 0;
}
	p.pg_wedding_item_price {
		padding-bottom: 10px;
	}

	a.pg_wedding_item_btn {
		width: 80%;
	}
	.pg_wedding_item_wrapper02 {
		padding: 70px 0 10px 0;
	}
	.pg_wedding_step_wrapper {
		padding: 70px 0;
		margin: 0 15px;
	}
.pg_wedding_step_item:before, 
.pg_wedding_step_item:after, 
.pg_wedding_step_item02:before, 
.pg_wedding_step_item02:after, 
.pg_wedding_step_item03:after {
    position: absolute;
    bottom: -25px; /* 吹き出しを要素の底辺に配置 */
    left: 50%; /* 吹き出しを中央に配置 */
    transform: translateX(-50%); /* 水平方向の中央に配置 */
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.pg_wedding_step_item:before, 
.pg_wedding_step_item02:before {
    border-color: transparent;
    border-top-color: #6D6D6D; /* 吹き出しの枠線の色を上部に設定 */
    border-width: 11px; /* 吹き出しのサイズを設定 */
	top: 100%;
}

.pg_wedding_step_item:after, 
.pg_wedding_step_item02:after {
	border-color: transparent;
    border-top-color: white; /* 吹き出しの内側の色を上部に設定 */
    border-width: 12px; /* 吹き出しのサイズを設定 */
	top: 99%;
}
.pg_wedding_step_item02, .pg_wedding_step_item03 {
    border-top: none;
    margin-left: 0px;
	border-left: 1px solid #6D6D6D;
	
}
	.pg_wedding_step_item, .pg_wedding_step_item02, .pg_wedding_step_item03 {
		width: 100%;
		padding: 5px 0 25px 0;
	}
	.pg_wedding_step_items img {
    width: 30%;
	padding-bottom: 5px;
}
	p.pg_wedding_step_item_number {
    font-size: 35px;
	}
	.pg_wedding_tips_wrapper {
    padding: 70px 20px;
}
	.swiper-slide_tips img {
		width: 100% !important;
		padding-bottom: 0;
	}
	p.pg_wedding_tips_number {
		margin-top: 0px;
		font-size: 50px;
	}
	.pg_wedding_tips_texts {
    text-align: left;
    margin-right: 0px;
    padding: 0 40px 40px 40px;
}
	.pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper-button-next {
		right: 0;
	}
	.pg_wedding_wrapper .pg_wedding_tips_wrapper .swiper-button-prev {
		left: 0;
	}
	.pg_wedding_coupon_wrapper {
    padding: 60px 20px;
}
	.pg_wedding_question_wrapper {
		padding: 70px 20px;
	}
	.pg_wedding_question_accordion summary {
		padding: 15px;
	}
	.pg_wedding_question_accordion {
		margin: 0 auto 20px auto;
	}
	.pg_wedding_question_accordion summary::after {
		right: 15px;
	}
	.pg_wedding_question_accordion p {
		margin: 0 15px;
    padding: 20px 0px 20px 30px;
	}
	.pg_wedding_question_accordion p::before {
		top: 20px;
	}
	a.pg_wedding_question_btn {
		margin: 60px auto 0 auto;
	}
	h2.pg_wedding_question_title {
		font-size: 28px;
	}
	.modal-wata__close-label02{
		padding: 6px 3px 0px 6px;
	}
}