@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600&display=swap'); 


.info, .cuisine, .restrant, .cta {
  padding: 100px 15%;
}

.head{padding: 20px 15%;}
header .contact{float:right;margin-top:10px}
.footer{padding: 0 15%}

@media (max-width: 1280px) {
  .info, .cuisine, .restrant, .cta {
    padding: 80px 5%;
  }
  .head{padding: 15px 5%;}
  .footer{padding: 0 5%}
}

@media (max-width: 768px) {
  .info, .cuisine, .restrant, .cta {
    padding: 80px 5%;
  }
   .head{padding: 15px 5%;}
   header{text-align: center}
   header .contact{float:none;margin-top:10px}
  .footer{padding: 0 5%}
}




*{
    margin: 0;
	padding: 0;
	outline: none;
	border: none;
	-webkit-box-sizing: border-box;
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
}

html,
body {
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,  serif;
  font-weight: normal;
	background:url(../img/back.png) #fff fixed;
	color:#48433d;
	overflow-wrap: break-all;
	word-wrap:break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size:16px;
	font-weight:normal;
	display: flex;
    flex-flow: column;
    min-height: 100vh;
	-webkit-transition: .8s;
	transition: .8s;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fade-in {
  opacity: 0;
  transition: 1s;
}

.fade-done {
  opacity: 1.0;
}

/*-------------------------*/

section {
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}



.section__title {
  color:#000;
  width:36px;
  font-size:36px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  margin:70px 5% 70px 0;
  float: left;
   -webkit-transition: .8s;
  transition: .8s; 
}

.section__title2{
  color:#000;
  width:36px;
  height: 1000px;
  font-size:36px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  margin:50px 0 70px 5%;
  float: right;
  -webkit-transition: .8s;
  transition: .8s; 
}

span.bar{
	display:block;
	-moz-transform:matrix(0.05, 1.2, 1, 0, -1, 5);
	-webkit-transform:matrix(0.05, 1.2, 1, 0, -1, 5);
	-o-transform:matrix(0.05, 1.2, 1, 0, -1, 5);
	transform:matrix(0.05, 1.2, 1, 0, -1, 5);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.2, mirror=1);}
	
span.small{display:block;position: relative;top:-0.2em;left:0.1em}


h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 65px;
   }

h2::before {
  content: '';
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #a15b2b;
}





@media (max-width: 980px) {
	
.section__title {
  text-align: center;
  color:#000;
  width:100%;
  font-size:36px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin:0 auto 50px auto;
  float: none;  height:auto;
}

.section__title2{
  text-align: center;
  color:#000;
  width:100%;
  height: auto;
  font-size:36px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin:0 auto 50px auto;
  float: none;  height:auto;
}

span.bar{
	display:inline;
	-moz-transform:matrix(0, 0, 0, 0, 0, 0);
	-webkit-transform:matrix(0, 0, 0, 0, 0, 0);
	-o-transform:matrix(0, 0, 0, 0, 0, 0);
	transform:matrix(0, 0, 0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=0);}
	
span.small{display:inline;position: relative;top:0;left:0}

}


.section__title--discription {
  font-size: 18px;
  text-align: left;
  margin-bottom: 50px
}


.section__title--discription2 {
  font-size: 18px;
  text-align: right;
  margin-bottom: 50px
}



p.section__title--discription{
	font-weight: bold;
	display: flex;
	align-items: center
	}

p.section__title--discription::before {
  border-top: 1px solid #a15b2b;
  content: "";
  width:30px; 
}
p.section__title--discription::before {
  margin-right: 10px;
}

br.br{display:none}




@media (max-width: 980px) {

.section__title--discription {
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
}


.section__title--discription2 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
}

}



@media (max-width: 450px) {

br.br{display:block}
p.section__title--discription::before {
  margin-right: 10px;
  margin-bottom: 1.4em
}

p.bar::before {
  margin-right: 10px;
  margin-bottom: 0
  }

}
/*--------------------------------------------------head*/


.head {
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
  
}

.head img{width:380px;margin-top:10px}


@media (max-width: 420px) {
		.head img{width: 90%}
}


p.tel{font-size:32px;font-family:Times New Roman}
span.tel-link{font-size:32px;font-family:Times New Roman}


.top {
	width:100%;
	height:550px!important;
	overflow: hidden!important;	
	color: #fff;}
	
.toptxt{
	display: table;
	width: 100%;
	height: 550px;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: .8s;
	transition: .8s;
}

.top h1 {
  font-size: 60px;
  line-height: 1.4em;
  font-weight: 900;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: .8s;
  transition: .8s;

  }

.top span{
	display: block;
	font-size: 42px;
	-webkit-transition: .8s;
   transition: .8s;}








/*--------------------------------------------------info*/

.info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info__image {
  background: url(../img/top.jpg) no-repeat center center;
  background-size:cover;
  width:45%;
}
.info__image img{display: none}


@media (max-width: 768px) {
  .info__image {
	background: none;
    width: 100%;
  }
  
  .info__image img{display: inherit}
}

.info__image img {
  width: 100%;
  height: auto;
}

.info__text {
  width: 55%;
}

@media (max-width: 768px) {
  .info__text {
    width: 100%;
  }
}

.info__text p {
  line-height: 1.8em;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .info__text p {
    margin: 20px 0 0;
  }
}

/*--------------------------------------------------cuisine*/


.cuisine {
  background:rgba(111, 94, 53, 0.05);
}

.cuisine__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  	gap: 10px;

}

.cuisine__item {
 text-align: center;
  width: calc(33.3% - 10px);
}



.cuisine__item img{width: 100%}

.cuisine__item h3{font-size:16px;color: #000;padding-top:10px}


.cuisine__item p {
  text-align: center;
  font-size: 14px;
}

.cuisine__list li.exp{display: none!important}

.cuisine__oshina h3{
	font-size: 24px;
    font-weight: 400;
	margin-bottom: 1.0em;	
	display: flex;
	align-items: center
	}

.cuisine__oshina h3::before {
  border-top: 1px solid #a15b2b;
  content: "";
  width:40px; 
}
.cuisine__oshina h3::before {
  margin-right: 10px;
}


.cuisine__oshina{margin-top: 50px}
.cuisine__oshina ul{
	list-style: none; 	
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  	gap: 15px;
	padding: 0 36px 0 0;
	margin-right:5%}
	
	
.cuisine__oshina li{
	margin-bottom: 1.0em;
	padding:2% 2%;
	width: calc(50% - 15px);
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	clip-path: polygon(1.2rem 0px, 100% 0, 100% 1.2rem, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%,0 100%, 0px calc(100% - 1.2rem), 0px 1.2rem);	
	} 
	

	
.cuisine__oshina li h4{font-size:18px;margin-bottom: 1.0em;color: #000;border-bottom: 1px solid #a15b2b;padding-bottom:0.4em;}
.cuisine__oshina li h4 span{font-size: 14px;color:#a12424}
.cuisine__oshina li p span{font-size: 14px}
p.prc{text-align: right;margin-top:0.6em;}


.cuisine__item a {
  -webkit-transition: .5s;
  transition: .5s;
}

.cuisine__item a:hover {
  opacity: .7;
}



@media (max-width: 980px) {

.cuisine__list {
	gap: 10px;
	padding:0;
}

.cuisine__item {
  width: calc(50% - 10px);
}


.cuisine__oshina ul{
	padding: 0 0 0 0;
	margin-right:0;
	gap: 10px;
}
.cuisine__oshina li{
width: calc(50% - 10px);
}


.cuisine__oshina h3{
	font-size: 20px;
	margin-bottom: 1.0em;	
	display: flex;
	align-items: center;
	justify-content: center
	}
	
.cuisine__oshina h3::after,
.cuisine__oshina h3::before {
  border-top: 1px solid #a15b2b;
  content: "";
  width:50px; 
}
.cuisine__oshina h3::before {
  margin-right: 15px;
}
.cuisine__oshina h3::after {
  margin-left: 15px;
}

.cuisine__list li.exp{
	display: inherit!important;
	vertical-align: middle;
	margin: auto
	}

div.mrg{text-align: center}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;

}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #a15b2b;
  border-right: solid 2px #a15b2b;
  position: absolute;
  left: -0.2em;
  top: 1.2em;
}
.arrow.arrow-left::before {
  transform: rotate(-135deg);
}




}



@media (max-width: 768px) {
	
.cuisine__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  	gap: 10px;

}
	
.cuisine__item {
  text-align: center;
  width: calc(50% - 8px);
}

.cuisine__oshina li{
	padding:15px;
	margin-bottom: 1.0em;
	width: 100%;

	}


}



/*--------------------------------------------------restrant*/


.restrant__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 15px;
}

.restrant__item {
  width: calc(50% - 15px);
}


.restrant__item img {
  width: 100%;
  height: auto;
}

.restrant__item a {
  -webkit-transition: .5s;
  transition: .5s;
}

.restrant__item a:hover {
  opacity: .7;
}



.restrant__open{
	margin:30px 0 60px 5%;
	padding: 0;
	overflow: hidden;	
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between

	}

.openl,.openr{width: calc(50% - 15px);}
      
.openl h4,.openr h4{
	font-size:18px;
	margin-bottom: 1.0em;
	color: #000;
	border-bottom: 1px solid #a15b2b;
	padding-bottom:0.4em;
	}

.spc{height: 12em}

.restrant__map {
	padding: 0 0 0 36px;
	margin-left:5%;
}



.map {
  position: relative;
  width: 100%;
  height:0;
  padding-top: 100%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3)
}

.map{width:100%;
	background: #fff;
	height:350px;
	margin:0;
	padding: 0;
	overflow: hidden
	}


@media (max-width: 980px) {
	.restrant__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  	gap: 10px;
	padding: 0;
}
	
	
.restrant__item {
  width: calc(50% - 10px);
 
}

.spc{height:auto}

.restrant__open{
	padding: 0 0 0 0;
	margin-left:0
}

.restrant__map {
	padding: 0 0 0 0;
	margin-left:0
}

	}

@media (max-width: 768px) {
	

.restrant__item  {
  text-align: center;
  width: calc(50% - 8px);

	}
}

@media (max-width: 588px) {
	
	.openl,.openr{width:100%;}
	.openr{margin-top:30px}
	
	}



/* ==============================================footer */

footer{
	width:100%;
	padding:50px 0 100px 0;
	background:url(../img/fback.png) #312c29 center top;
	overflow: hidden;color: #fff;
	margin: 0 auto ;	
  }
.footer{-webkit-transition: .8s;transition: .8s;}  
  
footer p{display: flex;align-items: center;}
h3{font-size:36px!important;vertical-align: bottom;font-weight:600;display: flex;align-items: center;}
address{float:left;width:auto;margin-top:2.0em;font-style:normal;font-size:16px;font-weight:400;}

span.ft1{font-size:20px;margin-right:15px}
span.ft2{font-size:24px;margin-left:15px}
span.ft3{font-size:24px}

p.add br{display: none}

.qr{float:right;margin-top:-2.0em}


@media (max-width: 580px) {
address{float:none;}
.qr	{float:none;margin:3.0em auto 0 auto;text-align: center}
	
	}

@media (max-width: 380px) {
p.add br{display: inherit}
	}





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

.totop{

  text-align: center;
  z-index: 100

}

.totop a {
  display: block;
  top:30px;
  background: #9c8270;
  color: #fff;
  text-decoration: none;

  position: relative;
   width:60px;
  height:60px;
  margin:auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}




.totop a::after {
  position: absolute;
  content: "";
  right: 25px;
  width: 16px;
  height: 16px;
  top:  25px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

}



.totop a:hover::after {
  border-color: rgba(255, 255, 255, 0.76);

   -webkit-transition: all .5s ease;
  transition: all .5s ease;
  
}


.totop a:hover{
 -webkit-transition: rotate(-45deg);
  transition: rotate(-45deg);
	
}



/*---------------------------*/



@media (max-width: 768px) {
  #top{width:100%;height:350px!important;overflow: hidden;}
  .toptxt{display: table;width: 100%;height: 350px!important;}
  .top h1 {font-size: 42px;}
  .top span{font-size: 32px;}

  }
  
 @media (max-width: 480px) {
  #top{width:100%;height:300px!important;overflow: hidden;}
  .toptxt{display: table;width: 100%;height: 300px!important;}
  .top h1 {font-size: 32px}
  .top span{font-size: 22px;}
  }


