@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}


/*----------- ロゴのフェードイン -------------*/
.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 99999;
	width: 280px;
}
/* --------------------------------------------------------- */


/* --------------------メニューボタン------------------------ */
/* @import url("https://fonts.googleapis.com/css?family=Raleway:700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
}

:root {
  --easing: cubic-bezier(.5, 0, .5, 1);
  --duration: .8s;
  --menu-item-duration: .4s;
  --hover-duration: .3s;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(./images/wallpaper_00026.jpg);
  font-family: 'Yuji Syuku', serif;
  /* font-weight: 700; */
  letter-spacing: 0.4vw;
  overflow-x: hidden;
}

.list {
  display: flex;
  flex-wrap: wrap;
}
.item {
  position: relative;
  width: 33.33334%;
  height: 200px;
  padding-top: 80px;
  text-align: center;
  box-sizing: border-box;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 1.0s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span a {
  width: 10%;
  height: 10%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


/* --------------------------------------------------------------------------------------------------------------------------------- */

#menu12::after {
  position: absolute;
  top: 82%;
  left: 75.5%;
  display: block;
  content: '';
  width: 62px;
  height: 62px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all .75s;
}
#menu12.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
#menu12.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  animation: active-menu12-bar02 .8s forwards;
}
@keyframes active-menu12-bar02 {
  100% {
    height: 0;
  }
}
#menu12.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}
#menu12.active::after {
  animation: active-menu12 .8s .5s forwards;
}
@keyframes active-menu12 {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}


.site-content {
  padding: 7vw;
  display: grid;
  grid-template-rows: 50% 50%;
}
.site-content > h1 {
  grid-row: 1/2;
  align-self: end;
  font-size: 5.5vw;
  transition: all var(--duration) var(--easing);
  transition-property: transform, opacity;
}

#site {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
}

/* ---------------------------------- */
#logoat {
  margin-right: 1rem;
  /* transition: transform var(--duration) var(--easing); */
  font-size: 5vmin;
  transition: all var(--duration) var(--easing);
  transition-property: transform, opacity;
  filter: grayscale(100%);
  mix-blend-mode: lighten;
}

.site-header {
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
}

.site-title {
  font-size: 4rem;
  transition: all var(--duration) var(--easing);
  transition-property: transform, opacity;
  margin: 0;
  margin-right: auto;
}

.site-menu {
  position: fixed;
  display: grid;
  grid-template-columns: 10% 1fr 10% 1fr;
  grid-template-rows: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  /* outline: 1px solid purple; */
  overflow: hidden;
  color: #666;
}
.site-menu > ul, .site-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-menu > ul {
  padding-top: 10vh;
  height: 100%;
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.site-menu:before, .site-menu:after {
  content: "";
  position: fixed;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: -1;
  background: #191d24bf;
  transition: transform var(--duration) var(--easing);
}
.site-menu:after {
  left: 50%;
}

.menu-title {
  grid-column: 4;
  grid-row: 1;
  /* justify-self: end; */
  align-self: end;
  font-size: 2vw;
  color: rgb(255, 255, 255);
  /* font-weight: 900; */
  height: 100%;
  position: relative;
}

.menu-title .about {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.menu-title span {
  display: block;
  line-height: 1.5;
  /* right: -30%; */
}

.menu-icon-etc {
  width: 100%;
  height: auto;
  margin: 30% 0 0 0;
}

.menu-icon-etc  span {
  line-height: 1;
}

#full-icon {
  font-size: 60px;
  /* color: white; */
}

#full-icon-name {
  font-size: 30px;
  /* color: white; */
}

#full-addressNo {
  font-size: 15px;
  margin: 0 50px 0 0;
}

#full-address1 {
  font-size: 15px;
  margin: 0 50px 0 0;
}

#full-address2 {
  font-size: 15px;
  margin: 0 50px 0 0;
}

#Time-title {
  font-size: 15px;
  margin: 0 50px 0 0;
}

#Time1 {
  font-size: 15px;
  margin: 0 50px 0 0;
}

#Time2 {
  font-size: 15px;
  margin: 0 50px 0 0;
}

#Time-end {
font-size: 15px;
margin: 0 50px 0 0;
}

.menu-title img {
  width: 40px;
  height: 40px;
  border-radius: 24%;
}

.menu-item {
  font-size: 6vmin;
  flex-grow: 1;
  /* align-items: center; */
  display: inline-flex;
  cursor: pointer;
  font-weight: 100;
  -webkit-text-fill-color: transparent;
  /* -webkit-text-stroke: 2px white; */
  text-align: left;
}
.menu-item[data-active] {
  -webkit-text-fill-color: white;
}
.menu-item[data-active]::before {
  display: none;
}
.menu-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1vmin;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--hover-duration) var(--easing);
  transition-property: transform, transform-origin;
}
.menu-item:hover::before {
  transform: none;
  transform-origin: right center;
}

/* TOP画像用-------------------------------------- */

#slider {
  width: 100%;
  min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper{
  position: relative;
}

a:hover,
a:active{
  text-decoration: none;
}


/* ---------------------------------- */
.site-menu {
  transition: visibility 0s linear var(--duration);
}

.menu-item {
  transition: transform var(--menu-item-duration) ease, opacity var(--menu-item-duration) linear;
}

.menu-title span {
  transition: transform var(--duration) var(--easing), opacity var(--duration) linear;
}

#site:not([data-menu]) .site-menu {
  visibility: hidden;
}
#site:not([data-menu]) .site-menu::before {
  transform: translateY(-100%);
}
#site:not([data-menu]) .site-menu::after {
  transform: translateY(100%);
}
#site:not([data-menu]) .site-menu .menu-item {
  opacity: 0;
  transform: translateX(-100%);
  transition-timing-function: cubic-bezier(0.8, 0, 0.7, 1);
  transition-delay: calc(100ms * (var(--total) - var(--i)));
}
#site:not([data-menu]) .menu-title span {
  transform: translateX(-50%);
  opacity: 0;
}
#site:not([data-menu]) .menu-title span:nth-child(even) {
  transform: translateX(50%);
}
#site:not([data-menu]) .site-content h1, #site:not([data-menu]) .site-title {
  transform: none;
  opacity: 1;
}

#site[data-menu] .site-menu {
  visibility: visible;
  transition-delay: 0s;
}
#site[data-menu] .site-menu::before, #site[data-menu] .site-menu::after {
  transform: none;
}
#site[data-menu] .site-menu .menu-item {
  transform: none;
  transition-timing-function: cubic-bezier(0.2, 0, 0.2, 1);
  transition-delay: calc(var(--duration) / 2 + 100ms * var(--i));
}
#site[data-menu] .site-content h1 {
  transform: translateY(-100%);
  opacity: 0;
}
#site[data-menu] .site-title {
  transform: translateY(-100%);
  opacity: 0;
}
#site[data-menu] #logoat {
  /* transform: scale(1.2); */
  transform: translateY(-100%);
  opacity: 0;
}
/* # sourceMappingURL=st.css.map */

/* ---------------------------------------------------画像フェードイン---------------------------------------------------------- */

img {
  max-width: 100%;
}
.photo-list {
  padding: 500px 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.photo-list li {
  width: 300px;
  margin: 0 auto 100px;
}

/* アニメーション設定 */
.scr-target {
  /* アニメーション開始から終了までの所要時間 */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /* アニメーションのループ回数 - infiniteで無限ループ */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
  opacity: 0;
}

/* フェードイン */
@-webkit-keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}
@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}
.anime__fadeIn.is-active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInLeft.is-active {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInRight.is-active {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInUp.is-active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


/* ----------------------------------------------------------------------------------------------------------------- */

/* ---------------------------スクロール-------------------------------------------------------------- */

#wrapper {
  display: table;
  width:100%;
  height: 25%;
  position: absolute;
  bottom: 0;
}

#wrapper-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 85px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 90px;
    background: #ffffff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}



/* ------------------------スクロール----------------------------------------- */

body {
  font-family: 'Yuji Syuku', serif;
  font-size: 2.2rem;
  line-height: 0.2;
  color: #2e3338d0;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}


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


header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
  z-index: 0;
  /* background: #1d2326;
  box-shadow: 0 6px 3px -3px rgba(0,0,0,0.1); */
}

header .logo {
  color: #ffffff;
  font-size: 5rem;
}

header .site-title {
  color: #ffffff;
  /* font-size: 7rem; */
}


section {
  position: relative;
  background: #fff;
  display: flex;
  line-height: 3.2;
  background-color: transparent;
}

section h1 {
  font-size: 3.8rem;
  margin: 0 0 65px;
}

#about {
  color: #ffffffd0;
  font-size: 1.8rem;
  justify-content: flex-end;
}

#about .inner{
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
}

#about .inner img{
  margin: auto;
  justify-content: flex-end;
  /* margin: -150px -100px 0px 0; */
}

#about .subtitle{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 35%;
  height: auto;
  size: cover;
  margin: 0 5% 0 0;
}


#about .subtitle1{
  width: 500px;
  height: auto;
  margin: 5%;
  border-left :solid 3px rgb(255, 0, 13);
  border-bottom: solid 10px gray;
  /*余白をつけておきます*/
  padding: 10px;
}

#about .subtitle2{
  width: 390px;
  height: auto;
  margin: -55px 0 0 120px;
}

#about .about-img{
  width: 100%;
  height: auto;
  margin: 50px 0 0 50px;
}


#about .subtitle3{
  width: 400px;
  height: 267px;
  margin: -10% -30% 5% -30%;
  position: relative;
}

#about .subtitle3 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#about .subtitle3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#about .subtitle4{
  width: 400px;
  height: 250px;
  margin: 0 0 0 15%;
  position: relative;
}

#about .subtitle4 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#about .subtitle4::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#about .lead-block{
  text-align: center;
  width: 70%;
  height: auto;
  size: cover;
  display: block;
}

#about .menu-about {
  margin: 100px 0 0 0;
}

#about .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    border-left :solid 5px orange;
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

  /* -------------------------------------------------------------------------- */

#menu {
  color: #ffffffd0;
  font-size: 1.8rem;
}

#menu .inner{
  margin: 0;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  /* background-image: url(images/wallpaper_00026.jpg); */
  position: relative;
}

#menu .subtitle{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 30%;
  height: auto;
  size: cover;
}


#menu .subtitle1{
  width: 500px;
  height: auto;
  margin: 10% 0 10% 10%;
  border-left :solid 3px rgb(0, 126, 255);
  border-bottom: solid 10px gray;
  /*余白をつけておきます*/
  padding: 10px;
}

#menu .subtitle2{
  width: 100%;
  height: auto;
  margin: -7% 0 0 60%;
}

#menu .subtitle3{
  width: 450px;
  height: 600px;
  margin: 0% 0 0 30%;
  position: relative;
}

#menu .subtitle3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#menu .subtitle3 img {
  width: 500px;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}


#menu .subtitle4{
  width: 120%;
  height: auto;
  margin: 0% 0 0 10%;
}


#menu .lead-block{
  text-align: center;
  width: 70%;
  height: auto;
  size: cover;
  display: block;
}

#menu .menu-about {
  margin: 20% 0 10% 10%;
}

#menu .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    /* border-left :solid 5px orange; */
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

/* ------------------------------------------------------------------------------------------- */

.cp_hr06 {
	position: relative;
	height: 2px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#d15454 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#d15454 50%,transparent 100%);
}

/* ------------------------------------------------------------------------------------------- */
#reserve {
  color: #ffffffd0;
  font-size: 1.8rem;
  justify-content: left;
  background-image:  url(images/reserve.jpg);
  background-repeat: no-repeat;
  background-size: cover ;
  /* margin: 50px; */
}

#reserve::before {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#reserve .inner{
  margin: 0;
  display: contents;
  /* flex-direction: row-reverse; */
  position: relative;
  width: 100%;
}

#reserve .inner img{
  margin: auto;
  justify-content: flex-end;
  margin: 5%;
}


#reserve .subtitle{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 0%;
  height: auto;
  size: cover;
  margin: 0 5% 0 0;
}


#reserve .subtitle1{
  width: 500px;
  height: auto;
  /* margin: 5%; */
}

#reserve .subtitle2{
  width: 390px;
  height: auto;
  margin: -55px 0 0 120px;
}

#reserve .about-img{
  width: 100%;
  height: auto;
  margin: 5%;
}


#reserve .subtitle3{
  width: 400px;
  height: auto;
  /* margin: -10% -30% 0% -30%; */
}

#reserve .subtitle3 img {
  width: 100%;
  height: auto;
}


#reserve .lead-block{
  width: 100%;
  height: auto;
  size: cover;
  display: block;
}

#reserve .menu-title {
  width: 50%;
  height: auto;
  size: cover;
  display: block;
}

#reserve .about {
  right: 0;
  bottom: 10px;
  font-size: 2vw;
}

#reserve .about span {
  display: block;
  line-height: 1.5;
}

#reserve .menu-icon-etc {
  width: 100%;
  height: auto;
}

#reserve .menu-icon-etc  span {
  line-height: 1;
}

#reserve .about img {
  width: 40px;
  height: 40px;
  border-radius: 24%;
}


/* -------------------予約ボタン----------------- */
a.yoyaku_btn {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	color: #fff;
	font-weight: bold;
	background: #d34646;
	position: relative;
	transition: 0.3s ease-in-out;
  font-size: 2.0rem;
}
a.yoyaku_btn:hover {
    background: #fff;
    color: #d34646;
}
a.yoyaku_btn:before, a.btn_27:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.yoyaku_btn:before {
  top: 0;
  left: 0;
}
a.yoyaku_btn:after {
  bottom: 0;
  right: 0;
}
a.yoyaku_btn:hover:before, a.btn_27:hover:after {
  width: 100%;
  height: 100%;
}
a.yoyaku_btn:hover:before {
  border-top-color: #d34646;
  border-right-color: #d34646;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.yoyaku_btn:hover:after {
  border-bottom-color: #d34646;
  border-left-color: #d34646;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

/* ------------------------------------------------------- */

#reserve .menu-about {
  margin: 100px 0 100px 0;
}

#reserve .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    border-left :solid 5px orange;
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

/* ---------------------------------------------------------------------------------------------- */

footer {
  /* padding: 120px 0 0; */
  position: relative;
  /* background: #1d2326; */
}

footer .wrap-blk {
  margin: 0 0 120px;
  display: flex;
}

footer .wrap-blk p {
  font-size: 1.5rem;
  line-height: 2.3;
  color: #d4dde2;
  width: 50%;
  margin: 0 25px;
  text-align: right;
}

footer ul {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #d4dde2;
  letter-spacing: 0.05em;
  width: 50%;
  margin: 0 25px;
  text-align: left;
}

footer i {
  margin: 0 .3em 0 0;
}

.copyright {
  font-size: 1.5rem;
  color: #d4dde2;
  letter-spacing: 0.05em;
  /* padding: 60px 0; */
  /* background: #111619; */
}



#saiyou {
  color: #ffffffd0;
  font-size: 1.8rem;
  justify-content: flex-end;
}

#saiyou .inner{
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
}

#saiyou .inner img{
  margin: auto;
  justify-content: flex-end;
  /* margin: -150px -100px 0px 0; */
}

#saiyou .subtitle{
  display: flex;
  flex-direction: column;
  height: auto;
  size: cover;
}


#saiyou .subtitle1{
  width: 500px;
  height: auto;
  margin: 5%;
  border-left :solid 3px rgb(255, 0, 13);
  border-bottom: solid 10px gray;
  /*余白をつけておきます*/
  padding: 10px;
}

#saiyou .subtitle2{
  width: 390px;
  height: auto;
  margin: -55px 0 0 120px;
}

#saiyou .about-img{
  width: 100%;
  height: auto;
  margin: 50px 0 0 50px;
}


#saiyou .subtitle3{
  width: 400px;
  height: 400px;
  position: relative;
}

#saiyou .subtitle3 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#saiyou .subtitle3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#saiyou .subtitle4{
  width: 400px;
  height: 250px;
  margin: 0 0 0 15%;
  position: relative;
}

#saiyou .subtitle4 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#saiyou .subtitle4::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#saiyou .lead-block{
  text-align: center;
  width: 70%;
  height: auto;
  size: cover;
  display: block;
}

#saiyou .menu-about {
  margin: 100px 0 0 0;
}

#saiyou .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    border-left :solid 5px orange;
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

  #saiyou .menu-title {
    width: 50%;
    height: auto;
    size: cover;
    display: block;
  }
  
  #saiyou .about {
    right: 0;
    bottom: 10px;
    font-size: 2vw;
  }
  
  #saiyou .about span {
    display: block;
    line-height: 1.5;
  }
  
  #saiyou .menu-icon-etc {
    width: 100%;
    height: auto;
  }
  
  #saiyou .menu-icon-etc  span {
    line-height: 1;
  }
  
  #saiyou .about img {
    width: 40px;
    height: 40px;
    border-radius: 24%;
  }

  /* -------------------------------------------------------------------------- */

/*-----------------------------------
スマホ
-----------------------------------*/
@media screen and (max-width: 768px) {

    .inner {
    width: 94%;
    margin: 0 auto;
  }

  /* ---------------------ヘッダー */

  #slider {
    width: 100%;
    min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
  }
  

  .menu12 {
    -webkit-appearance: none;
      -moz-appearance: none;
            appearance: none;
    color: white;
    background: transparent;
    border: none;
    font-size: 14vmin;
    opacity: 0.7;
    padding: 0;
    line-height: 0.6;
    transition: opacity var(--duration) linear;
    cursor: pointer;
  }

  header .logo {
    font-size: 4rem;
    width: 100%;
    text-align: center;
  }

  .menu-title span {
    display: block;
    line-height: 0.7;
    right: -15%;
  }
  
  .menu-title img {
    width: 40px;
    height: 40px;
    border-radius: 24%;
  }


  header .menu12 {
    display: block;
    position: absolute;
    right: 3%;
    top: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #666;
    background: transparent;
    border-radius: 50%;
  }

  .menu12:focus {
    outline: none;
  }

  header .header-nav {
    width: 250px;
    position: fixed;
    display: block;
    top: 80px;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .8);
    transition: all 0.2s;
    transform: translate(250px);
  }

  header .header-nav.open {
    transform: translate(0);
  }

  header .header-nav ul {
    display: block;
  }

  header .header-nav li a {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 0;
  }

  /*-----------------------メニュー*/

  .menu-title {
    grid-column: 4;
    grid-row: 1;
    /* justify-self: end; */
    align-self: end;
    font-size: 2vw;
    color: white;
    /* font-weight: 900; */
    height: 100%;
    position: relative;
  }
  
  .menu-title .about {
    position: absolute;
    right: 0;
    bottom: -130px;
    width: 220px;
  }
  
  .menu-title span {
    display: block;
    line-height: 1.5;
    /* right: -30%; */
  }
  
  .menu-icon-etc {
    width: 100%;
    height: auto;
    margin: 30% 0 0 0;
  }
  
  .menu-icon-etc  span {
    line-height: 1;
  }
  
  #full-icon {
    font-size: 40px;
    color: white;
  }
  
  #full-icon-name {
    font-size: 20px;
    color: white;
  }
  
  #full-addressNo {
    font-size: 10px;
    margin: 0 50px 0 0;
  }
  
  #full-address1 {
    font-size: 10px;
    margin: 0 50px 0 0;
  }
  
  #full-address2 {
    font-size: 10px;
    margin: 0 50px 0 0;
    letter-spacing: -1vw;
  }

  #Time-title {
    font-size: 10px;
    margin: 0 50px 0 0;
  }

  #icon-external {
    margin: 0 50px 0 0;
  }

  .tablecheck img{
    border-radius: 10%;
  }
  
  #Time1 {
    font-size: 10px;
    margin: 0 50px 0 0;
  }
  
  #Time2 {
    font-size: 10px;
    margin: 0 50px 0 0;
  }
  
  #Time-end {
    font-size: 10px;
    margin: 0 50px 0 0;
    letter-spacing: -1vw;
  }

  
  .menu-title img {
    width: 40px;
    height: 40px;
    border-radius: 24%;
  }

  
/* ------------------------------------------------------------------------------------ */



/* ---------------------------スクロール-------------------------------------------------------------- */

#wrapper {
  display: table;
  width:100%;
  height: 25%;
  position: absolute;
  bottom: 0;
}

#wrapper-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 85px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 90px;
    background: #ffffff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}



/* ------------------------スクロール----------------------------------------- */

body {
  font-family: 'Yuji Syuku', serif;
  font-size: 2.2rem;
  line-height: 0.2;
  color: #2e3338d0;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}


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


header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
  z-index: 0;
  /* background: #1d2326;
  box-shadow: 0 6px 3px -3px rgba(0,0,0,0.1); */
}

header .logo {
  color: #ffffff;
  font-size: 3.5rem;
}

header .site-title {
  color: #ffffff;
  font-size: 3.5rem;
}


section {
  position: relative;
  background: #fff;
  display: flex;
  line-height: 3.2;
  background-color: transparent;
}

section h1 {
  font-size: 3.8rem;
  margin: 0 0 65px;
}

#about {
  color: #ffffffd0;
  font-size: 1.0rem;
  justify-content: flex-end;
}

#about .inner{
  margin: 0;
  display: block;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
}

#about .inner img{
  margin: auto;
  justify-content: flex-end;
  /* margin: -150px -100px 0px 0; */
}

#about .subtitle{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: auto;
  size: cover;
  /* margin: 0 5% 0 0; */
  align-items: center;
}


#about .subtitle1{
  width: 250px;
  height: auto;
  margin: 10% 0 10% 0;
  border-left :solid 0px rgb(255, 0, 13);
  border-bottom: solid 2px gray;
  /*余白をつけておきます*/
  padding: 5px;
  line-height: 0;
}

#about .subtitle2{
  width: 390px;
  height: auto;
  margin: -55px 0 0 120px;
}

#about .about-img{
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}


#about .subtitle3{
  width: 300px;
  height: 201px;
  margin: 0;
  position: relative;
}

#about .subtitle3 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#about .subtitle3::after {
  position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#about .subtitle4{
  width: 300px;
  height: 189px;
  margin: 0;
  position: relative;
}

#about .subtitle4 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#about .subtitle4::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#about .lead-block{
  text-align: center;
  width: 100%;
  height: auto;
  size: cover;
  display: block;
  margin: 0 0 10% 0;
}

#about .menu-about {
  margin: 0 0 0 0;
}

#about .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    border-left :solid 5px orange;
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

  /* -------------------------------------------------------------------------- */

#menu {
  color: #ffffffd0;
  font-size: 1.0rem;
}

#menu .inner{
  margin: 0;
  display: block;
  /* flex-direction: column; */
  width: 100%;
  /* background-image: url(images/wallpaper_00026.jpg); */
  position: relative;
}

#menu .subtitle{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: auto;
  size: cover;
  align-items: center;
}


#menu .subtitle1{
  width: 250px;
  height: auto;
  margin: 2% 0 10% 2%;
  border-left :solid 0px rgb(0, 126, 255);
  border-bottom: solid 2px gray;
  /*余白をつけておきます*/
  padding: 5px;
  line-height: 0;
}

#menu .subtitle2{
  width: 100%;
  height: auto;
  margin: -7% 0 0 60%;
}

#menu .subtitle3{
  width: 360px;
  height: 481px;
  margin: 0 0 0 0;
  position: relative;
}

#menu .subtitle3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#menu .subtitle3 img {
  width: 500px;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}


#menu .subtitle4{
  width: 120%;
  height: auto;
  margin: 0% 0 0 10%;
}


#menu .lead-block{
  text-align: center;
  width: 100%;
  height: auto;
  size: cover;
  display: block;
}

#menu .menu-about {
  margin: 5% 0 0 0;
}

#menu .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    /* border-left :solid 5px orange; */
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

/* ------------------------------------------------------------------------------------------- */

.cp_hr06 {
	position: relative;
	height: 2px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#d15454 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#d15454 50%,transparent 100%);
}

/* ------------------------------------------------------------------------------------------- */
#reserve {
  color: #ffffffd0;
  font-size: 1.2rem;
  display: flex;
  /* justify-content: left; */
  background-image:  url(images/reserve_SP.jpg);
  background-repeat: no-repeat;
  background-size: cover ;
  /* margin: 50px; */
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#reserve::before {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#reserve .inner{
  margin: 0;
  display: contents;
  /* flex-direction: row-reverse; */
  position: relative;
  width: 100%;
}

#reserve .inner img{
  margin: auto;
  justify-content: flex-end;
  margin: 5%;
}


#reserve .subtitle{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 0%;
  height: auto;
  size: cover;
  margin: 0 5% 0 0;
}


#reserve .subtitle1{
  width: 280px;
  height: auto;
  /* margin: 5%; */
}

#reserve .subtitle2{
  width: 390px;
  height: auto;
  margin: -55px 0 0 120px;
}

#reserve .about-img{
  width: 100%;
  height: auto;
  margin: 5%;
}


#reserve .subtitle3{
  width: 400px;
  height: auto;
  /* margin: -10% -30% 0% -30%; */
}

#reserve .subtitle3 img {
  width: 100%;
  height: auto;
}


#reserve .lead-block{
  width: 100%;
  height: auto;
  size: cover;
  display: block;
  margin: 0 0 70% 0;
  line-height: 28px;
  font-size: 1.0rem;
}

#reserve .menu-title {
  width: 100%;
  height: auto;
  size: cover;
  display: block;
}

#reserve .about {
  right: 0;
  bottom: 10px;
  font-size: 2vw;
}

#reserve .about span {
  display: block;
  line-height: 1.5;
}

#reserve .menu-icon-etc {
  width: 100%;
  height: auto;
}

#reserve .menu-icon-etc  span {
  line-height: 1;
}

#reserve .about img {
  width: 40px;
  height: 40px;
  border-radius: 24%;
}


/* -------------------予約ボタン----------------- */
a.yoyaku_btn {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 0.5rem 3rem;
	color: #fff;
	font-weight: bold;
	background: #d34646;
	position: relative;
	transition: 0.3s ease-in-out;
  font-size: 1.5rem;
}
a.yoyaku_btn:hover {
    background: #fff;
    color: #d34646;
}
a.yoyaku_btn:before, a.btn_27:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.yoyaku_btn:before {
  top: 0;
  left: 0;
}
a.yoyaku_btn:after {
  bottom: 0;
  right: 0;
}
a.yoyaku_btn:hover:before, a.btn_27:hover:after {
  width: 100%;
  height: 100%;
}
a.yoyaku_btn:hover:before {
  border-top-color: #d34646;
  border-right-color: #d34646;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.yoyaku_btn:hover:after {
  border-bottom-color: #d34646;
  border-left-color: #d34646;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

/* ------------------------------------------------------- */

#reserve .menu-about {
  margin: 0;
}

#reserve .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    border-left :solid 5px orange;
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

/* ---------------------------------------------------------------------------------------------- */

/* footer {
  padding: 120px 0 0;
  position: relative;
  background: #1d2326;
}

footer .wrap-blk {
  margin: 0 0 120px;
  display: flex;
}

footer .wrap-blk p {
  font-size: 1.5rem;
  line-height: 2.3;
  color: #d4dde2;
  width: 50%;
  margin: 0 25px;
  text-align: right;
}

footer ul {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #d4dde2;
  letter-spacing: 0.05em;
  width: 50%;
  margin: 0 25px;
  text-align: left;
}

footer i {
  margin: 0 .3em 0 0;
} */

.copyright {
  font-size: 2vw;
  color: #d4dde2;
  letter-spacing: 0.05em;
  /* padding: 60px 0; */
  /* background: #111619; */
}

/* footer a {
  color: #ea7558;
}

footer .logo {
  color: #d4dde2;
  font-size: 11rem;
}

footer .menu-title {
  grid-column: 4;
  grid-row: 1;
  align-self: end;
  font-size: 2vw;
  color: rgb(255, 255, 255);
  height: 100%;
  position: relative;
}

footer .about {
  position: absolute;
  right: 0;
  bottom: 10px;
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  align-self: end;
  font-size: 2vw;
  color: rgb(255, 255, 255);
  font-weight: 900;
  height: 100%;
}

footer span {
  display: block;
  line-height: 1.5;
  right: -30%;
}

footer .menu-icon-etc {
  width: 100%;
  height: auto;
  margin: -90% 0 0 0;
}

footer .menu-icon-etc  span {
  line-height: 1;
}

footer img {
  width: 40px;
  height: 40px;
  border-radius: 24%;
} */


#saiyou {
  color: #ffffffd0;
  font-size: 1.8rem;
  justify-content: flex-end;
  display: block;
}

#saiyou .inner{
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
}

#saiyou .inner img{
  margin: auto;
  justify-content: flex-end;
  /* margin: -150px -100px 0px 0; */
}

#saiyou .subtitle{
  display: flex;
  flex-direction: column;
  width: 65%;
  height: auto;
  size: cover;
  margin: -115px 5% 0px 18px;
}


#saiyou .subtitle1{
  width: 500px;
  height: auto;
  margin: 5%;
  border-left :solid 3px rgb(255, 0, 13);
  border-bottom: solid 10px gray;
  /*余白をつけておきます*/
  padding: 10px;
}

#saiyou .subtitle2{
  width: 390px;
  height: auto;
  margin: -55px 0 0 120px;
}

#saiyou .about-img{
  width: 100%;
  height: auto;
  margin: 0;
}


#saiyou .subtitle3{
  width: 200px;
  height: 200px;
  position: relative;
}

#saiyou .subtitle3 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#saiyou .subtitle3::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#saiyou .subtitle4{
  width: 400px;
  height: 250px;
  margin: 0 0 0 15%;
  position: relative;
}

#saiyou .subtitle4 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 120px #ffffff8e);
}

#saiyou .subtitle4::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 20px 10px #575757a6;
}

#saiyou .lead-block{
  text-align: center;
  width: 100%;
  height: auto;
  size: cover;
  display: block;
  font-size: 1.0rem;
}

#saiyou .menu-about {
  margin: 0;
}

#saiyou .under {
    font-weight: bold;
    /* background: linear-gradient(transparent 75%, #ffa8b7af 50%); */
    border-left :solid 5px orange;
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 10px;
  }

  #saiyou .menu-title {
    width: 50%;
    height: auto;
    size: cover;
    display: block;
  }
  
  #saiyou .about {
    right: 0;
    bottom: 10px;
    font-size: 2vw;
  }
  
  #saiyou .about span {
    display: block;
    line-height: 1.5;
  }
  
  #saiyou .menu-icon-etc {
    width: 100%;
    height: auto;
  }
  
  #saiyou .menu-icon-etc  span {
    line-height: 1;
  }
  
  #saiyou .about img {
    width: 40px;
    height: 40px;
    border-radius: 24%;
  }


/* ------------------------------------------------------------------------------------ */
    
}
