@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*--------------------------------------------
	 BASE
--------------------------------------------*/

@media print {
	#hbgNavi {
	display: none;
}
}

.hoverOpc {
	background: #fff;
}
.hoverOpc img {
	transition: 0.3s ease;
}

@media screen and (min-width : 768px ) {
.over:hover {
	opacity: 0.7;
}
}
.ios .over:hover, .ios .over:active, .ios .over:link, .ios .over:visited, .ios .over::focus {
 opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
.noEvent {
	pointer-events: none;
}
@font-face {
  font-family: "shirokuma-subset";
  src: url("../font/shirokuma-subset.woff") format("woff");
}
@media print, screen and (min-width : 768px ) {
.for_sp {
	display: none !important;
}
	.for_sp_500 {
		display: none!important;
	}
}

@media screen and (max-width : 767px ) {
.for_pc {
	display: none !important;
}
}
@media screen and (max-width : 400px ) {
.for_sp_400 {
	display: block;
}
}
@media screen and (min-width : 399px ) {
.for_sp_400 {
	display: none;
}
}
*,*:before,*:after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 1250px;
	height: auto;
	color: #655046;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
	background-color: #fff;
	font-size: 1.6rem;
}
a {
	text-decoration: none;
	color: #655046;
	transition: 0.4s ease-in-out;
}
table {
	width: 100%;
}
/*--------------------------------------------
	共通パーツ
--------------------------------------------*/
/*レイアウト*/
.inner-main {
	max-width: 1200px;
	margin: 0 auto;
}

.container {
	padding: 100px 0;
	position: relative;
	z-index: 0;
}
.sec_sub:not(:first-child) {
	padding-top: 100px;
}


.flex {
	display: flex;
}
.flex_list {
	display: flex;
	flex-wrap: wrap;
}
.flex_between {
	display: flex;
	justify-content: space-between;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap .l_box {
	order: 1;
}
.flex_wrap .r_box {
	order: 2;
}
.flex_center {
	align-items: center;
}
.flex_container {
	display: flex;
	flex-direction: row;
}
.flex_wrap .r_box {
	width: 50%;
}
.flex_wrap .l_box {
	width: 50%;
}
.flex_wrap .box_50 {
	width: 50%;
}
.ofi {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media only screen and (min-width:768px) {
	.pc_w50 {
	width: 50%;
}
	.pc_flex_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.pc_flex {
		display: flex;
	}
}


/*font*/
.font_min {
	font-family: 'Noto Serif JP', serif;
}
.font-small {
	font-size: 1.4rem;
}
.font-mid {
	font-weight: 500;
}
/*セクションの配色*/
.bg_01 {
	background-color: #fffdf5!important;
}
.bg_02 {
	background-color: #fff6f4!important;
}
/*カラー*/
.wh {
	color: #fff;
}
.gr {
	color: #009900;
}
/*ボタン*/
.btn {
	text-align: center;
    margin-top: 45px;
}
.btn a {
	display: block;
	position: relative;
	line-height: 1;

}

.btn_primary {
	max-width: 160px;
	font-size: 1.6rem;
	color: #b58e4c;
	position: relative;
	padding: 18px 0;
	border-bottom: solid 1px #b58e4c;
	border-top: solid 1px #b58e4c;
	    font-weight: 700;
	font-family: 'Cantarell', sans-serif;
	transition: 0.3s ease-in-out;
	margin: 0 auto;
}

.btn_primary:after {
	content: '';
	background: url(../Image/common/btn_arrow.png) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 20px;
	height: 6px;
	transition: 0.3s ease-in-out;
}
.btn_02 {
	color: #fff;
	background: #b58e4c;
	font-size: 1.4rem;
	line-height: 1;
	padding: 18px 0;
	max-width: 300px;
	border-radius: 25px;
	margin: 0 auto;
	position: relative;
}
.btn_02:after {
	content: '';
	background: url(../Image/news/arrow_wh.png) no-repeat;
	width: 20px;
	height: 6px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease-in-out;
}
/*hover*/

@media print, screen and (min-width : 768px ) {
	.btn_primary:hover,
	.btn_02:hover {
		opacity: 0.7;
	}
	.btn_primary:hover:after {
		right: 5px;
	}
	.btn_02:hover:after {
		right: 15px;
	}
	.arrow:hover:after {
		right: 5px;
	}
}


/*タイトル*/
.sec_ttl {
	text-align: center;
	position: relative;
	margin-bottom: 50px;

}
.sec_ttl span {
	display: block;
}
/*.sec_ttl:after,
.sec_ttl:before {
	content: '';
	display: block;
	background: url(../Image/common/img_ttl.png) no-repeat;
	width: 92px;
	height: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}
.sec_ttl:after {
	right: 0;
	left: 312px;
}
.sec_ttl:before {
	left: 0;
	right: 312px;
}*/
.sec_ttl .ttl_inner {
	position: relative;
	display: inline-block;
}
.sec_ttl .ttl_inner:after,
.sec_ttl .ttl_inner:before {
	content: '';
	display: block;
	background: url(../Image/common/img_ttl.png) no-repeat;
	width: 92px;
	height: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}
.sec_ttl .ttl_inner:after {
	right: -122px;
}
.sec_ttl .ttl_inner:before {
	left: -122px;
}
.ttl_01 {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #b58e4c;
	font-weight: 400;
}
.ttl_01 + .en {
	font-size: 12px;
	font-family: 'Cantarell', sans-serif;
	color: #b58e4c;
	line-height: 1;
	margin-top: 20px;
	    font-weight: 700;
}

.ttl_02 {
	font-size: 24px;
	color: #655046;
}
.icon_logo {
	padding-left: 60px;
	position: relative;
}
.icon_logo:before {
	content: '';
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url(../Image/common/icon_logo.png) no-repeat center center #655046;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}
.sec_ttl.center {
	text-align: center;
}
.sec_ttl.wh {
	color: #fff;
}
.ttl_icon {
	padding-left: 30px;
	position: relative;
}
.ttl_icon:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../Image/common/icon_title.png) no-repeat top left;
	width: 24px;
	height: 22px;
}
.txt_main {
	line-height: 2.5;
}

/*--------------------------------------------
	HEADER
--------------------------------------------*/
header {
	position: relative;
}
header:after {
	content: '';
	background: url(../Image/common/h_wave.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -30px;
	left: 0;
	background-size: contain;
}
header .header_inner {
	display: flex;
	align-items: flex-end;
	padding: 30px 0 17px;
}

/*g-navi*/

header .h_logo {
}
header .h_nav {
	display: flex;
	background-color: #fff;
	margin-top: 10px;
	align-items: center;
	justify-content: space-between;
	margin-left: 164px;
}
header .g_nav ul {
	display: flex;
	margin-right: 50px;
}
header .g_nav ul li {
	margin-right: 40px;
	text-align: center;
	transition: 0.3s ease-in-out;
}
header .g_nav ul li:last-child {
	margin-right: 0;
}
header .g_nav .nav_item {
	color: #816660;
	font-weight: 700;
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-top: 30px;
	position: relative;
}
header .g_nav .nav_item:before {
	content: '';
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	background: url(../Image/common/icon_bread.png) no-repeat top center;
	transform: scale(0);
	transition: 0.4s ease-in-out;
}
header .g_nav .nav_item .en {
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 8px;
	color: #bc9587;
	display: block;
	font-size: 1.0rem;
}

header .h_tel {
	font-size: 1.2rem;
	color: #816660;
}
header .h_tel .num {
	font-family: 'Cantarell', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
}
header .h_tel span {
	font-size: 1.2rem;
	font-weight: 700;
}
@media screen and (min-width : 768px ) {
header .g_nav .nav_item:hover:before {
	/*-webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;*/
	transform: scale(1);
}
}


/*--------------------------------------------
	FOOTER
--------------------------------------------*/
footer {
	padding-top: 400px;
	background: url(../Image/common/img_footer_bg.jpg) no-repeat top center;
}
footer .footer_inner {
	padding-top: 40px;
}
footer .footer_inner .ttl {
	font-size: 2.4rem;
	color: #655046;
	line-height: 1;
	margin-bottom: 13px;
}
footer .f_shopinfo {
	display: flex;
/*	padding-bottom: 50px;*/
    padding-bottom: 70px;
}
/*
footer .shop_wrap {
	display: flex;
}
*/
footer .shop_wrap {
	display: flex;
    width: 100%;
}
footer .shop_ttl {
	color: #b58e4c;
}
/*
footer .shop_wrap .shop_box {
	width: 363px;
	margin-right: 40px;
	background: url(../Image/common/img_shop01.jpg) bottom center no-repeat;
}
*/
footer .shop_wrap .shop_box {
    width: 50%;
    margin-right: 40px;
    background: url(../Image/common/img_shop03.jpg) bottom center no-repeat;
    padding-bottom: 320px;
}
footer .shop_wrap .shop_box .banner{
	margin-top:1.5em;
}
@media screen and (min-width : 768px ) {
	footer .shop_wrap .shop_box .banner a:hover {
		opacity:.5;
	}

}
/*
footer .shop_wrap .shop_box.nokata {
	background: url(../Image/common/img_shop02.jpg) bottom center no-repeat;
}
*/
footer .shop_wrap .shop_box.nokata {
    background: url(../Image/common/img_shop04.jpg) bottom center no-repeat;
    margin-right: 0;
}
footer .shop_wrap .shop_box table {
	margin-top: 14px;
	text-align: left;
}
footer .shop_wrap .shop_box table th {
	width: 100px;
	vertical-align: top;
	line-height: 2.2;
}
.table_delivary {
	text-align: left;
	line-height: 1.5;
}
.table_delivary th {
	width: 50%;
	padding: 9px 0;
    border-bottom: solid 1px #dad9d2;
		text-align: left;
}
.table_delivary td {
	border-bottom: solid 1px #dad9d2;
}
.table_delivary .time span {
	float: left;
}
.table_delivary .time ul {
	float: left;
	margin-left: 20px;
	font-weight: 400;
}
.table_delivary td {
	width: 50%;
}
footer .f_logo {
	margin-bottom: 24px;
}
footer .footer_left .l_nav {
	margin-top: 20px;
}
footer .footer_left .l_nav ul {
	display: flex;
	flex-wrap: wrap;
}
footer .footer_left .l_nav ul li {
	margin-right: 48px;
}
footer .footer_left .l_nav ul li:last-child {
	margin-right: 0;
}
footer .f_map iframe {
	vertical-align: bottom;
}
footer .f_bottom {
	background: #635045;
	padding: 50px 0;
}
footer .f_logo {
	text-align: center;
}
footer .footer_nav {
	margin-top: 30px;
}
footer .footer_nav ul {
	display: flex;
	justify-content: center;
}

footer .footer_nav ul li {
	margin-right: 40px;
}
footer .footer_nav ul li:last-child {
	margin-right: 0;
}
footer .f_nav_item {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	display: block;
	position: relative;
}
footer .f_nav_item:after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	display: block;
	background: #b58e4c;
	transform: scale(0);
	transition: 0.4s ease-in-out;
}
footer .copy {
	text-align: center;
	margin-top: 20px;
	color: #fff;
	font-size: 1.2rem;
}
@media screen and (min-width : 768px ) {
	footer .f_nav_item:hover:after {
	transform: scale(1);
}

}
.totop {
	position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 99999;
    width: 55px;
    height: 55px;
    background: #b58e4c;
	border-radius: 50%;
    text-align: center;
    font-size: 30px;
	line-height: 1;
	transition: 0.4s ease-in-out;
	opacity: 0;

}

.totop.visible {
	opacity: 1;
}
.totop a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../Image/common/img_wheat.png) no-repeat center;
}


@media screen and (min-width : 768px ) {

	.totop:hover  {
		background-color: #655046;
	}
}
