@charset "UTF-8";
* {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.inner {
	width: 1200px;
	margin: 0 auto;
}
.sticked_header {
	position: sticky;
	top: 0;
	z-index: 9999;
}

header {
	background: rgba(255, 255, 255, 0.7);
	height: 80px;
}

header .inner {
	display: flex;
	justify-content: space-around;
	height: 100%;
}

#site_title {
	margin: 0.5rem;
	width: 55px;
	background: url("../img/logo/logo_img.svg") no-repeat center center/contain;
}

#site_title a {
	display: block;
	width: 55px;
	height: 100%;
}

#grobal_nav ul {
	display: flex;
	align-items: center;
	height: 100%;
}

#grobal_nav li {
	margin-left: 2rem;
	height: 100%;
}
#grobal_nav li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #48484C;
	height: 100%;
}

#grobal_nav li a span:hover {
	border-bottom: solid 1px #48484C;
}

#sub_nav ul {
	display: flex;
	align-items: center;
	height: 100%;
}

#sub_nav li {
	margin-left: 2rem;
	height: 100%;
}

#sub_nav li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #48484C;
	height: 100%;
}

#sub_nav li a span:hover {
	border-bottom: solid 1px #48484C;
}

#SNS_link ul {
	display: flex;
	align-items: center;
	height: 100%;
}

#SNS_link ul li {
	margin-right: 1rem;
}

#SNS_link img {
	height: 32px;
}

#top {
	height: calc(100vh - 80px);
	background: url("../img/store.jpg") no-repeat center bottom;
	background-attachment: fixed;
	z-index: 1;
}

#particles-js {
	display: flex;
	align-items: flex-end;
}

#store_infomation {
	position: fixed;
	margin-bottom: 150px;
	margin-left: 60%;
	background: #FFF;
	border: solid #cfcfcf 3px;
	padding: 1.5rem 4rem 1.5rem 2rem;
	line-height: 2rem;
	z-index: 2;
}

.note {
	display: block;
	margin-top: 0.5rem;
}

section {
	padding-top: 8rem;
}

#concept {
	width: 100%;
	height: 100vh;
	background: #FFF;
	position: relative;
	z-index: 3;
}

#concept .inner {
	padding-top: 4rem;
	height: 100%;
}

#concept_bg {
	background: url("../img/concept_img.jpeg") no-repeat right 300px center/contain;
	height: 80%;
}

#concept_text {
	position: relative;
	top: 40%;
	left: 40%;
	width: 60%;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.7);
}

h2 {
	font-weight: normal;
}

h2.section_title {
	text-align: center;
}

h2.section_title::before {
	content: '- '
}

h2.section_title::after {
	content: ' -'
}

#concept_text h2 {
	color: #65A69D;
}

#concept_text p {
	padding-left: 1rem;
}

#menu {
	width: 100%;
	min-height: 100vh;
	background: #FFF;
	position: relative;
	z-index: 4;
}

#menu .note {
	text-align: center;
}
/* ボタンのCSS　*/
.btn {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}
a.btn_common {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	height: 2.5rem;
	position: relative;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}
a.btn_common:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	right: 25px;
	margin-top: -6px;
}

a.btn_moremenu {
	border: 1px solid #FFF;
	background: #A5A5A5;
	color: #FFF;
}
a.btn_moremenu:hover {
	background: #FFF;
	color: #A5A5A5;
	border: 1px solid #A5A5A5;
}
a.btn_moremenu:hover:before {
	border-top: 2px solid #A5A5A5;
	border-right: 2px solid #A5A5A5;
}

#access {
	width: 100%;
	min-height: 100vh;
	background: #FFF;
	position: relative;
	z-index: 5;
}

#access .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	margin-top: 3rem;
}

#access_map {
	width: 50%;
	height: 600px;
	margin-right: 1rem;
}

#access_map iframe {
	border: none;
	width: 100%;
	height: 100%;
}

#store_address {
	padding: 1rem;
	width: 50%;
	display: flex;
	align-items: center;
}

#store_address p {
	line-height: 2rem;
}

#contact {
	width: 100%;
	min-height: 90vh;
	background: #FFF;
	position: relative;
	z-index: 6;
}

#contact_form {
	width: 100%;
	margin-top: 2rem;
}

#contact_form ul {
	margin: 1rem auto;
}

#contact_form ul li {
	text-align: center;
}

#contact_form ul li.btn {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

a.btn_mailform {
	border: 1px solid #FFF;
	background: #A5A5A5;
	color: #FFF;
}
a.btn_mailform:hover {
	background: #FFF;
	color: #A5A5A5;
	border: 1px solid #A5A5A5;
}
a.btn_mailform:hover:before {
	border-top: 2px solid #A5A5A5;
	border-right: 2px solid #A5A5A5;
}

footer {
	width: 100%;
	height: 30px;
	text-align: center;
}