@charset "utf-8";

/************************************************
 import css
************************************************ */

.plg_Raku2_LC_Page_Products_List #container,
.plg_Raku2_LC_Page_Products_Detail #container{
max-width:980px;
}
form[name^="product_"]{
width:28%;
}
div.listrightbloc h3.raku2_list_product_name{
text-overflow:unset;
-webkit-text-overflow:unset;
white-space:wrap;
}
#main_column.colnum2 div#detailleftbloc {
    float: left;
    width: 37%;
}
#main_column.colnum2 #detailrightbloc {
    float: right;
    width: 60%;
}
#detailarea .photo, #detailarea .sub_photo {
width: 100%;
left: 0;
 max-width: 350px;
}
.caution{
border: 5px solid red;
    padding: 30px 0;
    box-sizing: border-box;
    width: 980px;
    margin: 30px auto;
   color:red;
}

/*
トライアル画像二枚目以降非表示
*/
#detailarea .sub_photo{
display:none;
}

/*
トライアルページ 各部微調整
（修正したいトライアルページのページIDを必ず追加する。）
*/

form select{
padding:10px 10px;
}
#form1_2982 .rcatalog_id::after,
#form1_2940 .rcatalog_id::after,
#form1_2947 .rcatalog_id::after,
#form1_2979 .rcatalog_id::after{
display:block;
content:"以下より、2回目以降の定期商品をご選択ください。";
padding:10px 20px;
margin:60px 0 30px;
color:#fff;
background-color:#e84320;
}
.item_int_caut{
color:red;
margin-bottom:20px;
}
.item_int_caut::before{
content:"※3セット";
}
#form1_2940 .item_int_caut::before,
#form1_2947 .item_int_caut::before,
#form1_2979 .item_int_caut::before,
#form1_2982 .item_int_caut::before{
content:"※2セット";
}
#form1_2940 .cart_area .quantity,
#form1_2947 .cart_area .quantity,
#form1_2979 .cart_area .quantity,
#form1_2982 .cart_area .quantity{
display:none !important;
}

/*
定期・単発購入ボタン
*/
.mypage_btn_wrap ul{
display:flex;
justify-content: center;
}
.mypage_btn_wrap li {
    background-color: #666;
    font-size: 140%;
    margin:20px;
    border-radius: 5px;
    text-align: center;
    width: 250px;
    box-sizing: border-box;
}
.mypage_btn_wrap li:hover{
opacity:.6;
}
.mypage_btn_wrap li a{
    color:#FFF;
    display:block;
    padding: 18px 30px;
}
.mypage_btn_wrap li a:hover{
    color:#333;
}
.mypage_btn_wrap li.teiki {
    background-color: #30c8f3;
}

/*
FAQ
*/
#faqarea a{
text-decoration: revert;
}
.toc ul{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
.toc ul li{
width:30%;
background:#399bd8;
border-radius:5px;
text-align:center;
margin-bottom:20px;
}
.toc ul::after{
  content:"";
  display: block;
  width:30%;
}
.toc ul li a{
padding:10px 0;
text-decoration:none;
color:#fff;
display:block;
}
.smooth *{
scroll-behavior: smooth;
}
.faq h3{
line-height:1.8em;
margin-bottom:16px;
}

.faq img{
width: 80%;
margin: 0 auto;
display: block;
border: 10px solid #ccc;
margin-bottom: 50px;
}

/*
特定商ページ
*/
#undercolumn #undercolumn_order .law_tel,
#undercolumn #undercolumn_order .law_fax{
display:none;
}


/*
店休日告知用 CSS
*/
#main_column .holiday_wrap{
border:2px solid #30c8f3;
margin-bottom:30px;
}
#main_column .holiday_wrap h2{
color:#FFF;
background-color:#30c8f3;
border:0 none;
margin-bottom:0px;
font-weight:normal;
}
#main_column .holiday_wrap p{
padding:20px 20px 10px 20px;
}
#main_column .holiday_wrap .link{
display:block;
text-align:center;
margin-bottom:20px;
}
#main_column .holiday_wrap .link a{
color:#fff;
padding:20px 10px;
background-color: #666;
border-radius:5px;
}
/*
店休日告知が2つ以上ある場合
*/
.holiday_inner li a{
display: block;
border-bottom: 1px solid #ccc;
padding:20px 20px;
position: relative
}
.holiday_inner li a::after {
	position: absolute;
	top: 20px;
	right: 20px;
	content: "\e5e1";
	font-family: "Material Icons";
}


#form1_2940 .normal_price,
#form1_2947 .normal_price{
  display:none;
}
#form1_2940 .sale_price #notes_price dt,
#form1_2947 .sale_price #notes_price dt{
  display:none;
}
