@charset "utf-8";
/* モーダルウィンドウ css */
html {
	position: relative;
	background: #fff;
	padding: 2rem;
	overflow-y: -moz-hidden-unscrollable;
}
body {
	border: none;
	background: #fff;
	margin-bottom: 3rem;
}
section.input-modal {
	padding-right: 1rem; }
	
/* 検索メニュー */
#modal-search.search dl { padding-bottom: 1.7rem; }

/* 商品の数量選択画面 */
#item_wrap > img {
	float: left;
	display: inline-block;
	width: 38.12%;
	max-width: 300px;
}
#item_detail {
	display: inline-block;
	margin-left: 20px;
	width: 57%;
}
#item_detail span.code { 
	margin-bottom: 1rem;
}
#item_detail .ttl_wrap { clear: both; }
#item_detail .ttl { 
	margin-bottom: 0.8rem;
	display: inline-block;
}
#item_detail .price_wrap {
	width: 46%;
	float: right;
}
#item_detail .price { text-align: right; }
#item_detail table {
	margin-top: 0.6rem;
	border-top: 1px dashed #c2bdbb;
	text-align: left;
	width: 100%;
}
#item_detail table tbody { 
	padding-top: 2rem;
	display: block;
}
#item_detail table th { 
	vertical-align: top;
	white-space: nowrap;
	padding-right: 13px;
	text-align: left;
}
#item_detail table td { 
	padding-bottom: 18px;
	line-height: 1.8rem;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
}
#item_detail table td.col-2 { 
	padding: 4px 0 18px 8px;
}
#item_detail table .save span { 
	width: 68px;
	padding: 0;
	float: left;
	margin: 0 3px 3px 0;
}
#item_detail .allergen li { width: 34px; }
#item_detail .allergen li img, #item_detail .star li img { 
	width: 100%;
	height: auto;
}
#item_detail .star li { width: 18px; }
.add_wrap { margin-top: 1rem; }
.add-full .btn-str { margin-top: 0; }
#modal-item { 
	overflow-y: hidden;
	text-align: center;
}
#modal-item .item_content > .td {
	width: 50%;
}
#modal-item .item_content > .td:first-child { padding-right: 10px; }
#modal-item .item_content > .td:nth-child(2) { padding-left: 10px; }
#modal-item img {
	width: 100%;
    height: auto;
}
#modal-item .td { display: table-cell; }
#modal-item .ttl_wrap {
	width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1rem;
    clear: both;
}
#modal-item .com_wrap {
    margin-top: 0.8rem;
	margin-bottom: 1rem;
}
#modal-item .ttl { font-weight: bold; }
#modal-item .category { padding: 0; }
#modal-item .item_content .table-items tr td {
    padding: 1rem 0;
	text-align: left;
}
#modal-item .item_content .table-items th {
	white-space: nowrap;
	padding: 1rem 30px 1rem 0;
	vertical-align: top;
}
#modal-item .item_content .table-items tr:first-child th, #modal-item .item_content .table-items tr:first-child td { padding-top: 0; }
#modal-item .item_content .save span {
	min-width: 100px;
	padding: 4px;
}
#modal-item .item_content .note {
    line-height: 1.8rem;
    border: 1px dashed #9d0b0b;
    padding: 12px;
    margin-top: 1.5rem;
    width: 100%;
}
#modal-item .add_wrap {
	padding: 2rem 50px;
	margin-top: 2rem;
}
#modal-item .add_wrap .kosuu_wrap { display: inline-block; }
#modal-item .add_wrap .kosuu_label {
	display: inline-block;
	float: left;
	padding: 0;
	margin-top: 0.8rem;
}
#modal-item .add-full .kosuu {
	display: inline-block;
	float: left;
	margin: 0 auto 2rem;
}
#modal-item .add_wrap .kosuu .selectmenu { float: left; }
#modal-item .zaiko {
	display: inline-block;
    float: left;
    width: auto;
    padding: 12px 4px;
    margin: 0 0 0 6px;
}
.btn_wrap { width: 80%; }
.btn_wrap.col-2 .col {
    width: calc(50% - 4px);
    float: left;
}
#modal-item .btn_fav {
    width: 275px;
    display: inline-block;
}

/* 利用規約、プライバシーポリシー */
.input-modal h2 { 
	padding: 0 0 0.5rem 0;
	border-bottom: 1px dotted #ccc;
}
.input-modal h2:before { content: none; }
.input-modal .inner { 
	margin: 2rem 0;
	line-height: 2.3rem;	
}
.input-modal .inner h4 {
	margin-top: 3rem;
}
.input-modal .inner p { margin-top: 0.8rem; }
.input-modal .inner h4:first-child { margin-top: 0; }
.input-modal .inner ol { 
	list-style: none;
	margin-top: 0.8rem;
}
.input-modal .inner ol > li {
	margin-bottom: 1rem;
    text-indent: -1em;
    margin-left: 1em;
}
.input-modal .btn_wrap{
	margin: 5rem auto 2rem;
}
#kiyaku ol li ul { margin-left: 1em; }

/* プライバシーポリシー */
#privacy .inner ul { 
	list-style-type: disc;
	margin-left: 2em;
	margin-top: 0.8rem;
	text-indent: 0;
}
#privacy .inner .contact {
	width: 70%;
	margin-top: 1rem;
}
#privacy .inner .contact span {
	width: 100%;
    margin-bottom: 1.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px dashed #cccccc;
}

@media screen and (max-width: 960px) and (min-width: 769px){
	.t-23 {
		font-size: 23px !important;
		font-size: 2.3rem !important;
	}
	.t-15 {
		font-size: 15px !important;
		font-size: 1.5rem !important;
	}
	.t-14 {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
	.t-13 {
		font-size: 13px !important;
		font-size: 1.3rem !important;
	}
	.t-12 {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
	.btn-str a {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
	table.default tr { border: none; }
	thead.pc { display: table-header-group !important; }
	table.default td {
		display: table-cell;
		width: auto;
		border-left: 1px dotted #c2bdbb;
		border-bottom: 1px solid #c2bdbb;
		border-top: none;
	}
	table.default td.cancel { 
		padding: 1rem 5px !important;
		display: table-cell;
	}
}

@media screen and (min-width: 769px) {
	.sp { display: none !important; }
	.pc { display: block !important; }
}

@media screen and (max-width: 768px) {
	html { padding: 2rem; }	
	.t-23 {
		font-size: 20px !important;
		font-size: 2rem !important;
	}
	.t-15 { 
		font-size: 13px !important;
		font-size: 1.3rem !important;
		letter-spacing: 0.2rem;
		line-height: 1.8rem;
	}
	.t-14 {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
	.t-13 {
		font-size: 11px !important;
		font-size: 1.1rem !important;
	}
	.t-12 {
		font-size: 10px !important;
		font-size: 1rem !important;
	}
	.btn-str a {
		font-size: 13px !important;
		font-size: 1.3rem !important;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }	
}

@media screen and (max-width: 480px) {
	html { padding: 1rem; }
	#item_detail {
		width: 100%;
		margin-left: 0;
	}
	#item_detail span.code {
		margin-bottom: 0.5rem;
	}
	#item_wrap > img {
		float: none;
		display: inherit;
		margin: 0 auto 1rem;
		width: 100%;
		max-width: 215px;
	}
	.add_wrap .td { display: block; }

}

/* 南関町用追記 */
@media screen and (max-width:768px) {
	#privacy .inner .contact { width: 100%; }
}
@media screen and (min-width: 481px) {
	/* 検索フォーム */
	#modal-search dl dt {
		width: 141px;
		margin-right: 0;
		text-align: right;
		vertical-align: middle;
		display: table-cell;
	}
	#modal-search.search { margin-bottom: 4rem; }
	#modal-search .btn_wrap.col-1 { margin-bottom: 2rem; }
}