/*-------------------------------------------
カスタムオプション
-------------------------------------------- */
#custom-options-container div:first-child {
    clear: both;
    padding: 30px 30px 0px 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: solid #ddd 1px;
    border-right: solid #ddd 1px;
    border-bottom: solid #ddd 0px;
    border-left: solid #ddd 1px;
    background: #fff;
    text-align: left;
}
#custom-options-container div{
    clear: both;
    padding: 30px 30px 0px 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: solid #ddd 0px;
    border-right: solid #ddd 1px;
    border-bottom: solid #ddd 0px;
    border-left: solid #ddd 1px;
    background: #fff;
    text-align: left;
}
#custom-options-container div:last-child {
    clear: both;
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-top: solid #ddd 0px;
    border-right: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    border-left: solid #ddd 1px;
    background: #fff;
    text-align: left;
}
#custom-options-label  {
    margin: 0 0 11px !important;
}
#custom-options-container #custom-options-checkbox{
    clear: both;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: solid #ddd 0px;
    background: #fff;
    text-align: left;
}
#custom-options-checkbox-label {
    margin: 0 !important;
 }
#custom-options-checkbox-label  span{
  line-height: 20px !important;
   font-size: 12px !important;
}
/*-------------------------------------------
レイアウト
-------------------------------------------- */
.main-wrapper {
	overflow:hidden;
}
.container {
  	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid #000 0px;
    width:100%;
}
/*-------------------------------------------
タイトル
-------------------------------------------- */
.title_box {
	width:100%;
  	order:1;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	text-align:center;
}
.title_box h2{
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	margin-bottom: 20px;
    margin: 0 -500% 40px;
	padding: 0 500%;
  	height: 100px;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*-------------------------------------------
商品画像
-------------------------------------------- */
.img_box {
  	width: 45%;
  	margin: 0 2% 0 8%;
    order:2;
    -webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	-ms-flex-order: 2;
}


/* -------------------------------------------
商品説明
-------------------------------------------- */
.setumei_box {
  	width: 70%;
	order:4;
  	-webkit-box-ordinal-group: 4;
	-webkit-order: 4;
	-ms-flex-order: 4;
	margin: 50px 0 100px 0;
	padding: 0;
}
/* サイズのテーブル */
#size {
	table-layout:fixed;
	font-weight: normal;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px #ddd solid;
	line-height: 1.3;
    background: #fff;
}
#size tr th,
#size tr td {	
 	padding: 8px 20px;
	display: table-cell;
	text-align: center;
	border: 1px #ddd solid;
}
#size tr th {
	background: #ececec;
}
#size .koi{
	background: #ececec;
}
/* リスト */
.lister {
	margin-left: 16px;
}
.lister li {
	padding: 0px 0px 8px 0px;
}
/* 商品説明タイトル */
#ss_title{
	font-size: 120%;
	font-weight: 550;
	padding: 4px 4px 4px 10px;
	margin-bottom: 5px;
	background: #e9e9e9;
}
/* 予約受付中タイトル */
#ssr_title{
	color:#ed0000;
	font-size: 120%;
	font-weight: 550;
	padding: 4px 4px 4px 10px;
	margin-bottom: 5px;
	background: #e9e9e9;
}
/* YOUTUBE自動サイズ調整タグ */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*-------------------------------------------
商品情報・カート
-------------------------------------------- */
/* スペックテーブル */
.spec {
  	width: 35%;
  	margin: 0 8% 0 2%;
	order:3;
  	-webkit-box-ordinal-group: 3;
	-webkit-order: 3;
	-ms-flex-order: 3;
	font-size: 100%;
}
.spec table {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.spec table th,
.spec table td {
	padding: 12px 20px;
	border: 1px solid #ddd;
	display: table-cell; /* ↓縦方向に中央揃え */
    vertical-align: middle;
    width: inherit;
    height: inherit;
}
.spec table th {
  	width:30%;
	text-align: center;
	background: #ededed;
}
.spec table td {
  	width:70%;
	background: #FFF;
}
.spec table tr td input {
	width: 40px;
	margin-right: 4px;
	float: left;
	display: table-cell;    
    vertical-align: middle;  
  	border: 1px solid #999;
	padding: 4px 5px !important;
	font-size: 12px;
}
.spec table tr.price td,
.spec table tr.regular td{
	text-decoration: line-through;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
.spec table tr.sales td {
	font-weight: normal;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
}
.spec table tr.sales td span {
	display: block;
}
.spec table tr.sales td span.sales {
	color: #009898;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 3px;
}
.spec table tr.sales td span.discount {
	font: 10px/1.4em Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #999;
	padding: 0px 3px;
	text-align: center;
	margin: 3px 0px 0px;
}
.spec table td span.unit {
	display: block;
	float: left;
	margin-right: 4px;
	line-height: 24px;
}
.spec table td ul.init {
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 22px;
	float: left;
	list-style: none;
}
.spec table td ul.init li {
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 12px;
	line-height: 0;
	font-size: 12px;
}
.spec table td ul.init li a {
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 11px;
	line-height: normal;
}
.spec table td ul.init li a img {
	border: 1px solid #FFF;
}
/* 予約商品の時表示（詳細） */
.yoyaku_in .day span{
	font-size:130%;
  	color: #ed0000;
	margin: 0 0 0 15px;
	display: inline-block;
}
.yoyaku_in ul {
	color: #ed0000;
	margin: 11px 0 35px 18px;
	list-style-type: disc;
  	line-height: 1.5;
}
.yoyaku_in li{
	margin-bottom: 5px;
}
/* 予約商品の時表示（カート） */
.yoyaku-chuui { 
	color: #ed0000;
	margin: 0 auto 20px;
	font-size: 16px;
	padding: 0;
	width: 80%;
	font-weight: bold;
}
.yoyaku-chuui .day {
	font-size: 80%;
	margin: 8px 0 0 0;
}
.yoyaku-chuui .yoyaku{ 
	display:none;
}
/*商品オプション　表形式*/
.spec table tr td input {
	width: 40px;
	margin-right: 4px;
	float: left;
	display: table-cell;    
    vertical-align: middle;  
}
#option_tbl {
	margin-bottom: 20px;
}
#option_tbl td input{
	float:left;
	margin:0 8px 0 0;
	width:auto;
  	position: relative;
	top: 4px;
	font-size: 12px;
}
#option_tbl th,
#option_tbl td {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}
#option_tbl th,
#option_tbl td.none {
	background:#fff;
}
#option_tbl td {
	text-align:left;
}
.stock_zero {
	color: #999999;
}
/* ============== 修正============== */
#option_tbl {
	table-layout: auto;
}
#option_tbl .stock_head {
	display: none;
}
#option_tbl .cell_1{
	padding: 12px 20px !important;
	font-weight: normal;
	text-align: center;
	border: 1px #ddd solid;
	display: table-cell;
	background: #ededed !important;
}
#option_tbl .table_price{
	display: none;	
}
#option_tbl .cell_2 br{
	display: none;	
}
#option_tbl .cell_2 div{
	padding: 0px 0px 0px 0px;
}

/* オプションを見る時のリンク指定 */
.oplink {
	font-size: 91%;
}
.oplink a {
	text-decoration: none;
}
.oplink a:hover {
	text-decoration: underline;
}
/* オプション プルダウン */
.pulldown .pull-arrow {
	position: relative;
  	width: 60%;
}
.pulldown .pull-arrow::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding-left: 0px;
    padding-right: 6px;
    font-weight: 900;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    z-index: 1;
}
.pulldown select {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #999;
	padding: 5px;
  	position: relative;
  	width: 100%;
}
.pulldown .oplink {
	display: block;
	margin-top: 10px;
}
/*パスワードレイアウト*/
#pass_box {
	clear: both;
	padding: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: solid #ddd 1px;
	background: #fff;
	text-align: center;
}
#pass_box div{
	margin-bottom: 10px;
}
#pass_box input {
	display: table-cell;    
    vertical-align: middle;  
  	border: 1px solid #999;
	padding: 4px 5px !important;
	font-size: 12px;
}

/*カートボタンレイアウト*/
#cart_box {
	clear: both;
	padding: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid #ddd 1px;
	background: #fff;
	text-align: center;
}
/*ボタンデザイン*/
#cart_box button {
	border-style: none;
	width: 80%;
	cursor: pointer;
	height: 60px;
	background: #444;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#cart_box button i{
	font-size:16px;
  	margin-right:5px;
}
#cart_box button:hover {
	background: #777;
}
#cart_box button span {
	font-size: 14px;
}
#cart_box .sold {
}
#cart_box .sold span{
	background: #fff;
	text-align: center;
	width: 80%;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  	height: 60px;
  	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #555;
	border: 1px solid #A5A5A5;
}
/*インターナショナル*/
#cart_box .inter {
  	margin-bottom: 20px;
}
#cart_box .inter a.btn-i{
	background: #bbb;
	text-align: center;
	width: 80%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top:15px;
}
#cart_box .inter a.btn-i:hover{
	background: #d5d5d5;
}
/*メール教える*/
#cart_box ul.info-mail li{
}
/*sns*/
#cart_box ul.sns {
	margin-top: 15px;
}
#cart_box ul.sns li{
	display: inline-block;
}
#cart_box ul.sns iframe{
	width: 85px !important;
}
/* 最近チェックした商品・最近チェックした商品 */
.eight_box{
	width: 100%;
	padding: 0px 0px 60px 0px;
}
.bt100{
	margin: 0px 0px 50px 0px;
}
.eight_box h3{
	margin: 0px 0px 20px;
	padding: 0;
	font-size: 22px !important;
	line-height: 1.4;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
}
#responsive02,
#responsive03 {
	margin-bottom: 10px;
}






/*-------------------------------------------
タグ
-------------------------------------------- */
.title_box h2 span{
	font-size:12px;
  	font-family: "Lucida Sans Unicode", "LucidaGrande", Verdana, Sans-serif;
}
.yoyaku,
.tag-new_shousai,
.tag-sale_shousai,
.tag-pricedown_shousai {
	width: 50px;
	position: absolute;
	top: 140px;
	left: 8%;
	height: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 80%;
}
/* 予約*/
.yoyaku {
    z-index: 11;
  	background:#ed0000;
}
.yoyaku_shousai img{
    display:none;
}
.yoyaku:before{
    content: "予約";
}
/* NEW */
.tag-new_shousai {
	z-index: 10;
  	background:#009898;
}
/* SALE */
.tag-sale_shousai {
	z-index: 10;
  	background:#3DC000;
}
/* PRICEDOWN */
.tag-pricedown_shousai {
	z-index: 10;
  	background:#F07700;
}
/* ぱんくずタグ画像消し*/
.tag-new_pan {
	display:none;
}





@media screen and (max-width: 1600px){
.img_box {
    width: 56%;
    margin: 0 2% 0 0;
}
.spec {
    width: 40%;
	margin: 0 0 0 2%;
}
/* 予約*/
.yoyaku,
.tag-new_shousai,
.tag-new_shousai,
.tag-sale_shousai,
.tag-pricedown_shousai {
	left: 0;
}
}
@media screen and (max-width: 1240px){
.setumei_box {
    width: 90%;
}
}
@media screen and (max-width: 980px){
.container {
	flex-direction: column;
}
.img_box {
	width: 100%;
  	margin: 0 0 60px 0;
}
.setumei_box {
  	width: 100%;
	order:3;
  	-webkit-box-ordinal-group: 3;
	-webkit-order: 3;
	-ms-flex-order: 3;
	padding: 0;
  	margin: 0 0 60px 0;
}
  .spec {
  	width: 100%;
  	margin: 0;
	order:4;
  	-webkit-box-ordinal-group: 4;
	-webkit-order: 4;
	-ms-flex-order: 4;
    margin: 0 0 60px 0;
}
#size {
    width: 100%;
}
}
@media screen and (max-width: 768px){
  .title_box h2 {
    font-size: 22px;
  	height: 130px;
  }
  /* 予約*/
.yoyaku,
.tag-new_shousai,
.tag-new_shousai,
.tag-sale_shousai,
.tag-pricedown_shousai {
	top: 170px;
}
  #size tr th,
  #size tr td {
    padding: 8px 0;
}
}
@media screen and (max-width: 479px){
  .eight_box h3 {
    text-align: center;
    font-size: 16px !important;
}
}
@media screen and (max-width: 420px){
  #cart_box button {
  	width: 100%;
  }
.title_box h2{
  font-size: 18px;
}
.eight_box h3 {
  font-size: 16px !important;
}
.yoyaku-chuui {
  font-size: 14px;
  width: 100%;
}
.pulldown .pull-arrow {
  	width: 100%;
}
}