﻿@charset "utf-8";

/* ==========================================================
   7BEE FOUNDATION - LEGACY COMPATIBILITY
   旧サイトのcontent-boxレイアウトを維持
   ========================================================== */

*,
*::before,
*::after {
	box-sizing: content-box;
}

/* ------ General Settings ------ */
html {
	*overflow-x: hidden;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height: 1px;
	transition: .3s;
}
.forPc {
	display: block;
}
.forMobile {
	display: none;
}
@media screen and (max-width: 639px) {
	.forPc {
		display: none;
	}
	.forMobile {
		display: block;
	}
}
/* ------ スマホで発信 ------ */
@media screen and (min-width: 639px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/* ------ フォント ------ */
/* webfont */
.webfontL {
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
}
.webfontS {
	font-family: 'Barlow', sans-serif;
	font-weight: 200;
}
/* ------ ライン ------ */
/* leftLine */
.leftLine {
	line-height: 100%;
	display: flex;
	align-items: center;
}
.leftLine:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
/* body */
body {}
/* wrapper */
#wrapper {
	overflow: hidden;
	padding-top: 60px;
}
/* ------ PCヘッダー ------ */
/* headArea */
#headArea {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	top: -60px;
	left: auto;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
	#headArea {
		display: none;
	}
}
#headBlock {
	max-width: 1300px;
	margin: 0 auto;
}
.headLogo {
	padding: 12px 3% 0 3%;
	float: left;
}
.headLogo img {
	width: 180px;
}
/* headMenu */
#headMenu {
	float: right;
	width: 55%;
}
/* headMenuBox */
.headMenuBox {
	float: left;
	width: 25%;
}
/* headMenuBox linkBox */
.headMenuBox .linkBox {
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	padding-bottom: 8%;
}
@media screen and (max-width: 800px) {
	.headMenuBox .linkBox {
		padding-bottom: 4%;
	}
}
.headMenuBox .linkBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 11;
}
.headMenuBox .zoomBox {
	display: block;
	transition-duration: 0.2s; /*変化に掛かる時間*/
}
.headMenuBox .zoomBox:hover {
	transform: scale(1.2); /*画像の拡大率*/
	transition-duration: 0.2s; /*変化に掛かる時間*/
}
.headMenuBox .zoomBox:hover {}
.headMenuBox h3 {
	padding-top: 18px;
	font-size: 80%;
	line-height: 120%;
	margin: 0;
}
.headMenuBox p {
	font-size: 70%;
	line-height: 140%;
}
.headMenuBox p.subTxt {
	padding-bottom: 10px;
}
/* headSnsBox */
.headSnsBox {
	float: left;
	width: 25%;
}
/* headSns */
.headSns:first-child {
	float: left;
	width: 30%;
	padding: 0 0 0 20%;
}
.headSns {
	float: left;
	width: 30%;
	padding: 0 20% 0 0;
}
/* headSns linkBox */
.headSns .linkBox {
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	padding-bottom: 8%;
}
@media screen and (max-width: 800px) {
	.headSns .linkBox {
		padding-bottom: 4%;
	}
}
.headSns .linkBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 11;
}
.headSns .zoomBox {
	display: block;
	transition-duration: 0.2s; /*変化に掛かる時間*/
}
.headSns .zoomBox:hover {
	transform: scale(1.2); /*画像の拡大率*/
	transition-duration: 0.2s; /*変化に掛かる時間*/
}
.headSns .zoomBox:hover {}
.headSns p {
	width: 50%;
	padding: 18px 15% 0;
}
/* プルダウン */
.menu {
	position: relative;
	width: 100%;
}
.menu > .menuSingle {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menuSingle .menuSecond {
	position: absolute;
	top: 56px;
	width: 100%;
	visibility: hidden;
	text-align: center;
	opacity: 0;
	z-index: 20;
}
.menuSingle:hover .menuSecond {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}
.menuSingle .menuSecond p {
	background-color: #efefef;
	margin: 1px;
}
.menuSingle .menuSecond p a {
	color: #000;
	display: block;
	padding: 15px 0;
}




/* ==========================================================
   FOOTER
   ========================================================== */

#footArea {
	position: relative;
	z-index: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 5% 0;
}


/* ==========================================================
   FOOTER MAIN
   ========================================================== */

.footerMain {
	display: grid;
	grid-template-columns: 42% 1fr;
	gap: 8%;
	align-items: end;
	padding: 40px 0 25px;
}


/* brand */

.footerBrand {
	min-width: 0;
}

.footLogo {
	width: 240px;
	max-width: 70%;
	margin: 0 0 10px;
	padding: 0;
}

.footLogo a,
.footLogo img {
	display: block;
}

.footLogo img {
	width: 100%;
	height: auto;
}


/* shop info */

.footInfo {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footAddress {
	margin: 0 0 5px;
	font-size: 13px;
	line-height: 1.7;
}

.footTel {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 0;
}

.footTel > span {
	font-size: 13px;
	letter-spacing: .08em;
}

.footTel > a {
	position: relative;
	color: #222;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

/* ==========================================================
   FOOTER NAVIGATION
   ========================================================== */

.footerNav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.footerNav__item {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	padding: 0 18px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition:
		background-color .25s ease,
		color .25s ease;
}

.footerNav__item:last-child {
	border-right: 0;
}

.footerNav__item::after {
	position: absolute;
	right: 20%;
	bottom: -1px;
	left: 20%;
	height: 3px;
	background: #8e1b22;
	content: "";
	transform: scaleX(0);
	transition: transform .25s ease;
}

.footerNav__item:hover {
	background: #fff;
	color: #222;
}

.footerNav__item:hover::after {
	transform: scaleX(1);
}

.footerNav__en {
	display: block;
	font-size: 20px;
	line-height: 1.1;
}

.footerNav__ja {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.4;
}


/* ==========================================================
   FOOTER IMAGE
   ========================================================== */

#slideArea3 {
	overflow: hidden;
}

#slideBox3 {
	width: 100%;
}

#slideArea3 .simple-slider {
	width: 100%;
}

#slideArea3 .itemBox {
	width: 100%;
}

#slideArea3 .itemBox img {
	display: block;
	width: 100%;
	height: auto;
}


/* ==========================================================
   COPYRIGHT
   ========================================================== */

#crArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0 28px;
	box-sizing: border-box;
	color: #777;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
}

#crArea p {
	margin: 0;
}

#crArea a {
	color: #777 !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	text-decoration: none;
}

#crArea a:hover {
	color: #222 !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media screen and (max-width: 900px) {

	.footerMain {
		grid-template-columns: 36% 1fr;
		gap: 5%;
	}

	.footLogo {
		width: 200px;
	}

	.footTel > a {
		font-size: 24px;
	}

	.footerNav__en {
		font-size: 17px;
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 600px) {

	.footerMain {
		display: block;
		width: 86%;
		padding: 50px 0 28px;
		margin: 0 auto;
	}

	.footerBrand {
		margin-bottom: 35px;
		text-align: center;
	}

	.footLogo {
		width: 190px;
		max-width: none;
		margin: 0 auto 24px;
	}

	.footInfo {
		text-align: center;
	}

	.footAddress {
		font-size: 12px;
	}

	.footTel {
		display: block;
	}

	.footTel > span {
		display: block;
		line-height: 13px;
	}

	.footTel > a {
		display: inline-block;
		font-size: 26px;
	}

	.footerNav {
		grid-template-columns: 1fr;
	}

	.footerNav__item {
		min-height: 72px;
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}

	.footerNav__item:last-child {
		border-bottom: 0;
	}

	.footerNav__item::after {
		right: 35%;
		left: 35%;
	}

	.footerNav__en {
		font-size: 18px;
	}

	#slideArea3 {
		width: 100%;
		max-width: none;
	}

	#crArea {
		display: block;
		width: 86%;
		padding: 20px 0 25px;
		text-align: center;
	}

	#crArea p + p {
		margin-top: 5px;
	}

}




/* topBtn */
.topBtn {
	float: left;
	margin: 1.6%;
	width: 30%;
}
@media screen and (max-width: 800px) {
	.topBtn {
		float: none;
		margin: 2.5%;
		width: 95%;
	}
}
/* .topBtn .linkBox */
.topBtn .linkBox {
    position: relative;
    z-index: 10;
	overflow: hidden;
	text-align: center;
}
.topBtn .linkBox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 11;
}
.topBtn .zoomBox {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.topBtn .zoomBox:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	background-color: #9a071b;
	color: #fff;
}
.topBtn .linkBox h3 {
	font-size: 200%;
	line-height: 120%;
	padding-top: 3%;
	margin: 0;
}
@media screen and (max-width: 900px) {
	.topBtn .linkBox h3 {
		font-size: 160%;
	}
}
@media screen and (max-width: 800px) {
	.topBtn .linkBox h3 {
		font-size: 200%;
	}
}
@media screen and (max-width: 500px) {
	.topBtn .linkBox h3 {
		font-size: 120%;
	}
}
.topBtn .linkBox p {
	line-height: 100%;
	padding: 1% 0 4%;
	display: flex;
	align-items: center;
}
.topBtn .linkBox p:before,
.topBtn .linkBox p:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.topBtn .linkBox p:before {
	margin: 0 4%;
}
.topBtn .linkBox p:after {
	margin: 0 4%;
}








/* ------ モバイルメニュー ------ */
#header {
	display: none;
}
@media screen and (max-width: 800px) {
	#header {
		display: block;
	}
}
/* fixed */
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* mask */
.mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
	background: rgba(22,34,42,.6);
	display: none;
}
/* エリアオーバーしてもスクロール */
.mean-container .mean-nav {
	max-height: 100vh;
	overflow-y: auto;
}
.mean-container .mean-nav .menuWrapper {
	margin: 7% 5% 0;
	position: relative;
	z-index: 99;
	max-height: calc(100vh - 140px);
}
/* メニューエリア */
.mean-container .mean-nav ul.nav {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	padding: 5%;
}
/* メニューボタン */
.mean-container .mean-nav ul li {
	position: relative;
	background-color: #fff;
	border-top: solid 1px #eee;
}
.mean-container .mean-nav ul li a {
	display: block;
	padding: 26px;
}
.mean-container .mean-nav ul li.menuLogo {
	border-top: none;
}
.mean-container .mean-nav ul li.menuLogo img{
	width: 70%;
}
/* +ボタン */
.mean-container .mean-nav ul li a.mean-expand {
	width: 20px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: #eee;
}
/* サブメニューボタン */
.mean-container .mean-nav ul li .sub-menu {
	position: relative;
	padding: 15px 25px;
}
.mean-container .mean-nav ul li a {
	color: #000;
}
.mean-container .mean-nav ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
	transition: 0.2s;
}
.mean-container .mean-nav ul li span {
	padding-right: 2%;
}
.mean-container .mean-nav ul .telBox {
	padding: 15px;
	font-size: 80%;
	border-top: dotted 1px;
}
.mean-container .mean-nav ul .snsBox {
	padding: 0 15px;
}
.mean-container .mean-nav ul .snsBox p {
	float: left;
	padding-right: 15px;
	width: 30px;
}
/* ハンバーガー */
.mean-container .mean-bar {
	width: 100%;
	position: fixed;
	background: none;
	min-height: 60px;
	z-index: 98;
	top: 0;
	left: 0;
}
.meanmenu-reveal-btn {
	position: absolute;
	display: block;
	z-index: 99999;
	box-sizing: border-box;
	width: 56px;
	height: 56px;
	right: 8px;
	top: 8px;
	background-color: #0068b7;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
    border-radius: 100px;
}
.meanmenu-reveal {
	width: 26px;
	height: 20px;
	margin: 16px auto;
	display: block !important;
	position: relative;
}
.meanmenu-reveal:after {
	content: "MENU";
	position: absolute;
	bottom: -20px;
	color: #fff;
	font-size: 8px;
	width: 60px;
	left: -17px;
	text-align: center;
	display: block;
}
.meanmenu-reveal.meanclose:after {
	content: "CLOSE";
}
.meanmenu-reveal span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
}
.meanmenu-reveal span:nth-of-type(1) {
	top: 0;
	background: #fff;
}
.meanmenu-reveal span:nth-of-type(2) {
	top: 8px;
	background: #fff;
}
.meanmenu-reveal span:nth-of-type(3) {
	top: 16px;
	background: #fff;
}
.meanmenu-reveal span:nth-of-type(1) {
	-webkit-animation: menu-ber01 .75s forwards;
	animation: menu-ber01 .75s forwards;
}
.meanmenu-reveal span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.meanmenu-reveal span:nth-of-type(3) {
	-webkit-animation: menu-ber02 .75s forwards;
	animation: menu-ber02 .75s forwards;
}
.meanclose span:nth-of-type(1) {
	-webkit-animation: active-menu-ber01 .75s forwards;
	animation: active-menu-ber01 .75s forwards;
	top: -2px;
}
.meanclose span:nth-of-type(2) {
	opacity: 0;
}
.meanclose span:nth-of-type(3) {
	-webkit-animation: active-menu-ber03 .75s forwards;
	animation: active-menu-ber03 .75s forwards;
}
@-webkit-keyframes menu-ber01 {
	0% {
		-webkit-transform: translateY(8px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(8px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-ber01 {
	0% {
		transform: translateY(8px) rotate(45deg);
	}
	50% {
		transform: translateY(8px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-ber02 {
	0% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-8px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-ber02 {
	0% {
		transform: translateY(-8px) rotate(-45deg);
	}
	50% {
		transform: translateY(-8px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-ber01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
}
@keyframes active-menu-ber01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-ber03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-8px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
	}
}
@keyframes active-menu-ber03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-8px) rotate(0);
	}
	100% {
		transform: translateY(-8px) rotate(-45deg);
	}
}
/* owl-demo */
#owl-demo .itemBox {
	text-align: center;
	padding: 0;
}
#owl-demo .itemBox img {
	width: 100%;
	height: auto;
}
#owl-demo .itemBox a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height: 1px;
}
#owl-demo .txtBox h3 {
	padding: 10px 0 0;
	line-height: 130%;
	font-size: 90%;
	font-weight: bold;
}
/* owl-demo2 */
#owl-demo2 .itemBox {
	text-align: center;
	padding: 0;
}
#owl-demo2 .itemBox img {
	width: 100%;
	height: auto;
}
#owl-demo2 .itemBox a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height: 1px;
}
#owl-demo2 .txtBox h3 {
	padding: 10px 0 0;
	line-height: 130%;
	font-size: 90%;
	font-weight: bold;
}
.customNavigation {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 47%;
}
.customNavigation .fLeft {
	float: left;
	display: block;
	padding-left: 20px;
}
.customNavigation .fRight {
	float: right;
	display: block;
	padding-right: 20px;
}
.customNavigation .fLeft, .customNavigation .fRight {
	width: 40px;
	position: relative;
	z-index: 100;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn img {
	width: 100%;
}
/* Owl Carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0;
	z-index: 30;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Carousel Owl Demo Theme */
.owl-theme .owl-controls {
	width: 80%;
	text-align: center;
	position: relative;
	z-index: 40;
	padding: 16px 0;
	margin: 0 auto;
	display: none !important;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}
@media screen and (max-width: 800px) {
	.customNavigation .fLeft {
		padding-left: 10px;
	}
	.customNavigation .fRight {
		padding-right: 10px;
	}
	.customNavigation .fLeft, .customNavigation .fRight {
		width: 30px;
	}
}
@media screen and (max-width: 479px) {
	.owl-pagination {
		display: none;
	}
	.customNavigation .fLeft, .customNavigation .fRight {
		width: 30px;
	}
}
