@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 999px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.c-header__inner {
  height: 85px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 0 38px 0px;
  position: relative;
}

.c-header__inner .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.c-header__inner .logo a img {
  opacity: 1 !important;
}

@media only screen and (max-width: 999px) {
  .c-header__inner .logo {
    position: fixed;
    width: 70px;
  }
}

.c-header--sub .c-header__inner {
  height: 100px;
}

.c-header--sub .c-gnav .menu li a {
  color: #000;
}

.c-header--sub .c-gnav .sns li {
  color: #000;
}

/* Main menu
------------------------------------------------------------*/
.c-gnav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .c-gnav {
    background: url(../img/common/bg.png) repeat;
    background-size: 683px 683px;
    position: fixed;
    padding-top: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #333;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .c-gnav.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.c-gnav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .c-gnav ul {
    display: block;
    text-align: center;
  }
}

.c-gnav ul a {
  display: block;
  box-sizing: border-box;
}

.c-gnav ul a svg {
  vertical-align: middle;
}

.c-gnav .menu li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 19px;
}

@media only screen and (max-width: 1024px) {
  .c-gnav .menu li {
    margin: 20px 0;
  }
}

.c-gnav .menu li a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .c-gnav .menu li a {
    color: #000;
  }
}

.c-gnav .menu li.is-active a {
  color: #C49326;
}

.c-gnav .sns li {
  margin-left: 20px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .c-gnav .sns li {
    color: #000;
    margin: 20px 0;
  }
}

.c-gnav .sns li svg path {
  fill: currentColor;
}

/* icon-menu
------------------------------------------------------------*/
.c-iconmenu {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .c-iconmenu {
    display: block;
    width: 50px;
    height: 50px;
    background: #000000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .c-iconmenu span {
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 10px;
    top: 16px;
  }
  .c-iconmenu span:nth-child(2) {
    top: 25px;
  }
  .c-iconmenu span:nth-child(3) {
    top: 34px;
  }
  .c-iconmenu.is-active span:nth-child(1) {
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
    transform: translate3d(0, 9px, 0) rotate(-45deg);
  }
  .c-iconmenu.is-active span:nth-child(3) {
    -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
    transform: translate3d(0, -9px, 0) rotate(45deg);
  }
  .c-iconmenu.is-active span:nth-child(2) {
    opacity: 0;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  text-align: center;
  padding: 10.1rem 0 0;
}

@media only screen and (max-width: 999px) {
  .c-footer {
    padding: 5rem 0 0;
  }
}

.c-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 11.78vw;
  background: url(../img/common/bg-wave.png) no-repeat;
  background-size: 100%;
  background-position: top center;
}

@media only screen and (max-width: 999px) {
  .c-footer::after {
    height: 164px;
    background-size: cover;
  }
}

.c-footer__info a {
  display: block;
  box-sizing: border-box;
}

@media only screen and (max-width: 999px) {
  .c-footer__info a {
    max-width: 230px;
    margin: 0 auto;
  }
}

.c-footer__info .ja {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 31px;
}

@media only screen and (max-width: 999px) {
  .c-footer__info .ja {
    margin-top: 24px;
  }
}

.c-footer__info .en {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: 0.07rem;
}

.c-footer__info .c-text1 {
  margin-top: 25px;
  letter-spacing: 0.08rem;
}

.c-footer .c-btn-tel {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-top: 24px;
  padding: 25px 0 22px;
}

.c-footer .menu {
  margin-top: 49px;
}

@media only screen and (max-width: 999px) {
  .c-footer .menu {
    margin-top: 52px;
  }
}

.c-footer .menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-footer .menu ul li {
  margin: 0 18px;
}

@media only screen and (max-width: 999px) {
  .c-footer .menu ul li {
    margin: 0 10px;
  }
}

.c-footer .menu ul li a {
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 999px) {
  .c-footer .menu ul li a {
    font-size: 1.4rem;
  }
}

.c-footer .sns {
  margin: 39px 0 52px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-footer .sns li {
  margin: 0 10px;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  color: #000;
  font-family: "Noto Serif JP", serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 999px) {
  body {
    min-width: 320px;
  }
}

body.is-hidden {
  overflow-y: hidden;
}

main {
  overflow: hidden;
  background: url(../img/common/bg.png) repeat;
  background-size: 683px 683px;
}

main:not(.p-top) {
  padding-top: 100px;
}

@media only screen and (max-width: 999px) {
  main:not(.p-top) {
    padding-top: 0;
  }
}

.l-container {
  max-width: 1088px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-content {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-content {
    padding: 0 20px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
  padding: 10px 50px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 1;
}

.c-btn-tel {
  text-align: center;
}

.c-btn-tel p {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.c-btn-tel a {
  font-size: 2.5rem;
  pointer-events: none;
  margin-top: 4px;
  display: inline-block;
  letter-spacing: 0.12rem;
}

@media only screen and (max-width: 999px) {
  .c-btn-tel a {
    pointer-events: visible;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 .ja {
  font-size: 5rem;
}

.c-ttl1 .ja span {
  font-size: 3rem;
  margin-left: 9px;
  letter-spacing: 0.3rem;
}

.c-ttl1 .en {
  font-size: 2rem;
  font-weight: 700;
  color: #C49326;
  margin-top: 6px;
  letter-spacing: 0.2rem;
}

.c-ttl1--mode {
  text-align: center;
}

.c-ttl1--mode .ja {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}

@media only screen and (max-width: 999px) {
  .c-ttl1--mode .ja {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 999px) {
  .c-ttl1--mode .en {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-top: 12px;
  }
}

.c-ttl2 {
  font-size: 3rem;
  font-weight: 500;
  border-bottom: 1px solid #C49326;
  letter-spacing: 0.3rem;
  padding-bottom: 12px;
}

@media only screen and (max-width: 999px) {
  .c-ttl2 {
    font-size: 2.5rem;
    padding-bottom: 10px;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  line-height: 2;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgtext {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  padding: 106px 0;
  position: relative;
}

@media only screen and (max-width: 999px) {
  .c-imgtext {
    display: block;
    padding: 15px 20px 20px;
    background: #fff;
  }
}

.c-imgtext::before {
  content: "";
  width: 62.3%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1px;
}

.c-imgtext__img {
  position: relative;
  width: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 999px) {
  .c-imgtext__img {
    width: 100%;
    margin-top: 15px;
  }
}

.c-imgtext__text {
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  padding: 7px 40px 0 139px;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 999px) {
  .c-imgtext__text {
    padding: 0;
    z-index: 3;
    background: transparent;
  }
}

.c-imgtext__text .c-ttl1 {
  margin-bottom: 19px;
}

@media only screen and (max-width: 999px) {
  .c-imgtext__text .c-ttl1 {
    margin-bottom: 15px;
  }
}

.c-imgtext--mode {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-flow: row-reverse;
  padding: 100px 0 112px;
}

@media only screen and (max-width: 999px) {
  .c-imgtext--mode {
    padding: 10px 20px 20px;
  }
}

.c-imgtext--mode::before {
  left: auto;
  right: 0;
}

.c-imgtext--mode .c-imgtext__text {
  padding: 57px 130px 0 45px;
}

@media only screen and (max-width: 999px) {
  .c-imgtext--mode .c-imgtext__text {
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
.c-imgtext2 {
  display: -webkit-box;
  display: flex;
  padding: 40px;
  background: #fff;
}

@media only screen and (max-width: 999px) {
  .c-imgtext2 {
    display: block;
    padding: 20px 20px 36px;
  }
}

.c-imgtext2 .thumb {
  width: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 999px) {
  .c-imgtext2 .thumb {
    width: 100%;
  }
}

.c-imgtext2 .info {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 39px 0 0 31px;
}

@media only screen and (max-width: 999px) {
  .c-imgtext2 .info {
    padding: 32px 0 0 0px;
  }
}

.c-imgtext2 .info .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 999px) {
  .c-imgtext2 .info .ttl {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.c-imgtext2 .info .c-text1 {
  margin-top: 22px;
}

.c-imgtext2 .info .link {
  text-align: right;
  margin-top: 17px;
}

@media only screen and (max-width: 999px) {
  .c-imgtext2 .info .link {
    text-align: center;
  }
}

.c-imgtext2 .info .link a {
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 2px solid #6377A2;
  min-width: 200px;
  padding: 8px 9px;
}

@media only screen and (max-width: 999px) {
  .c-imgtext2 .info .link a {
    padding: 9px 9px 9px 7px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -45px;
  overflow: hidden;
}

@media only screen and (max-width: 999px) {
  .c-list1 {
    margin-right: 0;
  }
}

.c-list1__item {
  width: calc((100% / 3) - 47px);
  margin-right: 45px;
  margin-bottom: 56px;
}

@media only screen and (max-width: 999px) {
  .c-list1__item {
    width: 100%;
    margin: 0 0 25px;
  }
}

.c-list1 .name {
  font-size: 2rem;
  font-weight: 500;
  border-left: 9px solid #C49326;
  line-height: 1.45;
  letter-spacing: 0.4rem;
  padding-left: 11px;
}

.c-list1 .name + .set-menu {
  margin-top: 31px;
}

.c-list1 .name + .amount {
  margin-top: 30px;
}

.c-list1 .set-menu li {
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  display: flex;
  padding: 0 2px 0 5px;
  position: relative;
}

.c-list1 .set-menu li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 0;
  left: 0;
}

.c-list1 .set-menu li span {
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .c-list1 .set-menu li span {
    min-width: 60px;
  }
}

.c-list1 .set-menu li:last-child {
  border-bottom: 1px solid #DDD;
}

.c-list1 .set-menu + .amount {
  margin-top: 27px;
}

.c-list1 .set-menu + .material {
  margin: 20px 0 25px;
}

.c-list1 .amount {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.c-list1 .amount + .set-menu {
  margin-top: 9px;
}

.c-list1 .amount + .material {
  margin-top: 5px;
}

.c-list1 .amount.mt1 {
  margin-top: 38px;
}

.c-list1 .amount.mt2 {
  margin-top: 34px;
}

.c-list1 .amount.mt3 {
  margin-top: 24px;
}

.c-list1 .material li {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}

.c-list1 .material li:before {
  content: "●";
  display: inline-block;
  color: #C7C7C7;
  margin-right: 3px;
}

.c-list1 .material.mt1 {
  margin-top: 10px;
}

.c-list2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  overflow: hidden;
}

@media only screen and (max-width: 999px) {
  .c-list2 {
    margin-right: 0;
  }
}

.c-list2 li {
  width: calc(33.3% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 999px) {
  .c-list2 li {
    width: 100%;
    margin: 0 0 25px;
  }
}

.c-list2 li .info {
  padding: 20px 0 0;
}

@media only screen and (max-width: 999px) {
  .c-list2 li .info {
    font-size: 1.6rem;
  }
}

.c-list2 li .ttl {
  font-size: 2rem;
}

@media only screen and (max-width: 999px) {
  .c-list2 li .ttl {
    font-size: 1.6rem;
  }
}

.c-list2 li .price {
  font-size: 2.5rem;
  margin: 5px 0;
}

@media only screen and (max-width: 999px) {
  .c-list2 li .price {
    font-size: 2rem;
  }
}

.c-list2 li span {
  display: block;
  font-size: 1.4rem;
}

.c-list2 li .thumb {
  position: relative;
}

.c-list2 li .thumb::before {
  content: "";
  display: block;
  padding-top: 75.4%;
}

.c-list2 li .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-tbl1 {
  width: 100%;
  border-collapse: collapse;
}

.c-tbl1 tr th, .c-tbl1 tr td {
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  background: #fff;
  padding: 14px 0 11px 10px;
  letter-spacing: 0.07rem;
}

@media only screen and (max-width: 999px) {
  .c-tbl1 tr th, .c-tbl1 tr td {
    display: block;
    line-height: 1.6;
    padding: 4px 0 4px 10px;
    word-break: break-word;
  }
}

.c-tbl1 tr th {
  width: 137px;
}

@media only screen and (max-width: 999px) {
  .c-tbl1 tr th {
    width: 100%;
    background: #FCF9F2 !important;
  }
}

@media only screen and (max-width: 999px) {
  .c-tbl1 tr td {
    padding: 8px 0 12px 10px;
  }
}

.c-tbl1 tr:nth-child(odd) th, .c-tbl1 tr:nth-child(odd) td {
  background: #FCF9F2;
}

@media only screen and (max-width: 999px) {
  .c-tbl1 tr:nth-child(odd) th, .c-tbl1 tr:nth-child(odd) td {
    background: #fff;
  }
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
.c-slider1 {
  width: 100%;
}

.c-slider1__item {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media only screen and (max-width: 999px) {
  .c-slider1__item {
    height: 56.8vh;
    min-height: 397px;
  }
}

.c-slider1__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

/*
------------------------------------------------------------*/
.c-mv {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 999px) {
  .c-mv {
    display: block;
  }
}

.c-mv__left {
  width: 466px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1
  
}
.c-mv__left img { position: relative; z-index: 5 }
.c-mv__left:before {
	background-image: url(../img/top/mainv-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	z-index: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 999px) {
  .c-mv__left {
    width: 100%;
    height: 100vh;
  }
  .c-mv__left > img {
    max-width: 200px;
    position: relative;
    z-index: 5;
  }
}

.c-mv__left .bg-top {
  position: absolute;
  width: 500px;
  top: -145px;
  left: -221px;
}

@media only screen and (max-width: 999px) {
  .c-mv__left .bg-top {
    top: -137px;
    left: -130px;
  }
}

.c-mv__left .bg-bot {
  position: absolute;
  width: 677px;
  bottom: -165px;
  right: -314px;
  z-index: 1;
}

@media only screen and (max-width: 999px) {
  .c-mv__left .bg-bot {
    bottom: -124px;
    right: -305px;
  }
}

.c-mv__right {
  width: calc(100% - 466px);
}

.c-mv__right .title {
    width: 90px;
    position: absolute;
    top: 100px;
    right: 40px;
    z-index: 1;
  }

@media only screen and (max-width: 999px) {
  .c-mv__right {
    width: 100%;
    position: relative;
  }
  .c-mv__right .title {
    width: 90px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
}

@media only screen and (max-width: 999px) {
  .c-slider2 .item {
    height: 69.6vw;
    min-height: 288px;
  }
  .c-slider2 .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-hero {
  background: #C49326;
  text-align: center;
  padding: 110px 0 108px;
}

@media only screen and (max-width: 999px) {
  .c-hero {
    padding: 5rem 0;
  }
}

.c-hero h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
}

.c-hero h2 span {
  display: block;
  font-size: 2rem;
  margin-top: 7px;
}

@media only screen and (max-width: 999px) {
  .c-hero h2 span {
    font-size: 1.6rem;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top-intro {
  padding: 0;
  margin-top: 13rem;
  position: relative;
}
.p-top-intro:before {
	content: " ";
	background-color: #fff;
	width: 65%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 999px) {
  .p-top-intro {
    padding: 25px 20px 10rem;
    background: transparent;
    margin-top: 5rem
  }
  .p-top-intro:before { display: none }
}

.p-top-intro .bg-bot {
  width: 650px;
  position: absolute;
  bottom: -105px;
  right: 36px;
  z-index: 1;
}

@media only screen and (max-width: 999px) {
  .p-top-intro .bg-bot {
    width: 677px;
    bottom: -100px;
    right: -328px;
  }
}

.p-top-sakana {
  padding: 14.5rem 0 0;
  position: relative;
}

@media only screen and (max-width: 999px) {
  .p-top-sakana {
    padding: 0 20px 10rem;
  }
}

.p-top-sakana .bg-bot {
  width: 677px;
  position: absolute;
  bottom: -247px;
  left: 102px;
  z-index: 1;
}

@media only screen and (max-width: 999px) {
  .p-top-sakana .bg-bot {
    left: -336px;
    bottom: -50px;
    width: 578px;
  }
}

.p-top-sake {
  padding: 15rem 0 0;
}

@media only screen and (max-width: 999px) {
  .p-top-sake {
    padding: 0 20px 10rem;
  }
}

@media only screen and (max-width: 999px) {
  .p-top-sake .c-imgtext {
    padding-bottom: 24px;
  }
}

.p-top-sake .c-imgtext__text {
  padding-top: 26px;
}

@media only screen and (max-width: 999px) {
  .p-top-sake .c-imgtext__text {
    padding-top: 4px;
  }
  .p-top-sake .c-imgtext__text .c-ttl1 {
    margin-bottom: 20px;
  }
}

.p-top-menu {
  padding: 14.6rem 0 12.2rem;
}

@media only screen and (max-width: 999px) {
  .p-top-menu {
    padding: 0 0 10rem;
  }
}

.p-top-menu .ban {
  position: relative;
}

.p-top-menu .ban:before {
  content: "";
  display: block;
  padding-top: 400px;
}

@media only screen and (max-width: 999px) {
  .p-top-menu .ban:before {
    padding-top: 300px;
  }
}

.p-top-menu .ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover";
  position: absolute;
  left: 0;
  top: 0;
}

.p-top-menu .ban .c-ttl1 {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 999px) {
  .p-top-menu .ban .c-ttl1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.85);
    width: 220px;
    text-align: center;
    padding: 24px 0 21px;
  }
}

.p-top-menu .ban .c-ttl1 .ja {
  font-size: 3.5rem;
  letter-spacing: 0.3rem;
}

.p-top-menu .c-imgtext2 {
  margin: -50px auto 0;
  position: relative;
  max-width: 1087px;
}

@media only screen and (max-width: 999px) {
  .p-top-menu .c-imgtext2 {
    margin-top: -40px;
    max-width: calc(100% - 40px);
  }
}

.p-top-about {
  background: #fff;
  padding: 10rem 0 10.1rem;
}

@media only screen and (max-width: 999px) {
  .p-top-about {
    padding: 8rem 0 2rem;
  }
}

.p-top-about .c-text1 {
  text-align: center;
  margin-top: 53px;
}

@media only screen and (max-width: 999px) {
  .p-top-about .c-text1 {
    margin-top: 26px;
    text-align: left;
  }
}

.p-top-about .c-tbl1 {
  margin-top: 25px;
}

@media only screen and (max-width: 999px) {
  .p-top-about .c-tbl1 {
    margin-top: 27px;
  }
}

.p-top-about .c-btn-tel {
  margin-top: 40px;
}

@media only screen and (max-width: 999px) {
  .p-top-about .c-btn-tel {
    margin-top: 15px;
  }
}

.p-top-about .img-floor {
  margin-top: 48px;
}

@media only screen and (max-width: 999px) {
  .p-top-about .img-floor {
    margin-top: 30px;
  }
  .p-top-about .img-floor img {
    margin: 0 auto 20px;
    max-width: 398px;
    width: 100%;
  }
}

.p-top-about .c-slider2 {
  margin-top: 50px;
}

@media only screen and (max-width: 999px) {
  .p-top-about .c-slider2 {
    margin-top: 20px;
  }
}

.p-top-map {
  height: 500px;
}

@media only screen and (max-width: 999px) {
  .p-top-map {
    height: 400px;
  }
  .p-top-map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-top-map iframe {
  width: 100%;
  height: 100%;
}

.p-top-sns {
  padding: 10rem 0;
}

@media only screen and (max-width: 999px) {
  .p-top-sns {
    padding: 10rem 0 12.1rem;
  }
}

.p-top-sns .inner {
  max-width: 1089px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .p-top-sns .inner {
    padding: 0 20px;
  }
}

.p-top-sns .instalist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-right: -23px;
  overflow: hidden;
}
.p-top-sns .instalist2 {
  margin-top: 15px;
  margin-left: -12px;
  margin-right: -12px;
}

@media only screen and (max-width: 999px) {
  .p-top-sns .instalist {
    margin-right: -20px;
    margin-top: 10px;
  }
  .p-top-sns .instalist2 {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 10px;
  }
}

.p-top-sns .instalist a {
  display: block;
  box-sizing: border-box;
  width: calc(25% - 23px);
  margin: 24px 23px 0 0;
}

@media only screen and (max-width: 999px) {
  .p-top-sns .instalist a {
    width: calc(50% - 20px);
    margin: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 999px) {
  .p-top-sns .c-ttl1--mode .ja {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 999px) {
  .p-top-sns .c-ttl1--mode .en {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-top: 8px;
  }
}

/*------------------------------------------------------------
Css of menu page
------------------------------------------------------------*/
.p-menu__main {
  padding: 116px 0 83px;
}

@media only screen and (max-width: 999px) {
  .p-menu__main {
    padding: 60px 0 40px;
  }
}

.p-menu-01 .c-list1 {
  margin-top: 39px;
}

@media only screen and (max-width: 999px) {
  .p-menu-01 .c-list1 {
    margin-top: 20px;
  }
}

.p-menu-01 .c-slider2 {
  margin: 55px 0 85px;
}

@media only screen and (max-width: 999px) {
  .p-menu-01 .c-slider2 {
    margin: 25px 0 45px;
  }
}

.p-menu-02 {
  padding: 44px 0 20px;
}

.p-menu-02 .c-list2 {
  margin-top: 29px;
}

.menu-note {
  font-size: 14px;
  margin-bottom: -14px;
  margin-top: 28px;
}

@media only screen and (max-width: 999px) {
  .p-menu-02 .c-list2 {
    margin-top: 20px;
  }
  .menu-note {
    font-size: 12px;
    margin-bottom: -8px;
    margin-top: 20px;
  }
}

.p-menu-03 {
  padding: 44px 0 0;
}

.p-menu-03 .c-list1 {
  margin-top: 30px;
}

@media only screen and (max-width: 999px) {
  .p-menu-03 .c-list1 {
    margin-top: 20px;
  }
}

.p-menu-03 .c-list1__item {
  margin-bottom: 1px;
}
#sb_instagram > #sbi_images {
  padding: 0 !important;
}

.p-top-sns #sb_instagram #sbi_images > .sbi_item {
  padding: 12px !important;
}

@media only screen and (max-width: 999px) {
  .p-top-sns #sb_instagram #sbi_images > .sbi_item {
    padding: 6px !important;
  }
}