@charset "UTF-8";
/*
Theme Name: template
Theme URI: 
Author: kikuchi
Author URI: 
Version: 1.0
*/
/* Scss Document */
/***************************************
*　　　　　　　　　　　　　　　　　　　　　　  *
*   このファイルはSassで作成されています。　　*
*   編集する際はSassファイルで行ってください　*
*　　　　　　　　　　　　　　　　　　　　　　  *
***************************************/
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-family: 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 {
  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; }

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  border-radius: 0;
  border: none;
  outline: none; }

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: inherit;
  line-height: inherit;
  cursor: pointer;
  outline: none; }

div, a, input, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

::-webkit-input-placeholder {
  line-height: normal; }

.fll {
  float: left; }

.flc {
  float: center; }

.flr {
  float: right; }

.tx_l {
  text-align: left; }

.tx_c {
  text-align: center; }

.tx_r {
  text-align: right; }

.col_10 {
  width: 10%; }
  @media screen and (max-width: 959px) {
    .col_10 {
      width: 10%; } }
  @media screen and (max-width: 959px) {
    .col_10:not(.sp) {
      width: 100%; } }

.col_20 {
  width: 20%; }
  @media screen and (max-width: 959px) {
    .col_20 {
      width: 20%; } }
  @media screen and (max-width: 959px) {
    .col_20:not(.sp) {
      width: 100%; } }

.col_30 {
  width: 30%; }
  @media screen and (max-width: 959px) {
    .col_30 {
      width: 30%; } }
  @media screen and (max-width: 959px) {
    .col_30:not(.sp) {
      width: 100%; } }

.col_40 {
  width: 40%; }
  @media screen and (max-width: 959px) {
    .col_40 {
      width: 40%; } }
  @media screen and (max-width: 959px) {
    .col_40:not(.sp) {
      width: 100%; } }

.col_50 {
  width: 50%; }
  @media screen and (max-width: 959px) {
    .col_50 {
      width: 50%; } }
  @media screen and (max-width: 959px) {
    .col_50:not(.sp) {
      width: 100%; } }

.col_60 {
  width: 60%; }
  @media screen and (max-width: 959px) {
    .col_60 {
      width: 60%; } }
  @media screen and (max-width: 959px) {
    .col_60:not(.sp) {
      width: 100%; } }

.col_70 {
  width: 70%; }
  @media screen and (max-width: 959px) {
    .col_70 {
      width: 70%; } }
  @media screen and (max-width: 959px) {
    .col_70:not(.sp) {
      width: 100%; } }

.col_80 {
  width: 80%; }
  @media screen and (max-width: 959px) {
    .col_80 {
      width: 80%; } }
  @media screen and (max-width: 959px) {
    .col_80:not(.sp) {
      width: 100%; } }

.col_90 {
  width: 90%; }
  @media screen and (max-width: 959px) {
    .col_90 {
      width: 90%; } }
  @media screen and (max-width: 959px) {
    .col_90:not(.sp) {
      width: 100%; } }

.col_100 {
  width: 100%; }
  @media screen and (max-width: 959px) {
    .col_100 {
      width: 100%; } }
  @media screen and (max-width: 959px) {
    .col_100:not(.sp) {
      width: 100%; } }

.ma {
  margin: 0 auto; }

.mt_10 {
  margin-top: 10px; }

.mr_10 {
  margin-right: 10px; }

.ml_10 {
  margin-left: 10px; }

.mb_10 {
  margin-bottom: 10px; }

.mt_20 {
  margin-top: 20px; }

.mr_20 {
  margin-right: 20px; }

.ml_20 {
  margin-left: 20px; }

.mb_20 {
  margin-bottom: 20px; }

.mt_30 {
  margin-top: 30px; }

.mr_30 {
  margin-right: 30px; }

.ml_30 {
  margin-left: 30px; }

.mb_30 {
  margin-bottom: 30px; }

.mt_40 {
  margin-top: 40px; }

.mr_40 {
  margin-right: 40px; }

.ml_40 {
  margin-left: 40px; }

.mb_40 {
  margin-bottom: 40px; }

.mt_50 {
  margin-top: 50px; }

.mr_50 {
  margin-right: 50px; }

.ml_50 {
  margin-left: 50px; }

.mb_50 {
  margin-bottom: 50px; }

.pt_10 {
  padding-top: 10px !important; }

.pr_10 {
  padding-right: 10px !important; }

.pl_10 {
  padding-left: 10px !important; }

.pb_10 {
  padding-bottom: 10px !important; }

.pt_20 {
  padding-top: 20px !important; }

.pr_20 {
  padding-right: 20px !important; }

.pl_20 {
  padding-left: 20px !important; }

.pb_20 {
  padding-bottom: 20px !important; }

.pt_30 {
  padding-top: 30px !important; }

.pr_30 {
  padding-right: 30px !important; }

.pl_30 {
  padding-left: 30px !important; }

.pb_30 {
  padding-bottom: 30px !important; }

.pt_40 {
  padding-top: 40px !important; }

.pr_40 {
  padding-right: 40px !important; }

.pl_40 {
  padding-left: 40px !important; }

.pb_40 {
  padding-bottom: 40px !important; }

.pt_50 {
  padding-top: 50px !important; }

.pr_50 {
  padding-right: 50px !important; }

.pl_50 {
  padding-left: 50px !important; }

.pb_50 {
  padding-bottom: 50px !important; }

.fs_xxs {
  font-size: 0.625rem; }

.fs_copy {
  font-size: 0.687rem; }

.fs_xs {
  font-size: 0.75rem; }

.fs_s {
  font-size: 0.875rem; }

.fs_m {
  font-size: 1rem; }

.fs_l {
  font-size: 1.125rem; }

.fs_xl {
  font-size: 1.5rem; }

.fs_xxl {
  font-size: 2.25rem; }

.fc_1 {
  color: #c1e4e9; }

.fc_2 {
  color: #fff; }

.l {
  text-align: left; }

.c {
  text-align: center; }

.r {
  text-align: right; }

.bg_w {
  background-color: #fff; }

.bg_red {
  background-color: #ff0000; }

@keyframes move_stripe {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -20px; } }
/********************************************************************************
									Init
********************************************************************************/
* {
  box-sizing: border-box; }

html {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6; }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 599px) {
    html {
      font-size: 12px; } }

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  min-width: 350px;
  background: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1em;
  color: #4d4d4d;
  line-height: 1.6;
  letter-spacing: .5px; }

p {
  margin: 0 0 .5em; }

a {
  display: inline-block;
  color: #c1e4e9;
  text-decoration: none;
  transition: all .3s; }

img:not(.img_auto) {
  border: 0;
  width: auto;
  vertical-align: bottom; }
  @media screen and (max-width: 599px) {
    img:not(.img_auto) {
      width: 100%; } }

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none; }

input[type="text"], input[type="password"], input[type="submit"], input[type="button"], input[type="email"], input[type="tel"], input[type="date"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  background: none;
  border-radius: 0;
  border: none;
  outline: none; }

/********************************************************************************
								Common Parts
********************************************************************************/
main {
  display: block;
  overflow: hidden; }

main > section {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    main > section {
      margin-bottom: 16px; } }

.inner {
  max-width: 1250px;
  height: 100%;
  margin: 0 auto 0;
  position: relative;
  padding: 0 5%; }
  @media screen and (max-width: 959px) {
    .inner {
      padding: 0 5%; } }

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

h1:not(.logo) {
  position: relative;
  width: 100%;
  margin: 1em 0;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  z-index: 2; }
  h1:not(.logo)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    height: 2px;
    width: 2em;
    background: #c1e4e9;
    transform: translateX(-50%); }

h2 {
  margin: 1.5em 0 1em;
  padding-bottom: .5em;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }
  h2 > span {
    position: relative;
    display: inline-block; }
    h2 > span::before {
      position: absolute;
      top: -0.7em;
      left: -2em;
      display: block;
      content: "";
      width: 2em;
      height: 100%;
      background: url(img/tori.svg) 0 0/contain no-repeat; }
  @media screen and (max-width: 599px) {
    h2 {
      margin: 1.5em 0 1em; } }

h3 {
  position: relative;
  margin: 1em 0;
  padding: 0 0 0 1em;
  font-size: 1.25rem; }
  h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    background: #c1e4e9;
    transform: translateY(-50%); }
  @media screen and (max-width: 599px) {
    h3 {
      margin: 1.5em 0 1em; } }

h4 {
  margin: 1em 0;
  text-align: center;
  font-size: 1rem; }
  h4 span {
    position: relative;
    padding: 0 1em; }
    h4 span::before, h4 span::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 5em;
      height: 1px;
      background: #c1e4e9;
      transform: translateY(-50%); }
    h4 span::before {
      left: 100%; }
    h4 span::after {
      right: 100%; }

h5 {
  margin: .5em 0 1em;
  padding: 5px .5em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center; }

.ttl_bk {
  /* ttl bk */
  position: absolute;
  font-family: "Satisfy", cursive, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 12rem;
  color: #c1e4e9;
  opacity: .3;
  z-index: -1; }

.btn_1 {
  text-align: center; }
  .btn_1 .btn_inner {
    position: relative;
    max-width: 80%;
    min-width: 16em;
    display: inline-block;
    text-align: center;
    transition: all .8s ease; }
    .btn_1 .btn_inner::before, .btn_1 .btn_inner::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 0;
      background: #c1e4e9;
      z-index: 10;
      transition: all .5s ease; }
    .btn_1 .btn_inner::before {
      top: -1px;
      right: -1px; }
    .btn_1 .btn_inner::after {
      bottom: -1px;
      left: -1px; }
    .btn_1 .btn_inner a {
      padding: .5em 2em; }
    .btn_1 .btn_inner a, .btn_1 .btn_inner span {
      position: relative;
      display: block;
      background: #c1e4e9;
      color: #fff;
      transition: all .8s ease; }
      .btn_1 .btn_inner a::before, .btn_1 .btn_inner a::after, .btn_1 .btn_inner span::before, .btn_1 .btn_inner span::after {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        background: #c1e4e9;
        cursor: pointer;
        z-index: 10;
        transition: all .5s ease; }
      .btn_1 .btn_inner a::before, .btn_1 .btn_inner span::before {
        right: -1px;
        bottom: -1px; }
      .btn_1 .btn_inner a::after, .btn_1 .btn_inner span::after {
        top: -1px;
        left: -1px; }
  .btn_1:hover .btn_inner::before, .btn_1:hover .btn_inner::after {
    height: calc( 100% + 1px ); }
  .btn_1:hover .btn_inner a, .btn_1:hover .btn_inner span {
    background: rgba(255, 255, 255, 0.2);
    color: #89cbd5;
    /*text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);*/ }
    .btn_1:hover .btn_inner a::before, .btn_1:hover .btn_inner a::after, .btn_1:hover .btn_inner span::before, .btn_1:hover .btn_inner span::after {
      width: calc( 100% + 1px ); }

.anchor {
  display: block;
  margin-top: -150px !important;
  padding-top: 150px !important; }
  @media screen and (max-width: 599px) {
    .anchor {
      margin-top: -50px !important;
      padding-top: 50px !important; } }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/********************************************************************************
									Header
********************************************************************************/
header {
  position: relative;
  width: 100%;
  overflow: hidden; }
  header .head_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    margin: 0 2em 0 0; }
    header .head_top .logo {
      position: relative;
      width: 195px;
      height: auto;
      margin: 0;
      z-index: 100; }
      @media screen and (max-width: 959px) {
        header .head_top .logo {
          width: 20%;
          min-width: 120px; } }
      header .head_top .logo .scroll_hide {
        display: block; }
      header .head_top .logo .scroll_show {
        display: none; }
      header .head_top .logo.scroll {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999; }
        header .head_top .logo.scroll .scroll_hide {
          display: none; }
        header .head_top .logo.scroll .scroll_show {
          width: 130px;
          display: block; }
      header .head_top .logo img {
        width: 100%;
        height: auto; }
    header .head_top .contact_btn {
      /*　お問い合せボタン */
      background-color: transparent;
      background-image: repeating-linear-gradient(45deg, #c1e4e9, #c1e4e9 25%, transparent 25%, transparent 50%, #c1e4e9 50%, #c1e4e9 75%, transparent 75%, transparent);
      background-size: 20px 20px;
      position: relative;
      width: 10em;
      margin: 8px 1em;
      text-align: center;
      z-index: 100; }
      @media screen and (max-width: 959px) {
        header .head_top .contact_btn {
          display: none; } }
      header .head_top .contact_btn.scroll {
        position: fixed;
        top: 16px;
        right: 16px;
        z-index: 999; }
        @media screen and (max-width: 959px) {
          header .head_top .contact_btn.scroll {
            bottom: 0;
            top: auto; } }
      header .head_top .contact_btn a {
        display: block;
        height: 3em;
        margin: .5em;
        padding: .3em;
        background: #c1e4e9;
        color: #fff; }
        header .head_top .contact_btn a .nav_en {
          display: inline-flex;
          align-items: center;
          height: 100%;
          font-size: 1.3rem; }
        header .head_top .contact_btn a:hover .nav_jp {
          display: inline-flex;
          align-items: center;
          height: 100%;
          font-size: 1.2rem;
          font-weight: bold; }
        header .head_top .contact_btn a:hover .nav_en {
          display: none; }
      header .head_top .contact_btn:hover {
        background: repeating-linear-gradient(45deg, #c1e4e9, #c1e4e9 25%, transparent 25%, transparent 50%, #c1e4e9 50%, #c1e4e9 75%, transparent 75%, transparent);
        background-size: 20px 20px;
        animation: move_stripe .8s infinite linear; }
  header a .nav_jp {
    display: none; }
  @media screen and (min-width: 960px) {
    header a .nav_en {
      animation: en_jp 0.3s linear 0s;
      /*言語切り替えアニメーション*/
      display: block; }
    header a:hover .nav_en {
      animation: en_jp 0.3s linear 0s;
      /*言語切り替えアニメーション*/
      display: none; }
    header a:hover .nav_jp {
      animation: en_jp 0.3s linear 0s;
      /*言語切り替えアニメーション*/
      display: block;
      font-size: 70%; } }

@keyframes en_jp {
  /*言語切り替えアニメーション*/
  from {
    opacity: 0;
    transform: translateY(5px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.key {
  position: relative;
  background-position: center center;
  background-size: cover; }
  .key .key_inner {
    position: relative; }
    .key .key_inner::before, .key .key_inner::after {
      position: absolute;
      content: "";
      width: 2px;
      height: 0;
      background: #c1e4e9;
      z-index: 1; }
    .key .key_inner::before {
      top: -1px;
      right: -1px;
      animation: key_inner_01 1s ease .5s forwards; }
    .key .key_inner::after {
      bottom: -1px;
      left: -1px;
      animation: key_inner_01 1s ease .5s forwards; }
    .key .key_inner .key_inner_line {
      width: 100%;
      height: 100%; }
      .key .key_inner .key_inner_line::before, .key .key_inner .key_inner_line::after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        background: #c1e4e9;
        z-index: 10;
        transition: all .5s ease; }
      .key .key_inner .key_inner_line::before {
        right: -1px;
        bottom: -1px;
        animation: key_inner_02 1s ease .5s forwards; }
      .key .key_inner .key_inner_line::after {
        top: -1px;
        left: -1px;
        animation: key_inner_02 1s ease .5s forwards; }
  .key .key_text {
    position: absolute;
    top: 20%;
    left: auto;
    display: block;
    width: 100%; }
    .key .key_text p {
      font-size: 160%;
      margin: 3em 0 0 0;
      color: #fff;
      text-align: center;
      text-shadow: 2px 2px 5px #000,-2px -2px 5px #000; }

@keyframes key_inner_01 {
  /*borderアニメーション 縦*/
  0% {
    height: 0; }
  100% {
    height: calc( 100% + 2px ); } }
@keyframes key_inner_02 {
  /*borderアニメーション　横*/
  0% {
    width: 0; }
  100% {
    width: calc( 100% + 2px ); } }
/* top page */
.home .key {
  position: relative;
  width: 100vw;
  height: 100vh; }
.home .key_inner {
  position: absolute;
  top: 8%;
  left: 3%;
  display: block;
  width: calc( 100vw - 7% );
  height: calc( 100vh - 20% ); }
  @media screen and (max-width: 959px) {
    .home .key_inner {
      height: calc( 100vh - 16% ); } }
.home .key_text p {
  animation: key_text .8s ease-in-out 3s forwards;
  /*KEYテキストアニメーション*/
  opacity: 0; }
.home .svgall {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 80%;
  max-width: 800px;
  height: auto;
  transform: rotate(0) translate(-50%, 0);
  transform-origin: center left;
  animation: key_svg .3s ease-out 3s forwards;
  /*SVGアニメーション*/ }
  @media screen and (max-width: 959px) {
    .home .svgall {
      top: 65%;
      width: 100%; } }
.home .key_btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 120%; }
  .home .key_btn .btn_1 {
    margin: 0 2em; }
    @media screen and (max-width: 959px) {
      .home .key_btn .btn_1 {
        margin: 0 1em 1em; } }
    .home .key_btn .btn_1 a {
      background: rgba(193, 228, 233, 0.5);
      font-weight: bold; }
      .home .key_btn .btn_1 a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff; }

@keyframes key_text {
  /*KEYテキストアニメーション*/
  0% {
    opacity: 0; }
  70% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes key_svg {
  /*SVGアニメーション*/
  0% {
    opacity: 1;
    transform: rotate(0) translate(-50%, 0); }
  100% {
    opacity: .5;
    transform: rotate(-5deg) translate(-50%, 0); } }
@media screen and (min-width: 960px) {
  .bgh {
    position: absolute;
    top: 16%;
    left: 0;
    display: block;
    width: 100%;
    height: 3em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } }
.home .bgh {
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc( 100vh - 88%);
  background: rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 959px) {
    .home .bgh {
      background: none; } }
@media screen and (min-width: 960px) {
  .bgh.scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc( 100vh - 88%);
    background: rgba(193, 228, 233, 0.5);
    transform: translateX(0);
    z-index: 100; }
    .bgh.scroll .nav_nemu nav ul li a {
      color: #666;
      text-shadow: none; } }
.bgh .nav_nemu {
  display: block;
  max-width: 1000px;
  width: 60vw;
  height: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  z-index: 99; }
  @media screen and (min-width: 960px) {
    .bgh .nav_nemu {
      display: block !important; } }
  @media screen and (max-width: 959px) {
    .bgh .nav_nemu {
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      padding: 5%;
      background: #fff;
      text-align: left;
      z-index: 998; } }
  .bgh .nav_nemu nav {
    height: 100%; }
    @media screen and (max-width: 959px) {
      .bgh .nav_nemu nav {
        height: auto; } }
    .bgh .nav_nemu nav ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 959px) {
        .bgh .nav_nemu nav ul {
          height: auto;
          margin: 32px 0; } }
      .bgh .nav_nemu nav ul li {
        position: relative;
        width: calc( 100% / 5 - 16px );
        height: 2em; }
        @media screen and (max-width: 959px) {
          .bgh .nav_nemu nav ul li {
            width: 100%;
            height: auto;
            text-align: center; } }
        .bgh .nav_nemu nav ul li:hover ul {
          overflow: visible; }
        .bgh .nav_nemu nav ul li:hover li {
          height: 3em;
          line-height: 3em;
          transition: .3s; }
          @media screen and (max-width: 959px) {
            .bgh .nav_nemu nav ul li:hover li a {
              padding: 16px; } }
        .bgh .nav_nemu nav ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          color: #fff;
          text-decoration: none;
          overflow: hidden; }
          @media screen and (max-width: 959px) {
            .bgh .nav_nemu nav ul li a {
              padding: 16px;
              color: #666; } }
          .bgh .nav_nemu nav ul li a::after {
            position: absolute;
            bottom: 0;
            left: -100%;
            display: block;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #c1e4e9;
            transition: left .3s;
            z-index: 1; }
          .bgh .nav_nemu nav ul li a:hover {
            opacity: 1; }
            .bgh .nav_nemu nav ul li a:hover::after {
              left: 0; }
      .bgh .nav_nemu nav ul ul {
        position: absolute;
        top: 180%;
        right: 0;
        display: block;
        width: 100%;
        height: 0;
        text-align: left;
        z-index: 10; }
        @media screen and (max-width: 959px) {
          .bgh .nav_nemu nav ul ul {
            position: static;
            height: auto; } }
        .bgh .nav_nemu nav ul ul li {
          display: block;
          width: calc(100% + 5em);
          height: 0;
          background: rgba(0, 0, 0, 0.65);
          transition: .3s;
          overflow: hidden; }
          @media screen and (max-width: 959px) {
            .bgh .nav_nemu nav ul ul li {
              width: 100%;
              height: auto;
              background: none;
              overflow: visible; } }
      @media screen and (max-width: 959px) {
        .bgh .nav_nemu nav ul .nv_btn {
          text-align: center; } }
    .home .bgh .nav_nemu nav {
      height: 100%; }
    .bgh .nav_nemu nav .subpage {
      height: 3em; }
    .bgh .nav_nemu nav .nav_sp {
      display: none; }
      @media screen and (max-width: 959px) {
        .bgh .nav_nemu nav .nav_sp {
          background-color: transparent;
          background-image: repeating-linear-gradient(45deg, #c1e4e9, #c1e4e9 25%, transparent 25%, transparent 50%, #c1e4e9 50%, #c1e4e9 75%, transparent 75%, transparent);
          background-size: 20px 20px;
          display: block;
          width: 8em;
          margin: 0 auto;
          padding: 10px; }
          .bgh .nav_nemu nav .nav_sp a {
            width: 100%;
            height: 100%;
            padding: 8px;
            background: #c1e4e9; }
            .bgh .nav_nemu nav .nav_sp a span {
              line-height: 1; } }
.bgh .nav_en {
  line-height: 2; }
.bgh .nav_jp {
  line-height: 3; }

@media screen and (max-width: 959px) {
  .spmenu_btn {
    position: fixed;
    top: 14px;
    right: 15px;
    width: 30px;
    height: 2px;
    margin: 10px 0;
    background: #c1e4e9;
    transition: all .3s;
    z-index: 999; }
    .spmenu_btn::before {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #c1e4e9;
      top: -9px;
      transition: all .3s; }
    .spmenu_btn::after {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #c1e4e9;
      bottom: -9px;
      transition: all .3s; }
    .spmenu_btn.active {
      background-color: transparent; }
      .spmenu_btn.active::before {
        top: 0;
        right: 0;
        transform: rotate(135deg); }
      .spmenu_btn.active::after {
        bottom: 0;
        right: 0;
        transform: rotate(-135deg); } }
/********************************************************************************
									Main
********************************************************************************/
/*　consept content　*/
.consept .ttl_bk {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: left center;
  opacity: 0; }
  .consept .ttl_bk.visible {
    transform: rotate(90deg) translate(-60%, -50%);
    transition: transform 1s, opacity .5s;
    opacity: .3; }
.consept img {
  width: 100%;
  height: auto; }
.consept .consept_img {
  padding: 0 5%; }
  .consept .consept_img .consept_img_1 {
    margin: 10% 0 0 5%;
    width: 60%;
    height: auto; }
  .consept .consept_img .consept_img_2 {
    margin: -20px 0 0 auto;
    width: 40%;
    height: auto; }
    @media screen and (max-width: 959px) {
      .consept .consept_img .consept_img_2 {
        margin-top: -80px; } }
.consept .consept_inner {
  margin: 0 auto;
  padding: 0 5%;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center; }
  .consept .consept_inner p {
    margin: 0 0 1em; }

/* menu content */
/* fade up animation */
.fade_up {
  transform: translateY(5%);
  opacity: 0; }
  @media screen and (max-width: 959px) {
    .fade_up {
      transform: translateY(10px); } }
  .fade_up.visible {
    transform: translateY(0);
    transition: transform 1s, opacity .5s;
    opacity: 1; }

.menu {
  background: rgba(137, 137, 137, 0.05);
  margin: 0;
  padding: 8px 0; }
  .menu .menu_inner {
    max-width: 1280px;
    margin: 0 auto 60px;
    /*padding: 5%;*/ }
    @media screen and (max-width: 959px) {
      .menu .menu_inner {
        margin: 0 auto 16px; } }
    .menu .menu_inner .menu_ttl {
      transform: scale(1.5);
      transition: all .6s;
      opacity: 0; }
      .menu .menu_inner .menu_ttl.visible {
        transform: scale(1);
        opacity: 1; }
    .menu .menu_inner .ttl_bk {
      top: -10px;
      opacity: 0; }
      .menu .menu_inner .ttl_bk.visible {
        transform: translateX(50vw);
        transition: transform 2s, opacity .5s;
        transition-delay: 1.5s;
        opacity: .3; }
  @media screen and (max-width: 959px) {
  .menu .menu_inner .ttl_bk.visible {
    transform: translateX(45vw); } }
    .menu .menu_inner img {
      width: 100%;
      height: auto; }
    .menu .menu_inner .menu_slider {
      position: relative;
      margin: 0;
      overflow: hidden; }
      .menu .menu_inner .menu_slider ul {
        padding-top: calc(500/ 800 * 100%); }
      .menu .menu_inner .menu_slider li {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 100%;
        height: 100%;
        animation-iteration-count: infinite;
        animation-duration: 21s;
        overflow: hidden; }
        .menu .menu_inner .menu_slider li:nth-child(1) {
          animation-name: slider;
          animation-delay: -3s; }
        .menu .menu_inner .menu_slider li:nth-child(2) {
          animation-name: slider;
          animation-delay: 4s;
          opacity: 0; }
        .menu .menu_inner .menu_slider li:nth-child(3) {
          animation-name: slider;
          animation-delay: 11s;
          opacity: 0; }
    .menu .menu_inner .menu_list {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 959px) {
        .menu .menu_inner .menu_list {
          order: 2;
          width: 100%;
          margin: 32px auto; } }
      .menu .menu_inner .menu_list:last-child {
        padding: 0 0 0 2em; }
        @media screen and (max-width: 959px) {
          .menu .menu_inner .menu_list:last-child {
            padding: 0; } }
      .menu .menu_inner .menu_list:first-child {
        padding: 0 2em 0 0; }
        @media screen and (max-width: 959px) {
          .menu .menu_inner .menu_list:first-child {
            padding: 0; } }
      .menu .menu_inner .menu_list dl {
        width: 80%;
        margin: 0 auto .25em;
        padding: .5em;
        border-bottom: 1px solid #89cbd5; }
      .menu .menu_inner .menu_list dt {
        font-size: 1.1rem;
        font-weight: bold;
        color: #89cbd5; }
      .menu .menu_inner .menu_list .btn_1 {
        margin: 36px 0; }
        @media screen and (max-width: 959px) {
          .menu .menu_inner .menu_list .btn_1 {
            margin: 36px 0 0; } }
    .menu .menu_inner .salon {
      align-items: flex-start;
      margin: 0 0 60px; }
      @media screen and (max-width: 959px) {
        .menu .menu_inner .salon {
          width: 90%;
          margin: 0 auto 16px; } }

@keyframes slider {
  /*sliderアニメーション*/
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1); }
  20.83% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  33.33% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  45.83% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1); }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1); } }
.menu_main {
  width: calc((100% / 3) - ((32px * 2) / 3 ));
  justify-content: space-between;
  margin: 36px 32px 36px 0;
  transform: translate(0, 50px);
  transition: all .6s;
  opacity: 0; }
  .menu_main:last-child {
    margin-right: 0; }
  .menu_main.visible {
    transform: translate(0, 0);
    opacity: 1; }
  .menu_main.visible:nth-of-type(2) {
    transition-delay: .6s; }
  .menu_main.visible:nth-of-type(3) {
    transition-delay: .8s; }
  @media screen and (max-width: 599px) {
    .menu_main {
      width: 100%;
      margin: 12px 0; } }
  .menu_main h3 {
    margin: 0em 0 1em;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center; }
  .menu_main a {
    position: relative;
    width: 100%;
    height: 100%; }
    .menu_main a div {
      overflow: hidden; }
    .menu_main a img {
      transition: all .5s ease; }
    .menu_main a p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 0 .5em;
      font-size: 1.2rem;
      color: #fff;
      opacity: 0;
      overflow: hidden; }
      .menu_main a p::after {
        position: absolute;
        bottom: 0;
        left: -100%;
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #c1e4e9;
        transition: left .3s;
        z-index: 1; }
    .menu_main a:hover {
      background: #c1e4e9; }
      .menu_main a:hover::before {
        position: absolute;
        top: 5px;
        left: 5px;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background: repeating-linear-gradient(45deg, #c1e4e9, #c1e4e9 25%, transparent 25%, transparent 50%, #c1e4e9 50%, #c1e4e9 75%, transparent 75%, transparent);
        background-size: 20px 20px;
        animation: move_stripe .8s infinite linear; }
      .menu_main a:hover img {
        transform: rotate(2deg) scale(1.1);
        transform-origin: center;
        opacity: .5; }
      .menu_main a:hover p {
        opacity: 1; }
        .menu_main a:hover p::after {
          left: 0; }
  .menu_main > p {
    margin: .5em 1em;
    font-size: .9rem;
    color: #898989; }

.stylist {
  position: relative;
  height: 60vh;
  background: url("img/stylist_bg.jpg") 100% 100%/cover no-repeat; }
  .stylist .btn_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem; }

.item_page .key {
  background: url(img/item_key.jpg) center center/cover no-repeat
}

.hotitem .hotitem_ttl {
  transform: scale(1.5);
  transition: all .6s;
  opacity: 0; }
  .hotitem .hotitem_ttl.visible {
    transform: scale(1);
    opacity: 1; }
.hotitem img {
  width: 100%;
  height: auto; }
.hotitem ul.flex {
  align-items: stretch; }
.hotitem .item_open {
  width: calc( 100% / 3 );
  padding: 16px;
  cursor: pointer;
  transition: all .6s; }
  @media screen and (max-width: 959px) {
    .hotitem .item_open {
      width: calc( 100% / 2 ); } }
  .hotitem .item_open:hover {
    background: rgba(193, 228, 233, 0.3); }
  .hotitem .item_open dt {
    font-size: 1.2rem; }
.hotitem .item_close_btn {
  position: absolute;
  top: 0;
  right: 0.5em;
  display: block;
  font-size: 3em;
  cursor: pointer;
  color: #333; }
.hotitem .modal {
  /* モーダル全体(背景＋本体) */
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100; }
.hotitem .modal-bg {
  /* モーダル背景 */
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }
.hotitem .item_content {
  /* モーダル本体 */
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1000px;
  padding: 40px;
  background: white;
  overflow: auto; }
  @media screen and (max-width: 959px) {
    .hotitem .item_content {
      width: 90%;
      height: 90%; } }
  .hotitem .item_content > .flex > * {
    width: 50%; }
    @media screen and (max-width: 959px) {
      .hotitem .item_content > .flex > * {
        width: 100%; } }
  .hotitem .item_content dl {
    padding: 0 2em 0 0; }
    @media screen and (max-width: 959px) {
      .hotitem .item_content dl {
        padding: 0; } }
  .hotitem .item_content .modal_price {
    margin: 0 0 .5em 1.5em;
    text-align: center; }
  .hotitem .item_content .modal_frag {
    text-align: center;
    font-size: .9rem; }
    .hotitem .item_content .modal_frag p {
      display: inline-block;
      padding: 0 1em;
      border: 1px solid #c1e4e9; }

/* モーダルウィンドウ表示中に記事本体を固定
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
} */
.item_banner {
  margin-bottom: 36px;
}
.item_banner img {
  width: 100%;
  height: 100%;
}
.item_banner a:hover {
  opacity: .5;
}

.blog {
  background: repeating-linear-gradient(45deg, #c1e4e9, #c1e4e9 25%, transparent 25%, transparent 50%, #c1e4e9 50%, #c1e4e9 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  animation: move_stripe .8s infinite linear;
  max-width: 1000px;
  margin: 64px auto;
  padding: 16px;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .blog {
      margin: 5%; } }
  .blog .blog_inner {
    position: relative;
    padding: 1em;
    background: #fff;
    /*.blog_cat {
    	max-width: 10em;
    	margin-right: 1em;
    	padding: 3px .5em;
    	background: $glay_color;
    	color: #fff;
    }*/ }
    .blog .blog_inner .ttl_bk {
      bottom: 85%;
      right: -5%;
      transform: rotate(90deg);
      transform-origin: left bottom;
      font-size: 8rem;
      z-index: 1; }
    .blog .blog_inner a {
      position: relative;
      display: block;
      max-width: 80%;
      margin: .5em auto;
      padding: .5em;
      color: #898989;
      overflow: hidden;
      z-index: 1; }
      .blog .blog_inner a::before {
        position: absolute;
        top: 0;
        left: -120%;
        display: block;
        content: "";
        width: 120%;
        height: 100%;
        background: rgba(193, 228, 233, 0.5);
        transform: skewx(50deg);
        transition: left .3s;
        z-index: -1; }
      .blog .blog_inner a:hover::before {
        left: -5%; }
    .blog .blog_inner .flex {
      justify-content: flex-start;
      flex-wrap: nowrap; }
      @media screen and (max-width: 959px) {
        .blog .blog_inner .flex {
          flex-wrap: wrap; } }
    .blog .blog_inner dd:first-child {
      width: 12em;
      margin-right: 1em; }
    .blog .blog_inner dt {
      width: 50%; }
      @media screen and (max-width: 959px) {
        .blog .blog_inner dt {
          width: 100%; } }

.access {
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }
  .access .gmap {
    position: relative;
    padding-bottom: 50vh;
    height: 0;
    overflow: hidden; }
    .access .gmap iframe, .access .gmap object, .access .gmap embed {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
  .access .access_content {
    position: relative; }
    .access .access_content h1 {
      margin: 0 0 .5em; }
    .access .access_content .ttl_bk {
      top: -45%;
      left: 10%;
      transform: rotate(90deg);
      transform-origin: left center;
      font-size: 9.5vw;
      z-index: 1; }
    .access .access_content .access_add {
      max-width: 15em;
      margin: 0 auto;
      text-align: left;
      line-height: 2; }
      @media screen and (max-width: 959px) {
        .access .access_content .access_add {
          max-width: calc( 15em + 10% );
          padding: 5%; } }
    .access .access_content .flex {
      justify-content: flex-start; }
    .access .access_content dt {
      width: 6em;
      color: #c1e4e9; }

/********************************************************************************
									Footer
********************************************************************************/
footer {
  position: relative;
  padding: 32px 32px 3em;
  background: #c1e4e9; }
  footer .policy {
    padding: 0 0 1em 1em; }
    footer .policy a {
      color: #fff;
      border-bottom: 1px solid #c1e4e9; }
      footer .policy a:hover {
        border-bottom: 1px solid #fff; }
  footer .to_top {
    position: fixed;
    bottom: 36px;
    right: 5%;
    width: 5em;
    height: 5em;
    background: #000;
    border-radius: 50px;
    z-index: 100; }
    @media screen and (max-width: 959px) {
      footer .to_top {
        bottom: 8px;
        transform: scale(0.5); } }
    footer .to_top a {
      position: relative;
      width: 100%;
      height: 100%; }
      footer .to_top a::before {
        position: absolute;
        top: 55%;
        left: 50%;
        display: block;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translate(-50%, -50%) rotate(-45deg); }
  footer div.flex {
    justify-content: space-between; }
    footer div.flex img {
      width: 100%;
      height: auto; }
  footer .ft_logo {
    width: 20%;
    max-width: 300px; }
    @media screen and (max-width: 959px) {
      footer .ft_logo {
        width: 40%; } }
  footer .ft_icon li {
    width: 2em;
    height: 2em;
    margin: 0 0 0 1em; }

.copy {
  position: relative;
  margin: 0;
  padding: 1em;
  font-size: 0.875rem;
  color: #898989; }

/**********subpage***************/
body.subpage .key {
  width: 100%;
  height: 60vh; }
  body.subpage .key .key_inner {
    position: absolute;
    top: 8%;
    left: 3%;
    display: block;
    width: calc( 100vw - 7% );
    height: calc( 60vh - 20% ); }
    @media screen and (max-width: 959px) {
      body.subpage .key .key_inner {
        top: 12%;
        height: calc( 60vh - 16% ); } }
body.subpage .key_text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%); }
  body.subpage .key_text p {
    margin: 0;
    font-size: 260%; }
body.subpage main {
  animation: 1s fade_up ease .5s forwards;
  opacity: 0; }

@keyframes fade_up {
  /*fade up animation */
  0% {
    transform: translateY(5%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/**********subpage_under***************/
body.subpage_under .key {
  width: 100%;
  height: auto; }
body.subpage_under .bgh {
  margin: 16px auto; }
  body.subpage_under .bgh.scroll {
    margin: 0; }

/**********stylist_page***************/
.stylist_page .key {
  background: url("img/stylist.jpg") 100% center/cover no-repeat; }
.stylist_page .ttl_bk {
  top: -10%;
  left: 50%;
  transform: translateX(-40%) scale(0);
  transition: 2s; }
  .stylist_page .ttl_bk.visible {
    transform: translateX(-50%) scale(1); }
.stylist_page .stylist_main {
  margin: 0 0 64px; }
.stylist_page .stylist_deta {
  width: 80%;
  max-width: 500px;
  margin: 64px auto 0; }
  @media screen and (max-width: 599px) {
    .stylist_page .stylist_deta {
      width: 100%; } }
  .stylist_page .stylist_deta .stylist_deta_border {
    position: relative; }
    .stylist_page .stylist_deta .stylist_deta_border::before, .stylist_page .stylist_deta .stylist_deta_border::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 0;
      background: #c1e4e9;
      z-index: 10;
      transition: all 2s ease; }
    .stylist_page .stylist_deta .stylist_deta_border::before {
      top: -1px;
      right: -1px; }
    .stylist_page .stylist_deta .stylist_deta_border::after {
      bottom: -1px;
      left: -1px; }
    .stylist_page .stylist_deta .stylist_deta_border.visible::before, .stylist_page .stylist_deta .stylist_deta_border.visible::after {
      height: calc( 100% + 1px ); }
    .stylist_page .stylist_deta .stylist_deta_border .stylist_deta_border_inner {
      position: relative;
      display: block;
      transition: all 4s ease; }
      .stylist_page .stylist_deta .stylist_deta_border .stylist_deta_border_inner::before, .stylist_page .stylist_deta .stylist_deta_border .stylist_deta_border_inner::after {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        background: #c1e4e9;
        z-index: 10;
        transition: all .5s ease; }
      .stylist_page .stylist_deta .stylist_deta_border .stylist_deta_border_inner::before {
        right: -1px;
        bottom: -1px; }
      .stylist_page .stylist_deta .stylist_deta_border .stylist_deta_border_inner::after {
        top: -1px;
        left: -1px; }
      .stylist_page .stylist_deta .stylist_deta_border .stylist_deta_border_inner.visible::before, .stylist_page .stylist_deta .stylist_deta_border .stylist_deta_border_inner.visible::after {
        width: calc( 100% + 1px ); }
  .stylist_page .stylist_deta ul {
    /*@include flex(flex-start, center,wrap);*/
    padding: 24px; }
    .stylist_page .stylist_deta ul li {
      position: relative;
      width: 100%;
      margin: 0 2em 0;
      padding: 0 0 0 1em; }
      @media screen and (max-width: 959px) {
        .stylist_page .stylist_deta ul li {
          width: 100%; } }
      .stylist_page .stylist_deta ul li::before {
        position: absolute;
        top: 0.7em;
        left: 0;
        display: block;
        content: "";
        height: .3em;
        width: .3em;
        background: rgba(0, 0, 0, 0.5); }

/**********menu_page***************/
.menu_page .key {
  background: url("img/key_1.jpg") center center/cover no-repeat; }
.menu_page .ttl_bk {
  top: -2.7%;
  left: 50%;
  transform: translateX(-40%) scale(0);
  transition: 2s; }
  .menu_page .ttl_bk.visible {
    transform: translateX(-50%) scale(1) rotate(-10deg); }
.menu_page .menu_page_main > .flex {
  align-items: stretch; }
.menu_page .menu_page_list {
  padding: 24px 48px; }
  @media screen and (max-width: 959px) {
    .menu_page .menu_page_list {
      padding: 12px; } }
  .menu_page .menu_page_list > .menu_page_list_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(193, 228, 233, 0.8); }
    .menu_page .menu_page_list > .menu_page_list_content > li {
      padding: 1em .5em .5em; }
  .menu_page .menu_page_list .btn_1 {
    text-align: right; }
    .menu_page .menu_page_list .btn_1 .btn_inner {
      min-width: auto; }
      .menu_page .menu_page_list .btn_1 .btn_inner a {
        padding: .5em 1em; }
.menu_page .menu_date {
  margin: 60px auto;
  /*    &#salon, &#donation, &#wig, &#3d, &#totonoe, &#houmon {
        @include anchor;
  			display: block;
      }*/ }
  .menu_page .menu_date .menu_date_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .menu_page .menu_date .menu_date_img li {
      position: relative;
      width: calc( 100% / 4 - 4px );
      margin: 2px;
      overflow: hidden; }
      @media screen and (max-width: 959px) {
        .menu_page .menu_date .menu_date_img li {
          width: calc( 100% / 2 - 4px); } }
      .menu_page .menu_date .menu_date_img li::before {
        content: "";
        display: block;
        padding: 100% 0 0 0;
        overflow: hidden; }
      .menu_page .menu_date .menu_date_img li a:hover {
        opacity: .8; }
      .menu_page .menu_date .menu_date_img li img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin: 0;
        object-fit: cover; }
  .menu_page .menu_date .menu_date_box {
    margin: 0 0 36px;
    padding: 1em 2em;
    background: rgba(193, 228, 233, 0.3); }
    @media screen and (max-width: 959px) {
      .menu_page .menu_date .menu_date_box {
        width: 100%;
        margin: 16px 0; } }
    .menu_page .menu_date .menu_date_box dl {
      display: flex;
      flex-wrap: wrap; }
    .menu_page .menu_date .menu_date_box dt, .menu_page .menu_date .menu_date_box li {
      position: relative;
      padding: 0 0 0 1em; }
      .menu_page .menu_date .menu_date_box dt::before, .menu_page .menu_date .menu_date_box li::before {
        position: absolute;
        top: 0.5em;
        left: 0;
        display: block;
        content: "";
        width: .3em;
        height: .3em;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 100%; }
    .menu_page .menu_date .menu_date_box dd {
      font-size: .9rem; }
  .menu_page .menu_date .menu_date_text {
    padding: .5em 4em 1.5em 0; }
    @media screen and (max-width: 959px) {
      .menu_page .menu_date .menu_date_text {
        padding: .5em 0 0; } }
  .menu_page .menu_date .menu_date_btn {
    text-align: center;
    width: 30%;
    position: relative;
    margin: 24px auto;
    background: #fff; }
    .menu_page .menu_date .menu_date_btn .btn_inner {
      position: relative;
      max-width: 100%;
      min-width: 100%;
      display: inline-block;
      text-align: center;
      transition: all .8s ease; }
      .menu_page .menu_date .menu_date_btn .btn_inner::before, .menu_page .menu_date .menu_date_btn .btn_inner::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 0;
        background: #c1e4e9;
        z-index: 10;
        transition: all .5s ease; }
      .menu_page .menu_date .menu_date_btn .btn_inner::before {
        top: -1px;
        right: -1px; }
      .menu_page .menu_date .menu_date_btn .btn_inner::after {
        bottom: -1px;
        left: -1px; }
      .menu_page .menu_date .menu_date_btn .btn_inner a {
        padding: .5em 2em; }
      .menu_page .menu_date .menu_date_btn .btn_inner a, .menu_page .menu_date .menu_date_btn .btn_inner span {
        position: relative;
        display: block;
        background: #fff;
        color: #c1e4e9;
        transition: all .8s ease; }
        .menu_page .menu_date .menu_date_btn .btn_inner a::before, .menu_page .menu_date .menu_date_btn .btn_inner a::after, .menu_page .menu_date .menu_date_btn .btn_inner span::before, .menu_page .menu_date .menu_date_btn .btn_inner span::after {
          position: absolute;
          content: "";
          width: 0;
          height: 1px;
          background: #c1e4e9;
          cursor: pointer;
          z-index: 10;
          transition: all .5s ease; }
        .menu_page .menu_date .menu_date_btn .btn_inner a::before, .menu_page .menu_date .menu_date_btn .btn_inner span::before {
          right: -1px;
          bottom: -1px; }
        .menu_page .menu_date .menu_date_btn .btn_inner a::after, .menu_page .menu_date .menu_date_btn .btn_inner span::after {
          top: -1px;
          left: -1px; }
    @media screen and (max-width: 959px) {
      .menu_page .menu_date .menu_date_btn {
        width: 50%;
        margin: 16px auto; } }
    .menu_page .menu_date .menu_date_btn .btn_inner::before, .menu_page .menu_date .menu_date_btn .btn_inner::after {
      height: calc( 100% + 1px ); }
    .menu_page .menu_date .menu_date_btn .btn_inner:hover::before, .menu_page .menu_date .menu_date_btn .btn_inner:hover::after {
      height: 0; }
    .menu_page .menu_date .menu_date_btn .btn_inner a {
      padding: 8px; }
      .menu_page .menu_date .menu_date_btn .btn_inner a::before, .menu_page .menu_date .menu_date_btn .btn_inner a::after {
        width: calc( 100% + 1px ); }
      .menu_page .menu_date .menu_date_btn .btn_inner a:hover::before, .menu_page .menu_date .menu_date_btn .btn_inner a:hover::after {
        width: 0; }
    .menu_page .menu_date .menu_date_btn img {
      width: 100%; }
    .menu_page .menu_date .menu_date_btn:hover::before {
      position: absolute;
      top: 5px;
      left: 5px;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: repeating-linear-gradient(45deg, #c1e4e9, #c1e4e9 25%, transparent 25%, transparent 50%, #c1e4e9 50%, #c1e4e9 75%, transparent 75%, transparent);
      background-size: 20px 20px;
      animation: move_stripe .8s infinite linear;
      z-index: -1; }

/**********contact_page***************/
.contact .key {
  background: url("img/IMG_4084.jpg") center center/cover no-repeat; }
.contact .inner {
  max-width: 800px; }
.contact .btn_1 input[type="submit"], .contact .btn_1 input[type="button"] {
  width: 100%;
  height: 100%;
  padding: .5em 2em;
  color: #fff;
  cursor: pointer; }
.contact .btn_1 input[type="button"] {
  color: #898989; }
.contact .btn_1:hover input[type="submit"], .contact .btn_1:hover input[type="button"] {
  color: #c1e4e9; }
.contact #form {
  margin: 36px auto; }
.contact input[type="text"], .contact input[type="password"], .contact input[type="email"], .contact input[type="tel"], .contact input[type="date"] {
  border-bottom: 1px solid #c7dfe3;
  padding: 5px 1em;
  width: 100%; }
  .contact input[type="text"]:focus, .contact input[type="text"]:active, .contact input[type="password"]:focus, .contact input[type="password"]:active, .contact input[type="email"]:focus, .contact input[type="email"]:active, .contact input[type="tel"]:focus, .contact input[type="tel"]:active, .contact input[type="date"]:focus, .contact input[type="date"]:active {
    border-bottom: 1px solid saturate(#c1e4e9 0.5%);
    box-shadow: 0 0 3px #c7dfe3; }
.contact textarea {
  width: 100%;
  border: 1px solid #c7dfe3; }
  .contact textarea:focus, .contact textarea:active {
    border: 1px solid saturate(#c1e4e9 0.5%);
    box-shadow: 0 0 3px #c7dfe3; }
.contact input::placeholder, .contact textarea::placeholder {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1em;
  color: #4d4d4d;
  line-height: 1.6;
  letter-spacing: .5px;
  color: rgba(137, 137, 137, 0.5); }
.contact #form_type01 {
  width: 5em; }
.contact #form_type02 {
  width: 6em; }
.contact dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 16px 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(137, 137, 137, 0.5); }
.contact dt {
  width: 12em; }
.contact dd {
  width: 100%;
  padding-left: 5px; }
.contact .contact_item {
  color: red; }
.contact .contact_tel {
  border: 1px solid rgba(193, 228, 233, 0.5);
  padding: 1em 0 0;
  text-align: center; }
  .contact .contact_tel a {
    color: #666; }
.contact .contact_menu {
  display: flex;
  flex-wrap: wrap; }
  .contact .contact_menu label {
    width: calc( 100% / 3 ); }
    @media screen and (max-width: 599px) {
      .contact .contact_menu label {
        width: 100%; } }

/**********policy page***************/
.policy .key {
  background: url("img/IMG_4084.jpg") center center/cover no-repeat; }
