@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 500;
  overflow-x: hidden;
}
header a, footer a {
  font-size: 14px;
}

nav a {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  nav a {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  font-family: "proforma", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  color: #000;
}
@media print, screen and (min-width: 961px) {
  a:hover {
    color: #969696;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.43;
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.object-fit {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .object-fit {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

:root {
  /* line-height */
  --sevice-item-lh: 2.375;
  --sevice-item-lh_sp: 1.92;
}

.text-to-crop::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1.2 - var(--sevice-item-lh)) * 0.5em);
}
@media only screen and (max-width: 767px) {
  .text-to-crop::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1.2 - var(--sevice-item-lh_sp)) * 0.5em);
  }
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 8px;
  padding: 15px 17px 11px 16px;
  text-decoration: none;
  width: auto;
  border: 1px solid #231815;
  color: #231815;
}

.pagination a:hover {
  color: #fff;
  background: #231815;
}

.pagination .current {
  padding: 15px 17px 11px 16px;
  border: 1px solid #231815;
  color: #fff;
  background: #231815;
}

.pagination .next, .pagination .prev {
  font-weight: bold;
  border: none;
}

.notpg-wrap .inner h2 {
  text-align: center;
}

.page-wrap .inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 80px 65px 80px 65px;
}
@media only screen and (max-width: 767px) {
  .page-wrap .inner {
    padding: 55px 30px 55px 30px;
  }
}

.heading-wrap h2 {
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 105px;
  padding: 0 65px 0 65px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 {
    margin-top: 71px;
    padding: 0 30px 0 30px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .heading-wrap h2 {
    padding: 0 25px 0 25px;
  }
}

body.concept .page-img {
  background: url(../img/concept/conceptpg-main-img.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  body.concept .page-img {
    background: url(../img/concept/conceptpg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

body.menu .page-img {
  background: url(../img/menu/menupg-main-img.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  body.menu .page-img {
    background: url(../img/menu/menupg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

body.service .page-img {
  background: url(../img/service/servicepg-main-img.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  body.service .page-img {
    background: url(../img/service/servicepg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap {
  margin-top: 41px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap {
    margin-top: 25px;
  }
}

.page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 235px);
  margin: 0 auto;
  background: #606060;
}
@media only screen and (max-width: 767px) {
  .page-img {
    height: 425px;
  }
}
.page-img.tablet {
  height: 620px;
}

.page-title {
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 17px;
  padding: 0 65px 0 65px;
}
@media only screen and (max-width: 767px) {
  .page-title {
    margin-top: 60px;
    padding: 0 30px 0 30px;
    padding-top: 20px;
  }
}
.page-title h1 {
  font-family: "proforma", serif;
}
.page-title h1 .sub {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.page-title h1 .main {
  display: block;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .page-title h1 .main {
    margin-top: 10px;
    font-size: 30px;
  }
}

.btn {
  position: relative;
  display: block;
  margin-top: 37px;
  width: 190px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  color: #646464;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .btn.btn2 {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    margin-top: 20px;
    width: 285px;
    height: 45px;
    line-height: 45px;
  }
}
@media print, screen and (min-width: 961px) {
  .btn.store:hover a:before {
    background: url(../img/shared/icon-store_on.svg) center center/contain no-repeat;
  }
}
.btn.store a {
  position: relative;
}
.btn.store a:before {
  position: absolute;
  top: 50%;
  left: 116px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 13px;
  margin-top: -6.5px;
  background: url(../img/shared/icon-store-gray.svg) center center/contain no-repeat;
}
.btn a {
  color: #646464;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 961px) {
  .btn a:hover {
    color: #969696;
  }
  .btn a:hover:after {
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }
}
.btn a:after {
  position: relative;
  display: inline-block;
  content: "";
  width: 18px;
  height: 5px;
  background: url(../img/shared/arrow2.svg) center center/contain no-repeat;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .btn a:after {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.btn-bar {
  overflow: hidden;
}
.btn-bar:hover:before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.btn-bar:hover:after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-bar:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #cecece;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
}
.btn-bar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #cecece;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.btn-slide {
  position: relative;
  margin-top: 20px;
  width: 255px;
  height: 60px;
}
@media print, screen and (min-width: 961px) {
  .btn-slide:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #969696;
  }
  .btn-slide:hover:after {
    left: 0px;
    width: 100%;
  }
  .btn-slide:hover.type1 a {
    border: 1px solid #969696;
  }
  .btn-slide:hover.type1 svg {
    fill: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .btn-slide {
    margin-top: 24px;
    width: auto;
    height: auto;
  }
}
.btn-slide.type1 a {
  border: 1px solid #323232;
}
@media only screen and (max-width: 767px) {
  .btn-slide.type1 a {
    border: none;
  }
}
.btn-slide.type1 svg {
  fill: #323232;
}
.btn-slide.type2 {
  background: #323232;
}
.btn-slide.type2 svg {
  fill: #fff;
}
.btn-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .btn-slide a {
    width: 315px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/concept/btn-reserve2_sp.svg) center center/contain no-repeat;
  }
}
@media only screen and (max-width: 320px) {
  .btn-slide a {
    width: 280px;
    height: 45px;
  }
}
.btn-slide svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 181px;
  height: 15px;
}
@media only screen and (max-width: 767px) {
  .btn-slide svg {
    display: none;
  }
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FBFBFB;
  z-index: 10000;
}

#loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
}

.square {
  background: #aaaaaa;
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-animation: enter 6.9s infinite;
  animation: enter 6.9s infinite;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 2.07s;
  animation-delay: 2.07s;
}
.square:nth-child(2) {
  -webkit-animation-delay: 2.42s;
  animation-delay: 2.42s;
}
.square:nth-child(3) {
  -webkit-animation-delay: 2.76s;
  animation-delay: 2.76s;
  background: #161616;
}
.square:nth-child(4) {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.square:nth-child(5) {
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s;
}
.square:nth-child(6) {
  -webkit-animation-delay: 1.73s;
  animation-delay: 1.73s;
}
.square:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.square:nth-child(9) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}
.mask h2, .mask p, .mask img, .mask a {
  opacity: 0;
}
.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img, .mask.animate-in a {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}
.mask.animate-in:before, .mask.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.mask.animate-in:before {
  background-color: #fff;
}
.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}
.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s 0.6s ease;
  animation: mask--lr 1s 0.6s ease;
}
.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}
.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s 0.6s ease;
  animation: mask--rl 1s 0.6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}
@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}
.bg-star1 {
  position: fixed;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  width: 21px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes snsfadeInLeft {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes snsfadeInLeft {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes topfadeInLeft {
  0% {
    opacity: 0;
    left: 5%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes topfadeInLeft {
  0% {
    opacity: 0;
    left: 5%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes topfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.filter a {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #333;
  border: 1px solid #333;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .filter a {
    padding: 7px 7px 5px 7px;
    margin-bottom: 10px;
  }
}
.filter a.active {
  color: #fff;
  background: #333;
  pointer-events: none;
}
@media print, screen and (min-width: 961px) {
  .filter a:hover {
    color: #fff;
    background: #333;
  }
}
.is-animated {
  -webkit-animation: 0.6s zoom-in;
  animation: 0.6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-container {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.conceptpg-sec4-slider {
  width: 700px;
  max-width: 100%;
}

.conceptpg-sec5-slider .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-item img {
  max-width: 100%;
  height: auto;
}

/* Images */
/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px; /* 高さの半分だけネガティブマージン */
  background: #b8b8b8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10; /* 重要 */
}
@media only screen and (max-width: 767px) {
  .slider-arrow {
    top: auto;
    bottom: -70px;
    width: 45px;
    height: 45px;
    margin-top: 0;
  }
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

/* Dots */
.slick-dots {
  width: 100%;
  padding: 0;
  margin-top: 21px;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 0.25;
  background: #323232;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #323232;
}

/* Overwrite style */
.header-wrap {
  height: 117px;
  padding: 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 0 0 0 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-logo {
  position: relative;
  z-index: 98;
}
.header-logo img {
  width: 43px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 31px;
  }
}

.burger {
  position: fixed;
  top: 50px;
  right: 65px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .burger {
    width: 65px;
    height: 65px;
    top: -1px;
    right: 0;
  }
}
.burger.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
}
.burger.active .middle {
  opacity: 0;
}
.burger.active .bottom {
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
  transform: translateY(-6px) translateX(0) rotate(-45deg);
}
.burger .inner {
  width: 24px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.burger span {
  background: #000;
  height: 1px;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  right: -100%;
  width: 500px;
  height: 100%;
  padding: 112px 0 54px 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .overlay {
    width: 80%;
    padding: 0;
  }
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.overlay.open ul.main-nav li {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
  animation: fadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 0.51s;
  animation-delay: 0.51s;
}
.overlay.open ul.main-nav li:nth-of-type(2) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.overlay.open ul.main-nav li:nth-of-type(3) {
  -webkit-animation-delay: 0.81s;
  animation-delay: 0.81s;
}
.overlay.open ul.main-nav li:nth-of-type(4) {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
.overlay.open ul.main-nav li:nth-of-type(5) {
  -webkit-animation-delay: 1.11s;
  animation-delay: 1.11s;
}
.overlay.open ul.sns li {
  -webkit-animation: snsfadeInLeft 0.5s ease forwards;
  animation: snsfadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 1.53s;
  animation-delay: 1.53s;
}
.overlay.open ul.sns li:nth-of-type(2) {
  -webkit-animation-delay: 1.63s;
  animation-delay: 1.63s;
}
.overlay nav {
  font-size: 22px;
  font-family: "proforma", serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .overlay nav.overlay-menu {
    width: 100%;
    margin-top: 60px;
  }
}
.overlay ul {
  list-style: none;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.overlay ul.main-nav {
  height: 304px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .overlay ul.main-nav {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .overlay ul.main-nav li {
    width: 100%;
    height: 55px;
  }
}
.overlay ul.main-nav li a {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .overlay ul.main-nav li a {
    display: block;
    height: 100%;
    padding-left: 60px;
    font-size: 15px;
    line-height: 55px;
  }
}
.overlay ul.sns {
  width: 57px;
  margin-top: 61px;
}
@media only screen and (max-width: 767px) {
  .overlay ul.sns {
    margin-top: 35px;
    margin-left: 60px;
  }
}
.overlay ul.sns a {
  display: block;
}
.overlay ul.sns a img, .overlay ul.sns a svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
@media print, screen and (min-width: 961px) {
  .overlay ul.sns a img:hover, .overlay ul.sns a svg:hover {
    fill: #969696;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .copyright {
    font-size: 10px;
    padding: 0 0 35px 30px;
  }
}

.overlay-sub {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 98;
  opacity: 0.7;
}

footer .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 65px;
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  footer .content-wrap {
    display: block;
    padding: 58px 0 26px 0;
  }
}
footer .copyright {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-top: 45px;
  }
}
footer .btn-slide {
  margin-top: 0;
}

.back-to-top {
  height: 100px;
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .back-to-top {
    height: 60px;
  }
}
.back-to-top a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #323232;
}
@media print, screen and (min-width: 961px) {
  .back-to-top a:hover {
    color: #969696;
  }
  .back-to-top a:hover span:after {
    background: url(../img/shared/arrow1_on.svg) center center/contain no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .back-to-top a {
    font-size: 17.5px;
  }
}
.back-to-top a span {
  width: 100%;
  height: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .back-to-top a span {
    padding: 0 30px 0 30px;
  }
}
.back-to-top a span:after {
  display: block;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/shared/arrow1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .back-to-top a span:after {
    width: 23px;
    height: 19px;
  }
}

.footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap {
    width: 100%;
    display: block;
  }
}
.footer-nav-wrap .footer-logo {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-logo {
    display: block;
    margin-left: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-logo img {
    width: 75px;
    max-width: 100%;
  }
}
.footer-nav-wrap ul {
  list-style: none;
}
.footer-nav-wrap ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap ul.nav {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.footer-nav-wrap ul.nav li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap ul.nav li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap ul.nav li {
    width: 100%;
    height: 50px;
  }
  .footer-nav-wrap ul.nav li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 961px) {
  .footer-nav-wrap ul.nav li.store:hover a:after {
    background: url(../img/shared/icon-store_on.svg) center center/contain no-repeat;
  }
}
.footer-nav-wrap ul.nav li.store a:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 14px;
  margin-left: 5px;
  background: url(../img/shared/icon-store.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap ul.nav li.store a:after {
    display: none;
  }
}
.footer-nav-wrap ul.sns {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    margin-left: 0;
  }
}
.footer-nav-wrap ul.sns li a {
  display: block;
}
.footer-nav-wrap ul.sns li a img, .footer-nav-wrap ul.sns li a svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
@media print, screen and (min-width: 961px) {
  .footer-nav-wrap ul.sns li a img:hover, .footer-nav-wrap ul.sns li a svg:hover {
    fill: #969696;
  }
}

@media only screen and (max-width: 767px) {
  .btn-reserve {
    margin-top: 35px;
  }
}
.btn-reserve a {
  display: block;
  width: 255px;
  height: 60px;
  background: url(../img/shared/btn-reserve1.svg) center center/contain no-repeat;
}
@media print, screen and (min-width: 961px) {
  .btn-reserve a:hover {
    background: url(../img/shared/btn-reserve_on.svg) center center/contain no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .btn-reserve a {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/shared/btn-reserve1_sp.svg) center center/contain no-repeat;
  }
}

.copyright {
  font-family: "proforma", serif;
  font-size: 12px;
  font-weight: 400;
  color: #646464;
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.main-img-wrap .inner {
  height: 40vh;
  max-height: 325px;
  min-height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .inner {
    height: 64vh;
    max-height: 390px;
    min-height: 390px;
    width: 100%;
  }
}
.main-img-wrap .inner .top-logo {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .inner .top-logo {
    position: relative;
    left: 2px;
  }
}
.main-img-wrap .inner .top-logo img {
  width: 118px;
  max-width: 100%;
  opacity: 0;
  -webkit-animation: topfadeIn 0.5s ease forwards;
  animation: topfadeIn 0.5s ease forwards;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .inner .top-logo img {
    width: 90px;
  }
}
.main-img-wrap .inner .top-nav {
  width: 100%;
}
.main-img-wrap .inner .top-nav ul {
  position: relative;
  left: -2px;
  width: 483px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .inner .top-nav ul {
    position: static;
    width: 100%;
    display: block;
  }
}
.main-img-wrap .inner .top-nav ul li {
  position: relative;
  -webkit-animation: topfadeInLeft 0.5s ease forwards;
  animation: topfadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .inner .top-nav ul li {
    display: block;
    height: 55px;
    text-align: center;
  }
  .main-img-wrap .inner .top-nav ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main-img-wrap .inner .top-nav ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.main-img-wrap .inner .top-nav ul li:nth-of-type(3) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.main-img-wrap .inner .top-nav ul li:nth-of-type(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.main-img-wrap .inner .top-nav ul li a {
  font-size: 14px;
}
.main-img-wrap .inner .copyright {
  position: fixed;
  left: auto;
  right: auto;
  bottom: 20px;
  margin: auto;
  -webkit-animation: topfadeIn 0.5s ease forwards;
  animation: topfadeIn 0.5s ease forwards;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  opacity: 0;
}

body.journal .page-title, body.post-type-archive-journal .page-title {
  width: 38%;
  margin: 0;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body.journal .page-title, body.post-type-archive-journal .page-title {
    width: auto;
    margin-top: 65px;
    display: block;
  }
}
body.journal .page-title h1, body.post-type-archive-journal .page-title h1 {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  body.journal .page-title h1, body.post-type-archive-journal .page-title h1 {
    width: auto;
  }
}

.journalpg-sec1-wrap {
  position: relative;
}
.journalpg-sec1-wrap .thumb-wrap {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 62%;
  height: 66vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .thumb-wrap {
    position: static;
    width: 100%;
    height: 425px;
    margin-top: 25px;
  }
}
.journalpg-sec1-wrap .thumb-wrap.tablet {
  max-height: 565px;
}
.journalpg-sec1-wrap .thumb-wrap .thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.journalpg-sec1-wrap .content-wrap {
  position: relative;
  width: 38%;
  height: calc(100vh - 194px);
  margin: 0;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap {
    width: 100%;
    height: 245px;
    padding: 0;
    display: block;
  }
}
.journalpg-sec1-wrap .content-wrap.tablet {
  height: 660px;
}
.journalpg-sec1-wrap .content-wrap .content {
  position: relative;
  bottom: 50px;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
  }
}
.journalpg-sec1-wrap .content-wrap .content .thumb {
  position: absolute;
  right: 0;
  width: 62%;
  max-width: 847px;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap .content .thumb {
    top: 0;
  }
}
.journalpg-sec1-wrap .content-wrap .content .text {
  position: relative;
  height: 49vh;
  max-height: 423px;
  min-height: 335px;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap .content .text {
    width: 345px;
    height: 335px;
    max-height: initial;
    min-height: initial;
    padding: 40px 30px 50px 30px;
    background: #fff;
  }
}
@media only screen and (max-width: 320px) {
  .journalpg-sec1-wrap .content-wrap .content .text {
    padding: 40px 25px 50px 25px;
    width: 295px;
  }
}
.journalpg-sec1-wrap .content-wrap .content .text h3 .sub {
  display: block;
  font-family: "proforma", serif;
  font-size: 13px;
  font-weight: 500;
}
.journalpg-sec1-wrap .content-wrap .content .text h3 .main {
  display: block;
  margin-top: 8px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap .content .text h3 .main {
    font-size: 20px;
    line-height: 1.21;
  }
}
.journalpg-sec1-wrap .content-wrap .content .text p {
  margin-top: 21px;
  max-width: 283px;
  font-size: 15px;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap .content .text p {
    margin-top: 16px;
    max-width: 234px;
    font-size: 13px;
    line-height: 1.53;
  }
}
.journalpg-sec1-wrap .content-wrap .content .metadata {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap .content .metadata {
    left: 30px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .journalpg-sec1-wrap .content-wrap .content .metadata {
    left: 25px;
  }
}
.journalpg-sec1-wrap .content-wrap .content .metadata dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proforma", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec1-wrap .content-wrap .content .metadata dl {
    font-size: 13px;
    line-height: 1.3;
  }
}
.journalpg-sec1-wrap .content-wrap .content .metadata dl dd {
  margin-left: 4px;
}

.journalpg-sec2-wrap {
  border-top: 1px solid #dadada;
}
.journalpg-sec2-wrap .inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 80px 65px 80px 65px;
  padding-bottom: 136px;
}
@media only screen and (max-width: 767px) {
  .journalpg-sec2-wrap .inner {
    padding: 55px 30px 55px 30px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 320px) {
  .journalpg-sec2-wrap .inner {
    padding: 55px 25px 55px 25px;
    padding-bottom: 90px;
  }
}

.journal-item-wrap {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .journal-item-wrap {
    display: block;
  }
}
.journal-item-wrap .item {
  display: block;
  position: relative;
  width: 320px;
  max-width: 100%;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 961px) {
  .journal-item-wrap .item:hover .thumb .hover-bg {
    opacity: 1;
  }
  .journal-item-wrap .item:hover .thumb .hover-bg p {
    -webkit-animation: topfadeIn 0.7s ease forwards;
    animation: topfadeIn 0.7s ease forwards;
  }
  .journal-item-wrap .item:hover .thumb .hover-bg p:after {
    -webkit-transform: translateY(-50%) translateX(278px);
    -ms-transform: translateY(-50%) translateX(278px);
    transform: translateY(-50%) translateX(278px);
  }
}
@media only screen and (max-width: 767px) {
  .journal-item-wrap .item {
    margin: 0 auto;
  }
  .journal-item-wrap .item:not(:last-of-type) {
    margin-bottom: 42px;
  }
}
.journal-item-wrap .item:nth-of-type(odd) .metadata {
  top: 0;
  right: -750px;
}
.journal-item-wrap .item:nth-of-type(even) .metadata {
  top: 62px;
  right: -370px;
}
.journal-item-wrap .item .thumb {
  position: relative;
  width: 320px;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
.journal-item-wrap .item .thumb .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.journal-item-wrap .item .thumb .hover-bg p {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #646464;
  opacity: 0;
}
.journal-item-wrap .item .thumb .hover-bg p:after {
  position: absolute;
  top: 48%;
  left: 0;
  content: "";
  width: 43px;
  height: 5px;
  background: url(../img/shared/arrow3.svg) center center/contain no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.journal-item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.journal-item-wrap .item .text {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .journal-item-wrap .item .text {
    margin-top: 9px;
  }
}
.journal-item-wrap .item .text p {
  font-size: 14px;
  line-height: 1.42;
}
.journal-item-wrap .item .metadata {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .journal-item-wrap .item .metadata {
    position: static;
    margin-top: 8px;
  }
}
.journal-item-wrap .item .metadata dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proforma", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .journal-item-wrap .item .metadata dl {
    font-size: 13px;
    line-height: 1.3;
  }
}
.journal-item-wrap .item .metadata dl dd {
  margin-left: 4px;
}

.btn-more {
  width: 100%;
  height: 100px;
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .btn-more {
    height: 60px;
  }
}
.btn-more a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1.3px;
  color: #323232;
}
@media print, screen and (min-width: 961px) {
  .btn-more a:hover {
    color: #969696;
  }
  .btn-more a:hover span:after {
    background: url(../img/shared/plus_on.svg) center center/contain no-repeat;
  }
}
.btn-more a span {
  width: 100%;
  height: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn-more a span {
    padding: 0 30px 0 30px;
  }
}
.btn-more a span:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/shared/plus.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .btn-more a span:after {
    width: 23px;
    height: 23px;
  }
}

.post-item-wrap {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap {
    margin-top: 85px;
  }
}
.post-item-wrap .thumb {
  text-align: center;
}
.post-item-wrap .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post-item-wrap .head {
  position: relative;
}
.post-item-wrap .head h1 .sub {
  display: block;
  font-family: "proforma", serif;
  font-size: 13px;
  font-weight: 500;
}
.post-item-wrap .head h1 .main {
  display: block;
  margin-top: 8px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}
.post-item-wrap .head h1 .main br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap .head h1 .main {
    font-size: 20px;
  }
}
.post-item-wrap .head .metadata {
  position: absolute;
  left: 0;
  bottom: -110px;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap .head .metadata {
    position: static;
    margin-top: 15px;
  }
}
.post-item-wrap .head .metadata dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proforma", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap .head .metadata dl {
    font-size: 13px;
    line-height: 1.3;
  }
}
.post-item-wrap .head .metadata dl dd {
  margin-left: 4px;
}
.post-item-wrap .content-wrap {
  max-width: 990px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 92px;
  padding: 0 65px 0 65px;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap .content-wrap {
    margin-top: 37px;
    margin-bottom: 45px;
    padding: 0 30px 0 30px;
  }
}
.post-item-wrap .content {
  width: 71%;
  max-width: 610px;
  margin: 0 0 0 auto;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap .content {
    width: 100%;
    margin: 0 auto;
    margin-top: 37px;
  }
}
.post-item-wrap .content p {
  font-size: 15px;
  line-height: 2.1;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap .content p {
    font-size: 14px;
    line-height: 1.78;
  }
}
.post-item-wrap .content img {
  max-width: 100%;
  height: auto;
  margin: 35px auto;
}
@media only screen and (max-width: 767px) {
  .post-item-wrap .content img {
    margin: 29px auto;
  }
}

.btn-post {
  height: 100px;
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .btn-post {
    height: 60px;
  }
}
.btn-post.next a span:before {
  content: "新しい投稿へ";
}
.btn-post.next a span:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn-post.prev a span:before {
  content: "古い投稿へ";
}
.btn-post.prev a span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-post a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1.3px;
  color: #323232;
}
@media print, screen and (min-width: 961px) {
  .btn-post a:hover {
    color: #969696;
  }
  .btn-post a:hover span:after {
    background: url(../img/shared/arrow1_on.svg) center center/contain no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .btn-post a {
    font-size: 17.5px;
  }
}
.btn-post a span {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn-post a span {
    padding: 0 30px 0 30px;
  }
}
.btn-post a span:before {
  position: absolute;
  left: 219px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .btn-post a span:before {
    left: 161px;
    font-size: 13px;
  }
}
.btn-post a span:after {
  display: block;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/shared/arrow1.svg) center center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .btn-post a span:after {
    width: 23px;
    height: 19px;
  }
}

.conceptpg-sec1-wrap {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap {
    margin-top: 42px;
  }
}
.conceptpg-sec1-wrap .head {
  position: relative;
}
.conceptpg-sec1-wrap .head h2 .main {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .head h2 .main {
    font-size: 25px;
  }
}
.conceptpg-sec1-wrap .head .metadata {
  position: absolute;
  left: 0;
  bottom: -108px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .head .metadata {
    position: static;
    margin-top: 20px;
  }
}
.conceptpg-sec1-wrap .head .metadata dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proforma", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .head .metadata dl {
    font-size: 13px;
    line-height: 1.3;
  }
}
.conceptpg-sec1-wrap .head .metadata dl dd {
  margin-left: 4px;
}
.conceptpg-sec1-wrap .content-wrap {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  padding-bottom: 92px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap {
    padding: 0 30px 0 30px;
  }
}
.conceptpg-sec1-wrap .content {
  width: 75%;
  max-width: 800px;
  margin: 0 0 0 auto;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content {
    width: 100%;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 0px;
  }
}
.conceptpg-sec1-wrap .content p {
  font-size: 15px;
  line-height: 2.13;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content p {
    font-size: 14px;
    line-height: 1.78;
  }
}
.conceptpg-sec1-wrap .content p:not(:first-of-type) {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content p:not(:first-of-type) {
    margin-top: 29px;
  }
}
.conceptpg-sec1-wrap .content .thumb {
  position: absolute;
  bottom: 0;
  left: 65px;
  width: 170px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content .thumb {
    position: static;
    width: 100%;
    margin-top: 28px;
  }
}
.conceptpg-sec1-wrap .content .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.conceptpg-sec2-wrap {
  margin-top: 50px;
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap {
    margin-top: 52px;
  }
}
.conceptpg-sec2-wrap .content-wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap {
    margin-top: 41px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item {
  border-top: 1px solid #dadada;
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  padding-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content {
    padding: 0 30px 0 30px;
    padding-bottom: 35px;
    display: block;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .text {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .text {
    position: static;
    width: 100%;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .text p {
  font-size: 16px;
  line-height: 2.375;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .text p {
    font-size: 14px;
    line-height: 1.92;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .text .btn {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .text .btn {
    margin-top: 25px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .thumb {
  width: 335px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .thumb {
    margin-top: 25px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type1 .content .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content {
    padding: 0 30px 0 30px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .text {
    position: static;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .text p {
  font-size: 16px;
  line-height: 2.375;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .text p {
    font-size: 14px;
    line-height: 1.92;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .thumb {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .thumb {
    margin-top: 25px;
    display: block;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .thumb img {
  width: 240px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .thumb img {
    width: 100%;
  }
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item.type2 .content .thumb img:not(:first-of-type) {
    margin-top: 20px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head {
  max-width: 1210px;
  height: 120px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head:hover {
    color: #969696;
  }
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head:hover:after {
    background: url(../img/shared/plus_on.svg) center center/contain no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head {
    height: 80px;
    padding: 0 30px 0 30px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head:after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/shared/plus.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head:after {
    width: 23px;
    height: 23px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head.active {
  color: #969696;
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head.active:after {
  width: 26px;
  height: 2px;
  background: url(../img/concept/minus.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head.active:after {
    width: 23px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head h3 .en {
  font-family: "proforma", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head h3 .en {
    font-size: 18.5px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head h3 .jp {
  margin-left: 32px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .head h3 .jp {
    margin-left: 22px;
    font-size: 14px;
  }
}
.conceptpg-sec2-wrap .content-wrap .conceptpg-sec2-item .hidden-content {
  display: none;
}

.conceptpg-sec3-wrap {
  border-top: 1px solid #dadada;
}
.conceptpg-sec3-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap {
    display: block;
    margin-top: 39px;
  }
}
.conceptpg-sec3-wrap .content-wrap .text-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .text-wrap {
    width: 100%;
    padding: 0 30px 0 30px;
  }
}
.conceptpg-sec3-wrap .content-wrap .text-wrap .text {
  position: relative;
  left: -15px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .text-wrap .text {
    left: 0;
  }
}
.conceptpg-sec3-wrap .content-wrap .text-wrap .text h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.59;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .text-wrap .text h3 {
    font-size: 20px;
    line-height: 1.42;
  }
}
@media only screen and (max-width: 320px) {
  .conceptpg-sec3-wrap .content-wrap .text-wrap .text h3 {
    font-size: 18px;
  }
}
.conceptpg-sec3-wrap .content-wrap .text-wrap .text p {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .text-wrap .text p {
    margin-top: 27px;
    font-size: 0.874em;
    line-height: 1.92;
  }
}
.conceptpg-sec3-wrap .content-wrap .text-wrap .text p:first-of-type {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .text-wrap .text p:first-of-type {
    margin-top: 19px;
  }
}
.conceptpg-sec3-wrap .content-wrap .text-wrap .text .mark-bhj {
  position: absolute;
  right: -50px;
  bottom: 3px;
  width: 65px;
  height: 65px;
  opacity: 0.6;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .text-wrap .text .mark-bhj {
    right: 7px;
    bottom: -81px;
    width: 70px;
    height: 70px;
  }
}
.conceptpg-sec3-wrap .content-wrap .thumb {
  position: relative;
  width: 50%;
  padding-top: 41.253%;
  background: url(../img/concept/conceptpg-sec3-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .thumb {
    width: 100%;
    margin-top: 60px;
    padding-top: 66.633%;
    background: url(../img/concept/conceptpg-sec3-img1_sp.jpg) center center/cover no-repeat;
  }
}
.conceptpg-sec3-wrap .content-wrap .thumb .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 961px) {
  .conceptpg-sec3-wrap .content-wrap .thumb .hover-content:hover {
    opacity: 1;
  }
  .conceptpg-sec3-wrap .content-wrap .thumb .hover-content:hover:after {
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .thumb .hover-content {
    display: none;
  }
}
.conceptpg-sec3-wrap .content-wrap .thumb .hover-content:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 43px;
  height: 5px;
  background: url(../img/concept/arrow3-white.svg) center center/contain no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%) translateX(-200%);
  -ms-transform: translateY(-50%) translateX(-200%);
  transform: translateY(-50%) translateX(-200%);
}
.conceptpg-sec3-wrap .content-wrap .thumb .hover-content img {
  display: block;
  width: 190px;
  height: 47px;
  margin: 0 auto;
}
.conceptpg-sec3-wrap .content-wrap .thumb .hover-content .text {
  position: relative;
  top: 5px;
  width: 433px;
}
.conceptpg-sec3-wrap .content-wrap .thumb .hover-content .text p {
  margin-top: 46px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item {
  display: none;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item {
    display: block;
    border-top: 1px solid #dadada;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head {
  max-width: 1210px;
  height: 120px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head:hover {
    color: #969696;
  }
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head:hover:after {
    background: url(../img/shared/plus_on.svg) center center/contain no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head {
    height: 80px;
    padding: 0 30px 0 30px;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head:after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/shared/plus.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head:after {
    width: 23px;
    height: 23px;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head.active {
  color: #969696;
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head.active:after {
  width: 26px;
  height: 2px;
  background: url(../img/concept/minus.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head.active:after {
    width: 23px;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head h3 .en {
  font-family: "proforma", serif;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head h3 .en {
    font-size: 18.5px;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head h3 .jp {
  margin-left: 32px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .head h3 .jp {
    margin-left: 22px;
    font-size: 14px;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .hidden-content {
  display: none;
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .content {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .content {
    padding: 0 30px 0 30px;
    padding-bottom: 35px;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .content img {
  display: block;
  width: 156px;
  height: 39px;
  margin: 0 auto;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .content .text {
    margin-top: 31px;
  }
}
.conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .content .text p {
  font-size: 16px;
  line-height: 2.375;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .conceptpg-sec3-item .content .text p {
    font-size: 14px;
    line-height: 1.92;
  }
}

.conceptpg-sec4-wrap {
  border-top: 1px solid #dadada;
}
.conceptpg-sec4-wrap .content-wrap {
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 56px;
  padding: 0 65px 0 65px;
  padding-bottom: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap {
    display: block;
    margin-top: 38px;
    padding: 0 30px 0 30px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 320px) {
  .conceptpg-sec4-wrap .content-wrap {
    padding: 0 25px 0 25px;
  }
}
.conceptpg-sec4-wrap .content-wrap .text {
  width: 215px;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap .text {
    width: 100%;
    margin-left: 0;
    margin-top: 34px;
  }
}
.conceptpg-sec4-wrap .content-wrap .text h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap .text h3 {
    font-size: 21px;
    line-height: 1.42;
  }
}
.conceptpg-sec4-wrap .content-wrap .text p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap .text p {
    font-size: 14px;
    line-height: 1.92;
  }
}

.conceptpg-sec5-wrap {
  border-top: 1px solid #dadada;
}
.conceptpg-sec5-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap {
    display: block;
    margin-top: 39px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap {
    width: 100%;
    padding: 0 30px 0 30px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text {
  position: relative;
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text {
    position: static;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text h3 {
    font-size: 24px;
    text-align: center;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text .info {
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text .info {
    margin-top: 27px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl {
    display: block;
    text-align: center;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl:not(:first-of-type) {
  margin-top: 18px;
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.address a {
  margin-top: 5px;
  display: block;
  font-weight: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.address a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    margin-top: 7px;
    color: #969696;
    font-size: 16px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.closed {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.parking dd {
  font-size: 18px;
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.parking a {
  display: inline-block;
  margin-left: 25px;
  font-weight: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.parking a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    margin-left: 0;
    margin-top: 7px;
    color: #969696;
    font-size: 16px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.parking p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.57;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.parking p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.46;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dt {
  line-height: 32px;
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd {
  font-size: 20px;
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd span {
  margin-left: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd span {
    font-size: 15px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd .btn-reserve {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd .btn-reserve {
    margin-top: 24px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd .btn-reserve a {
  display: block;
  width: 255px;
  height: 60px;
  background: url(../img/concept/btn-reserve2.svg) center center/contain no-repeat;
}
@media print, screen and (min-width: 961px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd .btn-reserve a:hover {
    background: url(../img/shared/btn-reserve_on.svg) center center/contain no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.reserve dd .btn-reserve a {
    width: 315px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/concept/btn-reserve2_sp.svg) center center/contain no-repeat;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.company {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl.company {
    margin-top: 18px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl dt {
  width: 80px;
  margin-right: 12px;
  font-family: "proforma", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl dt {
    width: auto;
    margin-right: 0;
    font-size: 13px;
  }
}
.conceptpg-sec5-wrap .content-wrap .text-wrap .text dl dd {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .text-wrap .text dl dd {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.46;
  }
}
.conceptpg-sec5-wrap .content-wrap .conceptpg-sec5-slider {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .content-wrap .conceptpg-sec5-slider {
    width: 100%;
    margin-top: 43px;
  }
}

.menupg-sec1-wrap .inner {
  max-width: 1210px;
  height: 163px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menupg-sec1-wrap .inner {
    height: 200px;
    padding: 0 30px 0 30px;
  }
}
.menupg-sec1-wrap .description-wrap .description .notes {
  margin-top: 3px;
  font-size: 10px;
  list-style: none;
}
.menupg-sec1-wrap .description-wrap .description .notes li {
  line-height: 1.5;
}

.menupg-sec2-wrap {
  /*
  .notes{
    max-width: $inner-width;
    margin: 0 auto;
    margin-top: 37px;
    padding: $base-padding;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 2.14;
    @include media(sm){
      margin-top: 27px;
      padding: $base-padding_sp;
      font-size: 11px;
      //white-space: nowrap;
      line-height: 1.92;
    }
  }
  */
}
.menupg-sec2-wrap .menu-item {
  border-top: 1px solid #dadada;
}
.menupg-sec2-wrap .menu-item.last {
  border-bottom: 1px solid #dadada;
}
.menupg-sec2-wrap .menu-type1 {
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type1 {
    height: 80px;
  }
}
.menupg-sec2-wrap .menu-type1 dl {
  width: 100%;
  height: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proforma", serif;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type1 dl {
    padding: 0 30px 0 30px;
  }
}
.menupg-sec2-wrap .menu-type1 dt {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type1 dt {
    font-size: 19px;
  }
}
.menupg-sec2-wrap .menu-type1 dd {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type1 dd {
    font-size: 21px;
  }
}
.menupg-sec2-wrap .menu-type1 dd .jp {
  font-family: "Noto Serif JP", serif;
}
.menupg-sec2-wrap .menu-type2 {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type2 {
    padding: 0 30px 0 30px;
  }
}
.menupg-sec2-wrap .menu-type2 h3 {
  width: 112px;
  height: 100px;
  font-family: "proforma", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type2 h3 {
    width: 80px;
    height: 80px;
    font-size: 19px;
  }
}
.menupg-sec2-wrap .menu-type2 .menu-sub {
  width: 89.63%;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type2 .menu-sub {
    width: 75%;
  }
}
.menupg-sec2-wrap .menu-type2 .menu-sub dl {
  position: relative;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proforma", serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.menupg-sec2-wrap .menu-type2 .menu-sub dl:not(:last-of-type):after {
  position: absolute;
  bottom: 0;
  left: -112px;
  display: block;
  content: "";
  width: 1080px;
  height: 1px;
  border-bottom: 1px dashed #dadada;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type2 .menu-sub dl:not(:last-of-type):after {
    left: -80px;
    width: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type2 .menu-sub dl {
    height: 80px;
  }
}
.menupg-sec2-wrap .menu-type2 .menu-sub dt {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type2 .menu-sub dt {
    font-size: 17px;
  }
}
.menupg-sec2-wrap .menu-type2 .menu-sub dd {
  font-size: 22px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .menu-type2 .menu-sub dd {
    font-size: 21px;
  }
}
.menupg-sec2-wrap .list-wrap.notes {
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 37px;
  padding: 0 65px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .list-wrap.notes {
    margin-top: 27px;
    padding: 0 30px 0 30px;
  }
}
.menupg-sec2-wrap .list-wrap.notes ul {
  list-style: none;
}
.menupg-sec2-wrap .list-wrap.notes ul li {
  display: block;
  font-size: 14px;
  line-height: 2.14;
}
@media only screen and (max-width: 767px) {
  .menupg-sec2-wrap .list-wrap.notes ul li {
    padding-left: 1em;
    font-size: 11px;
    line-height: 1.92;
    text-indent: -1em;
  }
}
.menupg-sec2-wrap .list-wrap.notes ul li:nth-of-type(3), .menupg-sec2-wrap .list-wrap.notes ul li:nth-of-type(6) {
  display: block;
}

.menupg-sec3-wrap {
  margin-top: 102px;
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap {
    margin-top: 33px;
  }
}
.menupg-sec3-wrap .inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 65px 0 65px;
  padding-top: 50px;
  padding-bottom: 74px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner {
    padding: 0 30px 0 30px;
    padding-top: 75px;
    padding-bottom: 45px;
  }
}
.menupg-sec3-wrap .inner .heading-wrap {
  border: none;
}
.menupg-sec3-wrap .inner .heading-wrap h3 {
  position: relative;
  font-family: "proforma", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menupg-sec3-wrap .inner .heading-wrap h3:after {
  content: "FREE";
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .heading-wrap h3:after {
    position: absolute;
    bottom: -45px;
    left: -30px;
    content: "";
    width: 100vw;
    height: 1px;
    border-top: 1px solid #dadada;
  }
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .heading-wrap h3 {
    font-size: 24px;
  }
}
.menupg-sec3-wrap .inner .content-wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .content-wrap {
    margin-top: 68px;
    display: block;
  }
}
.menupg-sec3-wrap .inner .content-wrap .text {
  position: relative;
  top: -9px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .content-wrap .text {
    position: static;
  }
}
.menupg-sec3-wrap .inner .content-wrap .text ul {
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .content-wrap .text ul:after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "FREE";
    font-family: "proforma", serif;
    font-size: 21px;
    line-height: 1;
  }
}
.menupg-sec3-wrap .inner .content-wrap .text ul li {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .content-wrap .text ul li {
    font-size: 15px;
    line-height: 2.16;
  }
}
.menupg-sec3-wrap .inner .content-wrap .text ul li:before {
  content: "○";
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .content-wrap .text ul li:before {
    margin-right: 9px;
  }
}
.menupg-sec3-wrap .inner .content-wrap .text .notes {
  margin-top: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .content-wrap .text .notes {
    margin-top: 18px;
  }
}
.menupg-sec3-wrap .inner .content-wrap .thumb {
  width: 335px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .menupg-sec3-wrap .inner .content-wrap .thumb {
    margin-top: 33px;
  }
}
.menupg-sec3-wrap .inner .content-wrap .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
