@charset "EUC-JP";

/*----------------------------------------------------------------
  コンテンツヘッダー
  ---------------------------------------------------------------- */
.jumbotron {
    position: relative;
    width: 100%;
}

.jumbotron-header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    color: #543835;
}

.jumbotron-header-after::after {
    content: '';
    display: inline-block;
}

.jumbotron-candle .jumbotron-header-after::after {
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav_r.png) center center / cover no-repeat;
}

.jumbotron-option .jumbotron-header-after::after {
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav_r2.png) center center / cover no-repeat;
}

@media screen and (min-width: 769px) {

  .jumbotron-cart {
	position: fixed;
    top: 308px;
    right: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

    .jumbotron {
        margin-bottom: 135px;
        height:220px;
    }

    .jumbotron-candle {
        background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_jumbotron_candle_pc.jpg) top center / cover no-repeat;
    }

    .jumbotron-option {
        background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_jumbotron_option_pc.jpg) top center / cover no-repeat;
    }

    .jumbotron-header {
        left: 50%;
        transform: translate(-100%, -50%);
    }

    .jumbotron-candle .jumbotron-header {
        font-size: 3.2rem;
    }

    .jumbotron-option .jumbotron-header-before {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 2.6rem;
    }

    .jumbotron-option .jumbotron-header-after {
        font-size: 1.8rem;
    }

    .jumbotron-header-before {
        margin-bottom: 36px;
    }

    .jumbotron-header-after span {
        font-size: 4.4rem;
    }

    .jumbotron-header-after::after {
        width: 46px;
        height: 15px;
        margin-left: 10px;
    }

    .jumbotron-pen {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(230px);
        display: inline-block;
    }

}

@media screen and (max-width: 768px) {
    .jumbotron-candle {
        padding-top: 40%;
        background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_jumbotron_candle_sp.jpg) top center / cover no-repeat;
    }

    .jumbotron-option {
        padding-top: 40%;
        background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_jumbotron_option_sp.jpg) top center / cover no-repeat;
    }

    .jumbotron-option h2 {
        font-size: 2rem;
    }

    .jumbotron-cart {
        position: fixed;
        top: 60px;
        right: 0;
        width: 50px;
        height: 50px;
        overflow: hidden;
    }

    .jumbotron-header {
        left: 4.6%;
    }

    .jumbotron-pen {
        position: fixed;
        top: 120px;
        right: 0;
        display: inline-block;
        width: 50px;
    }
}

/*----------------------------------------------------------------
  本文
  ---------------------------------------------------------------- */
.product-detail {
    display: flex;
    border-bottom: 1px solid #d8cfc3;
}

.detail-size dt {
    display: inline-block;
    padding: 4px;
    border: 1px solid #333;
    line-height: 1;
}

.product-detail-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a06d4e;
}

.product-detail-price dt,
.product-detail-price dd {
    line-height: 1;
    color: #5c2802;
}

.option-table {
    background-color: #f4f4f0;
}

.option-table table {
    width: 100%;
}

.option-table th {
    text-align: left;
    font-weight: normal;
    color: #333;
}

.option-table td {
    text-align: right;
    font-weight: normal;
    color: #5c2802;
}

.option-table input[type=radio] {
    display: none;
}

.option-table label {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
}

.label-text {
    display: inline-block;
    color: #5c2802;
}

.option-radio {
    border-radius: 50%;
    box-shadow: 0 0 0 1px #83786f;
    background-color: #fff;
}

input[type=radio]:checked + label span.option-radio {
    background-color: #83786f;
}

.btn-cart {
    border: none;
    border-radius: 3px;
    background-color: #3f3404;
    text-align: center;
    color: #fff;
}

.add-set h2 {
    font-weight: normal;
    color: #8f514d;
}

.add-set h2::before,
.add-set h2::after {
    content: '';
    display: inline-block;
}

.add-set h2::before {
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_add_l.png) center center / cover no-repeat;
}

.add-set h2::after {
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_add_r.png) center center / cover no-repeat;
}

.product-description dt {
    font-weight: bold;
    color: #5c2802;
}

.product-description > br {
    display: none;
}

.option-form-item input[type=number],
.option-form-item input[type=tel]{
    width: 52px;
    height:3rem!important;
    vertical-align: middle !important;
    padding: 0 5px !important;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-size: 1.8rem;
    color: #555;
}


@media screen and (min-width: 769px) {
    .wrapper .section-header {
        margin-bottom: 80px;
    }

    .wrapper .section-header-pc {
        margin: 0 0 70px;
    }

    .product-detail {
        margin-bottom: 80px;
        padding-bottom: 84px;
    }

    .product-image-gallery {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .product-image-gallery li {
        width: calc(100% / 6);
    }

    .product-list {
        width: 51.8%;
    }

    .product-list li {
        line-height: 2;
    }

    .product-detail-text {
        width: 48.2%;
    }

    .detail-size {
        margin: 0 0 55px;
    }

    .detail-size dt {
        margin-bottom: 20px;
    }

    .detail-size dd {
        margin-bottom: 30px;
        line-height: 2;
    }

    .product-detail-price {
        width: 88%;
        padding-bottom: 10px;
    }

    .product-detail-price dt {
        font-size: 3rem;
    }

    .product-detail-price dd {
        font-size: 2.2rem;
    }

    .product-detail-price dd span {
        font-size: 3.6rem;
    }

    .label-text span {
        font-size: 2.4rem;
    }

    .label-text span:nth-of-type(3) {
        font-size: 2.2rem;
    }

    .label-text span:nth-of-type(4) {
        font-size: 3rem;
    }

    .label-text span:nth-of-type(5) {
        font-size: 2rem;
    }

    .label-text span:nth-of-type(6) {
        font-size: 1.4rem;
        color: #934741;
    }

    .option-radio {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 7px;
        border: 3px solid #fff;
        vertical-align: top;
    }

    .shokudai-detail {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .shokudai-image {
        width: 50.4%;
    }

    .shokudai-text {
        width: 45.9%;
    }

    .detail-size + p {
        margin: -20px 0 25px;
        font-size: 1.8rem;
        color: #5c2802;
    }

    .shokudai-notice {
        width: 92%;
        padding: 10px 14px;
        letter-spacing: -0.1rem;
    }

    .shokudai-notice {
        border: 1px solid #934741;
        box-sizing: border-box;
        color: #934741;
    }

    .option-table {
        margin-bottom: 40px;
        padding: 0 40px;
    }

    .option-table th,
    .option-table td {
        padding: 40px 0;
        vertical-align: top;
    }

    .option-table th {
        font-size: 2.4rem;
        white-space: nowrap;
    }

    .option-table td {
        font-size: 2rem;
    }

    .option-table tr td:last-of-type {
        white-space: nowrap;
    }

    .option-table + p {
        margin-bottom: 100px;
    }

    .option-table .label-text {
        width: calc(100% - 35px);
    }

    .btn-cart {
        width: 270px;
        padding: 14px 0;
    }

    .add-set {
        margin-bottom: 120px;
    }

    .add-set h2 {
        margin: 0 0 20px;
        letter-spacing: 0.18rem;
        font-size: 2.6rem;
    }

    .add-set h2::before,
    .add-set h2::after {
        width: 15px;
        height: 24px;
    }

    .add-set h2::before {
        margin-right: 20px;
    }

    .add-set h2::after {
        margin-left: 20px;
    }

    .description-wrapper {
        width: 73%;
        margin: 0 0 60px;
    }

    .description-wrapper dt {
        margin-bottom: 15px;
    }

    .option-form {
      position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 98.4%;
        margin: 0 auto 100px;
    }

    .option-form ul{
      position: absolute;
      left: 336px;
      top: 83px;
    }
    .option-form ul li a {
      display: block;
    }
    .option-form ul li a img {
      vertical-align: middle;
    }

    .option-form-item {
        display: flex;
        align-items: center;
        width: 73%;
        padding: 20px 0;
        border-bottom: 1px solid #8b7d40;
    }

    .option-form-item dt {
        width: 280px;
    }

    .option-form-item dd {
        width: calc(100% - 280px);
        font-size: 2.8rem;
        color: #8b7d40;
    }

    .option-form-btn {
        width: 25.1%;
    }

    .option-form-btn input[type=submit] {
        padding: 13px 0;
        line-height: 1;
    }
}

@media screen and (max-width: 768px) {
    .option-form ul {
      display: inline-block;
      vertical-align: bottom;
    }
    .option-form ul li a img {
      vertical-align: text-bottom;
    }
    .wrapper .section-header {
        font-size: 1.4rem;
    }

    .product-image-gallery {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .product-image-gallery li {
        width: calc(100% / 3);
    }

    .product-image-gallery-option li {
        width: 50%;
    }

    .product-detail {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .product-list {
        margin-bottom: 20px;
    }

    .product-list li {
        line-height: 1.85;
    }

    .detail-size dt {
        margin-bottom: 10px;
    }

    .detail-size dd {
        margin-bottom: 10px;
    }

    .product-detail-price {
        padding-bottom: 5px;
    }

    .product-detail-price dt span,
    .product-detail-price dd span {
        font-size: 2rem;
    }

    .shokudai-image {
        width: 83.6%;
        margin: 0 auto 20px;
    }

    .detail-size + p {
        margin: 20px 0;
        color: #5c2802;
    }

    .shokudai-notice {
        margin-bottom: 20px;
        color: #934741;
    }

    .option-table {
        margin-bottom: 20px;
        padding: 20px 20px 25px;
    }

    .option-table table,
    .option-table tbody,
    .option-table tr,
    .option-table th,
    .option-table td {
        display: block;
    }

    .option-table tr:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d8cfc3;
    }

    .option-table tr:nth-of-type(1) td span {
        font-size: 2rem;
    }

    .option-table tr:nth-of-type(2) td:nth-of-type(1) {
        margin-bottom: 15px;
    }

    .option-table th {
        width: 100%;
        text-align: center;
    }

    .option-table label {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .option-radio {
        width: 8px;
        height: 8px;
        margin: 1px 0 0 1px;
        border: 2px solid #fff;
    }

    .label-text {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 20px);
    }

    .label-text span:nth-of-type(1) {
        flex-grow: 1;
    }

    .label-text span:nth-of-type(4) {
        font-size: 2rem;
    }

    .label-text span:nth-of-type(6) {
        width: 100%;
        font-size: 1.2rem;
        color: #934741;
    }

    .btn-cart {
        width: 100%;
        margin-bottom: 40px;
        padding: 10px 0;
    }

    .add-set {
        margin-bottom: 50px;
    }

    .add-set h2 {
        margin: 0 0 10px;
        font-size: 1.4rem;
    }

    .add-set h2::before {
        width: 9px;
        height: 14px;
        margin-right: 7px;
    }

    .add-set h2::after {
        width: 9px;
        height: 14px;
        margin-left: 7px;
    }

    .add-set p {
        width: 87.5%;
        margin: 0 auto;
    }

    .product-description {
        margin-bottom: 5px;
    }

    .description-wrapper dt {
        margin-bottom: 25px;
    }

    .option-form dt,
    .option-form dl:nth-of-type(1) dd {
        padding: 25px 0;
    }

    .option-form dl:nth-of-type(1) dt,
    .option-form dd {
        border-bottom: 1px solid #887a3b;
    }

    .option-form dl:nth-of-type(1) dd {
        font-size: 2rem;
        color: #8b7d40;
    }

    .option-form dl:nth-of-type(2) dd {
        padding-bottom: 5px;
    }

    .option-form-btn {
        margin-top: 30px;
    }

    .option-form-btn .btn-cart {
        margin-bottom: 15px;
    }
}
