@charset "utf-8";
/* CSS Document */

@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }
	30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 2s linear 0s  1 normal both;  
}

/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img {
  display: block;
}

@media only screen and (min-width: 769px) {
	
	.swiper-button-next01 {
		display: none;
	}
	
	.swiper-button-prev01 {
		display: none;
	}
	
	#anker01 {
		padding-top: 200px;
		margin-top: -200px;
	}
	
	#anker02 {
		padding-top: 200px;
		margin-top: -200px;
	}
	
	#anker03 {
		padding-top: 200px;
		margin-top: -200px;
	}
	
	#anker01 {
		padding-top: 200px;
		margin-top: -200px;
	}
	
	#anker02 {
		padding-top: 200px;
		margin-top: -200px;
	}
	
	#anker03 {
		padding-top: 200px;
		margin-top: -200px;
	}
	
	#top .slide-img::before{
		z-index: 2;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(82,44,3,0.2);
	} 
	
	.swiper-text-1 a:hover {
		color: #fff;
		background: #886659;
	}
	
	.top01-1 img {
		position: relative;
		display: block;
		width: 345px;
		height: 150px;
		object-fit: cover;
		overflow: hidden;
	}
	
	.slick-next:before {
    content: 'none';
	
}
	
	.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:340px;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/


/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

	/*スライダー*/
	#top-key .swiper-slide {
		position: relative;
		width: 100%;
		height: 530px!important;
	}
	
	.swiper-slide-img {
		display: block;
		position: relative;
		width: 100%;
		height: 530px;
	}
	
	.swiper-slide-img img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.top .swiper-text-1 h2 {
		display: block;
    	position: relative;
    	font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 37px;
    	font-weight: 800;
    	letter-spacing: 3px;
    	line-height: 48px;
    	text-align: left;
    	color: #FFFFFF;
		text-shadow: 2px 3px 6px rgba(82, 44, 3, 0.45);
		margin-bottom: 25px;
	}
	
	.swiper-text-1 p {
		display: block;
    	position: relative;
		width: 100%;
		height: 58px;
    	font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 18px;
    	font-weight: 800;
    	letter-spacing: 3px;
    	line-height: 29px;
    	text-align: left;
    	color: #FFFFFF;
		text-shadow: 2px 3px 6px rgba(82, 44, 3, 0.45);
		margin-bottom: 45px;
	}

	.swiper-text-1 a {
		display: block;
		position: relative;
    	width: 260px;
    	height: auto;
		margin: 0;
    	padding: 12px 3% 12px 0;
		font-family: "EB Garamond";
    	font-size: 20px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 26px;
    	text-align: center;
    	color: #522C03;
    	background: #F8F7F7;
		box-sizing: border-box;
		transition: 0.4s;
		
	}
	
	.swiper-text-1 a::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.swiper-text-1 a:hover::before {
		background: #fff;
	}

	.swiper-text-1 a::after {
    	content: '';
    	position: absolute;
    	top: 43%;
    	right: 11px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.swiper-text-1 a:hover::after {
		background: #fff;
	}
	
	.swiper-text-1 {
    	z-index: 3;
    	position: absolute;
		display: block;
    	top: 48%;
    	left: 46%;
    	width: 1000px;
    	height: 250px;
  		-ms-transform: translate(-50%,-50%);
  		-webkit-transform: translate(-50%,-50%);
  		transform: translate(-50%,-50%);
	}
	
	/*キービジュアル下スライダー*/
	.top-swiper {
		width: 1100px;
		height: auto;
		overflow: hidden;
	}
	
	.top-swiper .swiper-wrapper {
		/*ease*/
  		transition-timing-function: ease;
	}
	
	.top-swiper .swiper-slide img {
		display: block;
		width: 345px;
		height: 150px;
		margin: 0 auto;
		object-fit: cover;
	}
	
	.tp-slick p {
		z-index: 3;
		display: inline-block;
    	position: absolute;
    	height: auto;
    	margin: 0 auto;
    	padding: 10px;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 22px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(248, 247, 247, 0.85);
    	box-sizing: border-box;
		top: 50%;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, -50%);
	}
	
	.swiper-button-next {
		position: absolute;
		display: block!important;
		top: 45%!important;
		right: -70px!important;
		width: 50px!important;
		height: 50px!important;
		border: solid 1px #522C03!important;
		background: rgba(226, 218, 205, 0.45)!important;
		transition: 0.4s;
	}
	
	.swiper-button-next::before {
    	content: '';
    	position: absolute;
    	top: 50%!important;
    	right: 15px;
    	width: 20px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}

	.swiper-button-next::after {
    	content: '';
    	position: absolute;
    	top: 22px;
    	right: 14px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.swiper-button-next:hover {
		background: #97776A!important;
		color: #fff;
		border: solid 1px #97776A!important;
	}
	
	.swiper-button-next:hover::after,.swiper-button-next:hover::before {
		background: #fff;
	}
	
	.slick-next {
		position: absolute;
		display: block!important;
		top: 45%!important;
		right: -70px!important;
		width: 40px!important;
		height: 40px!important;
		border: solid 1px #522C03!important;
		background: rgba(226, 218, 205, 0.45)!important;
		transition: 0.4s;
	}
	
	.slick-next::before {
    	content: '';
    	position: absolute;
    	top: 50%!important;
    	right: 11px;
    	width: 16px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}

	.slick-next::after {
    	content: '';
    	position: absolute;
    	top: 16px;
    	right: 10px;
    	width: 8px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.slick-next:hover {
		background: #97776A!important;
		color: #fff;
		border: solid 1px #97776A!important;
	}
	
	.slick-next:hover::after,.slick-next:hover::before {
		background: #fff;
	}
	
	.slick-prev {
		position: absolute;
		display: block!important;
		top: 45%!important;
		left: -70px!important;
		width: 40px!important;
		height: 40px!important;
		border: solid 1px #522C03!important;
		background: rgba(226, 218, 205, 0.45)!important;
		transition: 0.4s;
	}
	
	.slick-prev::before {
    	content: '';
    	position: absolute;
    	top: 50%!important;
    	right: 11px;
    	width: 16px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}

	.slick-prev::after {
    	content: '';
    	position: absolute;
    	top: 16px;
    	right: 10px;
    	width: 8px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(135deg);
		transition: 0.4s;
	}
	
	.slick-prev:hover {
		background: #97776A!important;
		color: #fff;
		border: solid 1px #97776A!important;
	}
	
	.slick-prev:hover::after,.slick-prev:hover::before {
		background: #fff;
	}
	
	.top-os-btn font {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	.top-os-btn font::before {
		content: "";
		position: absolute;
		top: -23px;
		left: -50px;
		width: 35px;
		height: 35px;
		background-image: url(/wp-content/uploads/2022/12/cart_blown-1.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
	}
	
	.top-os-btn:hover font::before {
		background-image: url(/wp-content/uploads/2022/12/cart_white-1.png);
	}
	
	.top-os-btn::before {
    	content: "";
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.top-os-btn:hover::before {
    	content: "";
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #fff;
	}

	.top-os-btn::after {
    	content: "";
    	position: absolute;
    	top: 45%;
    	right: 4.5%;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.top-os-btn:hover::after {
    	content: "";
    	position: absolute;
    	top: 45%;
    	right: 4.5%;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(45deg);
	}
	
	.top-os-btn:hover {
		color: #fff;
		background: #97776A;
		border: solid 1px #97776A;
	}
	
	.top-os-btn font:hover  {
		color: #fff!important;
	}
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	
	.swiper-button-next01 {
		display: none;
	}
	
	.swiper-button-prev01 {
		display: none;
	}
	
	#anker01 {
		padding-top: 50px;
		margin-top: -50px;
	}
	
	#anker02 {
		padding-top: 50px;
		margin-top: -50px;
	}
	
	#anker03 {
		padding-top: 50px;
		margin-top: -50px;
	}
	
	#top .slide-img::before{
		z-index: 2;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(82,44,3,0.2);
	} 
	
	.top02 .top02-1 h2 {
		margin: 0 0 30px!important;
	}
	
	.top01-1 img {
		position: relative;
		display: block;
		width: 300px;
		height: 130px;
		object-fit: cover;
		overflow: hidden;
	}
	
	.top01 {
		position: relative;
		display: block;
		width: 300px;
		height: auto;
		margin: 80px auto 0;
	}
	/*スライダー*/
	.swiper-slide {
		position: relative;
		width: 100%;
		height: 530px;
	}
	
	.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper{
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
	
	.swiper-slide-img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.top .swiper-text-1 h2 {
		display: block;
    	position: relative;
    	font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 25px;
    	font-weight: 800;
    	letter-spacing: 4px;
    	line-height: 32px;
    	text-align: left;
    	color: #FFFFFF;
		text-shadow: 2px 3px 6px rgba(82, 44, 3, 0.45);
		margin-bottom: 15px;
	}
	
	.swiper-text-1 p {
		display: block;
    	position: relative;
		width: 100%;
		height: 72px;
    	font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 15px;
    	font-weight: 800;
    	letter-spacing: 2px;
    	line-height: 18px;
    	text-align: left;
    	color: #FFFFFF;
		text-shadow: 2px 3px 6px rgba(82, 44, 3, 0.45);
		margin-bottom: 10px;
	}

	.swiper-text-1 a {
		display: block;
		position: relative;
    	width: 140px;
    	height: auto;
		margin: 0;
    	padding: 12px 3% 12px 0;
		font-family: "EB Garamond";
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 18px;
    	text-align: center;
    	color: #522C03;
    	background: #F8F7F7;
		box-sizing: border-box;
	}
	
	.swiper-text-1 a::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 15px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}

	.swiper-text-1 a::after {
    	content: '';
    	position: absolute;
    	top: 43%;
    	right: 7px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.swiper-text-1 {
    	z-index: 3;
    	position: absolute;
		display: block;
    	top: 57%;
    	left: 50%;
    	width: 330px;
    	height: 250px;
  		-ms-transform: translate(-50%,-50%);
  		-webkit-transform: translate(-50%,-50%);
  		transform: translate(-50%,-50%);
	}
	
	
	.top-key-btn {
		z-index: 3;
		display: flex;
		position: absolute;
    	top: 500px;
		width: 365px;
		height: auto;
		left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
	}
	
	.top-key-btn a {
		z-index: 100;
		display: block;
		width: 115px;
		height: 50px;
		margin: 0 5px;
		padding: 15px 0 0 0;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 20px;
    	text-align: center;
    	color: #FFF;
		background: #886659;
		transition: 0.4s;
	}
	
	.top-key-btn a font {
		display: block;
		position: relative;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 10px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 10px;
    	text-align: center;
    	color: #FFF;
		transition: 0.4s;
	}
	
	.top-key-btn a font::before {
		content: '';
    	position: absolute;
    	top: -7px;
    	right: 4px;
    	width: 15px;
    	height: 1px;
    	background: #fff;
		transform: rotate(90deg);
		transition: 0.4s;
	}
	
	
	
	.top-key-btn a font::after {
		content: '';
    	position: absolute;
    	top: -2px;
    	right: 5.5px;
    	width: 7px;
    	height: 1px;
    	background: #fff;
		transform: rotate(135deg);
		transition: 0.4s;
	}
	
	/*
	.top-key-btn:hover::after {
		content: '';
    	position: absolute;
    	top: 9px;
    	right: 16px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
		transform: rotate(135deg);
		transition: 0.4s;
	}
	
	.top-key-btn a:hover {
    	color: #522C03;
		background: #F8F7F7;
	}
	
	.top-key-btn a:hover font {
    	color: #522C03;
		background: #F8F7F7;
	}
	*/
	
	/*キービジュアル下スライダー*/
	.tp-slick {
		width: 300px;
		height: auto;
	}
	
	.tp-slick .swiper-wrapper {
		/*ease*/
  		transition-timing-function: ease;
	}
	
	.tp-slick .swiper-slide img {
		display: block;
		width: 300px;
		height: 130px;
		margin: 0 auto;
		object-fit: cover;
	}
	
	.tp-slick p {
		z-index: 3;
		display: inline-block;
    	position: absolute;
    	height: auto;
    	margin: 0 auto;
    	padding: 7px;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 22px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(248, 247, 247, 0.85);
    	box-sizing: border-box;
		top: 50%;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, -50%);
	}
	
	/*
	.slick-next {
		position: absolute;
		display: block!important;
		top: 55%!important;
		right: -35px!important;
		width: 30px!important;
		height: 30px!important;
		border: solid 1px #522C03!important;
		background: rgba(226, 218, 205, 0.45)!important;
	}
	
	.slick-next::before {
    	content: '';
    	position: absolute;
    	top: 50%!important;
    	right: 8px;
    	width: 15px;
    	height: 1px;
    	background: #522C03;
	}

	.slick-next::after {
    	content: '';
    	position: absolute;
    	top: 41%;
    	right: 7.1px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
	}
	
	.slick-prev {
		position: absolute;
		display: block!important;
		top: 55%!important;
		left: -35px!important;
		width: 30px!important;
		height: 30px!important;
		border: solid 1px #522C03!important;
		background: rgba(226, 218, 205, 0.45)!important;
	}
	
	.slick-prev::before {
    	content: '';
    	position: absolute;
    	top: 50%!important;
    	left: 8px;
    	width: 15px;
    	height: 1px;
    	background: #522C03;
	}

	.slick-prev::after {
    	content: '';
    	position: absolute;
    	top: 41%;
    	left: 7.1px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(135deg);
	}*/
	
	/*オンラインショップボタン*/
	.top-os-btn {
		z-index: 2;
		display: block;
		position: absolute;
		top: 30px;
    	right: 0;
    	width: 180px;
    	height: auto;
    	padding: 15px 15px 15px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 10px;
		text-align: right;
		color: #522C03;
		background: #F8F7F7;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.top-os-btn font {
		display: block;
		position: relative;
		margin-left: 15px;
		color: #522C03;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 7px;
		text-align: center;
		transition: 0.4s;
		left: 8px;
	}
	
	.top-os-btn font::before {
		content: "";
		position: absolute;
		top: -22px;
    	left: -11px;
    	width: 35px;
    	height: 35px;
		background-image: url(/wp-content/uploads/2022/12/cart_blown-1.png);
		background-size: 70% 70%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
	}
	
	.top-os-btn:hover font::before {
		background-image: url(/wp-content/uploads/2022/12/cart_white-1.png);
	}
	
	.top-os-btn::before {
    	content: "";
    	position: absolute;
    	top: 65%;
    	right: 4%;
    	width: 15px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.top-os-btn:hover::before {
    	content: "";
    	position: absolute;
    	top: 68%;
    	right: 4%;
    	width: 15px;
    	height: 1px;
    	background: #fff;
	}

	.top-os-btn::after {
    	content: "";
    	position: absolute;
    	top: 61%;
    	right: 4%;
    	width: 5px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.top-os-btn:hover::after {
    	content: "";
    	position: absolute;
    	top: 61%;
    	right: 4%;
    	width: 7px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(45deg);
	}
	
	.top-os-btn:hover {
		color: #fff;
		background: #886659;
		border: solid 1px #886659;
	}
	
	.top-os-btn:hover font {
		color: #fff;
	}
	
	

}

/*トップページ*/
/*PC*/
@media only screen and (min-width: 769px) {

	.top01 .swiper-slide {
		position: relative;
		display: block;
	}
	
	.top01-1-img {
		position: relative;
		display: block;
		width: 276px;
		height: 120px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.top01-1-img img {
		position: relative;
		width: 276px;
		height: 120px;
		object-fit: cover;
	}
	
	.top01-1-img img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	
	.top01-1-img:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		transition: 0.3s all;
	}
	
	.tp-slick p:hover .top01-1-img img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		transition: 0.3s all;
	}
	
	.top01 {
		position: relative;
		display: block;
		margin: 72px auto;
		width: 880px;
	}
	
	#top-key {
    	z-index: 1;
    	position: relative;
    	width: 100%;
    	height: auto;
	}
	
	#top-key img {
		width: 100%;
		height: 660px;
		object-fit: cover;
	}
	
	/*ボタン*/
	
	#top-key .top-os-btn {
		position: absolute;
		z-index: 4;
		top: 60px;
		right: 0;
		border: none;
	}
	
	.top-os-btn {
		display: block;
		position: absolute;
		top: 25px;
		right: 35px;
		width: 250px;
		height: auto;
		padding: 15px 0 15px 60px;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: left;
		color: #522C03;
		background: #F8F7F7;
		border: solid 1px #522C03;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.top-os-btn font {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
	}
	
	.top-os-btn font::before {
		content: "";
		position: absolute;
		top: -20px;
		left: -40px;
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/uploads/2022/12/cart_blown-1.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
	}
	
	.top-os-btn:hover font::before {
		background-image: url(/wp-content/uploads/2022/12/cart_white-1.png);
	}
	
	.top-os-btn::before {
    	content: "";
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.top-os-btn:hover::before {
    	content: "";
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #fff;
	}

	.top-os-btn::after {
    	content: "";
    	position: absolute;
    	top: 45%;
    	right: 4.5%;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.top-os-btn:hover::after {
    	content: "";
    	position: absolute;
    	top: 45%;
    	right: 4.5%;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(45deg);
	}
	
	.top-os-btn:hover {
		color: #fff;
		background: #97776A;
		border: solid 1px #97776A;
		transition: 0.4s;
	}
		
	.top-key-btn {
		z-index: 3;
		display: flex;
		position: absolute;
    	bottom: 0;
    	width: 840px;
    	height: auto;
    	left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	
	}
	
	.top-key-btn a {
		z-index: 100;
		display: block;
		width: 230px;
		height: 55px;
		margin: 0 15px;
		padding: 13px 0 0 0;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 18px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 20px;
    	text-align: center;
    	color: #FFF;
		background: #886659;
		transition: 0.4s;
	}
	
	.top-key-btn a font {
		display: block;
		position: relative;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 13px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 28px;
    	text-align: center;
    	color: #FFF;
		transition: 0.4s;
	}
	
	.top-key-btn a font::before {
		content: '';
    	position: absolute;
    	top: 0;
    	right: 12px;
    	width: 25px;
    	height: 1px;
    	background:#fff;
		transform: rotate(90deg);
		transition: 0.4s;
	}
	
	.top-key-btn a:hover font::before {
		content: '';
    	position: absolute;
    	top: 0;
    	right: 12px;
    	width: 25px;
    	height: 1px;
    	background:#522C03;
		transform: rotate(90deg);
		transition: 0.4s;
	}
	
	.top-key-btn a font::after {
		content: '';
    	position: absolute;
    	top: 9px;
    	right: 16px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
		transform: rotate(135deg);
		transition: 0.4s;
	}
	
	
	.top-key-btn a:hover font::after {
		content: '';
    	position: absolute;
    	top: 9px;
    	right: 16px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
		transform: rotate(135deg);
		transition: 0.4s;
	}
	
	.top-key-btn a:hover {
    	color: #522C03;
		background: #F8F7F7;
	}
	
	.top-key-btn a:hover font {
    	color: #522C03;
	}
	
	.os-btn-key {
    	display: block;
    	position: absolute;
    	top: 25px;
    	right: 35px;
   	 	width: 310px;
   	 	height: auto;
    	padding: 15px 0 15px 75px;
    	font-size: 20px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 20px;
    	text-align: left;
   		color: #522C03;
    	background: rgba(226,218,205,0.45);
    	border: solid 1px #522C03;
    	box-sizing: border-box;
    	transition: 0.4s;
	}
	
	
	/*共通*/
	.top h2 {
		font-family: "EB Garamond";
		font-size: 29px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 38px;
    	text-align: center;
    	color: #522C03;
		margin: 0 0 20px;
	}
	
	.top h2 span {
		color: #522C03;
		padding: 0 20px;
		font-size: 22px;
		font-weight: lighter;
		vertical-align: 15%;
	}
	
	#top h2 font {
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 16px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 23px;
    	text-align: center;
    	color: #522C03;
		vertical-align: 20%;
	}
	
	/*キービジュアル*/
	.slick-slider-1 {
		position: relative;
		display: block;
    	width: 100%;
		height: auto;
    	z-index: 0;
    	position: relative;
    	width: 100%;
    	height: 660px;
    	margin: 0 auto 0 auto;
    	overflow: hidden;
	}
	
	.slick-slider-1::before{
		z-index: 2;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
	
	.slick-slider-1 img {
    	width: 100%;
    	margin: 0 auto;
		overflow: hidden;
	}
	
	.slick-inner-1 {
		position: relative;
	}
	
	.slick-inner-1 .slider-text-1 {
    	z-index: 2;
    	position: absolute;
		display: block;
    	top: 48%;
    	left: 35%;
    	width: 580px;
    	height: 250px;
  		-ms-transform: translate(-50%,-50%);
  		-webkit-transform: translate(-50%,-50%);
  		transform: translate(-50%,-50%);
	}
	
	
	.slider-text-1 h2 {
		display: block;
    	position: relative;
    	font-family: "EB Garamond";
		font-size: 46px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 60px;
    	text-align: left;
    	color: #FFFFFF;
		margin-bottom: 25px;
	}
	
	.slider-text-1 p {
		display: block;
    	position: relative;
		width: 100%;
		height: 72px;
    	font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 22px;
    	font-weight: 600;
    	letter-spacing: 3px;
    	line-height: 36px;
    	text-align: left;
    	color: #FFFFFF;
		margin-bottom: 45px;
	}

	.slider-text-1 a {
		display: block;
		position: relative;
    	width: 260px;
    	height: auto;
		margin: 0;
    	padding: 12px 3% 12px 0;
		font-family: "EB Garamond";
    	font-size: 20px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 26px;
    	text-align: center;
    	color: #522C03;
    	background: #F8F7F7;
		box-sizing: border-box;
	}
	
	.slider-text-1 a::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}

	.slider-text-1 a::after {
    	content: '';
    	position: absolute;
    	top: 43%;
    	right: 11px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.slick-slider-1 img {
  		transform-origin: center top;
  		transform: scale(1.0);
  		transition: 1s ease-out;
	}
	
	.slick-slide-1 .slick-active img {
  		transform: scale(1.2);
	}
	
	
	.slick-slider-2 img {
		position: relative;
    	width: 100%;
    	height: auto;
		
	}
	
	.slick-slider-2 {
		width: 100%;
		height: auto;
	}
	
	.slick-inner-2 {
		position: relative;
		display: block;
		width: 345px;
		padding: 0 100px;
	}
	
	
	/*RECOMMEND*/
	
	.top02 {
		position: relative;
		display: block;
		width: 960px;
		height: auto;
		margin: 80px auto 90px;
	}
	
	.top02-1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 40px 50px;
	}
	
	#top .top02-1 h2 {
		text-align: left;
	}
	
	.top02-2 {
		position: relative;
		display: block;
		width: 960px;
		height: auto;
		margin: 0 auto;
	}
	
	.top02-2-a {
		position: relative;
		width: 228px;
		height: auto;
		margin-right: 16px;
		overflow: hidden;
		float: left;
	}
	
	.top02-2-a:nth-of-type(4) {
		margin-right: 0;
	}
	
	.top02-2-bold {
		font-weight: 600;
		margin: 20px 0 10px;
	}
	
	.top02-2-price {
		font-size: 20px;
		font-weight: 600;
	}
	
	.top02-2-icon {
    	position: absolute;
    	bottom: 0;
    	right: 0;
		display: inline;
    	color: #fff;
    	font-size: 13px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 21px;
    	text-align: center;
    	padding: 4px 8px;
   		background: #97776A;
		overflow: hidden;
	}
	
	.top02-2-con-img {
		position: relative;
		display: block;
		width: 228px;
		height: 228px;
		overflow: hidden;
	}
	
	.top02-2-con-img img {
		position: relative;
		display: block;
		width: 228px;
		height: 228px;
		object-fit: cover;
	}
	
	.top02-2-con-img img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	
	.top02-2-con:hover .top02-2-con-img img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		transition: 0.3s all;
	}
	
	#scroll-btn1 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 210px;
    	height: auto;
    	top: 150px;
    	left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 12px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 14px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
    	transition: .4s ease-in-out;
	}
	
	#scroll-btn1::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #fff;
    	transition: 0.4s;
	}
	
	#scroll-btn1::after {
    	content: '';
    	position: absolute;
    	top: 42%;
    	right: 8px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}

	.top02-2-con:hover #scroll-btn1 {
		left: 10px;
	}
	
	.top02-2-con:hover #scroll-btn2 {
		left: 10px;
	}
	
	.top02-2-con:hover #scroll-btn3 {
		left: 10px;
	}
	
	.top02-2-con:hover #scroll-btn4 {
		left: 10px;
	}
	
	#scroll-btn2 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 210px;
    	height: auto;
    	top: 150px;
    	left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 12px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 14px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
    	transition: .4s ease-in-out;
	}
	
	#scroll-btn2::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #fff;
    	transition: 0.4s;
	}
	
	#scroll-btn2::after {
    	content: '';
    	position: absolute;
    	top: 42%;
    	right: 8px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}

	#scroll-btn3 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 210px;
    	height: auto;
    	top: 150px;
    	left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 12px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 14px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
    	transition: .4s ease-in-out;
	}
	
	#scroll-btn3::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #fff;
    	transition: 0.4s;
	}
	
	#scroll-btn3::after {
    	content: '';
    	position: absolute;
    	top: 42%;
    	right: 8px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}
	
	#scroll-btn4 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 210px;
    	height: auto;
    	top: 150px;
    	left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 12px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 14px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
    	transition: .4s ease-in-out;
	}
	
	#scroll-btn4::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 25px;
    	height: 1px;
    	background: #fff;
    	transition: 0.4s;
	}
	
	#scroll-btn4::after {
    	content: '';
    	position: absolute;
    	top: 42%;
    	right: 8px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}
	
	/*お知らせ*/
	
	.top03 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 70px 0 60px;
		background: rgba(226, 218, 205, 0.45);
	}
	
	.top03-1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	
	.top03-1 p {
		text-align: center;
	}
	
	.top03-2 {
		position: relative;
		display: block;
		width: 760px;
		height: auto;
		margin: 0 auto;
	}
	
	.top-news-loop {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 30px 0;
	}
	
	.zoomOutTrigger {
		opacity: 0;
    	width: 100%;
    	height: 100%;
		margin: 0 auto 0 0;
	}
	
	.top-news-loop-img {
    	z-index: 1;
    	width: 240px;
    	height: 170px;
    	overflow: hidden;
	}
	
	.top-news-loop-img img {
    	position: relative;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	object-position: center;
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
    	transition: transform 0.3s linear;
	}
	
	.top-news-loop-text {
		position: absolute;
    	top: 30px;;
    	right: 0;
    	width: 480px;
    	height: auto;
	}
	
	.top-news-loop-text time {
		display: block;
    	position: relative;
    	font-size: 14px;
    	font-weight: normal;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	letter-spacing: 1px;
    	line-height: 14px;
    	text-align: left;
    	color: #97776A;
		margin-bottom: 25px;
	}
	
	.top-news-loop-text h3 {
    	font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 1px;
    	line-height: 22px;
    	color: #522C03;
		margin-bottom: 20px;
	}
	
	.top-news-loop-text font {
		display: table;
    	padding: 6px 12px;
    	margin: 0 10px 12px 0;
    	font-size: 13px;
    	font-weight: 600;
    	letter-spacing: 1px;
    	line-height: 13px;
    	color: #fff;
    	background: #97776A;
    	float: left;
	}
	
	.top-news-loop-img img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
		object-fit: cover;
	}
	
	.top-news-loop a:hover .top-news-loop-img img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		transition: 0.3s all;
	}
	
	.top03-btn {
		display: block;
		position: relative;
    	width: 265px;
    	height: auto;
		margin: 0 auto;
    	padding: 11px 2% 13px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 14px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(242,238,226,0.8);
		border: solid 1px #522C03;
		box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.top03-btn::before {
    	content: '';
    	position: absolute;
    	top: 20px;
    	right: 25px;
    	width: 20px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.top03-btn:hover::before {
    	content: '';
    	position: absolute;
    	top: 20px;
    	right: 25px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	.top03-btn::after {
    	content: '';
    	position: absolute;
    	top: 17px;
    	right: 24px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(35deg);
		transition: 0.4s;
	}
	
	.top03-btn:hover::after {
    	content: '';
    	position: absolute;
    	top: 17px;
    	right: 24px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	.top03-btn:hover {
		color: #fff;
		background: #97776A;
		border: solid 1px #97776A;
	}
	
	/*ITEM*/
	
	.top04 {
		position: relative;
		display: block;
		width: 864px;
		height: auto;
		margin: 72px auto 30px;
	}
	
	.top04 h2 {
		text-align: left;
	}
	
	.top04-1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
	
	#top .top02-1 h2 {
		text-align: left;
	}
	
	.top04 h3 {
		position: relative;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 16px;
    	font-weight: 600;
    	letter-spacing: 1.6px;
    	line-height: 24px;
    	color: #522C03;
		margin: 20px 0;
	}
	
	.top04 h3 font {
		display: block;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 12px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 18px;
    	color: #522C03;
	}
	
	.top04 h3::after {
		content: '';
    	position: absolute;
    	top: 42%;
    	right: 0;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
		transform: rotate(45deg);
	}
	
	
	.top04 h3::before {
		content: '';
    	position: absolute;
    	top: 50%;
    	right: 1px;
    	width: 20px;
    	height: 1px;
    	background: #522C03;
	}
	
	.top-pro01 {
		position: relative;
		width: 864px;
		height: auto;
		margin: 0 auto;
	}
	
	#top-pro01 h2 {
		position: relative;
		display: block;
		width: 594px;
		height: auto;
		margin: 0 0 40px 0;
		padding: 33px 0 26px 256px;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 1.5px;
    	line-height: 22px;
		text-align: left;
    	color: #522C03;
		border-top: solid 1px #522C03;
    	border-left: solid 7px #522C03;
		white-space: nowrap;
	}
	
	#top-pro01 h2::after {
		content: '';
    	position: absolute;
    	top: 53%;
    	left: 216px;
    	width: 30px;
    	height: 1px;
    	background: #522C03;
		transform: rotate(90deg);
	}
	
	.top-pro01 .logo01 {
		position: absolute;
		top: 20px;
		left: 25px;
		width: 180px;
		height: auto;
	}
	
	.top-pro01-1 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.top-pro01-1-con {
		position: relative;
		width: 264px;
		height: auto;
		margin: 0 12px 20px;
		float: left;
	}
	
	.top-pro01-1-img {
		z-index: 1;
		width: 264px;
		height: auto;
		padding: 0 0 0 0;
		overflow: hidden;
	}
	
	.top-pro01-1-img img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
		object-fit: cover;
	}
	
	.top-pro01-1 a:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		transition: 0.3s all;
	}
	
	.top-pro02 {
		position: relative;
		width: 960px;
		height: auto;
		margin: 32px auto 30px;
	}
	
	#top-pro02 h2 {
		position: relative;
		display: block;
		width: 370px;
		height: auto;
		margin: 0 0 40px 0;
		padding: 33px 0 26px 480px;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 1.5px;
    	line-height: 22px;
		text-align: left;
    	color: #522C03;
		border-top: solid 1px #522C03;
    	border-left: solid 7px #522C03;
		white-space: nowrap;
	}
	
	#top-pro02 h2::after {
		content: '';
    	position: absolute;
    	top: 53%;
    	left: 445px;
    	width: 30px;
    	height: 1px;
    	background: #522C03;
		transform: rotate(90deg);
	}
	
	.top-pro02 .logo02 {
		position: absolute;
		top: 25px;
		left: 25px;
		width: 405px;
		height: auto;
	}

	.top05 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.top05-bg {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		background: #E2DACD;
		margin: 0 auto;
	}
	
	.top05-1 {
		position: absolute;
    	top: 140px;
		right: 52%;
    	width: 410px;
    	height: auto;
    	padding: 0 0 0 0;
	}
	
	.top05 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.top05-1-img {
		display: block;
    	z-index: 1;
    	position: relative;
    	width: 47%;
    	height: 470px;
    	margin: 0 0 0 auto;
		object-fit: cover;
		overflow: hidden;
	}
	
	.top05-1 img {
		position: absolute;
		top: -90px;
    	left: -115px;
		width: 225px;
		height: auto;
		margin: 0;
	}
	
	.top05-1 h2 {
		text-align: left;
		margin: 0 0 30px;
	}
	
	.map-icon object a:hover {
		text-decoration-line: underline;
	}
	
	.top05-btn {
		display: block;
		position: relative;
    	width: 305px;
    	height: auto;
		margin: 40px 30px 0 auto;
    	padding: 11px 2% 13px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 14px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(242,238,226,0.8);
		border: solid 1px #522C03;
		box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.top05-btn::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 15px;
    	width: 20px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.top05-btn:hover::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 15px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	.top05-btn::after {
    	content: '';
    	position: absolute;
    	top: 44%;
    	right: 14px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(35deg);
		transition: 0.4s;
	}
	
	.top05-btn:hover::after {
    	content: '';
    	position: absolute;
    	top: 44%;
    	right: 14px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	.top05-btn:hover {
		color: #fff;
		background: #97776A;
		border: solid 1px #97776A;
	}
	
	.p-sto-01 {
		text-align: center;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.top06 {
		margin: 90px 0;
	}
	
	
	
	.top06-btn {
		display: block;
		position: relative;
    	width: 310px;
    	height: auto;
		margin: 50px auto 0;
    	padding: 11px 0 13px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 18px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(226, 218, 205, 0.45);
		border: solid 1px #522C03;
		box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.top06-btn::before {
    	content: '';
    	position: absolute;
    	top: 23px;
    	right: 25px;
    	width: 20px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.top06-btn:hover::before {
    	content: '';
    	position: absolute;
    	top: 23px;
    	right: 25px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	.top06-btn::after {
    	content: '';
    	position: absolute;
    	top: 20px;
    	right: 24px;
    	width: 10px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(35deg);
		transition: 0.4s;
	}
	
	.top06-btn:hover::after {
    	content: '';
    	position: absolute;
    	top: 20px;
    	right: 24px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	.top06-btn:hover {
		color: #fff;
		background: #97776A;
		border: solid 1px #97776A;
	}
	
	.top07 {
    	z-index: 0;
    	position: relative;
    	width: 960px;
    	height: auto;
    	margin: 60px auto 120px;
	}
	
	.top07-1 {
		z-index: 0;
    	position: relative;
    	width: 100%;
    	height: auto;
    	margin: 0 auto;
	}
	
	.top07-1::before {
    	z-index: 2;
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background: rgba(5, 28, 44, 0.2);
	}
	
	.top07-1 img {
    	z-index: 1;
    	display: block;
    	position: relative;
    	width: 100%;
    	height: auto;
    	object-fit: cover;
    	object-position: center;
	}
	
	.top07-1-con {
    	z-index: 3;
    	position: absolute;
    	top: 50%;
    	left: 50%;
		width: 405px;
		height: auto;
    	margin-right: -50%;
		padding: 32px 128px 24px;
    	transform: translate(-50%, -50%);
		background: rgba(248, 247, 247, 0.9);
	}
	
	.top07-1-con h2 {
		position: relative;
		font-family: "EB Garamond";
		font-size: 22px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 29px;
    	text-align: center;
    	color: #051C2C;
	}
	
	.top07-1-con h2::before {
    	content: '';
    	position: absolute;
    	top: 24px;
    	right: 36px;
    	width: 336px;
    	height: 1px;
    	background: #051C2C;
	}
	
	#top .top07-1-con h2 font {
		display: block;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 13px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 22px;
    	text-align: center;
    	color: #051C2C;
		
	}
	
	.top07-1-con h3 {
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 16px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 22px;
    	text-align: center;
    	color: #051C2C;
		margin-bottom: 12px;white-space: nowrap;
	}
	
	.top07-1-con p {
		font-size: 14px;
    	text-align: center;
    	color: #4A4A4A;
	}
	
	.top07-1-con .logo {
		position: absolute;
		top: -10px;
		left: 20px;
		width: 120px;
		height: auto;
		margin-right: 0;
    	transform: none;
	}
	
	.top07-btn {
		display: block;
		position: relative;
    	width: 320px;
    	height: auto;
		margin: 20px auto 0 auto;
    	padding: 11px 2% 13px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 14px;
    	text-align: center;
    	color: #4A4A4A;
    	background: #E5E5E5;
		border: solid 1px #4A4A4A;
		box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.top07-btn::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 25px;
    	width: 20px;
    	height: 1px;
    	background: #4A4A4A;
		transition: 0.4s;
	}
	
	.top07-btn:hover::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 25px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	.top07-btn::after {
    	content: '';
    	position: absolute;
    	top: 44%;
    	right: 24px;
    	width: 10px;
    	height: 1px;
    	background: #4A4A4A;
    	transform: rotate(35deg);
		transition: 0.4s;
	}
	
	.top07-btn:hover::after {
    	content: '';
    	position: absolute;
    	top: 44%x;
    	right: 24px;
    	width: 10px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	.top07-btn:hover {
		color: #fff;
		background: rgba(5,28,44,0.7);
		border: solid 1px rgba(5,28,44,0.7);
	}
	
	.top07-1-img {
		position: relative;
		display: block;
		width: 960px;
		height: 435px;
		overflow: hidden;
	}
	
	.top02-2-a button {
		display: none;
	}
	
	/*管理画面*/
	#pageparentdiv {
		display: none;
	}
	
}
  
/*SP*/
@media only screen and (max-width: 768px) {
	#top-key {
		position: relative;
		width: 100%;
		height: 530px;
	}
	
	.slide-img img {
		width: 100%;
		height: 530px;
		object-fit: cover;
	}
	
	.swiper-container {
		margin: 0 auto;
		padding-top: 50px;
		text-align: center;
		height: 530px;
		background-position:  center top;
		background-size: cover;
		background-repeat: no-repeat;
	}

	
	.slick-next {
		position: absolute;
		display: block!important;
		top: 37%!important;
		right: -35px!important;
		width: 30px!important;
		height: 30px!important;
		border: solid 1px #522C03!important;
		background: rgba(226, 218, 205, 0.45)!important;
	}
	
	.slick-next::before {
    	content: '';
    	position: absolute;
    	top: 50%!important;
    	right: 8px;
    	width: 15px;
    	height: 1px;
    	background: #522C03;
	}

	.slick-next::after {
    	content: '';
    	position: absolute;
    	top: 11px;
    	right: 7px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
	}
	
	.slick-prev {
		position: absolute;
		display: block!important;
		top: 37%!important;
		left: -35px!important;
		width: 30px!important;
		height: 30px!important;
		border: solid 1px #522C03!important;
		background: rgba(226, 218, 205, 0.45)!important;
	}
	
	.slick-prev::before {
    	content: '';
    	position: absolute;
    	top: 50%!important;
    	left: 8px;
    	width: 15px;
    	height: 1px;
    	background: #522C03;
	}

	.slick-prev::after {
    	content: '';
    	position: absolute;
    	top: 11px;
    	left: 7px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(135deg);
	}
	
	

	/*共通*/
	.top h2 {
		font-family: "EB Garamond";
		font-size: 30px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 40px;
    	text-align: center;
    	color: #522C03;
		margin: 0 0 30px;
	}
	
	.top h2 span {
		display: none;
	}
	
	
	.top01-1 p {
		z-index: 3;
		display: inline-block;
    	position: relative;
    	height: auto;
    	margin: 0 auto;
    	padding: 12px;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 600;
    	letter-spacing: 1px;
    	line-height: 25px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(248, 247, 247, 0.85);
    	box-sizing: border-box;
		top: 50%;
    	left: 50%;
    	margin-right: -50%;
    	transform: translate(-50%, -190%);
	}
	
	#top h2 font {
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 24px;
    	text-align: center;
    	color: #522C03;
		vertical-align: 20%;
	}
	
	.top02 {
		position: relative;
		display: block;
		width: 340px;
		height: auto;
		margin: 0 auto 25px;
	}
	
	.top02-1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	
	.top02-1 p {
		text-align: center;
	}
	
	.top02-2 {
		position: relative;
		display: block;
		width: 340px;
		height: auto;
		margin: 30px auto 0;
	}
	
	.top02-2-a {
		position: relative;
		width: 160px;
		height: auto;
		margin-right: 20px;
		float: left;
	}
	
	.top02-2-a:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.top02-2-bold {
		font-size: 14px;
		font-weight: 600;
		line-height: 22px;
		margin: 15px 0 10px;
	}
	
	.top02-2-price {
		font-size: 14px;
		font-weight: 600;
		line-height: 22px;
	}
	
	.top02-2-icon {
    	position: absolute;
    	bottom: -5px;
    	right: 0;
		color: #fff;
    	font-size: 13px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 13px;
    	text-align: center;
    	padding: 3px 4px 8px 6px;
    	background: #97776A;
	}
	
	.top02-2-a {
		margin-bottom: 35px;
		overflow: hidden;
		transition: .4s ease-in-out;
	}
	
	/*
	.top02-2-a:hover .top02-2-con button {
		left: 10px;
	}*/
	
	#scroll-btn1 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 140px;
    	height: auto;
		top: 80px;
		left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 10px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 15px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
		transition: .4s ease-in-out;
	}
	
	#scroll-btn1::before {
    	content: '';
    	position: absolute;
    	top: 18px;
    	right: 15px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	#scroll-btn1::after {
    	content: '';
    	position: absolute;
    	top: 16px;
    	right: 14px;
    	width: 7px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	#scroll-btn2 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 140px;
    	height: auto;
		top: 80px;
		left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 10px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 15px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
		transition: .4s ease-in-out;
	}
	
	#scroll-btn2::before {
    	content: '';
    	position: absolute;
    	top: 18px;
    	right: 15px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	#scroll-btn2::after {
    	content: '';
    	position: absolute;
    	top: 16px;
    	right: 14px;
    	width: 7px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	#scroll-btn3 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 140px;
    	height: auto;
		top: 80px;
		left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 10px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 15px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
		transition: .4s ease-in-out;
	}
	
	#scroll-btn3::before {
    	content: '';
    	position: absolute;
    	top: 18px;
    	right: 15px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	#scroll-btn3::after {
    	content: '';
    	position: absolute;
    	top: 16px;
    	right: 14px;
    	width: 7px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	#scroll-btn4 {
		z-index: 2;
    	display: block;
    	position: absolute;
    	width: 140px;
    	height: auto;
		top: 80px;
		left: 250%;
    	margin: 30px auto 0 auto;
    	padding: 10px 30px 10px 0;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 15px;
    	text-align: center;
    	color: #fff;
    	background: #97776A;
    	border: solid 1px #97776A;
    	box-sizing: border-box;
		transition: .4s ease-in-out;
	}
	
	#scroll-btn4::before {
    	content: '';
    	position: absolute;
    	top: 18px;
    	right: 15px;
    	width: 20px;
    	height: 1px;
    	background: #fff;
	}

	#scroll-btn4::after {
    	content: '';
    	position: absolute;
    	top: 16px;
    	right: 14px;
    	width: 7px;
    	height: 1px;
    	background: #fff;
    	transform: rotate(35deg);
	}
	
	.top02-2-con-img {
		position: relative;
		display: block;
		width: 160px;
		height: 160px;
		overflow: hidden;
	}
	
	.top02-2-con-img img {
		position: relative;
		display: block;
		width: 160px;
		height: 160px;
		object-fit: cover;
	}
	
	/*お知らせ*/
	
	.top03 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 45px 0 45px;
		background: rgba(226, 218, 205, 0.45);
	}
	
	.top03-1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	
	.top03-1 p {
		text-align: center;
	}
	
	.top03-2 {
		position: relative;
		display: block;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.top-news-loop {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 30px 0;
	}
	
	.top-news-loop-img {
    	z-index: 1;
    	width: 95px;
    	height: 95px;
    	overflow: hidden;
	}
	
	.top-news-loop-img img {
    	position: relative;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	object-position: center;
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
    	transition: transform 0.3s linear;
	}
	
	.top-news-loop-text {
		position: absolute;
    	top: 0;
    	right: 0;
    	width: 205px;
    	height: auto;
	}
	
	.top-news-loop-text time {
		display: block;
    	position: absolute;
		top: 0;
		right: 0;
    	font-size: 12px;
    	font-weight: normal;
    	font-family: "Yu Mincho",YuMincho,serif; 
    	letter-spacing: 1px;
    	line-height: 20px;
    	text-align: left;
    	color: #97776A;
		margin-bottom: 25px;
	}
	
	.top-news-loop-text h3 {
    	font-size: 14px;
    	font-weight: normal;
    	letter-spacing: 1px;
    	line-height: 22px;
    	color: #522C03;
		margin-bottom: 20px;
	}
	
	.top-news-loop-text font {
		display: table;
    	padding: 1px 10px;
    	margin: 0 10px 12px 0;
    	font-size: 12px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 20px;
    	color: #fff;
    	background: #97776A;
    	float: left;
	}
	
	.top-news-loop-img img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	
	
	
	.top03-btn {
		display: block;
		position: relative;
    	width: 245px;
    	height: auto;
		margin: 0 auto;
    	padding: 5px 10px 5px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 22px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(242,238,226,0.8);
		border: solid 1px #522C03;
		box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.top03-btn::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	

	.top03-btn::after {
    	content: '';
    	position: absolute;
    	top: 43%;
    	right: 11px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}

	
	.top04-1 {
		padding-top: 40px;
	}
	
	.top04-1 p {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.top-pro01 {
		position: relative;
		width: 360px;
		height: auto;
		margin: 0 auto;
	}
	
	.top-pro01 h2 {
		position: relative;
		display: block;
		width: calc(100% - 25px);
		height: auto;
		margin: 0 0 35px 0;
		padding: 45px 0 0 15px;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 24px;
		text-align: left;
    	color: #522C03;
		border-top: solid 1px #522C03;
    	border-left: solid 3px #522C03;
	}
	
	.top-pro01 .logo01 {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 120px;
		height: auto;
	}
	
	.top-pro01-1 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}

	.top-pro01-1-con {
    	position: relative;
    	width: 160px;
    	height: auto;
    	margin: 0 10px 30px;
    	float: left;
	}
	
	.top-pro01-1-img {
		z-index: 1;
		width: 160px;
		height: auto;
		padding: 0 0 0 0;
		overflow: hidden;
	}
	
	.top-pro01-1-img img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	
	.top-pro01-1 img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	
	
	
	.top-pro02 {
		position: relative;
		width: 360px;
		height: auto;
		margin: 0 auto;
	}
	
	.top-pro02 h2 {
		position: relative;
		display: block;
		width: calc(100% - 25px);
		height: auto;
		margin: 0 0 35px 0;
		padding: 40px 0 0 15px;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 13px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 24px;
		text-align: left;
    	color: #522C03;
		border-top: solid 1px #522C03;
    	border-left: solid 3px #522C03;
	}
	
	.top-pro02 .logo02 {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 315px;
		height: auto;
	}
	
	.top-pro01-1-con h3 {
		position: relative;
		font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 1px;
    	line-height: 22px;
    	color: #522C03;
		margin: 10px 0 0 0;
	}
	
	.top-pro01-1-con h3::after {
		content: '';
    	position: absolute;
    	top: 50%;
    	right: 1px;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
    	transition: 0.4s;
	}
	
	
	.top-pro01-1-con h3::before {
		content: '';
    	position: absolute;
    	top: 44%;
    	right: 0;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}
	
	.top-pro01-1-con .exc01::after {
		content: '';
    	position: absolute;
    	top: 59%;
    	right: 1px;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
    	transition: 0.4s;
	}
	
	
	.top-pro01-1-con .exc01::before {
		content: '';
    	position: absolute;
    	top: 53%;
    	right: 0;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}
	
	.top-pro01-1-con .exc02::after {
		content: '';
    	position: absolute;
    	top: 30%;
    	right: 0;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
    	transition: 0.4s;
	}
	
	
	.top-pro01-1-con .exc02::before {
		content: '';
    	position: absolute;
    	top: 23%;
    	right: 0;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}
	
	.top-pro01-1-con .exc03::after {
		content: '';
    	position: absolute;
    	top: 28%;
    	right: 0.5px;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
    	transition: 0.4s;
	}
	
	
	.top-pro01-1-con .exc03::before {
		content: '';
    	position: absolute;
    	top: 24%;
    	right: 0;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}
	
	.top-pro01-1-con .exc04::after {
		content: '';
    	position: absolute;
    	top: 40%;
    	right: 0.5px;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
    	transition: 0.4s;
	}
	
	
	.top-pro01-1-con .exc04::before {
		content: '';
    	position: absolute;
    	top: 35.5%;
    	right: 0;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
    	transition: 0.4s;
	}
	
	.top-pro01-1-con h3 font {
		display: block;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 11px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 16px;
    	color: #522C03;
		text-align: left;
	}
	
	.top05 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 45px 0 25px;
		background: #E2DACD;
	}
	
	.top05-1 {
		position: relative;
    	width: 80%;
    	height: auto;
		margin: 0 auto;
	}
	
	.top05 img {
		width: 100%;
		height: auto;
	}
	
	.top05-1-img {
		display: block;
    	z-index: 1;
    	position: relative;
    	width: 88%;
    	height: auto;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.top05-1 img {
		position: relative;
		display: block;;
		width: 215px;
		height: auto;
		margin: 25px auto;
	}
	
	.top05-1 h2 {
		text-align: center;
	}
	
	.top05-btn {
		display: block;
		position: relative;
    	width: 290px;
    	height: auto;
		margin: 35px auto;
    	padding: 5px 10px 5px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 22px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(242,238,226,0.8);
		border: solid 1px #522C03;
		box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.top05-btn::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 4%;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}
	
	.top05-btn::after {
    	content: '';
    	position: absolute;
    	top: 41%;
    	right: 11px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	
	.p-sto-01 {
		text-align: center;
		margin-left: 0!important;
	}
	
	.top06 {
		padding-top: 35px;
	}
	
	.sto-01-con-img01 {
		position: relative;
		display: block;
		width: 315px;
		height: auto;
		overflow: hidden;
	}
	
	.top06-btn {
		display: block;
		position: relative;
    	width: 245px;
    	height: auto;
		margin: 35px auto;
    	padding: 5px 10px 5px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 22px;
    	text-align: center;
    	color: #522C03;
    	background: rgba(226,218,205,0.45);
		border: solid 1px #522C03;
		box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.top06-btn::before {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 5%;
    	width: 13px;
    	height: 1px;
    	background: #522C03;
		transition: 0.4s;
	}

	.top06-btn::after {
    	content: '';
    	position: absolute;
    	top: 42%;
    	right: 11px;
    	width: 7px;
    	height: 1px;
    	background: #522C03;
    	transform: rotate(45deg);
		transition: 0.4s;
	}
	
	.top07 {
    	z-index: 0;
    	position: relative;
    	width: 100%px;
    	height: auto;
    	margin: 60px auto;
	}
	
	.top07-1 {
		z-index: 0;
    	position: relative;
    	width: 100%;
    	height: auto;
    	margin: 0 auto;
	}
	
	.top07-1::before {
    	z-index: 2;
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background: rgba(5, 28, 44, 0.2);
	}
	
	.top07-1 img {
    	z-index: 1;
    	display: block;
    	position: relative;
    	width: 100%;
    	height: auto;
    	object-fit: cover;
    	object-position: center;
	}
	
	.top07-1-con {
    	z-index: 3;
    	position: absolute;
    	top: 52%;
    	left: 50%;
		width: 275px;
		height: auto;
    	margin-right: -50%;
		padding: 12% 10% 7%;
    	transform: translate(-50%, -50%);
		background: rgba(248, 247, 247, 0.9);
	}
	
	.top07-1-con h2 {
		position: relative;
		font-family: "EB Garamond";
		font-size: 18px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 24px;
    	text-align: center;
    	color: #051C2C;
		margin: 0;
		white-space: nowrap;
	}
	
	.top07-1-con h2::before {
    	content: '';
    	position: absolute;
    	top: 20px;
    	right: -1px;
    	width: 275px;
    	height: 1px;
    	background: #051C2C;
	}
	
	#top .top07-1-con h2 font {
		display: block;
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 13px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 14px;
    	text-align: center;
    	color: #051C2C;
		margin: 0;
	}
	
	.top07-1-con h3 {
		font-family: "Yu Mincho",YuMincho,serif; 
		font-size: 17px;
    	font-weight: 600;
    	letter-spacing: 1px;
    	line-height: 25px;
    	text-align: center;
    	color: #051C2C;
		margin: 15px 0;
	}
	
	.top07-1-con p {
		font-size: 14px;
    	text-align: left;
    	color: #4A4A4A;
	}
	
	.top07-1-con .logo {
		position: absolute;
		top: -8%;
		left: 30%;
		width: 140px;
		height: auto;
		transform: none;
	}
	
	.top07-btn {
		display: block;
		position: relative;
    	width: 290px;
    	height: auto;
		margin: 10px auto 0 auto;
    	padding: 5px 10px 5px 0;
		font-family: "Yu Mincho",YuMincho,serif; 
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 22px;
    	text-align: center;
    	color: #4A4A4A;
    	background: #E5E5E5;
		border: solid 1px #4A4A4A;
		box-sizing: border-box;
    	transition: 0.4s;
		right: 7.5px;
	}
	
	.top07-btn::before {
    	content: '';
    	position: absolute;
    	top: 17px;
    	right: 7px;
    	width: 20px;
    	height: 1px;
    	background: #4A4A4A;
		transition: 0.4s;
	}
	

	.top07-btn::after {
    	content: '';
    	position: absolute;
    	top: 14px;
    	right: 5px;
    	width: 10px;
    	height: 1px;
    	background: #4A4A4A;
    	transform: rotate(35deg);
		transition: 0.4s;
	}

	
	.top07-1-img {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
}

/*フッター*/
/*PC*/
@media only screen and (min-width: 769px) {
  
}
  
/*SP*/
@media only screen and (max-width: 768px) {
    
}