/*******************************************************
 * for WEDDING PAGE ( category: memorial )
 *******************************************************/
/*--------------------------------------------
  Main Image
-------------------------------------------- */
.wedding .fullw.wd-top,
.wedding .fullw.photostory {
 background-image: url(../img/wedding/bg_line1.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center 60%;
 position: relative;
 padding-bottom: 0;
}
.wedding .fullw.wd-top > * {
 margin: 0 auto;
 max-width: 580px;
}
.wedding .wd-top > h2 {
 margin: 0 auto;
 padding-top: 20px;
 width: 90%;
 max-width: 586px;
}
.wedding .stx { font-size: 85%; }

.wedding .wd-top > div {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 flex-wrap: nowrap;
}
.wedding .wd-top > div picture {
 margin: 20px 15px 0 15px;
 width: 65%;
}
.wedding .wd-top > div figure {
 width: calc((35% - 30px) / 2);
 max-width: 88px;
}
.wedding .wd-top > div figure img {
 margin-top: -20px;
 max-width: 44px;
}

.wedding .fullw.photostory {
 background-image: url(../img/wedding/bg_line2.png);
 background-position: center 37%;
}

.photostory{
  text-align: center;
}

.wedding .photostory .tate{
  font-size: 0px;
  background: url(../img/wedding/tate.png) 0 0 no-repeat;
  width: 78px;
  height: 260px;
  position: relative;
  z-index: 2;
  background-size: contain;
  align-items: center;
  display: flex;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
}


.wedding .photostory .text{
  width: 400px;
  text-align: left;
  line-height: 2.5em;
  position: relative;
}

.wedding .photostory .ban-area{
  width: 700px;
}


.wedding .photostory > * { max-width: 700px; }
*/
.wedding .photostory > h3 {
 margin: 2rem auto 1.5rem;
 padding: 0;
 border-left: 0;
}
.wedding .photostory h3 img {
 margin: 0 auto 40px;
 width: 100%;
 max-width: 640px;
}
.wedding .video iframe {
 margin: 0 auto 40px;
 width: 100%;
 max-width: 700px;
 height: auto;
 aspect-ratio: 16 / 9;
 display: block;
}
.wedding .photostory h3:last-of-type {
 font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
 font-weight: 400;
 line-height: 1.5;
 letter-spacing: 0.05em;
}
.wedding .photostory > div:last-of-type p { line-height: 1.8; }


/* BANNERS AREA --------------------------------------***/
.wedding .ban-area figure {
 margin-top: 50px;
 margin-bottom: 0.5rem !important;
 max-width: 340px;
}

@media screen and (max-width: 560px){
.sub-ttl img {	width: 30px; }
.wedding .fullw.photostory { background-position: center 30%; }
}
@media screen and (min-width: 840px){
.wedding .fullw.wd-top { background-image: url(../img/wedding/bg_line1@2x.png); }
.wedding .fullw.photostory { background-image: url(../img/wedding/bg_line2@2x.png); }
.wedding .fullw.bgnone { background:none; }
.wedding .wd-top > h2 { padding-top: 50px; }
.wedding .wd-top > div { justify-content: center; }
.wedding .wd-top > div figure { width: 15%; }
.wedding .wd-top > div picture {
 margin: 2rem 50px 0 50px;
 width: auto;
}

}
 


/*-------------------------------------------------------
  リアル体験
------------------------------------------------------- */
.wedding .experiences { background-color: #e6dfdb; }
.wedding .experiences h3 {
 margin: 0 auto 20px;
 padding-left: 0;
 border-left: 0;
 font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
 text-align: center;
 letter-spacing: 0.1em;
}
.wedding .experiences h3 strong { position: relative; }
.wedding .experiences h3 strong::before {
 content: "／";
 transform: rotate(-90deg);
 position: absolute;
 left: -1em;
 bottom: 0;
}
.wedding .experiences h3 strong::after {
 content: "／";
 position: absolute;
 right: -2em;
 bottom: 0;
}
.wedding .experiences h3 span {
 display: inline-block;
 margin-bottom: 10px;
 padding: 5px 15px;
 border-radius: 100px;
 background-color: #92d030;
 color: #fff;
 font-size: 70%;
 position: relative;
}
.wedding .experiences h3 span:after {
 content: "";
 margin-left: -7px;
 height: 0;
 width: 0;
 border: solid transparent;
 border-color: transparent;
 border-top-color: #92d030;
 border-right-color: #92d030;
 border-width: 4px;
 position: absolute;
 top: 99%;
 left: 30px;
}
.wedding .experiences ul {
 margin: 0 auto;
 padding: 40px 30px 50px;
 background-color: #fff;
 border-radius: 15px 15px 0 0;
 position: relative;
}
.wedding .experiences ul::after {
 display: block;
 content: "";
 width: 90px;
 height: 27px;
 background-image: url(/wp/wp-content/themes/twentytwenty-child/img/wedding/icon_exp-arrow.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 position: absolute;
 bottom: 10px;
 left: 50%;
 transform: translateX(-50%);
}
.wedding .experiences li {
 margin: 0 0 8px 20px;
 color: #92d030;
 font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
 font-weight: bold;
 list-style: circle;
 line-height: 1.6;
}
.wedding .experiences li span { color: #403f34; }

.wedding .experiences p {
 margin: 0 auto;
 padding: 0 20px 60px;
 background-color: #fff;
 border-radius: 0 0 15px 15px;
 font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
 font-weight: bold;
 text-align: center;
 line-height: 1.5;
 position: relative;
}
.wedding .experiences p span {
 border-bottom: 7px double #f93960;
 color: #f93960;
}
.wedding .experiences p::before {
 display: block;
 content: "";
 width: 60px;
 height: 63px;
 background-image: url(/wp/wp-content/themes/twentytwenty-child/img/wedding/icon_experiences01.png);
 background-repeat: no-repeat;
 background-size: contain;
 position: absolute;
 bottom: -10px;
 left: 20px;
 z-index: 3;
}
.wedding .experiences p::after {
 display: block;
 content: "";
 width: 45px;
 height: 64px;
 background-image: url(/wp/wp-content/themes/twentytwenty-child/img/wedding/icon_experiences02.png);
 background-repeat: no-repeat;
 background-size: contain;
 position: absolute;
 bottom: -10px;
 right: 20px;
 z-index: 3;
}

@media screen and (max-width: 500px){
.wedding .experiences { padding-bottom: 70px; }
.wedding .experiences h3 { letter-spacing: 0.05em; }
.wedding .experiences ul {
 padding: 30px 20px 50px;
 }
}
@media screen and (min-width: 501px){
.wedding .experiences p::before {
 width: 90px;
 height: 95px;
 }
.wedding .experiences p::after {
 width: 68px;
 height: 96px;
 }
 
}

@media screen and (min-width: 840px){
.entry-content > .fullw.experiences { padding-top: 4rem; }
.wedding .experiences ul { padding-top: 50px; }
.wedding .experiences li { margin: 0 calc((100% - 700px) / 2) 12px; } 
.wedding .experiences p::before {
 width: 120px;
 height: 126px;
 }
.wedding .experiences p::after {
 width: 90px;
 height: 128px;
 }
 
}


/*-------------------------------------------------------
  撮影料金
------------------------------------------------------- */
.wedding .white-box.price-wrap { margin-bottom: 2rem; }
.wedding .price-wrap > div {
 margin-bottom: 1rem;
 border-bottom: 1px dashed #afafaf;
}
.wedding .price-wrap dl {
 margin: 0;
 padding: 0;
}
.wedding .price-wrap dl:first-of-type {
 margin-bottom: 1rem;
 border-bottom: 1px dashed #afafaf;
}
.wedding .price-wrap dt {
 margin: 0;
 padding: 0.5rem 0;
 font-size: clamp(0.938rem, 0.892rem + 0.23vw, 1.063rem);
 font-weight: normal;
 position: relative;
}
.wedding .price-wrap dt strong { font-size: 120%; }
.wedding .price-wrap dd:first-of-type {
 margin: 0;
 padding: 0 0 1rem;
}
.wedding .price-wrap dd:first-of-type span {
 display: inline-block;
 padding: 3px 15px;
 border: 2px solid #7fa6c3;
 color: #7fa6c3;
 font-size: 130%;
 font-weight: bold;
 letter-spacing: 0.05em;
}
.wedding .price-wrap dd:last-of-type {
 margin: 0;
 padding: 0 0 1.7rem;
 font-size: clamp(3.125rem, 3.034rem + 0.45vw, 3.375rem);
}
.wedding .price-wrap dd:last-of-type strong {
 font-weight: 400;
 letter-spacing: -0.02em;
}
.wedding .price-wrap dl:last-of-type dt::before {
 display: inline-block;
 content: "おすすめ！";
 padding: 3px 15px;
 background-color: #f93960;
 border-radius: 30px;
 color: #fff;
 font-size: 0.875rem;
 font-weight: bold;
 position: absolute;
 top: -2em;
 left: -1em;
}
.wedding .price-wrap dl:last-of-type dt::after {
 content: "";
 border-width: 6px;
 border-style: solid;
 border-color: #f93960 transparent transparent transparent;
 position: absolute;
 top: 1px;
 left: 2.1em;
 transform: translateX(-50%);
}

.wedding .price-wrap > p a {
 color: #7fa6c3;
 font-size: 120%;
 font-weight: bold;
 display: flex;
 align-items: center;
}
.wedding .price-wrap > p a::after {
 margin-left: 0.3rem;
 font-size: 140%;
 font-family: "Material Symbols Outlined";
 content: "\f5d2";
 font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

@media screen and (min-width: 768px){
.wedding .price-wrap > div {
 display: flex;
}
.wedding .price-wrap dl:first-of-type {
 margin: 0 3rem 0 0;
 padding-right: 3rem;
 border-bottom: 0;
 position: relative;
}
.wedding .price-wrap dl:first-of-type::after {
 display: block;
 content: "";
 border-right: 1px solid #d5d5d5;
 height: 80%;
 position: absolute;
 top: 10px;
 right: 0;
}

}


/*-------------------------------------------------------
  ウエディング基本セット
------------------------------------------------------- */
.wedding .entry-content > h3.hasborder.ttl_baseset { padding-top: clamp(15px, 3vw, 30px); }
.wedding .ttl_baseset span {
 display: inline-block;
 margin: 0 10px 5px 0;
 padding: 5px 10px;
 background-color: #92d030;
 border-radius: 6px;
 color: #fff;
 font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
 line-height: 1.3;
 letter-spacing: 0.05em;
}
.wedding .ttl_baseset span br { display: none; }
/*
.wedding .wd-baseset {
 margin-bottom: 4rem;
 padding: 20px 15px 40px;
 background-color: #fff;
 border-radius: 10px;
 box-shadow: 4px 4px 8px 0px rgba(30, 30, 30, 0.2);
}
 */
.wedding .wd-baseset ul {
 margin: 0;
 padding: 0;
}
.wedding .wd-baseset li {
 margin: 0 0 10px;
 padding: 7px 12px 7px 7px;
 background-color: #f8f8f8;
 border-radius: 8px;
 line-height: 1.5;
 display: flex;
 align-items: center;
 letter-spacing: 0.05em;
}
.wedding .wd-baseset li span {
 margin-left: auto;
 color: #92d030;
 font-size: 1.5rem;
 font-family: "Roboto", sans-serif;
 letter-spacing: initial;
 white-space: nowrap;
}
.wedding .wd-baseset li figure {
 margin-right: 10px;
 width: 20%;
 max-width: 60px;
}
.wedding .wd-baseset > figure {
 margin: 0 auto;
 max-width: 442px;
}
.wedding .wd-baseset > picture {
 margin: 0 auto;
 max-width: 400px;
 display: block;
}

@media screen and (min-width: 600px){
 .wedding .wd-baseset ul {
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
 }
 .wedding .wd-baseset li {
  margin: 0 10px 10px 0;
  width: calc((100% - 20px) / 2);
 } 
}
@media screen and (min-width: 768px){
.wedding .ttl_baseset span br { display: block; }
.wedding .ttl_baseset > br { display: none; }
.wedding .wd-baseset { padding-bottom: 0px; }
.wedding .wd-baseset > picture { max-width: 656px; }
}
@media screen and (min-width: 840px){
/*
.wedding .wd-baseset {
 margin-bottom: 6rem;
 padding: 20px 20px 40px;
}
 */
.wedding .wd-baseset li { width: calc((100% - 30px) / 3); }  
}

.wedding .op-price li .reco{
 margin-right: 5px;
 padding: 1px 5px 2px;
 background-color: #f93960;
 border-radius: 3px;
 color: #fff;
 font-size: 90%;
 font-weight: 500;
 line-height: 1;
}


/*-------------------------------------------------------
  Flow
------------------------------------------------------- */
.wedding .flow { margin-bottom: 3rem; }
.wedding .flow li {
 margin: 0 0 1rem;
 padding: 1rem;
 background-color: #fff;
 border-radius: 8px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
}
.wedding .flow li p { margin-bottom: 0; }
.wedding .flow li p:first-of-type {
 border-radius: 8px 0 0 8px;
 width: 38%;
 font-size: clamp(1.063rem, 0.95rem + 0.57vw, 1.375rem);
 font-weight: 500;
 line-height: 1.3;
}
.wedding .flow li p:first-of-type span {
 margin-bottom: 7px;
 padding: 3px 5px;
 background-color: #d6cdc7;
 border-radius: 3px;
 font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
 font-weight: 600;
 font-family: "Montserrat", sans-serif;
 line-height: 1;
 letter-spacing: 0.05em;
 display: inline-block;
}
.wedding .flow li p:first-of-type span.note {
 margin-bottom: 0;
 padding: 0;
 background-color: #fff;
 font-size: clamp(0.813rem, 0.653rem + 0.8vw, 1.25rem);
 font-weight: 500;
 font-family: initial;
 letter-spacing: initial;
}
.wedding .flow li p:last-of-type {
 border-radius: 0 8px 8px 0;
 width: 62%;
 font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
 line-height: 1.5;
 display: flex;
 align-items: center;
}
.wedding .flow li + li::before {
 position: absolute;
 top: -10px;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 260%;
 font-family: "Material Symbols Outlined";
 content: "\e7cd";
 font-variation-settings:
 'FILL' 1,
 'wght' 400,
 'GRAD' 0,
 'opsz' 24 
}

@media screen and (min-width: 768px){
.wedding .flow li { padding: 1rem 1.8rem 1rem 2.5rem; }
}
@media screen and (min-width: 840px){
.wedding .flow li + li::before { top: -5px; }
.wedding .flow li p:first-of-type { width: 35%; }
.wedding .flow li p:last-of-type { width: 65%; }
}




 
/************************************************************
 Wedding dress &  list Page  wd-costume
---------------------------------------------------------- */
.wd-costume .entry-content h1 {
 margin-bottom: 0;
 padding: 1rem 0 2rem;
 font-size: clamp(1.5rem, 0.909rem + 2.95vw, 3.125rem);
 font-family: "Cinzel", serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 text-align: center;
 letter-spacing: 0.05em;
}
.wd-costume .entry-content h2 {
 padding: 1rem 0 0;
 font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
 font-family: "Cinzel", serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 line-height: 1.3;
 letter-spacing: 0.05em;
}
.wd-costume .entry-content h2 strong {
 display: block;
 margin: 0 3px;
 font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
 font-weight: 500;
 font-family: 'Noto Sans JP', sans-serif;
 letter-spacing: 0.15em;
}

.wd-costume ul.linkbt {
 margin: 0 auto;
 padding: 0;
 display: flex;
 align-items: center;
 justify-content: center;
}
.wd-costume .linkbt li {
 margin: 0 15px;
 width: calc((100% - 60px) / 2);
 max-width: 220px;
 line-height: 1;
 list-style: none;
}
.wd-costume .linkbt li a {
 display: block;
 padding: 0.8rem 0.6rem;
 background-color: #fff;
 border: 3px solid #d6cdc7;
 border-radius: 0;
 color: #565656;
 font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
 font-weight: bold;
 text-align: center;
 box-shadow: 0 0 10px rgba(82, 103, 13, 0.1);
 position: relative;
}
.wd-costume .linkbt li a::after {
 position: absolute;
 top: 50%;
 right: 10px;
 transform: translateY(-50%);
 font-size: 150%;
 font-family: "Material Symbols Outlined";
 content: "\e941";
 font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24 
}
.wd-costume .linkbt li a:hover { opacity: 0.6; }

.wd-costume .wd-coslist ul {
 margin: 0 -30px 0 0;
 padding: 0;
 display: flex;
 flex-wrap: wrap;
}
.wd-costume .wd-coslist li {
 margin: 0 30px 30px 0;
 padding: 0;
 width: calc((100% - 60px) / 2);
 list-style: none;
}
.wd-costume ul.wd-menu {
 margin-top: clamp(40px,12vw,80px);
 display: flex;
 align-items: center;
 justify-content: center;
}
.wd-menu li {
 margin: 0 20px;
 padding: 0.5rem 1rem;
 border-bottom: 1px solid #dfdfdf;
 font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
 font-weight: 500;
 letter-spacing: 0.2em;
 list-style: none;
}
.wd-menu li a {color: #404040; }
.wd-menu li a:hover { opacity: .6; }

@media screen and (min-width: 561px){
.wd-costume .wd-coslist li { width: calc((100% - 90px) / 3); }
}
@media screen and (min-width: 1000px){
.wd-costume .wd-coslist li { width: calc((100% - 120px) / 4); }
}


.price-box h4, .price-box .text{
  text-align: center;
}

.entry-content .price-box h4{
  font-size: 28px;
}

.entry-content .price-box .text{
  margin-bottom: 30px;
}

.price-box sup{
  margin-right: -15px;
}

.wedding .wd-baseset{
  margin-bottom: 0px;
}

.price-box .attention{
  font-size: 13px;
}

.nosp .small{
  font-size: 11px;
}

.custom .taxin .normal{
  background: #D03030;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  line-height: 1.4em;
}


.slide-wrap{
  position: relative;
}

@media screen and (max-width: 768px){
  .entry-content .price-box h4{
    font-size: 20px;
    padding-top: 30px;
  }
  
.price-box .text .sp{
    display: block;
  }

.price-box{
  box-shadow: none;
  padding: 0;
  margin-top: -1.5rem;
}

.price-box > div{
  display: flex;
}

.slide-wrap{
  margin-top: 60px!important;
}

.main-ttl{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 50;
  height: 43px;
  width: 208px;
  margin-left: -104px!important;
  margin-top: -35px!important;
  text-indent: -9999px;
  background: url("https://studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/ttl.png") 0 0 no-repeat;
  background-size: contain;
}

.cover{
  width: 100vw !important;
  margin: -70px calc(-50vw + 50%) 50px !important;
  position: relative;
  z-index: 50;
}


.photostory h2{
  writing-mode: vertical-rl;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}

.wedding .photostory .tate{
  width: 78px;
  height: 260px;
  margin-bottom: 280px;
  word-break: initial;
  word-wrap: initial;
}

.photostory{
  position: relative;
  width: 100%;
}
.photostory .img01{
  position: absolute;
  left: 50%;
  width: 177px;
  margin-left: -88.5px;
  top: 330px;
}
.photostory .img01 img{
  width: 177px;
}
.photostory .img02{
  position: absolute;
  left: 20px;
  width: 182px;
  top: initial;
  bottom: -60vw;
}

.photostory .img02 img{
  width: 182px;
}

.photostory .img03{
  position: absolute;
  right: 0px;
  top: initial;
  width: 105px;
  bottom: -35vw;
}

.photostory .img03 img{
  width: 105px;
}


.wedding .photostory .text{
  margin-bottom: 250px;
  width: 100%;
}

.full, .custom{
  width: 48%;
}

.price-box .sp{
  display: block;
}

.full{
  margin-right: 4%;
  border: 2px solid #D85500;
}

.custom{
  border: 2px solid #CE8D63;
}

.price-box dd{
  display: block;
  padding-left: 0;
  align-items: center;
}
.price-box p{
  margin-bottom: 0;
}
.price-box .price{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto';
}

.price-box .normal{
  display: block;
}

  .price-box .time{
    font-size: 10px;
    display: block;
    padding-left: 0px;
  }


.price-box ul{
  margin: 0 3vw;
  display: block;
  list-style-type: none;
}

.price-box .off{
  background: #D03030;
  color: #FFFFFF;
  padding: 0px 4px;
  font-weight: bold;
}

.price-box .taxin{
  display: flex;
  padding-left: 3px;
}

.price-box dt .name{
  display: block;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 5px;
}

.price-box dt .time{
  text-align: center;
  margin-bottom: 5px;
}

.price-box ul li .ttl{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.price-box ul li:first-child .ttl, .price-box ul li:nth-child(2) .ttl{
  margin-bottom: 10px;
}

.price-box ul li:first-child:after, .price-box ul li:nth-child(2):after{
  width: 18px;
  height: 18px;
  background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/plus-btn.png") 0 0 no-repeat;
  display: inline-block;
  background-size: contain;
  content: "";
  position: absolute;
  top: initial;
  bottom: -15px;
  right: 50%;
  margin-top: 0;
  margin-right: -12px;
}

.price-box ul li:nth-child(3):after{
  width: 13px;
  height: 5px;
  background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/equall.png") 0 0 no-repeat;
  display: inline-block;
  background-size: contain;
  content: "";
  position: absolute;
  top: initial;
  transform: rotate(-90deg);
  right: 50%;
  margin-right: -6.5px;
  bottom: -30px;
  margin-top: 0;
}

.total-price{
  padding: 35px 3vw 20px;
  font-size: 11px;
  margin-top: 10px;
}
.price-box .attention{
  font-size: 11px;
}

.normal span{
  text-decoration: line-through;
}

.total-price .price{
  font-size: 22px;
  line-height: 1.4em;
}
.total-price .normal{
  padding-top: 10px;
  display: inline-block;
}

.price-box .taxin{
  display: block;
}


.price-box .full li{
  border-radius: 8px;
  position: relative;
  min-width: initial;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;;
  min-width: initial;
  margin-left: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;;
  background-color: rgb(216 85 0 / 0.1);
}

.price-box .custom li{
  border-radius: 8px;
  position: relative;
  min-width: initial;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;;
  min-width: initial;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;;
  background-color: rgb(206 141 99 / 0.1);
}

.price-box .full li .modal_btn{
  margin-bottom: -25px;
  margin-top: 0;
}

.full .purpose{
  font-size: 10px;
  margin-left: auto;
  color: #D85500;
  width: auto;
  border-radius: 4px;
  padding: 5px;
  display: block;
  text-align: center;
  background: #FFF;
}

.custom .purpose{
  font-size: 10px;
  margin-left: auto;
  color: #D85500;
  width: auto;
  border-radius: 4px;
  padding: 5px;
  display: block;
  text-align: center;
  background: #FFF;
}

.full dt{
  font-size: 18px;
  align-items: center;
  display: block;
  background: #D85500;
  padding: 10px;
  color: #FFF;
  margin-bottom: 15px;
  border-radius: 0px;
}

.full .price{
  color: #D85500;
}

.custom dt{
  font-size: 18px;
  align-items: center;
  display: block;
  background: #CE8D63;
  padding: 10px;
  color: #FFF;
  margin-bottom: 15px;
  border-radius: 0px;
}

.custom .price{
  color: #CE8D63;
  line-height: 1.2em;
}

.wedding .custom .price-wrap .taxin{
    margin-bottom: none;
    border-bottom: none;
}
.wedding .custom .price-wrap .taxin .price{
  font-size: 28px;
}

.entry-content .price-box .text{
  margin-bottom: 20px;
}


.price-box .full .human{
  width: 121px;
  height: 98px;
  margin-left: 10px;
  background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/plan01-illust.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin-bottom: -20px;
}

.price-box .custom .human{
  width: 121px;
  height: 97.5px;
  margin-left: 10px;
  background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/plan02-illust.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin-bottom: -20px;
}


.full .day{
  display: inline-block;
  background: #D85500;
  color: #FFF;
  padding: 2px 13px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
}

.custom .day{
  display: inline-block;
  background: #CE8D63;
  color: #FFF;
  padding: 2px 13px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
}

.full ul li:nth-child(3) .price-wrap{
  margin-bottom: 10px;
}

.custom .taxin .normal br{
  display: none;
}
.custom .taxin .normal {
  padding: 0 5px;
  display: inline-block;
}
}

@media screen and (min-width: 769px){
  .main-ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    height: 49px;
    width: 232px;
    margin-left: -116px!important;
    margin-top: -105px!important;
    text-indent: -9999px;
    background: url("https://studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/ttl.png") 0 0 no-repeat;
    background-size: contain;
  }

  .cover{
    width: 100vw !important;
    margin: -9.8vw calc(-50vw + 50%) 50px !important;
    position: relative;
    z-index: 50;
  }
  
  
  .photostory{
    width: 400px;
  }
  .photostory h2{
    writing-mode: vertical-rl;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
  }

  .photostory{
    position: relative;
  }
  .photostory .img01{
    position: absolute;
    left: 150px;
    top: 30px;
  }
  .photostory .img01 img{
    width: 359px;
  }
  .photostory .img02{
    position: absolute;
    right: -200px;
    top: 500px;
  }

  .photostory .img02 img{
    width: 236px;
  }

  .photostory .img03{
    position: absolute;
    right: -350px;
    top: 150px;
  }

  .photostory .img03 img{
    width: 184px;
  }

  .photostory .text{
    margin-bottom: 200px;
  }

 .price-box .text .sp{
    display: none;
  }
  .price-box dd{
    display: flex;
    padding-left: 50px;
    align-items: baseline;
  }
  .price-box p{
    margin-bottom: 0;
  }
  .price-box .price{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto';
  }

  .price-box .sp{
    display: none;
  }
  
  .wedding .price-wrap > div{
    justify-content: center;
  }
    .price-box .time{
      font-size: 11px;
      padding-left: 10px;
    }

  
  .price-box ul{
    display: flex;
    list-style-type: none;
  }

  .price-box .off{
    background: #D03030;
    color: #FFFFFF;
    padding: 0px 4px;
    font-weight: bold;
  }

  .price-box .taxin{
    display: flex;
    padding-left: 3px;
  }

  .price-box .taxin .normal{
    padding-left: 3px;
  }

  .price-box ul li .ttl{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4em;
  }

  .price-box ul li:first-child .ttl, .price-box ul li:nth-child(2) .ttl{
    margin-bottom: 30px;
  }

  .price-box ul li:first-child:after, .price-box ul li:nth-child(2):after{
    width: 24px;
    height: 24px;
    background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/plus-btn.png") 0 0 no-repeat;
    display: inline-block;
    background-size: contain;
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -12px;
  }

.price-box ul li:nth-child(3):after{
    width: 13px;
    height: 5px;
    background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/equall.png") 0 0 no-repeat;
    display: inline-block;
    background-size: contain;
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -2.5px;
  }

  .total-price{
    margin-top: -30px;
    padding-left: 40px;
    font-size: 11px;
  }
  .price-box .attention{
    font-size: 11px;
  }

  .normal span{
    text-decoration: line-through;
  }

  .total-price .price{
    font-size: 28px;
    line-height: 1.2em;
  }
  .total-price .normal{
    padding-top: 10px;
    display: inline-block;
  }


  .price-box .full li{
    border-radius: 8px;
    position: relative;
    min-width: 148px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;;
    min-height: 116px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;;
    background-color: rgb(216 85 0 / 0.1);
  }

  .price-box .custom li{
    border-radius: 8px;
    position: relative;
    min-width: 148px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;;
    min-height: 116px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: rgb(206 141 99 / 0.1);
  }

  .price-box .full li .modal_btn{
    margin-bottom: -25px;
    margin-top: 0;
  }

  .full .purpose{
    font-size: 14px;
    margin-left: auto;
    color: #D85500;
    width: 289px;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    background: #FFF;
  }

  .custom .purpose{
    font-size: 14px;
    margin-left: auto;
    color: #CE8D63;
    width: 289px;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    background: #FFF;
  }

  .full dt{
    font-size: 24px;
    align-items: center;
    display: flex;
    background: #D85500;
    padding: 3px 10px 3px 20px;
    color: #FFF;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .full .price{
    color: #D85500;
  }

  .custom dt{
    font-size: 24px;
    align-items: center;
    display: flex;
    background: #CE8D63;
    padding: 3px 10px 3px 20px;
    color: #FFF;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .custom .price{
    color: #CE8D63;
    line-height: 1.2em;
  }

  .wedding .custom .price-wrap .taxin{
      margin-bottom: none;
      border-bottom: none;
      align-items: center;
  }

  .wedding .custom .price-wrap .taxin .price{
    font-size: 40px;
    padding-left: 5px;
  }

  #ishou-rental .modal_container {
    max-width: 860px;
  }
  


  .price-box .full .human{
    width: 141px;
    height: 98px;
    background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/plan01-illust.png") 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }

  .price-box .custom .human{
    width: 141px;
    height: 97.5px;
    background: url("https://www.studioselfit.mom/wp/wp-content/themes/twentytwenty-child/img/wedding/plan02-illust.png") 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }

 
  .full .day{
    display: inline-block;
    background: #D85500;
    color: #FFF;
    padding: 2px 13px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
  }

  .custom .day{
    display: inline-block;
    background: #CE8D63;
    color: #FFF;
    padding: 2px 13px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
  }
}



/*------------------------------------------------------
  Main Slider for Miai, Profile, Ieiphoto, jyuken
-------------------------------------------------------*/
.second-main-slider {
  width: 100vw !important;
  margin: 0 calc(-50vw + 50%) 50px !important;
  padding: 0;
  max-width: none !important;
  position: relative;
 }
 .second-main-slider__logo {
  left: 60px;
  position: absolute;
  top: 60px;
  width: 210px;
  z-index: 100;
 }
 .second-main-slider__list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
 }
 .second-main-slider__image {
  margin: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  transition-duration: 1s;
  transition-property: opacity;
  width: calc(50%);
 }
 .second-main-slider__image.is-fade-out { opacity: 0; }
 .entry-content .second-main-slider__image img {
  display: block;
  height: auto;
  min-width: 1%;
  width: 100%;
 }
 .second-main-slider__image span { display: none; }
 .second-main-slider__image:not(:nth-child(1)):not(:nth-child(2)) {
  position: absolute;
  top: 0;
 }
 .second-main-slider__image:nth-child(odd) { left: 0; }
 .second-main-slider__image:nth-child(even) {
  margin-left: 0px;
  right: 0;
 }
 
 
 @media screen and (min-width: 768px) {
 .second-main-slider {
  /*padding: 0 5.33333vw;*/
  padding: 0;
  margin-bottom: 80px!important;
 }
 .second-main-slider__list { background: none !important; }
 .second-main-slider__title { display: none; }
 
 }
 
 @media screen and (max-width: 767px) {
 .second-main-slider__list {
  display: block;
  min-height: 100vh;
 }
 .second-main-slider__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  left: 0;
  margin: 0 !important;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
 }
 .entry-content .second-main-slider__image img { display: none; }
 .second-main-slider__image span {
  bottom: 30px;
  color: #fff;
  display: block;
  font-size: 0.75rem;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 100;
 }
 .second-main-slider__title {
  bottom: 40px;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  width: 100%;
  z-index: 100;
 }
 .second-main-slider__title-inner { position: relative; }
 .second-main-slider__title-inner span {
  bottom: -0.5em;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
 }
 .second-main-slider__title-inner span::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 8px;
 }
 .second-main-slider__title-inner span.next { right: -50px; }
 .second-main-slider__title-inner span.next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .second-main-slider__title-inner span.prev { left: -50px; }
 .second-main-slider__title-inner span.prev::before {
  margin-left: -2px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
 }
 
 }
 
 h3{
  border-left: none!important;
 }
 
