﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Marcellus&display=swap&subset=latin-ext');

@charset "UTF-8";

@media (max-width:767px){
}

/* CSS Document */

* {
    box-sizing: border-box;
}

/*html, body,header,nav,ol,ur,ul,img { width: 100%; padding: 0; margin: 0;  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, sans-serif; list-style-type: none; }*/

.custom .col-sm-3, .custom .col-sm-4, .custom .col-sm-6, .custom .col-sm-12, .custom .col-md-4, .custom .col-md-8, .custom .col-md-12 {padding: 0px;}


/*---------------------------------
  header(ヘッダー.html)
---------------------------------*/

/*
.logo-img {
    width: 250px;
    height: 60px;
}

.greeting {
    font-size: 0.8em;
    padding: 5px;
}

a.login_btn {
	display: block;
	padding: 3px;
    margin: 0 0 0 5px;
    width: 75px;
    font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #EC407A;
	border: 2px solid #EC407A;
	border-radius: 3px;
	transition: .4s;
}

a.login_btn:hover {
	background: #EC407A;
	text-decoration: none;
	color: #fff;
}

.icon-ur {
    
}

.icon-ul {
    display:-webkit-flex;
    display:flex;
    justify-content:flex-end;  
        -webkit-justify-content:flex-end;
        -webkit-align-items:flex-end;
    align-items:flex-end;
    padding-bottom: 8px;
}

.icon-li {
    width: 30px;
    margin-left: 10px;
}


*/

/*---------------------------------
  wrapper(お知らせ一覧.html)
---------------------------------*/
#wrapper {
    display: block;
    width: 100%;
    height: 110px;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    opacity: 0.8;
	position: relative;
	top: -25px;
}



/*---------------------------------
  menu-navi(ヘッダー.html)
---------------------------------*/
#menu-navi {
    background-color: transparent;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    background-color: #663735;
}

.menu-navi-ul {
    display: flex;
	justify-content: space-between;
}

.menu-navi-li {
    display: block;
    width: 20%;
    height: 100%;
    text-align: center;
    border-right: #ffffff 1px solid;
}

.menu-navi-li:last-child {
    border-right: none;
}

.menu-navi-li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 7px 0 5px 0;
    background-color: transparent;
}

.menu-navi-li a:link {
    color: #ee827c;
}

.menu-navi-li a:visited {
    color: #ee827c;
}

/*
.menu-navi-li a:hover {
    color: #ee827c;
}
*/

.menu-navi-li a:active {
    color: #ee827c;
}

.menu-navi-icon-img {
    width: 40px;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}



/*---------------------------------
  search(ヘッダー.html)
---------------------------------*/
#search_container {
	width: 100%;
	margin-top: 10px;
}

form {
  margin: auto !important;
}

form>div {
  background-color: white;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 6px;
}

form>div i {
  font-size: 18px;
  margin: 0 6px 0 10px;
}

form>div .clearButton {
  color: #ee827c;
  font-size: 18px;
  padding: 6px;
  margin: 0 6px 0 2px;
  cursor: pointer;
  visibility: hidden;
}

/*
form>div .clearButton:hover {
  color: #c85554;
}
*/

@media all and (-ms-high-contrast: none) {
  form>div .clearButton {
    display: none;
  }
}

form>div input[type="text"] {
  -ms-flex-positive: 999999;
  flex-grow: 999999;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  width: 60%;
  height: 36px;
  padding-left: 3px;
  border: none;
  box-shadow: none;
  outline: none;
}

form>div input[type="submit"] {
  color: white;
  background-color: #ee827c;
  letter-spacing: 1.5px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 9999;
  flex-shrink: 9999;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  height: 36px;
  padding: 8px 10px 6px;
  border: none;
  cursor: pointer;
}

/*
form>div input[type="submit"]:hover {
  background-color: #c85554;
}
*/


/*---------------------------------
  side-menu(サイドメニュー.html)
---------------------------------*/
.side-menu p{
margin: 1.2em 0 0 0;
padding: 0;
list-style-type: none;
display: inline;
}

.side-menu p a{
display: block;
border-left: 8px solid #edc0be;
border-top: 1px solid #edc0be;
border-right: 1px solid #edc0be;
border-bottom: 1px solid #edc0be;
background-color: #fff;
padding: 0.5em 0.5em;
text-decoration: none;
color: #333;
width: 100%;
margin: 0.5em 0;
text-align: left;
font-size: 14px;
}

/*
.side-menu p a:hover{
border-left: 8px solid #ee827c;
border-top: 1px solid #ee827c;
border-right: 1px solid #ee827c;
border-bottom: 1px solid #ee827c;
background-color: #d7efd7;
}
*/

.side-menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.side-menu li{
display: inline;
padding: 0;
margin: 0;
}

.side-menu li a{
background: url('../images/common/icon-right-arrow.png') no-repeat 1em;
display: block;
background-color: #fff;
padding: 0.5em 0em 0.5em 2em;
text-decoration: none;
color: #333;
width: 100%;
margin: 0;
text-align: left;
font-size: 14px;
}

/*
.side-menu li a:hover{
background-color: #d7efd7;
}
*/

.side-menu-title{
    background-color: #ee827c;
    border-radius: 3px;
    padding: 12px;
    position: relative;
    z-index: 0;
	color: #fff;
	margin-top: 1.5em;
}

.side-menu-title:before{
    border: 1px solid #fff;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 4px;
    z-index: -1;
}

/*
.banner{
	margin-bottom: 10px;
}

.banner img{
	margin-bottom: 5px;
}
*/



/*---------------------------------
　main-slide（トップ.html）
---------------------------------*/
.main-slide {
	padding-top: 1em;
}



/*---------------------------------
 title
---------------------------------*/

/*----- main_title -----*/
h2 {
    position: relative;
    padding: 0.25em 0;
    font-size: 1.5rem;
}

h2:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.color-jinza {
    color: rgb(230, 90, 90);
}



/*---------------------------------
  footer（フッター.html）
---------------------------------*/

h5 {
	font-size: 1.8em;
    padding: 10px 0 10px;
	color: #fff;
    text-align: center;
    background-color: #663735;
    width: 100%;
}


.footer-content {
	padding: 0 0 0.5em 0;
    margin:0.5em;
}


.footer-title {
	font-size: 1.1em;
	margin: 1em 0.3em;
	text-align: center;
    font-weight: 500;
    border-bottom: medium solid #663735;
}

.footer-content p {
	font-size: 0.9em;
	margin: 0.8em 1em 0.8em 1.5em;
	line-height: 1.2em;
}

p.footer-txt-min {
    font-size: 0.8em;
    margin: 0;
    text-indent: 2.5em;
    line-height: 1.3em;
}

p.footer-txt-min2 {
    font-size: 0.8em;
    margin: 1em 0 0 0;
    text-indent: 2.5em;
}



/*---------------------------------
  ページトップ　追従ボタン（フッター.html）
---------------------------------*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

.sub_footer{
    background-color: #663735;
    padding: 10px;
}

p.sub_footer_navi {
    text-align: center;
    font-size: 0.6em;
    color: white;
    margin: 10px 0 20px;
}

p.sub_footer_navi a {
    color: white;
    text-decoration: none ;
}

p.copyright {
    text-align: center;
    font-size: 0.8em;
    color: white;
    margin: 0 0 30px;
}



/*--Makeshop---*/

/*---------------------------------
base
---------------------------------*/
.contents-section {
    margin: 0 auto 30px;
    padding: 0;
}
a {
    color: #6E6E6E;
    text-decoration: none;
}
/*
a:hover {
    text-decoration: underline;
    opacity: .7;
}
*/
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.contents-sub-section{
    margin-bottom: 30px;
}

.contents-wrap {
    padding: 20px;
}

.text-wrap {
    padding: 0 0 40px 20px;
}

.card-wrap {
    margin-bottom: 80px;
}


.shohin-description-wrap img{
    margin-bottom: 100px;
}



.element-wrap {
	margin: 0px;
	padding: 10px;
}

.element-wrap .shipment-info {
	margin-bottom: 8px;
 	border: 1px solid #cc6f6a;
}

.element-wrap .shipment-info h2 {
	margin: 0px;
	background-color: #cc6f6a;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;

}

.element-wrap .shipment-info h2 span {
	font-size:15px;
	font-weight: bold;
}

.element-wrap .shipment-info .wrap {
	padding: 0 5px;
}

.element-wrap .shipment-info .wrap p {
	font-size: 12px;
	text-align: center;
}

.element-wrap .shipment-info .wrap p strong {
	color: #cc6f6a;
 	font-size: 16px;
	font-weight: bold;
}

.element-wrap .shipment-info .wrap p.mini {
	font-size: 10px;
	margin-top: -1em;
}

.element-wrap .shipping-info p {
	background-color: #eee;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
}

.element-wrap .shipping-info p strong {
	color: #cc6f6a;
	font-size: 17px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
}

.ranking-label{
	margin: 0px 0px -10px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 1.1em;
}

.mini{
	font-size: 0.8em;
}

/*---------------------------------
  button
---------------------------------*/
.regi-btn {
    position: relative;
    z-index: 2;
    background: #af4233;
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    padding: .375rem .75rem;
    width: 200px;
    line-height: 54px;
}
.regi-btn::before,
.regi-btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.regi-btn,
.regi-btn::before,
.regi-btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*
.regi-btn:hover {
    color: white;
    text-decoration: none;
    opacity: .8;
}
*/


/*---------------------------------
product-container
---------------------------------*/
.product-container {
    display: flex;
}
.product-contents-wrap {
    min-width: 400px;
}
.product-wrap {
    margin-bottom: 72px;
}
.new-product-wrap {
    border-bottom: 2px dotted #707070;
}
.product-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.product-list-item {
    width: calc(100%/3 - 16px);
    min-width: 279px;
    margin: 0 24px 64px 0;
}
.product-list-item:nth-child(3n) {
    margin-right: 0;
}
.product-image-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 8px;
}
.product-image-wrap img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
/*
.product-image-wrap img:hover {
    opacity: .5;
}
*/
.product-name-link {
    line-height: 1.6em;
}
/*
.product-list-item a div:hover {
    opacity: .7;
}
*/
.product-caption {
    font-weight: 500;
}
.product-price {
    display: inline-block;
    font-size: 1.3em;
    margin: 0 5px 0 0;
    color: #ee827c;
    text-align:right;
}
.product-price small {
    font-size: 0.6em;
}
.product-discount {
    text-decoration: line-through;
}
.product-sale-price {
    color: #EB503C;
    font-weight: 500;
}
.sold-out {
    display: inline-block;
    font-size: 60%;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    font-family: 'Marcellus', serif;
    margin-bottom: 5px;
}

.card-img-overlay {
    padding: 0.5rem;
}

.card-footer {
    padding: 0.2rem;
    background-color: #ffffff;
    border-top: 0;
    text-align:right;
}

.m-2 {
    margin: .5rem .5rem 1rem!important;
}



/*---------------------------------
pager
---------------------------------*/
.pager {
    margin-bottom: 64px;
}
.pager  ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background:#EBEBEB;
    width: 30px;
    height: 50px;
    text-align: center;
    position: relative;
}

.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
}

.pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}

/*
.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #fff;
    background: #6E6E6E;
}
*/



/*---------------------------------
Q&A
---------------------------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	position: relative;
}
.cp_qa .cp_cat {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 14.5em;
	height: auto;
	padding: 0em;
	text-align: center;
}
.cp_qa dl {
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin: 0 0 2em 15em;
	padding: 0 0 0 1em;
	border-left: 1px solid #333333;
}
.cp_qa dl::before {
	font-size: 5em;
	position: absolute;
	display: inline-block;
	top: 0;
	left: -2em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	content: '\f059';
	opacity: 0.1;
}
.cp_qa dt {
	margin: 0 0 1em 3em;
}
.cp_qa dd {
	margin: 0 0 1.5em 3em;
}
.cp_qa dt::before,.cp_qa dd::before {
	font-family: serif;
	font-size: 1.3em;
	margin: 0 1em 0 -1.7em;
}
.cp_qa dt::before {
	content: 'Q';
}
.cp_qa dd::before {
	content: 'A';
}



/*---------------------------------
Category
---------------------------------*/

.category-item-name{
    font-size: 0.7em;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 0;
}

.category-img{
    padding: 25px;
}



/*---------------------------------
Category list
---------------------------------*/
 /* タブデザイン */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:0 0 30px;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ee827c;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #edc0be;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 5px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-bottom: 0;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #ee827c;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 10px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* カテゴリアイコン */
.cate-icon ul {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
.cate-icon ul li {
	list-style-type: none;
	text-align: center;
    padding: 10px;
    margin: 0 0 5px 0;
	width: 16%;
}
.cate-icon ul li a {
	text-decoration: none;
	color: #663735;
}
.cate-icon ul li img {
	width: 80px;
	height: 80px;
}
.cate-icon ul li p {
    font-size: 0.25em;
    padding: 3px 0 0 0;
    line-height: 2.8em;
}

.soryo-muryo {
    width: 33%;
    padding: 0.2em;
    margin: 4px 0 0 4px;
    background-color: #a5282e;
    border: 1px solid;
    color: white;
    border-radius: 5px;
    
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.1em;
    
    float: left;
    text-align: center;
}

/* キャンペーンバナー */
 .campaign-banner{
    margin: 20px 0 0 0;
}



/*---------------------------------
responsive 
---------------------------------*/

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

.logo-img {
    width: 190px;
    height: 56px;
    padding: 10px 0 0;
    margin: 0 0 0 -5px;
}

/* カテゴリアイコン */
.tab-switch:checked+.tab-label+.tab-content {
    padding: 0;
}

.cate-icon ul li {
	width: 20%;
    padding: 0px;
    margin: 10px 0;
}

.cate-icon ul li img {
	width: 50px;
	height: 50px;
}
.cate-icon ul li p {
    font-size: 0.5em;
    padding: 0;
    line-height: 1em;
}
.display-none {
    display: none;
}
    
    
/* カート */ 
.btn {
    width: 160px;
    margin: 0 0 0 10px;
}
.regi-btn {
    width: 160px;
    margin: 0 10px 0 0;
}
    

/* Q&A */
.cp_qa .cp_cat {
    top: -1rem;
    left: -3em;
    font-size: 1.4em;
}
    
.cp_qa dl {
    margin: 2.5rem 0 5rem;
    padding: 0;    
}
    
.cp_qa dl::before {
    top: -5rem;
    left: -0.2em; 
}
    
.product-list {
    margin: .5rem .5rem 1rem;
}

/* フッター */
.card-footer {
    padding: 0.15rem; 
}
    
.soryo-muryo {
    width: 40%;
    margin: 3px 0 0 3px;
    border-radius: 4px;
    
    font-size: 0.7em;
    letter-spacing: 0.1em;
}
    
.product-price {
    font-size: 1.1em;
    margin: 0 4px 0 0;
}
    
.footer-content {
    margin: 0.1em;
}

.footer-title {
    font-size: 0.9em;
}

.footer-content p {
    font-size: 0.6em;
    margin: 0.5em 0.7em 0.5em 0.7em;
    line-height: 1.2em;
}

p.footer-txt-min {
    text-indent: 1.5em;
    font-size: 0.6em;
    margin: 0;
}

p.footer-txt-min2 {
    text-indent: 1.5em;
    font-size: 0.6em;
    margin: 1.5em 0 0;
}

h5 {
    font-size: 1.5em;
}

.container {
    margin: 0;
    padding: 0;
}

.row {
    margin: 0;
}

}

/* 特集ページ */
.privilege li {
	background-color: #fff;
	display: block;
	font-size: 16px;
	margin: 7px;
    padding: 10px;
    border: 1px solid #f0f0f0;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow:0 3px 5px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=0, strength=3, enabled=true);
    /* IE以外なら丸角 も！ */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.privilege p{
	font-size: 13px;
	padding: 0.3em 0.5em 0;
	line-height: 1.3em;
}

.privilege-title{
position: relative;
padding: 0.25em 0;
}
.privilege-title:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.text-feature-title-none {
	color: #000000;
	font-size: 14px;
	text-align: center;
	padding: 0.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}


.text-feature-title {
	color: #000000;
	font-size: x-large;
	text-align: center;
	padding: 0.5em;
	line-height: 1.5em;
	background-image: url(https://gigaplus.makeshop.jp/ruplan1/image/common/paper-bg.png);
	margin-bottom: 10px;
}

.text-feature-title p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.text-feature-title img {
	width: 90%;
	margin-bottom: 2em;
}

.feature-hedding {
    padding: 7px 10px 7px 8px;
    margin: 10px 15px;
    color: #d93d60;
    font-size: 1.3em;
    border-left: solid 7px #d93d60;
	font-weight: 500;
    }

.feature-hedding.woman {color: #cd7d78;border-left: solid 7px #ffd2cd;}

.feature-hedding > p {
  margin: 0;
  padding: 0;
  color: #202020;
  font-size: 0.6em;
  line-height: 1.6;
}


.text-feature-cate {
	color: #000000;
	font-size: medium;
	text-align: center;
	padding: 0.5em 2em;
	line-height: 1.5em;
	background-image: url(https://gigaplus.makeshop.jp/ruplan1/image/common/paper-bg.png);
}

.text-feature-cate p {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}


.text-feature-li-l {
	color: #000000;
	font-size: 14px;
	text-align: center;
	padding: 0.5em 1em;
	line-height: 1.5em;
	background-image: url(https://gigaplus.makeshop.jp/ruplan1/image/common/paper-bg.png);
	margin: 0px 15px 30px;
	height: 6em;
}

.text-feature-li-l p {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}


.text-feature-li {
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding: 0.5em 1em;
	line-height: 1.5em;
	background-image: url(https://gigaplus.makeshop.jp/ruplan1/image/common/paper-bg.png);
	margin: -15px 15px 30px;
	height: 6em;
}

.text-feature-li p {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}

.text-feature-li-s {
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding: 0.5em 1em;
	line-height: 1.5em;
	background-image: url(https://gigaplus.makeshop.jp/ruplan1/image/common/paper-bg.png);
	margin: -15px 15px 30px;
	height: 5em;
}

.text-feature-li-s p {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}

.feature-title {
	grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	padding: 10px 0;
	background: #cc6f6a;
	box-shadow: 0 0 0 0 #cc6f6a, -10px 0 0 0 #cc6f6a, 0 3px 3px 0 rgba(0,0,0,0.1);
	margin-top: 80px;
}

.feature-title:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: -10px;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ee827c;
}


.feature-subtitle p {
  margin-top: 2em;
  position:relative;
  padding:5px 25px;
  border-bottom:3px solid #ee827c;
}
.feature-subtitle p:before,
.feature-subtitle p:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border:2px solid #ee827c;
  position:absolute;
  top:11px;
  left:3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.feature-subtitle p:after{
  top:12px;
  left:10px;
  height:12px;
  width:12px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  border:none;
  background:rgba(246,191,188,0.3);
}

.feature-title-wrap {
	margin: 0 0 15px 0;
}

.card-deck-wrap {
	margin: 0 0 50px 0;
}

.line-flower {
	background-image: url(../images/common/bo-flower.png);
	border: 0;
	height: 20px;
	margin: 20px 0 40px 0;
}


.sub-navi {
  width: 100%;
  height: 45px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #de2b2f;
}

.sub-navi li {
  width: 20%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sub-navi li a {
  width: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
  display: block;
}
/*
.sub-navi li a:hover {
  background: #cd2226;
}
*/

.sub-navi4 {
  width: 100%;
  height: 45px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #de2b2f;
}

.sub-navi4 li {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sub-navi4 li a {
  width: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
  display: block;
}
/*
.sub-navi4 li a:hover {
  background: #cd2226;
}
*/


.sub-navi4-photo {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sub-navi4-photo li {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sub-navi4-photo li img {
  width: 100%;
}

.sub-navi4-photo li a {
  width: auto;
  margin: 0;
  padding: 6px 0;
  display: block;
}

.sub-navi2 {
	padding: 30px;
}

.shohin-block {
	border-bottom: solid 1px #ee827c;
}

.shohin-block img {
	width: 90%;
	margin: 5%;
}

.shohin-block p {
	padding: 5%;
}

.shohin-title {
	margin-top: 30px;
	border-left:5px solid #48832C;
	border-bottom:1px solid #48832C;
	padding:0px 15px;
	font-size:x-large; 
	font-weight: bold;
}

.shohin-description {
	font-size: large; 
	line-height: 2em;
	margin-bottom: 2em;
}

.shohin-button {
   text-align:center;
}

.square_btn {
    display: inline-block;
    padding: 1em 1.5em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

/*
.square_btn:hover {
    background: #67c5ff;
    color: white;
}
*/

.image img{
	margin-bottom: 2em;
}

.button-bk {
    width: 400px;
    margin: 0 auto 5em;
    padding: 15px 0;
    font-size: 25px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}

.button-bk p{
    font-size: 15px;
	margin-top: 0.8em;
}

.bg-white {
	background-color: white;
}


 /* タブデザイン */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ee827c;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #edc0be;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #ee827c;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}


.feature-banner {
	text-align: center;
	margin: 50px 0;
}


/* ボタンエフェクト */
.cp_btn {
	display: block;
	width: 100%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	font-size: 0.7em;
	line-height: 2em;
	color: #fff;
	background: #42210b;
	border: 1px solid #fff;
	transition: .4s;
}
/*
.cp_btn:hover {
	background: #EC407A;
	color: #fff;
}

*/


.effect2 {
    position: relative;
	z-index: 1;
}
.effect2:before, .effect2:after {
    background: none repeat scroll 0 0 #777777;
    bottom: 18px;
    box-shadow: 0 15px 10px #777777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.effect2:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}


/* 星レート */
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */