/*#top .header {*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    z-index: 100;*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    top: 0;*/
/*    background-color: #e5ce91;*/
/*}*/
#top .header {
    width: 100%;
    height: 70px;
    z-index: 100;
    display: inline-block;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    top: 0;
    background-color: #e5ce91;
    position: relative;
}
.header .text-date {
    font-size: 16px;
}
#top .header span:not(.text-week) {
    font-size: 22px;
}
#top .header span.text-week {
    margin: 0 5px;
}


/* メインビジュアル */
.top-image-main {
    background: url(../../img/DietaryRestriction/bg.jpg);
    background-size: cover;
    background-position: bottom;
    text-align: center;
    height: 340px;
}
.top-image-bottom {
    position: relative;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../img/DietaryRestriction/image_top_bottom.png) no-repeat;
    background-size: 100% 120px;
    background-position: top;
    color: #fff;
    text-align: center;
}
.top-image-bottom::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 33px;
    background: url(../../img/DietaryRestriction/icon_breakfast.png) no-repeat;
    background-size: cover;
    top: -20px;
    left: calc(50% - 16.5px);
}

.top-title {
    font-size: 29px;
    letter-spacing: .14em;
}
.top-title span {
    font-size: 19px;
}
.top-sub-title {
    margin-top: 12px;
    font-size: 10px;
    color: #707070;
    letter-spacing: .12em;
}


.top-content {
    background: #fff;
}
.bottom-content {
    background: var(--pale-glay-color);
}
.middle-content{

}

.section {
    margin: 0 auto;
    padding: 60px 20px;
    max-width: 600px;
}
.section-title {
    font-size: 24px;
}
.section-title-sub {
    font-size: 11px;
    color: var(--yellow-color);
    margin-top: 13px;
}

/* メインビジュアル下 */
.section-detail {
    font-size: 22px;
}
.section-detail span {
    position: relative;
    color: var(--yellow-color);
    font-weight: bold;
    line-height: 2.181818;
    padding: 0 10px;
}
.section-detail span::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 2px;
    background-color: var(--yellow-color);
}
.section-detail .supplement {
    font-size: 16px;
    margin-top: 24px;
}

.section-about .caution {
    position: relative;
    background-color: var(--warning-bg-color);
    color: var(--warning-color);
    width: 205px;
    font-size: 16px;
    margin: 38px auto 0;
    padding: 20px 15px 22px 95px;
    border: solid 2px var(--warning-color);
    border-radius: 8px;
}
.section-about .caution::before {
    position: absolute;
    content: "";
    width: 53px;
    height: 44px;
    top: calc(50% - 22px);
    left: 22px;
    background: url(../../img/DietaryRestriction/icon_caution_red.png) no-repeat;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    /* iPad以上のサイズのデバイス */
    .br-sp {
        display: none;
    }
}
@media (max-width: 767px) {
    /* スマホの設定 */
    .br-pc {
        display: none;
    }
    .font-sp {
        font-size: 18px !important;
    }
}

/* 結婚式詳細 */
.attend-wedding-wrap {
    padding: 42px 0;
    background: -moz-linear-gradient(bottom, #ebeced, #f5f5fa);
    background: -webkit-linear-gradient(bottom, #ebeced, #f5f5fa);
    background: linear-gradient(bottom, #ebeced, #f5f5fa);
}
.attend-wedding {
    width: calc(100% - 40px);
    max-width: 480px;
    margin: 0 auto;
    padding: 36px 0 32px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px var(--yellow-color);
    outline: solid 3px #fff;
    box-shadow: 0 1px 6px #000;
    text-align: center;
}
.attend-wedding-title {
    position: relative;
    font-size: 16px;
    color: var(--yellow-color);
    margin-bottom: 45px;
}
.attend-wedding-title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: var(--yellow-color);
    bottom: -15px;
    left: calc(50% - 15px);
}
.married-person-name {
    font-size: 16px;
}
.married-person-name span {
    font-size: 23px;
    margin: 0 10px;
}
.attend-wedding-date {
    margin-top: 30px;
    font-size: 16px;
}
.attend-wedding-date span {
    margin-right: 10px;
}
.attend-wedding-date span:last-child {
    margin-right: 0;
}

/* 登録までの流れ */
.top-flow-wrap {
    position: relative;
    margin-top: 38px;
    padding-left: 26px;
}
.top-flow-wrap:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 56px);
    top: 26px;
    left: 6px;
    background-color: var(--yellow-color);
}
.top-flow-item {
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
    border: solid 1px var(--glay-color);
    border-radius: 5px;
    background-color: #fff;
}
.top-flow-item:last-child {
    margin-bottom: 0;
}
.top-flow-item:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px var(--yellow-color);
    top: calc(50% - 5px);
    left: -26.5px;
    z-index: 10;
}

.top-flow-item .title {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 16px;
}
.top-flow-item .title span:first-child {
    color: var(--yellow-color);
    margin-right: 15px;
}
.top-flow-item .detail {
    border-top: solid 1px var(--glay-color);
    margin-top: 20px;
    padding-top: 20px;
}
.example-title {
    font-size: 14px;
    color: var(--yellow-color);
}
.example-list {
    margin-top: 13px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 14px;
}
.example-list > li {
    display: list-item;
    width: calc(50% - 20px);
    list-style-position: outside;
    margin: 0;
    margin-left: 20px;
}


/* 下部注意書き */
.section-flow .section-detail {
    font-size: 16px;
    margin-top: 60px;
    padding: 0 15px;
}

/* ポリシーリンク */
.link {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
.link-policy {
    position: relative;
    color: var(--text-color);
    padding-left: 14px;
    padding-bottom: 2px;
    border-bottom: solid 2px var(--text-color);
    font-size: 16px;
    display: inline-block;
}
.link-policy::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: calc(50% - 7px);
    left: 0;
    background: url(../../img/DietaryRestriction/icon_link.png) no-repeat;
    background-size: cover;
}

/* footer */
.footer {
    padding: 0 0 60px;
    background: var(--pale-glay-color);
}
.footer .btn-area > a.btn {
    text-decoration: none;
    display: block;
    width: 350px;
    position: relative;
    margin: 0 auto;
    padding: 22px 0;
    background-color: var(--btn-color);
    border-radius: 72px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .12em;
    color: var(--text-color);
}
.btn-area .btn::before {
    position: absolute;
    content: "";
    right: 24px;
    top: calc(50% - 6px);
    width: 6px;
    height: 12px;
    background: url(../../img/DietaryRestriction/icon_btn_arrow.png) no-repeat;
    background-size: cover;
}
