@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* カートページ用 */
#order {
	display: inline-grid;
}
#cart .num {
	display: none;
}
#cart .thumbnail {
	display: none;
}
#cart .unitprice {
	display: none;
}
#cart .stock {
	display: none;
}
#cart input[type='submit'] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #fffbc0;
}
#cart input[type='submit'] {
    padding: 11px;
    width: auto !important;
    margin: 0;
    cursor: pointer;
}
#area-option {
	height: auto !important;
	font-size: 0.9em !important;
}
.to_customerinfo_button {
	width: auto !important;
	background-color: #fffbc0 !important;
}
.continue_shopping_button {
	width: auto !important;
	background-color: #fffbc0 !important;
	border: 1px solid #ddd;
	padding: 11px;
}
#customer-info input[type='submit'] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #fffbc0;
	width: auto !important;
}
#delivery-info input[type='submit'] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #fffbc0;
	width: auto !important;
}
#info-confirm input[type='submit'] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #fffbc0;
	width: auto !important;
}
.assistance_item {
	display: none;
}
#icon-img {
	width: 500px;
	margin: auto;
}
#icon-img a {
  	text-decoration: none;
  	color: #333;
}
#icon-img ul {
	text-align: center;
	margin: 20px;
	padding-left: 0;
}
#icon-img li {
	margin: 15px;
	text-align: center;
	display: inline-block;
	word-break: break-all;
}
#info-box {
	width: 95%;
	float: left;
    margin: 0 15px 20px 15px;
    padding: 0;
}
#info-box .inner {
	box-sizing: border-box;
}
.inner dt {
    display: inline-block;
    width: 25%;
    padding: 2px 0;
    background: #7ECBD4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
	font-size: 0.8em;
}
.inner dd {
    display: inline-block;
    width: 60%;
    margin-left: 10px;
    font-size: 15px;
}
.information {
	width: 100%;
	margin: auto;
}
.L-box {
	float: left;
	width: 50%;
}
.R-box {
	float: right;
	width: 50%;
}
.sku-box {
	margin: 0 auto 20px !important;
    padding-bottom: 5px !important;
}
#plan-sp {
	width: 800px;
	margin: auto;
}
#plan-sp h2 {
	position: relative;
	padding: 1.5rem;
	text-align: center;
	font-size: 1rem;
}
#plan-sp h2 span {
	font-size: 18px;
	font-size: 2rem;
	display: block;
}
#plan-sp h2:before {
	position: absolute;
	bottom: 1px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #000000;
}
#plan-sp .area-list {
  	margin: 20px 1px 20px 10px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-align: baseline;
  	-ms-flex-align: baseline;
  	align-items: baseline;
}
#plan-sp .area-list a {
	text-decoration:none;
	width : 20% ;
	color:#000;
	text-align:center;
	padding:10px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:18px;
	background-color:#f8f8f8;
  	border: 1px solid #666;
  	margin: -1px;
}
#plan-sp a:hover {
	background-color:#666;
	color:#FFF;
}

#gallery-1 {
	width: 900px;
}
.gallery-item {
    width: 30% !important;
    margin: 2px !important;
    padding: 2px !important;
}

.p-gal {
	margin: auto;
	width: 900px;
	padding: 45px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.inside-cart {
		font-size: 0.8em !important;
	}
}
