@charset "Shift_JIS";

body{
	overflow-x: hidden;
	background-color: #ffffff;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}

.topics_wrapper li a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
  }
p {
    font-family: 'Zen Old Mincho', serif;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}

/* #contentsArea {
    width: 100vw;
    margin: auto;
} */
/* .jtb__device--sp {
    width: max-content;
} */

#mainContents {
    background: #fff;
    padding: 0;
}
.inner {
    width: 1130px;
    margin: 0 auto;
}
/* @media (max-width: 1280px){
    body{
        width: max-content;
    }
} */

/*-- オーダーメイド共通ナビ
------------------------------------------------------*/
.ordermade_nav{
    position: relative;
    font-family: "Zen Old Mincho", serif;
}
@media (min-width: 769px){
    .ordermade_nav.floating{
        position: fixed;
        z-index: 1001;
        right: 10px;
        top: 100px;
        width: 260px;
        background: url(/luxurytravel/ordermade/index/image/bg_floating_menu.png) repeat-y top center / auto;
        text-align: center;
        transition: .4s ease-in-out;
        .ordermade_nav_item + .ordermade_nav_item{
            background: url(/luxurytravel/ordermade/index/image/line_floating_menu.png) no-repeat top center / auto;
        }
    }
    .js-floating_menu{
        opacity: 0;
    }
    .js-floating_menu.is-visible{
        opacity: 1;
        top: 60px;
    }
    .ordermade_nav.floating::before, .ordermade_nav.floating::after{
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto;
    }
    .ordermade_nav.floating::before{
        top: -39px;
        height: 39px;
        background-image: url(/luxurytravel/ordermade/index/image/bg_floating_menu-top.png);
    }
    .ordermade_nav.floating::after{
        bottom: -14px;
        height: 15px;
        background-image: url(/luxurytravel/ordermade/index/image/bg_floating_menu-bottom.png);
    }
    .ordermade_nav_item{
        a{
            display: inline-block;
            padding: 15px 0;
            color: #2f1205;
            font-size: 1.6rem;
            font-weight: bold;
        }
    }
    .ordermade_nav_item:last-of-type{
        a{
        padding-bottom: 10px;
        }
    }
    .js-floating_menu .ordermade_nav_item a:hover{
      opacity: 1;
      color: #9b3f32;
    }
    .ordermade_nav_item_contact{
        padding-top: 8px;
    }
    .ordermade_nav_item_contact a{
        background-color: #9b6a60;
        color: #fff;
        border-radius: 5px;
        width: 228px;
    }
    .ordermade_nav_item.ordermade_nav_item_contact a:hover {
        opacity: 0.7;
        color: #fff;
    }
}
@media screen and (max-width: 768px) {
    .ordermade_nav {
        background: #5F3F39;
    }
    .ordermade_nav_list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }
    .ordermade_nav_item:first-child ,
    .ordermade_nav_item:nth-child(2) {
        width: 100%;
        padding: 10px 0 12px;
        border-bottom: 1px solid #fff;
    }
    .ordermade_nav_item:first-child{
        border-bottom: none;
    }
    .ordermade_nav_item {
        width: 50%;
    }
    .ordermade_nav_item:nth-child(n + 2) {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 61px;
    }
    .ordermade_nav .ordermade_nav_list .ordermade_nav_item a {
        font-size: 16px;
        font-weight: bold;
        font-family: 'Zen Old Mincho', serif;
        color: #fff;
        text-decoration: none;
    }
    .ordermade_nav_item:nth-child(2) {
        border-bottom: 1px solid #fff;
    }
    .ordermade_nav_item:nth-child(3) {
        border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
    }
    .ordermade_nav_item:nth-child(4) {
        border-bottom: 1px solid #fff;
    }
    .ordermade_nav_item:nth-child(5) {
        border-right: 1px solid #fff;
    }
    .ordermade_nav_item_contact {
        position: fixed;
        bottom: 0;
        background-color: #9b6a60;
        color: #fff;
        z-index: 2;
    }
}

/*-- MV
------------------------------------------------------*/
.mv_img img{
    width: 100%;
}

/*-- 「海外オーダーメイド旅行 ロイヤルロード」
------------------------------------------------------*/
.travel_contents {
    padding: 84px 0;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}
.travel_title {
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
}
.travel_lead {
    font-size: 20px;
    line-height: 56px;
    margin-top: 84px;
}

/*-- Topics トピックス
------------------------------------------------------*/
.travel_topics {
    width: 1130px;
    margin: 0 auto;
}
.topics_img {
    width: 225px;
}
.travel_topics h2 {
    text-align: center;
}
.topics_show_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 40px;
}
.topics_show_wrapper li {
    width: calc(33.3% - 5px);
    margin: 0 5px 40px 0;
}
.topics_show_wrapper li:nth-child(3n) {
    margin-right: 0;
}
.topics_show_wrapper li a {
    color: #000;
    text-decoration: none;
}
.topics_show_wrapper li a:hover {
    opacity: .7;
}
.topics_show_wrapper li a p {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
    font-size: 16px;
    text-align: center;
}
.travel_country {
    font-weight: bold;
    margin-top: 15px;
}
.travel_comment {
    font-weight: normal;
    margin-top: 11px;
}
.topics_img_box {
    position: relative;
}
.topics_img_box .new_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 101px;
    height: 94px;
}
.country_eng {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 10px #332114, 0 1px 10px #332114, 0 1px 10px #332114;
    font-family: 'Pinyon Script', cursive;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.more_btn {
    width: 1130px;
    margin: 0 auto;
    padding: 8px 0;
    display: block;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    border: 1px solid #707070;
    outline: 0;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
}
.more_btn::before {
    content: "もっと見る";
    transition: .2s;
}
.more_btn.on_click::before {
    content: "閉じる";
    transition: .2s;
}
.more_btn.on_click::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 440px;
    width: 13px;
    height: 12px;
    background-image: url(/luxurytravel/ordermade/overseas/image/close-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.more_btn::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 440px;
    width: 13px;
    height: 11px;
    background-image: url(/luxurytravel/ordermade/overseas/image/more-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.more_btn:hover {
    opacity: .7;
    cursor: pointer;
}
.topics_hide_wrapper {
    display: none;
}
.topics_hide_wrapper ul {
    max-width: 924px;
    margin: 27px auto 84px;
    text-align: center;
}
.topics_hide_wrapper ul li {
   margin-bottom: 14px;
}
.topics_hide_wrapper ul li:last-child {
   margin-bottom: 0;
}
.topics_hide_wrapper ul li a {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
    text-decoration: none;
    display: flex;
}
.topics_hide_wrapper ul li a:hover {
    opacity: .7;
}
.topics_hide_title {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    text-align: center;
}
.hide_country,
.hide_post {
    font-size: 16px;
    color: #5F3F39;
}
.hide_country {
    width: 300px;
    font-weight: bold;
}

.hide_post {
    text-align: left;
}

/*-- お申込み条件
------------------------------------------------------*/
.offer_term {
    max-width: 1015px;
    margin: 150px auto 0;
    background: #F7F5F2;
    border: double 3px #707070;
    padding: 74px 0 71px;
    position: relative;
}
.offer_term_title {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.offer_term_title img {
    width: 250px;
    height: 70px;
}
.offer_lead {
    max-width: 736px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 36px;
}
.offer_list {
    max-width: 661px;
    margin: 44px auto 0;
    padding-bottom: 38px;
    line-height: 36px;
    font-size: 16px;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
}
.offer_list::before {
    content: "";
    background-image: url(/luxurytravel/ordermade/overseas/image/term-line.png);
    width: 837px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.offer_note {
    max-width: 771px;
	width: 100%;
	line-height: 36px;
	margin: 36px auto 0;
    font-size: 16px;
}
.offer_btn_wrapper {
    width: 1130px;
    padding-top: 140px;
    margin: 0 auto 140px;
    display: flex;
    justify-content: center;
    column-gap: 122px;
    row-gap: 44px;
}
.offer_btn_wrapper a {
    display: block;
    width: 504px;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    color: #fff;
    background: #5F3F39;
    font-family: 'Zen Old Mincho', serif;
    text-decoration: none;
    position: relative;
}
.offer_btn_wrapper a::before {
    content: "";
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/luxurytravel/ordermade/overseas/image/offer-btn-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 392px;
    height: 1px;
}
.offer_btn_wrapper a:hover {
    opacity: .7;
}

/*-- オーダーメイドTOPへ戻る
------------------------------------------------------*/
#mainContents .ordermade_top_btn {
    display: block;
    width: 350px;
    padding: 20px 0;
    margin: 0 auto 100px;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    color: #000;
    background: #fff;
    border: 1px solid #707070;
    text-decoration: none;
}
#mainContents .ordermade_top_btn:hover {
   background: #5F3F39;
   border-color: #5F3F39;
   color: #fff;
}

/*-- オーダーメイド共通フッター
------------------------------------------------------*/
.top_contact_list a, .top_contact_list a:link, .top_contact_list a:visited {
    color: #125687;
}
.footer_top {
    padding: 56px 0 60px;
    background: #F7F0E7;
}
.top_lead_wrapper {
    max-width: 800px;
    margin: 0 auto 24px;
    line-height: 30px;
    text-align: center;
}
.top_lead_wrapper p {
    font-size: 16px;
}
.top_lead_strong {
    font-weight: bold;
}
.top_list_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 24px;
}
.top_list_wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1130px;
    height: 1px;
    background-image: url(/luxurytravel/ordermade/overseas/image/footer-line.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.top_list_wrapper li a {
    font-size: 18px;
    color: #001798;
    text-decoration: none;
}
.top_contact_wrapper {
    background: #f2e1d0;
    margin-top: 40px;
    padding: 40px 51px 30px;
}
.top_contact_lead {
    text-align: center;
    color: #7f6443;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: 'Zen Old Mincho', serif;
}
.top_contact_title {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'Zen Old Mincho', serif;
}
.top_contact_list {
    display: flex;
    justify-content: space-between;
}
.top_contact_item {
    width: 335px;
    background: #f6f0e8;
    padding: 35px 28px 48px;
    text-align: center;
}
.top_contact_store {
    font-size: 16px;
    background: #756a5e;
    color: #fafbf3;
    padding: 4px 0;
    display: inline-block;
    width: 98px;
    margin-bottom: 10px;
}
.top_contact_tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Zen Old Mincho', serif;
    height: 68px;
}
@media (min-width: 769px) {
    .top_contact_shop {
        margin-top: -10px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_contact_shop::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 17px;
        background-image: url("/luxurytravel/ordermade/common/image/icon_build.png");
        background-size: cover;
        background-position: center;
        margin-right: 0.4em;
    }
    .top_contact_shop_link {
        font-size: 16px;
        letter-spacing: 0.075em;
        color: inherit !important;
        text-decoration: none !important;
        border-bottom: 1.5px solid transparent;
        line-height: 1.5;
    }
    .top_contact_shop_link:hover {
        border-bottom-color: currentColor;
    }
    .top_contact_shop_link::after {
        content: "▲" / "";
        display: inline-block;
        rotate: 90deg;
        margin-left: 0.4em;
    }
}
.top_contact_detail {
    font-size: 15px;
    margin-top: 12px;
    text-align: left;
    font-family: 'Zen Old Mincho', serif;
}
.top_contact_detail > p:first-child {
    margin-bottom: 10px;
}

.dial_tel_icon,
.tel_icon,
.dial_only_icon {
    position: relative;
}

/* .dial_tel_icon::before {
    content: "";
    background-image: url(/luxurytravel/ordermade/overseas/image/icon_dial.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 14px;
    position: absolute;
    left: 31px;
    top: 12px;
} */
.dial_tel_icon::after {
    content: "";
    background-image: url(/luxurytravel/ordermade/overseas/image/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 17px;
    position: absolute;
    left: 32px;
    /* bottom: 6px; */
}

.tel_icon::before {
    content: "";
    background-image: url(/luxurytravel/ordermade/overseas/image/icon_dial.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 14px;
    position: absolute;
    left: 31px;
    top: 29px;
}

.dial_only_icon::after {
    content: "";
    background-image: url(/luxurytravel/ordermade/overseas/image/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 17px;
    position: absolute;
    left: 32px;
    }

.footer_top .footer_ordermade_link {
    display: block;
    width: 805px;
    height: 74px;
    line-height: 74px;
    margin: 60px auto;
    background: #5F3F39;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    outline: 1px solid #fff;
    outline-offset: -8px;
}
.footer_ordermade_link:hover {
    opacity: .7;
}

#contentsArea .footer_cnt {
    width: 100%;
}
.footer_ordermade {
    background: #380D12;
    padding-top: 28px;
    height: 160px;
}
.footer_ordermade ul {
    display: flex;
    flex-wrap: wrap;
    width: 580px;
    padding-left: 30px;
}
.footer_ordermade ul li {
    width: 33.3%;
    margin-bottom: 1em;
    background: url(/luxurytravel/ordermade/overseas/image/bit-white.png) 2px 7px no-repeat;
    padding-left: 14px;
}
.footer_ordermade li a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 769px){
    .footer_ordermade.col4 ul {
        width: auto;
    }
    .footer_ordermade.col4 ul li {
        width: 25%;
    }

a[href*="tel:"].top_contact_tel_transmission{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

.footer-insta-ordermade {
	max-width: 100px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    text-decoration: none !important;
    color: black !important;
}
.footer-insta-ordermade span {
	display: block;
	margin-top: 22px;
}
.footer-insta-ordermade img {
	width: 45px;
    height: 45px;
}

/* Tab */
@media screen and (max-width: 1130px) {
    #contentsArea {
        max-width: 1200px;
        width: fit-content;
    }
    .travel_topics {
        max-width: 1200px;
        width: 90%;
    }
    .more_btn {
        max-width: 1200px;
        width: 100%;
    }
    .offer_btn_wrapper {
        max-width: 1200px;
        width: 90%;
    }
    .top_list_wrapper::before {
        max-width: 1200px;
        width: 100%;
    }
    .inner {
        max-width: 1200px;
        width: 90%;
    }
    .top_contact_item {
        width: 32%;
    }
    .dial_tel_icon::before,
    .dial_tel_icon::after,
    .tel_icon::before,
    .dial_only_icon::after {
        left: 10px;
    }

}

/* SP */
@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /* .jtb__device--sp,
    #contentsArea {
        width: 100%;
    } */

    /* 共通ヘッダー */
    #ordermade.-mode-pc #page_header-pc {
        display: none;
    }
    #page_header {
        display: block;
    }

    /* パンクズ */
    .jtb-nav-breadcrumb {
       display: none;
    }

    /* 共通ナビ */
    .upper-title-navigation {
        display: none;
    }
    .title_navigation {
        display: none;
    }

    /* 共通フッター */
    #JTBGF-ly_footer .JTBGF-ly_footer__anchor {
        justify-content: center;
    }
    #JTBGF-ly_footer .JTBGF-ly_footer__inner .JTBGF-ly_footer__list .JTBGF-ly_footer__item {
        width: 100%;
    }
    #JTBGF-ly_footer .JTBGF-ly_footer__item:nth-child(n+2) {
        margin-top: 6.4vw;
    }
    #mainContents #JTBGF-ly_footer.JTBGF-ly_footer {
        margin-top: 0;
    }

     /*-- MV
	------------------------------------------------------*/
    .mv h2 img {
        width: 100%;
    }

    /*-- 「海外オーダーメイド旅行 ロイヤルロード」
	------------------------------------------------------*/
    .travel_topics {
        width: 100%;
    }
    .travel_contents {
        padding: 50px 20px ;
    }
    .travel_title {
        font-size: 20px;
    }
    .travel_lead {
        font-size: 16px;
        line-height: 28px;
        margin-top: 50px;
    }

    /*-- Topics トピックス
	------------------------------------------------------*/
    .topics_show_wrapper {
        justify-content: center;
        margin: 30px 0 54px;
    }
    .topics_hide_wrapper {
        padding: 0 10px;
    }
    .topics_hide_wrapper ul {
        margin: 15px 0 44px;
    }
    .topics_hide_wrapper ul li {
        margin-bottom: 10px;
    }
    .topics_hide_wrapper ul li:last-child {
        margin-bottom: 0;
    }
    .topics_hide_wrapper ul li a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hide_country,
    .hide_post {
        font-size: 12px;
    }

    .topics_show_wrapper li {
        width: 94%;
        margin-right: 0;
    }
    .topics_show_wrapper li:last-child {
       margin-bottom: 0;
    }
    .topics_img_box img {
        width: 100%;
    }

    .more_btn {
        width: 84%;
    }

    .more_btn::after,
    .more_btn.on_click::after {
        right: 29%;
    }

    .country_eng {
        font-size: 42px;
    }

    /*-- お申込み条件
	------------------------------------------------------*/
    .offer_term {
        width: 94%;
        padding: 58px 10px 40px;
        margin: 77px auto 0;
    }
    .offer_term_title {
        width: 100%;
        text-align: center;
        top: -31px;
    }
    .offer_term_title img {
        width: 210px;
        height: 58px;
    }
    .offer_lead {
        line-height: 28px;
    }
    .offer_list {
        margin-top: 32px;
        padding-bottom: 33px;
        line-height: 28px;
    }
    .offer_list::before {
        width: 100%;
    }
    .offer_btn_wrapper {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 77px;
        margin-bottom: 77px;
    }
    .offer_btn_wrapper a {
        width: 94%;
        font-size: 16px;
    }
    .offer_btn_wrapper a::before {
        left: 50%;
        transform: translateX(-50%);
        width: 88%;
    }

    /*-- オーダーメイド共通フッター
	------------------------------------------------------*/
    .footer_top {
        padding: 24px 0 73px;
    }
    .top_lead_wrapper {
        padding: 0 28px;
        line-height: 19px;
    }
    .top_lead_wrapper p span {
        font-size: 13px;
    }
    .top_list_wrapper {
        padding-bottom: 22px;
    }
    .top_list_wrapper li a {
        font-size: 16px;
    }
    .top_list_wrapper::before {
        width: 84%;
    }

    .footer_top .footer_ordermade_link {
        width: 94%;
        font-size: 16px;
        margin: 0 auto;
    }
    .top_lead_strong {
        margin-bottom: 11px;
        display: block;
    }
    .top_contact_wrapper {
        padding: 0 30px;
        margin: 36px 0 70px;
        background: transparent;
    }
    .top_contact_list {
        flex-wrap: wrap;
        justify-content: center
    }
    .top_contact_item {
        width: 84vw;
        padding: 0;
        margin-bottom: 45px;
    }
    .top_contact_item:last-child {
        margin-bottom: 0;
    }
    .top_contact_store {
        margin-bottom: 4vw;
    }
    .top_contact_tel {
        font-size: 28px;
        display: block;
        height: auto;
    }
    .top_contact_tel > p{
        width: 230px;
        margin: 0 auto;
        position: relative;
    }
    a[href*="tel:"].top_contact_tel_transmission{
        text-decoration: underline;
        }

    .dial_tel_icon::before, .dial_tel_icon::after, .tel_icon::before, .dial_only_icon::after {
        background: none;
    }

    .tel_icon-sp::before{
        content: "";
        background-image: url(/luxurytravel/ordermade/overseas/image/icon_tel.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 17px;
        position: absolute;
        left:-1.5px;
        bottom: 7px;
    }

    .dial_icon-sp::before ,
    .tel_icon > p::before{
        content: "";
        background-image: url(/luxurytravel/ordermade/overseas/image/icon_dial.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 14px;
        position: absolute;
        left:0;
        top:37%;
    }

    .top_contact_shop {
        margin-top: 15px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_contact_shop::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 17px;
        background-image: url("/luxurytravel/ordermade/common/image/icon_build.png");
        background-size: cover;
        background-position: center;
        margin-right: 0.4em;
    }
    .top_contact_shop_link {
        font-size: 15px;
        letter-spacing: 0.075em;
        color: inherit !important;
        text-decoration: none !important;
        border-bottom: 1.5px solid;
        line-height: 1.5;
    }
    .top_contact_shop_link::after {
        content: "▲" / "";
        display: inline-block;
        rotate: 90deg;
        margin-left: 0.4em;
    }

    .contact_list {
        display: flex;
        flex-direction: column;
    }
    .contact_list li img {
        width: 100%;
    }

    .footer_ordermade {
        height: auto;
        padding: 84px 0;
    }
    .footer_ordermade ul {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .footer_ordermade ul li {
        width: 100%;
        margin-bottom: 40px;
        padding-left: 0;
        font-size: 16px;
        background: none;
    }
    .footer_ordermade ul li:last-child {
        margin-bottom: 0;
    }
    .footer-insta-ordermade {
        max-width: none;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
        text-align: center;
        text-decoration: none !important;
        color: black !important;
    }
}



/*
 -- ordermade rwd
===============================================================*/
/* common */
@media (min-width: 769px){
    .w1130{
      width: 1130px;
      margin: auto;
    }
    .w1015{
        width: 1015px;
        margin: auto;
    }
    .ordermade{
      font-size: 1.6rem;
    }
}

.ff-cursive{
    font-family: "Pinyon Script", cursive;
}
@media (max-width: 768px){
    .w1130, .sp-w710{
        padding: 0 calc( 100vw * 20 / 767 );
    }
    .sp-w670{
        padding: 0 calc( 100vw * 40 / 767 );
    }
}


.ordermade{
    font-family: "Zen Old Mincho", serif;
    text-align: center;
}
.main{
    padding-top: 95px;
}
.main_title{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
}
.main_lead{
    margin-top: 60px;
    font-size: 2.0rem;
    line-height: 3;
}
.main_lead.-fs-lg{
    font-size: 2.4rem;
    line-height: 2.4;
}
.heading{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    color: #333333;
    line-height: 1.6;
}
.section{
    position: relative;
    padding-top: 160px;
    .heading{
        font-size: 2.4rem;
        line-height: 1.4;
        .en{
            color: #777777;
            font-family: "Pinyon Script", cursive;
            font-size: 7.8rem;
            text-transform: capitalize;
        }
        .jp{
            font-size: 2.3rem;
        }
        .border{
            border-top: 1px solid #333333;
            width: 116%;
            position: relative;
            left: -8%;
        }
    }
    .heading::before, .heading::after{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 39px;
        height: 67px;
        background: url(/luxurytravel/ordermade/common/image/bg_heading.png) no-repeat center center / 100%;
    }
    .heading::before{
        left: -60px;
    }
    .heading::after{
        right: -60px;
        transform: scale(-1, 1) translateY(-50%);
    }
    .lead{
        margin-top: 60px;
        line-height: 2.2;
        font-size: 1.8rem;
    }
    .button-white{
        display: inline-block;
        height: 40px;
        margin-top: 50px;
        padding: 0 40px;
        line-height: 35px;
        border: 1px solid #707070;
        border-radius: 20px;
        color: #333333;
        font-size: 1.6rem;
            font-weight: 600;
            transition: .05s ease-in-out;
    }
}

.ordermade .offer_term{
    position: relative;
    margin-top: 190px;
    padding: 40px 85px 71px;
    background: #F7F5F2;
    border: double 3px #707070;
    line-height: 1.8;
    .heading{
        position: relative;
        top: -65px;
        z-index: 1;
    }
    .heading_bg{
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
        border-bottom: 10px solid #F7F5F2;
    }
    *{
        text-align: left;
    }
}


@media (min-width: 769px){
    .section{
        .button-white:hover{
            /* opacity: 1; */
            background-color: #5F3F39;
            color: #ffffff;
        }
    }
    .offer_term{
        ol{
            margin-top: 50px;
        }
    }
}
@media (max-width: 768px){
    .ordermade{
        font-family: "Zen Old Mincho", serif;
        text-align: center;
        font-size: 1.6rem;
    }
    .main{
        padding-top: 60px;
    }
    .main_title{
        font-size: 1.8rem;
    }
    .main_lead{
        margin-top: 35px;
        font-size: 1.6rem;
        line-height: 2;
    }
    .main_lead.-fs-lg{
        font-size: 1.7rem;
    }
    .section{
        padding-top: 85px;
        .heading{
            font-size: 1.6rem;
            .en{
              font-size: 4.3rem;
            }
            .jp{
                font-size: 1.6rem;
                letter-spacing: -0.05em;
            }
            .border{
                margin-top: 1.5vw;
                padding-top: 1.5vw;
            }
          }
        .heading::before, .heading::after{
            width: 35px;
            height: 59px;
        }
        .heading::before{
            left: -55px;
        }
        .heading::after{
            right: -55px;
        }
        .lead{
            margin-top: 35px;
            font-size: 1.6rem;
        }
        .button-white{
            margin-top: 30px;
        }
    }
    .ordermade .offer_term{
        margin-top: 120px;
        padding: 20px 10px 40px;
        .heading{
            top: -43px;
            font-size: 2.4rem;
        }
        .heading::before{
            left: -40px;
        }
        .heading::after{
            right: -40px;
        }
        .heading_bg{
            width: 255px;
        }
    }
}