﻿@charset "utf-8";


/*-----------------------------------------------------------
              body
-----------------------------------------------------------*/

/* <weight>: Use a value from 100 to 700 */

.en {
  font-family: "Josefin Sans", sans-serif;
}

html {
	margin-top: 0 !important;
	position: relative;
	min-height: 100%;
}

/* <weight>: Use a value from 100 to 900 */
body {
	width: 100%;
	font-size: 13px;
	color: #333;
  	font-family: "Noto Sans JP", 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
}

.br-pc {
	display:block;
}
.db-pc {
	display: block;
}
.db-sp {
	display: none;
}

a:hover img {
	opacity: 0.7;
	transition: 0.2s;
}

img {
	max-width: 100%;
	height: auto;
}


/*-----------------------------------------------------------
              index
-----------------------------------------------------------*/
body#index {
	height: 100vh;
}
body#index .wrapper {
	position: relative;
	height: 100vh;
}
body#index header {
	position: absolute;
	width: 200px;
	top: 3%;
	left: 3%;
}
.top_nav {
	position: absolute;
	max-width: 900px;
	width: 80%;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.top_nav ul {
	display: flex;
	justify-content: flex-start;
}
.top_nav ul li {
	margin-right: 25px;
}
.top_nav ul li:last-child {
	margin-right: 0;
}
.top_nav ul li a {
	display: inline-block;
	font-size: 25px;
	padding: 10px;
	color: #fff;
}
.top_nav ul li a:hover {
	opacity: 1;
	color: #c03d1f;
	transition: 0.5s;
}


.top_info_block {
	position: absolute;
	bottom: 3%;
	left: 3%;
	color: #fff;
	font-size: 20px;
}
.shop_info {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 20px;
  row-gap: 10px;
  color: #fff;
}

.shop_info dt {
  letter-spacing: 0.1em;
}

.shop_info dd {
  margin: 0;
  line-height: 1.6;
}

.shop_info span {
  font-size: 12px;
  opacity: 0.8;
}