@charset "UTF-8";

/*
（768px以上）タブレット以上の場合 タブレットを含む
@media (min-width:768px){}

横幅1180pxより大きいとき（PC表示）
@media (min-width:1180px){
}
*/

/****************************************************************************
 	mainvisual-sec
****************************************************************************/
.visual-sec {
	background: url("../img/mainvisual_001_2_sp.webp")no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 350px;
	width: 100%;
}
.visual-sec .logo {
	display: inline-block;
	position: absolute;
	top: -4px;
	left: 10px;
	width: 12rem;
}
.visual-sec .schedule {
	width: 18rem;
	position: absolute;
	bottom: -1rem;
	right: 0;
	z-index: 100;
}
@media (min-width:768px){
	.visual-sec {
		background: url("../img/mainvisual_001_2.webp")no-repeat center center;
		background-size: cover;
		min-height: 500px;
	}
	.visual-sec .logo {
		top: -4px;
		left: 20px;
		width: 20rem;
	}
	.visual-sec .schedule {
		width: 30rem;
		position: absolute;
		bottom: -1rem;
		right: 1rem;
		z-index: 100;
	}
}
@media (min-width:1180px){
	.visual-sec {
		min-height: 860px;
	}
	.visual-sec .logo {
		top: -4px;
		left: 40px;
		width: 30rem;
	}
	.visual-sec .schedule {
		width: 40rem;
		position: absolute;
		bottom: -1rem;
		right: 1rem;
		z-index: 100;
	}
}

/****************************************************************************
 	intro-sec
****************************************************************************/
.intro-sec {
	border-top: 1px solid #C4AB6C;
	position: relative;
	padding: 2.5rem 0;
	background:url("../img/intro_bg_logo.webp")no-repeat;
	background-position: top 35rem right 0;
	background-size: 350px;
}
@media (min-width:768px){
	.intro-sec {
		padding: 3.5rem 0;
		background-position: top 10rem right 0;
		background-size: 600px;
	}
}
@media (min-width:1180px){
	.intro-sec {
		padding: 4rem 0;
		background-position: top 10rem right 0;
		background-size: 900px;
	}
}

/* メインコピー
-------------------------*/
.intro-sec .mc-box {
	text-align: center;
}
.intro-sec .mc-box .copy-main {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
}
.intro-sec .mc-box .copy-sub {
	border-top: 1px solid #C4AB6C;
	border-bottom: 1px solid #C4AB6C;
	padding: .5rem 0;
	line-height: 1.3;
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: .8rem;
}
@media (min-width:768px){
	.intro-sec .mc-box .copy-main {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	.intro-sec .mc-box .copy-sub {
		padding: .7rem 0;
		font-size: 1.7rem;
	}
}
@media (min-width:1180px){
	.intro-sec .mc-box .copy-main {
		font-size: 3.8rem;
	}
	.intro-sec .mc-box .copy-sub {
		padding: .7rem 0;
		font-size: 2.4rem;
	}
}
	
/* ポイントボックス
-------------------------*/
.intro-sec .point-box {
	margin-top: 2rem;
}
.intro-sec .point-box .photo {
	width: 80%;
	margin: 0 auto;
}
.intro-sec .point-box .note {
	margin-top: 1.5rem;
}
.intro-sec .point-box .note .point-bloc {
	border-left: 7px solid;
	border-image: linear-gradient(to bottom, #A48734, #12241A) 1;
	padding-left: 1rem;
}
.intro-sec .point-box .note .point-bloc .copy-main {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: .3rem;
}
.intro-sec .point-box .note .copy-sub {
	line-height: 1.6;
	font-size: 1rem;
}
@media (min-width:768px){
	.intro-sec .point-box {
		margin-top: 3rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.intro-sec .point-box .photo {
		width: 38%;
		margin: 0;
	}
	.intro-sec .point-box .note {
		width: 57%;
		margin-top: 0;
	}
	.intro-sec .point-box .note .point-bloc {
		border-left: 10px solid;
		padding-left: 1rem;
	}
	.intro-sec .point-box .note .point-bloc .copy-main {
		font-size: 1.9rem;
		line-height: 1.5;
		margin-bottom: .3rem;
	}
}
@media (min-width:1180px){
	.intro-sec .point-box {
		margin-top: 5rem;
	}
	.intro-sec .point-box .note .point-bloc {
		padding-left: 1.5rem;
	}
	.intro-sec .point-box .note .point-bloc .copy-main {
		font-size: 2.5rem;
	}
	.intro-sec .point-box .note .copy-sub {
		font-size: 1.4rem;
	}
}

/* メッセージ
-------------------------*/
.intro-sec .mes-box {
	margin-top: 2rem;
	border: 1px solid #C4AB6C;
	background-color: #0C1D14;
	padding: 1.2rem;
}
.intro-sec .mes-box .note .ttl {
	font-size: 1rem;
}
.intro-sec .mes-box .note .copy-main {
	font-size: 1.2rem;
	line-height: 1.5;
}
.intro-sec .mes-box .note .copy-sub {
	font-size: .9rem;
	margin-top: .8rem;
}
.intro-sec .mes-box .note .copy-sub.name {
	text-align: right;
}
.intro-sec .mes-box .photo {
	width: 90%;
	margin: 1rem auto 0 auto;
}
@media (min-width:768px){
	.intro-sec .mes-box {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 3rem;
		padding: 1.5rem 2rem;
	}
	.intro-sec .mes-box .note {
		width: 56%;
	}
	.intro-sec .mes-box .note .ttl {
		font-size: 1.2rem;
	}
	.intro-sec .mes-box .note .copy-main {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.intro-sec .mes-box .note .copy-sub {
		font-size: 1rem;
		margin-top: .8rem;
	}
	.intro-sec .mes-box .photo {
		width: 39%;
		margin: 0;
	}
}
@media (min-width:1180px){
	.intro-sec .mes-box {
		margin-top: 5rem;
		padding: 2.5rem 3rem;
	}
	.intro-sec .mes-box .note .ttl {
		font-size: 1.4rem;
	}
	.intro-sec .mes-box .note .copy-main {
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.intro-sec .mes-box .note .copy-sub {
		font-size: 1.25rem;
		margin-top: .8rem;
	}
}

/****************************************************************************
 	news-sec
****************************************************************************/
/*
.news-sec {
	background-color: #0f0f0f;
	padding: 2em 0;
}
.news-sec .list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news-sec .list-item .logo {
	width: 42%;
	background-color: #242424;
	border-radius: 10px;
	padding: 10px 5px;
}
.news-sec .list-item .note {
	width: 54%;
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.3em;
}
@media (min-width:768px){
	.news-sec {
		padding: 3em 5%;
	}
	.news-sec .list-item .logo {
		width: 38%;
		max-width: 350px;
		padding: 5px 5px;
	}
	.news-sec .list-item .note {
		width: 58%;
		font-size: 1.4em;
	}
}
@media (min-width:1180px){
	.news-sec {
		padding: 3em 0;
	}
	.news-sec .m-inner {
		width: 880px;
	}
	.news-sec .list-item .logo {
		width: 350px;
		padding: 5px 5px;
	}
	.news-sec .list-item .note {
	width : -webkit-calc(100% - 380px) ;
	width : calc(100% - 380px) ;
		font-size: 1.8em;
	}
}*/


/****************************************************************************
 	points-sec
****************************************************************************/
.points-sec {
	background:url("../img/points_bg.webp")no-repeat center center;
	background-size: cover;
	border-top: 1px solid #C4AB6C;
}
.points-sec .photo {
	width: 100%;
}
.points-sec .copy-main {
	text-align: center;
	font-size: 1rem;
	margin-top: 1.5rem;
}
.points-sec .list-item {
	border: 1px solid #7E6A39;
	background-color: #0C1C14;
	padding: .8rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}
.points-sec .list-item .num {
	width: 40px;
	font-size: 2rem;
}
.points-sec .list-item .copy {
	width : calc(100% - 40px) ;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.1rem;
}
@media (min-width:768px){
	.points-sec .photo {
		width: 80%;
		margin: 0 auto;
	}
	.points-sec .copy-main {
		font-size: 1.3rem;
		margin-top: 1.5rem;
	}
	.points-sec .list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
		margin-top: 1rem;
	}
	.points-sec .list-item {
		padding: .8rem;
		margin-top: 0;
	}
	.points-sec .list-item .num {
		width: 40px;
		font-size: 2.5rem;
	}
	.points-sec .list-item .copy {
		width : calc(100% - 45px) ;
		line-height: 1.5;
		font-weight: 700;
		font-size: 1.2rem;
	}
}
@media (min-width:1180px){
	.points-sec .photo {
		width: 85%;
		margin: 0 auto;
	}
	.points-sec .copy-main {
		font-size: 1.7rem;
		margin-top: 2rem;
	}
	.points-sec .list {
		gap: 1.2rem;
		margin-top: 1rem;
	}
	.points-sec .list-item {
		padding: .8rem 1.2rem;
		margin-top: 0;
	}
	.points-sec .list-item .num {
		width: 60px;
		font-size: 3.5rem;
	}
	.points-sec .list-item .copy {
		width : calc(100% - 60px) ;
		line-height: 1.3;
		font-size: 1.65rem;
	}
}




/****************************************************************************
 	color-sec
****************************************************************************/
.color-sec {
	border-top: 1px solid #C4AB6C;
	background: url("../img/color_grid.png")repeat;
}
.color-sec .list-item {
	margin-bottom: 2.5rem;
}
.color-sec .list-item .name {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: .5rem;
}
.color-sec .list-item .copy {
	font-size: .9rem;
	line-height: 1.5;
	margin-top: .3rem;
}
@media (min-width:768px){
	.color-sec .list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
	.color-sec .list-item {
		margin-bottom: 0;
	}
	.color-sec .list-item .name {
		font-size: 1.6rem;
		margin-top: .5rem;
	}
	.color-sec .list-item .copy {
		font-size: .9rem;
		margin-top: .3rem;
	}
}
@media (min-width:1180px){
	.color-sec .list {
		gap: 4rem;
	}
	.color-sec .list-item .name {
		font-size: 2.1rem;
		margin-top: .5rem;
	}
	.color-sec .list-item .copy {
		font-size: 1.3rem;
		margin-top: .3rem;
	}
}



/****************************************************************************
 	info-sec
****************************************************************************/
.info-sec {
	background-color: #0C1C14;
	border-top: 1px solid #C4AB6C;
}
.info-sec .m-inner {
	position: relative;
}
.info-sec .m-inner .hook {
	position: absolute;
	top: 2.5rem;
	right: 1rem;
	width: 100px;
	height: 100px;
}
@media (min-width:768px){
	.info-sec .m-inner .hook {
		top: 1rem;
		right: 1rem;
		width: 170px;
		height: 170px;
	}
}
@media (min-width:1180px){
	.info-sec .m-inner .hook {
		top: 1rem;
		right: 1rem;
		width: 240px;
		height: 240px;
	}
}

/* 表
-------------------------------*/
.info-sec table {
	width: 100%;
	border-bottom: 1px solid #4E4B36;
}
.info-sec table th,
.info-sec table td {
	display: block;
	border-top: 1px solid #4E4B36;
	padding: 3% 4%;
	line-height: 1.6;
}
.info-sec table th {
	background-color: #06150E;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	color: #D9BB6F;
}
.info-sec table td {
	font-size: .9rem;
}
@media (min-width:768px){
	.info-sec table th,
	.info-sec table td {
		display: table-cell;
		padding: 3% 2%;
	}
	.info-sec table th {
		font-size: 1.1rem;
		width: 20%;
	}
	.info-sec table td {
		font-size: 1rem;
	}
}
@media (min-width:1180px){
	.info-sec table th,
	.info-sec table td {
		padding: 2% 5%;
	}
	.info-sec table th {
		font-size: 1.4rem;
		width: 25%;
	}
	.info-sec table td {
		font-size: 1.2rem;
	}
}


/* 表内の価格リスト
-------------------------------*/
.info-sec .price-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em;
}
.info-sec .price-list:last-child {
	margin-bottom: 0;
}
.info-sec .price-list dt {
	width: 60px;
	border: 1px solid #aaaaaa;
	text-align: center;
}
.info-sec .price-list dd {
	width : -webkit-calc(100% - 70px) ;
	width : calc(100% - 70px) ;
}
@media (min-width:768px){
	.info-sec .price-list dt {
		width: 100px;
	}
	.info-sec .price-list dd {
		width : -webkit-calc(100% - 110px) ;
		width : calc(100% - 110px) ;
	}
}
@media (min-width:1180px){
	
}

/****************************************************************************
 	 gallery-sec
****************************************************************************/
.gallery-sec {
	background: url("../img/gallery_grid.png")repeat #655118;
}
.gallery-sec .list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .8rem;
}
@media (min-width:768px){
	.gallery-sec .list {
		gap: 2rem;
	}
}
@media (min-width:1180px){
	.gallery-sec .list {
		gap: 4rem;
	}
}

/****************************************************************************
 	contact-sec
****************************************************************************/
.contact-sec {
	background-color: #0C1C14;
}
.contact-sec .m-title-L-wrap {
	text-align: center;
	margin-bottom: 1rem;
}
.contact-sec .cont-box {
	color: #fff;
	text-align: center;
}
.contact-sec .cont-box .tel-wrap {
	border-top: 1px solid #C4AB6C;
	border-bottom: 1px solid #C4AB6C;
	padding: 1rem 0;
}
.contact-sec .cont-box .tel-wrap .list-item:last-child {
	margin-top: 1em;
}
.contact-sec .cont-box .tel-wrap .list-item .title {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 1px;
}
.contact-sec .cont-box a.btn {
	position: relative;
	display: block;
	width: 300px;
	height: 55px;
	padding: 10px 0 0 0;
	background-color: #A48734;
	border: 3px solid #A48734;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	margin: 5px auto 0 auto;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-sec .cont-box a.btn.mail {
	font-size: 1.2em;
	line-height: 1.5;
}
.contact-sec .cont-box a.btn:hover {
	opacity: .85;
}
.contact-sec .cont-box .copy-sub {
	margin-top: .4em;
	font-size: .9em;
}
.contact-sec .cont-box .company {
	margin-top: 2em;
	line-height: 1.8;
	font-weight: 500;
	font-size: .9em;
}
.contact-sec .cont-box .company a {
	text-decoration: none;
}
.contact-sec .cont-box .company .link-txt-blank {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
@media (min-width:768px){
	.contact-sec .m-title-L-wrap {
		margin-bottom: 1rem;
	}
	.contact-sec .cont-box .tel-wrap {
		padding: 1.5rem 2rem 1rem 2rem;
	}
	.contact-sec .cont-box .tel-wrap .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		width: 50%;
		margin-top: 0;
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item:last-child {
		margin-top: 0;
	}
	.contact-sec .cont-box a.btn {
		width: 300px;
		height: 55px;
		padding: 8px 0 0 0;
		font-size: 1.7em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	.contact-sec .cont-box a.btn.mail {
		font-size: 1.1em;
		line-height: 1.5;
	}
	.contact-sec .cont-box .copy-sub {
		font-size: .8em;
	}
	.contact-sec .cont-box .company {
		margin-top: 1em;
		font-size: .85em;
	}
}
@media (min-width:1180px){
	.contact-sec .m-title-L-wrap {
		margin-bottom: 2rem;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item .title {
		font-size: 1.6em;
	}
	.contact-sec .cont-box a.btn {
		width: 400px;
		height: 80px;
		padding: 17px 0 0 0;
		font-size: 2.2em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	.contact-sec .cont-box a.btn.mail {
		font-size: 1.3em;
		line-height: 1.5;
	}
	.contact-sec .cont-box .company {
		margin-top: 2em;
		font-size: .85em;
	}
}

/****************************************************************************
 	cr-sec
****************************************************************************/
.cr-sec {
	padding: .8em 0;
	font-size: .7em;
	text-align: center;
	letter-spacing: 1px;
	background-color: #A48734;
}
@media (min-width:768px){
	.cr-sec {
		padding: .8em 0;
		font-size: .7em;
	}
}


/****************************************************************************
 	ec-fix-btn
****************************************************************************/
#ec-fix-btn {
	position: fixed;
	z-index: 100000;
	bottom: 30%;
	right: 0;
	display: block;
	width: 40px;
	height: 165px;
	background-color: #122cde;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
	color: #feff00;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	padding: 36px 0 0 3px;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
#ec-fix-btn:hover {
	opacity: .8;
}
#ec-fix-btn .text {
	writing-mode: vertical-rl;
	line-height: 1;
}
#ec-fix-btn .en {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
#ec-fix-btn .jp {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
}
#ec-fix-btn:before {
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 20px;
	content:'shopping_cart';
	font-family: "Material Icons";
}
@media (min-width:768px){
	#ec-fix-btn {
		bottom: 40%;
		width: 70px;
		height: 250px;
		border-radius: 10px 0 0 10px;
		padding: 55px 0 0 8px;
	}
	#ec-fix-btn .text {
		line-height: 1.2;
	}
	#ec-fix-btn .en {
		font-size: 22px;
		letter-spacing: 2px;
	}
	#ec-fix-btn .jp {
		font-size: 13px;
		letter-spacing: 2px;
	}
	#ec-fix-btn:before {
		top: 3px;
		right: 22px;
		font-size: 30px;
	}
}
@media (min-width:1180px){
	
}
