@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family:YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-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;
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffym {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fftm {
	font-family: "貂明朝";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs24 {
	font-size: 24px;
}
.fs28 {
	font-size: 28px;
}
.fs32 {
	font-size: 32px;
}
.fs40 {
	font-size: 40px;
}
.sp-only {
	display: none;
}


/*header*/
#header {
	width: 400px;
	height: 95vh;
	background: rgba(0,0,0,0.8);
	padding: 3rem 0;
	box-sizing: border-box;
	position: absolute;
	top:0;
	right: 0;
	z-index: 2;
}
.head-logo {
	width: 280px;
	margin: 0 auto 1rem auto;
}
#header p {
	text-align: center;
}
#header .insta {
	display: block;
	text-align: center;
}
.head-nav {
	margin: 3rem auto 5rem auto;
}
.head-nav ul {
	flex-direction: column;
	gap: 2rem;
}
.head-nav ul li a {
	display: block;
	text-align: center;
}
.bnr-flex {
	width: 90%;
	margin: 2rem auto 0 auto;
	justify-content: space-between;
}
.bnr-flex .rebtn {
	width: 48%;
	padding: 1.6rem 0;
	box-sizing: border-box;
}
.bnr-flex .rebtn a {
	display: block;
	text-align: center;
}
.redbtn {
	background: linear-gradient(#B20F0F,#E25B5B);
}
.yelbtn {
	background: linear-gradient(#FFBB1F,#F3962C);
}

/*mainbvisual*/
.mainvisual {
	height: 95vh;
	background-position: center center;
	background-size: cover;
	position: relative;
}


/*news*/
#news {
	padding: 10rem 0;
	background: url("../img/bg01.jpg");
	background-size: cover;
	background-position: center;
}
.ttl01 {
	text-align: center;
	position: relative;
}
.ttl01::before {
	content: "";
	width: 150px;
	height: 3px;
	background: #B20F0F;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translate(-50%);
}
#news .inner {
	width: 700px;
	margin: 5rem auto;
}
#news .inner dl {
	justify-content: space-between;
}
#news .inner dl dt {
	width: 20%;
	color: #B20F0F;
}
#news .inner dl dd {
	width: 80%;
}


/*greeting*/
#greeting {
	padding: 10rem 0;
	background: url("../img/bg02.jpg");
	background-size: cover;
	background-position: center;
}
.ttl02 {
	text-align: center;
	letter-spacing: 3px;
}
#greeting .inner {
	width: 98vw;
	margin: 10rem auto ;
}
#greeting .inner .img {
	width: 45%;
}
#greeting .inner .txt {
	width: 55%;
	padding: 5rem 0 5rem 8rem;
	background: rgba(0,0,0,0.7);
	margin-left: -5rem;
	margin-top: 10rem;
}
#greeting .inner .txt p {
	line-height: 2;
}



.bg-beige {
	background: url("../img/bg03.jpg");
	background-size: cover;
	background-position: center;
}
/*commitment*/
#commitment {
	padding: 10rem 0;
}
.ttl03 {
	width: 350px;
	margin: auto;
}
#commitment .wrapper {
	width: 97vw;
	margin: 10rem auto;
	flex-direction: column;
	gap:8rem;
}
#commitment .wrapper .container {
	justify-content: space-between;
	
}
#commitment .wrapper .container .txt,
#commitment .wrapper .container .img {
	width: 50%;
}
#commitment .wrapper .container .txt {
	background: rgba(0,0,0,0.5);
	padding: 5rem;
	box-sizing: border-box;
}
.co-ttl {
	margin-bottom: 3rem;
}
.co-txt {
	line-height: 2;
}
#commitment .reserve-bnr p {
	text-align: center;
}
#commitment .bnr-flex {
	width: 600px;
}


/*linkflex*/
.linkflex {
	justify-content: space-between;
}
.linkflex .page-link {
	padding: 10rem 0;
	width: calc(100%/3);
}
.linkflex .page-link a {
	display: block;
	text-align: center;
	position: relative;
}
.linkflex .page-link a::before {
	content: "";
	width:100px;
	height: 3px;
	background: #B20F0F;
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translate(-50%);
}
.menu-link {
	background: url("../img/bg04.jpg");
	background-size: cover;
}
.garelly-link {
	background: url("../img/bg05.jpg");
	background-size: cover;
}
.about-link {
	background: url("../img/bg06.jpg");
	background-size: cover;
}


/*footer*/
#footer {
	background: #333;
	padding: 5rem 0 0 0;
}
#footer .inner {
	width: 98vw;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
#footer .inner .left {
	width: 40%;
}
.foot-logo {
	width: 70%;
	margin: 0 auto 1rem auto;
}
#footer .inner .left p {
	text-align: center;
}
#footer .inner .right {
	width: 53%;
}
.foot-info dl {
	justify-content: space-between;
	align-items: center;
}
.foot-info dl dt {
	width: 20%;
	margin-bottom: 1.8rem;
}
.foot-info dl dd {
	width: 80%;
	margin-bottom: 1.8rem;
}
.foot-map {
	margin-top: 5rem;
	width: 100%;
}
.foot-map iframe {
	width: 100%;
}
.copy {
	text-align: center;
}



/*--- 下層ページ ---*/

/*menu*/
/*mainbvisual*/
.menu-mainvisual {
	height: 95vh;
	background: url("../img/mv-menu.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}

/*pickup*/
#pickup {
	padding: 10rem 0;
}
.ttl04 {
	font-family:"DNP 秀英にじみ初号明朝 Std Hv";
	text-align: center;
}
.s-wrapper {
	width: 1000px;
	margin: 10rem auto 8rem auto;
	flex-direction: column;
	gap:5rem;
}
.s-wrapper .container {
	justify-content: space-between;
	align-items: center;
}
.s-wrapper .container .img {
	width: 45%;
}
.s-wrapper .container .txt {
	width: 50%;
}
.menu-ttl {
	margin-bottom: 3rem;
}
.menu-txt {
	line-height: 2;
	margin-bottom: 3rem;
}
.menu-price {
	text-align: right;
}
.s-content .reserve-bnr {
	width: 450px;
	margin: auto;
	border: 2px solid #707070;
	padding: 3rem;
	box-sizing: border-box;
}
.s-content .reserve-bnr p {
	text-align: center;
}

.menu-link {
	justify-content: space-between;
}
.menu-link .menu-link-bnr {
	width: 50%;
	padding: 10rem 0;
}
.menu-link .menu-link-bnr .reserve-bnr {
	width: 450px;
	margin: auto;
	border: 2px solid #fff;
	padding: 3rem;
	box-sizing: border-box;
}
.menu-link .menu-link-bnr .reserve-bnr p {
	text-align: center;
}
.menu-link .left {
	background: url("../img/bg04.jpg");
	background-size: cover;
}
.menu-link .right {
	background: url("../img/bg05.jpg");
	background-size: cover;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}



/*gallery*/
/*mainbvisual*/
.gallery-mainvisual {
	height: 95vh;
	background: url("../img/mv-gallery.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}
#gallery {
	padding: 10rem 0;
}


/*about*/
/*mainvisual*/
.about-mainvisual {
	height: 95vh;
	background: url("../img/mv-about.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}
#about {
	padding: 10rem 0;
}
.s-wrapper .container .txt dl {
	justify-content: space-between;
	align-items: center;
}
.s-wrapper .container .txt dl dt {
	width: 20%;
	margin-bottom: 2.5rem;
}
.s-wrapper .container .txt dl dd {
	width: 80%;
	margin-bottom: 2.5rem;
}
.about-map {
	width: 1000px;
	margin: 5rem auto;
}
.about-map iframe {
	width: 100%;
}























































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

/*トップリンク*/
/*リンクの形状*/
#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:1.6rem;
	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;
}


/*==================================================
スタート時は要素自体を透過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);
  }
}






