@charset "UTF-8";

/***********************************************
***  Settings
***********************************************/

/****************************************
    Fonts
****************************************/

/****************************************
    Directories
****************************************/

/****************************************
    Colors
****************************************/

/****************************************
    Media Queries
****************************************/

/***********************************************
***  Plugins
***********************************************/

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/plugins/lightbox/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../img/plugins/lightbox/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../img/plugins/lightbox/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../img/plugins/lightbox/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/***********************************************
***  Common
***********************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

a {
  opacity: 1;
  -webkit-transition: opacity .2s linear 0s;
  transition: opacity .2s linear 0s;
}

a:hover {
  opacity: .5;
  -webkit-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
}

body {
  background: #FFF;
  width: 100%;
  color: #000;
  font-family: ten-mincho, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.font_mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sp {
  display: none;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.a-fadeInAnimate {
  -webkit-animation: fadeInAnimation .4s ease 0s forwards;
  animation: fadeInAnimation .4s ease 0s forwards;
}

.header_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 12px;
}

.header_logo {
  width: 26.8%;
}

.footer_contact {
  border-top: 1px solid #FCE2E9;
  border-bottom: 1px solid #FCE2E9;
  padding-top: 38px;
  padding-bottom: 38px;
  text-align: center;
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.footer_contact_text {
  font-size: 1.3rem;
  line-height: 1.5;
}

.footer_contact__link {
  font-size: 2rem;
  color: #767676;
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline-block;
}

.footer_nav {
  padding-top: 38px;
  padding-bottom: 30px;
  text-align: center;
}

.footer_logo {
  max-width: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.footer_social__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}

.footer_social__list:first-of-type {
  margin-right: 33px;
}

.footer_social__list:last-of-type {
  margin-left: 33px;
}

.footer_social__link {
  color: #767676;
}

.copyright {
  text-align: center;
  padding-bottom: 16px;
  font-size: 1.2rem;
}

/***********************************************
***  Components
***********************************************/

.container {
  overflow: hidden;
}

.inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.link--default {
  color: inherit;
  text-decoration: none;
  display: block;
}

.link--text {
  color: inherit;
  text-decoration: none;
  display: block;
}

.link--text:hover {
  text-decoration: underline;
}

.link--text:active {
  text-decoration: underline;
}

.top_section__heading__wrapper {
  text-align: center;
}

.top_section__heading {
  display: inline-block;
}

.top_section__heading_main {
  font-size: 3.2rem;
  letter-spacing: 3px;
  margin-bottom: 14px;
  display: block;
  font-weight: 700;
  position: relative;
}

.top_section__heading_main:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -13px;
  right: -19px;
  width: 45px;
  height: 26px;
  background: url("../img/common/logo/logo_mark.svg") no-repeat 50% 50%/contain;
  opacity: .35;
}

.top_section__heading_sub {
  font-size: 1.3rem;
  display: block;
  font-weight: 400;
  margin-bottom: 40px;
}

.nav_container {
  width: 73.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.nav__link {
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  font-weight: 700;
}

.nav_social__lists {
  margin-top: -2em;
}

.nav_social__list {
  margin-bottom: 1em;
  color: #767676;
  font-size: 1.2rem;
}

.nav_social__list:last-of-type {
  margin-bottom: 0;
}

.nav_social__link {
  color: inherit;
}

.nav_trigger {
  display: none;
}

.nav_overlay {
  display: none;
}

.loader {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}

.loader_image {
  max-width: 90px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.container.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/***********************************************
***  FrontPage
***********************************************/

.page_nav__container {
  position: fixed;
  z-index: 9999;
  right: 19px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_nav__list {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.page_nav__link {
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  position: relative;
  padding: 16px;
}

.page_nav__link:hover .page_nav__dot {
  background-color: #FCE2E9;
}

.page_nav__link:hover .page_nav__text {
  right: calc(24px + 1em);
  opacity: 1;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.page_nav__link.is--current .page_nav__dot {
  background-color: #FCE2E9;
}

.page_nav__dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #dddddd;
  cursor: pointer;
}

.page_nav__text {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: calc(32px + 1em);
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.top {
  position: relative;
  padding-bottom: 80px;
}

.top:before {
  content: '';
  display: block;
  width: 65.625%;
  padding-top: 40.8%;
  background: url("../img/front-page/top_image.jpg") no-repeat 100% 0%/contain;
  margin-left: auto;
}

.top_contents {
  position: relative;
  top: -4.7rem;
}

.top_heading {
  font-size: 3.2rem;
  line-height: 1.46875;
  margin-bottom: 13px;
  letter-spacing: 3px;
  position: relative;
  left: -.5em;
}

.top_lead {
  font-size: 1.8rem;
  line-height: 2.8;
}

.top_lead span {
  font-weight: 900;
}

.front_news {
  background-color: #FCE2E9;
  max-width: 300px;
  margin-top: 16px;
  position: absolute;
  right: -300px;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.front_news.is--show {
  right: 0;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.front_news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.front_news__eyecatch {
  width: 90px;
  position: relative;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.front_news__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
}

.front_news__date {
  font-size: 1.3rem;
  margin-bottom: 8px;
  font-style: italic;
  letter-spacing: 3px;
}

.front_news__title {
  font-size: 1.2rem;
  line-height: 1.5;
}

.news {
  padding-bottom: 120px;
}

.news_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.news_item {
  width: 45%;
  margin-bottom: 20px;
}

.news_item__eyecatch {
  width: 90px;
  position: relative;
  margin-right: 15px;
  background-color: #dddddd;
}

.news_item__contents {
  padding-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news_archive_button {
  color: #767676;
  text-align: center;
  font-size: 2rem;
}

.news_archive__link {
  color: inherit;
}

.about {
  padding-bottom: 120px;
}

.about_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_image {
  width: 65%;
}

.about_contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

.about_heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.565;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.about_heading__sub {
  font-size: 1.8rem;
}

.about_lead {
  font-size: 1.4rem;
  line-height: 2;
}

.philosophy {
  position: relative;
  padding-bottom: 120px;
}

.philosophy:before {
  content: '';
  display: block;
  background: url("../img/front-page/philosophy_bg.png") no-repeat 50% 50%/cover;
  width: 100%;
  position: absolute;
  top: 210px;
  bottom: 100px;
  z-index: -1;
}

.philosophy_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 64px;
}

.philosophy_content:before {
  content: '';
  display: block;
  width: 55%;
  background-repeat: no-repeat;
  background-size: contain;
}

.philosophy_content:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  font-size: 4.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 8px;
  top: 0;
}

.philosophy_content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

.philosophy_content:nth-of-type(1):before {
  padding-top: 49%;
  background-image: url("../img/front-page/philosophy_content_image_001.png");
  background-position: 50% 100%;
}

.philosophy_content:nth-of-type(1):after {
  right: 4%;
}

.philosophy_content:nth-of-type(2):before {
  padding-top: 49%;
  background-image: url("../img/front-page/philosophy_content_image_002.png");
  background-position: 50% 100%;
}

.philosophy_content:nth-of-type(2):after {
  left: 4%;
}

.philosophy_content:nth-of-type(3) {
  margin-bottom: 0;
}

.philosophy_content:nth-of-type(3):before {
  padding-top: 49%;
  background-image: url("../img/front-page/philosophy_content_image_003.png");
  background-position: 50% 100%;
}

.philosophy_content:nth-of-type(3):after {
  right: 4%;
}

.philosophy_content__item {
  padding-left: 4%;
  padding-right: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.philosophy_content__heading {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 6px;
}

.philosophy_content__text {
  font-size: 1.4rem;
  line-height: 2.15;
}

.menu {
  padding-bottom: 120px;
}

.menu_item__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 57px;
  border-bottom: 1px solid #FCE2E9;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

.menu_item__main_figure {
  width: 50%;
}

.menu_item__main_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 6% 24px 15.3%;
  text-align: center;
}

.menu_item__main_heading {
  margin-bottom: 14px;
}

.menu_item__main_heading--ja {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  line-height: 1.6;
}

.menu_item__main_heading--en {
  font-size: 1.3rem;
  line-height: 1.5;
}

.menu_item__main_price {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.menu_item__main_price span {
  font-size: 1.2rem;
}

.menu_item__main_detail {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.menu_item__main_detail:not(:last-of-type) {
  margin-bottom: .5em;
}

.mein_item__main_description {
  font-size: 1.4rem;
  line-height: 2.14;
  text-align: left;
}

.mein_item__main_description:not(:last-of-type) {
  margin-bottom: 2em;
}

.mein_item__main_description a {
  color: #767676;
}

.menu_item__sub__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu_item__sub {
  width: 50%;
  text-align: center;
}

.menu_item__sub:first-of-type {
  border-right: 1px solid #FCE2E9;
}

.shop {
  padding-bottom: 120px;
}

.shop_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.shop_name {
  font-size: 2.6rem;
  line-height: 1.34;
  margin-bottom: 20px;
}

.shop_name span {
  display: block;
  font-size: 1.6rem;
}

.shop_detail {
  font-size: 1.4rem;
  line-height: 1.75;
}

.shop_detail a {
  color: #767676;
}

/***********************************************
***  Pages
***********************************************/

.news_archive {
  padding-top: 94px;
}

.news_archive__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

.news_archive__eyecatch {
  padding-top: 71%;
  background-color: #dddddd;
  position: relative;
  overflow: hidden;
}

.news_archive__eyecatch_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.news_archive__item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 50px;
  margin-right: 30px;
}

.news_archive__item:nth-of-type(3n) {
  margin-right: 0;
}

.news_archive__item__content {
  margin-bottom: 21px;
}

.news_archive__date {
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 8px;
}

.news_archive__heading {
  font-size: 1.8rem;
  line-height: 1.7;
}

.pagination {
  margin-bottom: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

.page-numbers {
  padding: .5em;
  color: inherit;
  text-decoration: none;
}

.page-numbers.current {
  color: #FCE2E9;
}

.news_single {
  padding-top: 47px;
  padding-bottom: 74px;
}

.news_single__contents {
  padding-left: 10%;
  padding-right: 10%;
}

.news_single__date {
  margin-bottom: 48px;
  font-size: 1.3rem;
  font-style: italic;
  text-align: right;
}

.news_single__heading {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 23px;
}

.news_single__body {
  font-size: 1.4rem;
  line-height: 2.14;
}

.news_single__body a {
  color: #767676;
}

.news_single__body p:not(:last-of-type) {
  margin-bottom: 2.14em;
}

.news_single__body strong,
.news_single__body b {
  font-weight: 700;
}

.news_single__body .wp-video {
  margin-bottom: 2.14em;
}

.news_top_image__wrapper {
  position: relative;
  background-color: #dddddd;
  padding-top: 71%;
  overflow: hidden;
  margin-bottom: 2.14em;
}

.news_top_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.news_single__pagination {
  padding-top: 100px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  color: #767676;
  font-size: 1.3rem;
}

.news_single__pagination_prev {
  float: left;
}

.news_single__pagination_prev a {
  color: inherit;
}

.news_single__pagination_next {
  float: right;
}

.news_single__pagination_next a {
  color: inherit;
}

.news_single__pagination_archive {
  clear: both;
  text-align: center;
  font-size: 2rem;
  margin-top: 40px;
}

.news_single__pagination_archive_link {
  color: inherit;
}

.news_single__gallery_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news_single__gallery {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}

.news_single__gallery:nth-of-type(3n) {
  margin-right: 0;
}

.news_single__gallery a {
  display: block;
  position: relative;
  background-color: #dddddd;
  padding-top: 71%;
  overflow: hidden;
}

.news_single__gallery img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

@media only screen and (max-width: 1201px) {
  body {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  body {
    width: 100%;
  }

  .fadeIn--sp {
    opacity: 0 !important;
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }

  .inner {
    width: 96%;
  }
}

@media only screen and (max-width: 481px) {
  body {
    width: 100%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .header_contents {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header_logo {
    width: 54%;
  }

  .inner {
    width: 87.5%;
  }

  .nav_container {
    width: 63.4375%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 99999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10.625%;
    padding-right: 10.625%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
  }

  .nav_container.is--open {
    right: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
  }

  .nav {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }

  .nav__lists {
    display: block;
  }

  .nav__link {
    line-height: 41px;
    margin-bottom: 12px;
  }

  .nav__link:last-of-type {
    margin-bottom: 26px;
  }

  .nav_social__lists {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav_social__list {
    margin-bottom: 0;
    margin-right: 23px;
  }

  .nav_social__list:last-of-type {
    margin-right: 0;
  }

  .nav_trigger {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 999999;
  }

  .nav_trigger:before,
  .nav_trigger:after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    width: 20px;
  }

  .nav_trigger:before {
    top: 22px;
    height: 10px;
    border-top: 2px solid #FCE2E9;
    border-bottom: 2px solid #FCE2E9;
    -webkit-transition: top .1s ease .1s, -webkit-transform .1s linear 0s;
    transition: top .1s ease .1s, -webkit-transform .1s linear 0s;
    transition: transform .1s linear 0s, top .1s ease .1s;
    transition: transform .1s linear 0s, top .1s ease .1s, -webkit-transform .1s linear 0s;
  }

  .nav_trigger:after {
    top: 38px;
    height: 2px;
    background-color: #FCE2E9;
    -webkit-transition: top .1s ease .1s, -webkit-transform .1s linear 0s;
    transition: top .1s ease .1s, -webkit-transform .1s linear 0s;
    transition: transform .1s linear 0s, top .1s ease .1s;
    transition: transform .1s linear 0s, top .1s ease .1s, -webkit-transform .1s linear 0s;
  }

  .nav_trigger.is--clicked {
    position: fixed;
  }

  .nav_trigger.is--clicked:before {
    height: 0;
    border-bottom: none;
    top: 30px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
  }

  .nav_trigger.is--clicked:after {
    top: 30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
  }

  .nav_overlay {
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
  }

  .nav_overlay.is--show {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
  }

  .page_nav__container {
    display: none;
  }

  .top:before {
    background-image: url("../img/front-page/top_image_sp.jpg");
    background-position: 0 0;
    background-size: cover;
    width: 83%;
    padding-top: 100%;
  }

  .top_contents {
    top: 1em;
    opacity: 0;
  }

  .top_contents.is--show {
    top: 0;
    opacity: 1;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
  }

  .top_heading {
    font-size: 1.7rem;
    letter-spacing: 0;
  }

  .top_lead {
    font-size: 1.4rem;
    line-height: 2.14;
  }

  .front_news {
    position: relative;
  }

  .front_news.is--show {
    right: -6.25%;
  }

  .news_contents {
    display: block;
    width: 100%;
    margin-bottom: 46px;
  }

  .news_item {
    width: 100%;
  }

  .news_item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .news_item .front_news__link {
    padding: 0;
  }

  .about_inner {
    display: block;
  }

  .about_image {
    width: 100%;
  }

  .about_contents {
    padding-left: 0;
  }

  .about_heading {
    font-size: 2.2rem;
  }

  .about_heading__sub {
    font-size: 4.5vw;
  }

  .philosophy:before {
    top: 0;
    bottom: 0;
  }

  .philosophy_content {
    display: block;
  }

  .philosophy_content:before {
    width: 100%;
    margin-bottom: 24px;
  }

  .philosophy_content:nth-of-type(1):before {
    padding-top: 100%;
  }

  .philosophy_content:nth-of-type(2):before {
    padding-top: 100%;
  }

  .philosophy_content:nth-of-type(3):before {
    padding-top: 100%;
  }

  .philosophy_content__heading {
    font-size: 2.2rem;
  }

  .menu_item__main {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    border-bottom: none;
  }

  .menu_item__main:after {
    content: '';
    display: block;
    width: 1px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FCE2E9;
    margin-top: 40px;
  }

  .menu_item__main_figure {
    width: 100%;
  }

  .menu_item__main_info {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .menu_item__sub__wrapper {
    display: block;
  }

  .menu_item__sub {
    width: 100%;
  }

  .menu_item__sub:first-of-type {
    border-right: none;
    margin-bottom: 20px;
  }

  .menu_item__sub:first-of-type:after {
    content: '';
    display: block;
    width: 1px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FCE2E9;
    margin-top: 40px;
  }

  .shop_contents {
    display: block;
  }

  .shop_image {
    margin-bottom: 30px;
  }

  .shop_name {
    font-size: 1.8rem;
  }

  .shop_name span {
    font-size: 1.3rem;
  }

  .news_archive {
    padding-top: 40px;
  }

  .news_archive__contents {
    display: block;
    margin-bottom: 95px;
  }

  .news_archive__item {
    width: 100%;
    margin-right: 0;
  }

  .pagination {
    margin-bottom: 95px;
  }

  .news_single {
    padding-top: 38px;
  }

  .news_single__contents {
    padding-left: 0;
    padding-right: 0;
  }

  .news_single__date {
    margin-bottom: 25px;
  }

  .news_single__heading {
    font-size: 2.2rem;
    line-height: 1.363;
  }

  .news_single__pagination {
    width: 90%;
  }

  .news_single__gallery_wrapper {
    display: block;
  }

  .news_single__gallery {
    width: 100%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */
