@charset "UTF-8";
/* CSS Document */

* {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
}

.en_font1 {
	font-family: edita, serif;
}

.en_font2 {
	font-family: bookmania, serif;
}

.flex {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.header_box {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: .3s;
}

.header_box.hide {
	top: -100%;
}

header {
	background: #f4f0e9;
}

.header_inner {
	max-width: 1296px;
	margin: 0 auto;
	width: 94%;
	align-items: center;
}

.header_inner .logo {
	margin: 10px 0;
	width: 36%;
}

.header_inner .header_right {
	margin-left: auto;
	width: 583px;
	margin-bottom: 10px;
}

.header_inner .header_right .top_nav {
	margin-bottom: 5px;
	align-items: center;
	margin-left: auto;
}

.header_inner .header_right .top_nav .header_sns {
	display: flex;
	align-items: center;
}

.header_inner .header_right .top_nav .header_sns a {
	width: 29px;
}

.header_inner .header_right .top_nav .header_sns a:not(:last-of-type) {
	margin-right: 10px;
}

.header_inner .header_right .top_nav .cart_area .welcome img {
	width: 29px;
	margin: 0 auto;
}

.header_inner .header_right .top_nav .cart_area a:before {
	content: "";
	width: 29px;
	height: 29px;
	margin: 0 auto;
	display: block;
}

.header_inner .header_right .top_nav .cart_area .cart a:before {
	background: url('../img/common/header_icon5@2x.png') no-repeat center / 100%;
}

.header_inner .header_right .top_nav .cart_area .member a:before {
	background: url('../img/common/header_icon6@2x.png') no-repeat center / 100%;
}

.header_inner .header_right .top_nav .cart_area .login a:before {
	background: url('../img/common/header_icon7@2x.png') no-repeat center / 100%;
}

.header_inner .header_right .top_nav .cart_area .welcome:not(:last-of-type) {
	margin-right: 10px;
}

.header_inner .header_right .top_nav .cart_area a {
	font-size: 10px;
	text-align: center;
	color: #291109;
	display: block;
	padding: 0;
}

.header_inner .header_right .top_nav .cart_area a span.welcom_link_text_cmn:before,
.header_inner .header_right .top_nav .cart_area a span.welcom_link_text_cmn:after {
	display: none;
}

.header_inner .header_right .top_nav .cart_area a span.welcom_link_text_cmn {
	padding-left: 0;
}

.header_inner .header_right .top_nav .cart_area a:not(:last-of-type) {
	margin-right: 10px;
}

.header_inner .header_right .top_nav .cart_area a img {
	max-width: 29px;
	margin: 0 auto ;
}

.header_inner .header_right .top_nav .header_info {
	margin: 0 10px;
}

.header_inner .header_right .top_nav .header_info a {
	width: 141px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #291109;
	padding: 15px 0
		
}

.header_inner .header_right .top_nav .header_info a:before {
	content: "";
	background: url("../img/common/arrow_icon1@2x.png") no-repeat center / 100%;
	width: 6px;
	height: 11px;
	margin-right: 5px;
}

.header_inner .header_right .top_nav .header_info a:last-of-type {
	background: #122909;
}

.header_inner .header_right .bottom_nav {
	margin-left: auto;
}

.header_inner .header_right .bottom_nav ul li:not(:first-of-type) {
	margin-left: 25px;
}

.header_inner .header_right .bottom_nav ul li a {
	font-size: 14px;
	color: #291109;
	font-weight: 500;
}

.header_inner .sp_nav {
	display: none;
}

.sp_block {
	display: none;
}




main {
	display: block;
	margin-bottom: 80px;
}
	
main article .section_ttl1 {
	font-size: 12px;
	color: #351c13;
	margin-bottom: 30px;
}

main article .section_ttl1 span {
	font-size: 40px;
	color: #351c13;
	margin-top: 0px;
	display: block;
	font-weight: bold;
	letter-spacing: 3px;
}

a.link_btn {
	background: #351c13;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 0;
	position: relative;
	font-family: edita, serif;
	font-size: 18px;
	letter-spacing: 2px;
}

a.link_btn:after {
	content: "";
	background: url("../img/common/arrow_icon1@2x.png") no-repeat center / 100%;
	width: 6px;
	height: 11px;
	right: 3%;
	top: calc(50% - 6px);
	position: absolute;
}

main article .section_ttl2 {
	font-size: 12px;
	font-weight: bold;
	color: #351c13;
	margin-bottom: 20px;
}

main article .section_ttl2 span {
	color: #351c13;
	font-size: 50px;
	display: block;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1;
}

main article .online_shop .new_item .link_btn {
	width: 300px;
	margin: 0 auto;
}

footer {
	background: #351c13;
	padding: 80px 0 20px;
}

footer .footer_logo {
	width: 80%;
	max-width: 610px;
	margin: 0 auto 30px;
}

footer .footer_address {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 80px;
	letter-spacing: 2px;
}

footer .copy_right {
	text-align: center;
}

footer .copy_right small {
	font-size: 12px;
	color: #fff;
}

.sp_nav_wrap {
	display: none;
}

.tab_block {
	display: none;
}

footer .footer_logo a img + img {
	display: none;
}



.second_main_img {
	height: 350px;
}


footer .footer_logo {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto 30px;
}

footer .footer_logo a {
	display: block;
	max-width: 305px;
	margin: 0 auto;
}

footer .footer_content {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto 30px;
}

footer .footer_content ul.footer_nav {
	width: 50%;
	margin-right: 3%;
}

footer .footer_content ul.footer_nav li {
	width: 50%;
	margin-bottom: 10px;
}

footer .footer_content ul.footer_nav li a {
	font-size: 14px;
	color: #fff;
	display: block;
	display: flex;
	align-content: flex-start;
}

footer .footer_content ul.footer_nav li a:before {
	content: "";
	background: url('../img/common/arrow_icon1@2x.png') no-repeat center / 100%;
	width: 6px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 4px;
}

footer .footer_content .footer_cal {
	width: 47%;
	background: #fff;
	padding: 10px;
}

footer .footer_content .footer_cal dl {
	margin-bottom: 10px;
}

footer .footer_content .footer_cal dl dt {
	    font-size: 24px;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
	color: #351c13;
}

footer .footer_content .footer_cal dl dd {
	font-size: 14px;
	color: #351c13;
	line-height: 1.8;
}

footer .footer_content .footer_cal .cal_wrapper {
	width: 48%;
	padding: 0;
}

footer .footer_content .footer_cal .cal_wrapper:first-of-type {
	margin-right: 4%;
}

footer .footer_content .footer_cal .cal_wrapper table {
	width: 100%;
}

div.cal_wrapper table.cal tr th p {
	font-size: 14px;
}


.pankuzu {
	display: flex;
	align-items: center;
	margin: 0 auto 30px;
	padding-top: 30px;
	width: 94%;
	max-width: 1000px;
}

.pankuzu li {
	display: flex;
	align-content: center;
}

.pankuzu li * {
	font-size: 14px;
	color: #291109;
}

.pankuzu li:not(:last-of-type):after {
	content: ">";
	display: inline-block;
	margin: 0 15px ;
}

.pankuzu li a {
	text-decoration: underline;
}

@media screen and (max-width: 1024px){
	.tab_block {
		display: block;
	}
	
	.header_inner .logo {
		width: 75%;
	}
	
	.header_inner .header_right {
		display: none;
	}
	
	.sp_nav_wrap {
		display: block;
		margin-left: auto;
	}
	
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 45px;
		height: 30px;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #291109;
		border-radius: 8px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	
	.menu-trigger span:nth-of-type(2) {
		top: 13px;
	}
	
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-13px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
	
	.header_inner .sp_nav {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		background: #f4f0e9;
		z-index: 1000;
	}
	
	.header_inner .sp_nav .cart_area {
		justify-content: flex-end;
		margin-bottom: 20px;
		padding: 0 3%;
	}
	
	.header_inner .sp_nav .cart_area a {
		font-size: 14px;
	}
	
	.header_inner .sp_nav .cart_area .welcome:not(:last-of-type) {
		margin-right: 15px;
	}
	
	.header_inner .sp_nav .cart_area a:before {
		content: "";
		display: block;
		width: 23px;
		height: 23px;
		margin: 0 auto;
	}
	
	.header_inner .sp_nav .cart_area .welcome.cart a:before {
		background: url("../img/common/sp/cart_icon1.png") no-repeat top center / 100%;
	}
	
	.header_inner .sp_nav .cart_area .welcome.member a:before {
		background: url("../img/common/sp/cart_icon2.png") no-repeat top center / 100%;
	}
	
	.header_inner .sp_nav .cart_area .welcome.login a:before {
		background: url("../img/common/sp/cart_icon3.png") no-repeat top center / 100%;
	}
	
	.header_inner .sp_nav ul {
		margin-bottom: 20px;
		padding: 0 3%;
	}	
	
	.header_inner .sp_nav ul li {
		width: 100%;
		border-bottom: 1px solid #291109;
		padding: 15px 0;
	}
	
	.header_inner .sp_nav ul li:first-of-type {
		border-top: 1px solid #291109;
	}
	
	.header_inner .sp_nav ul li a {
		color: #351c13;
		padding: 0 10px;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		display: block;
	}
	
	.header_inner .sp_nav ul li a:before {
		content: "";
		background: url("../img/common/sp/arrow_icon1.png") no-repeat center / 100%;
		width: 7.5px;
		height: 12.5px;
		position: absolute;
		right: 10px;
		top: calc(50% - 6px);
	}
	
	
	.header_inner .sp_nav .header_info ul {
		display: flex;
		align-items: stretch;
	}
	
	.header_inner .sp_nav .header_info ul li {
		width: 50%;
	}
	
	.header_inner .sp_nav .header_info ul li a {
		color: #fff;
		font-size: 16px;
	}
	
	.header_inner .sp_nav .header_info ul li a:before {
		display: none;
	}
	
	
	
	
	.header_inner .sp_nav .header_sns {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	
	.header_inner .sp_nav .header_sns a {
		max-width: 35px;
	}
	
	.header_inner .sp_nav .header_sns a:not(:last-of-type) {
		margin-right: 15px;
	}
	
	.header_info {
		display: block;
	}
	
	.header_info ul {
		display: flex;
		align-items: stretch;
		position: relative;
	}
	
	.header_info li {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #291109;
		width: 50%;
	}
	
	.header_info li a {
		display: block;
		padding: 13px 0;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
	}
	
	.header_info li:before {
		content: "";
		background: url(../img/common/sp/arrow_icon2.png) no-repeat center / 100%;
		width: 8px;
		height: 14px;
		margin-right: 5px;
	}
	
	.header_info li:last-of-type {
		background: #122909;
	}
	
	.header_info li .shop_list_content  {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 2;
		background: #291109;
		padding: 0 3% 3%;
		display: none;
	}
	
	.header_info li .shop_list_content dl {
	}
	
	.header_info li .shop_list_content dl dt {
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		padding: 15px 0;
		position: relative;
		border-bottom: 2px solid #fff;
	}
	
	.header_info li .shop_list_content dl dt:before,
	.header_info li .shop_list_content dl dt:after {
		content: "";
		background: #fff;
		position: absolute;
	}
	
	.header_info li .shop_list_content dl dt:before {
		width: 16px;
		height: 2px;
		top: calc(50% - 1px);
		right: 0;
	}
	
	.header_info li .shop_list_content dl dt:after {
		height: 16px;
		right: 7px;
		width: 2px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.header_info li .shop_list_content dl dt.active:after {
		display: none;
	}
	
	.header_info li .shop_list_content dl dd {
		padding-left: 3%;
		display: none;
	}
	
	.header_info li .shop_list_content dl dd a {
		display: block;
		position: relative;
		border-bottom: 1px solid #fff;
		padding:10px 0;
	}
	
	.header_info li .shop_list_content dl dd a:after {
		content: "";
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		right: 0;
		top: calc(50% - 4px);
	}
	
	footer .footer_content .footer_cal dl dt {
		font-size: 20px;
	}
}


@media screen and (max-width: 768px){
	.sp_block {
		display: block;
	}
	
	.x_scroll {
		overflow-x: auto;
		width: 94%;
		margin: 0 auto;
	}
	
	.x_scroll ul {
		width: 100%;
	}
	.x_scroll ul li {
		word-break: keep-all;
		white-space: nowrap;
	}
}

@media screen and (max-width: 767px){
	main article .section_ttl1,
	main article .section_ttl2 {
		font-size: 14px;
	}
	
	main article .section_ttl2 span {
		font-size: 9vw;
	}
	
	main article .section_ttl1 span {
		font-size: 8vw;
	}
	
	footer .footer_logo a {
		display: block;
		max-width: 193px;
		margin: 0 auto;
	}
	
	footer .footer_logo a img {
		display: none;
	}
	
	footer .footer_logo a img + img {
		display: block;
	}
	
	footer .footer_address {
		width: 80%;
		margin: 0 auto;
	}
	
	footer {
		padding: 40px 0 20px;
	}
	
	footer .footer_address {
		width: 90%;
		font-size: 13px;
	}
	
	.header_info a {
		font-size: 16px;
		padding: 15px 0;
	}
	
	footer .footer_content ul.footer_nav {
		width: 100%;
		margin: 0 0 5%;
	}
	
	footer .footer_content .footer_cal {
		width: 100%;
	}
}


.sp_menu_search form {
  display: flex;
  align-items: center;
	width: 94%;
	margin: 0 auto 20px;
}
.sp_menu_search form input {
  width: calc(100% - 36px);
  font-size: 16px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #291109;
  border-radius: 50px;
  margin-right: 10px;
}
.sp_menu_search form button {
  width: 26px;
  margin-left: 10px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}



.header_search {
  background: #f4f0e9;
  padding: 10px 20px;
}
.header_search form {
  display: flex;
  align-items: center;
}
.header_search form input {
  width: calc(100% - 37px);
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #291109;
}
.header_search form button {
  background: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 26px;
  border: none;
}


