@charset "utf-8";
/* CSS Document */

body::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
	background: url(../img/bg_img.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: center;
    content:"";
}

/*********　スライダー　*********/
header .main_img{
	position: relative
}
header .main_txt{
	position: absolute;
	font-size: 25px;
	line-height: 60px;
	top: 20%;
	left: 18%
}
header .main_img figure{
	position: absolute;
	bottom: 30%;
	left: 20%
}
header #scroll a{
	position: absolute;
	font-family: 'Century Gothic', sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	padding: 80px 0 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 80px;
	text-align: center;
	color: #D6BE45;
  padding-top: 70px;
}
header #scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #D6BE45;
  border-bottom: 1px solid #D6BE45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



/*********　ご挨拶　*********/
#op1{
	padding: 220px 0 100px
}
#op1 p{
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.8)
}
#op1 .op1_title{
	font-size: 22px
}


/*********　ご挨拶2　*********/
#op2{
	padding: 70px 0 120px
}
.op2{
	position: relative
}
.op2::before{
	position: absolute;
	right: 0;
	top: 0;
	height: 400px;
	width: 55%;
	display: block;
	content: "";
	background: url("../img/op_img.jpg") no-repeat;
	background-size: cover;
	background-position: 100% 50%
}
#op2 .op2_txt1{
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 50px;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.8)
}
#op2 .op2_txt2{
	position: relative;
	color: #fff;
	box-sizing: border-box;
	padding: 40px;
	padding-left: 0;
	width: 55%;
	z-index: 1;
}
#op2 .op2_txt2::before{
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1000px;
	position: absolute;
	background-color: rgba(62,163,7,0.80);
	z-index: -1
}


/*********　アピールポイント　*********/

#appeal{
	position: relative;
	margin: 40px auto;
	background: #fff;
	padding: 100px 50px;
	box-sizing: border-box
}
#appeal::before{
	position: absolute;
	height: 5px;
	content: "";
	display: block;
	left: 50px;
	right: 50px;
	top: 40px;
	border-top: solid 1px #D6BE45;
	border-bottom: solid 1px #D6BE45
}
#appeal::after{
	position: absolute;
	height: 5px;
	content: "";
	display: block;
	left: 50px;
	right: 50px;
	bottom: 40px;
	border-top: solid 1px #D6BE45;
	border-bottom: solid 1px #D6BE45
}
#appeal .appeal_box{
	margin-bottom: 60px
}
#appeal .box_left{
	float: left;
	display: inline-block;
	width: 48%;
}
#appeal .box_left figure{
	max-width: 400px;
	margin: 0 auto
}
#appeal .box_right{
	float: right;
	display: inline-block;
	width: 48%
}
#appeal .right_title{
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	font-size: 22px;
	color: #B59D22;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#appeal .right_title::before{
	position: absolute;
	content: "";
	height: 12px;
	left: 0;
	width: 100%;
	background: url("../img/slash.png");
	bottom: -10px
}
#appeal .box_right ul{
	margin-bottom: 30px
}
#appeal .box_right ul li{
	margin: 15px 0;
	font-size: 17px;
	padding-left: 22px;
	position: relative
}
#appeal .box_right ul li::before{
	position: absolute;
	content: "";
	left: 0;
	background: #D6BE45;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#appeal .right_txt{
	color: #B59D22;
}
#appeal .appeal_txt{
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	line-height: 35px;
	border-top: solid 1px #D6BE45;
	border-bottom: solid 1px #D6BE45;
	padding: 10px 20px;
	margin-bottom: 50px
}
#appeal .appeal_name{
	display: block;
	text-align: right;
	color: #B59D22;
}
#appeal .appeal_bt{
	text-align: center
}
#appeal .appeal_bt li{
	display: inline-block;
	width: 40%;
	margin: 0 20px
}
#appeal .appeal_bt li a{
	position: relative;
	display: block;
	border: solid 1px #CCCCCC;
	color: #cccccc;
	padding: 25px 0;
	text-align: center;
	letter-spacing: 2px
}
#appeal .appeal_bt li a:hover{
	background: #D6BE45;
	border: solid 1px #D6BE45;
	color: #fff;
	padding-right: 40px
}
#appeal .appeal_bt li:last-child a:hover{
	padding-right: 30px
}
#appeal .appeal_bt li a::before{
	position: absolute;
	right: 71px;
	top: 0;
	bottom: -2px;
	margin: auto;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #fff;
	content: "";
	z-index: 1
}
#appeal .appeal_bt li a::after{
	position: absolute;
	right: 70px;
	top: 0;
	bottom: 10px;
	margin: auto;
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index: 1
}
#appeal .appeal_bt li:first-child a::before{
	position: absolute;
	right: 41px;
	top: 0;
	bottom: -2px;
	margin: auto;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #fff;
	content: "";
	z-index: 1
}
#appeal .appeal_bt li:first-child a::after{
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 10px;
	margin: auto;
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index: 1
}


/*********　お知らせ　*********/

#news{
	text-align: center;
	text-align-last: justify;
	background: #fff;
	padding: 80px 0
}
#news h3{
	letter-spacing: 3px;
	text-align-last: center;
	font-size: 24px;
	position: relative;
	padding: 25px;
	margin-bottom: 50px
}
#news h3::before{
	position: absolute;
	content: "";
	display: inline-block;
	right: 0;
	left: 0;
	top: -20px;
	margin: auto;
	background: url("../img/sousyoku.png") no-repeat;
	width: 104px;
	height: 26px
}
#news h3::after{
	position: absolute;
	font-size: 12px;
	content: "NEWS";
	display: inline-block;
	right: 0;
	left: 0;
	bottom: 3px;
	margin: auto;
	letter-spacing: 2px;
	font-family: 'Century Gothic', sans-serif;
	color: #44C69B
}
#news .news_box{
	text-align: left;
	text-align-last: left;
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
	border: solid 1px #D6BE45;
	height: 31%;
	padding: 5%;
	width: 31%;
	margin-bottom: 80px
}
#news .data{
	font-family: 'Century Gothic', sans-serif;;
	font-size: 15px;
	color: #CCCCCC;
	letter-spacing: 3px;
	padding-bottom: 11%;
	margin-bottom: 11%;
	border-bottom: solid 1px #cccccc;
}
#news .news_title{
	overflow: hidden;
	height: 80px;
	line-height: 35px
}
#news .more{
	text-align-last: center
}
#news .more a{
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 300px;
	padding: 25px 0;
	border: solid 1px #ccc;
	color: #ccc;
	letter-spacing: 2px
}
#news .more a:hover{
	background: #D6BE45;
	border: solid 1px #D6BE45;
	color: #fff;
	padding-right: 30px
}
#news .more a::before{
	position: absolute;
	right: 41px;
	top: 0;
	bottom: -2px;
	margin: auto;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #fff;
	content: "";
	z-index: 1
}
#news .more a::after{
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 10px;
	margin: auto;
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1
}

/*********　店舗情報　*********/

#tel{
	background: #fff;
	padding: 100px 0;
	position: relative
}
.tel{
	text-align: center;
	position: relative;
	padding: 0 3%;
	box-sizing: border-box
}
#tel::after{
	display: block;
	position: absolute;
	content: "";
	height: 12px;
	left: 0;
	width: 100%;
	background: url("../img/slash.png");
	top: 40px
}
#tel::before{
	display: block;
	position: absolute;
	content: "";
	height: 12px;
	left: 0;
	width: 100%;
	background: url("../img/slash.png");
	bottom: 40px
}
.tel .tel_left{
	margin: 0 30px;
	width: 400px;
	display: inline-block;
}
.tel figure img{
	margin-bottom: 0
}
.tel .keitai{
	letter-spacing: 3px;
	font-size: 29px;
	color: #B3B3B3;
	padding-bottom: 10px;
}
.tel .keitai a{
	color: #B3B3B3
}
.tel .open{
	font-size: 30px;
	padding: 15px 0 10px;
	background: #44C69B;
	letter-spacing: 1px;
	color: #fff;
	line-height: 25px;
}
.tel .open small{
	letter-spacing: 1px;
	font-size: 16px
}
.tel .tel_bt{
	vertical-align: top;
	display: inline-block;
	width: 400px;
	margin: 0 30px;
	text-align: right;
}
.tel .bt{
	display: block;
	color: #B59D22;
}
.tel .bt:first-child{
	margin-bottom: 20px
}
.tel .bt a{
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 25px 0;
	border: solid 1px #ccc;
	color: #ccc;
	letter-spacing: 2px;
	text-align: center
}
.tel .bt a:hover{
	border: solid 1px #D6BE45;
	background: #D6BE45;
	color: #fff;
	padding-right: 40px;
}
.tel .bt a::before{
	position: absolute;
	right: 91px;
	top: 0;
	bottom: -2px;
	margin: auto;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #fff;
	content: "";
	z-index: 1
}
.tel .bt a::after{
	position: absolute;
	right: 90px;
	top: 0;
	bottom: 10px;
	margin: auto;
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index: 1
}


/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){

/*********　スライダー　*********/
header .main_img{
	display: none
}



/*********　ご挨拶　*********/
#op1{
	padding: 100px 0 100px
}
#op1 p{
	padding-top: 140px;
	position: relative;
	text-align: left;
	line-height: 30px
}
	#op1 p::before{
		position: absolute;
		content: "";
		display: block;
		top: -40px;
		right: 0;
		left: 0;
		margin: auto;
		background: url("../img/ligo_e_w.png") no-repeat;
		width: 143px;
		height: 127px
	}


/*********　ご挨拶2　*********/
#op2{
	background: none;
	background-color: rgba(62,163,7,0.80);
	padding: 0 0 50px
}
	#op2::before{
		content: "";
		display: block;
		width: 100%;
		background: url("../img/op_img.jpg");
		background-size: cover;
		background-position: right;
		height: 60vw;
	}
.op2::before{
	display: none
}
#op2 .op2_txt1{
	line-height: 30px;
	margin: 50px 0;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0);
}
#op2 .op2_txt2{
	padding: 0;
	padding-left: 0;
	width: 100%;
	z-index: 1;
	text-shadow: 0 0 3px rgba(0,0,0,0);
}
#op2 .op2_txt2::before{
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1000px;
	position: absolute;
	background: none;
	z-index: -1
}


/*********　アピールポイント　*********/

#appeal{
	position: relative;
	background: #fff;
	padding: 60px 5%;
}
#appeal::before{
	position: absolute;
	height: 5px;
	content: "";
	display: block;
	left: 5%;
	right: 5%;
	top: 30px;
	border-top: solid 1px #D6BE45;
	border-bottom: solid 1px #D6BE45
}
#appeal::after{
	position: absolute;
	height: 5px;
	content: "";
	display: block;
	left: 5%;
	right: 5%;
	bottom: 30px;
	border-top: solid 1px #D6BE45;
	border-bottom: solid 1px #D6BE45
}
#appeal .box_left{
	display: none
}
#appeal .box_right{
	float: none;
	display: block;
	width: 100%
}
#appeal .box_right ul{
	margin-bottom: 30px
}
#appeal .box_right ul li{
	margin: 5px;
	padding-left: 28px;
}
#appeal .right_txt{
	letter-spacing: 0;
	color: #B59D22;
}
#appeal .appeal_txt{
	letter-spacing: 0;
	padding: 10px 1%;
	width: 90%;
	line-height: 30px;
}
#appeal .appeal_name{
	display: block;
	text-align: right;
	color: #B59D22;
}
#appeal .appeal_bt li{
	display: inline-block;
	width: 100%;
	max-width: 400px;
	margin: 10px 0
}
#appeal .appeal_bt li a{
}
#appeal .appeal_bt li a:hover{
	padding: 25px 0
}
#appeal .appeal_bt li:last-child a:hover{
	padding:25px 0
}
#appeal .appeal_bt li a::before{
	display: none
}
#appeal .appeal_bt li a::after{
	display: none
}
#appeal .appeal_bt li:first-child a::before{
	display: none
}
#appeal .appeal_bt li:first-child a::after{
	display: none
}


/*********　お知らせ　*********/

#news{
	padding: 70px 0;
	text-align: center;
	text-align-last: center;
}
#news .news_box{
	background: #fff;
	height: 30%;
	padding: 8%;
	width: 100%;
	max-width: 502px;
	margin-bottom: 30px;
	text-align: left
}
#news .data{
	font-family: 'Century Gothic', sans-serif;;
	font-size: 15px;
	color: #CCCCCC;
	padding-bottom: 6%;
	margin-bottom: 6%;
}
#news .more{
	margin-top: 30px;
	text-align-last: center
}
#news .more a{
	display: inline-block;
	width: 300px;
	padding: 25px 0;
	letter-spacing: 2px
}
#news .more a:hover{
	padding-right: 0
}
#news .more a::before{
	display: none
}
#news .more a::after{
	display: none
}


/*********　店舗情報　*********/

#tel{
	padding: 80px 0;
}
#tel::after{
	top: 30px
}
#tel::before{
	bottom: 30px
}
	.tel{
		margin: 0 auto;
		text-align: center
	}
.tel .tel_left{
	margin: 0;
	width: 320px;
	display: inline-block;
}
.tel figure img{
	margin-bottom: 10px
}
.tel .keitai{
	letter-spacing: 1px;
	font-size: 25px;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: none
}
.tel .open{
	padding: 15px 0 10px;
	background: #44C69B;
	font-size: 26px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 40px
}
.tel .open small{
	letter-spacing: 0px;
	font-size: 14.5px
}
.tel .tel_bt{
	width: 100%;
	max-width: 320px;
	position: static;
	margin: 0;
	text-align: center;
}
	.tel .tel_bt .bt:last-child{
		margin-bottom: 0
	}
.tel .bt a{
	padding: 25px 0
}
.tel .bt a:hover{
	padding-right: 0
}
.tel .bt a::before{
	display: none
}
.tel .bt a::after{
	display: none
}
	
	

}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}
@media  screen and (max-width: 321px){
}