@charset "utf-8";

html {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    color:#303030;
    line-height:1.5;
}

body {
    background: #f7f5f1 /*#f7f6f2*/;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
}

/* utility */
.w-960 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.w-720 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.w-600 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.plr-15 {
    padding: 0 15px !important;
}

.pl-20 {
    padding-left: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.fs-09 {
    font-size: 0.9em;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fc-danger {
    color: #d10a0a;
}

.wsnw{
    white-space: nowrap;
}

.text-center {
    text-align: center !important;
}
  
.flexbox {
    display: flex;
}

.text-with-icon {
    display: inline-flex;
    align-items: center;
}

.text-with-icon img {
    width: 30px;
    height: 30px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.col-2 {
    width: 50%;
}

/* content */
.wrapper {
    min-width: 768px;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.content {
    width: 100%;
    margin: 30px auto;
}

.content .image {
    text-align: center;
    margin: auto;
    width: 100%;
    height: auto;
}

.content .image img {
    width: 100%;
    height: auto;
}

a > span.link-line {
    text-decoration: underline;
}

.pre-order-form {
    width: auto;
    padding: 15px 20px 10px 20px;
    border: 2px solid #000;
    border-radius: 10px;
}

div.nds-header-title {
    /*background: url('/export2/sites/np_pc/jp/ja/special/olemio/assets/img/background-01.gif') repeat-x;*/
    /*padding: 10px 5px;*/
    /*border-bottom: 1px solid #d8d8d8;*/
    margin-bottom: 15px;
}

h3.item-title {
    background: url('/export2/sites/np_pc/jp/ja/special/olemio/assets/img/background-02.gif') no-repeat;
    padding-left: 15px;
}

ul.symbol-none {
    list-style: none;
}

.pre-order-item {
    margin-bottom: 10px;
}

li.pre-order-item:nth-of-type(2) {
    margin-bottom: 0px;
}

.pre-order-detail {
    padding-left: 10px;
}

.pre-order-detail li {
    margin-top: 10px;
}

.img-qr {
    width: auto;
    height: 150px;
}

img.tel-order {
    height: 24px;
    width: auto;
}

.btn-close-page {
    display: inline-block;
    border-radius: 16px;
    text-align: center; 
    cursor: pointer;
    padding: 8px 20px;
    background: #000066; 
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    box-shadow: 4px 4px 2px #666666;
    border: 2px solid #000066;
}

.btn-close-page:hover {
    box-shadow    : none;
    color         : #000066;
    background    : #ffffff;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 0.9em;
    }

    .flexbox {
        flex-direction: column;
    }

    .col-2 {
        width: 100%;
    }

    .wrapper {
        min-width: 320px;
    }

    .pre-order-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pre-order-detail {
        margin-left: -15px;
        padding-left: 0px;
    }
}
