@charset "utf-8";

html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

body {
    letter-spacing: 0.03em;
}

/* コンテンツ幅 */
.wrapper_2 {
    max-width: 987px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* ご予約からデータ納品までの流れ */
.subpage_mv {
    width: 100%;
    margin-top: 123px;
}

/* 下層共通見出しタイトル */
.title_container {
    margin-top: 60px;
    display: flex;
    max-width: 300px;
    justify-content: center;

}

.title {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: 0px 15px;
}

.title_container::before,
.title_container::after {
    content: "";
    display: block;
    width: 8px;
    height: 71px;
    background: rgb(237, 231, 221, 0.5);
}

.title_en {
    color: #D18553;
    letter-spacing: 0.05em;
    line-height: 1.3em;
}

.title_ja {
    font-size: 30px;
    letter-spacing: 0.06em;
    position: relative;
}

.subpage_container {
    margin-top: 120px;
}

.flow_inner {
    padding-top: 60px;

}

.flow_box {
    display: flex;
    align-items: center;
    position: relative;
}

.subpage_subtitle{
    font-size: 24px;
    border-bottom: 1px solid #463625;
    padding-bottom: 8px;
    display: inline;
}

.flow_icon {
        border-radius: 50%;
            width: 100px;
            height: 100px;
            background: #DC946B;
            color: #FFFFFF;
            font-size: 13px;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
            position: relative;
            flex-shrink: 0;
}

.flow_icon::after {
    content: "";
    height: 90px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    background: #DC946B;
    width: 1px;
}

.flow_icon_text {
    font-family: "Marcellus", serif;
    font-size: 13px;
}


.flow_icon_no {
    font-size: 34px;
    font-family: "Neonderthaw", serif;
    margin-top: -14px;
}

.flow_list {
    margin-left: 50px;
    
}

.flow_item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 66px;
}

.flow_item:last-child {
    padding-bottom: 0;
}


.flow_item:last-of-type .flow_icon::after {
    display: none;
}

.flow_item:nth-of-type(5) .flow_icon::after {
    height: 120px;
    bottom: -120px; }

.flow_about {
    font-size: 24px;
    color: #D18553;
}

.flow_set {
    margin-left: 50px;
}

.flow_text {
    margin-top: 16px;
}

.flow_more_button {
    margin-top: 60px;
}

/* Print Itemボタン */
.printitem_button_area {
    position: absolute;
    bottom: 0;
    right: 0;
}

.printitem_button_area.sp-only {
    display: none;
}

.printitem_button {
    border: .6px solid #000000;
    background-color: #FCFCF9;
    color: #463625;
    font-family: "Marcellus";
    padding: 8px 0;
    min-width: 143px;
    white-space: nowrap;
    display: inline-block;
    max-width: 143px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-left: 0;
    position: relative;

}

.printitem_button::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto;
}

.printitem_button:hover {
    color: #D18553;
    border-color: #D18553;
}


.printitem_button:hover::before {
    background: #D18553;
}

.custom-link {
    color: #D18553;
    text-decoration: underline;
}

.custom-link:hover {
    opacity: 0.8;
}

/* ここからタブレッド */
@media(max-width: 960px) {
.subpage_mv {
    margin-top: 120px;
}

/* ご予約からデータ納品までの流れ */
/* 下層共通＿中見出しSP */
.subpage_container {
    margin-top: 40px;
}

.flow_inner {
    padding-top: 40px;
}

.subpage_subtitle {
    font-size: 16px;
}

.flow_list {
    margin-left: 0;
}

.flow_about {
    font-size: 16px;
}

.flow_text {
    margin-top: 4px;
}

.flow_item {
    padding-bottom: 40px;
}

.flow_icon {
    width: 50px;
    height: 50px;
}

.flow_icon_text {
    font-size: 9px;
}

.flow_icon_no {
    font-size: 20px;
    margin-top: -10px;
}

.flow_set {
    margin-left: 15px;
}

.printitem_button {
    margin-top: 0;
    padding: 3px 0;
}

.printitem_button_area.pc-only {
    display: none;
}

.printitem_button_area.sp-only {
    display: block;
    position: relative;
    text-align: right;
    padding-right: 40px;
    margin-top: 20px;
}

}

/* ここからSP */
@media(max-width: 768px){
body {
    font-size: 14px;
}

/* 下層共通＿大見出しSP */
.title_container {
    margin-top: 40px;
}


.title_en {
font-size: 10px;
}

.title_ja {
font-size: 18px;
}

.title_container::before,
.title_container::after {
    height: 54px;
}

.subpage_mv {
    margin-top: 66px;
}







/* 縦線調節用 */
@media(max-width: 570px){

.flow_item:nth-of-type(2) .flow_icon::after {
    height: 120px;
    bottom: -120px;   }

.flow_item:nth-of-type(3) .flow_icon::after {
    height: 120px;
    bottom: -120px;
}

.flow_item:nth-of-type(4) .flow_icon::after {
    height: 130px;
    bottom: -130px;     }

.flow_item:nth-of-type(5) .flow_icon::after {
    height: 170px;
    bottom: -170px;   }
            
}


}









