@charset "UTF-8";

/*
# normalize

 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

ul,
ol {
  list-style: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'HonokaMincho';
  font-style: normal;
  src: url("fonts/honokamin_subset.eot");
  src: url("fonts/honokamin_subset.eot?#iefix") format("embedded-opentype"), url("fonts/honokamin_subset.woff") format("woff"), url("fonts/honokamin_subset.ttf") format("truetype");
}

/*
# htmlタグへのスタイル

 */
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section {
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  background: url(img/bg.jpg);
}

@media screen and (min-width: 769px) {
  body {
    /* min-width: 1150px; */
    max-width: 100%;
  }
}

p {
  margin-top: 0;
}

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

.oldie img {
  width: auto;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover img {
  opacity: .65;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

/* 220708 */
/* li {
  margin-bottom: .5em;
} */

section {
  position: relative;
  padding: 125px 0 0;
}

section a {
  text-decoration: underline;
}

section a:hover {
  text-decoration: none;
}

.gnav {
  position: absolute;
  overflow: hidden;
  /* min-width: 1100px; */
  left: 0;
  top: 0;
  width: 100%;
  background: #17719B;
  background: radial-gradient(ellipse at center, #17719B 0%, #0F5C7F 100%);
  background: -webkit-radial-gradient(center, circle cover, #17719B 0%, #0F5C7F 100%);
  background: -moz-radial-gradient(center, circle cover, #17719B 0%, #0F5C7F 100%);
  z-index: 10;
}

.gnav .wrap {
  max-width: 1000px;
}

.main-nav {
  float: left;
  padding-top: 3px;
  font-size: 16px;
  font-size: 1rem;
}

.main-nav ul {
  overflow: hidden;
  width: 100%;
  list-style: none;
  padding: 0;
}

.main-nav li {
  float: left;
  margin-bottom: 0;
  padding-right: 4em;
  vertical-align: middle;
}

.main-nav a {
  display: inline-block;
  padding: 1.3em 0 .4em;
  color: #FFF;
  font-family: 'Overpass', sans-serif;
  letter-spacing: .05em;
  font-size: 18px;
}

.main-nav a.current,
.main-nav a:hover {
  opacity: .8;
}

.main-nav .gnav-instagram {
  padding-right: 0;
}

.main-nav .gnav-instagram a {
  padding-left: 33px;
  position: relative;
}

.main-nav .gnav-instagram .fa-instagram {
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 0;
}

.gnav-tel {
  position: relative;
  float: right;
  height: 80px;
  width: 50%;
  max-width: 260px;
  padding-left: 10px;
  line-height: 80px;
  text-align: right;
  background: url(img/bg_nav_tel.png) no-repeat left center;
  z-index: 10;
}

.gnav-tel img {
  margin-top: -5px;
  vertical-align: middle;
}

.mobile .gnav,
.tablet .gnav {
  position: fixed;
}


@media screen and (max-width: 1200px) {
  .main-nav li {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .main-nav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {

  section {
    padding-top: 80px;
  }

  .gnav {
    position: fixed !important;
    min-width: 0;
  }

  .main-nav {
    display: none;
    float: none;
  }

  .main-nav ul {
    margin-left: -10%;
    width: 120%;
  }

  .main-nav li {
    float: none;
    padding: 0 10%;
    border-top: 1px solid #47131a;
  }

  .main-nav a {
    display: block;
    padding: .6em 0 .4em;

  }

  .main-nav .gnav-instagram .fa-instagram {
    left: 0px;
  }

  .gnav-tel {
    height: 60px;
    line-height: 60px;
  }
}

.wrap {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

.wrapL {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section-bottom {
  /* overflow: hidden; */
  margin-top: 180px;
  height: 240px;
  width: 100%;
}

.section-bottom img {
  /* margin-top: 180px; */
  width: 100%;
  height: 240px;
  object-fit: cover;
}

#pagetop {
  position: fixed;
  right: 5px;
  bottom: 3px;
  z-index: 100;
  cursor: pointer;
}

#pagetop a {
  display: block;
}

@media screen and (max-width: 768px) {
  .section-bottom {
    margin-top: 120px;
  }

  #pagetop img {
    width: 110px;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .section-bottom {
    margin-top: 60px;
  }

  #pagetop {
    display: none;
  }
}

.top-section {
  padding: 0;
  margin-bottom: -80px;
  z-index: 1;
  position: relative;
  background: url(img/top-mv.png) no-repeat right bottom 80px;
  height: 100vh;
}



.top-logo {
  position: absolute;
  display: block;
  margin-top: -1em;
  padding: 0 15px 1em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);

  z-index: 8;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.logo {
  display: inline-block;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}

.top-txt {
  position: relative;
  padding: 1em 0 0 45px;
  margin: 0;
  font-size: 16px;
  letter-spacing: .05em;
}

.top-txt span {
  padding-bottom: 5px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top-section {
    margin-top: 0;
    margin-bottom: 0;
    background-position: right bottom;
  }

  .top-logo {
    padding: 0;

  }
}

#greeting {
  padding-top: 150px;
  background: url(img/greeting-bg.png), url(img/greeting-bg01.png);
  background-repeat: no-repeat;
  background-position: top 285px right 20px, bottom 65px left 120px;
}

@media screen and (max-width: 768px) {
  #greeting {
    background-position: top 100px right -30px, bottom 0px left -20px;
    background-size: 210px auto;
  }
}

#greeting .row>div {
  vertical-align: middle;
}

.greeting-conts {
  text-align: left;
  max-width: 465px;
  margin: 0 auto;
  padding: 30px 33px 60px;
  background: url(img/greeting-textdeco-top.png), url(img/greeting-textdeco-bottom.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
}

.top__interior {
  background-image: url(img/greeting-bg02.png);
  background-repeat: no-repeat;
  background-position: top 160px right 160px;
}

@media screen and (max-width: 768px) {

  #greeting {
    padding-top: 60px;
  }

  .greeting-conts__wrap {
    flex-direction: column;
  }

  .greeting-conts {
    margin-top: 40px;
  }

  .top__interior {
    background-position: top 40px right 0;
    background-size: 200px auto;
  }
}

@media screen and (max-width: 640px) {
  .top-logo {
    flex-direction: column;
    position: unset;
    transform: none;
    padding-top: 40vh;
  }

  .top-txt {
    padding: 1em 0 0;
  }

  .greeting-conts {
    padding: 30px 0 60px;
  }
}

#menu,
#onlineshop {
  padding-top: 55px;
}

#menu .ttl-section+section {
  padding-top: 0;
}

#access .title {
  margin-top: 5px;
}

#access,
#contact {
  padding-top: 55px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding: 0 30px 400px;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #access .col-sp-12 {
    display: block;
    max-width: 34em;
    margin: 10px auto;
  }

  .col-sp-12:last-of-type {
    margin-top: 42px;
  }
}

.footer {
  margin-top: 170px;
  text-align: center;
  background: url(img/footer-bg.jpg) repeat-y;
  background-size: 100% auto;
}

.footer-logo {
  padding: 120px 0 100px;
}

.copyright {
  padding: 0 0 1em;
  margin: 0;
  color: #FFF;
}

/*
# grid

*/
.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  letter-spacing: -.4em;
}

[class^="col-"],
[class*=" col-"] {
  display: inline-block;
  position: relative;
  vertical-align: top;
  min-height: 1px;
  letter-spacing: normal;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .col-sp-1 {
    width: 8.33333%;
  }

  .col-sp-2 {
    width: 16.66667%;
  }

  .col-sp-3 {
    width: 25%;
  }

  .col-sp-4 {
    width: 33.33333%;
  }

  .col-sp-5 {
    width: 41.66667%;
  }

  .col-sp-6 {
    width: 50%;
  }

  .col-sp-7 {
    width: 58.33333%;
  }

  .col-sp-8 {
    width: 66.66667%;
  }

  .col-sp-9 {
    width: 75%;
  }

  .col-sp-10 {
    width: 83.33333%;
  }

  .col-sp-11 {
    width: 91.66667%;
  }

  .col-sp-12 {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .footer {
    margin-top: 110px;
  }

  .footer-logo {
    padding: 80px 0 60px;
  }

  .footer-logo img {
    max-width: 90%;
  }

  .copyright {
    padding: 0 0 150px;
  }
}

.row-2 {
  margin-left: -80px;
}

.row-2 .col-1,
.row-2 .col-2,
.row-2 .col-3,
.row-2 .col-4,
.row-2 .col-5,
.row-2 .col-6,
.row-2 .col-7,
.row-2 .col-8,
.row-2 .col-9,
.row-2 .col-10,
.row-2 .col-11,
.row-2 .col-12 {
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .row-2 {
    margin-left: -5%;
  }

  .row-2 .col-1,
  .row-2 .col-2,
  .row-2 .col-3,
  .row-2 .col-4,
  .row-2 .col-5,
  .row-2 .col-6,
  .row-2 .col-7,
  .row-2 .col-8,
  .row-2 .col-9,
  .row-2 .col-10,
  .row-2 .col-11,
  .row-2 .col-12 {
    padding-left: 5%;
  }
}

.row-3 {
  margin-left: -10px;
}

.row-3 .col-1,
.row-3 .col-2,
.row-3 .col-3,
.row-3 .col-4,
.row-3 .col-5,
.row-3 .col-6,
.row-3 .col-7,
.row-3 .col-8,
.row-3 .col-9,
.row-3 .col-10,
.row-3 .col-11,
.row-3 .col-12 {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .row-3 {
    margin-left: -1%;
  }

  .row-3 .col-1,
  .row-3 .col-2,
  .row-3 .col-3,
  .row-3 .col-4,
  .row-3 .col-5,
  .row-3 .col-6,
  .row-3 .col-7,
  .row-3 .col-8,
  .row-3 .col-9,
  .row-3 .col-10,
  .row-3 .col-11,
  .row-3 .col-12 {
    padding-left: 1%;
  }
}

/*
# title

 */
.ttl-section {
  margin: 0 0 75px;
  text-align: center;
  font-family: 'Overpass', sans-serif;
  color: #13558A;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.ttl-section span {
  display: block;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1rem;
  line-height: 14px;
}

.ttl-section span:before {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  margin: 7px auto 15px;
  background-color: #13558A;
}

.ttl-inner {
  text-align: center;
  margin-bottom: 2em;
}

.ttl-menu {
  margin: 1em 0 1.5em;
  line-height: 1.4;
  color: #85713D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  padding-right: 155px;
}

.ttl-menu .price {
  position: absolute;
  right: 0;
  top: 0;
}

.ttl-menu .option {
  display: inline-block;
  margin-right: .5em;
  padding: .3em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  background-color: #85713D;
  vertical-align: middle;
}

.ttl-menu-list {
  font-size: 18px;
  color: #85713D;
  margin-bottom: 15px;
  font-weight: 500;
}

.ttl-menu-list span {
  font-size: 22px;
  font-family: 'Overpass', sans-serif;
  font-weight: 300;
  padding-right: 10px;
}

.list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 65px;
  font-weight: bold;
}

.list-menu:last-of-type {
  margin-bottom: 0;
}

.list-menu sub {
  display: block;
  bottom: 0;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}

/*
# Button

 */
[class^="btn"],
[class*=" btn-"] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

[class^="btn"]:hover,
[class^="btn"]:focus,
[class^="btn"]:active,
[class*=" btn-"]:hover,
[class*=" btn-"]:focus,
[class*=" btn-"]:active {
  text-decoration: none;
}

.btn {
  width: 100%;
}

.btn-s {
  max-width: 6em;
}

.btn-m {
  max-width: 10em;
}

.btn-l {
  max-width: 12em;
}

.btn-menu {
  display: none;
  position: relative;
  height: 80px;
  text-align: left;
  z-index: 2;
}

.btn-menu:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.btn-menu:after {
  content: "MENU";
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .btn-menu {
    display: block;
    height: 60px;
  }
}


/*
# table

*/
.table-time {
  margin: 2em 0;
}

.table-time th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.table-time td {
  padding-left: 1em;
}

/*
# Definition List

 */
/*
# input

 */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number] {
  padding: 0 .3em;
  width: 100%;
  line-height: 2;
  height: 2em;
  font-size: 16px;
  font-size: 1rem;
  box-sizing: border-box;
}

textarea {
  width: 98%;
  resize: vertical;
}


[class^="box-"],
[class*=" box-"] {
  position: relative;
  box-sizing: border-box;
}

[class^="box-"]>*:first-child,
[class*=" box-"]>*:first-child {
  margin-top: 0;
}

[class^="box-"]>*:last-child,
[class*=" box-"]>*:last-child {
  margin-bottom: 0;
}

.list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.list-menu {
  list-style: none;
  padding: 0;
  font-weight: bold;
}

.list-menu li {
  overflow: hidden;
  margin-bottom: 1.2em;
  position: relative;
  padding-right: 130px;
}

.list-menu li:last-of-type {
  margin-bottom: 0;
}

.list-menu sub {
  display: block;
  bottom: 0;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}

.list-menu .price {
  /* float: right; */
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
}

/*
# pager

 */
.pager {
  text-align: center;
}

.pager .next {
  float: right;
}

.pager .prev {
  float: left;
}

/*
# pagination

 */
.pagination {
  text-align: center;
}

.pagination a,
.pagination .current {
  display: inline-block;
  margin: 5px 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #832330;
  border-radius: 4px;
  box-sizing: border-box;
}

.toggle {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* 
@media screen and (max-width: 768px) {
  .toggle {
    transition: background .5s ease;
  }
} */

.toggle i {
  position: relative;
  display: inline-block;
  margin: 16px auto;
  width: 20px;
  height: 3px;
  background-color: #FFF;
}

.toggle i:before,
.toggle i:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #FFF;
  transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
}

.toggle i:before {
  top: -6px;
}

.toggle i:after {
  bottom: -6px;
}

/*
# margin


*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mb-sec {
  margin-bottom: 80px;
}

.mb-sec-inner {
  margin-bottom: 60px;
}

/*
# float

 */
.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-box.fl-l {
  margin-right: 20px;
}

.fl-box.fl-r {
  margin-left: 20px;
}

@media screen and (min-width: 769px) {
  .fl-md-l {
    float: left;
  }

  .fl-md-r {
    float: right;
  }

  .fl-box.fl-md-l {
    margin-right: 20px;
  }

  .fl-box.fl-md-r {
    margin-left: 20px;
  }
}

@media screen and (min-width: 641px) {
  .fl-sp-l {
    float: left;
  }

  .fl-sp-r {
    float: right;
  }

  .fl-box.fl-sp-l {
    margin-right: 20px;
  }

  .fl-box.fl-sp-r {
    margin-left: 20px;
  }
}

/*
# status

どこでも使えるクラス

 */
.overflow {
  overflow: hidden;
}

.inlineblock {
  display: inline-block;
}

.opa:hover {
  opacity: .75;
}

.txt-s {
  font-size: 10px;
  font-size: 0.625rem;
}

.txt-m {
  font-size: 18px;
  font-size: 1.125rem;
}

.txt-l {
  font-size: 20px;
  font-size: 1.25rem;
}

.note {
  font-size: 12px;
  font-size: 0.75rem;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: top;
}

.relative {
  position: relative;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.bgc-brand {
  background-color: #832330;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-center {
    text-align: center;
  }

  .sp-none {
    display: none;
  }

  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-center {
    text-align: center;
  }

  .md-none {
    display: none;
  }
}

.none {
  display: none;
}

.mt05e {
  margin-top: 0.5em;
}

.mt1e {
  margin-top: 1em;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}



/* 220509 */
.flexbox {
  display: flex;
}

.align-center {
  align-items: center;
}

.spacebet {
  justify-content: space-between;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.accent {
  color: #13548A;
}

.subfont {
  font-family: 'Overpass', sans-serif;
  font-weight: 300;
}

.title-style01 {
  text-align: center;
  color: #8C7F4A;
  font-size: 11px;
  letter-spacing: .15rem;
  font-weight: 500;
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.title-style01::before {
  content: url(img/title-deco-left.png);
  position: absolute;
  top: 0;
  left: -165px;
}

.title-style01::after {
  content: url(img/title-deco-right.png);
  position: absolute;
  top: 0;
  right: -165px;
}

.title-style01 span {
  font-size: 28px;
  font-family: 'Overpass', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02rem;
  display: block;
  line-height: 1;
}

.interior__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px 80px;
}

.interior__list li {
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.menu__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px 80px;
}

.menu__list li {
  min-width: 300px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.menu-drink {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

  .title-style01::before {
    content: none;
  }

  .title-style01::after {
    content: none;
  }

  .menu__list {
    gap: 0 80px;
  }

  .cam__pic__list {
    /*flex-direction: column;*/
    /*max-width: 280px;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: -15px;
  }
}

.btn-style01 {
  color: #13538A;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 60px;
  border-top: 1px solid #13538A;
  border-bottom: 1px solid #13538A;
  width: 370px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  transition: .2s;
}

.btn-style01:hover {
  background-color: #a0dcff43;
}

.btn-style01::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #13538A;
  width: 1px;
  height: 54px;
  left: -3px;
  top: 3px;
}

.btn-style01::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #13538A;
  width: 1px;
  height: 54px;
  right: -3px;
  top: 3px;
}

.btn-style01 img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}



.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0.1;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0.1;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0.1;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time01 {
  animation-delay: 0.1s;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

/* 220705 */
.insta_banner {
  margin-top: 120px;
  text-align: center;
}

.insta_banner>a {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
  .insta_banner {
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
  }

  .insta_banner>a {
    width: 100%;

  }
}

.sp-linkBox {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: end;
  z-index: 1;
}

.sp-linkBox img {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .sp-linkBox {
    display: flex;
  }
}