@charset "UTF-8";
#flow {
  color: #222222;
  overflow-x: hidden;
  font-family: serif;
}

@media (min-width: 1000px) {
  .flow__container {
    padding: 97px 0 0 0;
  }
  .flow__sentence {
    width: 850px;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.04em;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flow__sentence > span{
    padding-top: 7px;
  }
  .six-month__container {
    background: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 40%, transparent 70%, transparent 100%);
    margin: 85px 0 0 0;
    position: relative;
  }
  .six-month__container::after {
    content: '6～4ヶ月前';
    background-color: #333333;
    color: #ffffff;
    width: 179px;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 90px);
  }
  .six-month__section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .six-month__title {
    width: 200px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.04em;
    font-weight: 600;
    position: relative;
  }
  .six-month__title::after {
    content: '';
    background: url(../images/wedding/flow/dress-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 55px;
    left: 67px;
  }
  .six-month__sentence-box {
    width: 430px;
    padding-top: 5px;
  }
  .six-month__sentence {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .six-month__sentence:last-child {
    padding-top: 45px;
  }
  .six-month__image {
    height: 100%;
    width: 47.5%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .six-month__image--sp {
    display: none;
  }
  .four-month__container {
    padding: 20px 0 0 0;
    position: relative;
  }
  .four-month__container::after {
    content: '4ヶ月前';
    background-color: #333333;
    color: #ffffff;
    width: 179px;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 90px);
  }
  .four-month__section {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .four-month__section:not(:first-child) {
    border-top: 1px solid #333333;
  }
  .four-month__title {
    width: 200px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .four-month__title > span:not(:first-child) {
    padding-top: 10px;
  }
  .four-month__sentence {
    width: 500px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .four-month__image {
    padding: 7px 3px 0 30px;
  }
  .four-month__image--sp {
    display: none;
  }
  .meeting__title {
    position: relative;
  }
  .meeting__title::after {
    content: '';
    background: url(../images/wedding/flow/counseling-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 82px;
    left: 64px;
  }
  .concept__title {
    position: relative;
  }
  .concept__title::after {
    content: '';
    background: url(../images/wedding/flow/concept-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    width: 79px;
    height: 74px;
    position: absolute;
    top: 87px;
    left: 62px;
  }
  .planning__title {
    position: relative;
  }
  .planning__title::after {
    content: '';
    background: url(../images/wedding/flow/planning-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 81px;
    left: 64px;
  }
  .two-month__container {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, transparent), color-stop(70%, #eeeeee), to(#eeeeee));
    background: linear-gradient(90deg, transparent 0%, transparent 40%, #eeeeee 70%, #eeeeee 100%);
    margin: 76px 0 0 0;
    padding: 30px 0 49px 0;
    position: relative;
  }
  .two-month__container::after {
    content: '2ヶ月前';
    background-color: #333333;
    color: #ffffff;
    width: 179px;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 90px);
  }
  .two-month__section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 23px 0 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  .two-month__section:first-child::before {
    content: '';
    height: 1px;
    width: 704px;
    background-color: #333333;
    position: absolute;
    bottom: -1px;
    right: 2px;
  }
  .two-month__title {
    width: 200px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .two-month__title > span:not(:first-child) {
    padding-top: 10px;
  }
  .two-month__sentence-box {
    width: 500px;
    padding-top: 5px;
  }
  .two-month__sentence {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.16em;
    text-align: left;
  }
  .two-month__sentence:nth-child(2) {
    padding-top: 10px;
  }
  .two-month__sentence:nth-child(3) {
    padding-top: 45px;
  }
  .two-month__image {
    height: 100%;
    width: 48%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .two-month__image--sp {
    display: none;
  }
  .venue__title {
    position: relative;
  }
  .venue__title::after {
    content: '';
    background: url(../images/wedding/flow/meeting-image1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 85px;
    left: 55px;
  }
  .flower__title {
    position: relative;
  }
  .flower__title::after {
    content: '';
    background: url(../images/wedding/flow//meeting-image2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 95px;
    left: 50px;
  }
  .one-month__container {
    padding: 41px 0 0 0;
    position: relative;
  }
  .one-month__container::after {
    content: '1ヶ月前';
    background-color: #333333;
    color: #ffffff;
    width: 179px;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 90px);
  }
  .one-month__section {
    width: 100%;
    max-width: 1000px;
    margin: 15px auto 0 auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .one-month__section:not(:first-child) {
    border-top: 1px solid #333333;
  }
  .one-month__title {
    width: 200px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .one-month__title > span:not(:first-child) {
    padding-top: 10px;
  }
  .one-month__title > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .one-month__title > span > span:not(:first-child) {
    padding-top: 10px;
  }
  .one-month__sentence {
    width: 500px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .one-month__sentence > span:nth-child(2) {
    padding-top: 45px;
  }
  .one-month__image {
    width: 268px;
    height: 170px;
    padding: 7px 3px 0 30px;
  }
  .one-month__image--sp {
    display: none;
  }
  .cook__title {
    position: relative;
  }
  .cook__title::after {
    content: '';
    background: url(../images/wedding/flow/cook-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 115px;
    left: 60px;
  }
  .piano__title {
    position: relative;
  }
  .piano__title::after {
    content: '';
    background: url(../images/wedding/flow/piano-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 85px;
    left: 60px;
  }
  .rehearsal__title {
    position: relative;
  }
  .rehearsal__title::after {
    content: '';
    background: url(../images/wedding/flow/rehearsal-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 110px;
    left: 55px;
  }
  .pastor__title {
    position: relative;
  }
  .pastor__title::after {
    content: '';
    background: url(../images/wedding/flow/pastor-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 49px;
    left: 60px;
  }
  .one-week__container {
    background: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 40%, transparent 70%, transparent 100%);
    margin: 81px 0 0 0;
    position: relative;
  }
  .one-week__container::after {
    content: '1週間前';
    background-color: #333333;
    color: #ffffff;
    width: 179px;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 90px);
  }
  .one-week__section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .one-week__title {
    width: 200px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .one-week__title > span:not(:first-child) {
    padding-top: 10px;
  }
  .one-week__title::after {
    content: '';
    background: url(../images/wedding/flow/last-rehearsal-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80px;
    left: 60px;
  }
  .one-week__sentence-box {
    width: 500px;
    padding-top: 5px;
  }
  .one-week__sentence {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .one-week__sentence:last-child {
    padding-top: 45px;
  }
  .one-week__image {
    height: 100%;
    width: 44%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .one-week__image--sp {
    display: none;
  }
  .wedding-today__container {
    position: relative;
  }
  .wedding-today__container::after {
    content: '挙式当日';
    background-color: #333333;
    color: #ffffff;
    width: 179px;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 90px);
  }
  .wedding-today__image {
    width: 100%;
    height: 486px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wedding-today__image--sp {
    display: none;
  }
  .SP {
    display: none;
  }
}






@media screen and (min-width:730px) and (max-width:999px) {
    .flow__container {
        padding: 41px 0 30px 0;
    }
    .flow__sentence {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.12em;
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .six-month__container {
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
        background: linear-gradient(#eeeeee 0%, #eeeeee 40%, transparent 70%, transparent 100%);
        margin: 57.5px 0 0 0;
        position: relative;
    }
    .six-month__container::after {
        content: '6～4ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .six-month__section {
        width: 100%;
        margin: 0 auto;
        padding: 42px 5.3334% 19px 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .six-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        position: relative;
    }
    .six-month__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/dress-image-sp.png);
        background-repeat: no-repeat;
        width: 68px;
        height: 84px;
        position: absolute;
        top: 41px;
        left: calc(50% - 34px);
    }
    .six-month__sentence-box {
        width: 100%;
        padding-top: 127px;
    }
    .six-month__sentence {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.12em;
        text-align: left;
    }
    .six-month__sentence:last-child {
        padding-top: 23px;
    }
    .six-month__image {
        display: none;
    }
    .six-month__image--sp {
        width: 100%;
    }
    .four-month__container {
        padding: 5px 0 0 0;
        position: relative;
    }
    .four-month__container::after {
        content: '4ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -11.5px;
        left: calc(50% - 48px);
    }
    .four-month__sp-wrapper {
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .four-month__section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .four-month__section:not(:first-child) {
        border-top: 1px solid #333333;
    }
    .four-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .four-month__sentence {
        width: 100%;
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.16em;
        text-align: left;
        padding-top: 130px;
    }
    .four-month__image {
        display: none;
    }
    .four-month__image--sp {
        width: 100%;
        padding: 9.5px 0 29px 0;
    }
    .meeting__title {
        position: relative;
    }
    .meeting__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/counseling-image-sp.png);
        background-repeat: no-repeat;
        width: 78px;
        height: 84px;
        position: absolute;
        top: 82px;
        left: calc(50% - 39px);
    }
    .concept__title {
        position: relative;
    }
    .concept__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/concept-image-sp.png);
        background-repeat: no-repeat;
        width: 88px;
        height: 82px;
        position: absolute;
        top: 86px;
        left: calc(50% - 44px);
    }
    .planning__title {
        position: relative;
    }
    .planning__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/planning-image-sp.png);
        background-repeat: no-repeat;
        width: 81px;
        height: 86px;
        position: absolute;
        top: 81px;
        left: calc(50% - 40px);
    }
    .two-month__container {
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
        background: linear-gradient(#eeeeee 0%, #eeeeee 50%, transparent 80%, transparent 100%);
        margin: 16px 0 0 0;
        position: relative;
    }
    .two-month__container::after {
        content: '2ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .two-month__sp-wrapper {
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .two-month__section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .two-month__section:first-child::before {
        display: none;
    }
    .two-month__section:first-child {
        border-bottom: 1px solid #333333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .two-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .two-month__sentence-box {
        width: 100%;
        padding: 129px 0 21px 0;
    }
    .two-month__sentence {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.2em;
        text-align: left;
    }
    .two-month__sentence:nth-child(3) {
        padding-top: 23px;
    }
    .two-month__image {
        display: none;
    }
    .two-month__image--sp {
        width: 100%;
    }
    .venue__title {
        position: relative;
    }
    .venue__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/meeting-image1-sp.png);
        background-repeat: no-repeat;
        width: 75px;
        height: 86px;
        position: absolute;
        top: 83px;
        left: calc(50% - 38px);
    }
    .flower__title {
        position: relative;
    }
    .flower__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/meeting-image2-sp.png);
        background-repeat: no-repeat;
        width: 75px;
        height: 86px;
        position: absolute;
        top: 83px;
        left: calc(50% - 38px);
    }
    .one-month__container {
        position: relative;
    }
    .one-month__container::after {
        content: '1ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -16.5px;
        left: calc(50% - 48px);
    }
    .one-month__sp-wrapper {
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .one-month__section {
        width: 100%;
        margin: 30px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .one-month__section:not(:first-child) {
        border-top: 1px solid #333333;
    }
    .one-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .one-month__sentence {
        width: 100%;
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.16em;
        text-align: left;
        padding-top: 124.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .one-month__sentence > span:nth-child(2) {
        padding-top: 23px;
    }
    .one-month__image {
        display: none;
    }
    .one-month__image--sp {
        width: 100%;
        padding-top: 16px;
    }
    .cook__section {
        margin-top: 4px;
    }
    .cook__title {
        position: relative;
    }
    .cook__title > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cook__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/cook-image-sp.png);
        background-repeat: no-repeat;
        width: 88px;
        height: 84px;
        position: absolute;
        top: 102px;
        left: calc(50% - 44px);
    }
    .piano__title {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    .piano__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/piano-image-sp.png);
        background-repeat: no-repeat;
        width: 75px;
        height: 82px;
        position: absolute;
        top: 88px;
        left: calc(50% - 38px);
    }
    .rehearsal__title {
        position: relative;
    }
    .rehearsal__title > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .rehearsal__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/rehearsal-image-sp.png);
        background-repeat: no-repeat;
        width: 82px;
        height: 84px;
        position: absolute;
        top: 104px;
        left: calc(50% - 41px);
    }
    .pastor__title {
        position: relative;
    }
    .pastor__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/pastor-image-sp.png);
        background-repeat: no-repeat;
        width: 77px;
        height: 90px;
        position: absolute;
        top: 87px;
        left: calc(50% - 38px);
    }
    .one-week__container {
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
        background: linear-gradient(#eeeeee 0%, #eeeeee 40%, transparent 70%, transparent 100%);
        margin: 40px 0 0 0;
        position: relative;
    }
    .one-week__container::after {
        content: '1週間前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .one-week__section {
        width: 100%;
        padding: 42px 5.3334% 15px 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .one-week__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .one-week__title > span:not(:first-child) {
        padding-top: 10px;
    }
    .one-week__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/last-rehearsal-image-sp.png);
        background-repeat: no-repeat;
        width: 84px;
        height: 91px;
        position: absolute;
        top: 61.5px;
        left: calc(50% - 42px);
    }
    .one-week__sentence-box {
        width: 100%;
        padding-top: 108.5px;
    }
    .one-week__sentence {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.16em;
        text-align: left;
    }
    .one-week__sentence:last-child {
        padding-top: 23px;
    }
    .one-week__image {
        display: none;
    }
    .one-week__image--sp {
        width: 100%;
    }
    .wedding-today__container {
        margin-top: 34px;
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    .wedding-today__container::after {
        content: '挙式当日';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .wedding-today__image--sp {
        width: 100%;
        height: 327px;
        object-fit: cover;
    }
    .wedding-today__image {
        display: none;
    }
    .PC {
        display: none;
    }
}




@media screen and (max-width:729px) {
    .flow__container {
        padding: 41px 0 30px 0;
    }
    .flow__sentence {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.12em;
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .six-month__container {
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
        background: linear-gradient(#eeeeee 0%, #eeeeee 60%, transparent 90%, transparent 100%);
        margin: 57.5px 0 0 0;
        position: relative;
    }
    .six-month__container::after {
        content: '6～4ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .six-month__section {
        width: 100%;
        margin: 0 auto;
        padding: 42px 5.3334% 19px 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .six-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        position: relative;
    }
    .six-month__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/dress-image-sp.png);
        background-repeat: no-repeat;
        width: 68px;
        height: 84px;
        position: absolute;
        top: 41px;
        left: calc(50% - 34px);
    }
    .six-month__sentence-box {
        width: 100%;
        padding-top: 127px;
    }
    .six-month__sentence {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.12em;
        text-align: left;
    }
    .six-month__sentence:last-child {
        padding-top: 23px;
    }
    .six-month__image {
        display: none;
    }
    .six-month__image--sp {
        width: 100%;
    }
    .four-month__container {
        padding: 5px 0 0 0;
        position: relative;
    }
    .four-month__container::after {
        content: '4ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -11.5px;
        left: calc(50% - 48px);
    }
    .four-month__sp-wrapper {
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .four-month__section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .four-month__section:not(:first-child) {
        border-top: 1px solid #333333;
    }
    .four-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .four-month__sentence {
        width: 100%;
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.16em;
        text-align: left;
        padding-top: 130px;
    }
    .four-month__image {
        display: none;
    }
    .four-month__image--sp {
        width: 100%;
        padding: 9.5px 0 29px 0;
    }
    .meeting__title {
        position: relative;
    }
    .meeting__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/counseling-image-sp.png);
        background-repeat: no-repeat;
        width: 78px;
        height: 84px;
        position: absolute;
        top: 82px;
        left: calc(50% - 39px);
    }
    .concept__title {
        position: relative;
    }
    .concept__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/concept-image-sp.png);
        background-repeat: no-repeat;
        width: 88px;
        height: 82px;
        position: absolute;
        top: 86px;
        left: calc(50% - 44px);
    }
    .planning__title {
        position: relative;
    }
    .planning__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/planning-image-sp.png);
        background-repeat: no-repeat;
        width: 81px;
        height: 86px;
        position: absolute;
        top: 81px;
        left: calc(50% - 40px);
    }
    .two-month__container {
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
        background: linear-gradient(#eeeeee 0%, #eeeeee 80%, transparent 90%, transparent 100%);
        margin: 16px 0 0 0;
        position: relative;
    }
    .two-month__container::after {
        content: '2ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .two-month__sp-wrapper {
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .two-month__section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .two-month__section:first-child::before {
        display: none;
    }
    .two-month__section:first-child {
        border-bottom: 1px solid #333333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .two-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .two-month__sentence-box {
        width: 100%;
        padding: 129px 0 21px 0;
    }
    .two-month__sentence {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.2em;
        text-align: left;
    }
    .two-month__sentence:nth-child(3) {
        padding-top: 23px;
    }
    .two-month__image {
        display: none;
    }
    .two-month__image--sp {
        width: 100%;
    }
    .venue__title {
        position: relative;
    }
    .venue__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/meeting-image1-sp.png);
        background-repeat: no-repeat;
        width: 75px;
        height: 86px;
        position: absolute;
        top: 83px;
        left: calc(50% - 38px);
    }
    .flower__title {
        position: relative;
    }
    .flower__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/meeting-image2-sp.png);
        background-repeat: no-repeat;
        width: 75px;
        height: 86px;
        position: absolute;
        top: 83px;
        left: calc(50% - 38px);
    }
    .one-month__container {
        position: relative;
    }
    .one-month__container::after {
        content: '1ヶ月前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -16.5px;
        left: calc(50% - 48px);
    }
    .one-month__sp-wrapper {
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .one-month__section {
        width: 100%;
        margin: 30px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .one-month__section:not(:first-child) {
        border-top: 1px solid #333333;
    }
    .one-month__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .one-month__sentence {
        width: 100%;
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.16em;
        text-align: left;
        padding-top: 124.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .one-month__sentence > span:nth-child(2) {
        padding-top: 23px;
    }
    .one-month__image {
        display: none;
    }
    .one-month__image--sp {
        width: 100%;
        padding-top: 16px;
    }
    .cook__section {
        margin-top: 4px;
    }
    .cook__title {
        position: relative;
    }
    .cook__title > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cook__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/cook-image-sp.png);
        background-repeat: no-repeat;
        width: 88px;
        height: 84px;
        position: absolute;
        top: 102px;
        left: calc(50% - 44px);
    }
    .piano__title {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    .piano__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/piano-image-sp.png);
        background-repeat: no-repeat;
        width: 75px;
        height: 82px;
        position: absolute;
        top: 88px;
        left: calc(50% - 38px);
    }
    .rehearsal__title {
        position: relative;
    }
    .rehearsal__title > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .rehearsal__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/rehearsal-image-sp.png);
        background-repeat: no-repeat;
        width: 82px;
        height: 84px;
        position: absolute;
        top: 104px;
        left: calc(50% - 41px);
    }
    .pastor__title {
        position: relative;
    }
    .pastor__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/pastor-image-sp.png);
        background-repeat: no-repeat;
        width: 77px;
        height: 90px;
        position: absolute;
        top: 87px;
        left: calc(50% - 38px);
    }
    .one-week__container {
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(40%, #eeeeee), color-stop(70%, transparent), to(transparent));
        background: linear-gradient(#eeeeee 0%, #eeeeee 80%, transparent 90%, transparent 100%);
        margin: 40px 0 0 0;
        position: relative;
    }
    .one-week__container::after {
        content: '1週間前';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .one-week__section {
        width: 100%;
        padding: 42px 5.3334% 15px 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .one-week__title {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .one-week__title > span:not(:first-child) {
        padding-top: 10px;
    }
    .one-week__title::after {
        content: '';
        background: url(../images/wedding/flow/sp/last-rehearsal-image-sp.png);
        background-repeat: no-repeat;
        width: 84px;
        height: 91px;
        position: absolute;
        top: 61.5px;
        left: calc(50% - 42px);
    }
    .one-week__sentence-box {
        width: 100%;
        padding-top: 108.5px;
    }
    .one-week__sentence {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 0.16em;
        text-align: left;
    }
    .one-week__sentence:last-child {
        padding-top: 23px;
    }
    .one-week__image {
        display: none;
    }
    .one-week__image--sp {
        width: 100%;
    }
    .wedding-today__container {
        margin-top: 34px;
        padding: 0 5.3334%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    .wedding-today__container::after {
        content: '挙式当日';
        background-color: #333333;
        color: #ffffff;
        width: 95px;
        height: 28px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: -14px;
        left: calc(50% - 48px);
    }
    .wedding-today__image--sp {
        width: 100%;
        height: 327px;
        object-fit: cover;
    }
    .wedding-today__image {
        display: none;
    }
    .PC {
        display: none;
    }
}












@media (max-width: 999px) {
  
}
/*# sourceMappingURL=flow_t.css.map */