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


body{
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
*,*:before,*:after{
	box-sizing: border-box;
}
a{
	color: #009ee5;
}
a:hover{
	cursor: pointer;
}
img{
	max-width: 100%;
}
.ft_min{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.ft_got{
	font-family:  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.container{
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 860px){
	.container{
		max-width: 100%;
		margin: 0 20px;
	}
}

.info{
}
.info a{
	color: #ffffff;
	text-decoration: underline;
}
.info a:hover{
	color: #9dc3e6;
}


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

	ヘッダー

================================*/
#header{
	background-color: #3e3325;
	color: #fff;
	text-align: center;
	padding: 40px 0 0;
}
#header h1{
	font-size: 175%;
}
#header p{
	font-size: 75%;
	margin: 10px 0 30px;
}
#header .bg{
	background:url(../../../gold/img/main_bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
}
#header .bg p{
	padding: 110px 0 90px 41%;
	margin: 0;
	color: #000;
	text-align: left;
	font-size: 135%;
	line-height: 1.8;
}
@media screen and (min-width: 651px) and (max-width: 830px){
	#header .bg{
		background:url(../../../gold/img/main_bg.jpg) no-repeat 40% center;
		background-size: cover;
	}
	#header .bg p {
	padding: 110px 0 90px 38%;
	}
}
@media screen and (min-width: 601px) and (max-width: 650px){
	#header .bg{
		background:url(../../../gold/img/main_bg.jpg) no-repeat 45% center;
		background-size: cover;
	}
	#header .bg p {
	padding: 100px 0 80px 32%;
	}
}
@media screen and (max-width: 600px){
	#header h1{
		font-size: 105%;
	}
	#header .bg{
		background:url(../../../gold/img/main_bg_sp.jpg) no-repeat 45% center;
		background-size: cover;
	}
	#header .bg p{
		padding: 60px 0 60px 36%;
		font-size: 85%;
	}
}
@media screen and (max-width: 400px){
	#header .bg p{
		padding: 60px 0 60px 28%;
		font-size: 80%;
	}

}



.contents{
	background: url(../../img/section_bg.jpg) repeat-y;
	background-size: 100% auto;
	padding-bottom: 40px;
}
.contents .row{
	padding-top: 30px;
}
.contents .row .img,.contents .row h3{
	display: inline-block;
	vertical-align: middle;
}
.contents .row .img{
	width: 90px;
}
.contents .row h3{
	width: calc(100% - 96px);
	color: #3e3325;
	font-size: 120%;
}
.contents .row h3 span{
	color: #000;
	font-size: 90%;
}
.contents .box{
	margin-top: 10px;
}
.contents .box ul{
	width: calc(100% + 10px);
	margin-left: -10px;
}
.contents .box ul:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.contents .box li{
	list-style: none;
	background-color: #fff;
	border: 1px solid #ba9553;
	position: relative;
	float: left;
	margin-left: 10px;
	width: calc((100% - 10px * 5) / 5);
	padding: 10px 10px 161px;
	text-align: center;
}
.contents .box li:last-of-type:before,.contents .box li:last-of-type:after{
	content: none;
}
.contents .box li:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #ba9553;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
	z-index: 10;
}
.contents .box li:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 19px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -19px;
	margin: auto;
	z-index: 11;
}
.contents .box li .num{
	display: inline-block;
	margin: 0 auto;
	background-color: rgba(196,173,105,.5);
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 160%;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 5px;
}
.contents .box li .txt{
	display: block;
	font-size: 75%;
	line-height: 1.8;
	text-align: left;
}
.contents .box li .txt span{
	font-size: 10px;
	vertical-align: top;
}
.contents .box li .bg{
	max-width: 132px;
	width: 100%;
	height: 156px;
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
}
.contents .box li .flow1{
	background: url(../../img/flow_img1.jpg) no-repeat center center;
	background-size: contain;
}
.contents .box li .flow2{
	background: url(../../img/flow_img2.jpg) no-repeat center center;
	background-size: contain;
}
.contents .box li .flow3{
	background: url(../../img/flow_img3.jpg) no-repeat center center;
	background-size: contain;
}
.contents .box li .flow4{
	background: url(../../img/flow_img4.jpg) no-repeat center center;
	background-size: contain;
}
.contents .box li .flow5{
	background: url(../../img/flow_img5.jpg) no-repeat center center;
	background-size: contain;
}
.contents .box > p{
	font-size: 75%;
	margin-top: 10px;
}
.btn{
	background-color: #3e3325;
	max-width: 500px;
	margin: 20px auto 0;
	position: relative;
}
.btn a{
	color: #fff;
	font-size: 110%;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 20px;
	padding-right: 50px;
	position: relative;
}
.btn a:before{
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.btn a:after{
	content: url(../../img/arrow.png);
	padding: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 600px){
	.contents{
		background: url(../../img/section_bg.jpg) repeat-y;
		background-size: 100% auto;
		padding-bottom: 40px;
	}
	.contents .row{
		padding-top: 20px;
		text-align: center;
	}
	.contents .row:nth-of-type(2){
		padding-top: 40px;
	}
	.contents .row .img,.contents .row h3{
		display: block;
	}
	.contents .row .img{
		width: 100%;
	}
	.contents .row h3{
		width: 100%;
		font-size: 100%;
		line-height: 1.8;
		margin-top: 10px;
	}
	.contents .row h3 span{
		display: block;
		color: #000;
		font-size: 90%;
		line-height: 1.6;
		margin-top: 10px;
	}
	.contents .row h3 span:first-of-type{
		/*display: none;*/
	}
	.contents .box{
		margin-top: 10px;
	}
	.contents .box ul{
		width: 100%;
		margin-left: 0;
	}
	.contents .box li{
		list-style: none;
		position: relative;
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
		width: 100%;
		padding: 10px 40% 10px 10px;
		text-align: center;
	}
	.contents .box li:last-of-type:before,.contents .box li:last-of-type:after{
		content: none;
	}
	.contents .box li:before{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 21px 13px 0 13px;
		border-color: #ba9553 transparent transparent transparent;
		position: absolute;
		top: auto;
		bottom: -20px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 10;
	}
	.contents .box li:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 12px 0 12px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: auto;
		bottom: -19px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 11;
	}
	.contents .box li .num{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		width: 26px;
		height: 26px;
		font-size: 130%;
		line-height: 26px;
		margin-bottom: 0;
		margin-right: 5px;
	}
	.contents .box li .txt{
		display: inline-block;
		vertical-align: middle;
		width: 74%;
		font-size: 75%;
		line-height: 1.6;
	}
	.contents .box li .bg{
		max-width: 40%;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: auto;
		margin: auto;
	}
	.contents .box li .flow1{
		background: url(../../img/flow_img1_sp.jpg) no-repeat center center;
		background-size: contain;
	}
	.contents .box li .flow2{
		background: url(../../img/flow_img2_sp.jpg) no-repeat center center;
		background-size: contain;
	}
	.contents .box li .flow3{
		background: url(../../img/flow_img3_sp.jpg) no-repeat center center;
		background-size: contain;
	}
	.contents .box li .flow4{
		background: url(../../img/flow_img4_sp.jpg) no-repeat center center;
		background-size: contain;
	}
	.contents .box li .flow5{
		background: url(../../img/flow_img5_sp.jpg) no-repeat center center;
		background-size: contain;
	}
	.contents .box > p{
		font-size: 70%;
		margin: 30px 0;
		text-align: left;
	}
	.btn a{
		color: #fff;
		font-size: 100%;
		line-height: 1.2;
	}
	.btn a:before{
		content: '';
		display: block;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: 1px solid #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.btn a:after{
		content: url(../../img/arrow.png);
		height: 19px;
		padding: 0 18px;
	}
}




.caution{
	padding: 40px 0 30px;
	background-color: rgba(246,240,192,.33);
}
.caution h2{
	color: #816e49;
	font-size: 175%;
	text-align: center;
	margin-bottom: 30px;
}
.note li{
	text-indent: -1em;
	margin-left: 1em;
	list-style: none;
	font-size: 75%;
	line-height: 1.8;
}
.note li:before{
	content: '※';
}
@media screen and (max-width: 600px){
	.caution{
		padding: 25px 0;
	}
	.caution h2{
		font-size: 100%;
		margin-bottom: 20px;
	}
	.note li{
		font-size: 70%;
	}
}




.reservation{
	padding: 60px 0 40px;
}
.reservation p{
	font-size: 75%;
	line-height: 1.8;
}
.reservation .box{
	background-color: #fff;
	border: 1px solid #ba9553;
	margin-top: 40px;
	padding: 30px 20px;
	text-align: center;
}
.reservation h2{
	color: #816e49;
	font-size: 175%;
	text-align: center;
	margin-bottom: 30px;
}
.reservation .box > p{
	font-size: 175%;
	font-weight: 600;
	line-height: 1;
	margin-top: 20px;
}
.reservation .row{
	width: 100%;
	margin-top: 50px;
}
.reservation .row ul:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.reservation .row li{
	list-style: none;
	width: 50%;
	float: left;
}
.reservation .row li p{
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	color: #3e3325;
	display: inline;
	font-size: 260%;
	font-weight: bold;
	line-height: 1;
	border-top: 1px solid #3e3325;
}
.reservation .row > p{
	font-size: 95%;
	margin-top: 20px;
}
.reservation .row .img{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.reservation .btn{
	max-width: 750px;
}
.reservation .btn a{
	padding: 26px;
	padding-right: 50px;
}
.reservation .btn a:after{
	padding: 24px;
}
.reservation .btn2{
	background-color: #c4ad69;
}
.reservation .btn + p{
	font-size: 75%;
	font-weight: normal;
	margin-top: 30px;
}
@media screen and (max-width: 600px){
	.reservation{
		padding: 25px 0 20px;
	}
	.reservation p{
		font-size: 70%;
	}
	.reservation .box{
		margin-top: 20px;
		padding: 20px;
	}
	.reservation h2{
		font-size: 100%;
		margin-bottom: 20px;
	}
	.reservation .box .img{
		width: 120px;
		margin: 0 auto;
	}
	.reservation .box > p{
		font-size: 130%;
		font-weight: 600;
		line-height: 1;
		margin-top: 20px;
	}
	.reservation .row{
		margin-top: 20px;
	}
	.reservation .row li{
		width: 47%;
	}
	.reservation .row li:first-of-type{
		margin-right: 6%;
	}
	.reservation .row li p{
		font-size: 150%;
		border-top: none;
	}
	.reservation .row > p{
		font-size: 70%;
		margin-top: 15px;
	}
	.reservation .row .img{
		display: block;
		width: 100%;
		border-bottom: 1px solid #3e3325;
	}
	.reservation .row .img img{
		width: 70px;
	}
	.reservation .btn a{
		font-size: 75%;
		line-height: 1.4;
	}
	.reservation .btn a:after{
		padding: 0 24px;
	}
	.reservation .btn + p{
		font-size: 70%;
		font-weight: normal;
		margin-top: 15px;
	}
}




.service{
	background: url(../../img/section_bg2.jpg) repeat-y;
	background-size: 100% auto;
}
.service .row{
	padding-top: 30px;
}
.service .row .img,.service .row h3{
	display: inline-block;
	vertical-align: middle;
}
.service .row .img{
	width: 90px;
}
.service .row h3{
	width: calc(100% - 96px);
	color: #3e3325;
	font-size: 120%;
}
.service .card{
	max-width: 680px;
	margin: 0 auto;
}
.service .card ul{
	width: 102%;
	margin-left: -2%;
}
.service .card ul:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.service .card li{
	list-style: none;
	text-align: center;
	display: block;
	float: left;
	margin-left: 2%;
	width: 31%;
}
.service .card li .img{
	width: auto;
	background-color: #fff;
	border: 1px solid #ba9553;
	border-radius: 10px;
	padding: 16px 18px;
	position: relative;
}
.card li .img:before{
	content: '';
	background: url(../../img/card_mirror.png) no-repeat center top;
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	right: 0;
	left: 0;
	top: 101%;
	margin: auto;
}

.card_mirror{
	background: url(../../img/section_bg.jpg) repeat-y;
	background-size: 100% auto;
}
.card_mirror .container{
	max-width: 680px;
	margin: 0 auto;
}
.card_mirror .card{
	position: relative;
	padding: 0;
}
.card_mirror .card ul{
	width: 102%;
	margin-left: -2%;
}
.card_mirror .card ul:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.card_mirror .card li{
	list-style: none;
	text-align: center;
	display: block;
	float: left;
	margin-left: 2%;
	width: 31%;
}
.card_mirror .card li a{
	display: block;
	padding: 20px 0 30px;
	width: 82%;
	margin: 0 auto;
	color: #000;
}
@media screen and (max-width: 600px){
	.service .row{
		padding-top: 20px;
		text-align: center;
	}
	.service .row .img,.service .row h3{
		display: block;
	}
	.service .row .img{
		width: 100%;
	}
	.service .row h3{
		width: 100%;
		font-size: 100%;
		margin-top: 10px;
	}
	.card_mirror .container{
		max-width: 100%;
		margin: 0 20px;
	}
	.card_mirror .card{
		position: relative;
		padding: 0;
	}
	.card_mirror .card li a{
		font-size: 80%;
		padding: 10px 0 20px;
	}
}




#footer{
	background-color: #3e3325;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}
#footer .box{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
#footer .label{
	max-width: 210px;
	width: 100%;
	margin-right: 30px;
	border: 1px solid;
	font-size: 130%;
	font-weight: 600;
	padding: 25px 20px;
	text-align: center;
}
#footer .box .tel{
	font-size: 110%;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: 10px;
}
#footer .box .tel span{
	vertical-align: -webkit-baseline-middle;
}
#footer .box .tel span:nth-of-type(2){
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	margin-left: 10px;
	font-size: 250%;
	font-weight: bold;
	vertical-align: middle;
}
#footer .box .time{
	font-size: 110%;
}
@media screen and (min-width: 601px) and (max-width: 760px){
	#footer .box{
		width: calc(100% - 246px);
	}
	#footer .box .tel span{
		display: block;
	}
	#footer .box .tel span:nth-of-type(2){
		margin-left: 0;
	}
}
@media screen and (max-width: 600px){
	#footer{
		padding: 25px 0;
	}
	#footer .box{
		width: 59%;
	}
	#footer .label{
		max-width: 100%;
		width: 37%;
		margin-right: 2%;
		font-size: 95%;
		padding: 15px;
	}
	#footer .box .tel{
		font-size: 70%;
		line-height: 1.2;
	}
	#footer .box .tel span{
		margin-right: 5px;
	}
	#footer .box .tel span:nth-of-type(2){
		font-size: 160%;
		margin-left: 0;
		margin-right: 0;
	}
	#footer .box .time{
		font-size: 70%;
	}
}

