@charset "utf-8";
/* CSS Document */

/*==========
Googleフォント
==========*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap');


/*==========
リセットCSS
==========*/
@import url("destyle.css");



/*==========
共通
==========*/
html {
	font-size: 62.5%; 
}

body {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 1.5rem;
	line-height: 1.57;
	color: #333;
	background-color: #FFF;
}

body {
  animation: fade 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
	color: #333;
}

a:hover {
	color: #f79a02;
}

body {
  animation: fade 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

img {
	height: auto;
}

.container {
		width: 92%;
		margin: 0 auto;
}

@media (min-width: 900px) {
	body {
		font-size: 1.7rem;
		line-height: 1.67;
	}
	
	.container {
			max-width: 800px;
			width: 100%;
	}
}



/* ---------------
背景固定
--------------- */
.parallax_bg:before {
	content:'';
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url("../img/site_bg.png") center no-repeat;
	background-size:cover;
	opacity: .8;
}



/* ---------------
メインビジュアル
--------------- */
.mv {
  height: 60vh;
  background-image: url("../img/mv.jpg");
  background-position: center;
  background-size: cover;
}

.mv .container {
	height: 100%;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mv_copy {
	font-family: 'Shippori Mincho', serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 5px;
	text-align: center;
	text-shadow:
		white 2px  0   2px, white -2px  0   2px,
    white 0   -2px 2px, white -2px  0   2px,
    white 2px  2px 2px, white -2px  2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px  2px 2px, white -1px  2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px  1px 2px, white -2px  1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px  1px 2px, white -1px  1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}

.mv_copy span {
	color: #f79a02;
	font-size: 3.4rem;
}


@media (min-width: 900px) {
	.mv {
	  height: 500px;
	}
	
	.mv_copy {
		font-size: 4.2rem;
	}
	
	.mv_copy span {
		font-size: 5.4rem;
	}
}


/* ---------------
MV直下
--------------- */
.top_info {
	padding: 30px 0 20px;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
}

.top_info_logo {
	width: 80px;
	margin-bottom: 8px;
}

.site_title {
	font-size: 1.7rem;
}

.shop_address {
	font-size: 1.5rem;
}

@media (min-width: 900px) {
	.top_info {
		padding: 60px 0 40px;
	}

	.top_info_logo {
		width: 120px;
		margin-bottom: 16px;
	}

	.site_title {
		font-size: 2rem;
	}

	.shop_address {
		font-size: 1.8rem;
	}
}


/* ---------------
メッセージ
--------------- */
.message {
	padding: 30px 0 60px;
}

.message_text {
	font-family: 'Shippori Mincho', serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.message_text span {
	color: #f79a02;
}

@media (min-width: 900px) {
	.message {
		padding: 40px 0 100px;
	}

	.message_text {
		font-size: 3rem;
		line-height: 2.5;
	}
}


/* ---------------
セクション基本
--------------- */
.section_title {
	position: relative;
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 50px;
	text-align: center;
}

.section_title::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background-color: #f4b018;
	border-radius: 10px;
}

.section_title::after {
	content: attr(data-en);
	position: relative;
	margin-left: 8px;
	font-size: 1.4rem;
	color: #7d7d7d;
}

@media (min-width: 900px) {
	.section_title {
		font-size: 5rem;
		margin-bottom: 80px;
	}
	
	.section_title::before {
		bottom: -25px;
		left: 50%;
		width: 15px;
		height: 15px;
		border-radius: 15px;
	}
	
	.section_title::after {
		margin-left: 12px;
		font-size: 1.8rem;
	}
}



/* ---------------
メニュー
--------------- */
.menu {
	margin: 40px 0 80px;
}

.menu .menu_list {
	margin-top: 40px;
}

.menu_list_category {
	font-family: 'Shippori Mincho', serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom:8px;
	border-bottom: dotted 1px #d6d6d6;
}

.menu .menu_list .item {
  border-bottom: dotted 1px #d6d6d6;
  padding:  18px 5px 18px 5px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.menu .menu_list .item .price {
	width: 115px;
	font-size: 1.1em;
	text-align: right;
}



/* ---------------
店内写真
--------------- */
.shop_photo {
	padding: 0 0 30px;
}

@media (min-width: 900px) {
	.shop_photo {
		padding: 0 0 60px;
	}
}

.shop_photo .container {
	width: 100%;
}

.shop_photo .slick-slide{
	margin: 0 5px;
}



/* ---------------
店舗情報
--------------- */
.shop_info {
	padding: 30px 0 60px;
}

.shop_info_tel_btn {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
	padding: 15px 0;
	background-color: #1399f1;
}

.shop_info_table {
  width: 100%;
  border-top: dotted 1px #d6d6d6;
  margin-bottom: 3rem;
}

.shop_info_table td {
  border-bottom: dotted 1px #d6d6d6;
  padding: 18px 5px;
  text-align: left;
  width: 25px;
}

.tel_btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 52px;
	margin: 0 auto;
	border: solid 1px #dcdcdc;
	background-color: #f4b018;
}

.tel_btn_svg {
	height: 30px;
	fill: #FFF;
}

.tel_btn_number {
	font-size: 2rem;
	padding-left: 12px;
	color: #FFF;
}

.googlemap {
	width: 100%;
	height: 300px;
	margin-top: 60px;
 }


@media (min-width: 900px) {
	.tel_btn {
		width: 400px;
		height: 62px;
	}
	
	.googlemap {
		height: 500px;
		margin-top: 90px;
	 }
}



/* ---------------
フッター
--------------- */
.site_footer {
	text-align: center;
	padding: 40px 0;
	background-color: #4e7977;
	color: #FFF;
}

.site_footer_copy {
	font-size: 1.2rem;
}



@media (min-width: 900px) {
	.site_footer {
		padding: 60px 0;
	}

	.site_footer_copy {
		font-size: 1.5rem;
	}
}



/* ---------------
404ページ
--------------- */
.not_found {
	padding: 50px 0;
	height: 30vh;
	text-align: center;
}

.not_found_link {
	display: block;
}














