@charset "utf-8";

/* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
html{
	scroll-behavior: smooth;
}
body{
	color:#423d21;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Noto Sans JP", sans-serif;
	scroll-behavior: smooth;
}
p{
	font-size:16px;
	line-height: 1.5;
	text-align: justify;
	letter-spacing: 0;
	font-weight: 400;
}
img {
	/* width: 100%; */
  	max-width: 100%;
  	height: auto;
  	vertical-align: bottom;
}
a{
  text-decoration: none;
  transition: 0.3s;
  color:#423d21;
}
a:hover{
  opacity: 0.7;
}
section{
	padding:80px 0;
	margin:auto;
}
span{
	font-size:inherit;
}

@media(max-width: 768px){
	p{
		font-size:16px;
	}
	.sp_none {
		display: none !important;
	}
}
@media(max-width:960px){
	.mb_none {
		display: none !important;
	}
}
@media(min-width:769px){
	.pc_none {
		display: none !important;
	}
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {    clear: both; }
.cf {    *zoom: 1; }

.w20{width:22%}
.w30{width:29%;}
.w40{width:38%;}
.w50{width:47%;}
.w60{width:58%;}
.w70{width:68%;}
.w80{width:76%}
.w90{width:86%}
.w100{width:100%;}
@media(max-width: 768px){
  	/* .w20,.w30,.w40,.w50,
	.w60,.w70,.w80,.sp_w100{
		width:100%;
	} */
	.sp_w50{width:48%;}
}

.block{
	display: block;
}

/*_____テキスト_____*/
.m_center { margin-left: auto; margin-right: auto; }
.txtC { text-align: center; }
.txtR{	text-align: right;}
.txtL{	text-align: left;}
.bold{	font-weight: bold;}
.txt10{ font-size: 10px;}
.txt12{ font-size: 12px;}
.txt14{ font-size: 14px;}
.txt15{ font-size: 15px;}
.txt18{ font-size: 18px;}
.txt20{ font-size: 20px;}
.txt22{ font-size: 22px;}
.txt24{ font-size: 24px;}
.txt30{ font-size: 30px;}
.txt32{ font-size: 32px;}
.txt36{ font-size: 36px;}
.txt40{ font-size: 40px;}
.txt48{ font-size: 48px;}
@media(max-width: 768px){
	.sp_txtC{
		text-align: center;
	}
	.sp_txtL{
		text-align: left;
	}
	.txt14{ font-size: 12px;}
	.txt15{ font-size: 14px;}
	.txt18{ font-size: 16px;}
	.txt20{ font-size: 18px;}
	.txt22{ font-size: 20px;}
	.txt24{ font-size: 22px;}
	.txt30{ font-size: 24px;}
	.txt32{ font-size: 26px;}
	.txt36{ font-size: 28px;}
	.txt40{ font-size: 30px;}
	.txt48{ font-size: 32px;}
}
.indent{
	padding-left: 1em;
  text-indent: -1em;
}
/*_____フレックス_____*/
.flex{
	display: -ms-flexbox;
	display: flex;
}
.justC{justify-content: center;}
.justB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flexW{
	flex-wrap: wrap;
}

.alignC{align-items: center;}
.alignB{align-items: baseline;}
.alignE{align-items: end;}
@media (max-width: 768px) {
	.sp_flclear{
		display: block;
	}
	.sp_flex{
		display: flex;
	}
	.flexrevrse{
	 flex-direction: column-reverse;
	}
}


/*_____余白_____*/
.m0auto{margin: 0 auto}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}

.mt0{margin-top: 0;}
.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;}

.mr0{margin-right: 0;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

.ml0{margin-left: 0;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}

.mar10{margin:10px;}
.mar15{margin:15px;}
.mar20{margin:20px;}
.mar30{margin:30px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

@media (max-width: 768px){
  .sp_mb0{margin-bottom: 0;}
  .sp_mb10{margin-bottom: 10px;}
  .sp_mb15{margin-bottom: 15px;}
  .sp_mb20{margin-bottom: 20px;}
  .sp_mb30{margin-bottom: 30px;}
  .sp_mt0{margin-top: 0;}
  .sp_mt10{margin-top: 10px;}
  .sp_mt15{margin-top: 15px;}
  .sp_mt20{margin-top: 20px;}
  .sp_mt30{margin-top: 30px;}
}


/* -----------------------------------------------------------
xmas共通
------------------------------------------------------------- */
.pc_bg_wrap{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pc_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pc_menu{
	position: absolute;
    z-index: 2;
    right: 18%;
    top:60px;
}
@media (max-width: 1600px){
	.pc_menu{
		right:8%;
	}
}
@media (max-width: 1250px){
	.pc_menu{
		right:2%;
	}
}
@media (max-width: 1060px){
	.pc_menu{
		display: none;
	}
}

.content{
	position: relative;
	z-index: 2;
	max-width:540px;
	margin:0 auto;
	background: #fff;
}
.section{
	padding:40px;
}

.mincho{
	font-family: "BIZ UDMincho", serif;
}
.title{
	font-family: "nicholas", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:36px;
	color:#073009;
	letter-spacing: 1px;
	line-height: 1.1;
}
.title_jp{
	font-size:14px;
	color:#073009;
}
.red{ color:#aa0d16 }
.day{
	font-size:20px;
	color:#6b001b;
	letter-spacing: -1px;
}
.day span{
	font-size:16px;
	padding-left:4px;
}

.picframe{
	border:4px solid;
	border-image: conic-gradient(#ebac00, #ecd085, #ad7427, #f8e69c, #966100,#f4dd92,#846200, #ebac00) 1;
}
.green_btn{
	display: block;
	text-align: center;
	font-size:20px;
	width: 100%;
	padding: 20px;
	border: 1px solid #073009;
	background: #073009;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
.green_btn:hover {
	color: #073009;
	background: #fff;
}
.red_btn {
	border-bottom:1px solid #aa0d16;
	padding:0 4px 6px 4px;
	display: inline-block;
}
.red_btn a{
	color:#aa0d16;
	letter-spacing: -1px;
	font-size:20px;
	position: relative;
	margin-right:30px;
}
.red_btn a::before, .red_btn a::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
}
.red_btn a::before {
	width: 7px;
	height: 7px;
	right: -22px;
	border-top: solid 1px #aa0d16; /* 矢印の色 */
	border-right: solid 1px #aa0d16; /* 矢印の色 */
	z-index: 2;
	transform: translateY(-50%) rotate(45deg);
}
.red_btn a::after {
	right: -32px;
	z-index: 1;
	width: 22px;
	height: 22px;
	border-radius: 3em;
	border:1px solid #aa0d16;
	transform: translateY(-50%);
}
.category{
	color:#fff;
	background: linear-gradient(to right,#a47d33,#c39a39 90%);
	border-radius: 100vh;
	padding:2px 1.4em;
	display: inline-block;
}
.banner_shadow{
	box-shadow: 2px 2px 10px #ccc;
}
.snow{
	position: relative;
}
.snow img{
    position: absolute;
}
.day_table th,.day_table td{
	padding:6px 0;
	line-height: 1.3;
}
.day_table th{
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	padding-right:1em;
}
.day_table th span{
	background: linear-gradient(90deg, #a47d33,rgba(195, 154, 57, 0.9) 90%);
	background: -webkit-linear-gradient(0deg, #a47d33,rgba(195, 154, 57, 0.9) 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right:2px;
}
hr{
	border:1px solid #08310a;
	margin:50px 0;
}
.anchor{
	padding-top: 80px; 
    margin-top: -80px;
}

.slide_dots {
	margin-bottom: 20px;
	padding-bottom: 0px;
	text-align: center;
	position: initial!important;
}
.slide_dots li{
	display: inline-block;
	margin: 6px;
}
.slide_dots li button {
	width:14px;
	height: 14px;
	background-color: #e6e6e6;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size:0;
}
.slide_dots li.slick-active button {
	background-color: #999;
}
.slick-dotted.slick-slider{
	margin-bottom:10px;
}

/* .pagetop{
	color: #073009;
	position: fixed;
	bottom: 24px;
	right: 80px;
	display: block;
	width: 100px;
	padding: 16px 20px;
	text-align: right;
	transform: rotate(90deg);
	transform-origin: bottom right;
	z-index: 999;
	font-size:14px;
	text-shadow: 1px 1px 2px #fff;
}
.pagetop .arrow1 {
	width: 48px;
	height: 1px;
	background: #073009;
	position: absolute;
	top: 50%;
	right: 62px;
}
.pagetop .arrow2 {
	width: 1px;
	height: 12px;
	background: #073009;
	position: absolute;
	top: calc(50% + 1px);
	right: 109px;
	transform: rotate(-130deg);
	transform-origin: top left;
} */

.fade {
	opacity: 0;
	transform: translateY(-30px);
	transition: opacity 2s, transform 1s;
}
.fade.active{
	opacity: 1;
	transform: translateY(0px);
}
@media (max-width: 768px){
	.content{
		width: 100%;
		max-width: none;
	}
	.section{
		padding:40px 20px;
	}
	.title{
		font-size:30px;
	}
	.green_btn{
		font-size:18px;
	}
	.day{
		font-size:18px;
	}
	.day span{
		font-size:14px;
	}
	.pagetop{
		bottom: 24px;
		right: 50px;
	}
}

/*--------------------------------------
  header
---------------------------------------*/
/* ロゴまわり */
.header {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: linear-gradient(#a47d33, rgba(195, 154, 57, 0.9) 90%);
}
.header_contents {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.h_logo{
	max-width:120px;
}
@media screen and (max-width: 768px) {
	.header_contents {
		padding: 18px;
	}
	.header_contents .h_logo {
		width: 28%;
	}
}

/* ハンバーガーボタン */
.drawer_nav_wrapper {
	position: absolute;
	top: 14px;
	right: 10px;
}
@media (min-width: 1061px){
	.drawer_nav_wrapper{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.drawer_nav_wrapper {
	  top: 15%;
	}
}
  .menu_trigger {
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 999;
	position: relative;
  }
  @media screen and (max-width: 768px) {
	.menu_trigger {
	  width: 60px;
	  height: 60px;
	}
  }
  .menu_trigger span {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: 10px;
	height: 2px;
	background: #fff;
  }
  @media screen and (max-width: 768px) {
	.menu_trigger span {
	  right: 1em;
	}
  }
  .menu_trigger span:nth-of-type(1) {
	top: 15px;
	width: 40px;
  }
  .menu_trigger span:nth-of-type(2) {
	top: 25px;
	width: 25px;
  }
  .menu_trigger span:nth-of-type(3) {
	top: 35px;
	width: 15px;
  }
  .menu_trigger.active span {
	background: #6b001b;
  }
  .menu_trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-30deg);
			transform: translateY(10px) rotate(-30deg);
  }
  .menu_trigger.active span:nth-of-type(2) {
	opacity: 0;
  }
  .menu_trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(30deg);
			transform: translateY(-10px) rotate(30deg);
	width: 40px;
  }
  
/* メニューの中身 */
.header_nav_contents {
	width: 100%;
	height: 400px;
	background-image: url("../img/nav_bg.jpg");
	background-color:#f6efd9;
	background-size: cover;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
@media screen and (max-width: 768px) {
	.header_nav_contents {
		position: fixed;
	}
}
.menu a{
	display: block;
	position: relative;
	color:#6b001b;
	font-size:18px;
	padding-left:1.2em;
	margin:40px 0;
}
.menu a:before{
	position: absolute;
    top: 8%;
	left:0;
    height: 1em;
    border-left: 8px double;
	border-color: #c39a39;
    content: '';
}
.header_nav_contents nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 78%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .header_nav_contents ul {
	position: relative;
  }

  .active {
	overflow: hidden;
  }
  .active .header_nav_contents {
	visibility: visible;
	opacity: 1;
  }
  .active .header_nav_contents li {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
	transition: opacity 0.9s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 0.9s ease;
	transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  .header_nav_contents li {
	opacity: 0;
	-webkit-transform: translateX(200px);
			transform: translateX(200px);
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
	transition: transform 0.6s ease, opacity 0.2s ease;
	transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  .header_nav_contents li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
			transition-delay: 0.15s;
  }
  .header_nav_contents li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
  }
  .header_nav_contents li:nth-child(4) {
	-webkit-transition-delay: 0.45s;
			transition-delay: 0.45s;
  }
  .header_nav_contents li:nth-child(5) {
	-webkit-transition-delay: 0.65s;
			transition-delay: 0.65s;
  }

/*--------------------------------------
 footer
---------------------------------------*/
footer{
	background: linear-gradient(#a47d33 20%,#c39a39 50% ,#c39a39 90%);
	padding:60px 0 40px;
}
.footer_link a{
	color:#fff;
	display: block;
	margin:30px 0;
}
.footer_snow1 img{
	top: -30px;
    right: 30px;
}
.footer_snow2 img{
	top: -150px;
    left: 40px;
}
@media screen and (max-width: 768px) {
	.footer_snow1 img{
		right: 6px;
	}
	.footer_snow2 img{
		left: 6px;
	}
}

/*--------------------------------------
  トップ
---------------------------------------*/
.top_illumi_bg{
	background: linear-gradient(rgba(250, 234, 192, 0.7) 70%,#fff 90% 100%);
}
.top_event_bg{
	background: linear-gradient(#fff 5%,#faeac0 15% 20%,#fff 30% 35%,#fdeeba 50% 80%, #fff 100%);
}
.top_campaign_bg{
	background: linear-gradient(#fff 5%,#e6d4b7 15% 20%,rgba(209, 184, 148, 0.8) 30% 60% ,#fcf9e8 100%);
}
.top_snow1 img{
	top: -20px;
    right: 40px;
}
.top_snow2 img{
	top:30px;
	right:30px;
}
.top_snow3 img{
	top:-30px;
	left:30px;
}
.top_snow4 img{
	top:60px;
	right:40px;
}
@media screen and (max-width: 768px) {
	.top_snow1 img{
		right: 0px;
	}
	.top_snow2 img{
		right:0px;
	}
	.top_snow4 img{
		right:0px;
	}
}

/*--------------------------------------
  イルミネーション
---------------------------------------*/
.illumi_bg{
	background: linear-gradient(rgba(254, 244, 209, 0.7),#fff,rgba(254, 244, 209, 0.7),#fff,#fdeeba,#fff);
}
.illumi_snow1 img{
	top:40px;
	right:20px;
}
.illumi_snow2 img{
	top:20px;
	right:0px;
}
.illumi_snow3 img{
	top:-54px;
	right:0px;
}


/*--------------------------------------
  イベント・キャンペーン
---------------------------------------*/
.event_event_bg{
	background: linear-gradient(rgba(254, 244, 209, 0.7),#fff,rgba(254, 244, 209, 0.7),#fff,#fdeeba,#fff);
}
.event_cp_bg{
	background: linear-gradient(#fff,#e7e1da,rgba(255, 255, 255, 0.5));
}
.event_snow1 img{
	top:-20px;
	right:0px;
}
.event_snow2 img{
	top:0px;
	right:0px;
}
.event_snow3 img{
	top:-40px;
	right:0px;
}
.event_snow4 img{
	top:-60px;
	right:10px;
}
.event_snow5 img{
	top:90px;
	right:20px;
}

.event_label{
	display: inline-block;
	color:#fff;
	background-color: #a67c52;
	padding:2px 10px;
	text-align: center;
}
.event_site_btn {
	border-bottom:1px solid #423d21;
	padding:0 4px 6px 4px;
	display: inline-block;
}
.event_site_btn a{
	color:#423d21;
	letter-spacing: -1px;
	font-size:16px;
	position: relative;
	margin-right:30px;
}
.event_site_btn a::before, .event_site_btn a::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
}
.event_site_btn a::before {
	width: 6px;
	height: 6px;
	right: -24px;
	border-top: solid 1px #423d21; /* 矢印の色 */
	border-right: solid 1px #423d21; /* 矢印の色 */
	z-index: 2;
	transform: translateY(-50%) rotate(45deg);
}
.event_site_btn a::after {
	right: -32px;
	z-index: 1;
	width: 18px;
	height: 18px;
	border-radius: 3em;
	border:1px solid #423d21;
	transform: translateY(-50%);
}
.event_kathe_red{
	background-color: #aa0d16;
	color:#fff;
	padding:20px 0;
}
.event_kathe_green{
	background-color: #08310a;
	color:#fff;
	padding:20px 0;
}
.event_kathe_txt{
	font-weight: bold;
	padding-bottom:4px;
	border-bottom: 1px dashed #fff;
}
.event_kathe_mark{
	background: linear-gradient(90deg, #a47d33,rgba(195, 154, 57, 0.9) 90%);
	background: -webkit-linear-gradient(0deg, #a47d33,rgba(195, 154, 57, 0.9) 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right:2px;
}
.event_kathe_greentxt{
	color:#08310a;
}
.event_kathe_line{
	padding:14px 0;
	border-bottom:1px solid;
	border-image: linear-gradient(to right, #a47d33, rgba(195, 154, 57, 0.9) 90%) 1;
}
.event_kathe_line:first-child{
	padding-top:0;
}
