@charset "UTF-8";


/*=============== 画像 ===============*/
.image_box{
	width: 100%;
	margin: auto;
    padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.image_box_inner{
	width: 49%;
	margin-bottom: 2%;
}

@media only screen and (max-width: 48em) {
.image_box_inner{
	width: 100%;
}
}

/*右から画像が表示される*/
.fade-in_right {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(-100%);
  }
}


.cont_image_box{
position: relative;
}
.overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒色 */
    }

.cont_image_box_inner{
    writing-mode: vertical-rl;
    display: block;
    margin: auto;
    text-align: left;
    color: #fff;
    z-index: 10;
}

    
.cont_image_box_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.cont_image_box_inner p{
  color: #fff;
  font-size: 40px;
  text-align: left;
  letter-spacing: 0.3em;
  font-weight: 400;
  }
  

.cont_image_box img {
  width: 100%;
  }

@media only screen and (max-width: 30em) {
.cont_image_box_inner p {
  font-size: 18px;
  white-space: nowrap
  }
.cont_image_box img {
  width: 100%;
  }

}



/* =========== partyreport common.neo 上書き =========== */
.neo_common_slide_inner p {
	color: #000 !important;
}


.flex_2A_2 {
	position: relative;
	display: flex;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 40% !important;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 60% !important;
}

/*flex_2B 2段 50:30*/
.flex_2B{
	display: flex;
	justify-content: space-between;
}

.flex_2B{
	display: flex;
	justify-content: space-between;
}

.flex_2B .flex_2B_innerA :nth-child(even) {
    flex-direction: row-reverse;
}
.flex_2B .flex_2B_innerA :nth-child(odd) {
    display: flex;
}

.flex_2B .flex_2B_innerA{
	width: 57%;
    order: 1;
}
.flex_2B .flex_2B_innerB{
	width: 40%;
    order: 2;
}
@media only screen and (max-width: 48em) {
.flex_2B{
	display: block;
}
.flex_2B .flex_2B_innerA{
	width: 100%;
	margin: 0 0 10px 0;
}
.flex_2B .flex_2B_innerB{
	width: 100%;
}
}

/*flex_2C 2段 30:50*/
.flex_2C{
	display: flex;
	justify-content: space-between;
}
.flex_2C .flex_2C_innerA{
	width: 40%;
    order: 1;
}
.flex_2C .flex_2C_innerB{
	width: 57%;
    order: 2;
}
@media only screen and (max-width: 48em) {
.flex_2C{
	display: block;
}
.flex_2C .flex_2C_innerA{
	width: 100%;
	margin: 0 0 10px 0;
}
.flex_2C .flex_2C_innerB{
	width: 100%;
}
}

/* ▼ 冒頭　1ブロック　*/ 

.ceremony_block{
margin-bottom: 60px;
}
.ceremony_box01:nth-child(even){
 display: flex;
 margin-bottom: 60px;
 flex-direction: row-reverse; /*左右入れ替え*/
 }


 @media(max-width : 750px ){
 .ceremony_box01:nth-child(even){
  display: block;
 }
}

.ceremony_box01:nth-child(odd){
 display: flex;
 }
@media(max-width : 750px ){
.ceremony_box01:nth-child(odd){
display: block;
 }
}

div.lead_txt_box {
  width: 40%;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p.lead_txt_001 {
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	font-weight: 400;
    line-height: 2.9em;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
}
@media only screen and (max-width: 30em) {
div.lead_txt_box {
  width: 100%;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
}




@media only screen and (max-width: 48em) {
.ceremony_block{
margin-bottom: 0!important;
}
div.lead_txt_box {
  width: 100%;
}
}

/* 冒頭　1ブロック　*/ 


/* 神前挙式次第*/
p.civil_flow{
margin-top: 30px;
font-size: 30px;
line-height: 0.8em;
}
p.civil_flow span{
font-size:16px;
}
.civil_flow_box{
margin-bottom: 20px;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-bottom: 20px;
}

.civil_flow_bar{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background-color: #000000;
}





@media only screen and (max-width: 48em) {
.concept_one_box{
margin-bottom: 0 !important;
}

div.lead_txt_box {
  padding: 10px;
}
p.lead_txt_001 {
	font-size: 1.4rem;
    text-align: center;
}

.taset_A{
text-align: center!important;
}

}



p.text3 {
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

/* 480px */
@media only screen and (max-width: 30em) {

.flex_2A_2 {
	display: block;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 100% !important;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 100% !important;
}
.benefit_box .planbox {
	margin-bottom: 25px;
}
p.text3 {
	font-size: 18px;
}
.plus {
	font-size: 50px;
}
}


/*=============== parts color ===============*/

.bg_color1{ background-color: rgba(193, 192, 166, 0.2) !important; }
.bg_color2{ background-color: #f5f5f5 !important; }
.bg_color3{ background-color: #FFFFFF !important; }
.bg_color4{ background-color: #FFEFD1 !important; }

/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}

/*アニメーション要素のスタイル*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(60px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* ====================== swiper Setting ====================== */
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -30px;
}
.swiper-button-prev {
    /*background: url("../img/icon-prev.png") no-repeat center center / contain;*/
}
.swiper-button-next {
    /*background: url("../img/icon-next.png") no-repeat center center / contain;*/
}
.swiper-container {
  text-align: center;
  padding-bottom: 20px !important;
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}


/*=============== コンセプト ===============*/
.concept_box {
	border: 4px double #5d7e2a;
	padding: 0 2%;
	text-align: center;
	width: 100%;
	margin: auto;
}

.boder_no{
	border: 0px !important;
}

.concept_box p.text1 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ba9867;
  line-height: 1.3;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.concept_box p.text1 span{
  font-size: 36px;
  font-size: 3.6rem;
  display: inline-block;
  margin-bottom: 10px;
}
.concept_box_inner {
  position: relative;
}

@media only screen and (max-width: 64em) {
div.present_container {
	width: 100%;
}
}

@media only screen and (max-width: 48em) {
.concept_box {
	width: 95%;
	margin: auto;
}
h3.present_title_h3 {
  font-size: 26px;
  font-size: 2.6rem;
}
h3.present_title_h3 span {
  font-size: 21px;
  font-size: 2.1rem;
}
div.present_container .item {
	width: 25%;/*46*/
	/*margin: 5px;*/
	padding: 2px;
}
div.present_container .erase {
	display: none;
}
div.present_container .erase{
	display: block;
	background-color: #FFF;
}
.concept_box p.text1 {
  font-size: 24px;
  font-size: 2.4rem;
}
.concept_box p.text1 span{
  font-size: 24px;
  font-size: 2.4rem;
}
.concept_box p.text1 span.markerB{
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
}

/* ========== margin setting ========== */
.mbset_A{margin-bottom:5% !important;}
.mbset_B{margin-bottom:3% !important;}
.mbset_C{margin-bottom:30px !important;}
/* 480px */
@media only screen and (max-width: 30em) {
.mbset_A{margin-bottom:10% !important;}
.mbset_B{margin-bottom:5% !important;}
.mbset_C{margin-bottom:20px !important;}
}