html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  color: #000;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;*/
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.75;
  font-weight: normal;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
ul,
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.7;
}
.l-footer {
  width: 100%;
  background: #000;
	color:#FFF;
}
.l-footer .l-section__inner {
  padding: 30px 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer .l-section__inner {
    flex-wrap: wrap;
  }
}
.l-footer__logo {
  max-width: 112px;
  width: 100%;
  display: flex;
  align-items: center;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__menu__head {
  max-width: 480px;
  width: 100%;
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__head {
    max-width: auto;
    width: calc(100% - 112px - 12px);
    margin-left: 12px;
  }
}
.l-footer__menu__body {
  max-width: 742px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__body {
    max-width: 100%;
  }
}
.l-footer__menu__tel {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__tel {
    font-size: 16px;
  }
}
.l-footer__menu__tel a {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__tel a {
    font-size: 18px;
  }
}
.l-footer__menu__address {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__address {
    font-size: 13px;
  }
}
.l-footer__menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__list {
    display: block;
    margin-top: 25px;
  }
}
.l-footer__menu__list__item {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__list__item {
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #000;
  }
}
.l-footer__menu__list__item + .l-footer__menu__list__item {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__list__item + .l-footer__menu__list__item {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__list__item span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__list__item span::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #FFF;
    border-left: 5px solid transparent;
  }
}
.l-footer__menu__list__btn {
  border-left: none !important;
  background: #FFF;
  color: #000;
  border-radius: 3px;
  font-size: 17px;
  padding: 10px 0;
  max-width: 192px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__list__btn {
    max-width: 100%;
    padding: 12px 0;
    border-bottom: none !important;
    margin-top: 20px;
  }
}
.l-footer__copy {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 13px 0;
  width: 100%;
  background: #343434;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 12px;
  }
}
.l-header {
  width: 100%;
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  /*background: rgba(255, 255, 255, 0);*/
	background: #fff;
  transition: all 0.5s;
}
.l-header.is-active {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 6px 0;
  }
}
.l-header__logo {
  max-width: 180px;
  width: 100%;
  display: flex;
  align-items: center;
}
.l-header__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 100px;
    margin: 0 auto;
  }
}
.l-header__menu {
  width: calc(100% - 112px);
}
.l-header__menu .l-header__menu__sns__item img{
	max-width:25px;
}
.l-header__menu__tel .l-header__menu__sns__item + .l-header__menu__sns__item{
	margin-left:0;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    position: fixed;
    z-index: -1;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
	  color:#FFF;
    opacity: 0;
    padding: 25px;
    overflow: auto;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu.is-active {
    top: 0;
    opacity: 1;
    z-index: 2;
  }
}
.l-header__menu__body {
  margin-top: 10px;
}
.l-header__menu__tel {
  text-align: right;
  font-size: 20px;
  line-height: 1;
}
.l-header__menu__tel a {
  font-size: 30px;
}
.l-header__menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header__menu__list {
    display: block;
    margin-top: 100px;
  }
}
.l-header__menu__list__item {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-header__menu__list__item {
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #FFF;
  }
}
.l-header__menu__list__item + .l-header__menu__list__item {
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .l-header__menu__list__item + .l-header__menu__list__item {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu__list__item span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu__list__item span::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #FFF;
    border-left: 5px solid transparent;
  }
}
.l-header__menu__list__btn {
  border-left: none !important;
  background: #000;
  color: #FFF;
  border-radius: 3px;
  font-size: 17px;
  padding: 10px 0;
  max-width: 192px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header__menu__list__btn {
	  background: #fff;
	  color: #000;
    max-width: 100%;
    padding: 12px 0;
    border-bottom: none !important;
    margin-top: 30px;
  }
  .l-header__menu__list__btn + .l-header__menu__list__btn {
    margin-top: 20px;
  }
  .l-header__menu__list__btn span {
    font-size: 12px;
  }
  .l-header__menu__list__btn span::before {
    display: none;
  }
}
.l-header__menu__logo {
  max-width: 110px;
  width: 100%;
  margin: 34px auto 0;
}
.l-header__menu__logo img {
  width: 100%;
}
.l-header__menu__address {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.l-header__menu__sns {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__menu__sns__item {
  width: 30px;
}
.l-header__menu__sns__item + .l-header__menu__sns__item {
  margin-left: 20px;
}
.l-header__menu__sns__item img {
  width: 100%;
}
.l-header__menu-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 36px;
    height: 32px;
    font-family: inherit;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.l-header__menu-btn__line {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #000;
  position: absolute;
  top: 22px;
  right: 0;
  margin: auto;
}
.l-header__menu-btn__line::before,
.l-header__menu-btn__line::after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 1px;
  background: #000;
  position: absolute;
  right: 0;
  margin: auto;
}
.l-header__menu-btn__line::before {
  top: -7px;
	width: 36px;
}
.l-header__menu-btn__line::after {
  bottom: -7px;
	width: 24px;
}
.l-header__menu-btn__text {
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
}
.l-header__menu-btn-close {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__menu-btn-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
.l-header__menu-btn-close::before,
.l-header__menu-btn-close::after {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  z-index: 2;
}
.l-header__menu-btn-close::before {
  transform: rotate(45deg);
}
.l-header__menu-btn-close::after {
  transform: rotate(135deg);
}
.l-header .l-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l-section__inner {
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}
.l-section {
  overflow: hidden;
}
.l-section .l-section__inner {
  padding: 50px 25px;
}
@media screen and (max-width: 768px) {
  .l-section .l-section__inner {
    padding: 20px 25px 50px;
  }
}
.bg-black {
  background: #FFFFFF;
  color: ##0B001F;
}
.top-hero {
  width: 100%;
	margin-top:80px;
	position: relative;
}
@media screen and (max-width: 1365px) {
  .top-hero {
    position: relative;
    min-height: 660px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .top-hero {
    min-height: auto;
    overflow: visible;
  }
}
.top-hero__text {
	text-shadow: 0px 0px 6px #000;
  color: #FFF;
  font-size: 2.575vw;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 22%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
	letter-spacing: 1em;
}
@media screen and (max-width: 1365px) {
  .top-hero__text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .top-hero__text {
    top: 12%;
    font-size: 5.74vw;
  }
}
.top-hero img {
  width: 100%;
}
@media screen and (max-width: 1365px) {
  .top-hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-hero img {
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.top-title {
  text-align: center;
  font-size: 30px;
	font-weight:500;
  line-height: 1.3;
  padding-bottom: 50px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-title {
    font-size: 22px;
	  font-weight:500;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.top-title::before {
  content: "";
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-local-nav {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .top-local-nav {
    display: block;
    padding: 15px 0 30px;
  }
}
.top-local-nav__wrap {
  padding: 0 14px;
}
.top-local-nav__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .top-local-nav__item {
    width: 100%;
  }
  .top-local-nav__item + .top-local-nav__item {
    margin-top: 12px;
  }
}
.top-local-nav__item a {
	position:relative;
  display: block;
  width: 100%;
  /*box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);*/
  border-bottom: 3px solid #000;
  border-radius: 2px;
  font-size: 20px;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
}
.top-local-nav__item a:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-local-nav__item a {
    font-size: 18px;
    padding: 12px 0;
  }
}
.top-about__item {
  display: flex;
  justify-content: space-between;
	flex-direction: row;
}
@media screen and (max-width: 768px) {
  .top-about__item {
    display: block;
  }
}
.top-about__item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-about__item + .top-about__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-about__item + .top-about__item {
    margin-top: 30px;
  }
}
.top-about__item__img {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .top-about__item__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.top-about__item__img img {
  width: 100%;
}
.top-about__item__text-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-about__item__text-wrap {
    width: 100%;
  }
}
.top-about__item__title {
  font-size: 24px;
	font-weight:500;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-about__item__title {
    font-size: 17px;
	  font-weight:500;
    margin-bottom: 15px;
  }
}
.top-about__item__text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-about__item__text {
    font-size: 13px;
  }
}
.top-menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-menu {
    display: block;
  }
}
.top-menu__item {
  width: calc((100% - 90px) / 3);
  margin-right: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-menu__item {
    width: 100%;
  }
}
.top-menu__item:nth-child(3n) {
  margin-right: 0;
}
.top-menu__item:nth-child(n + 4) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-menu__item:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__item + .top-menu__item {
    margin-top: 30px;
  }
}
.top-menu__item__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-menu__item__img {
    margin-bottom: 15px;
  }
}
.top-menu__item__img img {
  width: 100%;
}
.top-menu__item__title {
  font-size: 24px;
	font-weight:500;
  margin-bottom: 30px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .top-menu__item__title {
    font-size: 17px;
	  font-weight:500;
    margin-bottom: 15px;
  }
}
.top-menu__item__text-wrap {
  position: relative;
}
.top-menu__item__text-wrap::before {
  /*content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 1px;
  background: #000;*/
}
.top-menu__item__text {
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1.3;
    max-width: 100%;
    word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top-menu__item__text {
    font-size: 13px;
    padding-bottom: 15px;
  }
}
.top-menu__price {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-menu__price {
    margin-top: 15px;
  }
}
.top-menu__price__title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-menu__price__title {
    margin-bottom: 15px;
  }
}
.top-menu__price__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
.top-menu__price__item + .top-menu__price__item {
  margin-top: 10px;
}
.top-menu__price__item__head {
  font-size: 16px;
  line-height: 1.5;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .top-menu__price__item__head {
    font-size: 13px;
  }
}
.top-menu__price__item__body {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .top-menu__price__item__body {
    font-size: 13px;
  }
}
.top-menu__price__item__note {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .top-menu__price__item__note {
    font-size: 11px;
  }
}
.top-menu__price .top-menu__price__item + .top-menu__price__title {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-menu__price .top-menu__price__item + .top-menu__price__title {
    margin-top: 15px;
  }
}
.top-menu__btn-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-menu__btn-wrap {
    margin-top: 10px;
  }
}
.top-menu__btn {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.3125;
  padding: 3px 11px;
}
@media screen and (max-width: 768px) {
  .top-menu__btn {
    font-size: 12px;
  }
}
.top-menu__other-link-wrap {
  text-align: right;
  margin-top: 30px;
}
.top-menu__other-link {
  font-size: 16px;
  text-decoration: underline;
}
.top-shop {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-shop {
    display: block;
  }
}
.top-shop__left {
  width: 47.75%;
}
@media screen and (max-width: 768px) {
  .top-shop__left {
    width: 100%;
  }
}
.top-shop__right {
  width: 48.9%;
}
@media screen and (max-width: 768px) {
  .top-shop__right {
    width: 100%;
    margin-top: 20px;
  }
}
.top-shop__tel {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  padding: 23px 41px;
  background: #000;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .top-shop__tel {
    display: block;
    width: 100%;
    font-size: 19px;
    padding: 15px 20px;
  }
}
.top-shop__tel span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .top-shop__tel span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .top-shop__tel {
    margin-bottom: 20px;
  }
}
.top-shop__map {
  width: 100%;
  position: relative;
  padding-top: 90%;
}
.top-shop__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-shop__table {
  width: 100%;
}
.top-shop__table th,
.top-shop__table td {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .top-shop__table th,
  .top-shop__table td {
    font-size: 13px;
  }
}
.top-shop__table th + td {
  border-left: solid 1px #fff;
}
.top-shop__table td + td {
  border-left: solid 1px #fff;
}
.top-shop__table td + th {
  border-left: solid 1px #fff;
}
.top-shop__table tr {
  display: flex;
  background: #000;
  padding: 12px 15px;
}
.top-shop__table tr + tr {
  margin-top: 1px;
}
.top-shop__table th {
  text-align: left;
  width: 26.5%;
}
@media screen and (max-width: 768px) {
  .top-shop__table th {
    width: 33.5%;
  }
}
.top-shop__table td {
  text-align: left;
  width: 73.5%;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .top-shop__table td {
    width: 66.5%;
    padding: 0 0 0 15px;
  }
}
.u-pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
