@charset 'utf-8';
@import "reset.css";

@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap");
@font-face {
	font-family: "Noto Serif JP";
	font-style: normal;
	src: url("../fonts/NotoSerifCJKjp-Regular_ot.otf");
	font-weight: 400;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.wrappadding {
	max-width: 1000px;
	margin: 0 auto;
}
.wrappadding2 {
	max-width: 1000px;
	margin: 0 auto;
}

/*スマホ用画像リサイズ*/
img {
	max-width: 100%;
	/*max-width: none＼0/;*/
	height: auto;
	vertical-align: top;
}

.fontDm {
	font-family: "DM Serif Display", serif;
}
.fontMincho {
	font-family: "Abril Fatface", "Noto Serif JP", serif, cursive;
	font-weight: 400 !important;
}
/*.fontMincho{font-family:'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho;}*/
.fontMinchoDm {
	font-family: "DM Serif Display", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
}
.fontOs {
	font-family: "Open Sans", sans-serif;
}
.fontGothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", sans-serif;
}
.fontGothicOs {
	font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
		sans-serif;
}
.fontjose {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
}

/* #MainView */

.navi_active {
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	margin-top: -1px;
	height: 31px;
}

.headerwrap {
	background-color: rgba(0, 0, 0, 0);
	z-index: 1000;
	height: 90px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
}

.mainView {
	width: 100%;
	background: #000;
	position: relative;
}
.mainViewbg {
	display: block;
	opacity: 0.6;
	z-index: 1;
	height: auto;
	overflow: hidden;
}
.mainViewbg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.slider_main .slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slider_main .slick-dots li.slick-active button:before {
	color: white;
	opacity: 1;
}
.slider_main .slick-dots li button:before {
	color: white;
	opacity: 0.75;
}
.slider_main {
	margin-bottom: 0px !important;
	padding: 0px !important;
}

.mainViewunder {
	width: 100%;
	background: #000;
	position: relative;
}
.mainViewunderbg {
	display: block;
	opacity: 0.6;
	z-index: 1;
}
.mainViewunderbg_category {
	position: relative;
	z-index: 1;
}
.mainViewunderbg_category img {
	opacity: 0.6;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainViewunderbg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainViewSub {
	width: 100%;
	background: #000;
	margin-top: 90px;
}
.mainViewSub img {
	width: 100%;
}

.mainViewCustombg {
	display: block;
	opacity: 0.6;
	z-index: 1;
}
.mainViewCustombg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainViewCustom_right {
	position: absolute;
	right: 20px;
	width: 450px;
	color: #fff;
	z-index: 100;
	top: 16%;
	text-align: center;
}
.mainViewCustom_logo {
	width: 350px;
	margin: 30px auto;
	opacity: 1;
}
.mainViewCustom_logo img {
	width: 100%;
}
.mainViewCustom_copy {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 180%;
}
.mainViewCustom_copy span {
	font-size: 24px;
}
.mainViewCustom_more {
	position: relative;
	z-index: 100;
	margin-top: 30px;
}
.mainViewCustom_more a {
	color: #fff;
	padding: 0 0 0 55px;
	display: inline-block;
	font-size: 14px;
}
.mainViewCustom_more a:after {
	content: "";
	width: 70px;
	height: 10px;
	border-bottom: solid 1px #fff;
	border-right: solid 2px #fff;
	transform: skewX(55deg);
	position: relative;
	display: inline-block;
	transition: 0.3s;
}
.mainViewCustom_more a:hover:after {
	transform: skewX(55deg) translateX(15px);
	transition: 0.3s;
}

/*書き足し*/
.mainViewCustombg2 {
	display: block;
	z-index: 1;
}
.mainViewCustombg2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.6;
}
.mainViewCustombg2 img.taglogo {
	opacity: 1;
}
.mainViewCustom_right2 {
	position: absolute;
	right: 20px;
	width: 450px;
	color: #fff;
	z-index: 100;
	top: 16%;
	text-align: center;
}
.mainViewCustom_right2 h1 img {
	height: 120px;
}
.mainViewCustom_logo2 {
	width: 350px;
	margin: 30px auto 0;
	opacity: 1;
}
.mainViewCustom_more2 {
	position: relative;
	z-index: 100;
	margin-top: 30px;
}
.mainViewCustom_more2 a {
	color: #fff;
	padding: 0 0 0 55px;
	display: inline-block;
	font-size: 14px;
}
.mainViewCustom_more2 a:after {
	content: "";
	width: 70px;
	height: 10px;
	border-bottom: solid 1px #fff;
	border-right: solid 2px #fff;
	transform: skewX(55deg);
	position: relative;
	display: inline-block;
	transition: 0.3s;
}
.mainViewCustom_more2 a:hover:after {
	transform: skewX(55deg) translateX(15px);
	transition: 0.3s;
}

.mainCenter {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	width: 90%;
	z-index: 105;
}
.mainLogo {
	width: 170px;
	height: 40px;
	margin: 0 auto 20px auto;
}
.mainText1 {
	color: #fff;
	font-family: "DM Serif Display";
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 10px;
}
.mainText2 {
	color: #fff;
	top: 58%;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "DM Serif Display", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
	width: 100%;
	margin-top: 20px;
}
.mainViewunderTtl {
	position: absolute;
	z-index: 5;
	color: #fff;
	top: 40%;
	font-size: 70px;
	text-align: center;
	font-family: "Abril Fatface", "Noto Serif JP", serif, cursive;
	font-weight: 400 !important;
	width: 100%;
	line-height: 70%;
}
.mainViewunderTtl_category {
	position: absolute;
	z-index: 5;
	color: #fff;
	opacity: 1;
	top: 40%;
	font-size: 70px;
	text-align: center;
	font-family: "Abril Fatface", "Noto Serif JP", serif, cursive;
	font-weight: 400 !important;
	width: 100%;
	line-height: 70%;
}
.mainViewunderTtl h1 {
	font-size: inherit;
}
.mainViewunderTtl_category h1 {
	font-size: inherit;
}
.mainViewunderTtl span {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	width: 100%;
}
.mainViewunderTtl_category span {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	width: 100%;
}

/*ハンバーガーボタン*/

.el_humburger {
	display: none;
}

/*--  #ROLL-OVER
---------------------------------------------------------------------------*/

.alphaOver a img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.alphaOver a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

/*--  #Pagetop
---------------------------------------------------------------------------*/

.fpageTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 50;
	background-image: none;
}
.fpageTop a {
	display: block;
	text-align: center;
	width: 20px;
	height: 20px;
	padding: 5px;
	background-color: #817c57;
	color: #fff;
	line-height: 100%;
	letter-spacing: 1px;
	font-size: 8px;
}
.fpageTop span {
	font-size: 12px;
	line-height: 140%;
}
.fpageTop a:hover {
	opacity: 0.8;
}

/*--  #Header PC
---------------------------------------------------------------------------*/

.logo {
	position: absolute;
	width: 270px;
	top: 43px;
	left: 30px;
	z-index: 1010;
	color: rgba(0, 0, 0, 0);
	background-image: url("../img/logopc_w.png");
	background-size: 260px;
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 10px;
}
.logo a {
	display: block;
	height: 35px;
	pointer-events: auto;
}
.navi_header {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 1002;
}
.navi_header ul {
	display: flex;
	width: auto;
}
.navi_header li {
	width: auto;
	margin-left: 20px;
	font-weight: bold;
}
.navi_header_reserv {
	background-color: rgba(255, 255, 255, 0.7);
	height: 26px;
	width: auto;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}
.navi_header_tel {
	background-color: rgba(255, 255, 255, 0.7);
	height: 26px;
	width: auto;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}
.navi_inner {
	z-index: 1003;
}
.navi_inner .navi_header_reserv {
	background-color: rgba(255, 255, 255, 1);
	z-index: 1004;
}
.navi_header_reserv a {
	display: block;
	height: auto;
	padding: 4px 20px;
}
.navi_header_reserv a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.navi_inner .navi_header_tel {
	background-color: rgba(255, 255, 255, 1);
	z-index: 1004;
}
.navi_header_tel a {
	display: block;
	height: auto;
	padding: 4px 20px;
}
.navi_header_tel a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.navi_header_online {
	background-color: #ba963b;
	background-image: none;
	background-size: 115%;
	background-position: center;
	color: rgba(255, 255, 255, 1);
}
.navi_header_online a {
	display: block;
	height: auto;
	padding: 4px 20px;
}
.navi_header_online a:hover {
	background-color: #927220;
}

.navi_header_icon01 {
	height: 16px;
	width: 16px;
	margin-top: 3px;
}
.navi_header_icon01 a {
	display: block;
	background-image: url("../img/header_icon01.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.navi_header_icon02 {
	height: 16px;
	width: 16px;
	margin-top: 3px;
}
.navi_header_icon02 a {
	display: block;
	background-image: url("../img/header_icon02.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.navi_header_icon03 {
	height: 16px;
	width: 16px;
	margin-top: 3px;
}
.navi_header_icon03 a {
	display: block;
	background-image: url("../img/header_icon03.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.navi_header_icon04 {
	height: 16px;
	width: 16px;
	margin-top: 3px;
}
.navi_header_icon04 a {
	display: block;
	background-image: url("../img/header_icon04.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.navi_header_icon01 a:hover,
.navi_header_icon02 a:hover,
.navi_header_icon03 a:hover,
.navi_header_icon04 a:hover {
	opacity: 0.6;
}

.navipc {
	position: absolute;
	right: 10px;
	top: 50px;
	z-index: 1002;
	color: #bbb;
	font-size: 16px;
	font-family: "Josefin Sans", sans-serif;
}

.navipc .navpconoff a {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.navipc .navpconoff a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 0%;
}
.navipc .navpconoff a span {
	display: block;
	width: 100%;
	font-size: 14px;
}
.navipc .navpconoff a span.ja {
	position: absolute;
	top: 100%;
	left: 0%;
	font-size: 13.5px;
	font-weight: bold;
	white-space: nowrap;
	color: #ba963b;
	background-color: transparent;
	padding: 3px 0;
	font-family: "Open Sans", sans-serif;
}
.navipc .navpconoff .submenu a span.ja {
	position: absolute;
	top: 100%;
	left: 0%;
	font-size: 13.5px;
	font-weight: bold;
	white-space: nowrap;
	color: #ba963b;
	background-color: #555;
	padding: 3px 0;
}
.navipc .navpconoff .uc {
	padding: 5px 17px;
}
.navipc .navpconoff li:hover a span.ja {
	top: 10%;
}
.navipc .navpconoff li:hover a span.en {
	color: rgba(0, 0, 0, 0);
}

.navipc ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.navipc ul li {
	z-index: 1001;
	position: relative;
}
.navipc ul li a {
	display: block;
	padding: 5px 17px;
	color: #fff;
	text-decoration: none;
	z-index: 1010;
}
.navipc ul li:hover {
	z-index: 1020;
}
.navipc ul li:hover > a {
	color: #ba963b;
}
.navipc ul li:hover .navi_active {
	border-bottom: none !important;
}
.navipc ul li .navipc_products {
	width: 320px;
}
.navipc ul li ul {
	overflow: hidden;
	list-style: none;
	position: absolute;
	top: 29px;
	left: -30px;
	margin: 0;
	width: 200px;
	box-shadow: 0 0 8px black;
	background: #555;
	height: 0;
}
.navipc ul li:hover .navi_active + ul {
	top: 28px !important;
}
.navipc ul li:last-child ul {
	left: -100%;
	width: 100%;
}
.navipc ul li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	/*  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;*/
}
.navipc ul li ul li a {
	padding: 13px 3% 13px 0;
	text-align: left !important;
	font-size: 12px;
	color: #fff;
}
.navipc li:hover > a {
	border-bottom: none;
}
.navipc li:hover ul {
	overflow: visible;
	height: auto;
	padding: 15px;
	z-index: 1008;
}
.navipc li:hover ul li {
	overflow: visible;
	height: 38px;
}
.navipc li:hover ul li:first-child {
	border-top: 0;
}
.navipc li:hover ul li:last-child {
	border-bottom: 0;
}

.navipc ul li ul .navipc_mds {
	width: 100%;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	height: auto;
	padding: 0;
}
.navipc ul li ul .navipc_half {
	width: 44%;
}

.headerwrap,
.navi_header_reserv,
.navi_header_tel,
.navi_active,
.navipc ul li ul li a,
.niavipc ul li ul li a:hover {
	transition: 0s;
}
.navigationchange .headerwrap {
	background-color: rgba(255, 255, 255, 0.8);
}
.navigationchange .navipc ul li a {
	color: #000;
}
.navigationchange .navi_header_reserv {
	background-color: #555;
	color: #fff;
}
.navigationchange .navi_header_reserv a:hover {
	background-color: #333;
	color: #fff;
}

.navigationchange .navi_header_tel {
	background-color: #555;
	color: #fff;
}
.navigationchange .navi_header_tel a:hover {
	background-color: #333;
	color: #fff;
}

.navigationchange .navi_header_icon01 a {
	background-image: url("../img/header_icon01b.png");
}
.navigationchange .navi_header_icon02 a {
	background-image: url("../img/header_icon02b.png");
}
.navigationchange .navi_header_icon03 a {
	background-image: url("../img/header_icon03b.png");
}
.navigationchange .navi_header_icon04 a {
	background-image: url("../img/header_icon04b.png");
}
.navigationchange .navi_active {
	border-bottom: 1px solid #000;
}
.navigationchange .logo {
	background-image: url("../img/logopc_b.png");
}
.navigationchange .navipc ul li ul li a {
	color: #fff;
}
.navigationchange .navipc ul li ul li a:hover {
	color: #ba963b;
}

#navi_white .headerwrap {
	background-color: rgba(255, 255, 255, 0.8);
}
#navi_white .navipc ul li a {
	color: #000;
}
#navi_white .navi_header_reserv {
	background-color: #555;
	color: #fff;
}
#navi_white .navi_header_reserv a:hover {
	background-color: #333;
	color: #fff;
}

#navi_white .navi_header_tel {
	background-color: #555;
	color: #fff;
}
#navi_white .navi_header_tel a:hover {
	background-color: #333;
	color: #fff;
}

#navi_white .navi_header_icon01 a {
	background-image: url("../img/header_icon01b.png");
}
#navi_white .navi_header_icon02 a {
	background-image: url("../img/header_icon02b.png");
}
#navi_white .navi_header_icon03 a {
	background-image: url("../img/header_icon03b.png");
}
#navi_white .navi_header_icon04 a {
	background-image: url("../img/header_icon04b.png");
}

#navi_white .navi_active {
	border-bottom: 1px solid #000;
}
#navi_white .logo {
	background-image: url("../img/logopc_b.png");
}
#navi_white .navipc ul li ul li a {
	color: #fff;
}
#navi_white .navipc ul li ul li a:hover {
	color: #ba963b;
}

/*--  #Footer PC
---------------------------------------------------------------------------*/
.footer {
	position: relative;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 0 0 0;
	background-image: url("../img/logo_footer.png");
	background-size: 6%;
	background-position: center top;
	background-repeat: no-repeat;
}
.footer p {
	text-align: center;
	margin: 20px 0;
}

.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 0 -10% 0;
	background: #e0dcd1;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: -1;
}
.footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 0 -10% 0;
	background: #e0dcd1;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	z-index: -2;
}

.footer_inner {
	box-sizing: boder-box;
	width: 1000px;
	height: 100%;
	margin: 0 auto 40px;
	padding: 100px 10px 0;
	text-align: left;
	display: flex;
}

.footer_icon01 a:hover,
.footer_icon02 a:hover,
.footer_icon03 a:hover,
.footer_icon04 a:hover {
	opacity: 0.6;
}

.footerhalf {
	width: 50%;
}
.footerhalfline {
	width: 50%;
}
.footerfull {
	width: 100%;
}
.footer_inner ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.footer_inner li a {
	padding: 6px 0 6px 20px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.footer_inner li a:hover {
	color: #ba963b;
}
.footer_inner li a:before {
	content: "";
	width: 6px;
	height: 8px;
	display: block;
	z-index: 10;
	float: left;
	margin: 6px 0 0 -15px;
	background: linear-gradient(to bottom left, transparent 50%, #555 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, transparent 50%, #555 50%) bottom left / 100% 50% no-repeat;
}
.footer_inner li a:hover:before {
	content: "";
	width: 6px;
	height: 8px;
	display: block;
	z-index: 10;
	float: left;
	margin: 6px 0 0 -15px;
	background: linear-gradient(to bottom left, transparent 50%, #ba963b 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, transparent 50%, #ba963b 50%) bottom left / 100% 50% no-repeat;
}
.acd-label {
	font-size: 23px;
	margin: 30px 0 0 0;
	display: block;
	font-family: "Abril Fatface", "Noto Serif JP", serif, cursive;
	font-weight: 400 !important;
}
.acd-label:after {
	width: 50px;
	height: 3px;
	background-color: #555;
	display: block;
	content: "";
	margin: 20px 0;
}

.footer .list_double {
	width: 36%;
}
.footer .list_single01 {
	width: 26%;
}
.footer .list_single02 {
	width: 19%;
}

.footer_line {
	width: 100%;
	height: 1px;
	display: block;
	margin: 15px 0;
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(right, #aaaaaa 50px, transparent 51px); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #aaaaaa 50px, transparent 51px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#aaaaaa 50px,
		transparent 51px
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.footer_outlink {
	float: right;
	border-top: 1px solid #555;
	padding: 30px 0 0 5%;
	width: 20%;
}
.footer_outlink li {
	margin-bottom: 12px;
	font-size: 14px;
}
.footer_outlink li a:hover {
	color: #ba963b;
}
.footer_outlink li a:before {
	content: "";
	width: 6px;
	height: 8px;
	display: block;
	z-index: 10;
	float: left;
	margin: 6px 0 0 -15px;
	background: linear-gradient(to bottom left, transparent 50%, #555 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, transparent 50%, #555 50%) bottom left / 100% 50% no-repeat;
}
.footer_outlink li a:hover:before {
	content: "";
	width: 6px;
	height: 8px;
	display: block;
	z-index: 10;
	float: left;
	margin: 6px 0 0 -15px;
	background: linear-gradient(to bottom left, transparent 50%, #ba963b 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, transparent 50%, #ba963b 50%) bottom left / 100% 50% no-repeat;
}

.footer_company {
	float: left;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	padding: 30px 0 0;
	width: 75%;
	display: flex;
	box-sizing: border-box;
}
.footer_logo {
	width: 128px;
	margin-right: 30px;
}
.footer_address {
	font-size: 14px;
}
.footer_address span {
	font-size: 16px;
}
.footer_address li {
	margin-bottom: 10px;
}

.footer_icon {
	width: 188px;
	margin: 20px auto 0;
	display: flex;
} /*width: 136px;初期値*/
.footer_icon li {
	margin-right: 20px;
}
.footer_icon li:last-child {
	margin-right: 0;
}
.footer_icon01 {
	height: 32px;
	width: 32px;
	margin-top: 3px;
}
.footer_icon01 a {
	display: block;
	background-image: url("../img/header_icon01b.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}
.footer_icon02 {
	height: 32px;
	width: 32px;
	margin-top: 3px;
}
.footer_icon02 a {
	display: block;
	background-image: url("../img/header_icon02b.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}
.footer_icon03 {
	height: 32px;
	width: 32px;
	margin-top: 3px;
}
.footer_icon03 a {
	display: block;
	background-image: url("../img/header_icon03b.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}
.footer_icon04 {
	height: 32px;
	width: 32px;
	margin-top: 3px;
}
.footer_icon04 a {
	display: block;
	background-image: url("../img/header_icon04b.png");
	background-size: 100%;
	background-position: center;
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}

.footer_icon01 a:hover,
.footer_icon02 a:hover,
.footer_icon03 a:hover,
.footer_icon04 a:hover {
	opacity: 0.6;
}

/* Sweep To Top */
.hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
	color: black;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.hvr-sweep-to-top-b {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.hvr-sweep-to-top-b:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #555;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-top-b:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
	color: white;
}
.hvr-sweep-to-top-b:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

main {
	text-align: center;
}

.pankuzu {
	padding: 20px 0;
	font-size: 12px;
	line-height: 180%;
}
.pankuzu li {
	float: left;
	margin: 0 5px 0 0;
	word-break: break-all;
}
.pankuzu li:before {
	content: "＞";
	margin-right: 5px;
	color: #000;
	font-weight: 100;
}
.pankuzu li:first-child:before {
	content: "";
}
.pankuzu a:hover {
	color: #ba963b;
}
.pankuzu .p_active {
	color: #ba963b;
	font-weight: bold;
	text-decoration: none !important;
}

.txt_b01 {
	font-size: 1.2em;
}
.txt_b02 {
	font-size: 1.4em;
}
.txt_b03 {
	font-size: 1.6em;
}
.txt_b04 {
	font-size: 1.8em;
}
.txt_b05 {
	font-size: 2em;
}
.txt_b06 {
	font-size: 2.2em;
}
.txt_b07 {
	font-size: 2.4em;
}
.txt_b08 {
	font-size: 2.6em;
}
.txt_b07 {
	font-size: 2.8em;
}
.txt_b08 {
	font-size: 3em;
}

.txt_s01 {
	font-size: 0.8em;
}
.txt_s02 {
	font-size: 0.7em;
}
.txt_s03 {
	font-size: 0.6em;
}
.txt_s04 {
	font-size: 0.5em;
}
.txt_s05 {
	font-size: 0.4em;
}

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}

/*アコーディオン*/

.acd-check {
	display: none;
}

@media screen and (max-width: 1200px) {
	.logo {
		position: absolute;
		width: 220px;
		top: 15px;
		left: 20px;
		z-index: 1001;
		color: rgba(0, 0, 0, 0);
		background-image: url("../img/logopc_w.png");
		background-size: 260px;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.logo a {
		display: block;
		height: 28px;
	}
}

@media screen and (max-width: 1000px) {
	.wrappadding {
		padding: 0 20px;
	}
	.wrappadding2 {
		padding: 0 0;
	}

	.navipc {
		letter-spacing: 0.03em;
	}
	.navipc ul {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.navipc ul li {
		position: relative;
	}
	.navipc ul li a {
		padding: 5px 9px;
	}
	.navipc .navpconoff .uc {
		padding: 5px 9px;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.wrappadding {
		padding: 0 2%;
	}
	.wrappadding2 {
		padding: 0;
	}

	/* Common */

	.mainViewunderbg {
		z-index: 1;
		overflow: hidden;
		height: 350px;
	}
	.mainViewunderbg img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}
	.mainViewunderbg_category {
		z-index: 1;
		overflow: hidden;
		height: 350px;
	}
	.mainViewunderbg_category img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}

	.mainViewbg {
		display: block;
		opacity: 0.6;
		z-index: 1;
		height: 100vh;
		overflow: hidden;
	}
	.mainText2 {
		font-size: 14px;
	}
	.mainViewunderTtl {
		position: absolute;
		z-index: 5;
		color: #fff;
		top: 40%;
		font-size: 35px;
		text-align: center;
		font-family: "Abril Fatface", "Noto Serif JP", serif, cursive;
		font-weight: 400 !important;
		width: 100%;
		line-height: 70%;
	}
	.mainViewunderTtl_category {
		position: absolute;
		z-index: 5;
		color: #fff;
		top: 40%;
		opacity: 1;
		font-size: 35px;
		text-align: center;
		font-family: "Abril Fatface", "Noto Serif JP", serif, cursive;
		font-weight: 400 !important;
		width: 100%;
		line-height: 70%;
	}
	.mainViewunderTtl span {
		font-size: 12px;
		letter-spacing: 0.1em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho;
		width: 100%;
	}
	.mainViewSub {
		width: 100%;
		background: #000;
		margin-top: 50px;
	}
	.mainViewSub img {
		width: 100%;
	}

	.mainViewCustombg {
		display: block;
		opacity: 0.6;
		z-index: 1;
		background-color: #fff;
		height: 100vh;
	}
	.mainViewCustombg img {
		width: 100%;
		height: 40%;
		object-fit: cover;
	}
	.mainViewCustom_right {
		position: absolute;
		right: 0;
		width: 100%;
		color: #fff;
		z-index: 100;
		top: 40%;
		text-align: center;
	}
	.mainViewCustom_logo {
		width: 300px;
		margin: 20px auto;
		opacity: 1;
	}
	.mainViewCustom_logo img {
		width: 100%;
	}
	.mainViewCustom_copy {
		width: 100%;
		margin-top: 6%;
		font-size: 12px;
		line-height: 180%;
	}
	.mainViewCustom_copy span {
		font-size: 24px;
	}
	.mainViewCustom_more {
		position: absolute;
		z-index: 100;
		display: inline-block;
		width: 240px;
		bottom: 2%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.mainViewCustom_more a {
		color: #fff;
		padding-right: 20px;
		display: block;
		padding: 0 80px 0 0;
		font-size: 14px;
		bottom: auto;
		left: auto;
	}
	.mainViewCustom_more a:after {
		content: "";
		width: 60px;
		height: 8px;
		border-bottom: solid 2px #fff;
		border-right: solid 3px #fff;
		transform: skewX(55deg);
		position: absolute;
		top: 0;
		right: -50px;
		top: 30%;
	}
	.mainViewCustom_more a:hover {
		color: #ba963b;
	}
	.mainViewCustom_more a:hover:after {
		border-bottom: solid 2px #ba963b;
		border-right: solid 3px #ba963b;
	}

	/*書き足し*/
	.mainViewCustombg2 {
		display: block;
		z-index: 1;
		height: auto;
	}
	.mainViewCustombg2 img {
		width: 100%;
		height: auto;
	}
	.mainViewCustom_right2 {
		position: relative;
		width: 100%;
		color: #fff;
		z-index: 100;
		text-align: center;
		background: #888;
		padding: 20px 0;
		margin-bottom: 20px;
		top: 0;
		right: 0;
	}
	.mainViewCustom_logo2 {
		width: 300px;
		margin: 0 auto;
		opacity: 1;
	}
	.mainViewCustom_more2 {
		z-index: 100;
		display: block;
		width: 100%;
	}
	.mainViewCustom_more2 a {
		color: #fff;
		display: block;
		padding: 0;
		font-size: 14px;
		bottom: auto;
		left: auto;
	}
	.mainViewCustom_more2 a:after {
		content: "";
		width: 60px;
		height: 8px;
		border-bottom: solid 2px #fff;
		border-right: solid 3px #fff;
		transform: skewX(55deg);
		position: absolute;
		top: 30%;
	}

	.headerwrap {
		background-color: rgba(0, 0, 0, 0);
		z-index: 1008;
		height: auto;
		position: static !important;
		top: 0;
		width: 100%;
	}

	.el_humburger_wrapper {
		margin-bottom: 5px;
		width: 8%;
		display: inline-block;
	}
	.el_humburger_text.el_humburger_text__close {
		display: none;
	}
	.el_humburger span.el_humburger_bar {
		display: block;
		width: 90%;
		margin: 0 auto 8px;
		height: 1px;
		background: #fff;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.el_humburger span.el_humburger_bar:last-child {
		margin-bottom: 0;
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar {
		background: #fff;
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
		-webkit-transform: translateY(8px) rotate(-45deg);
		-ms-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
		opacity: 0;
	}
	.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
		-webkit-transform: translateY(-10px) rotate(45deg);
		-ms-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	.el_humburgerButton.el_humburgerButton__close {
		top: 0%;
		right: 9%;
	}

	.js_humburgerOpen .el_humburger_text {
		display: none;
	}
	.js_humburgerOpen .el_humburger {
		padding: 15px 10px 5px;
		background-color: #666;
	}
	.el_humburger {
		pointer-events: auto;
		text-align: center;
		cursor: pointer;
		color: #fff;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1060;
		display: block;
		right: 0;
		top: 0;
		padding: 10px 10px 10px;
		background-color: #000;
	}

	/* SPカート・お気に入りボタン */
	.sp_header_actions {
		display: block;
		position: fixed;
		top: 0;
		right: 50px;
		z-index: 1059;
		display: flex;
		flex-direction: row;
	}

	.pc .sp_header_actions {
		display: none;
	}

	.sp_header_action_item {
		width: 60px;
		height: 52px;
		background: linear-gradient(135deg, #b08d57 0%, #c69963 100%);
		font-weight: 500;
		color: #fff;
		/*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sp_header_action_item:first-child {
		border-left: none;
	}

	.sp_header_action_item button {
		background: none;
		border: none;
		font-size: 9px;
		font-weight: bold;
		color: #fff;
		cursor: pointer;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		text-align: center;
		line-height: 1.2;
	}

	.sp_header_action_item button:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

	/* PC用カート・お気に入りボタンをスマホで非表示 */
	#cart-icon-wrapper-header,
	#wishlist-icon-wrapper-header {
		display: none !important;
	}

	.el_humburgerButton__close span.el_humburger_bar.top {
		-webkit-transform: translateY(5px) rotate(-45deg);
		-ms-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}

	.el_humburgerButton__close span.el_humburger_bar.bottom {
		-webkit-transform: translateY(-6px) rotate(45deg);
		-ms-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}

	.el_humburgerButton__close span.el_humburger_bar {
		display: block;
		width: 8%;
		margin: 0 auto;
		height: 4px;
		background: #fff;
	}

	.navi_item.op_innerLink {
		cursor: pointer;
	}

	#factory .el_humburger {
		display: none;
	}
	.el_humburger_wrapper {
		margin-bottom: 20%;
		width: 30px;
	}

	.el_humburger_text {
		font-size: 9px;
		padding-top: 10px;
		position: absolute;
		bottom: 8%;
		left: 0;
		right: 0;
	}

	.el_humburger span.el_humburger_bar {
		left: 0;
		top: 0;
		background: #fff;
	}

	.navi {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		background-color: rgba(255, 255, 255, 0);
		z-index: -1;
		transition: background-color 0.5s, z-index 0s 0.5s;
	}
	.js_humburgerOpen .navi {
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 1001;
		transition: background-color 0.5s, z-index 0s 0s;
	}

	.navi_inner {
		white-space: nowrap;
		width: 280px !important;
		position: fixed;
		right: -100%;
		height: 100%;
		background-color: #222;
		color: #fff;
		width: 0;
		z-index: 1015 !important;
		padding-top: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		overflow-y: visible;
	}

	.js_humburgerOpen .navi_inner {
		right: 0;
		padding: 0 0 0;
		padding-bottom: 30px;
	}

	.logo {
		position: absolute;
		width: 75px;
		top: 10px;
		left: 8px;
		z-index: 1010;
		color: rgba(0, 0, 0, 0);
		background-image: url("../img/logo_w.png");
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.logo a {
		display: block;
		height: 34px;
		pointer-events: auto;
	}
	.navi_header {
		position: absolute;
		right: 170px;
		top: 0;
		z-index: 1030;
	}
	.navi_header ul {
		display: flex;
		opacity: 1;
	}
	.navi_header li {
		width: calc(230px / 3);
		opacity: 1;
		margin: 0;
	}
	.navi_header_reserv {
		background-color: rgba(255, 255, 255, 0.7);
		background-image: url("../img/head_btn_reserv.png");
		background-size: 100%;
		background-position: center;
		height: 50px;
		width: auto;
		color: rgba(0, 0, 0, 0);
	}
	.navi_header_reserv a {
		display: block;
		height: 50px;
		padding: 0;
	}

	.navi_header_tel {
		background-color: rgba(255, 255, 255, 0.7);
		background-image: url("../img/head_btn_tel.png");
		background-size: 100%;
		background-position: center;
		height: 52px;
		width: auto;
		color: rgba(0, 0, 0, 0);
	}
	.navi_header_tel a {
		display: block;
		height: 52px;
		padding: 0;
	}

	.navi_header_online {
		background-color: #ba963b;
		background-image: url("../img/head_btn_onlineshop.png");
		background-size: 100%;
		background-position: center;
		color: rgba(0, 0, 0, 0);
		width: auto;
	}
	.navi_header_online a {
		display: block;
		height: 50px;
		padding: 0;
	}

	.navi_header_reserv a:hover {
		background-color: rgba(255, 255, 255, 0.7);
		background-image: url("../img/head_btn_reserv.png");
		background-size: 100%;
		background-position: center;
		height: 50px;
		width: auto;
		color: rgba(0, 0, 0, 0);
	}

	.navi_header_tel a:hover {
		background-color: rgba(255, 255, 255, 0.7);
		background-image: url("../img/head_btn_tel.png");
		background-size: 100%;
		background-position: center;
		height: 50px;
		width: auto;
		color: rgba(0, 0, 0, 0);
	}

	.navi_header_online a:hover {
		background-color: #ba963b;
		background-image: url("../img/head_btn_onlineshop.png");
		background-size: 100%;
		background-position: center;
		color: rgba(0, 0, 0, 0);
		width: auto;
	}

	.navi_header_indexlink {
		background-image: url("../img/head_btn_indexlink.png");
		background-size: 100%;
		background-position: center;
		height: 50px;
		width: auto;
		color: rgba(0, 0, 0, 0);
	}
	.navi_header_indexlink a {
		display: block;
		height: 50px;
		padding: 0;
	}
	.navi_header_rindexlink a:hover {
		background-image: url("../img/head_btn_indexlink.png");
		background-size: 100%;
		background-position: center;
		height: 50px;
		width: auto;
		color: rgba(0, 0, 0, 0);
	}

	.navi_header_icon01 {
		display: none;
	}
	.navi_header_icon02 {
		display: none;
	}
	.navi_header_icon03 {
		display: none;
	}
	.navi_header_icon04 {
		display: none;
	}

	.pro01,
	.pro02,
	.pro03,
	.pro04,
	.pro05,
	.pro06,
	.pro07,
	.pro08,
	.pro09,
	.pro10,
	.pro11,
	.pro12,
	.pro13,
	.pro14,
	.pro15 {
		background-image: url("../img/menu_products01.jpg");
		background-size: 100%;
		background-position: left center;
		border-radius: 50%;
		background-repeat: no-repeat;
		float: left;
		width: 50px;
		height: 50px;
	}
	.pro01 {
		background-image: url("../img/menu_products01.jpg");
	}
	.pro02 {
		background-image: url("../img/menu_products02.jpg");
	}
	.pro03 {
		background-image: url("../img/menu_products03.jpg");
	}
	.pro04 {
		background-image: url("../img/menu_products04.jpg");
	}
	.pro05 {
		background-image: url("../img/menu_products05.jpg");
	}
	.pro06 {
		background-image: url("../img/menu_products06.jpg");
	}
	.pro07 {
		background-image: url("../img/menu_products07.jpg");
	}
	.pro08 {
		background-image: url("../img/menu_products08.jpg");
	}
	.pro09 {
		background-image: url("../img/menu_products09.jpg");
	}
	.pro10 {
		background-image: url("../img/menu_products10.jpg");
	}
	.pro11 {
		background-image: url("../img/menu_products11.jpg");
	}
	.pro12 {
		background-image: url("../img/menu_products12.jpg");
	}
	.pro13 {
		background-image: url("../img/menu_products13.jpg");
	}
	.pro14 {
		background-image: url("../img/menu_products14.jpg");
	}
	.pro15 {
		background-image: url("../img/menu_products15.jpg");
	}

	/* スマホメニュー内の言語切り替え */
	.navi_language {
		width: 100%;
		background-color: #222;
		padding: 8px 0 15px;
		border-bottom: none;
		border-top: 1px solid #777;
	}

	.navi_language p {
		text-align: center;
		color: #fff;
		font-size: 12px !important;
		margin: 0 0 10px 0;
		padding: 5px 8px 0;
		letter-spacing: 0;
		font-weight: normal;
	}

	.navi_language .language_select {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 8px 12px;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.navi_language .language_select li {
		margin: 0;
	}

	.navi_language .language_select li a {
		display: block;
		color: rgba(255, 255, 255, 0.7);
		font-size: 11px;
		text-decoration: none;
		padding: 0;
		transition: all 0.3s ease;
		border: none;
		background: none;
		border-radius: 0;
	}

	.navi_language .language_select li a:hover {
		color: #b08d57;
		background: none;
		border: none;
		transform: none;
	}

	.navi_products {
		font-size: 12px;
		margin-top: 0;
	}
	.navi_products p {
		text-align: center;
		border-top: 1px solid #777;
		border-bottom: none;
		padding: 5px 8px 0;
		margin: 0 8px 10px;
		font-size: 12px !important;
	}
	.navi_products ul {
		display: flex;
		flex-wrap: wrap;
		padding: 8px;
	}
	.navi_products li {
		width: 50%;
	}
	.navi_products li a {
		height: 55px;
		width: 100%;
		padding: 2%;
		line-height: 400%;
		display: block;
		text-indent: 0.5em;
	}
	.navi_navigation {
		font-size: 12px;
	}
	.navi_navigation ul {
		display: flex;
		flex-wrap: wrap;
		margin: 8px;
		border-top: 1px solid #777;
		text-align: center;
	}
	.navi_navigation li {
		width: 50%;
		border-bottom: 1px solid #777;
		border-right: 1px solid #777;
		box-sizing: border-box;
	}
	.navi_navigation li:nth-child(2n) {
		width: 50%;
		border-bottom: 1px solid #777;
		border-right: none;
		box-sizing: border-box;
	}
	.navi_navigation li a {
		padding: 10px 0;
		line-height: 100%;
		display: block;
	}
	.navi_navigation .uc {
		padding: 10px 0;
		line-height: 100%;
		color: #555;
	}
	.navi_navigation p {
		text-align: center;
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	.navigationchange .headerwrap {
		background-color: rgba(255, 255, 255, 0.8);
	}
	.navigationchange .navipc ul li a {
		color: #000;
	}
	.navigationchange .navi_header_reserv {
		background-color: #fff;
		color: rgba(255, 255, 255, 0);
	}

	.navigationchange .navi_header_tel {
		background-color: #fff;
		color: rgba(255, 255, 255, 0);
	}

	.navigationchange .navi_active {
		border-bottom: 1px solid #000;
	}
	.navigationchange .logo {
		background-image: url("../img/logopc_b.png");
	}

	#navi_white .headerwrap {
		background-color: rgba(255, 255, 255, 0.8);
		height: auto;
	}
	#navi_white .navipc ul li a {
		color: #000;
	}
	#navi_white .navi_header_reserv {
		background-color: #efede8;
		color: rgba(255, 255, 255, 0);
	}

	#navi_white .navi_header_tel {
		background-color: #efede8;
		color: rgba(255, 255, 255, 0);
	}

	#navi_white .navi_active {
		border-bottom: 1px solid #000;
	}
	#navi_white .logo {
		background-image: url("../img/logo_b.png");
	}
	#navi_white .navipc ul li ul li a {
		color: #fff;
	}
	#navi_white .navipc ul li ul li a:hover {
		color: #ba963b;
	}
	#navi_white .mainViewSub {
		width: 100%;
		background: #000;
		margin-top: 50px !important;
	}

	.pankuzu {
		padding: 10px 0;
		font-size: 12px;
	}

	/*--  #Footer sp
---------------------------------------------------------------------------*/
	.footer {
		position: relative;
		overflow: hidden;
		margin: 40px 0 0;
		padding: 0 0 0;
		background-image: url("../img/logo_footer.png");
		background-size: 20%;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.footer:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 200%;
		height: 100%;
		margin: 2% -60% 0;
		background: #e0dcd1;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: rotate(6deg);
		-ms-transform: rotate(6deg);
		transform: rotate(6deg);
		z-index: -1;
	}
	.footer:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 200%;
		height: 100%;
		margin: 2% -40% 0;
		background: #e0dcd1;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
		transform: rotate(-6deg);
		z-index: -2;
	}

	.footer_inner {
		box-sizing: boder-box;
		width: 90%;
		margin: 0 auto;
		padding: 80px 10px 0;
		text-align: left;
		display: block;
	}

	.footer .list_double {
		width: 100%;
	}
	.footer .list_single01 {
		width: 100%;
	}
	.footer .list_single02 {
		width: 100%;
	}

	.footer_line {
		width: 100%;
		height: 1px;
		display: block;
		margin: 0;
		border-top: 2px solid #aaa;
		background: #aaaaaa; /* Old browsers */
		background: transparent; /* FF3.6-15 */
		background: -webkit-transparent; /* Chrome10-25,Safari5.1-6 */
		background: transparent; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	.footer_outlink {
		float: none;
		border-top: none;
		padding: 0px 0 0 10%;
		width: 90%;
	}
	.footer_outlink li {
		margin-bottom: 12px;
		font-size: 14px;
	}
	.footer_outlink li a:hover {
		color: #ba963b;
	}
	.footer_outlink li a:before {
		content: "";
		width: 6px;
		height: 8px;
		display: block;
		z-index: 10;
		float: left;
		margin: 6px 0 0 -15px;
		background: linear-gradient(to bottom left, transparent 50%, #555 50%) top left/ 100% 50% no-repeat,
			linear-gradient(to top left, transparent 50%, #555 50%) bottom left / 100% 50% no-repeat;
	}
	.footer_outlink li a:hover:before {
		content: "";
		width: 6px;
		height: 8px;
		display: block;
		z-index: 10;
		float: left;
		margin: 6px 0 0 -15px;
		background: linear-gradient(to bottom left, transparent 50%, #ba963b 50%) top left/ 100% 50% no-repeat,
			linear-gradient(to top left, transparent 50%, #ba963b 50%) bottom left / 100% 50% no-repeat;
	}

	.footer_company {
		float: none;
		border-top: 1px solid #555;
		border-right: none;
		padding: 30px 0 0;
		width: auto;
		display: block;
		box-sizing: border-box;
		margin: 0 15px;
	}
	.footer_logo {
		display: none;
	}
	.footer_address {
		font-size: 12px;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_address span {
		font-size: 16px;
	}
	.footer_address li {
		margin-bottom: 10px;
	}
	.footer_address a {
		border: 1px solid #555;
		box-sizing: border-box;
		width: 100%;
		padding: 3%;
		display: block;
	}

	.footer_icon {
		width: 188px;
		margin: 0 auto;
		display: flex;
	}
	.footer_icon.sp {
		margin: 30px auto 20px;
	}

	/* スマホメニュー内のSNSアイコン */
	.navi_sns_icons {
		width: 100%;
		margin: 0;
		padding: 80px 0 12px;
		display: flex;
		list-style: none;
		justify-content: center;
		gap: 12px;
		background-color: #222;
		border-bottom: none;
		position: relative;
		z-index: 10;
	}
	.navi_sns_icons li {
		margin: 0;
		height: 36px;
		width: 36px;
		background-color: rgba(255, 255, 255, 0.9);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	}
	.navi_sns_icons li:hover {
		background-color: rgba(255, 255, 255, 1);
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	}
	.navi_sns_icon01 a,
	.navi_sns_icon02 a,
	.navi_sns_icon03 a,
	.navi_sns_icon04 a {
		display: block;
		background-size: 60%;
		background-position: center;
		color: rgba(0, 0, 0, 0);
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
		border-radius: 50%;
	}
	.navi_sns_icon01 a {
		background-image: url("../img/header_icon01b.png");
	}
	.navi_sns_icon02 a {
		background-image: url("../img/header_icon02b.png");
	}
	.navi_sns_icon03 a {
		background-image: url("../img/header_icon03b.png");
	}
	.navi_sns_icon04 a {
		background-image: url("../img/header_icon04b.png");
	}
	.footer_icon li {
		margin-right: 20px;
	}
	.footer_icon li:last-child {
		margin-right: 0;
	}
	.footer_icon01 {
		height: 32px;
		width: 32px;
		margin-top: 3px;
	}
	.footer_icon01 a {
		display: block;
		background-image: url("../img/header_icon01b.png");
		background-size: 100%;
		background-position: center;
		color: rgba(0, 0, 0, 0);
		background-repeat: no-repeat;
		height: 32px;
		width: 32px;
	}
	.footer_icon02 {
		height: 32px;
		width: 32px;
		margin-top: 3px;
	}
	.footer_icon02 a {
		display: block;
		background-image: url("../img/header_icon02b.png");
		background-size: 100%;
		background-position: center;
		color: rgba(0, 0, 0, 0);
		background-repeat: no-repeat;
		height: 32px;
		width: 32px;
	}
	.footer_icon03 {
		height: 32px;
		width: 32px;
		margin-top: 3px;
	}
	.footer_icon03 a {
		display: block;
		background-image: url("../img/header_icon03b.png");
		background-size: 100%;
		background-position: center;
		color: rgba(0, 0, 0, 0);
		background-repeat: no-repeat;
		height: 32px;
		width: 32px;
	}
	.footer_icon04 {
		height: 32px;
		width: 32px;
		margin-top: 3px;
	}
	.footer_icon04 a {
		display: block;
		background-image: url("../img/header_icon04b.png");
		background-size: 100%;
		background-position: center;
		color: rgba(0, 0, 0, 0);
		background-repeat: no-repeat;
		height: 32px;
		width: 32px;
	}

	.footer_icon01 a:hover,
	.footer_icon02 a:hover,
	.footer_icon03 a:hover,
	.footer_icon04 a:hover {
		opacity: 0.6;
	}

	.footerhalf {
		width: 50%;
	}
	.footerhalfline {
		width: 50%;
		border-right: 1px solid #aaa;
		box-sizing: border-box;
	}
	.footerfull {
		width: 100%;
	}

	.acd-label {
		font-size: 16px;
		margin: 0 0 0 0;
		display: block;
	}
	.acd-label:after {
		display: none;
	}

	.footer_inner ul {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}
	.footer_inner li a {
		border-bottom: 1px solid #aaa;
		padding: 6px 0 6px 20px;
		display: block;
		font-size: 12px;
	}
	.footer_inner li a:before {
		content: "";
		width: 6px;
		height: 8px;
		display: block;
		z-index: 10;
		float: left;
		margin: 6px 0 0 -15px;
		background: linear-gradient(to bottom left, transparent 50%, #555 50%) top left/ 100% 50% no-repeat,
			linear-gradient(to top left, transparent 50%, #555 50%) bottom left / 100% 50% no-repeat;
	}

	/*アコーディオン*/

	.acd-check {
		display: none;
	}
	.acd-label {
		display: block;
		position: relative;
		white-space: nowrap;
		border-bottom: 1px solid #555;
		padding: 10px 10px;
	}
	.acd-label:after {
		width: 8px;
		height: 8px;
		margin: 15px 15px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
		box-sizing: border-box;
		content: "";
		display: inline-block;
		height: auto;
		padding: 3.5px 0;
		position: absolute;
		right: 0;
		top: 0px;
		background-color: transparent;
	}
	.acd-content {
		display: block;
		height: 0;
		opacity: 0;
		padding: 0 10px;
		transition: 0.5s;
		visibility: hidden;
		padding: 10px;
	}
	.acd-check:checked + .acd-label:after {
		width: 8px;
		height: 8px;
		margin: 18px 15px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: none;
		border-right: none;
		transform: rotate(45deg);
		box-sizing: border-box;
		content: "";
		display: inline-block;
		height: auto;
		padding: 3.5px 0;
		position: absolute;
		right: 0;
		top: 0px;
		background-color: transparent;
	}
	.acd-check:checked + .acd-label + .acd-content {
		height: auto;
		opacity: 1;
		padding: 10px 0 15px 0;
		visibility: visible;
	}

	/*--  #Pagetop
---------------------------------------------------------------------------*/

	.fpageTop {
		display: none;
		position: fixed;
		bottom: 51px;
		right: 5px;
		z-index: 50;
	}
	.fpageTop a {
		display: block;
		text-align: center;
		width: 20px;
		height: 20px;
		padding: 5px;
		background-color: #817c57;
		color: #fff;
		line-height: 100%;
		letter-spacing: 1px;
		font-size: 8px;
		position: relative;
	}
	.fpageTop span {
		font-size: 12px;
		line-height: 140%;
	}
	.fpageTop a:hover {
		opacity: 0.8;
	}
	.pcfootcom {
		display: none;
	}
}

/*フォームではチャットツールを隠す*/
[data-id="ContactIndex"] #hubspot-messages-iframe-container,
[data-id="ReservationIndex"] #hubspot-messages-iframe-container {
	display: none !important;
}

@media screen and (min-width: 769px) {
	.sp_header_actions {
		display: none;
	}
}
