@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffyg {
	font-family: "游ゴシック";
}
.ffkr {
	font-family:kokuryu, sans-serif;
}
.ffta {
	font-family: ta-engeifude, sans-serif;
}
.fffp {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.fftm{
	font-family: "ten-mincho", serif;
}
.ffci {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.red {
	color: #C52F2F;
}


/*header*/
#header {
	width: 100%;
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
#header .inner {
	width: 60%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.head-logo {
	width: 180px;
}
.head-nav .hn-top {
	width: 480px;
	margin-left: auto;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.head-nav .hn-top .adress p {
	font-size: 14px;
}
.head-nav .hn-top .adress a {
	display: block;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.3);
}
.head-nav .hn-top .adress a i {
	font-size: 18px;
	margin-right: 1rem;
}
.reserve-btn {
	width: 180px;
	margin: auto;
	padding: 1rem 0;
	background: #fff;
	border: 3px solid #C52F2F;
}
.reserve-btn a {
	display: block;
	text-align: center;
	font-size: 16px;
}
.reserve-btn:hover {
	background: #c52f2f;	
}
.reserve-btn:hover a {
	color: #fff;
}
.head-nav ul {
	gap:3rem;
	align-items: center;
}
.head-nav ul li a {
	display: block;
	font-size: 16px;
}
.head-nav ul li:hover a {
	color: #c52f2f;
}

/*mainvisual*/
.mainvisual {
	height: 100vh;
	background: url("../img/mainvisual.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}
.catch-copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catch-copy h2 {
	text-align: center;
	font-size: 46px;
	line-height: 2;
}
.catch-copy h2 img {
	width: 290px;
	margin-top: -4rem;
}



/*news*/
#news {
	padding: 5rem 0;
	background: url("../img/bg01.jpg");
	background-size: cover;
}
#news .ttl {
	text-align: center;
	font-size: 32px;
	line-height: 1;
}
#news .inner {
	width: 900px;
	margin: 5rem auto 0 auto;
	background: #fff;
	padding: 3rem 0;
}
#news .inner dl {
	width: 90%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
#news .inner dl dt {
	width: 25%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
#news .inner dl dd {
	width: 75%;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}


#greeting {
	padding: 20rem 0;
	background: url("../img/bg04.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
#greeting::before {
	content: "";
	width: 528px;
	height: 420px;
	background: url("../img/greeting01.png");
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
#greeting::after {
	content: "";
	width: 500px;
	height: 440px;
	background: url("../img/greeting02.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
#greeting .inner {
	width: 50%;
	margin: auto;
}
.greeting-top {
	text-align: center;
	font-size: 36px;
}
.greeting-txt {
	text-align: center;
	font-size: 20px;
	line-height: 2;
	margin: 3rem auto;
}

/*kodawari*/
#kodawari .container {
	width: 100%;
}
#kodawari .container .inner {
	padding: 15rem 0;
	width: 50%;
}

.l-box {
	margin-right: auto;
	background: url("../img/bg05.png");
	background-size: cover;
}

.r-box {
	margin-left: auto;
	background: url("../img/bg06.png");
	background-size: cover;
}
.kodawari01,
.kodawari02 {
	position: relative;
}
.kodawari01::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url("../img/kodawari01.jpg");
	background-size: cover;
	position: absolute;
	top:0;
	right: 0;
}
.kodawari02::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url("../img/kodawari02.jpg");
	background-size: cover;
	position: absolute;
	top:0;
	left: 0;
}
.k-ttl {
	width: 70%;
	margin: auto;
	z-index: 2;
}
.k-txt {
	width: 80%;
	margin: 5rem auto 0 auto;
}
.k-txt p {
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

#Recommend {
	padding: 8rem 0;
	background: url("../img/bg03.jpg");
	background-size: cover;
}
#Recommend .ttl {
	text-align: center;
	font-size: 36px;
}
#Recommend .inner {
	width: 1000px;
	margin: 5rem auto;
	justify-content: space-between;
}
#Recommend .inner .item {
	width: 45%;
}
.recommend-txt {
	padding-left: 80px;
	box-sizing: border-box;
	position: relative;
}
.menu-ttl {
	font-size: 24px;
}
.menu-txt {
	font-size: 15px;
	line-height: 2;
	margin: 2rem auto 1rem auto;
}
.menu-price {
	font-size: 20px;
	text-align: right;
	margin-bottom: 2rem;
}
.recommend01 .recommend-txt::before {
	content: "";
	width: 70px;
	height: 84px;
	background: url("../img/deco06.png");
	background-size: cover;
	background-position: center;
	position: absolute;
	top:0;
	left: 0;
}
.recommend02 .recommend-txt::before {
	content: "";
	width: 70px;
	height: 84px;
	background: url("../img/deco07.png");
	background-size: cover;
	background-position: center;
	position: absolute;
	top:0;
	left: 0;
}
.page-link {
	width: 700px;
	margin: 5rem auto 0 auto;
	justify-content: space-between;
	align-items: center;
}
.page-link .link-btn {
	width: 48%;
	background: #FBF4E8;
	padding: 2rem 0;
}
.page-link .link-btn a {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.page-link .link-btn:hover {
	background: #E1C9A1;
}


/*footer*/
#footer {
	padding: 5rem 0 0 0;
	background: url("../img/bg01.jpg");
	background-size: cover;
}
.foot-logo {
	width: 200px;
	margin: auto;
}
#footer .inner {
	width: 1200px;
	margin: 3rem auto;
	justify-content: space-between;
	align-items: center;
}
#footer .inner .txt {
	width: 44%;
}
#footer .inner .txt dl {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	color: rgba(27,27,27,1.00);
}
#footer .inner .txt dl dt {
	width: 18%;
}
#footer .inner .txt dl dd {
	width: 80%;
}
#footer .inner .txt dl dt,
#footer .inner .txt dl dd {
	font-size: 16px;
	margin-bottom: 1rem;
}
#footer .inner .map {
	width: 55%;
}
#footer .inner .map iframe {
	width: 100%;
}
.foot-copy {
	text-align: center;
	font-size: 12px;
	color: rgba(27,27,27,1.00);
}


/*下層*/
/*mainvisual*/
.s-mainvisual {
	height: 60vh;
	background: url("../img/s-mainvisual.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}
.page-ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-ttl h2 {
	text-align: center;
	font-size: 60px;
	line-height: 2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

/*menu*/
.bg-beige {
	background: url("../img/bg02.jpg");
	background-size: cover;
	padding-bottom: 10rem;
}

.m-box {
	padding: 8rem 0;
}
.menu-ttl02 {
	width: 400px;
	margin: auto;
}
.menu-wrapper {
	width: 1100px;
	margin: 5rem auto;
}
.menu-wrapper ul {
	justify-content: space-between;
	align-items: center;
}
.menu-wrapper ul li {
	width: 48%;
	justify-content: space-between;
	padding-bottom: 3rem;
	position: relative;
	margin-bottom: 2rem;
}
.menu-wrapper ul li::before {
	content: "";
	width: 100%;
	height: 8px;
	background: url("../img/deco01.png");
	background-size: cover;
	position: absolute;
	bottom: 2rem;
	left: 0;
}
.menu-wrapper ul li p {
	font-size: 18px;
}
#food {
	position: relative;
}
#food::before {
	content:"";
	width: 300px;
	height: 212px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: 3rem;
	right: 15rem;
}
#drink {
	position: relative;
}
#drink::before {
	content:"";
	width: 200px;
	height: 254px;
	background: url("../img/deco03.png");
	background-size: cover;
	position: absolute;
	bottom: 0rem;
	right: 25rem;
}


/*gallery*/
#gallery {
	padding: 5rem 0 0 0;
}
.gallery-ttl {
	width: 400px;
	margin: auto;
}
.gallery-top {
	width: 1000px;
	margin: auto;
	padding: 5rem 0 15rem 0;
	position: relative;
}
.gallery-top::before {
	content: "";
	width: 40%;
	height: 80%;
	background: url("../img/gallery01.jpg");
	background-size: cover;
	position: absolute;
	bottom:0;
	right: 0;
}
.gallery-top .inner {
	width: 70%;
	background: #fff;
	padding: 3rem;
	box-sizing: border-box;
}
.gallery-top .inner .b-txt {
	font-size: 28px;
	margin-bottom: 2rem;
}
.gallery-top .inner .s-txt {
	font-size: 16px;
	line-height: 2;
}
.gallery-bottom {
	width: 1000px;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: flex-start;
}
.gallery-bottom .item {
	width: 45%;
}
.gallery-bottom .item img {
	margin-top: 2rem;
}
.gallery-bottom .item .b-txt {
	font-size: 28px;
}
.gallery-bottom .item .s-txt {
	font-size: 16px;
	line-height: 2;
}


/*about*/
#about {
	padding: 5rem 0 0 0;
}
.about-ttl {
	width: 300px;
	margin: auto;
}
.about-info {
	width: 700px;
	margin: 5rem auto;
}
.about-info dl {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.about-info dl dt {
	width: 25%;
	text-align: center;
}
.about-info dl dd {
	width: 75%;
}
.about-info dl dt,
.about-info dl dd {
	font-size: 16px;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	position: relative;
}
.about-info dl dt::before,
.about-info dl dd::before {
	content: "";
	width: 100%;
	height: 3px;
	background: url("../img/deco08.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-map {
	width: 800px;
	margin: 3rem auto;
}
.about-map iframe {
	width: 100%;
}



/*contact*/
#contact {
	padding: 5rem 0;
}
.contact-ttl {
	width: 450px;
	margin: auto;
}
.contact-note {
	font-size: 16px;
	text-align: center;
	margin-top: 2rem;
}
form {
	width: 900px;
	margin: 3rem auto;
	background: #fff;
	padding: 5rem 0;
}
.formTable {
	width: 80%;
	margin: auto;
}

.formTable th {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
.formTable th span {
	font-size: 12px;
	color: rgba(245,98,100,1.00);
	margin-left: 2rem;
}
.formTable th,
.formTable td {
	padding-top: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}
.formTable td input {
	width: 50%;
	border: 1px solid #ccc;
}
.formTable td textarea {
	width: 80%;
	border: 1px solid #ccc;
}
form .btn {
	width: 250px;
	margin: 3rem auto;
}
form .btn input {
	width: 100%;
	padding: 1rem 0;
	background: #7B5D2F;
	color: #fff;
	border: none;
}









/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a {
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #0C3675;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:12px;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
パタッ
===================================*/


/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}


/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
  opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
  opacity: 1;
  }
}

/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}

@keyframes flipRightAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*==================================================
くるっ
===================================*/


/* X 軸（縦へ） */
.rotateX{
  animation-name:rotateXAnime;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
  from{
    transform: rotateX(0);
    opacity: 0;
    }
  to{
    transform: rotateX(-360deg);
    opacity: 1;
    }
}

/*　Y軸（横へ） */
.rotateY{
  animation-name:rotateYAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateYAnime{
  from{
    transform: rotateY(0);
    opacity: 0;
    }
  to{
    transform: rotateY(-360deg);
    opacity: 1;
    }
}

/* Z 軸（左へ） */
.rotateLeftZ{
  animation-name:rotateLeftZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateLeftZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(-360deg);
    opacity: 1;
    }
}

/*　Z 軸（右へ） */
.rotateRightZ{
  animation-name:rotateRightZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(360deg);
    opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
    opacity: 0;
}


/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  opacity: 0;
  }

  to {
    transform: scale(1);
  opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
  animation-name:zoomOutAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
  transform: scale(1.2);
  opacity: 0;
  }

  to {
    transform:scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
    opacity: 0;
}



/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

