@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?uvbni1");
  src: url("../fonts/icomoon.eot?uvbni1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?uvbni1") format("truetype"), url("../fonts/icomoon.woff?uvbni1") format("woff"), url("../fonts/icomoon.svg?uvbni1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
  content: "\f040";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-arrow-up:before {
  content: "\e901";
  color: #4b4b4b;
}

.icon-arrow-left:before {
  content: "\e905";
  color: #4b4b4b;
}

.icon-arrow-down:before {
  content: "\e906";
  color: #4b4b4b;
}

.icon-arrow-rght:before {
  content: "\e907";
  color: #4b4b4b;
}

.icon-line:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e908";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

/* reset */
:root {
  --body-bg-color: #ffffff;
  --body-text-color: #444444;
  --color-white: #ffffff;
  --color01: #f3f7fb;
  --color02: #bc9471;
  --color03: #b5b5b5;
  --color04: #121212;
  --color05: #a2aab4;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  line-height: calc(0.25rem + 1.5em + 0.25rem);
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tab-size: 4;
  tab-size: 4;
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-align: left;
  overflow-x: hidden;
  /* set */
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  font-family: "Didact Gothic", "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 16px;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

p:not([class]) {
  margin-bottom: 1rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol:not([class]), ul:not([class]), dl:not([class]) {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol:not([class]) ol, ul:not([class]) ul, ol:not([class]) ul, ul:not([class]) ol {
  margin-bottom: 0;
}

ul[role=list],
ol[role=list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

dd:not([class]) {
  margin-bottom: 0.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: var(--body-text-color);
  background-color: transparent;
  text-decoration: underline;
}

a[class] {
  background-color: transparent;
  color: inherit;
}

a[class] {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
  -webkit-backface-visibility: hidden;
  height: auto;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img,
picture {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a[class].img_link > img:not([class]) {
  display: inline-block;
}

.pc_only {
  display: none;
}
@media screen and (min-width: 980px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp_only {
    display: none;
  }
}

.contents-container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 760px;
}
@media screen and (min-width: 980px) {
  .contents-container {
    max-width: 1100px;
  }
}

.section_title-wrap {
  margin-bottom: 35px;
}
@media screen and (min-width: 980px) {
  .section_title-wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 979px) {
  .section_title-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.section_title-wrap .section_title {
  color: var(--color04);
  position: relative;
  padding-top: 40px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 28px;
}
@media screen and (min-width: 980px) {
  .section_title-wrap .section_title {
    font-size: 38px;
  }
}
.section_title-wrap .section_title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  transform: rotate(-60deg);
  background-color: var(--body-text-color);
  width: 30px;
  height: 1px;
}

.header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .header .header-wrap {
    padding: 20px 0 20px;
  }
}
.header .header_logo {
  position: relative;
}
.header .header_tel-wrap .header_tel {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .header .header_tel-wrap .header_tel {
    border-bottom: 4px solid var(--color02);
    border-right: 1px solid var(--color01);
  }
}
.header .header_tel-wrap .header_tel > i {
  border-top: 1px solid var(--color01);
  border-left: 1px solid var(--color01);
  border-right: 1px solid var(--color01);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .header .header_tel-wrap .header_tel > i {
    border-bottom: 4px solid var(--color02);
  }
}
.header .header_tel-wrap .header_tel > span {
  padding: 0 10px;
}
.header .header_tel-wrap .header_tel:hover span {
  text-decoration: underline;
}

.footer-container {
  background-color: var(--color01);
  padding: 50px 0 30px;
}
.footer-container .sns_list-container {
  margin-bottom: 50px;
}
.footer-container .sns_list-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
}
.footer-container .sns_list-wrap > li {
  padding: 0 10px;
}
.footer-container .sns_list-wrap .sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container .sns_list-wrap .sns_list > i {
  margin-right: 5px;
}
.footer-container .copyright {
  text-align: center;
  font-size: 12px;
}

.section_gallery {
  padding: 50px 0 100px;
}
@media screen and (min-width: 980px) {
  .section_gallery {
    padding: 50px 0 150px;
  }
}
.section_gallery .gallery_list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.section_gallery .gallery_list-wrap li {
  width: 50%;
}
@media screen and (min-width: 980px) {
  .section_gallery .gallery_list-wrap li {
    width: 25%;
  }
}
.section_gallery .gallery_list {
  display: block;
  width: 100%;
  height: 100%;
}
.section_gallery .gallery_list .image {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 100%;
}
.section_gallery .gallery_list .image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.section_gallery .gallery_list .image:before {
  content: "\f08e";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  color: var(--color-white);
}
.section_gallery .gallery_list .image:hover img {
  filter: brightness(60%);
}
.section_gallery .gallery_list .image:hover:before {
  opacity: 1;
  visibility: visible;
}

.section_access {
  background-color: var(--color01);
  padding: 50px 0 100px;
}
@media screen and (min-width: 980px) {
  .section_access {
    padding: 50px 0 150px;
  }
}
.section_access .iframe-wrap {
  max-width: 100%;
  position: relative;
  display: block;
  min-height: 300px;
}
@media screen and (min-width: 980px) {
  .section_access .iframe-wrap {
    min-height: 450px;
  }
}
.section_access .iframe-wrap iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section_access .access_list-container {
  margin-top: 50px;
}
@media screen and (max-width: 979px) {
  .section_access .access_list-container {
    max-width: 580px;
    margin: 50px auto 0;
  }
}
.section_access .access_list-container .text + * {
  margin-top: 10px;
}
.section_access .access_list-container .text2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.section_access .access_list-container .text2 span {
  display: inline-block;
  padding-left: 5px;
  border-left: 3px solid var(--color02);
  color: var(--color02);
  font-weight: 700;
}
.section_access .access_list-container .text3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .section_access .access_list-container .text3 {
    font-size: 20px;
  }
}
.section_access .access_list-container .text3 span {
  font-size: 1.2em;
}
.section_access .access_list {
  display: flex;
  flex-wrap: wrap;
}
.section_access .access_list .access_list_group {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .section_access .access_list .access_list_group {
    width: 50%;
  }
}
@media screen and (max-width: 979px) {
  .section_access .access_list .access_list_group {
    font-size: 14px;
  }
}

.section_menu {
  padding: 50px 0 100px;
}
@media screen and (min-width: 980px) {
  .section_menu {
    padding: 50px 0 150px;
  }
}
.section_menu .menu_content {
  position: relative;
}
@media screen and (max-width: 979px) {
  .section_menu .menu_content {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .section_menu .menu_content {
    padding: 0 40px;
  }
}
.section_menu .menu_list-container {
  margin: 0 0 10px;
}
@media screen and (min-width: 980px) {
  .section_menu .menu_list-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
  }
}
@media screen and (min-width: 980px) {
  .section_menu .menu_list-warp {
    width: 50%;
    padding: 0 40px;
  }
}
.section_menu .menu_list-warp li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color03);
  padding: 10px 0;
}
.section_menu .menu_list-warp .price {
  display: inline-block;
  position: relative;
}
.section_menu .menu_list-warp .price:after {
  text-align: right;
  display: inline-block;
  position: relative;
  width: 1.2em;
  content: "";
}
.section_menu .menu_list-warp .price.icon:after {
  content: "〜";
}
.section_menu .menu_note-warp {
  margin: 20px 0;
}
.section_menu .menu_note-warp .note {
  font-size: 14px;
}
.section_menu .menu_note-warp .note + .note {
  padding-top: 10px;
}

.section_nydc {
  background-color: var(--color01);
  padding: 50px 0 100px;
}
@media screen and (min-width: 980px) {
  .section_nydc {
    padding: 50px 0 150px;
  }
}
@media screen and (min-width: 980px) {
  .section_nydc .nydc-wrap {
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    align-items: center;
    grid-gap: 0 20px;
  }
}
@media screen and (max-width: 979px) {
  .section_nydc .nydc_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 580px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .section_nydc .nydc_top {
    grid-column: 3/6;
    grid-row: 1/1;
  }
}
.section_nydc .nydc_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 0 10px;
}
@media screen and (max-width: 979px) {
  .section_nydc .nydc_bottom {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .section_nydc .nydc_bottom {
    grid-column: 1/3;
    grid-row: 1/1;
  }
}
.section_nydc .nydc_bottom > .nydc_img:nth-child(1) {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-column: 1/2;
  grid-row: 1/3;
}
.section_nydc .nydc_bottom > .nydc_img:nth-child(2) {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-column: 2/3;
  grid-row: 2/4;
}
.section_nydc .nydc_note1 {
  width: 100%;
  color: var(--color04);
  font-size: 18px;
  margin-bottom: 30px;
  line-height: calc(0.25rem + 1.5em + 0.25rem);
  text-align: center;
}
@media screen and (min-width: 980px) {
  .section_nydc .nydc_note1 {
    font-size: 20px;
    text-align: left;
  }
}
.section_nydc .nydc_note2 {
  width: 100%;
  margin-bottom: 15px;
  line-height: calc(0.25rem + 1.5em + 0.25rem);
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .section_nydc .nydc_note2 {
    font-size: 16px;
  }
}
.section_nydc .nydc_note3 {
  width: 100%;
  margin-bottom: 30px;
  line-height: calc(0.25rem + 1.5em + 0.25rem);
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .section_nydc .nydc_note3 {
    font-size: 16px;
  }
}
.section_nydc .nydc_note4 {
  width: 100%;
  color: var(--color04);
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  line-height: calc(0.25rem + 2em + 0.25rem);
}
@media screen and (min-width: 980px) {
  .section_nydc .nydc_note4 {
    font-size: 22px;
    text-align: left;
  }
}
.section_nydc .nydc_note4 span.span_text {
  background: linear-gradient(transparent 90%, var(--color02) 0%);
  display: inline;
  padding-bottom: 3px;
}

.section_concept {
  padding: 50px 0 100px;
}
@media screen and (min-width: 980px) {
  .section_concept {
    padding: 50px 0 150px;
  }
}
@media screen and (min-width: 980px) {
  .section_concept .concept-wrap {
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 0 20px;
  }
}
@media screen and (max-width: 979px) {
  .section_concept .concept_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 580px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .section_concept .concept_top {
    grid-column: 1/4;
    grid-row: 1/1;
  }
}
.section_concept .concept_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 0 10px;
}
@media screen and (max-width: 979px) {
  .section_concept .concept_bottom {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .section_concept .concept_bottom {
    grid-column: 4/6;
    grid-row: 1/1;
  }
}
.section_concept .concept_bottom > .concept_img:nth-child(1) {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-column: 1/2;
  grid-row: 2/4;
}
.section_concept .concept_bottom > .concept_img:nth-child(2) {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-column: 2/3;
  grid-row: 1/3;
}
.section_concept .concept_note1 {
  width: 100%;
  color: var(--color04);
  font-size: 18px;
  margin-bottom: 30px;
  line-height: calc(0.25rem + 1.5em + 0.25rem);
  text-align: center;
}
@media screen and (min-width: 980px) {
  .section_concept .concept_note1 {
    font-size: 20px;
    text-align: left;
  }
}
.section_concept .concept_note2 {
  width: 100%;
  margin-bottom: 15px;
  line-height: calc(0.25rem + 1.5em + 0.25rem);
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .section_concept .concept_note2 {
    font-size: 16px;
  }
}

.section_mv {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (min-width: 980px) {
  .section_mv {
    padding: 0 0 50px;
  }
}
.section_mv .mv_text-wrap {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 100;
}
.section_mv .mv_text-wrap .text1 {
  display: flex;
  justify-content: flex-start;
  color: var(--color-white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 32px;
}
.section_mv .mv_text-wrap .text2 {
  display: flex;
  justify-content: flex-start;
  color: var(--color-white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.section_mv .mv_img {
  position: relative;
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 980px) {
  .section_mv .mv_img {
    height: 650px;
  }
}
.section_mv .mv_img img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: right center;
}

.splash {
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  background-color: var(--color01);
  padding: 40px 10px;
}
.splash .typing {
  text-align: center;
  letter-spacing: 0.4em;
  word-break: break-all;
  opacity: 0;
  font-weight: 500;
}
.splash .typing span {
  visibility: hidden;
  opacity: 0;
  line-height: calc(0.25rem + 1.5em + 0.25rem);
}
.splash.start_splash {
  animation-name: close_splash;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
.splash.start_splash .typing {
  opacity: 1;
}
.splash.start_splash .typing span {
  animation-name: typing_anime;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  visibility: visible;
}

@keyframes typing_anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_splash {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
