@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/* *********************************
 Setting
 ********************************* */
/* *************************************************
 Common - 共通 -
 ************************************************* */
html {
  font-size: 62.5%;
}

body {
  background-color: #111111;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  color: #fff;
  /* background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}

::-moz-selection {
  background: #2B2B64;
  color: #ffffff;
}

::selection {
  background: #2B2B64;
  color: #ffffff;
}

/* for Firefox */
::-moz-selection {
  background: #2B2B64;
  color: #ffffff;
}

.en {
  font-family: "Crimson Text", sans-serif;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

/* ****************
  responsive
 **************** */
.layout {
  width: 100%;
  padding: 0 1rem;
}

.layout_2 {
  max-width: 100%;
  padding: 0 1rem;
}

img {
  max-width: 100%;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .layout {
    max-width: 1350px;
    margin: auto;
  }

  .layout_2 {
    max-width: 950px;
    margin: auto;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
/* ****************
  header
 **************** */
#header {
  width: 100%;
  min-height: 60px;
  position: absolute;
  padding: 1.5rem 0;
  z-index: 1000;
  background: #fff;
}
#header a {
  color: #333;
}
#header .layout.row {
  padding: 0 2rem;
}
#header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo {
  opacity: 1;
  width: 23%;
  margin: 0;
}
#header ul.row {
  margin: 0;
  padding: 0;
}
#header .ham_box.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header i {
  font-size: 2.4rem;
}
#header li {
  list-style: none;
  margin-left: 2rem;
  font-size: 1.9rem;
}
#header #gnav a:hover {
  border-bottom: 3px solid #2B2B64;
}
#header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
#header.is-fixed .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* sp */
  #header .layout {
    padding: 0 2rem;
  }
  #header .row {
    display: block;
  }
  #header a {
    color: #111111;
  }
  #header .close {
    border: none;
    background: none;
  }
  #header ul.row {
    margin: 0;
    padding: 0;
  }
  #header ul.row li {
    margin-left: 0;
    padding: 0.5rem 1rem;
  }
  #header.is-fixed .logo {
    max-width: 100%;
  }
}
/* ****************
  footer
 **************** */
/* ****************
  content
 **************** */
/* *** flexbox *** */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row.flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* *** txt *** */
.f_bold {
  font-weight: bold;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_small {
  font-size: 1.2rem;
}

.small {
  font-size: 80%;
}

.txt_1-4rem {
  font-size: 1.4rem;
}

.txt_1-8rem {
  font-size: 1.8rem;
}

.w33per {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .ws100per {
    width: 100%;
  }
}
/* ****************
section
**************** */
.section {
  padding: 6rem 1.5rem;
}

.sec_ttl {
  font-size: 3.4rem;
  text-align: center;
  font-weight: normal;
  padding: 5rem 0 3rem;
  margin-bottom: 6rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.3rem;
}
.sec_ttl span {
  background-color: #111111;
  display: inline-block;
}
.sec_ttl:before {
  content: url("../images/icon_ttl.svg");
  display: block;
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.big_ttl {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: normal;
}

.big_ttl_2 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
}

.big_ttl_lead {
  font-size: 1.4rem;
}

.lead_txt {
  text-align: center;
}

@media screen and (min-width: 1350px) {
  /* PC */
  .section {
    padding: 6rem 0;
  }
}
/* メインコンテンツ */
#main {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

/* *************************************************
 contents
 ************************************************* */
.mb_0rem {
  margin-bottom: 0rem !important;
}

.mt_0rem {
  margin-top: 0rem !important;
}

.p_0rem {
  padding: 0rem !important;
}

.pt_0rem {
  padding-top: 0rem !important;
}

.pb_0rem {
  padding-bottom: 0rem !important;
}

.pl_0rem {
  padding-left: 0rem !important;
}

.pr_0rem {
  padding-right: 0rem !important;
}

.mb_1rem {
  margin-bottom: 1rem !important;
}

.mt_1rem {
  margin-top: 1rem !important;
}

.p_1rem {
  padding: 1rem !important;
}

.pt_1rem {
  padding-top: 1rem !important;
}

.pb_1rem {
  padding-bottom: 1rem !important;
}

.pl_1rem {
  padding-left: 1rem !important;
}

.pr_1rem {
  padding-right: 1rem !important;
}

.mb_2rem {
  margin-bottom: 2rem !important;
}

.mt_2rem {
  margin-top: 2rem !important;
}

.p_2rem {
  padding: 2rem !important;
}

.pt_2rem {
  padding-top: 2rem !important;
}

.pb_2rem {
  padding-bottom: 2rem !important;
}

.pl_2rem {
  padding-left: 2rem !important;
}

.pr_2rem {
  padding-right: 2rem !important;
}

.mb_3rem {
  margin-bottom: 3rem !important;
}

.mt_3rem {
  margin-top: 3rem !important;
}

.p_3rem {
  padding: 3rem !important;
}

.pt_3rem {
  padding-top: 3rem !important;
}

.pb_3rem {
  padding-bottom: 3rem !important;
}

.pl_3rem {
  padding-left: 3rem !important;
}

.pr_3rem {
  padding-right: 3rem !important;
}

.mb_4rem {
  margin-bottom: 4rem !important;
}

.mt_4rem {
  margin-top: 4rem !important;
}

.p_4rem {
  padding: 4rem !important;
}

.pt_4rem {
  padding-top: 4rem !important;
}

.pb_4rem {
  padding-bottom: 4rem !important;
}

.pl_4rem {
  padding-left: 4rem !important;
}

.pr_4rem {
  padding-right: 4rem !important;
}

.mb_5rem {
  margin-bottom: 5rem !important;
}

.mt_5rem {
  margin-top: 5rem !important;
}

.p_5rem {
  padding: 5rem !important;
}

.pt_5rem {
  padding-top: 5rem !important;
}

.pb_5rem {
  padding-bottom: 5rem !important;
}

.pl_5rem {
  padding-left: 5rem !important;
}

.pr_5rem {
  padding-right: 5rem !important;
}

.mb_6rem {
  margin-bottom: 6rem !important;
}

.mt_6rem {
  margin-top: 6rem !important;
}

.p_6rem {
  padding: 6rem !important;
}

.pt_6rem {
  padding-top: 6rem !important;
}

.pb_6rem {
  padding-bottom: 6rem !important;
}

.pl_6rem {
  padding-left: 6rem !important;
}

.pr_6rem {
  padding-right: 6rem !important;
}

.mb_7rem {
  margin-bottom: 7rem !important;
}

.mt_7rem {
  margin-top: 7rem !important;
}

.p_7rem {
  padding: 7rem !important;
}

.pt_7rem {
  padding-top: 7rem !important;
}

.pb_7rem {
  padding-bottom: 7rem !important;
}

.pl_7rem {
  padding-left: 7rem !important;
}

.pr_7rem {
  padding-right: 7rem !important;
}

.mb_8rem {
  margin-bottom: 8rem !important;
}

.mt_8rem {
  margin-top: 8rem !important;
}

.p_8rem {
  padding: 8rem !important;
}

.pt_8rem {
  padding-top: 8rem !important;
}

.pb_8rem {
  padding-bottom: 8rem !important;
}

.pl_8rem {
  padding-left: 8rem !important;
}

.pr_8rem {
  padding-right: 8rem !important;
}

.mb_9rem {
  margin-bottom: 9rem !important;
}

.mt_9rem {
  margin-top: 9rem !important;
}

.p_9rem {
  padding: 9rem !important;
}

.pt_9rem {
  padding-top: 9rem !important;
}

.pb_9rem {
  padding-bottom: 9rem !important;
}

.pl_9rem {
  padding-left: 9rem !important;
}

.pr_9rem {
  padding-right: 9rem !important;
}

.mb_10rem {
  margin-bottom: 10rem !important;
}

.mt_10rem {
  margin-top: 10rem !important;
}

.p_10rem {
  padding: 10rem !important;
}

.pt_10rem {
  padding-top: 10rem !important;
}

.pb_10rem {
  padding-bottom: 10rem !important;
}

.pl_10rem {
  padding-left: 10rem !important;
}

.pr_10rem {
  padding-right: 10rem !important;
}

.mb_3-5rem {
  margin-bottom: 3.5rem !important;
}

@media screen and (max-width: 768px) {
  .ps_0 {
    padding: 0 !important;
  }

  .msb_0-5rem {
    margin-bottom: 0.5rem;
  }

  .msb_1-5rem {
    margin-bottom: 1.5rem !important;
  }

  .msb_0rem {
    margin-bottom: 0rem !important;
  }

  .mst_0rem {
    margin-top: 0rem !important;
  }

  .ps_0rem {
    padding: 0rem !important;
  }

  .pst_0rem {
    padding-top: 0rem !important;
  }

  .psb_0rem {
    padding-bottom: 0rem !important;
  }

  .psl_0rem {
    padding-left: 0rem !important;
  }

  .psr_0rem {
    padding-right: 0rem !important;
  }

  .msb_1rem {
    margin-bottom: 1rem !important;
  }

  .mst_1rem {
    margin-top: 1rem !important;
  }

  .ps_1rem {
    padding: 1rem !important;
  }

  .pst_1rem {
    padding-top: 1rem !important;
  }

  .psb_1rem {
    padding-bottom: 1rem !important;
  }

  .psl_1rem {
    padding-left: 1rem !important;
  }

  .psr_1rem {
    padding-right: 1rem !important;
  }

  .msb_2rem {
    margin-bottom: 2rem !important;
  }

  .mst_2rem {
    margin-top: 2rem !important;
  }

  .ps_2rem {
    padding: 2rem !important;
  }

  .pst_2rem {
    padding-top: 2rem !important;
  }

  .psb_2rem {
    padding-bottom: 2rem !important;
  }

  .psl_2rem {
    padding-left: 2rem !important;
  }

  .psr_2rem {
    padding-right: 2rem !important;
  }

  .msb_3rem {
    margin-bottom: 3rem !important;
  }

  .mst_3rem {
    margin-top: 3rem !important;
  }

  .ps_3rem {
    padding: 3rem !important;
  }

  .pst_3rem {
    padding-top: 3rem !important;
  }

  .psb_3rem {
    padding-bottom: 3rem !important;
  }

  .psl_3rem {
    padding-left: 3rem !important;
  }

  .psr_3rem {
    padding-right: 3rem !important;
  }

  .msb_4rem {
    margin-bottom: 4rem !important;
  }

  .mst_4rem {
    margin-top: 4rem !important;
  }

  .ps_4rem {
    padding: 4rem !important;
  }

  .pst_4rem {
    padding-top: 4rem !important;
  }

  .psb_4rem {
    padding-bottom: 4rem !important;
  }

  .psl_4rem {
    padding-left: 4rem !important;
  }

  .psr_4rem {
    padding-right: 4rem !important;
  }

  .msb_5rem {
    margin-bottom: 5rem !important;
  }

  .mst_5rem {
    margin-top: 5rem !important;
  }

  .ps_5rem {
    padding: 5rem !important;
  }

  .pst_5rem {
    padding-top: 5rem !important;
  }

  .psb_5rem {
    padding-bottom: 5rem !important;
  }

  .psl_5rem {
    padding-left: 5rem !important;
  }

  .psr_5rem {
    padding-right: 5rem !important;
  }

  .msb_6rem {
    margin-bottom: 6rem !important;
  }

  .mst_6rem {
    margin-top: 6rem !important;
  }

  .ps_6rem {
    padding: 6rem !important;
  }

  .pst_6rem {
    padding-top: 6rem !important;
  }

  .psb_6rem {
    padding-bottom: 6rem !important;
  }

  .psl_6rem {
    padding-left: 6rem !important;
  }

  .psr_6rem {
    padding-right: 6rem !important;
  }

  .msb_7rem {
    margin-bottom: 7rem !important;
  }

  .mst_7rem {
    margin-top: 7rem !important;
  }

  .ps_7rem {
    padding: 7rem !important;
  }

  .pst_7rem {
    padding-top: 7rem !important;
  }

  .psb_7rem {
    padding-bottom: 7rem !important;
  }

  .psl_7rem {
    padding-left: 7rem !important;
  }

  .psr_7rem {
    padding-right: 7rem !important;
  }

  .msb_8rem {
    margin-bottom: 8rem !important;
  }

  .mst_8rem {
    margin-top: 8rem !important;
  }

  .ps_8rem {
    padding: 8rem !important;
  }

  .pst_8rem {
    padding-top: 8rem !important;
  }

  .psb_8rem {
    padding-bottom: 8rem !important;
  }

  .psl_8rem {
    padding-left: 8rem !important;
  }

  .psr_8rem {
    padding-right: 8rem !important;
  }

  .msb_9rem {
    margin-bottom: 9rem !important;
  }

  .mst_9rem {
    margin-top: 9rem !important;
  }

  .ps_9rem {
    padding: 9rem !important;
  }

  .pst_9rem {
    padding-top: 9rem !important;
  }

  .psb_9rem {
    padding-bottom: 9rem !important;
  }

  .psl_9rem {
    padding-left: 9rem !important;
  }

  .psr_9rem {
    padding-right: 9rem !important;
  }

  .msb_10rem {
    margin-bottom: 10rem !important;
  }

  .mst_10rem {
    margin-top: 10rem !important;
  }

  .ps_10rem {
    padding: 10rem !important;
  }

  .pst_10rem {
    padding-top: 10rem !important;
  }

  .psb_10rem {
    padding-bottom: 10rem !important;
  }

  .psl_10rem {
    padding-left: 10rem !important;
  }

  .psr_10rem {
    padding-right: 10rem !important;
  }
}
.mb_2-5rem {
  margin-bottom: 2.5rem !important;
}

/*メニュー部分*/
.scrollnone {
  overflow-y: hidden;
}

/* ***** main_v ***** */
#main_v {
  height: 100vh;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#main_v:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
#main_v ul {
  list-style: none;
  padding: 0;
}
#main_v ul li {
  height: calc(100vh + 100px);
}
#main_v ul .main_1 {
  background: url("../images/main/main_1.jpg");
  background-size: cover;
  height: 100vh;
}
#main_v ul .main_2 {
  background: url("../images/main/main_2.jpg");
  background-size: cover;
  height: 100vh;
}
#main_v ul .main_3 {
  background: url("../images/main/main_3.jpg");
  background-size: cover;
  height: 100vh;
}
#main_v ul .main_4 {
  background: url("../images/main/main_4.jpg");
  background-size: cover;
  height: 100vh;
}
#main_v ul .main_5 {
  background: url("../images/main/main_5.jpg");
  background-size: cover;
  height: 100vh;
}
#main_v ul .main_6 {
  background: url("../images/main/main_6.jpg");
  background-size: cover;
  height: 100vh;
}
#main_v ul .main_7 {
  background: url("../images/main/main_7.jpg");
  background-size: cover;
  height: 100vh;
}
#main_v h1 {
  z-index: 2;
}
#main_v h1 img {
  position: absolute;
  max-width: 60%;
  width: 350px;
  top: 50px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
#main_v .txt_scroll {
  z-index: 1;
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation: bound 0.5s ease infinite alternate;
          animation: bound 0.5s ease infinite alternate;
}

#concept {
  position: relative;
  z-index: 1;
  background-image: url("../images/bg_concept.jpg");
  background-position: top center;
  padding: 12rem 0 25rem;
}
#concept .concept_lead {
  margin-bottom: 7rem;
  font-size: 2.6rem;
}
#concept .concept_lead img {
  margin-top: 2rem;
  width: 280px;
  max-width: 55%;
}
#concept .concept_txt {
  line-height: 2;
  font-size: 2rem;
}
#concept .concept_txt p {
  padding-bottom: 2rem;
}
#concept .concept_txt p .underline {
  position: relative;
  font-weight: bold;
}
#concept .concept_txt p .underline:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media screen and (max-width: 768px) {
  #main_v {
    height: 100vh;
  }
  #main_v ul li {
    height: 100vh;
  }
  #main_v ul .main_1 {
    background: url("../images/main/main_1_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  #main_v ul .main_2 {
    background: url("../images/main/main_2_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  #main_v ul .main_3 {
    background: url("../images/main/main_3_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  #main_v ul .main_4 {
    background: url("../images/main/main_4_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  #main_v ul .main_5 {
    background: url("../images/main/main_5_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  #main_v ul .main_6 {
    background: url("../images/main/main_6_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  #main_v ul .main_7 {
    background: url("../images/main/main_7_sp.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  #main_v .txt_scroll {
    bottom: 50px;
  }
  #main_v h1 img {
    max-width: 55%;
  }
}
@media screen and (max-width: 768px) {
  /* sp */
  #concept {
    padding: 6rem 1.5rem 20rem;
  }
  #concept .concept_txt {
    font-size: 1.6rem;
    padding: 0 1.5rem;
    text-align: left;
  }
  #concept .concept_txt p .underline {
    text-decoration: underline;
  }
  #concept .concept_txt p .underline:after {
    display: none;
  }
}
#menu,
#bbqmenu,
#takeoutmenu {
  padding-top: 12rem;
}
#menu .slider_wrap,
#bbqmenu .slider_wrap,
#takeoutmenu .slider_wrap {
  position: relative;
  padding: 3rem 0;
}
#menu .txt_right img,
#bbqmenu .txt_right img,
#takeoutmenu .txt_right img {
  display: inline-block;
}
#menu .slider_txt_box,
#bbqmenu .slider_txt_box,
#takeoutmenu .slider_txt_box {
  position: absolute;
  right: 0;
  top: 6rem;
  width: 75%;
  background: rgba(52, 52, 52, 0.9);
  padding: 6rem;
  min-height: calc(100% - 6rem);
}
#menu .slider_txt_box._leftbox,
#bbqmenu .slider_txt_box._leftbox,
#takeoutmenu .slider_txt_box._leftbox {
  left: 0;
}
#menu .slider_txt_box .eng,
#bbqmenu .slider_txt_box .eng,
#takeoutmenu .slider_txt_box .eng {
  font-size: 0.8em;
  display: inline-block;
  width: 100%;
  text-indent: initial;
}
#menu .slider_txt_box .category_box,
#bbqmenu .slider_txt_box .category_box,
#takeoutmenu .slider_txt_box .category_box {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
#menu .slider_txt_box .category_box .category_ttl,
#bbqmenu .slider_txt_box .category_box .category_ttl,
#takeoutmenu .slider_txt_box .category_box .category_ttl {
  font-size: 2.6rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
}
#menu .slider_txt_box .category_box > dd,
#bbqmenu .slider_txt_box .category_box > dd,
#takeoutmenu .slider_txt_box .category_box > dd {
  padding-left: 1em;
  text-indent: -1em;
}
#menu .slider_txt_box .category_box.indent_none > dd,
#bbqmenu .slider_txt_box .category_box.indent_none > dd,
#takeoutmenu .slider_txt_box .category_box.indent_none > dd {
  text-indent: 0;
  font-weight: bold;
}
#menu .slider_txt_box .category_box.indent_none > dd:before,
#bbqmenu .slider_txt_box .category_box.indent_none > dd:before,
#takeoutmenu .slider_txt_box .category_box.indent_none > dd:before {
  content: "◆";
  font-size: 0.5em;
  padding-right: 0.4rem;
}
#menu .slider_txt_box .category_box .course_main_ttl,
#bbqmenu .slider_txt_box .category_box .course_main_ttl,
#takeoutmenu .slider_txt_box .category_box .course_main_ttl {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
#menu .slider_txt_box .category_box dd,
#bbqmenu .slider_txt_box .category_box dd,
#takeoutmenu .slider_txt_box .category_box dd {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
#menu .slider_txt_box .category_box dd.no_list:before,
#bbqmenu .slider_txt_box .category_box dd.no_list:before,
#takeoutmenu .slider_txt_box .category_box dd.no_list:before {
  content: "";
}
#menu .slider_txt_box .category_box dd:before,
#bbqmenu .slider_txt_box .category_box dd:before,
#takeoutmenu .slider_txt_box .category_box dd:before {
  content: "・";
}
#menu .slider_txt_box .category_box dd dl,
#bbqmenu .slider_txt_box .category_box dd dl,
#takeoutmenu .slider_txt_box .category_box dd dl {
  padding: 0.3rem 1.4rem 0;
  margin: 0;
}
#menu .slider_txt_box .category_box dd dd,
#bbqmenu .slider_txt_box .category_box dd dd,
#takeoutmenu .slider_txt_box .category_box dd dd {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: normal;
}
#menu .slider_txt_box .category_box.line_2 dd,
#menu .slider_txt_box .category_box dd .line_2 dd,
#bbqmenu .slider_txt_box .category_box.line_2 dd,
#bbqmenu .slider_txt_box .category_box dd .line_2 dd,
#takeoutmenu .slider_txt_box .category_box.line_2 dd,
#takeoutmenu .slider_txt_box .category_box dd .line_2 dd {
  width: 49%;
}
#menu .slider_txt_box .category_box.line_2 dd.w100,
#menu .slider_txt_box .category_box dd .line_2 dd.w100,
#bbqmenu .slider_txt_box .category_box.line_2 dd.w100,
#bbqmenu .slider_txt_box .category_box dd .line_2 dd.w100,
#takeoutmenu .slider_txt_box .category_box.line_2 dd.w100,
#takeoutmenu .slider_txt_box .category_box dd .line_2 dd.w100 {
  width: 100%;
}
#menu .slider_txt_box .category_box.line_3 dd,
#menu .slider_txt_box .category_box dd .line_3 dd,
#bbqmenu .slider_txt_box .category_box.line_3 dd,
#bbqmenu .slider_txt_box .category_box dd .line_3 dd,
#takeoutmenu .slider_txt_box .category_box.line_3 dd,
#takeoutmenu .slider_txt_box .category_box dd .line_3 dd {
  width: 32%;
}
#menu .slider_txt_box .category_box.line_3 dd.w100,
#menu .slider_txt_box .category_box dd .line_3 dd.w100,
#bbqmenu .slider_txt_box .category_box.line_3 dd.w100,
#bbqmenu .slider_txt_box .category_box dd .line_3 dd.w100,
#takeoutmenu .slider_txt_box .category_box.line_3 dd.w100,
#takeoutmenu .slider_txt_box .category_box dd .line_3 dd.w100 {
  width: 100%;
}

#menu .menu_thumb-item-nav,
#bbqmenu .menu_thumb-item-nav,
#takeoutmenu .menu_thumb-item-nav {
  font-size: 1.6rem;
  line-height: 1.3;
}
#menu .menu_thumb-item-nav .slick-track,
#bbqmenu .menu_thumb-item-nav .slick-track,
#takeoutmenu .menu_thumb-item-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .menu_thumb-item-nav .slick-slide,
#bbqmenu .menu_thumb-item-nav .slick-slide,
#takeoutmenu .menu_thumb-item-nav .slick-slide {
  opacity: 0.6;
}
#menu .menu_thumb-item-nav .slick-slide li,
#bbqmenu .menu_thumb-item-nav .slick-slide li,
#takeoutmenu .menu_thumb-item-nav .slick-slide li {
  padding-bottom: 3.5rem;
}
#menu .menu_thumb-item-nav .slick-slide span,
#bbqmenu .menu_thumb-item-nav .slick-slide span,
#takeoutmenu .menu_thumb-item-nav .slick-slide span {
  display: block;
  font-size: 2.6rem;
}
#menu .menu_thumb-item-nav .slick-slide.slick-current,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current {
  font-size: 2rem;
  opacity: 1;
}
#menu .menu_thumb-item-nav .slick-slide.slick-current li,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current li,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current li {
  position: relative;
}
#menu .menu_thumb-item-nav .slick-slide.slick-current li::after,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current li::after,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current li::after {
  content: "";
  background: url(../images/balloon.svg) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#menu .menu_thumb-item-nav .slick-slide.slick-current li.long::after,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current li.long::after,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current li.long::after {
  content: "";
  background: url(../images/balloon_long.svg) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 40px;
}
#menu .menu_thumb-item-nav .slick-slide.slick-current span,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current span,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current span {
  font-size: 3rem;
}

#bbqmenu .slider_txt_box {
  position: absolute;
  left: 0;
  top: 6rem;
  width: 60%;
  background: rgba(52, 52, 52, 0.9);
  padding: 6rem;
  min-height: calc(100% - 6rem);
}
#bbqmenu .slider_txt_box li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}
#bbqmenu .slider_txt_box li:before {
  content: "・";
}
#bbqmenu .bbq_thumb-item-nav {
  font-size: 1.6rem;
  line-height: 1.3;
}
#bbqmenu .bbq_thumb-item-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide {
  opacity: 0.6;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide li {
  padding-bottom: 3.5rem;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide span {
  display: block;
  font-size: 2rem;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide.slick-current {
  font-size: 2rem;
  opacity: 1;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide.slick-current li {
  position: relative;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide.slick-current li::after {
  content: "";
  background: url(../images/balloon.svg) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide.slick-current li.long::after {
  content: "";
  background: url(../images/balloon_long.svg) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 40px;
}
#bbqmenu .bbq_thumb-item-nav .slick-slide.slick-current span {
  font-size: 2.3rem;
}

#plan_course .ttl_lead {
  margin-bottom: 2rem;
}
#plan_course .slider_wrap {
  position: relative;
  padding: 3rem 0;
}
#plan_course .slider_wrap img {
  display: inline-block;
}
#plan_course .slider_txt_box {
  position: absolute;
  left: 0;
  top: 6rem;
  width: 60%;
  background: rgba(52, 52, 52, 0.9);
  padding: 6rem;
  min-height: calc(100% - 6rem);
}
#plan_course .slider_txt_box li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}
#plan_course .slider_txt_box li:before {
  content: "・";
}
#plan_course .slider_txt_box .category_ttl {
  font-size: 2.6rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
#plan_course .yen {
  padding-left: 1rem;
  font-size: 2rem;
}
#plan_course .plan_thumb-item-nav {
  font-size: 1.6rem;
  line-height: 1.3;
}
#plan_course .plan_thumb-item-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plan_course .plan_thumb-item-nav .slick-slide {
  opacity: 0.6;
}
#plan_course .plan_thumb-item-nav .slick-slide li {
  padding-bottom: 3.5rem;
}
#plan_course .plan_thumb-item-nav .slick-slide span {
  display: block;
  font-size: 2.6rem;
}
#plan_course .plan_thumb-item-nav .slick-slide.slick-current {
  font-size: 2rem;
  opacity: 1;
}
#plan_course .plan_thumb-item-nav .slick-slide.slick-current li {
  position: relative;
}
#plan_course .plan_thumb-item-nav .slick-slide.slick-current li::after {
  content: "";
  background: url(../images/balloon.svg) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#plan_course .plan_thumb-item-nav .slick-slide.slick-current li.long::after {
  content: "";
  background: url(../images/balloon_long.svg) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: 40px;
}
#plan_course .plan_thumb-item-nav .slick-slide.slick-current span {
  font-size: 3rem;
}
#plan_course #restaurant {
  padding: 4rem 2rem;
  margin-top: 4rem;
  position: relative;
  background: rgba(52, 52, 52, 0.9);
}
#plan_course #restaurant #restaurant_box {
  max-width: 950px;
  margin: auto;
}
#plan_course #restaurant .icon_list {
  list-style: none;
  line-height: 1;
}
#plan_course #restaurant .icon_list li {
  border: 1px solid #fff;
  padding: 1rem;
  font-size: 1.4rem;
  width: 90px;
  height: 90px;
  text-align: center;
  margin-right: 1rem;
}
#plan_course #restaurant .icon_list li img {
  display: block;
  margin: auto;
}
#plan_course #restaurant .restaurant_ab {
  position: absolute;
  top: 8rem;
}
#plan_course #restaurant .restaurant_map_box {
  position: relative;
  margin: auto;
}
#plan_course #restaurant .restaurant_map_box img {
  margin: auto;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img img {
  width: 54px;
  height: 54px;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img a {
  position: absolute;
  bottom: 0;
  display: block;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img .map_1 {
  left: 4%;
  bottom: 38%;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img .map_2 {
  left: 30%;
  margin: auto;
  bottom: 30%;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img .map_3 {
  left: 48%;
  margin: auto;
  bottom: 28%;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img .map_4 {
  left: 50%;
  margin: auto;
  bottom: 48%;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img .map_5 {
  right: 5%;
  top: 19%;
  bottom: auto;
}
#plan_course #restaurant .restaurant_map_box .restaurant_img .map_6 {
  right: 10%;
  margin: auto;
  bottom: 25%;
}

@media screen and (max-width: 1350px) {
  #menu .slider_txt_box,
#bbqmenu .slider_txt_box,
#takeoutmenu .slider_txt_box {
    width: 80%;
  }

  #plan_course .slider_txt_box {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #menu .slider_wrap,
#bbqmenu .slider_wrap,
#takeoutmenu .slider_wrap {
    padding: 0;
    margin-top: 2rem;
  }
  #menu .big_ttl,
#bbqmenu .big_ttl,
#takeoutmenu .big_ttl {
    font-size: 3rem;
  }
  #menu .slider_txt_box,
#bbqmenu .slider_txt_box,
#takeoutmenu .slider_txt_box {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding: 2rem;
  }
  #menu .slider_txt_box .category_box.line_2 dd, #menu .slider_txt_box .category_box.line_3 dd,
#menu .slider_txt_box .category_box dd .line_2 dd,
#menu .slider_txt_box .category_box dd .line_3 dd,
#bbqmenu .slider_txt_box .category_box.line_2 dd,
#bbqmenu .slider_txt_box .category_box.line_3 dd,
#bbqmenu .slider_txt_box .category_box dd .line_2 dd,
#bbqmenu .slider_txt_box .category_box dd .line_3 dd,
#takeoutmenu .slider_txt_box .category_box.line_2 dd,
#takeoutmenu .slider_txt_box .category_box.line_3 dd,
#takeoutmenu .slider_txt_box .category_box dd .line_2 dd,
#takeoutmenu .slider_txt_box .category_box dd .line_3 dd {
    width: 100%;
  }
  #menu .slider_txt_box .category_box .category_ttl,
#bbqmenu .slider_txt_box .category_box .category_ttl,
#takeoutmenu .slider_txt_box .category_box .category_ttl {
    font-size: 2.4rem;
  }
  #menu .menu_thumb-item-nav,
#bbqmenu .menu_thumb-item-nav,
#takeoutmenu .menu_thumb-item-nav {
    font-size: 1.2rem;
  }
  #menu .menu_thumb-item-nav .slick-track,
#bbqmenu .menu_thumb-item-nav .slick-track,
#takeoutmenu .menu_thumb-item-nav .slick-track {
    width: 100% !important;
  }
  #menu .menu_thumb-item-nav .slick-slide,
#bbqmenu .menu_thumb-item-nav .slick-slide,
#takeoutmenu .menu_thumb-item-nav .slick-slide {
    width: 33.3333333333% !important;
  }
  #menu .menu_thumb-item-nav .slick-slide li,
#bbqmenu .menu_thumb-item-nav .slick-slide li,
#takeoutmenu .menu_thumb-item-nav .slick-slide li {
    padding-bottom: 2.5rem;
  }
  #menu .menu_thumb-item-nav .slick-slide span,
#bbqmenu .menu_thumb-item-nav .slick-slide span,
#takeoutmenu .menu_thumb-item-nav .slick-slide span {
    font-size: 1.6rem;
  }
  #menu .menu_thumb-item-nav .slick-slide.slick-current,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current {
    font-size: 1.2rem;
    opacity: 1;
  }
  #menu .menu_thumb-item-nav .slick-slide.slick-current li::after,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current li::after,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current li::after {
    content: "";
    background: url(../images/balloon_sp.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 40px;
  }
  #menu .menu_thumb-item-nav .slick-slide.slick-current li.long::after,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current li.long::after,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current li.long::after {
    content: "";
    background: url(../images/balloon_long_sp.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 40px;
  }
  #menu .menu_thumb-item-nav .slick-slide.slick-current span,
#bbqmenu .menu_thumb-item-nav .slick-slide.slick-current span,
#takeoutmenu .menu_thumb-item-nav .slick-slide.slick-current span {
    font-size: 2rem;
  }

  #plan_course .slider_wrap {
    padding: 0;
    margin-top: 2rem;
  }
  #plan_course .slider_txt_box {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding: 2rem;
  }
  #plan_course .plan_thumb-item-nav {
    font-size: 1rem;
  }
  #plan_course .plan_thumb-item-nav .slick-track {
    width: 100% !important;
  }
  #plan_course .plan_thumb-item-nav .slick-slide {
    width: 33.3333333333% !important;
  }
  #plan_course .plan_thumb-item-nav .slick-slide li {
    padding-bottom: 2.5rem;
  }
  #plan_course .plan_thumb-item-nav .slick-slide span {
    font-size: 1.6rem;
  }
  #plan_course .plan_thumb-item-nav .slick-slide.slick-current {
    font-size: 1.2rem;
    opacity: 1;
  }
  #plan_course .plan_thumb-item-nav .slick-slide.slick-current li::after {
    content: "";
    background: url(../images/balloon_sp.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 40px;
  }
  #plan_course .plan_thumb-item-nav .slick-slide.slick-current li.long::after {
    content: "";
    background: url(../images/balloon_long_sp.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 40px;
  }
  #plan_course .plan_thumb-item-nav .slick-slide.slick-current span {
    font-size: 2rem;
  }
  #plan_course #restaurant .restaurant_map_box {
    position: relative;
    margin: auto;
  }
  #plan_course #restaurant .restaurant_map_box img {
    margin: auto;
  }
  #plan_course #restaurant .restaurant_map_box .restaurant_img img {
    width: 40px;
  }
  #plan_course #restaurant .icon_list {
    width: calc(160px + 2rem);
  }
  #plan_course #restaurant .icon_list li {
    width: 80px;
    height: auto;
    margin-bottom: 1rem;
  }
  #plan_course #restaurant .icon_list li img {
    width: 80%;
  }
}
@media screen and (max-width: 950px) {
  #plan_course #restaurant .restaurant_ab {
    position: relative;
    top: auto;
  }
  #plan_course #restaurant .restaurant_map_box {
    position: relative;
    margin: auto;
  }
  #plan_course #restaurant .restaurant_map_box img {
    margin: auto;
  }
  #plan_course #restaurant .restaurant_map_box .restaurant_img a {
    position: absolute;
    bottom: 0;
    display: block;
  }
  #plan_course #restaurant .restaurant_map_box .restaurant_img .map_1 {
    left: 20%;
    bottom: 28%;
  }
  #plan_course #restaurant .restaurant_map_box .restaurant_img .map_2 {
    left: 53%;
    margin: auto;
    bottom: 25%;
  }
  #plan_course #restaurant .restaurant_map_box .restaurant_img .map_3 {
    right: 15%;
    top: 15%;
    bottom: auto;
  }
  #plan_course #restaurant .restaurant_map_box .restaurant_img .map_4 {
    left: 62%;
    margin: auto;
    bottom: 40%;
  }
}
#gallery {
  font-size: 1.4rem;
  overflow: hidden;
}
#gallery .list {
  display: none;
}
#gallery .box .img_1 {
  width: 100%;
}
#gallery .box .img_1 img {
  transition: all 1s;
  -webkit-transition: all 1s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#gallery .box .img_1 img.move {
  transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
#gallery .box .img_2 {
  width: 50%;
}
#gallery .box .img_2 img.move {
  transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
#gallery .box .img_3 {
  width: 50%;
}
#gallery .box img {
  text-align: right;
  width: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .box img.move {
  transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #gallery {
    font-size: 1.3rem;
  }
  #gallery .box .img_1 {
    width: 100%;
  }
  #gallery .box .img_1 img {
    transition: all 1s;
    -webkit-transition: all 1s;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  #gallery .box .img_1 img.move {
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  #gallery .box .img_1 {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  #gallery .box .img_2 {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #gallery .box .img_2 img.move {
    transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    opacity: 0;
  }
  #gallery .box .img_3 {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#access {
  font-size: 1.4rem;
  overflow: hidden;
  padding-bottom: 0;
}
#access .shop_txt {
  margin-top: 4rem;
}
#access .shop_txt h3 {
  font-size: 2.8rem;
}
#access .address_txt {
  width: 50%;
  padding-right: 5rem;
}
#access .address_txt h3 {
  margin-bottom: 3rem;
}
#access .address_txt .txt_1-8rem {
  margin-bottom: 0.5rem;
}
#access .traffic_txt {
  width: 50%;
  padding-left: 5rem;
  border-left: 1px solid #fff;
}
#access .traffic_txt p:last-child {
  margin-bottom: 0;
}
#access .gMap {
  margin-top: 4rem;
  height: 50vh;
}

@media screen and (max-width: 768px) {
  #access {
    font-size: 1.3rem;
  }
  #access .shop_txt.row {
    display: block;
    padding: 0 2rem;
    margin-top: 2.5rem;
  }
  #access .shop_txt.row .address_txt,
#access .shop_txt.row .traffic_txt,
#access .shop_txt.row h3 {
    width: 100%;
    padding: 0;
    border: none;
  }
  #access .shop_txt.row .address_txt {
    margin-bottom: 3rem;
  }
  #access .shop_txt.row .address_txt img {
    width: 100px;
  }
  #access .gMap {
    margin-top: 3rem;
    height: 40vh;
  }
}
#contact {
  padding-bottom: 10rem;
}
#contact address {
  margin-bottom: 3rem;
}
#contact .address_mail {
  font-size: 3.6rem;
}
#contact .address_mail img {
  padding-right: 2rem;
  vertical-align: baseline;
}
#contact .call {
  font-size: 9.5rem;
  line-height: 1;
  margin-bottom: 4rem;
}
#contact .address_dial {
  font-size: 1.8rem;
}
#contact .time {
  font-size: 1.4rem;
}

#footer .foot_sns.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 5rem 0;
  border-top: 1px solid #fff;
}
#footer .foot_sns.row li {
  width: 20%;
  font-size: 1.8rem;
  word-break: break-word;
}
#footer .foot_sns.row li i {
  font-size: 2rem;
  vertical-align: baseline;
  margin-right: 1rem;
}
#footer .copyright {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 2rem 0;
  font-size: 1rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* sp */
  #contact .call {
    font-size: 11vw;
  }
  #contact .address_dial {
    font-size: 1.6rem;
  }
  #contact .address_mail {
    font-size: 5.5vw;
  }
  #contact .address_mail img {
    padding-right: 1rem;
  }
  #contact .time {
    font-size: 1.2rem;
  }
  #footer .foot_sns.row li {
    width: 40%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #header .ham {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(22, 22, 22, 0.9);
    left: 0;
  }
  #header .ham .ham_box {
    display: block;
    width: 90%;
    height: 50rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #header .ham .ham_box li {
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }
  #header .ham .ham_box li:last-child {
    border: none;
  }
  #header .ham .ham_box li a {
    display: block;
    color: #fff;
    font-weight: normal;
  }

  /*開閉ボタン*/
  .is-fixed #nav_toggle span {
    background: #333;
  }

  #nav_toggle {
    display: block;
    width: 25px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #333;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0;
  }
  #nav_toggle span:nth-child(2) {
    top: 7px;
  }
  #nav_toggle span:nth-child(3) {
    top: 14px;
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span {
    background: #fff;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (min-width: 769px) {
  #header .ham {
    display: block !important;
  }
}
/* ***  *** */
#faq_page {
  padding-top: 16rem;
}
@media screen and (max-width: 769px) {
  #faq_page {
    padding-top: 10rem;
  }
}
#faq_page .sec_ttl {
  margin-bottom: 0;
}

.faq_txt dt {
  position: relative;
  padding-left: 3.5rem;
  padding-bottom: 1rem;
  font-weight: normal;
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .faq_txt dt {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.faq_txt dt::before {
  content: "Q";
  font-weight: 700;
  font-family: "Crimson Text", sans-serif;
  width: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.faq_txt dd {
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 769px) {
  .faq_txt dd {
    padding-left: 3rem;
  }
}
.faq_txt dd::before {
  content: "A";
  font-weight: 700;
  font-family: "Crimson Text", sans-serif;
  font-size: 2.6rem;
  width: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .faq_txt dd::before {
    font-size: 1.8rem;
  }
}

.mb_1rem {
  margin-bottom: 1rem;
}

.mb_2rem {
  margin-bottom: 2rem;
}

.mb_3rem {
  margin-bottom: 3rem;
}

.p_2rem {
  padding: 2rem;
}

.a_btn {
  display: inline-block;
  padding: 4rem 1rem;
  width: 100%;
  font-size: 2rem;
  border: 1px solid #fff;
}
.a_btn span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.a_btn:hover {
  opacity: 1;
  background-color: #fff;
}
.a_btn:hover span {
  color: #111111;
}

.list_dot li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: normal;
  list-style: none;
}
.list_dot li:before {
  content: "・";
}

.list_none {
  list-style: none;
}

/* 220614修正 */
.d-sm-block{
  display: none;
}
@media screen and (max-width: 769px) {
  .d-sm-block{
    display: block;
  }
}

.pl-pc{
  padding-left: 12px;
}
@media screen and (max-width: 769px) {
  .pl-pc{
    padding-left: 0px;
  }
}
