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

	header

========================================================= */

.header {
	position: relative;
	font-weight: bold;
}

.h_logo a {
}
.h_logo a:hover {
	opacity: 0.7;
}
.h_logo img {
	width: 160px;
}
.gnav_fix .h_logo img,
.sub_gnav .h_logo img{
	width:124px;
}
.h_btn {margin-bottom: 20px;}
.h_btn a{
	display: block;
	padding: 10px 0 10px 60px;
	background:#333;
	color: #fff;
}
.h_tel {
	margin-left: 20px;
}
.h_tel a {
	font-size: 22px;
	color: #fff!important;
}
.h_tel a::before {
	content: "";
	color: #fff!important;
	display: inline-block;
	background: url(images/tel_icon.png) no-repeat center top;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


@media screen and (max-width:1000px) {
	.h_logo img {
		max-width: 130px;
	}
	.h_info li:first-child {
		margin: 0 10px;
	}
}

@media screen and (max-width:899px) {
	.h_logo img {
		max-width: 100px;
	}
}
@media screen and (max-width:768px) {
	.h_wrap {
		height: auto;
	}
	.header.sub_header {
		background:#fff;
	}

	.h_logo img {
		max-width: 110px;
		padding: 10px;
	}
	.sub_header {
		display: block;
	}
}

/* ======================================================

	gnav

========================================================= */
.gnav {
}
.gnav ul {
	font-weight: 500;
    font-size: 14px;
}
.gnav ul li {
	position: relative;
	margin: 0 0 40px;
}
.gnav ul li a {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;}

.gnav_fix ul li a,
.sub_gnav ul li a{
	height: 50px;
}
.gnav_fix .h_logo,
.sub_gnav .h_logo {
	margin-bottom: 10px;
}

.gnav_fix {
	z-index:501;
	position: fixed;
	top: -200px;
	width: 100%;
	background: #fff;
}
.sub_gnav{
	z-index:501;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
}
.gnav_fix .inner,
.sub_gnav .inner{
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding: 0 10px;
	height: 80px;
	width:1200px;
	margin: 0 auto;

}
.gnav_fix .gnav ul,
.sub_gnav .gnav ul {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.gnav_fix .gnav ul li,
.sub_gnav .gnav ul li {
	position: relative;
	margin: 0 10px;
	text-align: center;
	line-height: 1.2em;
}

.gnav_fix .gnav ul li:after,
.sub_gnav .gnav ul li:after {
	content:"";
	position:absolute;
	bottom: 0;
	left:0;
	height: 2px;
	width:0;
	background: #be1b21;
	transition:all .5s;
}


.gnav_fix .gnav ul li:hover:after,
.sub_gnav .gnav ul li:hover:after {
	width:100%;
}

.gnav_fix .gnav ul li:hover a,
.sub_gnav .gnav ul li:hover a {
	color:#be1b21;
}

.sp_btn {
	display: none;
}

	.gnavfixedFade01{
		animation-name:gnavfixedFadeAnime01;
		animation-duration:1.2s;
		animation-delay: .2s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	.gnavfixedFade02{
		animation-name:gnavfixedFadeAnime02;
		animation-duration:1.2s;
		animation-delay: .4s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	.gnavfixedFade03{
		animation-name:gnavfixedFadeAnime03;
		animation-duration:1.2s;
		animation-delay: .6s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	.gnavfixedFade04{
		animation-name:gnavfixedFadeAnime04;
		animation-duration:1.2s;
		animation-delay: .8s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	.gnavfixedFade05{
		animation-name:gnavfixedFadeAnime05;
		animation-duration:1.2s;
		animation-delay: 1.0s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	.gnavfixedFade06{
		animation-name:gnavfixedFadeAnime06;
		animation-duration:1.2s;
		animation-delay: 1.2s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	.gnavfixedFade07{
		animation-name:gnavfixedFadeAnime07;
		animation-duration:1.2s;
		animation-delay: 1.4s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	.gnavfixedFade08{
		animation-name:gnavfixedFadeAnime08;
		animation-duration:1.2s;
		animation-delay: 1.6s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	
	@keyframes gnavfixedFadeAnime01{
		from {
		opacity: 0;
		transform: translateY(-10px);
}
		to {
		opacity: 1;
		transform: translateY(0);
}}
	
	@keyframes gnavfixedFadeAnime02{
		from {
		opacity: 0;
		transform: translateY(-10px);}
		to {
		opacity: 1;
		transform: translateY(0);}}
	
	@keyframes gnavfixedFadeAnime03{
		from {
		opacity: 0;
		transform: translateY(-10px);}
		to {
		opacity: 1;
		transform: translateY(0);}}
	
	@keyframes gnavfixedFadeAnime04{
		from {
		opacity: 0;
		transform: translateY(-10px);}
		to {
		opacity: 1;
		transform: translateY(0);}}
	
	@keyframes gnavfixedFadeAnime05{
		from {
		opacity: 0;
		transform: translateY(-10px);}
		to {
		opacity: 1;
		transform: translateY(0);}}
	
	@keyframes gnavfixedFadeAnime06{
		from {
		opacity: 0;
		transform: translateY(-10px);}
		to {
		opacity: 1;
		transform: translateY(0);}}
	
	@keyframes gnavfixedFadeAnime07{
		from {
		opacity: 0;
		transform: translateY(-10px);}
		to {
		opacity: 1;
		transform: translateX(0);}}
	
	@keyframes gnavfixedFadeAnime08{
		from {
		opacity: 0;
		transform: translateY(-10px);}
		to {
		opacity: 1;
		transform: translateX(0);}}


@media screen and (max-width:1200px){
	.gnav_fix,
	.sub_gnav{
		width:100%;
	}
	.gnav_fix .inner,
	.sub_gnav .inner{
		width: 100%;
	}
}

@media screen and (max-width:1000px) {
	.gnav_fix .gnav ul,
	.sub_gnav .gnav ul {font-size: 13px;}
	.gnav_fix .gnav ul li,
	.sub_gnav .gnav ul li {
		margin: 0 6px;
	}
}

@media screen and (max-width:768px) {
	.header .inner {
		height: 60px;
		padding: 0;
		background: #fff;
	}
	.gnav ul {
		margin: 0 auto;
		width: 100%;
	}
	.gnav_fix .gnav ,
	.sub_gnav .gnav {
		display: none;
	}
	.sp_gnav {
		display: none;
		overflow-y: scroll;
		position: fixed;
		right: 0;
		width: 100%;
		height: 100%;
		top: 0;
		padding-top: 50px;
		z-index: 100;
		margin-bottom: 0;
		background: #f4f0e6;
	}
	.sp_gnav li {
		position: relative;
		font-size: 16px;
		margin: 0 20px;
	}
	.sp_gnav li a {
		display: block;
		padding: 10px 30px;
		text-decoration: none;
		font-weight: normal;
	}
	.sp_gnav li a:hover {
		opacity: 0.7;
	}
	.sp_gnav li::after {
		content: "";
		width: 15px;
		height: 1px;
		transform: translateY(-50%);
		position: absolute;
		background-color: #2d2222;
		top: 50%;
		left: 0px;
}
	.sp_gnav li a span {
		margin-right: 20px;
		color:#1cb0d5 !important;
		font-size: 16px;
	}
	.sp_gnav li ul {
		margin-left: 20px;
	}
	.sp_gnav li ul li a {
		border-top: none;
	}
	.sp_gnav li ul li::after {
		display: block;
		content: '';
		top: 31px;
		left: 50px;
		width: 8px;
		height: 1px;
		background-color: #929292;
		transform: rotate(0deg);
	}
	.h_info_sp {
		width: 380px;
		padding: 20px 10px 10px;
		margin: 0 auto;
		text-align: center;
	}
	.h_info_sp h2 {
		margin-bottom: 30px;
		font-size: 18px;
	}
	.h_info_sp h2 img {
		max-width: 100%;
	}
	.h_info_sp {
		margin-bottom: 20px;
		text-align: center;
		padding-bottom: 80px;
	}
	.h_info_sp p {
		margin-bottom:20px;
		font-weight: normal;
	}
	.h_info_sp a {
		font-size:24px;
	}
	.h_sns {
		display: flex;
		justify-content: space-around;
		width: 160px;
		margin: 0 auto;
	}

	.h_sns li {
		margin: 0 10px;
	}


	/*sp_btn*/
	.sp_btn {
		position: fixed;
		display: inline-block;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 40px;
		padding: 5px;
		/* background: rgb(87 79 74); */
		cursor: pointer;
		z-index: 2000;
		transition: .3s ease-in-out;
}
	.sp_btn div {
		position: relative;
		top: 3px;
		right: 5px;
		}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 3px;
		width: 30px;
		background: #000;
		left: 10px;
		transition: .3s ease-in-out;
}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 10px;
	}
	.sp_btn span:nth-child(3) {
		top: 20px;
	}
	.sp_btn.open {
		background: none;
	}
	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		/* background: #fff; */
		box-shadow: none;
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		/* background: #fff; */
		box-shadow: none;
	}
	.h_tel_contact_sp {
		display:flex;
		justify-content:space-around;
		width: 320px;
		margin: 0 auto 20px;
	}
	.h_tel_contact_sp dt a {
		display:block;
		width:60px;
		height: 60px;
		background:#fff;
		padding: 15px;
		border-radius: 30px;
		/* box-shadow: 7px 3px 10px 0 #7e7e7e, -4px -4px 10px #ffffff; */
		transition: all .3s;
		line-height: 25px;
	}

	.h_tel_contact_sp dt img {
		width:100%;
	}
}

@media screen and (max-width:399px) {
	.h_info_sp {
		width: 300px;
	}
	.h_contact_sp a {
		width: 240px;
	}
}

/* ======================================================

	mv

========================================================= */
.mvArea {
	width: 100%;
	position: relative;
	margin-top: 100px;
}

#sound-button{
    position: absolute;
    padding-right: 30px;
    right: 0;
    bottom: 30px;
	cursor: pointer;
	z-index: 10000;
	}
.sound-button {
	background: rgba(255,255,255,0.8);
    border-radius: 30px;
    padding: 10px;
}
@media screen and (max-width: 768px) {
	#sound-button{
		padding-right: 20px;
		bottom: 20px;
		}

}

@media screen and (max-width: 599px) {
	#sound-button{
		padding-right: 50px;
		}

}

.mvArea video {
	width: 100%;
}

.mvArea img {
	width: 100%;
}
.mvArea .mv_catch {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform:translateX(-50%);
	z-index: 1;
	width: 100%;
}
.mvArea .mv_catch .txt {
	color:#fff;
	font-size: 36px;
	text-align:center;
	letter-spacing: 0.1em;
}

.submvArea {
    margin-top: 100px;
    text-align: center;
    background: #f3f3f3;
}


.main_ttl01{
	padding: 30px;
	line-height:1.2;
	letter-spacing: 2px;
	font-size: 52px;
	font-weight: bold;
	font-family: 'Cinzel', serif;
}

.main_ttl01 span{
	font-size: 16px;
	display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}

.submvArea .imgArea{
    display: flex;
    justify-content: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
	align-items: center;
}

@media screen and (min-width:2000px) {
	.submvArea img {
		width:100%;
	}
}





@media screen and (max-width:1000px) {
	.mvArea .mv_catch .txt {
		font-size: 28px;
	}
}

@media screen and (max-width:768px) {
	.header {
		position: fixed;
		width: 100%;
		height: auto;
		z-index: 1000;
	}
	.mvArea {
		width: 100%;
		margin-top: 60px;
	}
	.mvArea .mvslider img {
		width: 100%;
		height:350px;
		object-fit: cover;
		margin-bottom:50px
	}
	.mvArea .mv_catch {
		bottom: 50px;
	}
	.mvArea .mv_catch .txt {
		font-size: 22px;
		letter-spacing: normal;
	}
	.submvArea {
	    margin-top: 60px;
	}
	
	.main_ttl01{
		padding: 20px;
		font-size: 36px;
	}
	
	.main_ttl01 span{
		font-size: 16px;
		display: block;
	}
}

@media screen and (max-width:599px) {
	.mvArea .mvslider img {
		height:260px;
		object-fit: cover;
	}
	.mvArea .mv_catch {
		bottom: 60px;
	}
	.mvArea .mv_catch .txt {
		font-size: 20px;
	}
}

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

}

/* ======================================================

	タイトルなど

========================================================= */
.ttl_top01 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 12px;
}
.ttl_top01 span{
	display: block;
	font-size: 50px;
	font-family: 'Cinzel', serif;
	font-weight: bold;
}
.ttl_sub01 {
	margin-bottom: 30px;
	font-size: 34px;
	font-weight: bold;
	line-height: normal;
}

.more {
    font-weight: bold;
    text-align: right;
}

.more a {
	display: flex;
	position:relative;
	align-items: center;
	justify-content: center;
	width: 140px;
	margin: 0 auto;
	padding: 10px;
	transition:all .8s;
}

.more a:before{
	display:inline-block;
	content:"";
	width:0;
	height: 5px;
	background:#be1b21;
	margin-right: 0;
	transition:all .8s;
}

.more a::after {
	display:inline-block;
	content:"";
	margin-left: 20px;
	width: 60px;
	height: 5px;
	background:#be1b21;
	transform: translateY(-50%);
	transition:all .8s;
}

@media(hover: hover) {
	.more a:hover:before {
		content:"";
		margin-right: 15px;
		width: 70px;
	}
	.more a:hover::after {
		margin-left: 0;
		width: 0;
		height: 0;
		background:transparent;
		content: '';
		width: 15px;
		height: 15px;
		border: 0;
		border-top: solid 3px #be1b21;
		border-right: solid 3px #be1b21;
		position: absolute;
		top: 50%;
		left: 50px;
		transform: translateY(-50%) rotate(45deg);
	}
}

.fix_contact {
	position:fixed;
	top: 105px;
	right: -5px;
	z-index: 502;
}
.reserve_btn a,
.online_btn a{
	display: flex;
	align-items: center;
	margin-bottom:10px;
	padding: 30px 50px 30px 0;
	width: 100px;
	background: #be1b21;
	border: 1px solid #fff;
	color:#fff;
	font-size: 14px;
	writing-mode: vertical-rl;
	line-height: 1.2em;
	text-align: center;
	transition: all .3s;
}

.online_btn a {
	background:#2d2020;
	border: 1px solid #dcc27d;
	}
.reserve_btn a:hover {
	color:#fff;
	background:#dcc27d;
	border: 1px solid #dcc27d;
}
.online_btn a:hover {
	color:#fff;
	background:#dcc27d;
}

@media screen and (max-width:1200px) {
	.reserve_btn a,
	.online_btn a{
		padding: 30px 10px 30px 3px;
		width: 50px;
	}
}


@media screen and (max-width:1000px) {
	.ttl_top01 span{
		font-size: 50px;
		line-height: 1.2;
	}
}



@media screen and (max-width:768px) {
	.ttl_top01 {
		margin-bottom: 30px;
	}

	.reserve_btn a,
	.online_btn a{

		padding: 20px 10px;
		width: 44px;
		font-size: 12px;
	}

}


@media screen and (max-width:399px) {
}
/* ======================================================

	about

========================================================= */
.top_about {
    margin-bottom: 100px;
}

.top_about .inner {
	width: 1200px;
	margin: 0 auto;}

.top_about .flex {
	display:flex;
	align-items: center;
}

.top_about .f_left {
    width: 50%;
    position: relative;
    min-height: 550px;
}

.top_about .f_left img {
	position:absolute;
	top: 0;
	right: 0;
	max-width: inherit;
}

.top_about .f_right {
    width: 50%;
    padding: 0 0 0 70px;
}

.top_about .f_right h2 {
    margin-bottom: 50px;
    font-size: 32px;
}

.top_about .f_right .txt {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 2;
}

@media screen and (max-width:1200px) {
	.top_about .inner {
		width: 100%;
		}
	.top_about .f_left img {
		width: 51vw;
	}
}

@media screen and (max-width:1000px) {
	.top_about .f_left {
		width: 400px;
		min-height: 400px;
	}
	.top_about .f_left img {
		width: 100%;
		position: inherit;
	}

	.top_about .f_right {
		width: calc(100% - 400px);
		padding: 0 20px 0 40px;
	}
	.top_about .f_right h2 {
	    margin-bottom: 30px;
	    font-size: 28px;
	}
	.top_about .f_right .txt {
	    margin-bottom: 30px;
	    font-size: 18px;
	    line-height: 1.5;
	}
}

@media screen and (max-width:899px) {
	.top_about .f_left {
		width: 340px;
	}
	.top_about .f_right {
		width: calc(100% - 340px);
	}
	.top_about .f_right h2 {
	    margin-bottom: 20px;
	    font-size: 26px;
	}
}


@media screen and (max-width:768px) {
	.top_about {
		margin-bottom: 0;
	}
	.top_about .flex {
		align-items: flex-start;
	}
	.top_about .f_left {
		min-height: inherit;
		padding: 40px 20px;
	}
	.top_about .f_right {
		width: 100%;
		padding: 40px 20px;
	}
}

@media screen and (max-width:599px) {
	.top_about span{
		font-size: 36px;
	}
	.top_about .flex {
		display:block;
	}
	.top_about .f_left {
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}
	.top_about .f_right {
		padding: 20px 20px;
	}
	.top_about .f_right h2 {
	    font-size: 22px;
	}

}

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



/* ======================================================

	bnr

========================================================= */
.top_bnr {
	margin-bottom:100px;
}

.top_bnr .bnr_box {
	width:1200px;
	margin:0 auto;
	text-align: center;
}

.top_bnr .bnr_box a {
	transition:all .5s;
}

.top_bnr .bnr_box a:hover {
	opacity:0.7;
}

.top_bnr .bnr_box a img {
	max-width:100%;
	height: auto;
}

@media screen and (max-width:1200px) {
	.top_bnr .bnr_box {
		width: 100%;
		padding: 0 20px;
		}
}

@media screen and (max-width:768px) {
	.top_bnr {
		margin-bottom: 50px;
	}
}

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

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


/* ======================================================

	news

========================================================= */
.top_news {
    margin-bottom: 100px;
}

.top_news .inner {
    width: 1200px;
    margin: 0 auto;
}

.top_news .news_list {
    margin-bottom: 50px;
}

.top_news .news_list dl {
	width: 380px;
	margin: 0 10px;
	transition: all .3s;
}
.top_news .news_list dl:not(.slick-active) {
	transform: scale(0.8);
  }

.top_news .news_list dt {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
}

.top_news .news_list dt:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.top_news .news_list a:hover dt img{
	opacity:0.8;
	transform:scale(1.05)
}

.top_news .news_list dt img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s linear;
}

.top_news .news_list .new {
    display: inline-block;
    padding: 4px 5px;
    margin-right: 5px;
    background: #000;
    color: #fff;
    font-size: 12px;
}

.top_news .news_list .cat {
    display: inline-block;
    padding: 4px 5px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #be1b21;
    color: #be1b21;
    font-size: 12px;
}

.top_news .news_list .date {
    display: inline-block;
    font-weight: bold;
}

.top_news .news_list .txt {
    margin: 10px 0;
}

@media screen and (max-width:1200px) {
	.top_news .inner {
		width: 100%;
		}
}
@media screen and (max-width:1000px) {
	.top_news .news_list dl {
		margin: 0;
	}
}

@media screen and (max-width:768px) {
	.top_news {
		margin-bottom: 70px;
	}	
	.top_news .news_list {
	    margin-bottom: 30px;
	}
}

@media screen and (max-width:599px) {
	.top_news span{
		font-size: 36px;
	}
	.top_news .news_list dl {
		width: 300px;
	}
}

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

/* ======================================================

	shop

========================================================= */
.top_shop {
    margin-bottom: 100px;
}

.top_shop .inner {
    width: 1200px;
    margin: 0 auto;
}

.top_shop .ttl_top01 {}

.top_shop .shop_list {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_shop .shop_list li{
	width: 48%;
	margin-bottom: 50px;
}

.top_shop .shop_list h3 {
	display:flex;
	align-items:center;
	position:relative;
	margin-bottom:30px;
	font-size:30px;
	font-weight:bold;
}

.top_shop .shop_list h3:before {
	content:"";
	display:inline-block;
	margin-right:20px;
	width: 70px;
	height:1px;
	background: #d4cebe;
}


.top_shop .shop_list figure {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px!important;
}

.top_shop .shop_list figure:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.top_shop .shop_list figure a:hover img{
	opacity:0.8;
	transform:scale(1.05);
}

.top_shop .shop_list figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s linear;
}



.top_shop .shop_info {
    display: flex;
    justify-content: space-between;
}

.top_shop .infoArea {
	margin-bottom:30px;
}

.top_shop .infoArea dt{
	position:relative;
	padding-left:30px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.top_shop .infoArea dt::before{
	content:url(images/top_icon_access.png);
	display:inline-block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

.top_shop .infoArea dd{
	position:relative;
	padding-left:30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.top_shop .infoArea dd::before{
	content:url(images/top_icon_tel.png);
	display:inline-block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

.top_shop .btnArea {
	position:relative;
}

.top_shop .btnArea .insta {
    padding: 5px 15px;
    margin-bottom: 10px;
    border: 1px solid #be9b3e;
}

.top_shop .btnArea .insta a:hover {
	opacity: 0.7;
}

.top_shop .btnArea .more {
	position:absolute;
	right:0;
	bottom: 20px;
}

.top_shop .btn_web {
	text-align:center;
}

.top_shop .btn_web a {
	display:inline-block;
	padding: 20px 130px;
	color:#fff;
	background:#be1b21;
	font-size: 18px;
}

.top_shop .btn_web a:hover {
    color: #fff;
    background: #dcc27d;
}

@media screen and (max-width:1200px) {
	.top_shop .inner {
		width: 100%;
		padding: 0 20px;
		}
}

@media screen and (max-width:1000px) {
	.top_shop .shop_list li{
		width: 600px;
		margin:0 auto 50px;
	}
	.top_shop .shop_list h3 {
		font-size:26px;
	}
}

@media screen and (max-width:768px) {
	.top_shop {
		margin-bottom: 50px;
	}
	.top_shop .shop_list li{
		width:100%;
		max-width: 600px;
	}
	.top_shop .shop_list h3:before {
		width: 20px;
	}
	.top_shop .infoArea {
		margin-bottom:20px;
	}
	.top_shop .btnArea {
		margin-bottom: 20px;
		text-align:center;
	}
	.top_shop .btnArea .insta {
	    display: inline-block;
	}
	.top_shop .btnArea .more {
		bottom:0;
	}
	.top_shop .btn_web {
		text-align:center;
	}
	
	.top_shop .btn_web a {
		display:inline-block;
		padding: 20px 90px;
		color:#fff;
		background:#be1b21;
	}

}

@media screen and (max-width:599px) {
	.top_shop span{
		font-size: 36px;
	}
	.top_shop .shop_info {
	    display: block;
	}
	.top_shop .shop_list h3 {
		font-size:20px;
	}
	.top_shop .btnArea .more {
		position:inherit;
	}
}

@media screen and (max-width:399px) {
	.top_shop .btn_web a {
		padding: 10px 60px;
	}
}


/* ======================================================

	menu

========================================================= */
.top_menu {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	overflow: hidden;
}

.top_menu:after {
	content: "";
	display: block;
	position: absolute;
	height: 78%;
	width: calc(100%/1.6);
	top: 50px;
	right: 0;
	background: #f4f0e6;
	z-index: -1;
}
.top_menu .inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.top_menu .ttl_top01 {
	text-align:left;
}

.top_menu .sub_txt {
	margin-bottom:60px;
}

.top_menu .sub_txt + .more {
	margin-bottom:300px;
}

.top_menu .sub_txt + .more a {
	margin: 0;
}


.top_menu .r_img01 {
	position: absolute;
	right: -130px;
	top: 0;
	}

.top_menu .r_img02 {
	position: absolute;
	right: 330px;
	top: 250px;
	}

.top_menu .menu_season {
	display:flex;
	flex-wrap:wrap;
	margin: 0 0 60px;
}

.top_menu .menu_season .f_left {
	width: 50%;
}

.top_menu .menu_season .f_left img {
	width: 100%;
}

.top_menu .menu_season .f_right {
	display:flex;
	flex-wrap:wrap;
	padding-left:60px;
	width: 50%;
	align-content: center;
}

.top_menu .menu_list {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.top_menu .menu_list li {
	width: 350px;
	margin: 0 2% 60px 0;
}

.top_menu .menu_list li:nth-child(3n) {
	margin: 0 0 60px 0;
}

.top_menu .menu_season h3,
.top_menu .menu_list h3 {
	margin-bottom:10px;
	font-size:28px;
	text-align:center;
}

.top_menu .menu_list img {
	margin-bottom:20px;
	width: 100%;
}

.top_menu .menu_list p {
	margin-bottom:20px;
}

.top_menu .menu_season .more,
.top_menu .menu_list .more {
	margin: 0 0 0 auto;}

@media screen and (max-width:1200px) {
	.top_menu .inner {
		width: 100%;
	}
	.top_menu .r_img01 {
		width: 70%;
		}
	
	.top_menu .r_img02 {
		width: 45%;
		right: 23%;
		top: 13%;
		}
	.top_menu .r_img01 img {
		width:100%;
		}
	.top_menu .r_img02 img {
		width:100%;
		}
	.top_menu .txtArea {
		padding:0 20px;
	}
	.top_menu .menu_season {
		padding: 0 20px;
	}
	.top_menu .menu_list {
		padding:0 20px;
	}
	.top_menu .menu_list li {
		width: 31.1%;
	}

}

@media screen and (max-width:1000px) {
	.top_menu .r_img01 {
		width: 63%;
		}
	
	.top_menu .r_img02 {
		width: 38%;
		right: 23%;
		top: 13%;
		}
	.top_menu .menu_season h3,
	.top_menu .menu_list h3 {
		font-size: 22px;
	}
	.top_menu .sub_txt + .more {
		margin-bottom:20%;
	}
}

@media screen and (max-width:768px) {
	.top_menu {
		margin-bottom: 50px;
	}
	.top_menu .imgArea {
		margin-bottom: 12vw;
	}
	.top_menu .r_img01 {
		position: inherit;
		padding: 0 0 0 25vw;
		width: 100%;
	}
	.top_menu .r_img01 img{
		width:100%;
	}	
	.top_menu .r_img02 {
		position: absolute;
		right: auto;
		top: 20vw;
		width:45%;
	}
	.top_menu .r_img02 img{
		width:100%;
	}
	.top_menu .txtArea {
		padding:0 20px;
	}
	.top_menu .ttl_top01 {
		text-align: center;
	}	
	.top_menu .sub_txt {
		margin-bottom:30px;
		text-align:center;
	}
	.top_menu .sub_txt + .more a {
		margin:0 auto;
	}
	.top_menu .menu_season {
		display:block;
		width: 100%;
	}
	.top_menu .menu_season .f_left {
		width: 100%;
	}
	
	.top_menu .menu_season .f_left img {
		margin-bottom: 20px;
	}

	.top_menu .menu_season .f_right {
			display: block;
			width: 100%;
			padding: 0;
	}
	
	.top_menu .menu_list {
		display:block;
	}
	
	.top_menu .menu_list li {
		width: 100%;
		margin: 0 0 60px 0;
	}
	.top_menu .sub_txt + .more {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:768px) {
	.top_menu .menu_season .f_right p {
		margin-bottom:20px;
	}
}


@media screen and (max-width:599px) {
	.top_menu span{
		font-size: 36px;
	}


}

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


/* ======================================================

	member

========================================================= */
.top_member {
	position: relative;
	width: 100%;
    margin-bottom: 100px;
}

.top_member:after {
	content: "";
	display: block;
	position: absolute;
	height: 105%;
	width: calc(100%/1.5);
	top: 50px;
	right: 0;
	background: #ededed;
	z-index: -1;
}
.top_member .inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.top_member .ttl_top01 {
	text-align:left;
}

.top_member .txt {
    margin-bottom: 40px;
}

.top_member .r_img {
	position: absolute;
	right: 0;
	top: 0;}

.top_member .more a {
	margin:0 0 auto 0;
}

@media screen and (max-width:1200px) {
	.top_member .inner {
		width: 100%;
		padding: 0 20px;
		}
	.top_member .r_img {
		width: 56%;
		top: 20%;
	}
	.top_member .r_img img{
		width:100%}
}

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

@media screen and (max-width:768px) {
	.top_member {
		margin-bottom: 50px;
	}
	.top_member:before {
		height: 97%;
	}
	.top_member .ttl_top01 {
		text-align:center;
	}

	.top_member .txt {
		text-align:center;
	}
	.top_member .r_img {
		position: inherit;
		width: 100%;
		top: 0;
	}
	.top_member .more {
	    margin-bottom: 60px;
	}
	.top_member .more a {
		margin:0 auto;
	}
}

@media screen and (max-width:599px) {
	.top_member span{
		font-size: 36px;
	}
}

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

/* ======================================================

	qa

========================================================= */
.top_qa {
    margin-bottom: 100px;
}

.top_qa .inner {
	width: 1200px;
	margin: 0 auto;}

.top_qa .flex {
	display:flex;
	align-items: center;
	min-height: 300px;
	justify-content: space-between;
}

.top_qa .f_left {
	position:relative;
	width: 40%;
	min-height: 300px;
}

.top_qa .f_left img {
	position:absolute;
	left: -270px;
	top: 0;
	max-width: inherit;
}

.top_qa .f_right {
	width: 60%;
	order: 1;
}
.top_qa .f_right .ttl_top01 {
	text-align:left;
	margin-bottom: 20px;
}

.top_qa .txt_box {
    display: flex;
}

.top_qa .txt_box .txt {
    margin-right: 40px;
}

.top_qa .txt_box .more {}

.top_qa .txt_box .more a {}


@media screen and (max-width:1200px) {
	.top_qa .inner {
		width: 100%;}
	
	.top_qa .f_left {
		width: 400px;
	}
	
	.top_qa .f_left img {
		height: 100%;
		width:auto;
		top: 0;
		left: -380px;
	}
	
	.top_qa .f_right {
		width: calc(100% - 400px);
		padding: 0 30px;
	}
}

@media screen and (max-width:1000px) {
	.top_qa .f_left {
		width: 300px;
	}
	
	.top_qa .f_left img {
		left: -480px;
	}
	
	.top_qa .f_right {
		width: calc(100% - 300px);
	}
}

@media screen and (max-width:768px) {
	.top_qa {
		margin-bottom: 50px;
	}

	.top_qa .flex {
		display:block;
		min-height: inherit;
	}
	.top_qa .f_left {
		width: 100%;
		min-height: inherit;
	}
	
	.top_qa .f_left img {
		position:initial;
		width: 100%;
		height: auto;
	}
	.top_qa .f_right {
		width: 100%;
		padding: 0 20px;
	}
	.top_qa .f_right .ttl_top01 {
		text-align:center;
		margin-bottom: 30px;
	}
	
	.top_qa .txt_box {
	    display: block;
	}
	
	.top_qa .txt_box .txt {
	    margin: 0 auto 40px;
		text-align:center
	}	
	.top_qa .more {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:599px) {
	.top_qa span{
		font-size: 36px;
	}
}

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


/* ======================================================

	column

========================================================= */
.top_column {
    margin-bottom: 100px;
}

.top_column .inner {
    width: 1200px;
    margin: 0 auto;
}

.top_column .sub_txt {
	margin-bottom:60px;
	text-align:center;
}
.column_list {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 50px;}

.column_list li {
	width:30%;
	margin:0 1.5%;
	padding:0 0.5%;
}
.column_list dt {
	position:relative;
	margin-bottom:15px;
	height: 240px;
	overflow: hidden;
}
/* .column_list dt:before {
	content: "";
	display: block;
	padding-top: 70%;
} */

.column_list dt img {
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	*/width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
}
.column_list dt span {
	position:absolute;
	left: 15px;
	top: 0;
	padding:5px 10px;
	background: #be1b21;
	color: #fff!important;
	font-size:14px;
	z-index: 1;
}
.column_list .date {
	margin-bottom:10px;
	color: #be9b3e;
}
.column_list .txt {
	font-size:16px;
	transition:all .3s;
}
.column_list a:hover dt img {
	transform:scale(1.05);
}

@media screen and (max-width:1200px) {
	.top_column .inner {
		width: 100%;
		padding: 0 20px;
		}
}

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

@media screen and (max-width:768px) {
	.top_column {
		margin-bottom: 50px;
	}
	.column_list {
		display:block;}
	.column_list li {
		width:100%;
		margin: 0 0 60px;
		padding: 0;
	}
	.column_list dt {
		height: 50vw;
	}
}

@media screen and (max-width:599px) {
	.top_column span{
		font-size: 36px;
	}
}

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


/* ======================================================

	online

========================================================= */
.top_online {
	position: relative;
	width: 100%;
    margin-bottom: 100px;
}

.top_online .inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
	padding:60px;
	border:1px solid #be9b3e;
}

.top_online .ttl_top01 {
	position: relative;
	text-align:left;
	z-index: 1;
}

.top_online .sub_txt {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.top_online .more a {
	margin:0 auto 0 0;
}

.top_online .r_img {
	position: absolute;
	right: 0;
	top: 0;
	padding: 30px 20px;
}

@media screen and (max-width:1200px) {
	.top_online {
		padding: 0 20px;
		}
	.top_online .inner {
		width: 100%;
		}
	
	.top_online .r_img {
		width: 650px;
		padding: 70px 20px;
	}
	.top_online .r_img img {
		width:100%;
	}

	
}

@media screen and (max-width:1000px) {
	.top_online .ttl_top01 {
		text-align:center;
	}
	
	.top_online .sub_txt {
		text-align:center;
	}

	.top_online .more {
		margin-bottom:60px;
	}
	
	.top_online .more a {
		margin:0 auto;
	}
	
	.top_online .r_img {
		position: inherit;
		margin:0 auto;
		padding: 0;
		width: 100%;
	}
	.top_online .r_img img {
		max-width:100%;
		width: auto;
	}
}

@media screen and (max-width:768px) {
	.top_online {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:599px) {
	.top_online .inner {
		padding: 40px 20px 20px;
	}
	
	.top_online span{
		font-size: 36px;
	}
}

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


/* ======================================================

	brand

========================================================= */
#brand_link {

}
.top_brand {
    margin-bottom: 100px;
    padding: 80px 0;
    background: #f4f0e6;
}

.top_brand .inner {
    width: 1200px;
    margin: 0 auto;
}

.top_brand .sub_txt {
	margin-bottom:60px;
	text-align:center;
}
.brand_list {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	}

.brand_list li {
	width: 22%;
	margin:0 1.5%;
	padding:0 0.5%;
}

.brand_list li img {
	max-width:100%;
}

.brand_list li a {
	transition:all .5s;
}
.brand_list li a:hover {
	opacity:0.7;
}

@media screen and (max-width:1200px) {
	.top_brand .inner {
		width: 100%;
		padding: 0 20px;
		}
}

@media screen and (max-width:1000px) {
	.brand_list {
		justify-content: center;
	}
	.brand_list li {
		width: 45%;
		margin: 0 2.5% 60px;
		padding:0;
		text-align: center;
	}
}

@media screen and (max-width:768px) {
	.top_brand {
		margin-bottom: 50px;
		padding: 20px 0;
	}
	.brand_list {
		margin-bottom:0;
	}
	.brand_list li {
		margin: 0 2.5% 30px;
	}
}

@media screen and (max-width:599px) {
	.top_brand span{
		font-size: 36px;
	}

}

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


/* ======================================================

	recruit

========================================================= */
.top_recruit {
    margin-bottom: 80px;
}

.top_recruit .inner_100 {
    width: 100%;
    margin: 0 auto;
}

.top_recruit .ttl_top01 {
	position: relative;
	margin-bottom: 0;
	text-shadow: 2px 2px 5px white;
}

.top_recruit .main_img {
	margin-top: -60px;
}

.top_recruit .main_img img {
	width: 100%;
}


.top_recruit .inner {
    width: 1200px;
    margin: 0 auto;
}


.top_recruit .flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	margin:50px auto;
}

.top_recruit .flex li {
	display: flex;
	align-items: center;
}

.top_recruit .flex dl {
	display:flex;
	align-items:center
}

.top_recruit .flex dt {}

.top_recruit .flex dd {
	margin: 0 50px;
	font-size:28px;
	line-height: 1em;
}

.top_recruit .flex dd span {
	font-size: 18px;
}

.top_recruit .more {}


@media screen and (max-width:1200px) {
	.top_recruit .inner {
		width: 100%;}
}

@media screen and (max-width:1000px) {
	.top_recruit .main_img {
		margin-top: -50px;
	}
}

@media screen and (max-width:768px) {
	.top_recruit {
		margin-bottom: 50px;
	}
	.top_recruit .ttl_top01 {
		margin-bottom:30px;
	}
	.top_recruit .flex li {
		margin-bottom: 40px;
	}
	.top_recruit .main_img {
		margin-top: 0;
	}

}

@media screen and (max-width:599px) {
	.top_recruit span{
		font-size: 36px;
	}
	.top_recruit .flex li {
		display:block;
		width: 100%;
	}
	.top_recruit .flex dl {
	justify-content: center;
	}
}

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


/* ======================================================

	footer

========================================================= */
#footer {
	background: #f4f5f6;
	padding-top: 50px;
}
.footerArea {
	display: flex;
	padding-bottom: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.footerArea .ttl_main01 span {
	margin-bottom: 20px;
	color: #fff;
}
.f_info {
	width: 250px;
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}

.f_logo {
	margin-bottom: 30px;
}
.f_logo a {
	transition:all .5s;
}
.f_logo a:hover {
	opacity: 0.7;
}
.f_logo img {
	max-width: 100%;
}
.f_address {
	margin: 0 auto;
	font-size: 20px;
}
.f_tel {
	margin-bottom: 10px;
}
.f_tel a {
	font-size: 38px;
	color: #2d2222!important;
}
.f_sns {
	display: flex;
	justify-content: space-around;
}
.f_sns li {
	margin: 0 15px;
}
.f_sns li a {
	transition:all .5s;
}
.f_sns li a:hover {
	opacity:0.7;
}


.f_nav {
	display: flex;
	justify-content: space-between;
	width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 14px;
}
.f_nav dl {
	position: relative;
	margin-bottom: 40px;
}
.f_nav dt{
	position:relative;
	margin-bottom:30px;
	padding-left: 40px;
	font-weight: normal;
}
.f_nav dd {
	position:relative;
	margin-bottom:30px;
	padding-left: 50px;
	font-weight: normal;
}
.f_nav dt:before,
.f_nav dd:before {
	content:"";
	display:inline-block;
	position: absolute;
	top: 46%;
	left: 0;
	width:30px;
	height:1px;
	background:#be1b21;
}
.f_nav dd:before {
	width:20px;
	left: 20px;
}
.f_nav dd {
}
.f_nav  a {
	color: #2d2222!important;
}
.f_nav a:hover {
	text-decoration: underline;
}

.f_bnr {
	max-width: 1200px;
	margin: 0 auto 20px;
}
.f_bnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.f_bnr li {
	margin:0 10px 10px;
}
.f_bnr li a {
	transition:all .5s;
}
.f_bnr li a:hover {
	opacity:0.7;
}


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

@media screen and (max-width:1000px) {
	#footer {
		padding-top: 30px;
	}
	.footerArea {
		display: block;
	}
	.f_info {
		margin: 0 auto 50px;
	}
	.f_nav {
		width: 100%;
		padding: 0 20px;
	}
	.f_nav  {
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
	}
	.f_nav dl {
		margin: 0 1%;
		width: 23%;
	}
	.f_nav dl:nth-child(2) {
		width: 28%;
	}
	.f_nav dl:nth-child(3) {
		width: 22%;
	}
	.f_nav dl:nth-child(4) {
		width: 19%;
	}
	.f_nav dd {
		box-sizing: border-box;
	}
	.f_nav dd:before {
	}
	.f_tel a {
		font-size:36px;
	}

}

@media screen and (max-width:768px) {
	.f_infoArea {
		display:block;
	}
	.f_logo img {
		max-width: 50%;
	}
	.f_nav {
		padding: 0;
	}
	.f_nav {
		display: flex;
		flex-wrap: wrap;
		justify-content:center;
		max-width: inherit;
		margin: 0;
		padding: 0 20px;
	}
	.f_nav dl {
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.f_nav dl:nth-child(2),
	.f_nav dl:nth-child(3),
	.f_nav dl:nth-child(4) {
		width: 100%;
	}
	.f_nav dt {
		width:50%;
		margin-bottom: 10px;
	}
	.f_nav dd {
		display:none;
	}
	.f_nav a {
		display: block;
		padding: 10px;
	}
	.f_tel a {
		font-size:26px;
	}
	.f_tel a::before {
		width:20px;
		height:20px;
		background-size:contain
	}
	.f_bnr ul {
		justify-content: center;
	}

}
@media screen and (max-width:599px) {
	.f_info {
		font-size:16px
	}
	.f_nav dt{
		display:flex;
		align-items: center;
		margin-bottom: 0;
		padding-left:15px;
	}
	.f_nav dt:before {
		width:15px;
	}

}


/* ==============================================

	pagetop

================================================= */
.copyright {
	padding: 10px;
	color: #2d2222;
	font-weight: 600 !important;
	clear: both;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.copyright {
		padding: 10px;
	}
}
#pageTop {
	position: fixed;
	line-height: 1;
	right: 20px;
	bottom: 20px;
	z-index: 500;
}
#pageTop a {
	display: block;
	position: relative;
	padding: 25px;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	background: #be1b21;
}
#pageTop a::before {
	position: absolute;
	content: "";
	top: 20px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s;
}
#pageTop:hover a::before {
	top: 15px;
}
@media screen and (max-width: 768px) {
	#pageTop {
		right: 0;
		bottom: 50px !important;
	}
}
@media screen and (max-width:599px) {
	#pageTop a {
		padding: 20px;
	}
	#pageTop a::before {
		top: 15px;
	}
	#pageTop:hover a::before {
		top: 15px;
	}
}
/* =======================================

	topicPath

========================================== */
#topicPath {
	margin: 0 auto 50px;
	padding: 10px;
	width: 1200px;
}
#topicPath li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
}
#topicPath li:before {
	content: "|";
	padding: 0 10px;
}
#topicPath li:first-child:before {
	content: none;
}
#topicPath li a {
	color: #555;
}
#topicPath li a:hover {
	text-decoration:underline;
}
#topicPath li .home {
	color: #E65401;
}
@media screen and (max-width: 1200px) {
	#topicPath {
		padding: 10px 20px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#topicPath li {
		font-size: 12px;
	}
}


/* ======================================================

	下層ページ

========================================================= */
.contents_inner {
	margin: 0 auto 80px;
	width: 1200px;
}
.sub_topArea{
	width: 80%;
	margin: 0 auto 100px;
}
.sub_topArea_ttl{
	padding-bottom: 20px;
	font-size:max(22px, min(3vw,28px) );
	font-size:clamp(22px, 3vw,28px) ;
	text-align: center;
}
.sub_topArea_ttl span{
	background:linear-gradient(transparent 70%, #94e7fd 70%);
}
.sub_topArea p{
	margin-bottom: 10px;
	line-height: 1.5em;
}
.sub_ttl01{
	margin-bottom: 50px;
	font-size:max(20px, min(3vw,24px) );
	font-size:clamp(20px, 3vw,24px) ;
	text-align: center;
	line-height: 1.4em;
}

@media screen and (max-width:1200px) {
	.contents_inner {
		padding: 0 10px;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.contents_inner {
		margin: 0 auto 60px;
	}
	.sub_topArea{
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 60px;
	}
	.sub_ttl01 br{
		display: none;
	}
}



