@charset "utf-8";
/*
Theme Name: riz-riz
*/

body,
input,
textarea {
	color: #642519;
	font-family: "游明朝 Medium", "YuMincho Medium", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, serif; 
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .2em;
}

.required {
	color: #f00;
}

.sitecolor {
	color: #efc31d!important;
}
.bg-sitecolor,
.side_cat > li:before,
.entry-content h4:before {
	background: #efc31d!important;
}
.border-sitecolor,
#grobal_nav .floatlist li a:hover,
.current_page_item a,
.current-menu-item a,
.single-post .menu-item-object-post a,
.single-blog .menu-item-object-blog a,
.single-item .menu-item-object-item a {
	border-color: #efc31d!important;
}

.btn {
	border-radius: 3px;
}
.arrowlist li a:before,
#footer_nav .pagetop a span::before {
	border-color: #efc31d!important;
}

#news_list li span a, #news_slider li span a, .entry-meta span.term a {
	border-radius: 10px;
	color: #000;
}

.entry-content h2 {
	background: #f4ecd5;
	color: #000;
}

a {
	color: #642519;
}
a,
a:hover {
	transition: all .3s
}

h1, h2, h3, h4, h5, h6,
.entry-content h2, .entry-content h3, .entry-content h4 {
	font-weight: 400;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
}

input[type="text"],
input[type="textarea"],
input[type="password"] {
	font-weight: normal;
	letter-spacing: 0;
	background: #fff;
}
input[type="submit"] {
	cursor: pointer;
	font-weight: normal;
	letter-spacing: 0;
}

table th,
table td {
	letter-spacing: .1em;
	line-height: 2;
}

/* = 固定ページ
-------------------------------------------------------------- */
.entry-content {
	font-size: 1.4rem;
}
.entry-content a {
	color: #d8ac28;
	text-decoration: underline;
}
.entry-content table,
.entry-content table th,
.entry-content table td {
	border-color: #E5C77C;
}
.entry-content table th {
	text-align: center;
	background: #FBF6E9;
	white-space: nowrap;
}
.entry-content table td {
	padding-left: 2em;
}

.entry-content h2 {
	color: #fff;
	background:url('./images/common/bg_yel_01.png') repeat top left;
	border-color: #642519;
}
.entry-content h3 {
	font-size: 2rem;
	padding-bottom: .4em;
	border-color: #d8ac29;
	position: relative;
}
.entry-content h3::after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: solid 3px #642519;
	bottom: -3px;
	width: 25px;
}

/* = 共通
-------------------------------------------------------------- */
#main {
	margin-top: 156px;
	position: relative;
	background: url(./images/home/sweets_bg.png) no-repeat top center;;
}
#breadcrumbs {
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 50px;
}
#container {
	min-width: 480px;
}

.more-btn {
	text-align: center;
}
.more-btn a {
	display: inline-block;
	width: 250px;
	margin: auto;
	font-size: 1.6rem;
	padding: 8px 54px;
	border: 1px solid #642519;
	border-radius: 27px;
	box-sizing: border-box;
	position: relative;
}
.more-btn a::before {
	content: url('./images/common/ico_arrow_br.png');
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	height: 5px;
	margin: auto;
	line-height: 0;
}
.more-btn.btn_wh a {
	color: #fff;
	border-color: #fff;
}
.more-btn.btn_wh a::before {
	content: url('./images/common/ico_arrow_wh.png');
}

.yel-btn a {
	color: #fff;
	border: none;
	letter-spacing: 1px;
	text-align: center;
	transition: .3s ease all;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.6rem 3.5rem;
	background: #d8ac29;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.titlebox {
	text-align: center;
	margin-bottom: 70px;
}
.titlebox .lang-ja {
	font-size: 3.5rem;
	letter-spacing: .2em;
	margin-bottom: .3em;
}
.titlebox .lang-en {
	color: #d8ac29;
	position: relative;
	font-style: italic;
	font-size: 1.4rem;
}
.titlebox .lang-en::before,
.titlebox .lang-en::after {
	position: absolute;
	top: 6px;
	line-height: 0;
}
.titlebox .lang-en::before {
	content: url('./images/common/deco_title_en_yel_before.png');
	left: -64px;
}
.titlebox .lang-en::after {
	content: url('./images/common/deco_title_en_yel_after.png');
	right: -64px;
}
.titlebox.fc-wh .lang-ja,
.titlebox.fc-wh .lang-en {
	color: #fff;
}
.titlebox.fc-wh .lang-en::before {
	content: url('./images/common/deco_title_en_wh_before.png');
}
.titlebox.fc-wh .lang-en::after {
	content: url('./images/common/deco_title_en_wh_after.png');
}
body.page .titlebox {
	margin-bottom: 80px;
}

#map-canvas {
	width: 100%;
	height: 350px;
}
#map-canvas iframe {
	height: 350px;
}

.br_pc {
	display: inline;
}
.br_sp {
	display: none;
}
@media screen and (max-width: 480px) {
	.br_pc {
		display: none;
	}
	.br_sp {
		display: inline;
	}
}

/* = ヘッダー
-------------------------------------------------------------- */
#header {
	box-shadow: 0px -1px 2px 1px #ccc;
	z-index: 100;
	border-bottom: 0;
}
#head_inner {
	padding-bottom: 0;
}
#head_top {
	padding-bottom: 5px;
}
#head_top h3 {
	font-size: 1.2rem;
	letter-spacing: .1em;
}
#musthead {
	margin-bottom: 20px;
}
#musthead .right {
	padding-top: 9px;
}
#musthead .right > ul > li{
	vertical-align: middle;
	margin-left: 28px;
	font-size: 0;
}
#musthead .right > ul > li.sns-list a {
	font-size: 2rem;
	display: inline-block;
	line-height: 1;
}
#musthead .right > ul > li.sns-list a:first-child {
	margin-right: 10px;
}
#musthead .right > ul > li.member-links a {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.1;
}
#musthead .right > ul > li.member-links a:first-child {
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #b2928c;
}
#musthead .right > ul > li.btn_cart a {
	display: block;
	font-size: 1.3rem;
	padding: 6px 30px;
	border: 1px solid #642519;
	border-radius: 20px;
	box-sizing: border-box;
}
#musthead .right > ul > li.btn_cart a span {
	display: inline-block;
	padding-left: 30px;
	background: url('./images/common/ico_cart_01.png') no-repeat center left;
}

/* = グローバルナビ
-------------------------------------------------------------- */
#grobal_nav .floatlist {
	width: 100%;
}
#grobal_nav .floatlist li {
	padding: 0;
}
#grobal_nav .floatlist li,
#grobal_nav .floatlist li:last-child {
	border-color: #f0f0e1;
}
#grobal_nav .floatlist li a {
	padding: 4px 12px 10px;
	border-bottom: 3px solid rgba(255,255,255,0.95);
}
#grobal_nav .floatlist li a span {
	font-size: 1.2rem;
	font-style: italic;
	padding-top: .7em;
}
#grobal_nav .floatlist li a:hover,
#grobal_nav .current_page_item a,
#grobal_nav .current-menu-item a,
.single-post #grobal_nav .menu-item-object-post a,
.single-blog #grobal_nav .menu-item-object-blog a,
.single-item #grobal_nav .menu-item-object-item a {
	border-bottom: 3px solid transparent;
	padding-bottom: 10px !important;
}
#grobal_nav .floatlist li a:hover,
#grobal_nav .floatlist li.current-menu-item a {
	border-bottom-color: #d8ac28 !important;
}
#grobal_nav .floatlist li a:hover span,
#grobal_nav .floatlist li.current_page_item a span,
#grobal_nav .floatlist li.current-menu-item a span {
	color: #d8ac28;
}

/* = フッター
-------------------------------------------------------------- */
#footer {
	color: #fff;
	background: #642519;
	position: relative;
	margin-top: 180px;
}
body.home #footer {
	margin-top: 0;
}
#footer::before {
	content: url('./images/common/f_ill_before.png');
	position: absolute;
	top: -210px;
	left: 0;
}
#footer::after {
	content: url('./images/common/f_ill_after.png');
	position: absolute;
	top: -210px;
	right: 0;
}
#footer table th,
#footer table td {
	line-height: 1.5;
}
#colophon {
	font-size: 1.3rem;
	padding: 130px 0 60px;
	position: relative;
}
#colophon #pagetop-btn {
	position: absolute;
	top: -38px;
	right: 0;
	z-index: 2;
}
#colophon > .table {
	position: relative;
}
#colophon > .table::before {
	content: url('./images/common/f_ill_center.png');
	position: absolute;
	top: -255px;
	left: 28px;
}
#colophon .cell {
	border-right: 0;
	padding: 0 18px;
	vertical-align: top;
}
#footer .title-line {
	position: relative;
}
#footer .title-line #footer-title {
	padding-bottom: 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#footer .title-line #footer-title a {
	font-style: italic;
}
#footer .title-line #footer-title a span.small {
	font-size: 1.5rem;
}
#footer .title-line #footer-title a span.big {
	font-size: 2.5rem;
}
#footer .title-line .sns-list {
	position: absolute;
	bottom: 24px;
	right: 0;
	line-height: 1;
}
#footer .title-line .sns-list a {
	font-size: 2rem;
}
#footer-nav ul {
	padding-left: 0;
	list-style-type: none;
	color: rgba(255,255,255,.6);
}
#footer-nav > ul {
	display: inline-block;
	vertical-align: top;
}
#footer-nav > ul:first-child {
	margin-right: 20px;
}
#footer-nav > ul > li > ul > li::before {
	content: '- ';
}

#footer #copyright {
	padding: 13px 0;
	color: rgba(255,255,255,.6);
	background: #642519;
	border-top: 1px solid rgba(255,255,255,.2);
}

/* = メインビジュアル
-------------------------------------------------------------- */
#top-mainvisual {
	position: relative;
	height: 550px;
	background: transparent no-repeat center center;
	background-image: url('./images/home/mv_bg.jpg');
	background-size: cover;
	text-align: center;
	z-index: 2;
}
#top-mainvisual .table {
	height: 100%;
}

/* = TOPページ
-------------------------------------------------------------- */
.homebox .content-width {
	padding: 88px 0;
}
.homebox .more-btn {
	margin-top: 60px;
}
#home_concept {
	background: url('./images/home/concept_bg.jpg') no-repeat top center /cover;
}
#home_concept .contbox {
	text-align: center;
}
#home_concept .contbox h3,
#home_concept .contbox p {
	margin-bottom: 30px;
}
#home_concept .contbox h3 {
	font-size: 2.5rem;
}
#home_concept .contbox .marker {
	font-size: 2rem;
	line-height: 2.2;
}
#home_concept .contbox .marker span {
	display: inline-block;
	line-height: 1;
	padding: 0 15px;
	background: linear-gradient(transparent 68%, #ffe300 80%);
}

#home_sweets {
	background: url('./images/home/sweets_bg.png') no-repeat top center;
}
#home_sweets .item-list li {
	width: 49%;
	height: 250px;
	margin-right: 1.6%;
	margin-bottom: 2%;
}
#home_sweets .item-list li:nth-child(2n) {
	margin-right: 0;
}
#home_sweets .item-list li .item-inner {
	display: table;
	width: 100%;
	height: 100%;
}
#home_sweets .item-list li a {
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
}
#home_sweets .item-list li:nth-child(1) a {
	background-image: url('./images/home/sweets_item01_bg.jpg');
}
#home_sweets .item-list li:nth-child(2) a {
	background-image: url('./images/home/sweets_item02_bg.jpg');
}
#home_sweets .item-list li:nth-child(3) a {
	background-image: url('./images/home/sweets_item03_bg.jpg');
}
#home_sweets .item-list li:nth-child(4) a {
	background-image: url('./images/home/sweets_item04_bg.jpg');
}
#home_sweets .item-list li a span {
	display: block;
	line-height: 1.7;
}
#home_sweets .item-list li a .lang-ja {
	font-size: 3rem;
}
#home_sweets .item-list li a .lang-en {
	font-style: italic;
}
#home_sweets .item-list li a .more {
	width: 200px;
	margin: auto;
	font-size: 1.6rem;
	padding: 4px 0;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-top: 22px;
	position: relative;
}
#home_sweets .item-list li a .more::before {
	content: url('./images/common/ico_arrow_wh.png');
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	height: 5px;
	margin: auto;
	line-height: 0;
}

#home_decoration {
	background: url('./images/home/decoration_bg_01.png') repeat-x top center, url('./images/common/bg_yel_01.png') repeat top left;
}
#home_decoration .item-list li {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	background: #fff;
	/*min-height: 300px;*/
}
#home_decoration .item-list li .imgbox,
#home_decoration .item-list li .txtbox {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#home_decoration .item-list li .imgbox {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#home_decoration .item-list li .txtbox .txt-inner {
	padding: 30px;
	min-height: 300px;
	box-sizing: border-box;
}
#home_decoration .item-list li .txtbox .item-title {
	font-size: 2.5rem;
	margin: 0 0 23px;
}
#home_decoration .item-list li .txtbox .item-title > span {
	vertical-align: middle;
}
#home_decoration .item-list li .txtbox .item-title .label {
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
	padding: 7px 13px;
	margin-right: 20px;
	background: #d8ac29;
	letter-spacing: 0;
}

#home_instagram {
	background: url('./images/home/instagram_bg.png') no-repeat top center /cover;
}
#home_instagram .contbox {
	margin-bottom: 60px;
}
@media screen and (min-width: 481px) {
	#insta_wrapper #sb_instagram #sbi_images .sbi_item,
	#insta_wrapper #sb_instagram #sbi_images .sbi_item:nth-child(4n) {
		width: 184px !important;
		margin-right: 20px !important;
	}
	#insta_wrapper #sb_instagram #sbi_images .sbi_item:nth-child(5n) {
		margin-right: 0 !important;
	}
}
#home_instagram .titlebox {
	position: relative;
}
#home_instagram .titlebox .account {
	color: #fff;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
#home_instagram #insta_wrapper ul li {
	width: 18.4%;
	margin: 0 1.6% 2% 0;
	line-height: 0;
}
#home_instagram #insta_wrapper ul li:nth-child(5n) {
	margin-right: 0;
}
#home_instagram #insta_wrapper ul li img {
	width: 100%;
}

#home_news {
	color: #642519;
	background: none;
}
#news_list {
	background: none;
	padding: 0;
	color: inherit;
	margin-bottom: 60px;
}
#news_list li {
	border-bottom: 1px solid #f0f0e1 !important;
	padding: 20px 0;
}
#news_list li:first-child {
	border-top: 1px solid #f0f0e1 !important;
}
#news_list li:last-child {
	border-bottom: 1px solid #f0f0e1 !important;
}
#news_list li span {
	margin-right: 20px;
}
#news_list li span.date {
	color: #79796a;
	font-style: italic;
	border-radius: 0;
}
#news_list li span.term a {
	color: #fff;
	font-size: 1.3rem;
	min-width: 80px;
	display: inline-block;
	text-align: center;
	padding: 0 12px;
	box-sizing: border-box;
	width: auto;
	border-radius: 0;
}
#news_list li span.term a.cat-item-news {
	background: #d8ac29;
}
#news_list li h3 {
	display: inline-block;
	margin: 0;
}

#home_about {
	background: url('./images/home/about_bg.png') no-repeat top center /cover;
}
#home_about .content-width {
	padding-bottom: 200px;
}
#home_about .contbox {
	text-align: left;
}
#home_about .owner-box {
	padding: 30px;
	background: rgba(255,255,255,.9);
}
#home_about .owner-box .imgbox {
	width: 250px;
}
#home_about .owner-box .txtbox {
	width: 650px;
}
#home_about .owner-box .txtbox .title {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
#home_about .owner-box .txtbox .owner-name {
	text-align: right;
	margin-top: 30px;
	line-height: 1;
}
#home_about .owner-box .txtbox .owner-name .lang-ja {
	font-size: 2rem;
	margin-right: 20px;
}
#home_about .owner-box .txtbox .owner-name .lang-en {
	color: #d8ac28;
	font-style: italic;
}
#home_about .shop-info-box {
	color: #fff;
	margin: 40px 0;
}
#home_about .shop-info-box .txtbox {
	/*width: 52%;*/
}
#home_about .shop-info-box .imgbox {
	width: 48%;
}
#home_about .shop-info-box dl {
	display: table;
	width: 100%;
	line-height: 1.5;
	margin: 20px 0;
}
#home_about .shop-info-box dt,
#home_about .shop-info-box dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
#home_about .shop-info-box dt {
	width: 120px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#home_about .shop-info-box dd {
	margin-left: 120px;
	padding-left: 30px;
}
#home_about .shop-info-box dd a {
	text-decoration: underline;
}
#home_about .more-btn {
	margin-top: 60px;
}

/* = 商品ページ + 投稿詳細
-------------------------------------------------------------- */
body.post-type-archive-sweets #container,
body.category #container,
body.single #container {
	padding-top: 40px;
}
body.post-type-archive-sweets #content,
body.category #content,
body.single #content {
	float: right;
	width: 71%;
}
body.post-type-archive-sweets #sidebar,
body.category #sidebar,
body.single #sidebar {
	float: left;
	width: 24%;
}
body.post-type-archive-sweets #breadcrumbs,
body.category #breadcrumbs,
body.single #breadcrumbs {
	margin: 0 0 30px;
	padding-top: 0;
}
body.single .entry-meta span.date {
	font-style: italic;
}
body.single .entry-meta span.term a {
	color: #fff;
	border-radius: 0;
}
body.single .entry-meta span.term a.cat-item-news {
	background: #d8ac29;
}

body.post-type-archive-sweets .item-wrap {
	letter-spacing: 0;
}
body.post-type-archive-sweets .item-wrap .item-box {
	letter-spacing: 0.2em;
}
body.post-type-archive-sweets .item-box,
body.category .item-box {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 4% 4% 0;
}
body.post-type-archive-sweets .item-box:nth-child(even),
body.category .item-box:nth-child(even) {
	margin-right: 0;
}
body.post-type-archive-sweets .item-box .thumbimg,
body.category .item-box .thumbimg {
	margin-bottom: 10px;
	height: 152px;
	display: table;
	width: 100%;
}
body.post-type-archive-sweets .item-box .thumbimg .img-inner,
body.category .item-box .thumbimg .img-inner {
	display: table-cell;
	vertical-align: middle;
}
body.post-type-archive-sweets .item-box .thumbimg img,
body.category .item-box .thumbimg img {
	height: auto !important;
}
body.post-type-archive-sweets .item-box h2.item-name,
body.category .item-box h2.item-name {
	font-size: 1.3rem;
	margin: 0;
}
body.post-type-archive-sweets .item-box p.item-price,
body.category .item-box p.item-price {
	margin: 0;
	color: #b32023;
}
body.post-type-archive-sweets .item-box p.item-price .tax,
body.category .item-box p.item-price .tax {
	font-size: 1.1rem;
}

/* = Sidebar
-------------------------------------------------------------- */
.sidebox {
	margin-bottom: 4rem;
}
.sidebox-title {
	font-size: 1.8rem;
	padding: 10px 0;
	margin-bottom: 1.5rem;
	text-align: center;
	border-top: 2px solid #d8ac29;
	border-bottom: 2px solid #d8ac29;
}
.sidebox .item-list,
.sidebox .item-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebox .item-list li {
	margin-bottom: 4px;
}
.sidebox .item-list li a {
	color: #fff;
	padding: 12px 20px;
	background: #642519;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sidebox .item-list li.cookie a {
	background-image: url('./images/home/sweets_item01_bg.jpg');
}
.sidebox .item-list li.cheese_cake a {
	background-image: url('./images/home/sweets_item02_bg.jpg');
}
.sidebox .item-list li.pudding a {
	background-image: url('./images/home/sweets_item03_bg.jpg');
}
.sidebox .item-list li.roll_cake a {
	background-image: url('./images/home/sweets_item04_bg.jpg');
}
.sidebox .item-list li.decoration_cake a {
	background-image: url('./images/home/sweets_item05_bg.jpg');
}

.sidebox .item-list li a span {
	display: block;
}
.sidebox .item-list li a .lang-ja {
	font-size: 1.7rem;
	line-height: 1.5;
}
.sidebox .item-list li a .lang-en {
	font-size: 1.2rem;
	color: rgba(255,255,255,.7);
	line-height: 1.5;
}

/* =loginbox
-------------------------------------------------------------- */
#login_widget,
#login_widget ul,
#login_widget li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#login_widget {
	padding: 2px;
	border: 1px solid #ccc;
}
#login_widget .sidebox-inner {
	padding: 1.5rem;
	background: #FBF6E9;
}
#login_widget .widget-title {
	font-weight: 600;
	margin: 1rem 0 2rem;
	padding-bottom: 1rem;
	text-align: center;
	border-bottom: 5px dotted #ccc;
}
#login_widget input.loginmail,
#login_widget input.loginpass {
	margin: 3px 0 15px;
	width: 100%;
	box-shadow: none;
	box-sizing: border-box;
	padding: 0.357143em;
}
#login_widget .loginbox {
	padding: 0 5px;
	font-size: 1.2rem;
}
#login_widget .loginbox label {
	margin-bottom: 1.5rem;
	line-height: 1;
}
#login_widget .loginbox label:last-child {
	display: none;
}
#login_widget .loginbox > a {
	display: inline-block;
	padding-left: 1.0rem;
	font-size: 1.2rem;
	color: #094d8b;
	position: relative;
	letter-spacing: .1em;
}
#login_widget .loginbox > a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 5px solid #642519;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
#login_widget .submit {
	margin: 5px 0 10px;
	text-align: center;
}
#login_widget .submit input {
	padding: 0.6rem 3.5rem;
	background: #d8ac29;
	color: #fff;
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
	width: 100%;
}

/* =common
-------------------------------------------------------------- */
#itempage {
	width: 100%;
}
#img-box,
.item-info {
	font-size: 1.6rem;
}
#itempage #img-box {
	float: left;
	width: 335px;
	overflow: hidden;
}
#itempage .itemimg {
	text-align: center;
}

#itempage .slides {
	padding: 0;
	list-style-type: none;
}
#itempage .slides li {
	list-style-type: none;
	vertical-align: middle;
}
#itempage .flex-direction-nav li {
	list-style-type: none;
}

/* item-info */
#itempage .item-info {
	float: right;
	clear: none;
	width: 345px;
	padding-top: 0;
	font-size: 1.3rem;
	border: 1px solid #dedede;
}
#itempage .item-info .upper {
	margin: 2px 0;
}
#itempage .item-info .upper .cell {
	vertical-align: bottom;
}
#itempage .item-info .lower .cell {
	vertical-align: middle;
}
#itempage .item-info .info-title {
	text-align: center;
	background: #dedede;
	padding: .5rem 1.0rem;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 300;
}
#itempage .item-info .skuform {
	padding: 13px 20px 16px;
}
#itempage .item-info .skuform:not(:last-child) {
	border-bottom: 1px solid #dedede;
}
#itempage .item-info .skuname {
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: 1px dashed #dedede;
}
#itempage .item-info .zaikostatus,
#itempage .item-info .cart-btn {
	text-align: right;
}
#itempage .item-info .field_price {
	line-height: 1.8;
}
#itempage .item-info .price {
	font-size: 1.8rem;
	font-weight: 800;
}
#itempage .item-info .tax {
	font-size: 1.2rem;
}
#itempage .item-info .quantity input {
	width: 34px !important;
	height: 34px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 1.0rem;
	text-align: center;
}
#itempage .item-info .cart-btn input {
	color: #fff;
	border: none;
	letter-spacing: 1px;
	text-align: center;
	transition: .3s ease all;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.6rem 3.5rem;
	background: #d8ac29;
	cursor: pointer;
}
#itempage .item-info .cart-btn input:hover {
	opacity: .7;
}

/* exp */
#itempage .exp {
	margin-top: 30px;
}
#itempage .exp h2 {
	font-size: 2rem;
	margin: 3rem 0 1.5rem;
}

/* wc_regular */
#wc_regular {
	margin-top: 0;
	border-color: #dedede;
	background: #fafafa;
}
#wc_regular .autodelivery {
	width: 100%;
	border: none;
	margin: 0;
}
#wc_regular .autodelivery th,
#wc_regular .autodelivery td {
	padding: 5px 10px;
	border-color: #dedede;
	font-size: 1.4rem;
	vertical-align: middle;
	text-align: left;
}
#wc_regular .autodelivery th {
	background: #eee;
	border-left: none;
	width: 6em;
}
#wc_regular .autodelivery td {
	border-right: none;
}

/* = ご利用ガイド
-------------------------------------------------------------- */
#guide .postage-box span.small {
	margin-right: 18px;
}
#guide .postage-box span.big {
	font-size: 2rem;
	font-weight: 600;
	margin-right: 50px;
}

/* = Riz-Rizについて
-------------------------------------------------------------- */
#about #shop_gallery li {
	width: 47.8%;
}
#about .feature-list li .title {
	margin-top: 0;
	padding: 2px 0 0 48px;
	border-bottom: 0;
	position: relative;
}
#about .feature-list li .title::before {
	content: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 35px;
	margin: 0 auto;
	line-height: 0;
}
#about .feature-list li:nth-child(1) .title::before {
	content: url('./images/page/p_about_feature_01.gif');
}
#about .feature-list li:nth-child(2) .title::before {
	content: url('./images/page/p_about_feature_02.gif');
}
#about .feature-list li:nth-child(3) .title::before {
	content: url('./images/page/p_about_feature_03.gif');
}
#about .feature-list li:nth-child(4) .title::before {
	content: url('./images/page/p_about_feature_04.gif');
}
#about .feature-list li:nth-child(5) .title::before {
	content: url('./images/page/p_about_feature_05.gif');
}
#about .feature-list li .title::after {
	content: none;
}
#about .feature-list li .title .lang-en {
	font-size: .7em;
	color: #000;
	opacity: .7;
	margin-left: 15px;
}
#about .entry-content h3 {
	padding-bottom: 0;
}
#about .entry-content h3::after {
	content: none;
}

/* = .post-type-archive-decoration
-------------------------------------------------------------- */
.post-type-archive-decoration #container {
	padding-bottom: 0;
}
.post-type-archive-decoration #footer {
	margin-top: 0;
}
.post-type-archive-decoration #home_decoration .content-width {
	padding-bottom: 160px;
}

/* = 404
-------------------------------------------------------------- */
body.error404 .entry-content p {
	margin-bottom: 5em;
}

/* = Biz Calendar
-------------------------------------------------------------- */
#footer .calendar {
	color: #642519;
	background: #fff;
	padding: 20px;
}
#footer .calendar .title-box {
	margin-bottom: 12px;
}
#footer .calendar .title-box .title {
	float: left;
	font-size: 1.6rem;
	margin: 0 20px 0 0;
}
#footer .calendar .title-box .note {
	float: right;
	font-size: 1.2rem;
	line-height: 1.5;
	position: relative;
}
#footer .calendar .title-box .note::before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: #ffdbdb;
	margin-right: 5px;
	line-height: 0;
}
#footer .calendar table {
	font-style: italic;
}
#footer .calendar table caption {
	font-size: 1.4rem;
	text-align: center;
	background: #efe9e8;
	margin-bottom: 5px;
}
#footer .calendar table {
	border: none;
}
#footer .calendar table th,
#footer .calendar table td {
	font-size: 1.3rem;
	padding: 2px 6px;
	border: none;
	background: none;
	text-align: center;
	font-weight: 300;
}
#footer .calendar table tr th:first-child,
#footer .calendar table tr td:first-child {
	color: #b20000;
}
#footer .calendar table tr th:last-child,
#footer .calendar table tr td:last-child {
	color: #0074b3;
}
#footer .calendar table tr td span {
	display: inline-block;
	padding: 1px 2px;
}
#footer .calendar table tr td.holiday span {
	background: #ffdbdb;
}

#footer .calendar li {
	list-style-type: none;
}
#footer .calendar li .usces_calendar:last-of-type {
	display: none;
}
#footer .calendar li .usces_calendar .widget-title {
	margin-top: 0;
}

#biz_calendar {
	max-width: 230px;
	font-family: "游明朝 Medium", "YuMincho Medium", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, serif;
}
#footer #biz_calendar table th,
#footer #biz_calendar table td {
	padding: 2px 6px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 400;
}

#biz_calendar .calbtn img {
	display: none;
	visibility: hidden;
}
#footer .calendar #biz_calendar table tr:first-child th,
#footer .calendar #biz_calendar table tr:first-child td {
	padding: 4px 10px;
	color: #642519;
	background: #efe9e8;
}
#footer .calendar #biz_calendar table tr:nth-child(2) th,
#footer .calendar #biz_calendar table tr:nth-child(2) td {
	padding: 10px 6px 2px;
}
#biz_calendar table.bizcal .holiday,
#biz_calendar p span.boxholiday {
	color: #642519;
	background: #ffdbdb !important;
}
#biz_calendar table.bizcal .calmonth {
	color: #642519;
	text-align: left!important;
}
#biz_calendar table.bizcal th,
#biz_calendar table.bizcal td {
	color: #642519;
}

@media screen and (max-width: 736px) {
	#biz_calendar {
		max-width: 350px;
		margin: 0 auto;
	}
	#biz_calendar p {
		text-align: left;
	}
	#footer .calendar {
		margin-top: 30px;
	}
	#footer .calendar table,
	#footer .calendar tbody,
	#footer .calendar tr,
	#footer .calendar th,
	#footer .calendar td {
		box-sizing: inherit;
		width: auto!important;
	}
	#footer .calendar table {
		display: table;
		width: 100%!important;
	}
	#footer .calendar tbody {
		display: table-row-group;
	}
	#footer .calendar tr {
		display: table-row;
	} 
	#footer .calendar th,
	#footer .calendar td {
		display: table-cell;
		padding: 2px 6px;
	} 
}

/* = SP
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	body,
	input,
	textarea {
		letter-spacing: .1em;
	}

	#main {
		margin-top: 88px;
	}

	/* module */
	body.page .titlebox {
		margin-bottom: 60px;
	}

	/* header */
	#musthead {
		margin-bottom: 2px;
	}
	.hamburger__icon,
	.hamburger__icon::before,
	.hamburger__icon::after {
		background: #642519;
	}

	/* home */
	.homebox .content-width {
		padding: 60px 0;
	}
	#mainvisual {
		height: 380px;
	}
	#mainvisual .table {
		padding: 0 40px !important;
	}
	#home_concept .contbox .marker {
		line-height: 2;
	}
	#home_sweets .item-list li {
		width: 100%;
		height: 210px;
		margin-right: 0;
	}
	#home_decoration .content-width {
		padding-top: 80px;
	}
	#home_decoration .item-list li {
		display: block;
	}
	#home_decoration .item-list li .imgbox,
	#home_decoration .item-list li .txtbox {
		display: block;
		width: 100%;
	}
	#home_decoration .item-list li .imgbox {
		height: 200px;
	}
	#home_decoration .item-list li .txtbox .txt-inner {
		min-height: 0;
	}
	#home_instagram #insta_wrapper ul li {
		margin-right: 1.6%;
	}
	#news_list li span.date {
		float: none;
	}

	#home_instagram .titlebox .account {
		position: relative;
		text-align: center;
	}

	#home_about .owner-box .imgbox,
	#home_about .owner-box .txtbox {
		float: none;
	}
	#home_about .owner-box .imgbox {
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	#home_about .owner-box .txtbox {
		width: auto;
	}

	#home_about .shop-info-box .cell {
		display: block;
	}
	#home_about .shop-info-box .imgbox {
		margin-top: 30px;
		text-align: center;
	}

	/* footer */
	#colophon .cell {
		padding: 0;
	}
	#colophon #footer-nav {
		display: none;
	}
	#footer #copyright {
		text-align: center;
	}

	body.post-type-archive-sweets #sidebar,
	body.category #sidebar,
	body.single #sidebar,
	body.post-type-archive-sweets #content,
	body.category #content,
	body.single #content {
		float: none;
		width: 100%;
	}
	body.post-type-archive-sweets .item-box,
	body.category .item-box {
		width: 48%;
	}
	body.post-type-archive-sweets .item-box:nth-child(2n),
	body.category .item-box:nth-child(2n) {
		margin-right: 0;
	}

	#about #shop_gallery li {
		display: inline-block;
		margin: 0 4% 4% 0;
	}
	#about #shop_gallery li:nth-child(2n) {
		margin-right: 0;
	}
}


/* = single sweets
-------------------------------------------------------------- */
.single-sweets .item-box {
	/*padding: 10px 0;*/
}

.single-sweets .flex-direction-nav li {
	list-style: none;
}
.single-sweets .itemsubimg .slides li {
	max-width: 120px;
}
.single-sweets .slides li:hover {
	cursor: pointer;
}

.single-sweets .item-allergy .table-wrap {
}
.single-sweets .item-allergy-table th,
.single-sweets .item-allergy-table td {
}
.single-sweets .item-allergy-table {
	border-top: 0;
}
.single-sweets .item-allergy-table th,
.single-sweets .item-allergy-table td {
	padding: 5px 10px;
	/* border-color: #642519; */
	text-align: center;
}
.single-sweets .item-allergy-table th {
	background: #efe9e8;
	border-bottom: 0;
	width: 14.28%;
}
.single-sweets .item-allergy-table td {
	border-bottom-color: #efe9e8;
}

.single-sweets .item-note {
	color: #f00;
}
.single-sweets .item-price .field-box-size {
	display: inline-block;
	margin-right: 12px;
	font-size: 1.8rem;
}
.single-sweets .item-price .field-box-price {
	display: inline-block;
	font-size: 2.2rem;
}
.single-sweets .item-price .field-box-price .price-tax {
	font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
	.single-sweets .item-allergy-table {
		display: table;
		width: 100% !important;
	}
	.single-sweets .item-allergy-table tbody {
		display: table-row-group;
		width: auto !important;
	}
	.single-sweets .item-allergy-table tr {
		display: table-row;
	}
	.single-sweets .item-allergy-table th,
	.single-sweets .item-allergy-table td {
		display: table-cell;
		width: 14.28% !important;
	}
}

.sweets-cta-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.sweets-cta-box p {
	margin: 0;
	font-size: 2rem;
	line-height: 2.2;
	margin-right: 30px;
}
.sweets-cta-box p.marker span {
	display: inline-block;
	line-height: 1;
	padding: 0 8px;
	background: linear-gradient(transparent 68%, #ffe300 80%);
}
.sweets-cta-box .chokusou-banner {
	width: 260px;
}
@media screen and (max-width: 480px) {
	.sweets-cta-box {
		flex-direction: column;
	}
	.sweets-cta-box p {
		font-size: 1.8rem;
		text-align: center;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
