@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family: "游ゴシック";
  color: #fff;
  margin: 0 auto;
	max-width: 1920px;
	background-color: #333333;
}
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;
}
.ffks {
	font-family:"KSO黒龍爽";
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffym {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fftm{
	font-family: "ten-mincho", serif;
}
.ffci {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.fwb {
	font-weight: 600;
}
.sec-padding {
	padding: 8rem 0;
}
.pagelink {
	width: 300px;
	margin: auto;
	background: #DE4545;
	padding: 2rem 0;
}
.pagelink a {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.taC{
	text-align: center;
}
.fs13{
	font-size: 13px!important;
}

/*--- ヘッダー ---*/
#header {
	width: 90%;
	margin: auto;
	padding: 1rem 0;
	justify-content: space-between;
}
#header h1 {
	width: 450px;
}
.hr-top {
	gap: 3rem;
	align-items: center;
}
.hr-top .txt .h-adress {
	font-size: 16px;
}
.hr-top .txt .h-tel {
	font-size: 22px;
}
.re-bnr {
	width: 250px;
	height: 60px;
	background: #DE4545;
	outline: 1px solid #fff;
	outline-offset: -5px;
}
.re-bnr a {
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	z-index: 2;
}
.re-bnr:hover {
	background: rgba(240,109,111,1.00);
}
.g-nav {
	margin-top: 2rem;
}
.g-nav ul {
	gap:5rem;
}
.g-nav ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.g-nav ul li a:hover {
	color: rgba(155,151,151,1.00);
}


/*--- メインビジュアル ---*/

.mainvisual video {
	max-width: 100%;
	aspect-ratio: 16 / 9;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*--- お知らせ ---*/
#news p {
	text-align: center;
	font-size: 28px;
}
#news .inner {
	width: 800px;
	margin: 3rem auto;
}
#news .inner dl {
	font-size: 16px;
}
#news .inner dl dt {
	width: 25%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1rem 0;
	text-align: center;
	color: #EFC988;
}
#news .inner dl dd {
	width: 75%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1rem 0;
}


/*---  ---*/
.container01 {
	background: url("../img/deco02.png") right 0% top 0% / 40% auto no-repeat,
		url("../img/deco01.png") left 0% bottom 0% / 40% auto no-repeat;
}
.container01 .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
}
.container01 .inner h2 {
	width: 20%;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 60px;
	line-height: 2;
	letter-spacing: 20px;
}
.container01 .inner h2 span {
	margin-bottom: 10rem;
}
.container01 .inner .images {
	width: 80%;
	margin-top: 10rem;
	position: relative;
}
.c01-img01 {
	margin-bottom: 40rem;
}
.c01-img02 {
	width: 600px;
	position: absolute;
	top: 30rem;
	left: 30rem;
}

/*---  ---*/
.container02 .inner {
	width: 100%;	
}
.container02 .inner .txt,
.container02 .inner .img {
	width: 50%;
}
.container02 .inner .txt {
	background: #fff;
	padding: 8rem;
	box-sizing: border-box;
	color: #333;
}
.container02 .inner .txt h3 {
	font-size: 60px;
	margin-bottom: 3rem;
}
.container02 .inner .txt p {
	font-size: 22px;
	line-height: 2;
	margin-bottom: 7rem;
}
.container02 .inner .img img {
	width: 100%;
}


/*---  ---*/
.container03 {
	background: url("../img/bg02.jpg");
	background-size: cover;
	background-position: center;
	padding: 12rem 0;
}
.container03 .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
}
.container03 .inner .txt,
.container03 .inner .img {
	width: 50%;
}
.container03 .inner .txt h3 {
	font-size: 60px;
	line-height: 1.5;
}
.container03 .inner .txt h3 span {
	color: #6FCB9A;
}
.container03 .inner .txt p {
	margin-top: 5rem;
	font-size: 24px;
	line-height: 2;
}
.container03 .inner .img {
	margin-top: 20rem;
}


/*---  ---*/
.container04 {
	background: url("../img/bg01.jpg");
	background-size: cover;
	background-position: center;
	padding: 8rem 0;
}
.container04 h3 {
	text-align: center;
	font-size: 60px;
	line-height: 1.5;
}
.container04 .inner {
	width: 70%;
	margin: 5rem auto;
	justify-content: space-between;
}
.container04 .inner .left,
.container04 .inner .right {
	width: 48%;
}
.container04 .inner .right {
	margin-top: 10rem;
}


/*---  ---*/
.insta {
	padding: 8rem 0;
}
.insta-icon {
	width: 150px;
	margin: auto;
}
.insta-icon a {
	display: block;
}
.post-wrapper {
	width: 1200px;
	margin: 5rem auto 0 auto;
	justify-content: space-between;
}
.post-wrapper .post {
	width: 30%;
	height: 300px;
	margin-bottom: 5rem;
	border: 1px solid #ccc;
}


/*--- フッター ---*/
#footer .inner {
	width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#footer .inner .left,
#footer .inner .right {
	width: 48%;
}
.foot-tel {
	width: 100%;
	margin: 3rem auto;
}
.foot-tel p {
	text-align: center;
	font-size: 18px;
}
.foot-tel a {
	display: block;
	text-align: center;
	font-size: 22px;
	color: #fff;
	letter-spacing: 2px;
}
#footer .inner .left .re-bnr {
	margin: auto;
}
.insta-link {
	width: 100%;
	margin: 2rem auto;
}
.insta-link a {
	display: block;
	text-align: center;
	font-size: 72px;
	color: #fff;
}
.store-info {
	width: 100%;
	align-items: center;
	font-size: 14px;
}
.store-info dt {
	width: 20%;
	padding: 1rem 0;
}
.store-info dd {
	width: 80%;
	padding: 1rem 0;
}
.foot-map {
	width: 100%;
	margin-top: 3rem;
}
.foot-map iframe {
	width: 100%;
}
#footer .copy {
	text-align: center;
}




/*------ 下層ページ ------*/
.s-mainvisual {
	height: 45vh;
	background: url("../img/bg01.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-ttl {
	width: 90%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
}
.page-ttl h2 {
	text-align: center;
	font-size: 80px;
}

.guide-link {
	width: 1200px;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
.guide-bnr {
	width: 30%;
	background: #F6F1E1;
	padding: 4rem 0;
}
.guide-bnr a {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #333;
}
.guide-bnr:hover {
	background: #F3EACB;
}
.menu-ttl {
	text-align: center;
	font-size: 45px;
}
.menu-wrapper {
	width: 1200px;
	margin: 8rem auto;
	flex-direction: column;
	gap: 12rem;
}

/*--- コース ---*/
.course-item {
	width: 100%;
}
.course-ttl {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	margin-bottom: 5rem;
}
.course-ttl p {
	font-size: 24px;
}
.course-item .inner {
	width: 90%;
	margin: 2rem auto;
	align-items: center;
	justify-content: space-between;
}
.course-item .inner .img {
	width: 40%;
}
.course-item .inner .img img {
	width: 100%;
}
.course-item .inner .txt {
	width: 55%;
}
.menu-info {
	font-size: 20px;
	line-height: 1.5;
}
.menu-price {
	text-align: right;
	font-size: 30px;
	margin: 2rem auto;
}
.menu-price span {
	font-size: 16px;
}
.course-item .inner .txt .re-bnr {
	margin: 3rem auto 0 auto;
}


/*--- 単品 ---*/
.menu-container {
	width: 100%;
}
.mc-ttl {
	font-size: 22px;
}
.mc-ttl span {
	font-size: 28px;
	margin-right: 5px;
}
.menu-container ul {
	width: 90%;
	margin: 2rem auto;
	justify-content: space-between;
}
.menu-container ul li {
	width: 45%;
	border-bottom: 1px solid #fff;
	margin-bottom: 3rem;
}
.menu-container ul li dl {
	width: 90%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.menu-container ul li dl dt {
	width: 70%;
	text-align: center;
	font-size: 16px;
}
.menu-container ul li dl dd {
	width: 30%;
	text-align: center;
	font-size: 16px;
}


/*--- ドリンクメニュー ---*/
.fd-table {
	max-width: 1000px;
	margin: 8rem auto;
}

.fd-table .th,
.fd-table .td {
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.7);
}
.fd-table .th {
	width: 30%;
	background: rgba(255,255,255,0.7);
	color: #333;
	text-align: center;
	padding: 1rem 0;
	
}
.fd-table .td {
	width: 70%;
	padding: 1rem ;
}


/*--- 店内紹介 --*/
#gallery .inner {
	width: 1000px;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
#gallery .inner .img {
	width: 40%;
}
#gallery .inner .img img {
	width: 100%;
}
#gallery .inner .txt {
	width: 55%;
}
.g-btxt {
	font-size: 24px;
	margin-bottom: 3rem;
}
.g-txt {
	font-size: 18px;
	line-height: 2;
}


/*--- 店舗情報 --*/
#shop .inner {
	width: 1000px;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
#shop .inner .txt p {
	font-size: 18px;
	line-height: 2;
}
#shop .inner .img {
	width: 40%;
}
#shop .inner .img img {
	width: 100%;
}
#shop .inner .txt {
	width: 55%;
}
.shop-map {
	width: 1200px;
	margin: 3rem auto;
}
.shop-map iframe {
	width: 100%;
}








/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #874316;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.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);
  }
}
