@charset "utf-8";





#header {
	position: relative;
	padding: 0;
	
}
.h-title {
    position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 339px;
    height: 274px;
}


#index-nav {
	padding: 80px 0 80px;
}
#index-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}
#index-nav li {
	/*margin: 0 40px;*/
}
#index-nav li a {
	position: relative;
    display: inline-block;
    transition: .3s;
	text-decoration: none;
}
#index-nav li a::after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #AF947F;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#index-nav li a:hover {
    color: #fff;
}
#index-nav li a:hover::after {
    width: 100%;
}


#index-sec1 {
    background: url(../img/index/sec1-bg.jpg) 0 0 repeat;
	line-height: 0;
}
#index-sec1 h2 {
    padding: 0 5%;
}
#index-sec1 h2 img {
    width: 100%;
	max-width: 1574px;
	height: auto;
	margin: -20px auto 0;
}


#index-sec2 {
	padding: 60px 0 50px;
}
#index-sec2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
}
#index-sec2 h3 {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.4em;
}



#index-sec3 {
	padding: 0 0 80px;
}
.index-sec3-box1 {
    width: 1100px;
	margin: 0 auto 40px;
	padding: 30px 0 40px;
	border: #fff 1px solid;
	text-align: center;
	border-radius: 20px;
}
.index-sec3-box1 h3 {
	font-size: 24px;
	letter-spacing: 0.5em;
}
.index-sec3-box1 ul {
    margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.index-sec3-box1 ul li {
	width: 170px;
	background-color: #3E3A39;
	color: #B79858;
	font-size: 35px;
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 2;
}
.index-sec3-box2 {
    width: 1100px;
	margin: 0 auto 50px;
	padding: 30px 0 40px;
	background: linear-gradient(to right,  #9A7745 0%,#DDB784 50%,#6A4D25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-align: center;
	border-radius: 20px;
}
.index-sec3-box2 h3 {
	font-size: 24px;
	letter-spacing: 0.5em;
	color: #001609;
}
.index-sec3-box2 ul {
    margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.index-sec3-box2 ul li {
	width: 170px;
	background: linear-gradient(to bottom,  #6A4D25 0%,#030502 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #B79858;
	font-size: 35px;
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 2;
}
.btn-detail {
    width: 250px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.btn-detail a {
    font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
    display: block;
	padding: 7px 0 5px;
	color: #fff;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #9A7745, #DDB784, #6A4D25) 1;
	background-color: #1E1109;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	-o-transition: .25s linear;
	-ms-transition: .25s linear;
}
.btn-detail a:hover {
    background-color: #112c20;
}

.lum-lightbox {
    z-index: 99;
}

.swiper {
	margin-bottom: 50px;
}
.swiper img {
    width: 100%;
	height: auto;
}
.swiper-slide-next ,.swiper-slide-prev{
   /*opacity: 0.5;*/
}

/* 前ページ、次ページボタン共通のスタイル */
#index-sec3 .swiper-button-prev,
#index-sec3 .swiper-button-next {
    top: 47%;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
/* 前ページボタンのスタイル */
#index-sec3 .swiper-button-prev {
    background-image: url(../img/common/ArrowL.png);
	left: 5%;
}
/* 次ページボタンのスタイル */
#index-sec3 .swiper-button-next {
    background-image: url(../img/common/ArrowR.png);
	right: 5%;
}

#index-sec3 .swiper-button-prev:after,
#index-sec3 .swiper-button-next:after {
 font-family: inherit;
 font-size: inherit;
 text-transform: none !important;
 letter-spacing: 0;
 text-transform: none;
 font-variant: initial;
}

#index-sec3 .swiper-button-prev:after,
#index-sec3 .swiper-container-rtl .swiper-button-next:after {
 content: "";
}

#index-sec3 .swiper-button-next:after,
#index-sec3 .swiper-container-rtl .swiper-button-prev:after {
 content: "";
}

/*--------------------------------
   　　ページネーション
--------------------------------*/

#index-sec3 .swiper {
    padding-bottom: 40px;
}
#index-sec3 .swiper-pagination {
    bottom: 0;
	/*z-index: 2;*/
}
#index-sec3 .swiper-pagination-bullet {
    background: #999;
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,5px);
}
@media screen and (max-width: 640px){
	#index-sec3 .swiper-pagination-bullet  {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap,3px);
	}
}



#index-sec4 {
	padding: 80px 0 80px;
}
#index-sec4 h2 {
    text-align: center;
	margin-bottom: 20px;
}
.index-sec4-box1 {
    position: relative;
}
.index-sec4-box1 h3 img {
    width: 100%;
	height: auto;
}


.btn-more {
    width: 250px;
	margin: -80px auto 0;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.btn-more a {
    font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
    display: block;
	padding: 7px 0 5px;
	color: #fff;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #9A7745, #DDB784, #6A4D25) 1;
	background-color: rgba(34,23,20, 0.62);
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	-o-transition: .25s linear;
	-ms-transition: .25s linear;
}
.btn-more a:hover {
    background-color: #A38258;
}



#index-sec5 {
	padding: 80px 0 80px;
}
#index-sec5 h2 {
    text-align: center;
	margin-bottom: 20px;
}


.index-sec5-box1 h3 {
    width: 1100px;
	margin: 0 auto 30px;
    color: #C0A16B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.4em;
	position: relative;
}
.index-sec5-box1 h3::before {
    position: absolute;
    bottom: 50%;
    left: 0;
    content: '';
    width: 490px;
	height: 1px;
	background: linear-gradient(to right,  #9A7745 0%,#DDB784 50%,#6A4D25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.index-sec5-box1 h3::after {
    position: absolute;
    bottom: 50%;
    right: 0;
    content: '';
    width: 490px;
	height: 1px;
	background: linear-gradient(to right,  #9A7745 0%,#DDB784 50%,#6A4D25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.index-sec5-box1 ul {
    width: 1100px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-sec5-box1 ul li {
	width: 343px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 25px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	
	border: 1px solid;
	border-image: linear-gradient(to bottom, #9A7745, #DDB784, #6A4D25) 1;
	color: #C0A16B;
    background: -webkit-linear-gradient(0deg, #9A7745, #DDB784, #6A4D25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index-sec5-box1 .ptb {
	padding: 13px 0;
}
