@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	color:#000;
	line-height: 1.6;
	background:#fff ;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #f2f82f;
	color: #171216;
	text-decoration: none;
}

mark {
	background-color: #f2f82f;
	color: #171216;
	font-weight: bold;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

del {
	text-decoration: line-through;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #959595;
	margin: 1.0rem 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

input, select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
	line-height: 0;
}

a,
a:visited {
	color:#00c;
	text-decoration: none;
}

a:hover,
button:hover {
	color:#f00;
	text-decoration: underline;
	opacity: 0.7;
}

a img:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

a, a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


/*	TEXTカラー
--------------------------------------*/
.txt-wt {
	color: #fff;
}

.txt-red, .red {
	color: #d70035;
}

.txt-blue {
	color: #006eb0;
}

/*	調整用
--------------------------------------*/
.none_bg {
	background: none !important;
}

.none_bd {
	border: none !important;
}

.none_bd_top {
	border-top: none !important;
}

/* 改行 */
.no_br br {
	display: none;
}

.on_br br {
	display: block;
}

@media screen and (min-width: 801px) {
	.no_br br {
		display: block;
	}

	.on_br br {
		display: none;
	}
}
/* TEXT配置 */
.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	text-align: left !important;
}

/*	文字ツメ */
.txt_spac {
	letter-spacing: -1px;
}

.txt_spac_pl {
	letter-spacing: 2px;
}

.bold {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

/* margin・padding
--------------------------------------*/
.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

/*	共通CSS
--------------------------------------*/
em, i, cite {
	font-style: normal;
}

strong, b {
	font-weight: bold;
}

blockquote, q {
	border-left: 4px solid #959595;
	margin: 0 0 2.4em 1rem;
	position: relative;
	display: block;
	color: #4a515c;
}
blockquote:after, q:after {
	content: "”";
	font-size: 90px;
	line-height: 0em;
	color: #dcdce0;
	position: absolute;
	right: 0;
	top: 100%;
}
blockquote p:last-child, q p:last-child {
	margin-bottom: 0;
}

/* FOAM
--------------------------------------*/
/* OSi　リセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

input, textarea, select {
	outline: 0;
}

/* 基本スタイル */
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="password"] {
	background: #fff;
	border: 1px solid #959595;
	padding: 0.2em 15px;
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="number"] {
	padding-right: 5px;
	padding-left: 5px;
}

input[type="text"]::focus, input[type="text"]:hover, input[type="email"]::focus, input[type="email"]:hover, input[type="url"]::focus, input[type="url"]:hover {
	border: 1px solid #00AEE3;
}

button {
	cursor: pointer;
}

input[type='checkbox'], input[type="radio"], input[type="submit"] {
	cursor: pointer;
}

textarea {
	border: 1px solid #959595;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	height: 230px;
	margin: auto;
}

/* 基本table
--------------------------------------*/
table {
	width: 100%;
}

th, td {
	border: 1px solid #959595;
	margin: 0 0 -1px 0;
	vertical-align: middle;
	padding: 5px;
}

table tr:last-child td:last-child {
	margin-bottom: 0;
}

th {
	background: #f6f6f7;
}

/* ご利用ガイド用スタイル */
table.about-tbl {
	margin: 24px auto;
}

table.about-tbl th, table.about-tbl td {
	padding: 10px;
}

table.about-tbl th {
	min-width: 200px;
}

table.about-tbl a {
	text-decoration: underline;
}

table.shipment-tbl {
	margin-bottom: 30px;
}

table.shipment-tbl table {
	margin-bottom: 15px;
}

table.shipment-tbl th, table.shipment-tbl td {
	font-size: 1.4rem;
}

table.shipment-tbl td {
	padding: 4px 8px;
}

table.shipment-tbl thead th,
table.shipment-tbl thead td {
	text-align: center;
	font-weight: bold;
}
.shipment-tbl-normal-shippoint-point span {
	display: inline-block;
}
.shipment-tbl-eidome a {
	text-decoration: underline;
}

table.shipment-tbl th {
	max-width:22em;
}

table.shipment-tbl table th {
	max-width: 10em;
}

/* clearfix */
.cl, #header, #container, #main-wrapper,
#secondary, #footer {
	*zoom: 1;
}
.cl::after, #header::after, #container::after, #main-wrapper::after,
#secondary::after, #footer::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* キャリア別表示・非表示 */
@media screen and (max-width: 800px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 801px) {
	.sp {
		display: none;
	}
}
/*--------------------------------------
	layout
--------------------------------------*/
.wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

#header {
	margin: 0 auto;
	position: relative;
	z-index: 2000;
}

#header .inner {
	position: relative;
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#main-wrapper {
	padding: 160px 0 0 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 801px) {
	#wrapper {
		min-width: 1120px;
	}

	#main-wrapper {
		min-width: 970px;
	}
}


*, *::before, *::after {
	box-sizing: border-box;
}

input, 
select {
	font-size: 1.6rem;
}

header {
	height: 118px;
	background: url(https://image.raku-uru.jp/01/20536/42/bg_header_1637919411204.jpg) no-repeat top center;
	background-size: cover;
	border-top: solid 5px #808080;
}

input[type="submit"], 
input[type="button"] {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #F2F0EA;
	border: solid 1px #B8B4B0;
	border-radius: 8px;
	cursor: pointer;
	-webkit-appearance: none;
}

.logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#menu {
	position: absolute;
	top: 0;
	right: 0;
}

#btn_cart {
	display: inline-block;
	padding: 10px 0 10px 65px;
	width: 264px;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
	background: url(https://image.raku-uru.jp/01/20536/50/icon_cart2_1638153715791.png) no-repeat left 35px center #000000;
	background-size: 23px 22px;
	text-decoration: none;
}

#h_navi {
	padding: 15px 0;
	font-size: 0;
}

#h_navi li {
	display: inline-block;
	padding: 2px 0;
	width: 50%;
	text-align: center;
	border-right: solid 1px #000000;
}

#h_navi li:first-of-type {
	border-left: solid 1px #000000;
}

#h_navi li a {
	font-size: 1.4rem;
	color: #000000;
	text-decoration: none;
}

#h_navi li img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#c_navi {
	padding: 20px 0 17px 0;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
	border-bottom: solid 2px #E0DFDD;
}

#c_navi li {
	display: inline-block;
	margin: 0 15px;
	font-size: 1.6rem;
	font-family: '游明朝体', YuMincho, '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'Yu Mincho', serif;
	vertical-align: bottom;
}

#c_navi li a {
	display: inline-block;
	position: relative;
	padding: 0 4px;
	color: #000000;
	text-decoration: none;
}

#c_navi li a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #806F29;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

#c_navi li.active a::after,
#c_navi li a:hover::after {
	transform: scale(1, 1);
}

footer {
	padding: 30px 0;
	margin: 30px 0 0 0;
	height: 238px;
	font-size: 1.4rem;
	color: #FFFFFF;
	background: url(https://image.raku-uru.jp/01/20536/43/bg_footer_1637919439730.jpg) no-repeat top center;
	background-size: cover;
}

footer a[href^="tel:"] {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

footer p {
	padding: 0 1em 0 0;
	text-align: right;
}

#f_logo {
	float: left;
	padding: 0 70px 0 10px;
}

#f_navi {
	text-align: left;
}

#f_navi ul {
	padding: 10px 0;
	font-size: 0;
}

#f_navi ul li {
	display: inline-block;
	padding: 4px 1.5em;
	margin: 5px -1px 5px 0;
	min-width: 10em;
	font-size: 1.4rem;
	text-align: center;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

#f_navi ul li:last-of-type {
	border: none;
}

#f_navi ul li a {
	font-size: 1.4rem;
	color: #FFFFFF;
	text-decoration: none;
}

#f_navi ul li:last-of-type a {
	display: inline-block;
	padding: 3px 3em;
	border: solid 1px #FFFFFF;
}

#f_navi ul li a:hover {
	text-decoration: underline;
}

#f_navi ul li:last-of-type a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.copyright {
	padding: 20px 0 0 0;
	font-size: 1.2rem;
	color: #FFFFFF;
	text-align: center;
}

.inner {
	margin: auto;
	width: 970px;
}

.inner2 {
	margin: auto;
	width: 914px;
}

.inner3 {
	margin: auto;
	width: 900px;
}

.hidden {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block {
	display: block;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.large {
	font-size: 1.2em;
}

.large2 {
	font-size: 1.4em;
}

.small {
	font-size: 0.8em;
}

.small2 {
	font-size: 0.6em;
}

.serif {
	font-family: '游明朝体', YuMincho, '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'Yu Mincho', serif;
}

.bold {
	font-weight: bold;
}

.red {
	color: #FD0000;
}

.darkred {
	color: #8A2728;
}

.orange {
	color: #CE753F;
}

.vermilion {
	color: #E26232;
}

.khaki {
	color: #827E48;
}

.bg_gray {
	background-color: #EFEFEF;
}

.bg_navy {
	background-color: #2E3A48;
}

.bg_darkyellow {
	background-color: #96813C;
}

.ttl h1, 
.ttl h2, 
.ttl span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 56px 0;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 3rem;
	font-family: '游明朝体', YuMincho, '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'Yu Mincho', serif;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	background-color: #2E3A48;
}

.ttl a {
	color: #FFFFFF;
	text-decoration: none;
	pointer-events: none;
}

.headline {
	padding: 40px 0px 30px 0;
	margin: -15px 0 30px 0;
	background-color: #F2F0EA;
}

.headline h2 {
	margin: auto;
	width: 914px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #2E3A48;
	line-height: 1;
}

.subheading {
	padding: 20px;
	margin: 10px 0;
	font-size: 2rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	background-color: #706F3E;
}

.subheading2 span {
	display: inline-block;
	padding: 5px 10px;
	margin: 20px 0 0 0;
	font-weight: bold;
	background-color: #FCE9E3;
	border: solid 2px #E26232;
}

.underline {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
	vertical-align: top;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

table.border {
	margin: 5px auto;
	text-align: left;
	border-collapse: collapse;
	border: solid 1px #000000;
}

table.border th, 
table.border td {
	padding: 5px 1.5em;
	background-color: #FFFFFF;
	border-top: solid 1px #BFBFBF;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #BFBFBF;
	border-left: solid 1px #000000;
}

table.border tr:first-of-type th, 
table.border tr:first-of-type td {
	border-top-color: #000000;
}

table.border tr:last-of-type th, 
table.border tr:last-of-type td {
	border-bottom-color: #000000;
}

.box {
	padding: 30px 20px;
	margin: 50px 0 0 0;
	font-size: 0;
	border: solid 1px #373433;
}

.box .box_text {
	display: inline-block;
	width: 400px;
	font-size: 1.6rem;
}

.box.imgl img {
	float: left;
	margin: 0 30px 0 0;
}

.box.imgr img {
	float: right;
	margin: 0 0 0 30px;
}

.box .box_text h2 {
	margin: 0 0 20px 0;
	font-size: 2.5rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #817E48;
}

.box .box_text h3 {
	padding: 0 10px 20px 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

.box .box_text p {
	padding: 0 10px;
}



/* *****************************************************************************

ご利用ガイド

***************************************************************************** */

#guide h3 {
	padding: 20px 0 10px 0;
}

#guide h4 {
	padding: 10px 0 0 0;
}

#guide p {
	padding: 0 0 20px 0;
}

#guide #point {
	padding: 20px 0 10px 0;
	text-align: center;
}

#guide #point p {
	display: inline-block;
	position: relative;
	padding: 15px;
	margin: auto;
	width: 434px;
	font-size: 2rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3;
	background-color: #F08634;
	border-radius: 10px;
}

#guide #point p::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 16px);
	border: solid 1px #FFFFFF;
	border-radius: 9px;
}

#guide #registered {
	padding: 0 0 20px 0;
	text-align: center;
}

#guide #registered p {
	padding: 10px;
	margin: 20px 5%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E26232;
}

#guide .beginner_right {
	float: right;
	width: 658px;
}

#guide .beginner_left {
	float: left;
	margin: 20px 30px 30px 0;
	text-align: center;
}

#guide .beginner_left img {
	width: 100%;
	height: auto;
}

#guide #sendmail {
	display: inline-block;
	padding: 5px 15px;
	margin: 15px 2em;
	border: solid 1px #E26232;
}



/* *****************************************************************************

会社概要

***************************************************************************** */

#info table {
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
}

#info table th, 
#info table td {
	padding: 10px 3em;
	background-color: #FFFFFF;
	border-top: solid 1px #BFBFBF;
	border-right: none;
	border-bottom: solid 1px #BFBFBF;
	border-left: none;
	vertical-align: top;
}

#info table th {
	font-weight: bold;
	color: #2E3A48;
	white-space: nowrap;
}

#info table td {
	width: 100%;
}

#info table td img {
	vertical-align: middle;
}

#info table td p:not(:last-of-type) {
	padding-bottom: 20px;
}


/* *****************************************************************************

  プレゼント企画

***************************************************************************** */
#present h2 {
	padding: 15px;
	margin: 30px 0 15px 0;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	background-color: #CE753F;
}

#present h2 span {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 20px;
	font-size: 1.7rem;
	text-align: center;
	vertical-align: top;
	border: solid 1px #FFFFFF;
}

#present h3 {
	font-size: 2.4rem;
	font-weight: bold;
}

#present table {
	margin: 0 20px 30px 20px;
	width: calc(100% - 40px);
	border-collapse: collapse;
}

#present table th, 
#present table td {
	padding: 10px 1.5em;
	border: solid 1px #B8B4B0;
}

#present table th {
	width: 8em;
	white-space: nowrap;
	background-color: #E8E4D9;
}

#present p {
	padding: 10px;
}

#present_detail {
	position: relative;
	padding: 10px;
	margin: 20px 0 40px 0;
}

#present_detail img {
	width: 100%;
	height: auto;
}

#present_detail p {
	padding: 10px 0;
	line-height: 1.6;
}

#present_detail_l {
	float: left;
	width: 488px;
}

#present_detail_l img {
	width: 100%;
	height: auto;
}

#present_detail_r {
	float: right;
	width: 434px;
}

#present_detail_r ul {
	font-size: 0;
}

#present_detail_r ul li {
	display: inline-block;
	width: 49%;
}

#present_detail_r ul li:nth-of-type(odd) {
	margin-right: 2%;
}


/* *****************************************************************************

  包装、熨斗について

***************************************************************************** */
#noshi ul li img {
	width: 100%;
	height: auto;
}

#noshi dl {
	padding: 20px 0;
}

#noshi dl dt, 
#noshi dl dd, 
#noshi dl dd p {
	font-weight: bold;
}

#noshi dl dt {
	padding: 10px 1.5em;
	background-color: #F2F0EA;
}

#noshi dl dd {
	padding: 15px 50px;
	margin: 10px 0 40px 0;
	border: solid 1px #000000;
}

#noshi dl dd ul {
	padding: 0 0 0 1em;
	width: 25%;
}

#noshi dl dd ul li {
	list-style-type: disc;
}

#noshi dl dd p {
	padding: 20px 0 0 0;
}

#noshi_summary {
	padding: 0 0 20px 0;
}

#noshi_summary p {
	padding: 20px 0 30px 0;
	text-align: center;
}

#noshi_summary ul {
	font-size: 0;
}

#noshi_summary ul li {
	display: inline-block;
	margin: 0 0 10px 15px;
	width: calc((100% - 30px) / 3);
}

#noshi_summary ul li:first-of-type {
	margin-left: 0;
}

.noshi_inner {
	margin: auto;
	width: 856px;
}

.noshi_inner > ul {
	font-size: 0;
	text-align: center;
}

.noshi_inner > ul li {
	display: inline-block;
	margin: 30px 0;
	width: 270px;
}

.noshi_inner > ul li:not(:first-of-type) {
	margin-left: 23px;
}


/* *****************************************************************************

特集

***************************************************************************** */
#special h2 {
	font-size: 2.4rem;
	font-weight: bold;
}

#special .main_visual {
	padding: 30px 0 0 0;
}

#special .main_visual img {
	width: 100%;
	height: auto;
}

#special .special_l, 
#special .special_r {
	padding: 30px 0 0 0;
	width: 474px;
}

#special .special_l {
	float: left;
}

#special .special_r {
	float: right;
}

#special .special_l img, 
#special .special_r img {
	width: 100%;
	height: auto;
}

#special .special_l p, 
#special .special_r p {
	padding: 30px 0 0 0;
}

#special .related {
	padding: 40px 0 0 0;
}

#special .related ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#special .related ul li {
	margin: 0 20px 20px 0;
	width: calc((100% - 60px) / 4);
}

#special .related ul li:nth-of-type(4n) {
	margin-right: 0;
}

#special .related ul li img {
	width: 100%;
	height: auto;
}

#special .related ul li a {
	color: #000000;
}


/* *****************************************************************************

会員規約

***************************************************************************** */
.membership-agreement {
	margin: auto;
	width: 970px;
}


/* *****************************************************************************

送料について

***************************************************************************** */
.fee_inner {
	padding: 20px 0 60px 0;
}



@media all and (min-width: 801px) {
	a[href^="tel:"] {
		color: #000000;
		cursor: default;
		pointer-events: none;
		text-decoration: none;
	}

	.sp { display: none; }
}




@media all and (max-width: 800px) {
	.pc { display: none; }

	img {
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}

	th, 
	td {
		display: block;
		width: 100%;
	}

	header {
		max-height: 20vw;
		border: none;
	}

	.logo {
		top: 10px;
		left: 15px;
		max-width: 40%;
	}

	.i_navi {
		position: absolute;
		top: 15px;
		right: 65px;
		font-size: 0;
	}

	.i_navi li {
		display: inline-block;
		width: 50px;
		font-size: 1rem;
		text-align: center;
		vertical-align: middle;
	}

	.i_navi li a {
		display: inline-block;
		font-size: 1rem;
		color: #000000;
		text-decoration: none;
	}

	.i_navi li a span {
		display: block;
		white-space: nowrap;
	}

	#navi {
		position: relative;
		right: -20px;
		z-index: 100;
	}

	#navi input[type="checkbox"] {
		display: none;
	}
	
	#navi nav {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
		background-color: #333333;
		transition: all .5s;
		opacity: 0;
	}
	
	#navi nav > ul li a {
		text-decoration: none;
	}

	#navi nav > ul#c_menu {
		padding: 19vw 0 15px 0;
		margin: auto;
		width: 75%;
	}

	#navi nav > ul#c_menu li {
		border-bottom: solid 1px #A59348;
	}

	#navi nav > ul#c_menu li:first-of-type {
		border-top: solid 1px #A59348;
	}

	#navi nav > ul#c_menu li a {
		display: block;
		padding: 10px 0;
		font-size: 1.6rem;
		color: #FFFFFF;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	
	#navi nav > ul#c_menu li a:not(:hover) img {
		filter: brightness(0%) saturate(0%) contrast(1000%) invert(100%);
	}

	#navi nav > ul#g_menu {
		padding: 0 15px;
		font-size: 0;
	}

	#navi nav > ul#g_menu li {
		display: inline-block;
		margin: 10px 0;
		width: calc(50% - 2%);
		border: solid 1px #FFFFFF;
		border-radius: 5px;
	}

	#navi nav > ul#g_menu li:nth-of-type(odd) {
		margin-right: 4%;
	}

	#navi nav > ul#g_menu li:last-of-type {
		margin-right: 0;
		width: 100%;
	}

	#navi nav > ul#g_menu li:nth-of-type(-n+2) a, 
	#navi nav > ul#g_menu li:last-of-type a {
		color: #333333;
		background-color: #FFFFFF;
	}

	#navi nav > ul#g_menu li a {
		display: block;
		padding: 10px 0;
		min-height: 31px;
		font-size: 3.2vw;
		color: #FFFFFF;
		line-height: 1;
	}

	#navi nav > ul#g_menu li a img {
		width: auto;
		height: 1em;
		margin-right: 1em;
		vertical-align: middle;
	}

	#navi nav .btn_online {
		font-size: 1.9rem;
	}
	
	#navi #navi_btn,
	#navi #navi_btn span {
		display: inline-block;
	}
	
	#navi #navi_btn {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		background-color: #333333;
		z-index: 100;
	}
	
	#navi #navi_btn span {
		position: absolute;
		left: 19px;
		width: 22px;
		height: 1px;
		background-color: #A08F47;
	}
	
	#navi #navi_btn span:nth-of-type(1) {
		top: 20px;
	}
	
	#navi #navi_btn span:nth-of-type(2) {
		top: 29px;
	}
	
	#navi #navi_btn span:nth-of-type(3) {
		bottom: 20px;
	}
	
	#navi label {
		display: block;
		height: 50px;
		cursor: pointer;
	}

	#navi #open:checked ~ body {
		position: fixed;
	}

	#navi #open:checked ~ nav {
		display: inline-block;
		position: fixed;
		height: 100%;
		transition: all .5s;
		opacity: 1;
		overflow-y: scroll;
		z-index: 10;
		-ms-overflow-style: none;
	}

	#navi #open:checked ~ nav .i_navi li a {
		color: #FFFFFF;
	}

	#navi #open:checked ~ nav .logo, 
	#navi #open:checked ~ nav .i_navi li a img {
		filter: brightness(0%) saturate(0%) contrast(1000%) invert(100%);
	}
	
	#navi #open:checked ~ #navi_btn {
		position: fixed;
		background-color: transparent;
	}
	
	#navi #open:checked ~ #navi_btn span {
		background-color: #A59348;
	}
	
	#navi #open:checked ~ #navi_btn span:nth-of-type(1) {
		transform: translateY(9px) rotate(-45deg);
	}
	
	#navi #open:checked ~ #navi_btn span:nth-of-type(2) {
		opacity: 0;
	}
	
	#navi #open:checked ~ #navi_btn span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}

	footer {
		padding: 20px 0;
		height: auto;
	}
	
	footer p {
		padding: 0;
		text-align: left;
	}

	#f_logo {
		float: none;
		padding: 0 20%;
		text-align: center;
	}

	#f_navi ul {
		padding: 20px 0;
	}

	#f_navi ul li {
		padding: 4px 1em;
		min-width: auto;
	}

	#main-wrapper {
		padding-top: 80px;
	}

	.inner {
		padding: 0 20px;
		width: 100%;
	}

	.inner2, 
	.inner3 {
		width: 100%;
	}

	.ttl h1, 
	.ttl h2, 
	.ttl span {
		padding: 30px 0;
		font-size: 2rem;
	}

	.headline {
		padding: 20px 0px 15px 1em;
		margin-bottom: 20px;
	}
	
	.headline h2 {
		width: 100%;
		font-size: 1.8rem;
	}

	.subheading {
		padding: 10px;
		font-size: 1.6rem;
	}

	table.border th, 
	table.border td {
		display: table-cell;
		padding: 5px 0.5em;
	}

	.box {
		padding: 15px;
	}

	.box .box_text {
		display: block;
		width: 100%;
	}

	.box .box_text h3 {
		font-size: 2.2rem;
	}

	.box.imgl img, 
	.box.imgr img {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
		height: auto;
	}

/* *****************************************************************************

ご利用ガイド

***************************************************************************** */
	#guide #point p {
		width: auto;
	}
	
	#guide #registered {
		padding: 0;
	}
	
	#guide .beginner_right, 
	#guide .beginner_left {
		float: none;
		margin: 0;
		width: auto;
	}
	
	#guide .beginner_left {
		padding: 0 10%;
	}

	#guide #sendmail {
		padding: 5px;
		margin: 15px 0;
		text-align: center;
	}

/* *****************************************************************************

会社概要

***************************************************************************** */
	#info table th, 
	#info table td {
		display: block;
	}
	
	#info table th {
		padding: 10px 0 0 1em;
		margin: -1px 0 0 0;
		border-bottom: none;
	}
	
	#info table td {
		padding: 0 0 10px 1em;
		border-top: none;
	}


/* *****************************************************************************

特定商取引法に基づく表示

***************************************************************************** */
	#law_summary table th, 
	#law_summary table td {
		display: block;
	}
	
	#law_summary table th {
		padding: 10px 0 0 1em;
		margin: -1px 0 0 0;
		border-bottom: none;
	}
	
	#law_summary table td {
		padding: 0 0 10px 1em;
		border-top: none;
	}
	
	.law_inner {
		padding: 0;
	}


/* *****************************************************************************

  プレゼント企画

***************************************************************************** */
	#present h2 {
		text-align: center;
	}

	#present h2 span {
		display: block;
		margin: 0 0 10px 0;
	}

	#present h3 {
		font-size: 2.2rem;
	}

	#present_detail {
		margin: 0 0 30px 0;
	}

	#present_detail_l, 
	#present_detail_r {
		float: none;
		width: auto;
	}

	#present_detail_l {
		margin: 0 0 10px 0;
	}

	#present table th, 
	#present table td {
		display: block;
		padding: 5px 0.5em;
		width: 100%;
		border: none;
	}

/* *****************************************************************************

  包装、熨斗について

***************************************************************************** */
	#noshi dl dt {
		padding: 10px;
	}

	#noshi dl dd {
		padding: 15px;
	}

	#noshi dl dd ul {
		width: 50%;
	}

	#noshi_summary p {
		padding: 10px 0;
		text-align: left;
	}

	#noshi_summary ul li {
		width: 48%;
	}

	#noshi_summary ul li:first-of-type {
		margin-right: 26%;
		margin-left: 26%;
	}

	#noshi_summary ul li:nth-of-type(2) {
		margin-left: 0;
	}

	#noshi_summary ul li:last-of-type {
		margin-left: 4%;
	}

	.noshi_inner {
		width: 100%;
	}

	.noshi_inner > ul li {
		display: block;
		padding: 0 26%;
		margin: 10px auto;
		width: 100%;
	}

	.noshi_inner > ul li:not(:first-of-type) {
		margin: 10px auto;
	}

/* *****************************************************************************

特集

***************************************************************************** */
	#special h2 {
		font-size: 2.2rem;
	}

	#special .special_l, 
	#special .special_r {
		float: none;
		width: auto;
	}

	#special .related ul li {
		width: calc((100% - 20px) / 2);
	}
	
	#special .related ul li:nth-of-type(even) {
		margin-right: 0;
	}

/* *****************************************************************************

会員規約

***************************************************************************** */
	.membership-agreement {
		padding: 20px;
		width: 100%;
	}
}
.notfound {
padding: 20px 0;
}

.notfound p {
padding: 30px 0;
}

