@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
/*
Theme Name: 現代里山料理 ZEN HOUSE
Theme URI: https://satoyama-zenhouse.com//wp-content/themes/zenhouse/
Description:ZEN HOUSE theme
Version: 1.0
*/
body {
  background: #f3f3f3 url(img/bg_washi.png);
  background-size: 48px 48px;
  /* font-family:'Noto Serif JP',serif; */
  /*font-family: Shimanami;*/
  letter-spacing: 0.1em;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

.cl {
  overflow: hidden;
}

.txt-center {
  text-align: center;
}

.inner-tx {
  background: #fff;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 3px double #aaa;
}

#main-area {
  margin: 0 0 100px 0;
}

#container {
  position: relative;
  overflow-x: hidden;
}

#content-area {
  width: 100%;
  padding: 0 0 0 230px;
}
@media screen and (max-width: 990px) {
  #content-area {
    padding: 0;
  }
}

.inner {
  padding: 20px 50px 50px 50px;
  max-width: 1280px;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 30px;
  }
}

.heading-block {
  position: relative;
  display: flex;
  justify-content: center;
}
.heading-block p {
  font-size: 4rem;
  text-transform: uppercase;
  color: #ddd;
  position: absolute;
  top: 108px;
  z-index: -1;
  letter-spacing: 0.3em;
}

_:-ms-lang(x)::-ms-backdrop,
#menu .heading-block p {
  margin: 0 0 0 -2.5em;
}
_:-ms-lang(x)::-ms-backdrop,
#access .heading-block p {
  margin: 0 0 0 -3.3em;
}
_:-ms-lang(x)::-ms-backdrop,
#faq .heading-block p {
  margin: 0 0 0 -2.3em;
}

#access h2,
#faq h2,
#menu h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  font-size: 2rem;
  margin: 100px 0;
}
@media screen and (max-width: 990px) {
  .heading-block p {
    font-size: 2.7rem;
    top: 58px;
  }
  #access h2,
  #faq h2,
  #menu h2 {
    font-size: 1.6rem;
    margin: 50px 0;
  }
}
.heading01 {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 50px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.heading01 .title {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .heading01 .title {
    font-size: 1.2rem;
  }
}
.heading01 .cap {
  color: #666;
  font-size: 0.9rem;
}
.heading02 {
  font-size: 1.1rem;
  margin: 0 0 50px 0;
  text-align: center;
}
.error404 .inner p {
  margin: 0 0 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404 .inner p.desc {
    text-align: left;
  }
}
#slider-area {
  position: relative;
}
#slider-area .scrolldown1 {
  top: inherit;
  bottom: 0;
  z-index: 1;
}

@media (max-width:640px){
  #slider-area {
      filter: brightness(70%);
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100vh;
  background: #fdfdfd;
  display: flex;
  justify-content: center;
}
#header h1 {
  padding: 98px 0 75px 0;
}
#header h1 span {
  display: none;
}
#header p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.3em;
  font-size: 1rem;
  position: relative;
  left: 46px;
}
#header dl {
  position: absolute;
  left: 26px;
  bottom: 78px;
  text-align: center;
}
#header dl dt {
  font-size: 1.3rem;
}
#header dl dd {
  font-size: 0.9rem;
}
#header .sns-link {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 22px;
  font-size: 0.8rem;
}
.sptel {
  display: none;
}
#g-nav-list li,
.footer-link li {
  text-align: center;
}
#g-nav-list li a span,
#main-nav p a span,
.footer-link li a span {
  display: block;
  font-size: 0.5rem;
  position: relative;
  top: -5px;
  letter-spacing: 1px;
}
@media screen and (max-width: 990px) {
  #header {
    position: relative;
    width: auto;
    height: auto;
    background: 0 0;
  }
  .top #header {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    align-items: center;
  }
  #header h1 {
    padding: 90px 0 20px 0;
  }
  .top #header h1 {
    padding: 0 0 15px 0;
  }
  #header p {
    display: none;
  }
  .top #header p {
    display: block;
  }
  .top #header h1 svg path {
    fill: #fff;
  }
  .top .header-area {
    height: 30vh;
    display: none;
  }
  #header dl {
    display: none;
  }
  .sptel {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    text-align: center;
    height: 55px;
    width: 54px;
    position: fixed;
    right: 62px;
    top: 3px;
    z-index: 3;
  }
  .sptel a {
    display: block;
    color: #fff;
  }
  .sptel i {
    transform: rotate(-4deg);
    font-size: 1.2rem;
  }
  #header .sns-link {
    left: 10px;
    top: 20px;
    bottom: inherit;
  }
  .top #header .sns-link a {
    color: #fff;
  }
}
@media screen and (max-width: 450px) {
  #header h1 svg {
    width: 120px;
  }
  .top #header h1 svg {
    width: 50vw;
  }
}
.sns-link li {
  display: inline-block;
}
.sns-link li i {
  font-size: 1.5rem;
}
#main-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
#main-nav.fixed {
  position: fixed;
  top: 0;
  width: calc(100% - 230px);
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
#g-nav ul {
  display: flex;
}
#g-nav ul li a {
  display: block;
  padding: 34px 25px;
  position: relative;
  transition: all 0.3s;
}
#main-nav.fixed #g-nav ul li a {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1140px) {
  #g-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  #g-nav ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#g-nav ul li a:hover::before,
#g-nav ul li.current a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #000;
  animation: gnavipathmove 2.4s ease-in-out infinite;
  opacity: 0;
  color: #6a2e9e;
}
@media screen and (max-width: 990px) {
  #main-nav.fixed {
    position: relative;
    width: auto;
    background: 0 0;
  }
  #g-nav ul {
    display: block;
    text-align: center;
  }
  #g-nav ul li a {
    padding: 15px;
    color: #fff;
  }
  #g-nav ul li a:hover::before,
  #g-nav ul li.current a::before {
    animation: none;
    left: 0;
    top: 48%;
    width: 10px;
    height: 1px;
    background: #fff;
    opacity: 1;
  }
}
@keyframes gnavipathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
#main-nav p a {
  background: #000;
  color: #fff;
  padding: 37px 20px;
  text-align: center;
  display: block;
}
#main-nav.fixed p a {
  padding-top: 27px;
  padding-bottom: 27px;
}
#main-nav p a:hover {
  background: #333;
}
@media screen and (max-width: 990px) {
  #main-nav p a {
    display: none;
    transition: all 0.5s;
    opacity: 0;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  #main-nav p.reserveactive {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    left: 20%;
    width: 60%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: UpAnime 1s forwards;
  }
}
@media screen and (max-width: 420px) {
  #main-nav p.telactive {
    width: 90%;
    left: 5%;
  }
}
.more-btn {
  margin: 50px 0 0 0 !important;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .more-btn {
    text-align: center;
  }
  .more-btn a,
  .more-btn span {
    display: block;
  }
}
.article-list {
  margin: 50px auto 0;
  max-width: 1000px;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ccc;
}
.wp-pagenavi {
  text-align: center;
  padding: 0 0 50px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
  padding: 8px 14px !important;
  margin: 0 5px !important;
  border-radius: 20px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: none !important;
  background: #ddd;
}
#news-area {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 50%;
  z-index: 2;
  padding: 10px;
}
@media screen and (max-width: 990px) {
  #news-area {
    position: relative;
    width: 100%;
  }
}
#news-area article .no-link,
#news-area article a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#news-area article:last-child .no-link,
#news-area article:last-child a {
  border: none;
}
#news-area article a:hover {
  background: #333;
}
#news-area time {
  font-size: 0.6rem;
  padding: 0 10px 0 0;
}
#news-area h3 {
  font-size: 0.8rem;
}
#lead {
  position: relative;
  display: flex;
  justify-content: center;
  height: 80vh;
  padding: 25vh 0 0 0;
  min-height: 650px;
}
#lead .lead-area {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}
#lead .svganimeblock {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#lead .lead-heading {
  width: 20%;
}
#lead h2 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  padding: 0 0 0 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#lead .lead-desc {
  width: 80%;
  display: flex;
  flex-direction: row-reverse;
  height: 23em;
}
#lead .lead-desc p {
  letter-spacing: 0.1em;
  line-height: 3;
  margin: 0 0 0 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: justify;
}
_:-ms-lang(x)::-ms-backdrop,
#lead .lead-btn {
  margin: 0 10em 0 0;
}
#lead .btnarrow5 {
  padding: 20px 15px 40px 15px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#lead .btnarrow5::before {
  top: 90%;
  right: 50%;
  width: 1px;
  height: 40px;
}
#lead .btnarrow5::after {
  top: 105%;
  right: 60%;
}
_:-ms-lang(x),
#lead .btnarrow5::after {
  right: 70%;
}
@media screen and (max-width: 1020px) {
  #lead h2 {
    line-height: 1.8;
    padding: 0 0 50px 0;
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
  #lead .lead-desc p {
    line-height: 2.5;
  }
  #lead .svganimeblock {
    top: 22%;
    width: 220px;
  }
}
@media screen and (max-width: 920px) {
  _:-ms-lang(x)::-ms-backdrop,
  #lead .lead-btn {
    margin: 0;
  }
  #lead {
    height: auto;
    padding: 100px 0;
  }
  #lead .lead-heading {
    width: 100%;
    text-align: center;
  }
  #lead .lead-desc {
    width: 100%;
    padding: 0 30px;
    display: block;
    height: auto;
  }
  #lead .lead-desc p {
    width: auto;
    margin: 0 0 30px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;

  }
  #lead .btnarrow5 {
    display: block;
    padding: 8px 30px;
    width: 250px;
    margin: 0 auto;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  #lead .btnarrow5::after {
    top: 152%;
    right: 52%;
  }
}
#menu {
  position: relative;
  margin: 0 0 100px 0;
}
#menu .menu-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}
#menu .menu-lead {
  position: relative;
  display: flex;
    align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 80px 0;
  margin: 0 0 100px 0;
}

@media screen and (min-width: 906px) {
#menu .menu-lead {
    padding-left:4em;
}
}
#menu .menu-lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(img/bg_lead.png) no-repeat;
  background-size: cover;
  width: 60%;
  height: 70%;
  z-index: -1;
}
#menu .menu-lead-img {
  width: 30%;
  margin: 0 0 0 10%;
}
#menu .menu-lead-area {
  width: 50%;
}
#menu .menu-lead-area h3 {
  margin: 0 0 50px 0;
  font-size: 1.2rem;
}
#menu .menu-lead-area h3 .cap {
  font-size: 0.9rem;
  display: block;
}
#menu .menu-lead-area p {
  margin: 0 0 30px 0;
}
#menu section.menu-detail {
  display: flex;
  justify-content: space-between;
    align-items: flex-start;
  flex-wrap: wrap;
    margin-bottom: 5em;
}
#menu section.menu-detail:nth-of-type(even) {
  flex-direction: row-reverse;
}
#menu .menu-img {
  width: 45%;
    line-height: 0;
}
#menu .menu-img-detail {
  position: relative;
}
#menu .pdf-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  width: 90%;
  margin-top: 30px;
}
#menu .pdf-link li {
  width: 48%;
  margin-bottom: 10px;
  text-align: center;
}

#menu .pdf-link a {
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #333;
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
}
#menu .pdf-link a:hover {
  background: rgba(255, 255, 255, 0.8);
}
#menu .menu-box {
  animation-delay: 0.5s;
}
#menu .menu-content {
  padding-top: 2em;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#menu .menu-content h3 {
  font-size: 1.2rem;
  margin: 0 0 0 1em;
}
#menu .menu-content p {
  height: 22em;
  line-height: 2.5;
}
.menu-img img{
    width:100%!important;
    }
@media screen and (max-width: 768px) {
  #menu .menu-bg {
    background-attachment: inherit;
  }
}
@media screen and (max-width: 905px) {
  #menu .menu-lead::after {
    right: 0;
    top: 10%;
    left: inherit;
    bottom: inherit;
    width: 60%;
    height: 34%;
    z-index: -1;
  }
  #menu .menu-lead {
    padding: 0;
    margin: 0;
  }
  #menu .menu-lead-img {
    width: 80%;
    height: 50vh;
    margin: 0;
  }
  #menu .menu-lead-area {
    width: 100%;
    margin: 50px 0;
    padding: 20px;
  }
#menu .menu-img {
    width: 90%;
    margin: 0 auto 30px auto;
}

  #menu .menu-content {
    padding-top: 0;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 50px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 20px;
  }

  #menu .menu-content h3 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  #menu .menu-content p {
    height: auto;
    line-height: 1.85;
  }
  #menu .pdf-link {
    width: 100%;
    justify-content: space-between;
    font-size: 0.7rem;
  }
  #menu #menu section.menu-detail {
    flex-direction: column-reverse !important;
  }
}
#access {
  position: relative;
}
#access .access-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 50vh;
}
#access .access-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 4px 4px #ccc;
  width: 90%;
  margin: 0 auto 100px auto;
}
#access .access-area .access-block {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em;
}
#access .access-area .access-block h3 {
  font-size: 1.2rem;
  margin: 0 0 20px 0;
}
#access .access-area .access-block p {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}
#access .access-area .access-block ul {
  list-style: disc;
  margin: 0 0 50px 1.2em;
}
#access .access-map {
  width: 50%;
}
#access .iframe-wrap {
  position: relative;
  padding-bottom: 104.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
#access .iframe-wrap embed,
#access .iframe-wrap iframe,
#access .iframe-wrap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  #access .access-area .access-block,
  #access .access-map {
    width: 100%;
  }
  #access .iframe-wrap {
    padding-bottom: 56.65%;
  }
  #access .access-area .access-block {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #access .access-bg {
    background-attachment: inherit;
  }
}
#faq {
  position: relative;
}
.accordion-area {
  width: 90%;
  margin: 0 auto 100px auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
.acc-title {
  position: relative;
  cursor: pointer;
  padding: 20px 20px 20px 50px;
  transition: all 0.5s ease;
  font-size: 1.5rem;
}
.acc-title::after,
.acc-title::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ccc;
}
.acc-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0);
}
.acc-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.acc-title.close::before {
  transform: rotate(45deg);
}
.acc-title.close::after {
  transform: rotate(-45deg);
}
.box {
  display: none;
  padding: 20px;
  margin: 20px;
  background: #eee;
}
#reserve {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 100px auto;
  padding: 100px 0 0 0;
  text-align: center;
}
#faq .scrolldown1,
#reserve .scrolldown1 {
  top: -10vh;
}
#reserve h2 {
  font-size: 1.2rem;
}
#reserve .tel {
  font-size: 2vw;
  margin: 0 0 20px 0;
}
#reserve .tel-time {
  margin: 0 0 30px 0;
}

@media (641px <= width <= 768px )  {
  #menu .menu-bg,#access .access-bg{
      height: 25vh;
      }
  #menu .menu-content p {
      max-width: 70vw;
  }

  .mc {
      margin-inline: auto;
      max-inline-size: max-content;
  }
  .mc a {
      display: block;
      max-width: 80vw;
  }
}


@media screen and (max-width: 990px) {
  #reserve h2 {
    font-size: 1rem;
  }
  #reserve .tel {
    font-size: 1.5rem;
  }
}
#footer .footer-logo {
  margin: 0 20px 30px 20px;
}
#footer .footer-info {
  background: #ecefef;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer-time li {
  margin: 0 0 20px 0;
  font-size: 0.8rem;
}
#footer .footer-time dl {
  display: flex;
}
#footer .footer-time dt {
  width: 8em;
}
#footer .footer-time dt:after {
  content: ":";
}
#footer .footer-area {
  padding: 40px;
  background: #000;
  color: #fff;
  text-align: center;
}
.sns-footer {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  margin: 0 0 40px 0;
}
.sns-footer li {
  padding: 0 10px;
}
.sns-footer a {
  padding: 0 10px;
  position: relative;
  transition: all 0.15s ease;
  /*font-family: "PT Sans", sans-serif;*/
}
.sns-footer a:hover .tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}
.sns-footer a:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.sns-footer a.tw .tooltip {
  background: #2b97f1;
}
.sns-footer a.tw .tooltip:after {
  border-top-color: #2b97f1;
}
.sns-footer a.line .tooltip {
  background: #43c507;
}
.sns-footer a.line .tooltip:after {
  border-top-color: #43c507;
}
.sns-footer a.fb .tooltip {
  background: #3b5a9b;
}
.sns-footer a.fb .tooltip:after {
  border-top-color: #3b5a9b;
}
.sns-footer a.insta .tooltip {
  background: #527fa6;
}
.sns-footer a.insta .tooltip:after {
  border-top-color: #527fa6;
}
.sns-footer a.yt .tooltip {
  background: #c31414;
}
.sns-footer a.yt .tooltip:after {
  border-top-color: #c31414;
}
.sns-footer a i {
  position: relative;
  top: 1px;
  font-size: 2.6rem;
}
.tooltip {
  display: block;
  position: absolute;
  color: #fff;
  top: 0;
  left: 50%;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.tooltip:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
#footer .footer-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin: 0 0 30px 0;
}
#footer .footer-link li {
  display: inline-block;
  margin: 0 10px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ccc;
}
#footer small {
  color: #ccc;
}
#footer #page-top span {
  position: relative;
  top: -10px;
}
#footer #page-top span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  background: #6c6c6c;
  width: 1px;
  height: 30px;
}
#footer #page-top span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -7px;
  background: #6c6c6c;
  width: 1px;
  height: 20px;
  transform: rotate(-45deg);
}
#footer #page-top a:hover span::after,
#footer #page-top a:hover span::before {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #footer a {
    line-height: 3;
  }
  #footer .footer-info {
    padding: 40px 20px;
  }
  #footer .footer-time li {
    margin: 0 0 30px 0;
  }
  #footer .footer-time li:nth-of-type(2),
  #footer .footer-time li:nth-of-type(3) {
    text-align: center;
  }
  #footer .footer-time dl {
    display: block;
  }
  #footer .footer-time dt {
    width: auto;
    text-align: center;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  #footer .footer-time dt::after,
  #footer .footer-time dt::before {
    /*content: "－";
    padding: 0 10px;*/
  }
}
#splash {
  position: fixed;

  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
  text-align: center;
  color: #fff;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_area img{
  max-width: 200%;
  width: 400px;
}
#splash_logo svg {
  width: 100px;
}
body.top .splashbg {
  display: none;
}
body.top.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #000;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

body.top #container {
  opacity: 0;
}

body.top.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#mask path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
  fill: none;
  stroke: #fff;
}
#mask.done path {
  fill: #fff;
  fill-opacity: 1;
  stroke: none;
}
@media screen and (max-width: 990px) {
  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
    transform: scale(0);
    bottom: -50px;
    left: calc(50% - 50px);
    transition: all 0.6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  #g-nav.panelactive ul {
    opacity: 1;
  }
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.openbtn {
  display: none;
}
@media screen and (max-width: 990px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 3px;
    right: 3px;
    width: 55px;
    height: 55px;
    background: #000;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
  }
  .openbtn span:nth-of-type(1),
  .openbtn span:nth-of-type(3) {
    height: 1px;
    background: #fff;
    width: 62%;
    left: 10px;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 19px;
    left: 11px;
    font-size: 0.55rem;
    text-transform: uppercase;
    color: #fff;
  }
  .openbtn span:nth-of-type(3) {
    top: 41px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
.scrolldown1 {
  position: absolute;
  left: 50%;
  top: 36vh;
  height: 100px;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #000;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}
.btnarrow5 {
  position: relative;
  border: 1px solid #555;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: 0;
  transition: all 0.2s linear;
  font-size: 0.9rem;
}
.btnarrow5:hover {
  background: #333;
  color: #fff;
}
.btnarrow5::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 40px;
  height: 1px;
  background: #333;
  transition: all 0.2s linear;
}
.btnarrow5::after {
  content: "";
  position: absolute;
  top: 19%;
  right: -21px;
  width: 1px;
  height: 12px;
  background: #333;
  transform: skewX(45deg);
  transition: all 0.2s linear;
}
.btnarrow5:hover::before {
  right: -30px;
}
.btnarrow5:hover::after {
  right: -25px;
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

.slick-slide{
    height: auto!important;
}

.slick-slide img{
    width:100%!important;
}


.slick-next,
.slick-prev {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
}
.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: 0;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
}
.slick-dots .slick-active button {
  background: #000;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
.lineTrigger {
  position: relative;
  opacity: 0;
}
.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lineTrigger::after,
.lineTrigger::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
}
.line2::after,
.line2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
}
.lineTrigger::before {
  top: 0;
  left: 0;
}
.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards;
}
.line2::before {
  top: 0;
  right: 0;
}
.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards;
}
.lineTrigger::after {
  bottom: 0;
  right: 0;
}
.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards;
}
.line2::after {
  bottom: 0;
  left: 0;
}
.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards;
}
@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards;
  opacity: 0;
}
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svganimeblock svg {
  width: 100%;
}
.svganimeblock svg path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
  fill: none;
  stroke: #ccc;
}
.svganimeblock svg.done path {
  fill: #efefef;
  fill-opacity: 1;
  stroke: none;
}
.wrapper p {
  margin: 0 0 20px 0;
  text-align: justify;
}
.link-date,
.wrapper time {
  color: #666;
  font-size: 0.7rem;
}
.wrapper time.heading-time {
  text-align: center;
  display: block;
  margin: -40px 0 80px 0;
}
.select-year {
  text-align: center;
  margin: 0 0 50px 0;
}
.select-year li {
  display: inline;
}
.select-year li::after {
  content: "|";
  padding: 0 10px;
}
.select-year li:last-child::after {
  content: "";
}
.pn-link {
  margin: 50px 0;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  display: flex;
  justify-content: space-between;
}
.pn-link li:last-child {
  text-align: right;
}
.pn-link li.wd50 {
  width: 50%;
}
.pn-link a {
  display: block;
  padding: 10px 40px 10px 40px;
  position: relative;
  color: #333;
}
.pn-link a:hover {
  background: #ddd;
  text-decoration: none;
}
.pn-link li a:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 13px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 3;
}
.pn-link li:first-child a:after {
  right: inherit;
  left: 13px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1000px) {
  .pn-link {
    flex-wrap: wrap;
  }
  .pn-link li.wd50 {
    width: 100%;
  }
  .pn-link li:first-child a {
    border-bottom: 1px solid #aaa;
  }
}
@media only screen and (max-width: 430px) {
  .topics-block.wd25 {
    width: 100%;
  }
  .pn-link a {
    padding: 10px 30px 10px 30px;
  }
  .pn-link li:first-child a {
    padding: 10px 30px 10px 30px;
  }
}
.ui-datepicker {
  width: auto !important;
}
.ui-datepicker td,
.ui-datepicker th,
.ui-datepicker-title,
.ui-datepicker-title select {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";*/
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 35% !important;
  border: none;
  border-bottom: 1px dotted #aaa;
  height: 30px;
  margin: 4px !important;
  background: #fafafa;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
  background: 0 0 !important;
  border-radius: 50%;
  margin: 4px;
}
table.ui-datepicker-calendar tbody td:last-child a.ui-state-default {
  background: #69b !important;
}
table.ui-datepicker-calendar tbody td:first-child a.ui-state-default {
  background: #c66 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #f90 !important;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: flex !important;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: none !important;
}
.ui-datepicker .ui-datepicker-next {
  top: 5px;
  right: 5px;
  left: auto;
}
.ui-datepicker .ui-datepicker-prev {
  top: 5px;
  left: 5px;
  right: auto;
}
.flow_chart {
  list-style: none;
  overflow: hidden;
  margin: 0 auto 50px auto;
  display: flex;
  max-width: 900px;
}
.flow_chart li {
  background: #f2f2f2;
  color: #999;
  width: 31.333333%;
  font-size: 0.9rem;
  display: block;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  min-width: 80px;
  padding: 0 10px 0 20px;
  font-weight: 700;
  white-space: nowrap;
}
.flow_chart li:before {
  background: #f2f2f2;
  box-shadow: 5px 0 0 #fff;
  -moz-box-shadow: 5px 0 0 #fff;
  -webkit-box-shadow: 5px 0 0 #fff;
  content: " ";
  display: block;
  float: right;
  height: 12px;
  margin-bottom: -12px;
  margin-left: auto;
  margin-right: -20px;
  transform: skew(50deg);
  -o-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -webkit-transform: skew(50deg);
  width: 20px;
}
.flow_chart li:after {
  background: #f2f2f2;
  box-shadow: 5px 0 0 #fff;
  -moz-box-shadow: 5px 0 0 #fff;
  -webkit-box-shadow: 5px 0 0 #fff;
  content: " ";
  display: block;
  height: 12px;
  margin-left: auto;
  margin-right: -20px;
  margin-top: -12px;
  position: relative;
  transform: skew(-50deg);
  -o-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  -moz-transform: skew(-50deg);
  -webkit-transform: skew(-50deg);
  width: 20px;
}
.flow_chart li:first-child {
  padding: 0 10px 0 20px;
}
.flow_chart li.active {
  background: #333;
  color: #fff;
}
.flow_chart li.active:after,
.flow_chart li.active:before {
  background: #333;
}
.form_table {
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.form_table dl {
  display: table;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.form_table dd,
.form_table dt {
  display: table-cell;
  vertical-align: middle;
}
.form_table dt {
  width: 30%;
  background: #eee;
  padding: 15px 0 15px 10px;
  font-weight: 700;
  position: relative;
}
.form_table dt.required:after {
  content: "必須";
  width: 31px;
  height: 16px;
  position: absolute;
  right: 0;
  margin: 2px 10px 0 0;
  display: inline-block;
  background: #d00;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 10px;
  line-height: 1.5em;
}
.form_table dt.required-e:after {
  content: "Required";
  width: 60px;
  height: 16px;
  position: absolute;
  right: 0;
  margin: 2px 10px 0 0;
  display: inline-block;
  background: rgb(70, 0, 221);
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 10px;
  line-height: 1.5em;
}
.form_table dt.any:after {
  content: "任意";
  width: 31px;
  height: 16px;
  position: absolute;
  right: 0;
  margin: 2px 10px 0 0;
  display: inline-block;
  background: #aaa;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 10px;
  line-height: 1.5em;
}
.notes {
  font-size: 0.7rem;
  margin: 15px 0;
  border: 1px dotted #ccc;
  padding: 15px;
  color: #a01729;
}
.wrapper #mw_wp_form_mw-wp-form-97 p {
  margin: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .wrapper #mw_wp_form_mw-wp-form-97 p {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .notes br {
    display: none;
  }
  .footer-link li a span {
    top: -20px;
  }
}
.form_table dd {
  padding: 15px 20px;
}
.form_table .form_box dl:last-child {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .form_table dl {
    border-top: 0;
  }
}
.form_table input[type="email"],
.form_table input[type="number"],
.form_table input[type="tel"],
.form_table input[type="text"],
.form_table select,
.form_table textarea {
  width: 100%;
  padding: 5px 10px;
  background-color: #f9fafb;
  border: 1px solid #ccc;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .form_table input[type="email"],
  .form_table input[type="number"],
  .form_table input[type="tel"],
  .form_table input[type="text"],
  .form_table select,
  .form_table textarea {
    max-width: 100% !important;
    font-size: 0.8rem;
  }
}
.form_table select {
  width: 25%;
  height: 40px;
}
.ick input:nth-child(1) {
  border-bottom: 1px dotted #ccc;
  border-radius: 5px 5px 0 0;
}
.ick input:nth-child(2),
.ick input:nth-child(3) {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.ick input:nth-child(4) {
  border-top: 1px dotted #ccc;
  border-radius: 0 0 5px 5px;
}
.form_table input[type="tel"],
.form_table input[type="text"] {
  max-width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.form_table .check_list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form_table .check_list .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-top: 5px;
}
.form_table .check_list span {
  width: 33%;
}
.form_table .check_list span:nth-child(1),
.form_table .check_list span:nth-child(2),
.form_table .check_list span:nth-child(3) {
  margin-top: 0 !important;
}
.form_table .mr10 {
  margin-right: 10px;
}
.form_table input[type="text"].w-100 {
  width: 100px;
}
.form_table .zip p {
  margin-top: 5px;
}
.form_table input[type="text"]#address {
  max-width: 100%;
}
.form_table textarea {
  box-sizing: border-box;
}
.mw_wp_form_input .check {
  display: none;
}
.mw_wp_form_input .flow02 {
  display: none;
}
.mw_wp_form_preview .flow01 {
  display: none;
}
.mw_wp_form_preview .flow02 {
  display: block;
}
.mw_wp_form_preview .check {
  text-align: center;
}
.bg_gd:hover {
  opacity: 0.7;
}
.bg_gd {
  background: #333;
  color: #fff;
  max-width: 239px;
  min-height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 0.2em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.back {
  background: #ddd;
  max-width: 239px;
  min-height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 0.2em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
@media only screen and (max-width: 820px) {
  .form_table dd,
  .form_table dl,
  .form_table dt {
    display: block;
    width: auto;
  }
}
@media only screen and (max-width: 385px) {
  .back,
  .bg_gd {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.sponly {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sponly {
    display: block;
  }
}
.sticky {
  background: #543;
}
.sticky time {
  display: none;
}

.ban{
	position: absolute;
	bottom:-50px;
	right:1vw;
	z-index: 1;
    max-width: 25vw;
}
.ban img{
	width:100%;
    box-shadow: 4px 4px 10px rgba(0,0,0,.5);
    border-radius: 10px;
}

@media only screen and (max-width: 1020px) {
  .ban {
    display: none;
  }
}

.btn-vtcl {
  position: relative;
  border: 1px solid #555;
  padding: 8px 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: 0;
  transition: all 0.2s linear;
  font-size: 0.75rem;
  writing-mode: vertical-rl;
}
@media (max-width: 905px) {
  .btn-vtcl {
    writing-mode: unset;
    margin-top: 30px;
    width: 100%;
  }
}

.bnr_fv_spArea {
  width: 90%;
  margin: 0 auto 20px auto;
}
.bnr_fv_spArea img {
  border-radius: 10px;
}

/* ----------------------------------------
POPUP
---------------------------------------- */

#popupinfo {
  display: none;
}

.modaal-content-container h2 {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0 40px 0;
}

.modaal-content-container p,
.modaal-content-container ul {
  margin: 0 0 30px 0;
}

.modaal-content-container h3 {
  font-size: 2rem;
  color: #861010;
  margin: 0 0 30px 0;
}
.modaal-content-container h4 {
  font-size: 1.8rem;
  margin: 0 0 30px 0;
}

.modaal-content-container .border-box h4 {
  border-bottom: 2px solid #333;
  padding: 0 0 10px 0;
}

.modaal-content-container ul li {
  list-style: disc;
  margin: 0 0 10px 1.5em;
}

.modaal-content-container .border-box {
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .modaal-content-container .border-box {
    text-align: left;
  }
  .modaal-content-container .m-btn-l {
    width: 100%;
  }
}

.modal-open {
  margin: 0.2rem;
  padding: 0.9rem;
  background: #456f56;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 230px;
  text-align: center;
  transition: 0.2s ease-in all;
}
@media (min-width: 769px) {
  .modal-open {
    margin: 0;
  }
}
.modal-open:hover {
  background: #000;
}
.modal-open i {
  transform: rotate(15deg);
}

@media (min-width: 769px) {
  .menu-box h3 u {
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: middle;
  }
}
.menu-box h3 u {
  text-decoration: none;
}

.blc-yoko {
  writing-mode: horizontal-tb;
  font-size: 0.7rem;
}
.blc-yoko p {
  margin-top: 0.5rem;
}

/* graph API */
#sec-instagram {
  overflow: hidden;
  position: relative;
  padding: 60px 0 0 0;
}
#sec-instagram .title {
  position: absolute;
  top: 5%;
  left: 17%;
  z-index: 3;
  overflow: visible;
  writing-mode: tb-rl;
}
#sec-instagram h2 {
  letter-spacing: 0.1em;
  position: relative;
  /* margin: 130px 0 0 0; */
  font-size: 4rem;
}
#sec-instagram h2:before {
  content: "";
  position: absolute;
  bottom: -17vh;
  left: 3vw;
  display: inline-block;
  width: 1px;
  height: 15vh;
  background-color: black;
}

#instafeed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#instafeed div {
  width: calc(100% / 5 - 1px);
  line-height: 1;
}

.cover {
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
  #instafeed div {
    width: calc(100% / 3 - 1px);
  }

  #instafeed div:last-of-type {
    display: none;
  }
}
.cover:hover {
  opacity: 0.7;
}
.cpt {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  opacity: 0;
  transition: 0.2s ease-in all;
  text-indent: 1rem;
}
.cpt:hover {
  opacity: 1;
}

.box-insta {
  float: right;
  width: 100%;
  max-width: 80%;
  padding: 50px 30px 50px 100px;
  background: #efe8c6;
  text-align: center;
}

.box-insta .btnarrow5 {
  margin-top: 1rem;
  min-width: 200px;
}

.box-insta-inner {
  background: #fff;
  padding: 20px;
}

.instashow-gallery .instashow-gallery-media-cover {
  background: rgba(0, 0, 0, 0.7) !important;
}
.instashow-gallery .instashow-gallery-control-arrow::after,
.instashow-gallery .instashow-gallery-control-arrow::before {
  background: #ce0f69 !important;
}

@media (max-width: 950px) {
  #sec-instagram h2 {
    margin: 0;
  }
  .box-insta {
    max-width: 90%;
    padding: 50px 30px;
  }
}

@media (orientation: landscape) and (max-width: 950px) {
  #sec-instagram .title {
    left: 1%;
  }
  #sec-instagram h2 {
    font-size: 3rem;
  }
  #sec-instagram h2:before {
    left: 4vw;
  }
}

@media (max-width: 780px) {
  #sec-instagram .title {
    left: 4%;
  }
  #sec-instagram h2 {
    font-size: 3rem;
  }
  #sec-instagram h2:before {
    left: 5vw;
  }
  .box-insta {
    max-width: 87%;
  }
}

@media (max-width: 580px) {
  #sec-instagram .title {
    top: 2%;
    left: auto;
    right: 5%;
    text-align: right;
    writing-mode: unset;
  }
  #sec-instagram h2 {
    font-size: 2rem;
  }
  #sec-instagram h2:before {
    bottom: 37%;
    left: -60px;
    display: inline-block;
    width: 45%;
    height: 1px;
    background-color: black;
  }

  .box-insta {
    max-width: 100%;
    padding: 50px 20px 20px 20px;
  }

  .box-insta-inner {
    padding: 10px;
  }
}

.limited {
  writing-mode: initial;
  height: auto;
  max-width: 700px;
  padding: 1.5rem;
}
.limited h3 {
  /* background: #af8629;
  color: #fff; */
  display: inline-block;
  margin: 0 0 10px 0 !important;
  /* padding: 0rem 0.5rem; */
  border-radius: 0.2rem;
}
.limited p {
  height: auto !important;
  margin-bottom: .5rem;
}
.limited b {
  font-size: 1.1rem;
}
.limited a {
  border-bottom: 1px solid;
}
@media (min-width:981px) {
  .limited p {
    max-width: 35vw;
  }
}

/* ==========================================================================
   Header_language_btn
========================================================================== */
.header_language_btn {
  position: fixed;
  z-index: 101;
  top: 70px;
  right: 5px;
}
.header_language_btn.pc {
  display: none;
}
.header_language_btn.is-translate {
  top: calc(70px + 39px);
}
.header_language_btn * {
  color: white;
}
.header_language_btn.color * {
  color: black;
}
.header_language_btn button {
    padding: 0;
    outline: none;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: all 0.3s;
  display: block;
  z-index: 2;
  position: relative;
  margin-left: auto;
}
.header_language_btn button:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
  margin-left: 6px;
}
.header_language_btn.color button:after {
  border-top: 6px solid black;
}
.header_language_btn .language_list {
  display: none;
  padding-top: 30px;
  margin-top: -10px;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: language-fadeIn;
  animation-name: language-fadeIn;
}

@keyframes language-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header_language_btn .language_list.is-show {
  display: block;
}
.header_language_btn .language_list a {
  text-align: right;
  display: block;
  font-size: 12px;
  transition: all 0.3s;
}
.header_language_btn .language_list a:hover {
  padding-right: 5px;
}
.header_language_btn .language_list li {
  margin-bottom: 13px;  
}

.header_language_btn.is-open button:after {
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .header_language_btn.sp {
    display: none !important;
  }
  .header_language_btn.pc {
    /*display: block;*/
  }
  .header_language_btn {
    top: 138px;
    right: 20px;
    position: absolute;
  }
  .header_language_btn.fixed {
    top: calc(117px);
    position: fixed;
  }
  .header_language_btn.is-translate {
    top: calc(138px + 39px);
  }
  .header_language_btn.is-translate.fixed {
    top: calc(117px + 39px);
  }
}

.seasonBanner {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
@media (max-width:640px){
  .seasonBanner {
    max-width: 90%;
  }
}



/*LANGUAGE HP*/
.hp_fix{
  margin-right: 20px;

}

.hp_fix button:after{
  /*margin-bottom: 5px;*/
}
.header_language_btn_2 {
  position: fixed;
  z-index: 101;
  /*top: 50px;
  right: 5px;*/
}
.header_language_btn_2.pc {
  display: none;
}
.header_language_btn_2.is-translate {
  top: calc(0px + 50px);
}
.header_language_btn_2 * {
  color: black;
}
.header_language_btn_2.color * {
  color: black;
}
.header_language_btn_2 button {
    padding: 0;
    outline: none;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: all 0.3s;
  display: block;
  z-index: 2;
  position: relative;
  margin-left: auto;
}
.header_language_btn_2 button:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid black;
  display: inline-block;
  margin-left: 6px;
}
.header_language_btn_2.color button:after {
  border-top: 6px solid black;
}
.header_language_btn_2 .language_list {
  display: none;
  padding-top: 0px;
  margin-top: 0px;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: language-fadeIn;
  animation-name: language-fadeIn;
}

@keyframes language-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header_language_btn_2 .language_list.is-show {
  display: block;
}
.header_language_btn_2 .language_list a {
  text-align: right;
  display: block;
  font-size: 12px;
  transition: all 0.3s;
}
.header_language_btn_2 .language_list a:hover {
  padding-right: 5px;
}
.header_language_btn_2 .language_list li {
  /*margin-bottom: 13px; */ 
}

.header_language_btn_2.is-open button:after {
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .header_language_btn_2.sp {
    display: none !important;
  }
  .header_language_btn_2.pc {
    display: block;
  }
  .header_language_btn_2 {
    /*top: 138px;
    right: 20px;
    position: absolute;*/
  }
  .header_language_btn_2.fixed {
    /*top: calc(117px);
    position: fixed;*/
  }
  .header_language_btn_2.is-translate {
    /*top: calc(138px + 39px);*/
  }
  .header_language_btn_2.is-translate.fixed {
    /*top: calc(117px + 39px);*/
  }
}

.hp_fixlangbtn1{
  margin-right:120px;
}

.iconContact_01{
  display: flex; justify-content: center; align-items: center;
}
.iconContact_01 span{
  padding-left: 5px;
  padding-right: 10px;
}

.logo_background{
  background-image: url('/images/bglogo_kanbesushi.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 500px 500px;
}