@charset "utf-8";

/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Fonts
-------------------------------- */
/*Light*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Light.woff') format('woff'), url('../fonts/SourceHanSansJP-Light.woff2') format('woff2');
}


/*Regular*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Regular.woff') format('woff'), url('../fonts/SourceHanSansJP-Regular.woff2') format('woff2');
}


/*Medium*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Medium.woff') format('woff'), url('../fonts/SourceHanSansJP-Medium.woff2') format('woff2');
}


/*Bold*/

@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/SourceHanSansJP-Bold.woff') format('woff'), url('../fonts/SourceHanSansJP-Bold.woff2') format('woff2');
}


/*源暎ラテミン*/

@font-face {
    font-family: 'GenEiLateMinP';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/GenEiLateMinP_v2.woff') format('woff'), url('../fonts/GenEiLateMinP_v2.woff2') format('woff2');
    /* font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.4;
    background-color: #f2f2f2;
    color: #525263;
    -webkit-text-size-adjust: 100%; */
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* --------------------------------
	Common
-------------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    height: 100%;
    -webkit-print-color-adjust: exact;
}

body, button, input, select, textarea {
    font-family: 'hiragino kaku gothic pro', 'SourceHanSansJP', sans-serif;
    font-weight: 400;
}

body {
    font-family: 'hiragino kaku gothic pro', 'SourceHanSansJP', sans-serif;
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
}

.img_left,
.txt_left {
    text-align: left;
}
.img_center,
.txt_center {
    text-align: center;
}
.img_right,
.txt_right {
    text-align: right;
}

.text-nowrap {
    white-space: nowrap;
}

.clearfix {
    clear: both;
}
/*.font-small {
	font-size: 12px;
}
.font-middle {
	font-size: 15px;
}
.font-large {
	font-size: 18px;
}
.font-larger {
	font-size: 22px;
}
.font-xlarge {
	font-size: 27px;
}
.font-xxlarge  {
	font-size: 34px;
}
.fontRed {
	color: #DB3044;
}
.fontRed2 {
	color: #FF0000;
}
.fontRed3 {
	color: #BE1629;
}
.fontGray {
	color: #858585;

*/

.newstyle h1 {
    position: relative;
    font-size: 2.6rem;
    letter-spacing: -0.2rem;
    margin: 0 0 2.8rem 0;
    padding-bottom: 1.5rem;
}

.newstyle h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #1f1f1f;
}

.newstyle h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 2px solid #ae001f;
}

.newstyle h2 {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: -0.15rem;
    margin: 0 0 2.8rem 0;
    padding-bottom: 1.5rem;
}

.newstyle h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #ffffff;
}

.newstyle h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 2px solid #ae001f;
}

.newstyle h3 {
    position: relative;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: -0.15rem;
    margin: 0;
    padding-bottom: 1.5rem;
    color: #be1629;
}

.newstyle h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eadfd8;
}

.newstyle h4 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0;
}

.newstyle h5 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 -0.8rem 0;
    color: #818181;
}

.newstyle p {
    line-height: 1.6;
    margin-bottom: 2rem;
}

.newstyle small {
    font-size: 1.4rem;
    font-style: italic;
    color: #818181;
}

/****** Base Layout Setting ********/

#header {
    background: #fff;
}
#contents {
    background: #fff;
}

/****** Fonts ********/
/*
h2 {
	font-size: 27px;
	padding-bottom: 20px;
	border-bottom: solid 4px rgba(230, 0, 27, 0.16);
}
h3 {
	background: #FFF3F5;
	padding: 20px;
	font-size: 24px;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: solid 2px rgba(230, 0, 27, 0.16);
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #2D93B9;
}
a:hover {
	color: #6DCFF3;
}
a:active {
	color: #29ADCF;
}
a:visited {
	color: #B71CB1;
}
*/
strong {
    /*color: #BE1629;*/
    font-size: 17px;
}
.cricle_pink {
    color: #DB3044;
}

/****** Margin ********/
.marginTop10px {
    margin-top: 10px;
}
.marginTop15px {
    margin-top: 15px;
}
.marginTop20px {
    margin-top: 20px;
}
.marginTop25px {
    margin-top: 25px;
}
.marginTop30px {
    margin-top: 30px;
}
.marginTop35px {
    margin-top: 35px;
}
.marginTop40px {
    margin-top: 40px;
}
.marginTop45px {
    margin-top: 45px;
}
.marginTop50px {
    margin-top: 50px;
}
.marginTop55px {
    margin-top: 55px;
}
.marginTop60px {
    margin-top: 60px;
}
.marginTop65px {
    margin-top: 65px;
}
.marginTop70px {
    margin-top: 70px;
}

/****** Icon ********/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff');
}

[class^='icon-']::before, [class*=' icon-']::before, [class^='icon-']::after, [class*=' icon-']::after {
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    position: relative;
    display: inline-block;
    /*  line-height: 1;*/
    vertical-align: middle;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*  top: -0.1em;*/
    margin-right: 10px;
    margin-top: -.5rem;
}
.icon-arrow-down::before {
    content: '\F001';
}

.icon-arrow-right-bold::before {
    content: '\F002';
}

.icon-arrow-right::before {
    content: '\F003';
}

.icon-car::before {
    content: '\F004';
}

.icon-chevron-left::before {
    content: '\F006';
}

.icon-chevron-right::before {
    content: '\F007';
}

.icon-cross::before {
    content: '\F008';
}

.icon-facebook::before {
    content: '\F009';
}

.icon-fax::before {
    content: '\F00A';
}

.icon-instagram::before {
    content: '\F00B';
}

.icon-login::before {
    content: '\F00C';
}

.icon-contact::before {
    content: '\F00D';
}

.icon-note::before {
    content: '\F00E';
}

.icon-pen::before {
    content: '\F00F';
}

.icon-phone::before {
    content: '\F010';
}

.icon-roses::before {
    content: '\F011';
}

.icon-search::before {
    content: '\F012';
}

.icon-star::before {
    content: '\F013';
}

.icon-user::before {
    content: '\F014';
}

.icon-arrow-right--after::after {
    content: '\F003';
}

.icon-chevron-right--after::after {
    content: '\F007';
}

/**** category *******/
.category_btn {
    display: inline-block;
    padding: 4px 17px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 1.4rem;
}
.back_yellowgreen {
    background: #A9BF4B;
}
.back_green {
    background: #32883A;
}
.back_lime {
    background: #2BAE3D;
}
.back_orange {
    background: #EB8928;
}
.back_brown {
    background: #A5884F;
}
.back_pink {
    background: #FF006F;
}
.back_parple {
    background: #BF4BA8;
}
.back_red {
    background: #D13972;
}
.back_blackred {
    background: #BE1629;
}
.back_new {
    background: #FFAA00;
}
.back_darkyellow {
    background: #B2A600;
}
.back_default {
    background: #AB9C8D;
}

/****** Header Setting ********/


.header_logo_area {
    /* margin-right: 100px; */
}
.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
    text-decoration: none;
    color: #000;
}
.header_logo_area .header_logo a:hover {
    color: #666;
}
a.p-header__cart.icon-cart:hover {
    color: #fff;
    opacity: .8;
}
.header .icon-phone::before {
    padding-left: .5rem;
}
.p-phone {
    display: flex;
    align-items: center;
}

/****** Footer Setting ********/
#footer {
    background: none;
    margin: 0;
    padding: 0;
    border-top: 0;
}
#footer ul {
    text-align: right;
}
#footer .footer_navi ul {
    text-align: center;
}
#footer .navi li {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-right: solid 1px #CFCFCF;
}
#footer .navi li:first-child {
    border-left: solid 1px #CFCFCF;
}
#footer .text-right {
    text-align: right;
}
#footer h3 {
    padding: 0 0 20px 0;
    background: url('../images/footer_border.png') no-repeat center bottom;
    font-size: 2.4rem;
}
.entries_upside {
    background: url('../images/footer_rose_back.png') no-repeat center;
    height: 260px;
}
.footer_shopinfo {
    padding: 30px 20px;
}
.footer_shopinfo .logo ul {
    padding: 5px 100px 0 0;
}

.footer_shopinfo .logo {
    text-align: right;
}
.footer_upside {
    overflow: hidden;
    background: #FCFBF9;
    padding: 30px 0;
    text-align: center;
}
.footer_upside .footer_txt {
    margin: 20px 0 20px 0;
}
.footer_upside strong {
    font-size: 1.6rem;
    display: inline-block;
}
.footer_upside .footer_upside ul li {
    display: list-item;
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.footer_copyright {
    background: #f3f1e2;
    text-align: center;
}
.p-about__content {
    margin-top: 5rem;
    padding: 4rem 0 1.5rem;
    border-top: 1px solid #c9c9c9;
}
.p-footer__content-bottom {
    padding: 2.4rem calc(50% - 537px) 3.6rem;
    border-top: 1px solid #e2e2e2;
}
.p-about__ul {
    text-align: left;
    margin: 0 0 2rem 0;
    padding: 0;
}
#footer ul.p-about__ul li:first-child {
    margin-left: .5rem;
}
.p-about__ul > li > span {
    font-size: 90%;
    color: #f00;
}
.p-about__box-text {
    padding: 2rem 1.2rem;
    border: 1px solid #f00;
    font-size: 86%;
    color: #f00;
}
.p-about__box-text span {
    font-size: 83%;
}
#footer .copyright {
    color: #2a1b1b;
    padding: 10px;
}

#sp_footer_menu_block ul {
    margin: 20px 1em;
}

#sp_footer_menu_block li:first-child {
    border-top: 1px solid #e4d7cf;
}

#sp_footer_menu_block li {
    background: url(../images/arrow_red.png) no-repeat right;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e4d7cf;
}

/****** Side Setting ********/
.p-category__title {
    /*font-family: 'GenEiLateMinP', sans-serif;*/
    font-size: 120%;
    padding: .9rem .8rem;
    text-align: center;
    justify-content: center;
    color: #fff;
    background: #be1629;
}

/* c-accordion-panel
================================================== */
.category-nav ul {
    display: inline-block;
    width: 100%;
}
.category-nav a {
    display: inline;
    height: auto;
    line-height: 1.5rem;
    border-bottom: 0;
}
.category-nav > .p-category__item {
    border-bottom: 1px solid #e4d7cf;
}
.category-nav > li > .p-category__head {
    background: #f9f8f0;
    padding: 2rem 0;
    background: url("../images/arrow_red.png") no-repeat right;
}
.category-nav > li > .p-category__head > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    padding: 0;
}
.category-nav > li > .p-category__head > a:hover {
    background: none;
}
.category-nav > li > .p-category__head > a > .c-accordion__icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    border-radius: 50%;
    background: #690000;
}

.category-nav > li > .p-category__head > a > .c-accordion__icon span {
    position: absolute;
    left: 4px;
    width: 50%;
    height: 2px;
    background-color: #f9f8f0;
}

.category-nav > li > .p-category__head > a > .c-accordion__icon span:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.category-nav > li > .p-category__head > a > .c-accordion__icon span:nth-of-type(2) {
    top: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.category-nav > li > .p-category__head > a > .c-accordion__icon, .category-nav > li > .p-category__head > a > .c-accordion__icon span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .3s;
}

.category-nav > li > .p-category__head > a > .c-accordion__icon.is-active span:nth-of-type(1) {
    display: none;
}

.category-nav > li > .p-category__head > a > .c-accordion__icon.is-active span:nth-of-type(2) {
    top: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.js-accordion__contents {
    display: none;
}

.p-category__item {
    cursor: pointer;
}

/* c-list-menu
================================================== */

.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head {
    margin: 0 0 2rem 0;
    padding-left: .5rem;
    list-style: none;
}

@media print, screen and (min-width: 1025px) {
    .c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head {
        margin: 0;
    }
}

.c-list-menu > .p-category__item > .p-category__head {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 1.5rem 0;
    white-space: nowrap;
    border-top: 1px solid #e4d7cf;
    background: url("../images/arrow_red.png") no-repeat right;
    width: 100%;
    height: 100%;
}

.c-list-menu > .p-category__item > .p-category__head a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-list-menu > .p-category__item > .p-category__head a:hover {
    background: none;
}

.category-nav > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head::before {

}

@media print, screen and (min-width: 1025px) {
    .c-list-menu > .p-category__item > .p-category__head::-webkit-scrollbar {
        display: none;
    }
}

.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a {
    display: flex;
    align-items: center;
    border: 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    /*margin-top: -3.5rem;*/

    /*test */
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
}
.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a::-webkit-scrollbar {
    display: none;
}
.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a:hover {
    background: #f9f8f0;
    background: url("../images/arrow_red.png") no-repeat right;
}
/*@media print, screen and (min-width: 1025px) {*/
/*    .c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item a {*/
/*        font-size: 140%;*/
/*        padding: .8rem 2rem;*/
/*    }*/
/*}*/

.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head > a::before {
    /*width: .8rem;*/
    /*height: .1rem;*/
    /*margin-right: .4rem;*/
    /*content: '';*/
    /*background: #636363;*/
}
/*
.c-list-menu > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item:hover {
  background: #f9f8f0;
} */


/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
    width: 100%;
    position: absolute;
    right: 0; top: 0;
    z-index: 11;
}
#cart_area p {
    margin: 0;
}
#cart_area p.cart-trigger {
    position: absolute;
    right: 65px;
}

#cart .inner {
    background: #f3f3f3;
}


/* search area */

#search {
    background: #f9f8f0;
    padding: 16px 8px;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
    opacity: 0.8;
}
.front_page #contents .row > div {
    padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
    padding-bottom: 0;
}

/* Comment Area */
.front_page .comment_area p {
    margin: 10px 0 15px;
}
.p-banner-block__type--03 {
    margin-top: 70px;
    padding: .5rem 0;
    border-top: 1px solid #cbcbcb;
}
.p-external-list {
    margin-top: 30px;
    border-top: 1px solid #cbcbcb;
    padding: 6.8rem 0 6.1rem;
}
.p-external-list img {
    margin-bottom: 2.5rem;
}

/* bread */
#topicpath {
    padding-top: 0;
}
#topicpath li:after {
    color: #8d7c7c;
    content: "\00A0\00A0>\00A0\00A0";
}
#topicpath ol {
    border: 0;
    margin-bottom: 3rem;
    padding: .8rem 2rem;
    background: #f9f8f0;
}

/* ccommon */
.irose_container h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 1rem;
    color: #404040;
    border-bottom: 4px solid #fad5d9;
}
.irose_container h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1.3rem;
    color: #404040;
    border-bottom: 2px solid #c7c7c7;
}
.irose_container p {
    margin-bottom: 3rem;
}
.p-banner-block {
    margin-top: 70px;
}

/* Item List */

.front_page .item_comment  {
    color: #444;
}
.front_page .item a {
    padding-bottom: 0;
}
.front_page .item a:hover {
    opacity: 0.8;
}
.front_page .item a:hover img {
    opacity: 1;
}
.front_page #contents_top .item_comment {
    color: #525263;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
.front_page .item_name ,
#item_list .item_name ,
#checkedItems .item_comment {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
    color: #9a947e;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.pickup_item {
    margin: 2px;
    border: 2px solid pink;
    padding: 10px;
    box-shadow: 0 0 8px gray;
}
#rose .pickup_item {
    margin: 0 0 30px 0;
    border: none;
    padding: 0;
    box-shadow: none;
}
.front_page .more_link.text-warning {
    font-weight: bold;
    color: #9A947E;
}
.front_page #contents .row.p-banner-block__type--02 {
    margin: 4rem 0 7.8rem;
    padding: 5.6rem 0 6.5rem;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
#item_list .item_price ,
#checkedItems .item_price {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: .8rem;
    color: #333;
}
#checkedItems .item_price {
    font-size: 90%;
}
#item_list .item_price span ,
#checkedItems .item_price span {
    font-size: 1.2rem;
    font-weight: 500;
}

/* news_area */
.news_contents {
    padding: 0;
    border: 1px solid #000;
    margin-top: 25px;
    margin-bottom: 60px;
}

#information.news_contents {
    margin-bottom: 0;
}

.border-line .news_contents {
    border: none;
}
#news_area {

}
#news_area .heading01 {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
}

#news_area .heading01 p {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: url("../images/arrow_circle_black.png") no-repeat right;
}

#news_area .heading01 p > a {
    font-size: 1.4rem;
    font-weight: normal;
    width: 100%;
    height: 100%;
    padding-right: 26px;
}

.news_title .new {
    display: inline-block;
    background: #be1629;
    padding: 3px 8px;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}

/* txt_bnr */

.txt_bnr_area {
    padding: 0 0 16px;
}

.txt_bnr {
    background: #f8f8f8;
    border: 1px solid #D9D9D9;
    font-weight: bold;
    padding: 16px;
    margin: 12px 0 0;
    text-align: center;
}
.txt_bnr strong {
    color: #DE5D50;
    font-size: 20px;
    font-size: 2rem;
}
.txt_bnr strong strong {
    font-size: 32px;
    font-size: 3.2rem;
}

.item_gallery {
    clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
    margin-top: -1px;
    background: #fff;
}
.item_copy {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    color: #858585;
}
.relative_cat {
    background: #f9f8f0;
    padding: 23px;
}
.schedule li ,
.schedule-option {
    padding-left: 20px;
    position: relative;
}
.schedule li::before {
    position: absolute;
    display: inline-block;
    content: "ー";
    top: 0;
    left: 0;
}
.schedule-option::before {
    position: absolute;
    display: inline-block;
    content: "…";
    top: 0;
    left: 0;
}
.pricetable {
    width: 100%;
}
.pricetable > tbody > tr > th:nth-of-type(1) {
    width: 50%;
}
.pricetable > tbody > tr > th:nth-of-type(2) {
    width: 20%;
}
.pricetable > tbody > tr > th:nth-of-type(3) {
    width: 30%;
}
#product-details-season {
}
#product-details-season h2 {
    font-size: 27px;
    padding-bottom: 20px;
    border-bottom: solid 4px rgba(230, 0, 27, 0.16);
}
#product-details-season .table {
    margin: 2.6rem 0;
}
#product-details-season .table thead th {
    background: #FFF1F2;
    color: #690101;
}
#product-details-season .table > thead > tr > th,
#product-details-season .table > tbody > tr > th,
#product-details-season .table > tbody > tr > td {
    vertical-align: middle;
}
#product-details-season .table > tbody > tr > th {
    text-align: left;
    font-size: 1.4rem;
}
#product-details-season .table > tbody > tr > td {
    font-size: 1.4rem;
}
#product-details-season .table-bordered tbody th {
    background: #F9F8F0;
    color: #690101;
}
.text-center {
    text-align: center;
}
.c-text__important {
    padding: .4rem 1rem;
    color: #fff;
    border-radius: 4px;
    background: #be1629;
    font-size: 60%;
    font-weight: normal;
    margin-right: .3rem;
}
.p-product__text:not(:last-child) {
    margin-bottom: 1rem;
}
.c-text__highlight {
    color: #db3044;
}
.p-product__name {
    font-weight: 700;
    color: #333;
    font-size: 160%;
    padding-bottom: 15px;
}
.c-table-price {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.c-table-price .c-table-price__th {
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    padding: 1rem 0;
    color: #333;
    background: #fff1f2;
}
.c-table-price .c-table-price__tr:nth-child(even) {
    background: #f9f8f0;
}
.c-table-price__tr:last-child {
    border-bottom: 1px solid #ddd;
}
.c-table-price__name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: .5rem;
    color: #333;
}
.c-table-price__num {
    font-family: Arial;
    font-size: 3.2rem;
    font-weight: normal;
    color: #be1629;
}
.c-table-price__tax {
    font-size: 1.8rem;
    color: #be1629;
}
.c-table-price__code {
    font-size: 1rem;
    display: block;
    margin-top: .5rem;
    color: #858585;
}
.c-table-price__input {
    font-size: 1.6rem;
    box-sizing: border-box;
    width: 3em;
    padding: .8rem;
    border: 1px solid #bebebe;
    border-radius: 4px;
    background: #fff;
}
.c-table-price__btn {
    /*font-family: 'GenEiLateMinP', sans-serif;*/
    font-size: 180%;
    font-weight: 500;
    line-height: 1;
    width: 246px;
    padding: 1.3rem 0;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #be1629;
}
.c-btn__cart {
    /*font-family: 'GenEiLateMinP', sans-serif;*/
    font-size: 2.4rem;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 1.8rem 0;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #be1629;
    letter-spacing: 0.15em;
}
.c-btn__add, .c-btn__inquiry {
    /*font-family: 'GenEiLateMinP', sans-serif;*/
    font-size: 90%;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    height: 50px;
    padding: 0 1rem;
    cursor: pointer;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: 8px;
}
.c-btn__add {
    background: #74be4a;
}
.c-btn__inquiry {
    background: #ffa32a;
}
.c-btn__inquiry span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-btn__add span::before ,
.c-btn__inquiry span::before {
    font-size: 175%;
}
.c-btn__tertiary {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background: url('../images/arrow_black.png') no-repeat right 15px center white;
    height: 60px;
}
.c-btn__tertiary:hover {
    opacity: .8;
}

.c-btn__tertiary a {
    display: block;
    width: 100%;
    height: 100%;
}

.c-btn__tertiary::after {
    font-size: 80%;
    top: 45%;
    right: .3rem;
    color: #db3044;
}

.c-btn__tertiary .postage a {
    padding-left: 70px;
    padding-top: 19px;
}

.c-btn__tertiary .schedule a {
    padding-left: 47px;
    padding-top: 19px;
}


.c-btn__tertiary .postage {
    background: url('../images/icon_postage.png') no-repeat left 15px center;
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
}
.c-btn__tertiary a.postage:hover:before {
    opacity: .8;
}

.c-btn__tertiary .schedule {
    background: url('../images/icon_schedule.png') no-repeat left 15px center;
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
}
.c-btn__tertiary a.schedule:hover:before {
    opacity: .8;
}

.product_include_message {
    padding-bottom: 30px;
}

.p-product__check-delete {
    float: right;
    font-size: 45%;
    line-height: 1.4;
    padding: .4rem .6rem;
    color: #333;
    border: 1px solid #95989a;
    border-radius: 3px;
    background: #fff;
}
.p-product__check-delete span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.p-product__check-delete span::after {
    margin-left: .5rem;
}
#manager_message {
    padding-bottom: 15px;
}
#manager_message h4 {
    font-size: 140%;
    font-weight: 700;
    padding-bottom: 1.5rem;
    color: #404040;
    background: url('../images/sp_icon_onepoint.png') no-repeat;
    color: transparent;
    height: 40px;
}
.pm_text {
    line-height: 1.5;
}
#checkedItems {
    margin-top: 8rem;
    padding: 0 0 .5rem;
    border-top: 1px solid #c7c7c7;
}
#checkedItems h2 {
    padding: 4rem 0 3rem;
    font-size: 27px;
    padding-bottom: 20px;
    color: #be1629;
}
#checkedItems .p-product__check-delete span::after{
    margin-top: .1rem;
}
@media print, screen and (min-width: 768px)
{
    .c-table-price__btn
    {
        font-size: 90%;
        width: 142px;
        padding: 1.6rem 0;
    }
}
#detail_free_box__freearea {
    padding-bottom: 15px;
}
.rose_info {
    font-size: 1.4rem;
    line-height: 1.6;
}
.rose_info i {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-family: arial;
}
#item_detail2 {
    margin-top: 70px;
}
/* category */
#result_info_box {
    margin-top: 20px;
    border-top: 1px solid #E2E2E2;
}
.details_more {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.category_info_content {
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 1.6;
}

.category_info_content .red  {
    color: #be1629;
}


/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* pagenation */
/*.pagination ul li.active a {*/
/*    background: #690000;*/
/*    padding: 14px 20px;*/
/*    color: #FFF;*/
/*}*/
/*.pagenation__item-previous img ,*/
/*.pagenation__item-first img {*/
/*    margin-right: 15px;*/
/*}*/
/*.pagenation__item-next img ,*/
/*.pagenation__item-last img {*/
/*    margin-left: 15px;*/
/*}*/

/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrow */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 46%;

    display: block;

    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.main_visual {
    max-width: 1074px;
    margin: 0 auto;
}

.main_visual .slick-dots {
    text-align: center;
    margin: 6px;
}
.main_visual .slick-dots li:not(:last-child) {
    margin-right: 8px;
}
.main_visual .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
.main_visual .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 70px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.main_visual .slick-dots li button:hover,
.main_visual .slick-dots li button:focus {
    outline: none;
}
.main_visual .slick-dots li button:hover:before,
.main_visual .slick-dots li button:focus:before {
    opacity: 1;
}
.main_visual .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 6px;
    content: '';
    background: #e9dfd9;
    -webkit-font-smoothing: antialiased;
}
.main_visual .slick-dots li.slick-active button:before {
    background-color: #935153;
}

.main_visual .slick-slide:not(.slick-active)::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.4);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.main_visual .slick-dots li button.thumbnail img {
    width: 0; height: 0;
}

.main_visual .slick-slide {
    position: relative;
}

.main_visual .slick-list {
    overflow: visible;
}

#detail_image_box__slides {
    max-width: 430px;
    margin: 0 auto;
}

#item_photo_area .slick-slide .slick-list {
    text-align: center;
    overflow: visible;
}
#item_photo_area .slick-slide img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
}

/* --------------------------------
    Detail Page
-------------------------------- */

#item_photo_area .slick-dots {
    margin: 10px 0;
    position: relative;
    bottom: 0;
}
#item_photo_area .slick-dots::after {
    content: "";
    display: table;
    clear: both;
}

#item_photo_area .slick-dots li {
    width: 25%; height: auto;
    padding: 2px;
    margin: 0;
    float: left;
}

.slick-dots li button.thumbnail {
    width: 100%; height: auto;
    padding: 0;
    border: none;
}
.slick-dots li button.thumbnail img {
    width: 100%; height: auto;
    opacity: 0.8;
}
.slick-dots li button.thumbnail:hover img,
.slick-dots li.slick-active button.thumbnail img {
    opacity: 1;
}
.slick-dots li button.thumbnail::before {
    display: none;
}

/* サイドメニュー */
#sidemenu {
    padding: 0;
    margin: 0;
}

.sidemenu_container {
}
.sidemenu_container > div > div {
    background-color: #f9f8f0;
    text-align: center;
    font-size: 1.4rem;
}
.sidemenu_container.row {
    padding: 0 !important;
    margin-bottom: 20px;
}
.sidemenu_container > div > div > a,
.sidemenu_link_button a {
    display: block;
    color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sidemenu_container a:hover,
.sidemenu_link_button a:hover {
    color: black;
    filter: opacity(80%);
}


.sidemenu_container .faq,
.sidemenu_container .testimonials,
.sidemenu_container .instagram_mini,
.sidemenu_container .youtube_mini,
.sidemenu_container .facebook,
.sidemenu_container .blog {
    height: 110px;
}

.sidemenu_container .faq {
    background: url("../images/icon_faq.png") no-repeat center #f9f8f0;
    background-position-y: 24px;
}

.sidemenu_container .testimonials {
    background: url("../images/icon_voice.png") no-repeat center #f9f8f0;
    background-position-y: 24px;
}

.sidemenu_container .instagram_mini {
    background: url("../images/sp_icon_insta2.png") no-repeat center #f9f8f0;
    background-position-y: 14px;
}

.sidemenu_container .youtube_mini {
    background: url("../images/sp_icon_youtube.png") no-repeat center #f9f8f0;
    background-position-y: 20px;
}

.sidemenu_container .facebook {
    background: url("../images/icon_facebook.png") no-repeat center #f9f8f0;
    background-position-y: 14px;
}

.sidemenu_container .blog {
    background: url("../images/icon_blog.png") no-repeat center #f9f8f0;
    background-position-y: 14px;
}

.sidemenu_container .instagram {
    background: url("../images/icon_insta2.png") no-repeat center #f9f8f0;
    background-position-y: 20px;
    padding-bottom: 15px;
}

.sidemenu_container .youtube {
    background: url("../images/icon_youtube2.png") no-repeat center #f9f8f0;
    background-position-y: 20px;
    padding-bottom: 15px;
}

.sidemenu_container .shop {
    padding-top: 10px;
    padding-bottom: 15px;
}

.sidemenu_container .faq a,
.sidemenu_container .testimonials a {
    padding-top: 72px;
}

.sidemenu_container .instagram_mini a,
.sidemenu_container .youtube_mini a {
    padding-top: 60px;
}

.sidemenu_container .facebook a,
.sidemenu_container .blog a {
    padding-top: 60px;
}

.sidemenu_container .instagram h3 {
    font-size: 1.8rem;
    padding-top: 72px;
}
.sidemenu_container .youtube h3 {
    font-size: 1.8rem;
    padding-top: 58px;
}

.sidemenu_container .images {
    padding: 0 15px;
    margin-bottom: 20px;
}

.sidemenu_container .images p {
    text-align: left;
    margin-bottom: -10px;
}

.sidemenu_link_button {
    font-size: 1.4rem;
    font-weight: normal;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    margin: 0 auto 15px;
    border: 1px solid black;
    background: url("../images/arrow_black.png") no-repeat center white;
    background-position-x: 185px;
    letter-spacing: 0.1rem;
}
.sidemenu_link_button a {
    padding-top: 5px;
}

#side_subnavi01 .sidemenu_container > div {
    padding-bottom: 8px;
}

#side_subnavi01 .sidemenu_container > div img {
    margin: 0 auto;
}

/* how to grow roses */
.table_of_contents {
    counter-reset: counter;
    margin: 30px 0 60px 0;
    padding: 30px 45px 14px 45px;
    background: #f9f8f0;
    color: #2a1b1b;
}

.table_of_contents a {
    color: #8d7c7c;
}

.table_of_contents a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.table_of_contents_title {
    color: #690000;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.table_of_contents ol > li {
    text-indent: -1.8em;
    padding-left: 1.8em;
    font-size: 1.6rem;
}

.table_of_contents ol > li {
    counter-increment: counter;
}
.table_of_contents ol > li:before {
    content: counter(counter, decimal-leading-zero) '. ';
    color: #8d7c7c;
}

.table_of_contents ol > li > ul {
    text-indent: 0;
    padding-left: 0;
}

.table_of_contents ul li, ol li {
    padding: 0.2em 0;
}

.table_of_contents ul li:before {
    background: #8d7c7c !important;
}

#method .introduction {
    padding: 5px;
    color: #be1629;
    text-align: center;
    border: 1px solid #d0bcaf;
}

#method .example {
    border: 1px solid #d0bcaf;
}

#method .example div {
    position: relative;
    font-weight: bold;
    padding: 5px 0px 5px 55px;
    background: #690000;
    color: #2d2d2d;
    margin-left: -33px;
    line-height: 1.3;
    z-index:-2;
    color: #fff;
    width: 10em;
}

#method .example div:after {
    position: absolute;
    content: '';
    right: -3px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 50px white;
    z-index: -1;
}

#method .drug_description li {
    margin-bottom: 1em;
}

#method .drug_description li:last-of-type {
    margin-bottom: 0;
}

#method .example ul {
    margin: 1em 50px;
}

#method ul li {
    list-style-type: none;
    position: relative;
    padding-left: 0.8em;
}

#method ul li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #690000;
}

#method .pagination ul li:before {
    width: 0;
    height: 0;
}

#method ul.flow li {
    font-size: 1.5rem;
    margin-bottom: 2em;
}

#method ul.flow li:before {
    background: transparent;
    border-radius: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #690000;
    top: 120%;
    left: 50%;
}

.approach dl dt {
    position: relative;
    padding-left: 0.8em;
}

.approach dl dt:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #690000;
}

.approach, .bugs {
    padding: 2em 0;
    border-bottom: 1px solid #d0bcaf;
}

.bugs:first-of-type {
    margin-top: 2em;
    border-top: 1px solid #d0bcaf;
}

.approach:last-child, .bugs:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.approach figure,
.bugs figure {
    float: right;
    margin: 0 0 10px 20px;
}

.approach dl {
    display:table;
    border-collapse: separate;
    border-spacing: 0 0.5em;
}

.approach dt, .approach dd {
    display:table-cell;
    font-size: 1.56rem;
    padding-right: 0.5em;
}

/*.approach > div {*/
/*    float: left;*/
/*    max-width: 630px;*/
/*    width: 100%;*/
/*}*/

.approach dl dt {
    width: 5em;
    display: flex;
    align-items: center;
}

.approach dl dt:after {
    border-top: 2px dotted #000;
    content: "";
    flex-grow: 1;
}
.approach dl dt:after {
    margin-left: 1rem;
}

#method ul.flow li:last-child {
    margin-bottom: 0;
}

#method ul.flow li:last-child:before {
    border: none;
}

#method .pickup_item {
    margin: 2px;
    border: none;
    padding: 10px;
    box-shadow: none;
}

#method .pickup_item:hover {
    opacity: 0.8;
}

#method .pot-box .pickup_item:hover .p-series__type {
    text-decoration: underline;
}

#method .pickup_item a:hover {
    opacity: 0.8;
}

#method .soil_items .p-series__type {
    color: #be1629;
}

#method .soil_items .p-series__detail {
    font-size: 1.6rem;
}

#method .pot-box .item_photo {
    border: 1px solid #d0bcaf;
}

#method .item_price {
    margin-bottom: 0;
}

.pot-box {
    background: #fff;
    padding-top: 16px;
}

.drug-box {
    background: #fff;
    padding: 16px;
    margin-bottom: 2em;
}

.method_page1 {
    counter-reset: title_counter 1;
}

.method_page2 {
    counter-reset: title_counter 6;
}

.method_page3 {
    counter-reset: title_counter 10;
}

.method_page2 table {
    margin-bottom: 60px;
}
.method_page2 thead > tr > th {
    padding: 5px 15px !important;
}
.method_page2 tbody th {
    vertical-align: middle !important;
}

.method_page2 tbody td {
    text-align: left;
    line-height: 5;
}

.method_page2 td.highlight {
    font-weight: bold;
    text-align: center;
    background: #a62c2c;
    color: #fff;
}

.method_page2 .method06_strong {
    font-size: 3.0rem !important;
    color: #be1629;
}

.method_page2 .method07_strong {
    font-size: 3.3rem !important;
    font-weight: bold;
    color: #be1629;
}

.method_page2 .method07_strong span {
    font-size: 2.4rem !important;
    font-weight: bold;
    color: #be1629;
}


.method_page2 .method09_strong {
    font-size: 3.7rem !important;
    font-weight: bold;
    color: #be1629;
}

.staffs {
    margin-top: 100px;
}

.staffs figure {
    margin: 50px 0;
    text-align: center;
}

.youtube_frame {
    text-align: center;
    margin: 50px 0 120px 0;
}

.youtube_frame iframe {
    width: 560px;
    height: 315px;
}

.howto_title {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.howto_title span {
    font-size: 2rem;
}

.howto_title:after {
    counter-increment: title_counter;
}

.howto_title:before {
    content: counter(title_counter, decimal-leading-zero);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background: #690000;
    color: #fff;
    font-family: 'GenEiLateMinP';
    font-size: 4.6rem;
    margin-right: 20px;
}

#method p {
    line-height: 1.6;
}

#method h3 {
    position: relative;
    font-size: 2.6rem;
    margin: 0 0 2.8rem 0;
    padding-bottom: 1.5rem;
}

#method h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #ffffff;
}

#method h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 2px solid #ae001f;
}

#method h4 {
    position: relative;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0;
    color: #be1629;
}

#method h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#method ul.outer {
    background: #f9f8f0;
    padding: 20px;
    line-height: 1.8;
}

#method .row.outer {
    background: #f9f8f0;
    padding: 50px;
    line-height: 1.8;
    margin-bottom: 70px;
}

#method .row.outer ol {
    counter-reset: item;
    list-style-type: none;
}

#method .row.outer ol ol{
    padding-left: 1em;
}

#method .row.outer ol li {
    text-indent: -1.3em;
    overflow: visible;
    border-bottom: dashed 1px #d0bcaf;;
    padding: 1em 0 1em 1.3em;
}

#method .row.outer ol li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#method .row.outer ol li.img {
    position: relative;
    min-height: 190px;
    padding-right: 300px;
}

#method .row.outer ol li:before {
    counter-increment: item;
    content: counter(item);
    padding-right: .5em;
    font-weight: bold;
    color: #be1629;
}

#method .row.outer ol li img {
    position: absolute;
    top: 1em;
    right: 0;
}

#method .row.outer .point {
    font-size: 2.035rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#method .row.outer .point span {
    font-size: 1.8rem;
    font-weight: normal;
    color: #be1629;
}

#method .row.outer .point.multiline {
    position:relative;
    line-height: 1.4em;
    padding-left: 5em;
}

#method .row.outer .point.multiline:before {
    position:absolute;
    top: 15px;
    left:0;
}

#method .row.outer .point:before {
    content: "";
    display: inline-block;
    width: 96px;
    height: 62px;
    margin: -15px 15px -15px -15px;
    background: url("../images/icon_point.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#method .pagination {
    margin-top: 0;
    margin-bottom: 100px;
}

.terminology {
    margin-bottom: 30px;
}

dl.faq dt {
    font-size: 2rem;
    color: #be1629;
    font-weight: bold;
    padding-bottom: 2rem;
}

dl.faq dd {

}

dl.faq dt:before,
dl.faq dd:before{
    font-size: 2rem;
    margin-right: .5em;
}

dl.faq dt:before{
    content:"Q";
    font-weight: bold;
    background: #be1629;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 1.6;
    text-align: center;
    display: inline-block;
    border-radius: 4rem;
    margin-right: 2rem;
}

dl.faq dd:before{
    content:"A";
    font-weight: bold;
    color: #fff;
    background: #c4b8b8;
    width: 35px;
    height: 35px;
    line-height: 1.6;
    text-align: center;
    display: inline-block;
    border-radius: 4rem;
    margin-right: 2rem;
    position:absolute;
    left:0;
    top:0;
}

dl.faq dd {
    position:relative;
    padding-left: 54px;
    margin-bottom: 5rem;
}

dl.faq dd:last-child {
    margin-bottom: 0;
}

.title-border-right {
    display: flex;
    align-items: center;
}
.title-border-right:after {
    border-top: 1px solid #e4d7cf;
    content: "";
    flex-grow: 1;
}
.title-border-right:after {
    margin-left: 1rem;
}

#method .red {
    color: #be1629;
}

#method a.red:hover {
    text-decoration: underline;
    opacity: 0.8;
}

#method .point {
    background: #f9f8f0;
}

.soil-box {
    position: relative;
}

.replanting_plan {
    margin-top: 1em;
    padding: 35px 0 0 0;
    border: 1px solid #e4d7cf;
}

.replanting_plan .soil-box {
    max-width: 220px;
    margin: 0 auto;
}

.baloon1, .baloon2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -120px;
    left: 17px;
}

.baloon2 {
    top: -85px;
    left: -50px;
}

.replanting h3 {
    font-size: 2.85rem !important;
    font-weight: bold !important;
}

.replanting ul {
    padding: 20px 0 0 20px;
}

.replanting li {
    margin-bottom: 1rem;
}

.schedule_outer {
    padding: 40px 30px;
    border: 1px solid #e4d7cf;
    text-align: center;
}

.schedule_outer .btn-schedule_dl {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    padding: 0.8em;
    margin: 40px 0 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    color: #fff;
    max-width: 350px;
    width: 100%;
    height: 40px;
    background: #690000;
}
.schedule_outer .btn-schedule_dl:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 24px;
    margin: -3px 5px 0 0;
    background: url("../images/icon_pdf.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.schedule_outer .btn-schedule_dl:hover {
    opacity: 0.8;
}

.planting_time > div:first-child {
    position: relative;
    font-size: 2rem;
    margin: 0;
    padding-bottom: 5px;
}

.planting_time > div:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #f9f8f0;
}

.planting_time > div:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    border-bottom: 2px solid #ae001f;
}

.planting_time td {
    text-align: left !important;
}

#guest_box1 {
    padding-right: 0!important;
}

#guest_box2 {
    padding-left: 0!important;
}

/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {

    /* --------- common ---------- */
    body {
        font-size: 1.4rem;
    }
    inner,
    .content,
    #main {
        padding: 0 10px 10px 10px !important;
    }

    #information {
        margin: 10px;
        padding: 5px;
    }

    #wrapper {
        overflow: hidden;
        padding: 0;
    }
    .p-external-list {
        padding: 6.8rem 0 0;
    }
    .p-external-list img {
        width: 100%;
        margin-bottom: 2.5rem;
    }
    /****** Header Setting ********/
    #header {
        margin-bottom: 0;
    }
    #header .nav-trigger {
    }
    #wrapper.drawer-open {
        padding: 0;
    }
    #header #btn_menu {
    }
    .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop ,
    .overlay.is-visible {
        /*-webkit-transform: translateX(-82%);*/
        /*-moz-transform: translateX(-82%);*/
        /*-ms-transform: translateX(-82%);*/
        /*-o-transform: translateX(-82%);*/
        /*transform: translateX(-82%);*/
    }
    p.cart-trigger a {
        /*font-family: 'GenEiLateMinP', sans-serif;*/
        font-size: 100%;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #404040;
    }
    .header_logo_area {

    }
    .header_logo img {
        max-width: 215px;
        image-rendering: -webkit-optimize-contrast;
        margin: 1.2rem;
    }
    .drawer .header_logo {
        margin: 0;
    }
    .drawer.sp {
        display: flex !important;
        flex-flow: column;
        background: #fff;
        z-index: 120;
        width: 100%;
        height: 100%;
        color: #222;
    }
    .drawer.sp .header_logo {
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        order: 1;
    }

    .drawer.sp .header_notice {
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        order: 2;
    }

    #search {
    }

    .drawer #search {
        padding-top: 0;
    }

    .member_link {

    }

    .drawer.sp .c-info-box-tel strong {
        margin-left: 30px;
        padding-top: 0;
        background: url('../images/icon_header_tel.png') no-repeat left 17px center;
    }

    .drawer.sp .c-info-box-form strong {
        padding-top: 0;
        padding-left: 30px;
        background: url('../images/icon_mail_red.png') no-repeat left 37px center;
    }

    .drawer.sp .header_notice {
        font-size: 1.6rem;
    }

    .drawer.sp .header_notice .price {
        font-size: 2.2rem;
    }
    .drawer.sp .header_notice .unit {
        font-size: 1.8rem;
    }
    .drawer.sp .header_notice .tax {
        font-size: 1.6rem;
    }
    .drawer.sp .header_notice .suffix {
        font-size: 2.2rem;
    }

        /*.p-phone {*/
    /*    padding: 1.4rem 1rem 1.2rem;*/
    /*}*/
    /*.p-phone__title ,.p-phone__title {*/
    /*    margin: 0;*/
    /*}*/
    /*.drawer.sp #search {*/
    /*    padding: 1.8rem 1rem 2.5rem;*/
    /*    background: #f6f6f6;*/
    /*}*/
    /*.search .input_search {*/
    /*    color: #6f7579;*/
    /*    border-bottom: 1px solid #c7c7c7;*/
    /*}*/
    /*.drawer.sp .member_link {*/
    /*    order: 3;*/
    /*}*/
    /*.drawer.sp .member_link a {*/
    /*    color: #333;*/
    /*}*/
    /*.drawer.sp .member_link [class^='icon-']::before {*/
    /*    font-size: 150%;*/
    /*}*/
    /*.drawer.sp .member_link > li:last-child {*/
    /*    display: none;*/
    /*}*/
    /*.drawer.sp .p-category__title {*/
    /*    order: 4;*/
    /*    text-align: left;*/
    /*}*/
    /*.drawer.sp .category-nav {*/
    /*    order: 5;*/
    /*}*/
    /*.drawer.sp .category-nav > li > .p-category__head {*/
    /*    padding: 2rem 1rem 2rem 0;*/
    /*}*/
    /*.drawer.sp .category-nav > .p-category__item > .p-category__contents > .c-list-menu > .p-category__item > .p-category__head::before {*/
    /*    margin-right: 0;*/
    /*    margin-left: 1rem;*/
    /*}*/
    /*.drawer.sp .postage_container {*/
    /*    order: 6;*/
    /*    border-top: solid 1px #cbcbcb;*/
    /*    padding: 3.2rem 1rem;*/
    /*}*/
    /*.drawer.sp .catalog_container {*/
    /*    order: 7;*/
    /*}*/
    /*.drawer.sp .sns_container {*/
    /*    order: 8;*/
    /*    border-top: solid 1px #cbcbcb;*/
    /*    padding: 3.2rem 1rem;*/
    /*}*/
    /*.drawer.sp .sns_container img {*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*    margin-bottom: 2.5rem;*/
    /*}*/
    /*.drawer.sp .inq_container {*/
    /*    order: 9;*/
    /*}*/
    #header p.cart-trigger a:link, #header p.cart-trigger a:visited, #header p.cart-trigger a:hover, #header p.cart-trigger a:active {
        width: 60px;
        color: #be1629;
    }
    #header p.cart-trigger .cb {
        display: block;
        margin: 0 auto;
    }
    #header p.cart-trigger span {
        /*font-family: 'GenEiLateMinP', sans-serif;*/
        font-size: 70%;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #404040;
    }
    /****** Footer Setting ********/
    .entries_upside {
        padding: 0;
    }
    .footer_upside {
        padding: 10px;
    }
    .footer_upside > div:first-child {
        line-height: 1.75;
        font-size: 88%;
    }
    .footer_shopinfo .logo {
        text-align: center;
        padding: 10px;
    }
    .footer_shopinfo ul {
        padding-right: 0;
    }
    .footer_shopinfo .map {
        text-align: center;
        padding: 10px;
    }
    .p-footer__content-bottom {
        padding-right: 0;
        padding-left: 0;
    }
    .drawer_block > div > div:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    #footer h3 {
        font-size: 2.2rem;
    }
    .p-footer__content-bottom {
        border-top: 0;
    }
    .inq_container > div {
        margin-bottom: 1.5rem;
    }
    #footer ul {
        margin-bottom: 1rem;
        text-align: center;
        padding-top: 15px;
    }
    #footer .navi li {
        width: 100%;
        border: 0;
        text-align: center;
        margin-bottom: 1.4rem;
    }
    #footer .navi li:first-child {
        border-left: 0;
    }
    #footer .footer_shopinfo {
        font-size: 1.6rem;

    }
    #footer .map {
        margin: 20px;
    }
    #footer .copyright {
        font-size: 1.6rem;
        width: 100%;
        text-align: center;
    }
    .footer_shopinfo .logo ul {
        padding: 0;
    }
    /****** Effect Setting ********/
    .p-banner-block {

    }
    .p-banner-block > div:not(:last-child) {
        margin-bottom: 1.7rem;
    }

    /****** top *****************/
    .main_visual .sp {
        width: 100%;
    }
    .slick-slider {
        margin-bottom: 0;
    }
    .thumbnail , .thumbnail img {
        width: 100%;
        -webkit-appearance: none; /* iphone */
        background: #fff;
        border: 0;
        margin-bottom: .5rem;
    }
    #main_middle {
        margin-bottom: 0;
    }
    #main_middle img {
        width: 100%;
    }
    #contents_top h2 {
        font-size: 140%;
        padding-bottom: 1.2rem;
    }
    .pickup_item {
        margin-top: 0;
    }
    .p-series__type {
        margin-top: .5rem;
        margin-bottom: .5rem;
        line-height: 2;
    }
    .front_page .item_name, #item_list .item_name, #checkedItems .item_comment {
        font-weight: normal;
        padding-bottom: 1rem;
    }
    #item_list > .row:first-child {
        margin-bottom: 3.5rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid #e2e2e2;
    }
    .front_page #contents .row.p-banner-block__type--02 {
        margin: 0;
        padding: 3.6rem 0 5rem;
        border-bottom: 0;
    }
    .p-banner-block__type--02 > div:first-child {
        margin-bottom: 1.7rem;
    }
    .news_contents {
        padding: 10px;
        margin-bottom: 10px;
    }
    #news_area .heading01 {

    }
    #news_area .news_title {
        padding-right: 10%;
    }
    .newslist dd {
        font-size: 82%;
    }

    /** sidemenu **/
    .sidemenu_container {
        margin: 0 5px;
    }

    /** details **/

    #relative_category_box {
        margin-top: 0;
    }

    #item_detail_area hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-top: solid 1px #e2e2e2;
    }
    #detail_free_box__freearea {
        margin-bottom: 1rem;
    }
    #manager_message {
        padding: 4.2rem 0 2.5rem;
        border-bottom: 1px solid #c7c7c7;
    }
    #manager_message h4 {
        font-size: 100%;
    }
    #item_detail2 {
        margin-top: 0;
    }
    #product-details-season h2 {
        padding-bottom: 1rem;
        font-size: 100%;
    }
    .c-text__important {
        display: table-cell;
    }
    #product-details-season table tbody tr th {
        width: 30%;
    }
    #product-details-season table tbody tr td {
        width: 35%;
    }
    .details_more {
        padding: 2rem 0;
    }
    #item_photo_area2 {
        margin-bottom: 1.7rem;
    }
    .c-table-price {
        margin-bottom: 2rem;
    }
    .c-table-price .c-table-price__th, .c-table-price td {
        display: inline-block;
        width: 50%;
    }
    .c-table-price .c-table-price__th:last-child {
        display: none;
    }
    .c-table-price > tbody > tr > td:last-child {
        width: 100%;
        border-top: 0;
        text-align: center;
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .c-table-price__btn {
        font-size: 130%;
        font-weight: 300;
    }
    .c-btn__add {
        padding-left: 2rem;
    }

    /* mmain_bannerain banner */
    .main_banner {
        background: #690000;
        padding: 3px;
        text-align: center;
    }

    .main_banner a {
        color: white;
    }

    .main_banner h3 {
        color: white;
        font-size: 1.6rem;
        margin: 0;
    }

    .main_banner h3 span {
        font-size: 1.2rem;
        color: white;
    }
    .main_banner p {
        font-weight: bold;
        font-size: 1rem;
        color: #333;
        background: #ede066;
        margin: 0;
        padding: 5px;
    }


    .newstyle h1 {
        position: relative;
        font-size: 2.2rem;
        margin: 0 0 2rem 0;
    }

    .newstyle h1:before {
    }

    .newstyle h1:after {
        width: 60px;
    }

    .newstyle h2 {
        position: relative;
        font-size: 2.2rem;
        margin: 0 0 2rem 0;
    }

    .newstyle h2:before {
    }

    .newstyle h2:after {
    }

    .newstyle h3 {
        font-size: 2rem;
    }

    .newstyle h3:before {
    }

    .newstyle h4 {
    }

    .newstyle h5 {
    }

    .newstyle p {
        font-size: 1.6rem;
    }

    .newstyle small {
        font-size: 1.4rem;
    }

    /* method */
    .table_of_contents {
        padding: 20px 20px 14px 20px;
    }

    .howto_title {
        font-size: 2.6rem;
    }

    .howto_title:before {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 2.8rem;
        margin-right: 10px;
    }

    .howto_title span {
        font-size: 1.6rem;
    }

    #method h3 {
        font-size: 2.2rem;
    }

    #method h4 {
        font-size: 2.2rem !important;
    }

    #method p, #method li {
        font-size: 1.6rem;
    }

    .replanting_plan {
        padding: 10px;
    }

    .replanting_plan .soil-box {
        max-width: none;
        margin: 0;
    }

    .replanting_plan .soil-box .row div:nth-child(2) {
        padding-top: 3em;
    }

    .schedule_outer {
        padding: 10px;
    }

    .schedule_inner {
        background: #690000;
        overflow-x: scroll;
    }

    .schedule_inner img {
        max-width: 835px;
        width: 835px !important;
    }

    #method .pagination ul li {
        padding: 0;
    }

    #method .row.outer {
        padding: 10px;
    }

    #method .table-responsive {
        overflow-x: scroll;
        overflow-scrolling: touch;
    }

    .method_page1 td {
        background: #fff;
        white-space: nowrap;
    }

    .method_page2 table {
        width: 900px;
    }

    #method .row.outer ol li img {
        position: static;
    }

    #method .row.outer ol li.img {
        padding-right: 0;
    }

    #method .row.outer ol li.img img {
        padding-top: 1em;
        width: auto;
    }

    #method .pickup_item {
        padding: 0;
    }

    #method .row.outer .point {
        font-size: 1.9rem;
        font-weight: bold;
        margin: 20px 0 20px 20px;
    }

    #method .row.outer .point span {
        font-size: 1.8rem;
        font-weight: normal;
        color: #be1629;
    }

    #method .row.outer .point,
    #method .row.outer .point.multiline {
        position:relative;
        line-height: 1.4em;
        padding-left: 5em;
    }

    #method .row.outer .point:before,
    #method .row.outer .point.multiline:before {
        position:absolute;
        top: 15px;
        left:0;
    }

    #method .row.outer .point:before {
        content: "";
        display: inline-block;
        width: 96px;
        height: 62px;
        margin: -15px 15px -15px -15px;
        background: url("../images/icon_point.png") no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

    #method th img {
        width: auto;
    }

    .method_page2 .method07_strong {
        font-size: 2.2rem !important;
    }

    .method_page2 .method07_strong span {
        font-size: 1.6rem !important;
    }

    .method_page2 .method09_strong {
        font-size: 2.2rem !important;
    }

    dl.faq dt {
        font-size: 1.6rem;
    }

    #method .introduction {
        padding: 10px;
        text-align: left;
    }

    .youtube_frame {
        width: 100%;
        aspect-ratio: 16 / 9;
        margin: 50px 0;
    }

    .youtube_frame iframe {
        width: 100%;
        height: 100%;
    }

    .sp_text-center {
        text-align: center;
    }

    .sp_text-center img {
        max-width: 300px;
        margin-bottom: 2em;
    }

    .soil_wrapper {
        padding-top: 10px;
        margin-top: 40px;
        border: 1px solid #d0bcaf;
    }

    .baloon1 {
        top: -85px;
    }

    .baloon2 {
        top: -2em;
        left: 0;
    }

    .approach, .bugs {
        padding: 2em 0;
        border-bottom: 1px solid #d0bcaf;
    }

    .bugs:first-of-type {
        margin-top: 2em;
        border-top: 1px solid #d0bcaf;
    }

    .approach:last-child, .bugs:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .approach figure,
    .bugs figure {
        float: none;
        margin: 1em auto 0;
    }

    .approach figure img,
    .bugs figure img {
        width: auto !important;
    }


    .approach dl {
        margin: 1em 0 0 0;
        display: inline-block;
    }

    .approach dt, .approach dd {
        display: inline-block;
    }

    .approach dd {
        padding: 0.3em 0 0 0.8em;
    }

    .approach dl dt:after {
        border-top: none;
    }
    .approach dl dt:after {
        margin-left: 1rem;
    }

    .staffs {
        margin-top: 20px;
    }

    #guest_box1 {
        padding-right: 8px!important;
    }

    #guest_box1 .column {
        margin-bottom: 0;
    }

    #guest_box2 {
        padding-left: 8px!important;
    }

    #login_box .customer_box__title {
        text-align: center!important;
    }

    #login_box .guest_box__title {
        text-align: center!important;
    }
}

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

    /* --------- common ---------- */

    #contents {
        padding-top: 30px;
    }
    .catalog_container {
        margin-top: 40px;
    }
    .sns_container {
        margin-top: 30px;
    }
    .c-external-list__item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .c-external-list__item {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #707070;
        border-radius: 5px;
        pointer: cursor;
        height: 5rem;
        font-size: 110%;
    }
    .c-external-list__link {
        display: flex;
        align-items: center;
        justify-content: center;
        /*font-family: 'GenEiLateMinP', sans-serif;*/
        position: relative;
        box-sizing: border-box;
        color: #333;
    }

    .c-external-list__instagram span {
        margin-left: 1.5rem;
    }
    .c-external-list__link::before {
        position: absolute;
        left: 0rem;
    }
    .c-external-list__link span {
        margin-left: 4.5rem;
    }
    .c-external-list__instagram::before {
        width: 3rem;
        height: 3rem;
        background-size: 3rem 3rem;
    }
    .c-external-list__instagram::before {
        display: inline-block;
        content: '';
        background-image: url(../img/icon-instagram-gradient.svg);
        background-repeat: no-repeat;
    }
    .c-external-list__facebook::before {
        font-size: 160%;
        color: #3d6bae;
        top: .5px;
    }
    .c-external-list__pen::before {
        font-size: 140%;
        color: #db3044;
        left: 3.5rem;
        top: .5px;
    }
    .c-external-list__pen span {
        margin-left: 7.5rem;
    }

    /****** Header Setting ********/

    /****** Layout ********/

    /* header */

    #header .header_logo_area {
        float: left;
    }
    #header #drawer #search {
        position: relative;
    }
    #member {
        float: right;
    }

    .member ul li {
        display: inline-block;
    }
    #menu {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        /* margin-top: -7rem; */
    }
    #globalmenu {
        text-align: center;
    }

    .menu ul  {
    }

    .menu ul li {
        display: inline-block;
    }

    .menu_link {
        margin: 25px auto;
        float: none;
    }

    .menu_link li {
        border-left: 1px solid #cfcfcf;
    }
    .menu_link li:first-child {
        border-left: none;
    }

    .menu_link_right {
        float: none;
        width: 375px;
        margin: 0 auto;
    }

    /****** Side Setting ********/

    /****** Footer Setting ********/

    /****** Each BlockParts Setting ********/

    /* search area */
    #search,
    #side_catetory_navi {
    }

    /* cart */

    #cart .inner {
        position: absolute;
        right: 0; top: 0;
    }
    #cart_area {
        top: 0; right: 16px;
    }
    #cart_area p {
        border: 1px solid #D9D9D9;
        float: right;
        min-width: 256px;
    }
    #cart_area p.cart-trigger {
        position: relative;
        right: 0;
    }
    #cart_area .inner {
        min-width: 256px;
    }
    #cart_area .cart_price {
        font-size: 12px;
    }
    #cart_area .cart_price .price {
        font-size: 16px;
    }


    /* --------------------------------
        Top Page
    -------------------------------- */
    .front_page #contents .row {
        padding-bottom: 24px;
    }
    /* Comment Area */

    .front_page .comment_area p {
        margin: 24px 0 4px;
    }

    /* news_area */

    .news_contents {
        padding: 0 0 0 0;
    }

    #news_area .heading01 {

    }
    #news_area .heading01 p {
        background-position-y: 14px;
    }
    #news_area {
    }
    .newslist {
        /*border-bottom: 1px solid #E2E2E2;*/
        font-size: 90%;
    }
    .newslist dt:hover .news_title {
        text-decoration: none;
    }
    .newslist dt .angle-circle {
        background: none;
    }
    .newslist dd {
        font-size: 12px;
    }
    .onImage {
        display: inline-block;
    }
    .offImage {
        display: none;
    }

    /* txt_bnr */

    .txt_bnr_area {
        padding-left: 16px;
    }

    .txt_bnr {
        margin:0 0 16px;
    }

}

@media only screen and (max-width: 992px) {

    .footer_shopinfo .map {
        margin-top: 10px;
    }

    .footer_shopinfo .logo {
        max-width: 370px;
        margin: 0 auto;
        padding-right: 30px;
    }

    .footer_shopinfo .info {
        max-width: 370px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1101px) {
    .menu_link {
        margin: 25px 0;
        float: left;
    }

    .menu_link_right {
        float: right;
    }
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.extra-form {
    margin: 10px 0;
}

/* fonts */
/*Light*/
#contents .main_only #main {
    width: 100% !important;
}
#contents .main_only {
    padding-top: 0 !important;
}
#shipping_confirm_box__body--0,
#shipping_list__body--0
{
    display: none;
}

#top_box__job,
#confirm_box__job,
#detail_box__job {
    display: none;
}

#top_box__fax,
#confirm_box__fax,
#detail_box__fax {
    display: none;
}

#top_box__birth,
#confirm_box__birth,
#detail_box__birth {
    display: none;
}

#top_box__sex,
#confirm_box__sex,
#detail_box__sex {
    display: none;
}

.dl_table #top_box__password dt,
.dl_table #top_box__password dd {
    border-bottom: none;
}