@charset "UTF-8";
/**
 * setting css
 */
/* ==========================================================================
   #reset
========================================================================== */
/* 
  http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   #scss
========================================================================== */
/* ==========================================================================
   #font
========================================================================== */
@font-face {
  font-family: 'NotoSerifJP';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifJP-Regular.woff") format("woff"), url("../font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap; }
/* ==========================================================================
   #base
========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: YakuHanMP, 'NotoSerifJP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif; }

img {
  width: 100%;
  height: auto;
  display: block; }

p, li, td {
  line-height: 1.85;
  letter-spacing: .05rem;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.75;
  letter-spacing: .05rem;
  -webkit-font-smoothing: antialiased; }

a {
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  a:link {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  a:visited {
    color: #000000; }
  a:hover {
    cursor: pointer;
    opacity: .75; }
  a:active {
    color: #000000; }

/**
 * common css
 */
/* ==========================================================================
   #common
========================================================================== */
.section {
  padding-top: 9.375vw; }

.sectionTitle {
  position: relative;
  padding-bottom: 5.208vw; }
  .sectionTitle::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 4.5vw;
    background: #cccccc; }
  .sectionTitle h2 {
    font-family: trajan-pro-3, "Times New Roman", Times, "serif";
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    font-size: 3.125rem;
    text-align: center;
    line-height: 1; }
  .sectionTitle p {
    text-align: center;
    line-height: 1;
    margin-top: 1.041vw; }

.commonList {
  margin-top: 8.333vw;
  padding: 0 14.062vw; }
  .commonList .row {
    display: flex;
    flex-wrap: wrap;
    margin: -2.083vw; }
    .commonList .row .row__item {
      width: 50%;
      padding: 2.083vw; }
      .commonList .row .row__item:nth-child(2n) {
        margin-top: 6.25vw; }
      .commonList .row .row__item .figure {
        position: relative;
        display: flex;
        align-items: flex-start;
        z-index: -10; }
        .commonList .row .row__item .figure .img {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          display: block;
          width: 57.5%;
          padding-top: 75%;
          position: relative; }
        .commonList .row .row__item .figure .number {
          display: flex;
          align-items: center;
          margin-top: 5px;
          margin-left: 1.302vw; }
          .commonList .row .row__item .figure .number p {
            font-family: trajan-pro-3, "Times New Roman", Times, "serif";
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0;
            font-size: .875rem;
            line-height: 1;
            writing-mode: vertical-rl;
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl; }
          .commonList .row .row__item .figure .number .strong {
            font-size: 1.5rem; }
      .commonList .row .row__item .note {
        width: 57.5%;
        margin-top: -9.375vw;
        margin-left: auto;
        padding: 2.864vw 2.343vw;
        background: #fff; }
      .commonList .row .row__item .note.charactor h3 {
        font-size: 1.375rem; }
      .commonList .row .row__item .note.charactor p {
        font-size: .937rem;
        margin-top: 1.041vw; }
      .commonList .row .row__item .note.staff .name h3 {
        font-size: 1.625rem; }
      .commonList .row .row__item .note.staff .name p {
        font-size: .9375rem; }
      .commonList .row .row__item .note.staff .txt {
        margin-top: 1.562vw; }
        .commonList .row .row__item .note.staff .txt h4 {
          font-size: 1.25rem; }
        .commonList .row .row__item .note.staff .txt p {
          font-size: .9375rem;
          margin-top: 1.041vw; }
        .commonList .row .row__item .note.staff .txt a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          max-width: 200px;
          line-height: 50px;
          border: solid #2B6192 1px;
          border-radius: 25px;
          margin-top: 1.562vw;
          padding: 0 20px 0 30px; }
          .commonList .row .row__item .note.staff .txt a span {
            font-family: trajan-pro-3, "Times New Roman", Times, "serif";
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0;
            color: #2B6192; }
          .commonList .row .row__item .note.staff .txt a img {
            width: 14px;
            height: 14px; }

.mb_block {
  display: none; }

@media (max-width: 1366px) {
  .commonList .row .row__item .figure .img {
    width: 70%; }
  .commonList .row .row__item .note {
    width: 85%;
    margin-top: -3.742vw; } }
@media (max-width: 920px) {
  .section {
    padding-top: 13.333vw; }

  .sectionTitle {
    padding-bottom: 8.333vw; }
    .sectionTitle::after {
      height: 6.333vw; }
    .sectionTitle h2 {
      font-size: 3.125rem; }
    .sectionTitle p {
      margin-top: 2.5vw; }

  .commonList .row {
    display: block;
    margin: 0; }
    .commonList .row .row__item {
      width: 100%;
      padding: 0;
      margin-top: 8.333vw; }
      .commonList .row .row__item:nth-child(2n) {
        margin-top: 8.333vw; }
      .commonList .row .row__item .figure .img {
        width: 75%;
        padding-top: 65%; }
      .commonList .row .row__item .note {
        width: 85%;
        margin-top: -3.742vw;
        padding: 5vw 6.666vw 0; } }
@media (max-width: 599px) {
  .section {
    padding-top: 18.25vw; }

  .sectionTitle {
    padding-bottom: 10.25vw; }
    .sectionTitle::after {
      height: 7.25vw; }
    .sectionTitle h2 {
      font-size: 2.75rem; }
    .sectionTitle p {
      margin-top: 2.5vw; }

  .mb_none {
    display: none; }

  .mb_block {
    display: block; }

  .commonList {
    margin-top: 12.25vw;
    padding: 0; }
    .commonList .row .row__item {
      margin-top: 12.25vw; }
      .commonList .row .row__item:nth-child(2n) {
        margin-top: 12.25vw; }
      .commonList .row .row__item .figure .img {
        width: 82.5%;
        padding-top: 77.5%; }
      .commonList .row .row__item .figure .number {
        margin-left: 3.25vw;
        font-size: 1rem; }
        .commonList .row .row__item .figure .number .strong {
          font-size: 1.2rem; }
      .commonList .row .row__item .note {
        width: 92.5%;
        margin-top: -5.25vw;
        padding: 10.25vw 8.25vw 0; }
      .commonList .row .row__item .note.charactor p {
        margin-top: 2.25vw; }
      .commonList .row .row__item .note.staff .txt {
        margin-top: 3.25vw; }
        .commonList .row .row__item .note.staff .txt p {
          margin-top: 2.25vw; }
        .commonList .row .row__item .note.staff .txt a {
          max-width: 150px;
          line-height: 40px;
          border-radius: 20px;
          margin-top: 5.25vw; } }
/* ==========================================================================
   #font-size
========================================================================== */
html {
  font-size: .833vw; }

@media (max-width: 1366px) {
  html {
    font-size: 14px; } }
@media (max-width: 920px) {
  html {
    font-size: 13.5px; } }
@media (max-width: 599px) {
  html {
    font-size: 13px; } }
/**
 * header css
 */
/* ==========================================================================
   #header
========================================================================== */
.header_nav {
  background: rgba(62, 85, 91, 0.95);
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  z-index: 80; }
  .header_nav.js_open {
    top: 0;
    opacity: 1;
    visibility: visible; }
    .header_nav.js_open .wrapper .block.nav .globalMenu ul li {
      opacity: 1;
      transform: translateY(0); }
    .header_nav.js_open .wrapper .block.copy {
      opacity: 1;
      transform: translateY(0); }
  .header_nav .wrapper {
    padding: 12.5vw 12.5vw 0;
    width: 80%; }
    .header_nav .wrapper .block.nav .globalMenu ul {
      display: flex;
      flex-wrap: wrap;
      margin: -2.25vh; }
      .header_nav .wrapper .block.nav .globalMenu ul li {
        width: 50%;
        padding: 2.25vh;
        opacity: 0;
        transform: translateY(20px);
        transition: all .5s .5s ease; }
        .header_nav .wrapper .block.nav .globalMenu ul li a {
          color: #fff;
          line-height: 1.35;
          display: block; }
          .header_nav .wrapper .block.nav .globalMenu ul li a span {
            font-size: .95rem;
            display: block;
            margin-left: 5px; }
          .header_nav .wrapper .block.nav .globalMenu ul li a .en {
            font-family: trajan-pro-3, "Times New Roman", Times, "serif";
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0;
            font-size: 3.125rem;
            margin-left: 0; }
    .header_nav .wrapper .block.copy {
      margin-top: 8.333vw;
      opacity: 0;
      transform: translateY(20px);
      transition: all .5s .75s ease; }
      .header_nav .wrapper .block.copy p {
        color: #fff; }
      .header_nav .wrapper .block.copy .txt {
        font-size: 1.05rem;
        letter-spacing: .2em; }
      .header_nav .wrapper .block.copy .copy {
        font-family: trajan-pro-3, "Times New Roman", Times, "serif";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0;
        font-size: .8rem;
        margin-top: 1.562vw; }

.header_toggle {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 14px;
  transform: rotate(-45deg);
  z-index: 90; }
  .header_toggle.js_active span:nth-child(1) {
    top: 6px;
    opacity: 0; }
  .header_toggle.js_active span:nth-child(3) {
    bottom: 6px;
    opacity: 0; }
  .header_toggle span {
    position: absolute;
    background: #aaaaaa;
    height: 2px;
    transition: .25s; }
    .header_toggle span:nth-child(1) {
      width: 24px;
      top: 0;
      left: 3px; }
    .header_toggle span:nth-child(2) {
      width: 30px;
      top: 6px;
      left: 0; }
    .header_toggle span:nth-child(3) {
      width: 24px;
      bottom: 0;
      left: 3px; }

.header_reserve {
  position: fixed;
  right: 3.65vw;
  bottom: 3.65vw;
  z-index: 100;
  transition: .5s; }
  .header_reserve .bt.web a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    line-height: 60px;
    background: #2B6192;
    color: #fff;
    border-radius: 30px;
    padding: 0 10px; }
    .header_reserve .bt.web a span {
      font-size: 14px; }
    .header_reserve .bt.web a img {
      width: 60px;
      margin-left: 10px; }
  .header_reserve .bt.tel {
    margin-top: 5px; }
    .header_reserve .bt.tel a {
      display: block;
      width: 250px;
      height: 60px;
      background: #000000;
      color: #fff;
      border-radius: 30px;
      padding: 13px 10px 0;
      line-height: 1.25; }
      .header_reserve .bt.tel a span {
        display: block;
        font-size: 14px;
        text-align: center; }
  .header_reserve.is-hidden {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 1366px) {
  .header_nav .wrapper {
    padding: 12.5vw 10.5vw 0;
    width: 100%; }
    .header_nav .wrapper .block.nav .globalMenu ul li a .en {
      font-size: 2.75rem; } }
@media (max-width: 920px) {
  .header_nav .wrapper {
    padding: 18.5vw 10.5vw 0;
    width: 100%; }
    .header_nav .wrapper .block.nav .globalMenu ul {
      display: block;
      margin: 0; }
      .header_nav .wrapper .block.nav .globalMenu ul li {
        width: 100%;
        padding: 0;
        margin-top: 4.347vw; }
        .header_nav .wrapper .block.nav .globalMenu ul li:nth-child(1) {
          margin-top: 0; }

  .header_toggle {
    top: 45px; }
    .header_toggle span {
      height: 2px; } }
@media (max-width: 599px) {
  .header_nav {
    overflow-y: scroll; }
    .header_nav .wrapper {
      padding: 30vw 8.333vw 20vw; }
      .header_nav .wrapper .block.nav .globalMenu ul li {
        margin-top: 5vw; }
        .header_nav .wrapper .block.nav .globalMenu ul li a span {
          font-size: .95rem; }
        .header_nav .wrapper .block.nav .globalMenu ul li a .en {
          font-size: 2.5rem; }
      .header_nav .wrapper .block.copy {
        margin-top: 15.25vw; }
        .header_nav .wrapper .block.copy .txt {
          font-size: 1.15rem; }
        .header_nav .wrapper .block.copy .copy {
          margin-top: 5vw; }

  .header_toggle {
    top: 35px;
    right: 20px;
    width: 26px;
    height: 13px; }
    .header_toggle span {
      height: 1px; }
      .header_toggle span:nth-child(1) {
        width: 20px; }
      .header_toggle span:nth-child(2) {
        width: 26px; }
      .header_toggle span:nth-child(3) {
        width: 20px; }

  .header_reserve .bt.web a {
    width: 200px;
    line-height: 44px;
    border-radius: 22px; }
    .header_reserve .bt.web a span {
      font-size: 12px; }
    .header_reserve .bt.web a img {
      width: 54px; }
  .header_reserve .bt.tel {
    margin-top: 5px; }
    .header_reserve .bt.tel a {
      width: 200px;
      height: 44px;
      border-radius: 22px;
      padding: 7px 10px 0; }
      .header_reserve .bt.tel a span {
        font-size: 12px; } }
/**
 * footer css
 */
/* ==========================================================================
   #footer
========================================================================== */
.footer_contact .wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding: 8.333vw; }
  .footer_contact .wrapper::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3E555B;
    opacity: .95; }
  .footer_contact .wrapper .block {
    position: relative;
    z-index: 10; }
    .footer_contact .wrapper .block:nth-child(2) {
      border-top: solid rgba(255, 255, 255, 0.5) 1px;
      margin-top: 6.25vw;
      padding-top: 6.25vw; }
    .footer_contact .wrapper .block a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer_contact .wrapper .block a p {
        font-family: trajan-pro-3, "Times New Roman", Times, "serif";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0;
        color: #fff;
        font-size: 3.125rem;
        line-height: 1.25; }
        .footer_contact .wrapper .block a p span {
          display: block;
          font-size: 1.125rem;
          margin-left: 5px; }
      .footer_contact .wrapper .block a img {
        width: 14px;
        height: 14px; }

.footer_info {
  padding: 7.291vw 8.333vw 6.25vw; }
  .footer_info .logo img {
    width: 13.02vw;
    margin: 0 auto; }
  .footer_info .info {
    margin-top: 3.125vw; }
    .footer_info .info p {
      text-align: center; }
    .footer_info .info ul {
      display: flex;
      justify-content: center; }
      .footer_info .info ul li:nth-child(2) {
        margin-left: 10px; }
      .footer_info .info ul li a {
        display: flex;
        align-items: center;
        text-decoration: underline; }
        .footer_info .info ul li a span {
          font-family: trajan-pro-3, "Times New Roman", Times, "serif";
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0; }
        .footer_info .info ul li a img {
          width: 14px;
          height: 14px;
          margin-left: 5px; }

.footer_map iframe {
  vertical-align: bottom; }

.footer_copy {
  padding: 2.083vw 8.333vw; }
  .footer_copy p {
    font-family: trajan-pro-3, "Times New Roman", Times, "serif";
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    font-size: .75rem;
    text-align: center; }

@media (max-width: 920px) {
  .footer_info .logo img {
    width: 20vw; } }
@media (max-width: 599px) {
  .footer_contact .wrapper {
    padding: 16.25vw 8.25vw; }
    .footer_contact .wrapper .block:nth-child(2) {
      margin-top: 16.25vw;
      padding-top: 16.25vw; }
    .footer_contact .wrapper .block a p {
      font-size: 2.25rem;
      line-height: 1.45; }
      .footer_contact .wrapper .block a p span {
        font-size: 1rem; }

  .footer_info {
    padding: 18.25vw 8.5vw 14.25vw; }
    .footer_info .logo img {
      width: 150px; }
    .footer_info .info {
      margin-top: 6.25vw; }
      .footer_info .info ul {
        display: block; }
        .footer_info .info ul li {
          text-align: center; }
          .footer_info .info ul li:nth-child(2) {
            margin-left: 0; }
          .footer_info .info ul li a {
            justify-content: center; }

  .footer_copy {
    padding: 4.25vw 8.25vw; }
    .footer_copy p {
      font-size: .75rem; } }
/**
 * home css
 */
/* ==========================================================================
   #home
========================================================================== */
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.p_home_hero .wrapper {
  position: relative;
  overflow: hidden; }
  .p_home_hero .wrapper .mainVisual {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 100%;
    height: 100vh; }
  .p_home_hero .wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .p_home_hero .wrapper .logo img {
      width: 19.53vw; }
  .p_home_hero .wrapper .catch {
    position: absolute;
    left: 0;
    bottom: 6.25vw;
    width: 100%; }
    .p_home_hero .wrapper .catch::after {
      position: absolute;
      content: '';
      bottom: -21.833vw;
      left: 50%;
      width: 1px;
      height: 19.833vw;
      background: #cccccc;
      z-index: 20; }
    .p_home_hero .wrapper .catch p {
      font-family: trajan-pro-3, "Times New Roman", Times, "serif";
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0;
      color: #fff;
      line-height: 1;
      text-align: center; }
    .p_home_hero .wrapper .catch .date {
      font-size: 1.625rem; }
    .p_home_hero .wrapper .catch .strong {
      font-size: 4.5rem;
      margin-top: 15px; }

.p_home_content {
  background: #F3F5ED;
  background: -moz-linear-gradient(top bottom, #EDF3F5, #F3F5ED, #F5F1ED);
  background: -webkit-linear-gradient(top bottom, #EDF3F5, #F3F5ED, #F5F1ED);
  background: linear-gradient(to bottom, #EDF3F5, #F3F5ED, #F5F1ED);
  padding: 9.375vw 0; }
  .p_home_content #message {
    position: relative;
    padding: 5.208vw 0; }
    .p_home_content #message::after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      width: 85%;
      height: 100%;
      background: #fff; }
    .p_home_content #message .head {
      position: relative;
      padding: 0 8.333vw;
      z-index: 10; }
      .p_home_content #message .head .img {
        width: 75%; }
        .p_home_content #message .head .img div {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          display: block;
          height: 36.458vw; }
      .p_home_content #message .head .title {
        position: absolute;
        top: 50%;
        right: 15%;
        transform: translateY(-50%); }
        .p_home_content #message .head .title h1 {
          font-size: 2.375rem; }
        .p_home_content #message .head .title p {
          margin-top: 1.562vw;
          text-decoration: underline; }
    .p_home_content #message .body {
      position: relative;
      margin-top: 4.166vw;
      padding: 0 21.875vw;
      z-index: 10; }
      .p_home_content #message .body p {
        margin-top: 1.302vw;
        line-height: 2; }
        .p_home_content #message .body p:nth-child(1) {
          margin-top: 0; }
  .p_home_content #invitation {
    margin-top: 8.333vw; }
    .p_home_content #invitation .head {
      display: flex;
      overflow: hidden; }
      .p_home_content #invitation .head ul {
        display: flex;
        animation: loop-slide 30s infinite linear both; }
        .p_home_content #invitation .head ul li {
          font-family: trajan-pro-3, "Times New Roman", Times, "serif";
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0;
          color: #fff;
          font-size: 12.5vw;
          line-height: 1;
          white-space: nowrap;
          margin-right: 3vw; }
    .p_home_content #invitation .body {
      margin-top: 7.291vw;
      padding-left: 14.062vw; }
      .p_home_content #invitation .body .note h2 {
        font-size: 1.875rem; }
      .p_home_content #invitation .body .note p {
        font-size: .9rem;
        margin-top: 2.083vw; }
      .p_home_content #invitation .body .slide {
        position: relative;
        margin-top: 5.208vw;
        padding-right: 14.062vw; }
        .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide {
          display: flex;
          margin-top: 2vw; }
          .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .figure {
            width: 42.5%; }
            .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .figure .img {
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              display: block;
              background-position: 50% 15%;
              padding-top: 80%;
              border-radius: 10px 0 0 10px; }
          .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt {
            flex: 1;
            background: #fff;
            border-radius: 0 10px 10px 0;
            padding: 1.703vh 2.604vw 3.703vh;
            position: relative; }
            .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .number {
              position: relative; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .number::after {
                position: absolute;
                content: '';
                top: -10px;
                right: 7.5%;
                width: 40px;
                height: 1px;
                background: #000000;
                transform: rotate(-45deg); }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .number p {
                font-family: trajan-pro-3, "Times New Roman", Times, "serif";
                font-weight: 400;
                font-style: normal;
                letter-spacing: 0;
                line-height: 1;
                text-align: right; }
                .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .number p span {
                  font-size: 2.625rem;
                  margin-left: 5px; }
            .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu {
              margin-top: 10px; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu p {
                font-size: 1.875rem;
                line-height: 1.65;
                margin-top: .825vh; }
                .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu p:nth-child(1) {
                  margin-top: 0; }
                .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu p .bg {
                  background: linear-gradient(transparent 0%, #f2f2f2 0%);
                  display: inline;
                  padding: 0 3px; }
                .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu p .min {
                  font-size: 1rem; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu .n_price {
                font-size: 1rem;
                margin-top: 1.851vh; }
                .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu .n_price.min {
                  font-size: .9rem; }
            .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .price {
              position: absolute;
              right: 2.604vw;
              bottom: 3.703vh;
              display: flex;
              align-items: center; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .price p {
                color: #2B6192;
                line-height: 1; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .price .en {
                margin-left: 5px; }
                .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .price .en span {
                  font-family: trajan-pro-3, "Times New Roman", Times, "serif";
                  font-weight: 400;
                  font-style: normal;
                  letter-spacing: 0;
                  font-size: 3.125rem; }
        .p_home_content #invitation .body .slide .swiper-pagination {
          top: -9.259vh;
          right: 7.25vw; }
          .p_home_content #invitation .body .slide .swiper-pagination .swiper-pagination-bullet {
            width: 60px;
            height: 2px;
            background: #cccccc;
            border-radius: 0;
            margin: 0 2px; }
          .p_home_content #invitation .body .slide .swiper-pagination .swiper-pagination-bullet-active {
            background: #000000; }
    .p_home_content #invitation .sp_wrap {
      padding: 0 20.25vw;
      margin-top: 7.375vw; }
      .p_home_content #invitation .sp_wrap .special {
        border: solid #cccccc 1px;
        padding: 3.125vw; }
        .p_home_content #invitation .sp_wrap .special .price {
          display: flex;
          align-items: center;
          justify-content: center; }
          .p_home_content #invitation .sp_wrap .special .price .txt {
            color: #2B6192;
            font-size: 1.875vw;
            line-height: 1; }
          .p_home_content #invitation .sp_wrap .special .price .en {
            font-family: trajan-pro-3, "Times New Roman", Times, "serif";
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0;
            color: #2B6192;
            font-size: 4.5vw;
            line-height: 1;
            margin-left: 10px; }
            .p_home_content #invitation .sp_wrap .special .price .en span {
              font-size: 5.125vw; }
        .p_home_content #invitation .sp_wrap .special .notice {
          margin-top: 1.562vw; }
          .p_home_content #invitation .sp_wrap .special .notice p {
            font-size: .812rem;
            text-align: center; }

.p_home_charactor .block.headding .figure {
  position: relative;
  padding: 0 8.333vw;
  z-index: 10; }
  .p_home_charactor .block.headding .figure .img {
    width: 75%; }
    .p_home_charactor .block.headding .figure .img div {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      height: 36.458vw; }
  .p_home_charactor .block.headding .figure .title {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%); }
    .p_home_charactor .block.headding .figure .title h2 {
      font-size: 2.375rem; }
    .p_home_charactor .block.headding .figure .title p {
      margin-top: 1.562vw;
      text-decoration: underline; }

.p_home_menu {
  background: #F3F5ED;
  background: -moz-linear-gradient(top bottom, #EDF3F5, #F3F5ED, #F5F1ED);
  background: -webkit-linear-gradient(top bottom, #EDF3F5, #F3F5ED, #F5F1ED);
  background: linear-gradient(to bottom, #EDF3F5, #F3F5ED, #F5F1ED);
  margin-top: 9.375vw;
  padding: 9.375vw 20.25vw; }
  .p_home_menu .wrapper .block.headding .special {
    border: solid #cccccc 1px;
    padding: 3.125vw;
    margin-top: -.781vw; }
    .p_home_menu .wrapper .block.headding .special .price {
      display: flex;
      align-items: center;
      justify-content: center; }
      .p_home_menu .wrapper .block.headding .special .price .txt {
        color: #2B6192;
        font-size: 1.875vw;
        line-height: 1; }
      .p_home_menu .wrapper .block.headding .special .price .en {
        font-family: trajan-pro-3, "Times New Roman", Times, "serif";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0;
        color: #2B6192;
        font-size: 4.5vw;
        line-height: 1;
        margin-left: 10px; }
        .p_home_menu .wrapper .block.headding .special .price .en span {
          font-size: 5.125vw; }
    .p_home_menu .wrapper .block.headding .special .notice {
      margin-top: 1.562vw; }
      .p_home_menu .wrapper .block.headding .special .notice p {
        font-size: .812rem;
        text-align: center; }
  .p_home_menu .wrapper .block.list {
    margin-top: 5.208vw; }
    .p_home_menu .wrapper .block.list .list_item {
      padding-top: 4.166vw; }
      .p_home_menu .wrapper .block.list .list_item:nth-child(1) {
        padding-top: 0; }
      .p_home_menu .wrapper .block.list .list_item .categoryTitle h3 {
        font-family: trajan-pro-3, "Times New Roman", Times, "serif";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0;
        font-size: 1.875rem;
        line-height: 1; }
      .p_home_menu .wrapper .block.list .list_item .categoryTitle p {
        font-size: .812rem;
        margin-top: .781vw; }
      .p_home_menu .wrapper .block.list .list_item .menu_area .row {
        display: flex;
        align-items: baseline;
        border-bottom: solid #cccccc 1px;
        padding: .65vw 0; }
        .p_home_menu .wrapper .block.list .list_item .menu_area .row:nth-child(1) {
          border-bottom: solid #000000 1px; }
        .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_name {
          flex: 1; }
          .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_name p {
            font-size: 1.1rem; }
        .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price {
          width: 25%; }
          .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price.first ul li {
            font-size: 1rem; }
          .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul {
            display: flex;
            align-items: baseline; }
            .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul li {
              width: 50%;
              text-align: center;
              font-size: 1.2rem;
              font-family: "Times New Roman", Times, 'NotoSerifJP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
              letter-spacing: 0; }
              .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul li span {
                display: none;
                font-size: 1rem; }
            .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul .s_price {
              color: #2B6192;
              font-size: 1.35rem; }
      .p_home_menu .wrapper .block.list .list_item .notice {
        font-size: .85rem; }

.p_home_staff .wrapper .block.headding .figure .img div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 36.458vw; }

@media (max-width: 1366px) {
  .p_home_hero .wrapper .logo img {
    width: 24.5vw; }
  .p_home_hero .wrapper .catch .strong {
    font-size: 3.5rem; }

  .p_home_content #message .head .title {
    right: 5%; }
    .p_home_content #message .head .title h1 {
      font-size: 2rem; }
  .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .figure .img {
    padding-top: 100%; }
  .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .number p span {
    font-size: 1.85rem; }
  .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu {
    margin-top: 0; }
    .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu p {
      font-size: 1.5rem;
      margin-top: 5px; }
    .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu .n_price {
      margin-top: 5px; }
  .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .price .en span {
    font-size: 2.5rem; }
  .p_home_content #invitation .body .slide .swiper-pagination {
    top: -9.259vh;
    right: 7.25vw; }
    .p_home_content #invitation .body .slide .swiper-pagination .swiper-pagination-bullet {
      width: 60px;
      height: 2px;
      background: #cccccc;
      border-radius: 0;
      margin: 0 2px; }
    .p_home_content #invitation .body .slide .swiper-pagination .swiper-pagination-bullet-active {
      background: #000000; }

  .p_home_menu {
    padding: 9.375vw 14.062vw; } }
@media (max-width: 920px) {
  .p_home_hero .wrapper .logo img {
    width: 43.478vw; }
  .p_home_hero .wrapper .catch {
    bottom: 12.5vw; }
    .p_home_hero .wrapper .catch::after {
      bottom: -34.166vw;
      height: 32.166vw; }

  .p_home_content {
    padding: 13.333vw 0; }
    .p_home_content #message {
      padding: 8.333vw 0; }
      .p_home_content #message .head {
        padding: 0 0 0 8.333vw; }
        .p_home_content #message .head .img {
          width: 100%; }
          .p_home_content #message .head .img div {
            height: 55vw; }
        .p_home_content #message .head .title {
          position: relative;
          top: 0;
          right: 0;
          transform: translateY(0);
          margin-top: 6.666vw;
          padding-left: 13.542vw; }
          .p_home_content #message .head .title h1 {
            line-height: 1.35; }
    .p_home_content #invitation {
      margin-top: 8.333vw; }
      .p_home_content #invitation .head ul li {
        font-size: 17.5vw; }
      .p_home_content #invitation .body {
        margin-top: 8.333vw; }
        .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .figure .img {
          padding-top: 0;
          height: 350px; }
        .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .number p span {
          font-size: 1.85rem; }
        .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu {
          margin-top: 0; }
          .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu p {
            font-size: 1.5rem;
            margin-top: 5px; }
          .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu .n_price {
            margin-top: 5px; }
        .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .price .en span {
          font-size: 2.5rem; }
        .p_home_content #invitation .body .slide .swiper-pagination {
          top: -9.259vh;
          right: 7.25vw; }
          .p_home_content #invitation .body .slide .swiper-pagination .swiper-pagination-bullet {
            width: 60px;
            height: 2px;
            background: #cccccc;
            border-radius: 0;
            margin: 0 2px; }
          .p_home_content #invitation .body .slide .swiper-pagination .swiper-pagination-bullet-active {
            background: #000000; }

  .p_home_charactor .block.headding .figure {
    padding: 0 0 0 8.333vw; }
    .p_home_charactor .block.headding .figure .img {
      width: 100%; }
      .p_home_charactor .block.headding .figure .img div {
        height: 55vw; }
    .p_home_charactor .block.headding .figure .title {
      position: relative;
      top: 0;
      right: 0;
      transform: translateY(0);
      margin-top: 8.333vw;
      padding-left: 13.542vw; }
      .p_home_charactor .block.headding .figure .title h2 {
        line-height: 1.35; }

  .p_home_menu {
    margin-top: 13.333vw;
    padding: 13.333vw 14.062vw; }
    .p_home_menu .wrapper .block.headding .special {
      margin-top: -1.25vw; }
    .p_home_menu .wrapper .block.list {
      margin-top: 8.333vw; }
      .p_home_menu .wrapper .block.list .list_item {
        padding-top: 8.333vw; }
        .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price {
          width: 34%; }

  .p_home_staff .wrapper .block.headding .figure .img div {
    height: 55vw; }
  .p_home_staff .wrapper .block.commonList {
    margin-top: 13.333vw; } }
@media (max-width: 599px) {
  .p_home_hero .wrapper .logo img {
    width: 250px; }
  .p_home_hero .wrapper .catch {
    bottom: 12.5vw; }
    .p_home_hero .wrapper .catch::after {
      bottom: -39vw;
      height: 37vw; }
    .p_home_hero .wrapper .catch .date {
      font-size: 1.25rem; }
    .p_home_hero .wrapper .catch .strong {
      font-size: 3rem; }

  .p_home_content {
    padding: 18.25vw 0 16.25vw; }
    .p_home_content #message {
      padding: 8.25vw 0; }
      .p_home_content #message::after {
        width: 95%; }
      .p_home_content #message .head {
        padding: 0 6.25vw 0 0; }
        .p_home_content #message .head .img {
          width: 100%; }
          .p_home_content #message .head .img div {
            height: 70vw; }
        .p_home_content #message .head .title {
          position: relative;
          top: 0;
          right: 0;
          transform: translateY(0);
          margin-top: 12.25vw;
          padding-left: 12.25vw; }
          .p_home_content #message .head .title h1 {
            font-size: 2rem;
            line-height: 1.35; }
          .p_home_content #message .head .title p {
            margin-top: 3.25vw; }
      .p_home_content #message .body {
        margin-top: 6.25vw;
        padding: 0 8.25vw 0 12.25vw; }
        .p_home_content #message .body p {
          margin-top: 3.25vw; }
    .p_home_content #invitation {
      margin-top: 12.25vw; }
      .p_home_content #invitation .head ul li {
        font-size: 22.5vw; }
      .p_home_content #invitation .body {
        margin-top: 12.25vw;
        padding-left: 8.25vw; }
        .p_home_content #invitation .body .note {
          padding-right: 8.25vw; }
          .p_home_content #invitation .body .note h2 {
            line-height: 1.45; }
          .p_home_content #invitation .body .note p {
            margin-top: 4.25vw; }
        .p_home_content #invitation .body .slide {
          margin-top: 9.5vw;
          padding-right: 8.25vw; }
          .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide {
            display: block;
            margin-top: 5vw; }
            .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .figure {
              width: 100%; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .figure .img {
                padding-top: 62.5%;
                height: auto;
                border-radius: 10px 10px 0 0; }
            .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt {
              border-radius: 0 0 10px 10px;
              padding: 1.703vh 5vw 10.5vh; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu {
                margin-top: 10px; }
                .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .menu p {
                  font-size: 1.5rem; }
              .p_home_content #invitation .body .slide .swiper-container .swiper-wrapper .swiper-slide .txt .price {
                right: 5vw;
                bottom: 2.5vh; }
      .p_home_content #invitation .sp_wrap {
        padding: 0 8.25vw;
        margin-top: 12.25vw; }
        .p_home_content #invitation .sp_wrap .special {
          padding: 8.25vw 5.25vw 6.25vw;
          margin-top: 3.25vw; }
          .p_home_content #invitation .sp_wrap .special .price {
            display: block; }
            .p_home_content #invitation .sp_wrap .special .price .txt {
              font-size: 1.2rem;
              text-align: center; }
            .p_home_content #invitation .sp_wrap .special .price .en {
              font-size: 2.5rem;
              margin-top: 10px;
              margin-left: 0;
              text-align: center; }
              .p_home_content #invitation .sp_wrap .special .price .en span {
                font-size: 3rem; }
          .p_home_content #invitation .sp_wrap .special .notice {
            margin-top: 3.25vw; }

  .p_home_charactor .block.headding .figure {
    padding: 0 8.25vw 0 0; }
    .p_home_charactor .block.headding .figure .img {
      width: 100%; }
      .p_home_charactor .block.headding .figure .img div {
        height: 70vw; }
    .p_home_charactor .block.headding .figure .title {
      margin-top: 12.25vw;
      padding-left: 8.25vw; }
      .p_home_charactor .block.headding .figure .title h2 {
        font-size: 2rem;
        line-height: 1.35; }
      .p_home_charactor .block.headding .figure .title p {
        margin-top: 3.25vw; }

  .p_home_menu {
    margin-top: 18.25vw;
    padding: 18.25vw 8.25vw; }
    .p_home_menu .wrapper .block.headding .special {
      padding: 8.25vw 5.25vw 6.25vw;
      margin-top: -3.25vw; }
      .p_home_menu .wrapper .block.headding .special .price {
        display: block; }
        .p_home_menu .wrapper .block.headding .special .price .txt {
          font-size: 1.2rem;
          text-align: center; }
        .p_home_menu .wrapper .block.headding .special .price .en {
          font-size: 2.5rem;
          margin-top: 10px;
          margin-left: 0;
          text-align: center; }
          .p_home_menu .wrapper .block.headding .special .price .en span {
            font-size: 3rem; }
      .p_home_menu .wrapper .block.headding .special .notice {
        margin-top: 3.25vw; }
    .p_home_menu .wrapper .block.list {
      margin-top: 12.25vw; }
      .p_home_menu .wrapper .block.list .list_item {
        padding-top: 12.25vw; }
        .p_home_menu .wrapper .block.list .list_item .menu_area {
          margin-top: 5vw; }
          .p_home_menu .wrapper .block.list .list_item .menu_area .row {
            display: block;
            border-top: solid #000000 1px;
            border-bottom: none;
            padding: 0; }
            .p_home_menu .wrapper .block.list .list_item .menu_area .row:nth-child(1) {
              display: none; }
            .p_home_menu .wrapper .block.list .list_item .menu_area .row:last-child {
              border-bottom: solid #000000 1px; }
            .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_name {
              padding: 1.5vw 0; }
            .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price {
              width: 100%;
              border-top: dotted #cccccc 1px;
              padding: 1.25vw 0; }
              .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul {
                justify-content: flex-end; }
                .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul li {
                  width: auto;
                  text-align: right; }
                  .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul li span {
                    display: inline;
                    margin-right: 3px;
                    font-size: .85rem; }
                .p_home_menu .wrapper .block.list .list_item .menu_area .row .menu_price ul .s_price {
                  margin-left: 10px; }

  .p_home_staff .wrapper .block.headding .figure .img div {
    height: 70vw; }
  .p_home_staff .wrapper .block.commonList {
    margin-top: 15.25vw; } }
/**
 * animation css
 */
/* ==========================================================================
   animation
========================================================================== */
/*スクロールにfadeAppearクラスがついたら出現*/
.fadeTrigger {
  transform: translateY(20px);
  transition: transform .75s .25s ease, opacity .75s .25s ease;
  opacity: 0; }
  .fadeTrigger.fadeAppear {
    transform: translateY(0);
    opacity: 1; }

.imgHidden {
  overflow: hidden; }

.imgTrigger {
  transform: scale(1.3);
  transition: all 4s cubic-bezier(0, 0, 0, 1); }
  .imgTrigger.fadeAppear {
    transform: translateY(0);
    opacity: 1; }

/*オープニングアニメーション*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999; }

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #splash-logo img {
    width: 250px; }

@media (max-width: 580px) {
  #splash-logo img {
    width: 150px; } }
/*画面遷移の後現れるコンテンツ設定*/
#main_content {
  opacity: 0;
  /*はじめは透過0に*/ }

/*bodyにappearクラスがついたら出現*/
body.appear #main_content {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p_home_hero .wrapper .mainVisual {
  transform: scale(1.5);
  transition: transform 5s cubic-bezier(0, 0, 0, 1); }
  .p_home_hero .wrapper .mainVisual.appear {
    transform: scale(1); }

.p_home_hero .wrapper .logo {
  top: 55%;
  opacity: 0;
  transition: all 1s .75s ease; }
  .p_home_hero .wrapper .logo.appear {
    top: 50%;
    opacity: 1; }

.p_home_hero .wrapper .catch {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s 1.25s ease; }
  .p_home_hero .wrapper .catch.appear {
    transform: translateY(0);
    opacity: 1; }
