@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 62.5%;
  line-height: 1.5;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

th {
  font-weight: lighter;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed,
td,
th {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

p {
  margin: 0 0 1em;
  line-height: 2;
}

body {
  font-size: 1.7rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

div:after,
ul:after,
li:after,
dd:after,
section:after,
article:after {
  display: block;
  clear: both;
  content: "";
}

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

a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

* {
  min-width: 0;
  min-height: 0;
}

/*
  割り当て
*/
body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.contents-inr {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.pad {
  padding: 10px;
}

p {
  margin-bottom: 1em;
}

a {
  color: #0099ff;
  text-decoration: underline;
}
a:visited, a:active {
  color: #408cbf;
}
a:hover {
  color: #4db8ff;
  text-decoration: none;
}

.l-w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.l-w1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.l-w800 {
  max-width: 800px;
  margin: 0 auto;
}

.l-header__bg {
  background: #21301c;
}

.l-globalnav {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-globalnav {
    z-index: 9999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  .l-globalnav__close {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7777;
    display: none;
  }
}

.l-globalnav__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-globalnav__title {
    display: block;
    background: #004795;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    position: relative;
    z-index: 8888;
    margin: 20px 10px 0;
  }
}
.l-globalnav__title::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  float: right;
}

.l-globalnav__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin-right: auto;
  z-index: 8888;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-globalnav__items {
    padding: 0 10px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 10px;
  }
}

.l-globalnav__items li {
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-globalnav__items li {
    width: 100%;
    background: #fff;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 8px;
    font-size: 1.5rem;
  }
}

.l-globalnav a,
.l-globalnav a:link,
.l-globalnav a:visited,
.l-globalnav a:active {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-globalnav a,
.l-globalnav a:link,
.l-globalnav a:visited,
.l-globalnav a:active {
    color: #333;
    line-height: 1;
    height: auto;
    padding: 10px;
  }
}

.l-globalnav a:hover {
  color: #999;
  text-decoration: none;
}

.l-globalnav__item-ait a,
.l-globalnav__item-ait a:link,
.l-globalnav__item-ait a:visited,
.l-globalnav__item-ait a:active {
  background: #002955;
  background: #232b33;
}
@media screen and (max-width: 768px) {
  .l-globalnav__item-ait a,
.l-globalnav__item-ait a:link,
.l-globalnav__item-ait a:visited,
.l-globalnav__item-ait a:active {
    background: #fff;
  }
}

.l-fnav {
  display: none;
  background: #fff;
  margin-top: 20px;
  border-top: 1px #ccc solid;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-fnav {
    margin-top: 0;
    display: block;
  }
}

.l-fnav__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-fnav__title {
    display: block;
    background: #004795;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
  }
}

.l-fnav__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-fnav__items {
    background: #fff;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.l-fnav__items li {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-fnav__items li {
    width: 50%;
    background: #fff;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 8px;
  }
}

.l-fnav__items li.l-gnavi-home {
  display: none;
}

.l-fnav__items li a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 0.2em;
  color: #333;
}

.l-fnav__items:after {
  content: none;
}

.l-fnav a,
.l-fnav a:link,
.l-fnav a:visited,
.l-fnav a:active {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 4px 10px;
}

.l-fnav a:hover {
  color: #004795;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.l-footer {
  text-align: center;
  background: #fff;
  color: #333;
}

.l-footer__copyright {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  margin-left: auto;
}

.l-inner {
  margin: 0 auto;
  position: relative;
}

.l-inner--l {
  max-width: 1100px;
}

.l-inner--m {
  max-width: 720px;
}

.l-inner--s {
  max-width: 600px;
}

.c-btn {
  text-align: center;
}

.c-btn__link {
  font-size: 2.2rem;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 12px 5%;
  text-decoration: none;
  background: #ae9890;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  background: #ae9890;
}
.c-btn__link:hover {
  background: #93766b;
}

.c-btn__link--maincolor {
  background: #004795;
}
.c-btn__link--maincolor:hover {
  background: #002955;
}

.c-heading {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.8rem;
  }
}

.c-heading--01 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #232b33;
}
.c-heading--01:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #232b33;
  border-radius: 2px;
}

.c-heading--01__white:before {
  background-color: #fff;
}

.c-heading--02 {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.8rem;
  color: #004795;
}

.c-bg--green {
  background: #21301c;
}

.c-bg--red {
  position: relative;
  background: #86222c;
}
.c-bg--red::before {
  position: absolute;
  background: url(../../../img/front/bg-sankaku.png) no-repeat 100% 100%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.c-bg--yellow {
  background: #c68200;
}

.c-bg--gray {
  background: #eee;
  position: relative;
}
.c-bg--gray::before {
  position: absolute;
  background: url(../../../img/front/bg-sankaku-t.png) no-repeat 0% 0%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.p-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.p-icon__insta {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.p-icon__tw {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.p-content {
  padding: 40px 20px;
}
.p-content__tmb {
  position: relative;
  background: #fff;
  padding: 10px;
}

.p-content__title {
  margin-top: 1.6rem;
  text-align: center;
}

.p-content__title-en {
  font-weight: 600;
  font-size: 1.8rem;
  opacity: 0.1;
  -webkit-transition: 2s;
  transition: 2s;
}
.p-content__title-en.is-show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-content__title-en {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}

.p-content__title-jp {
  font-weight: 600;
  font-size: 2.6rem;
  opacity: 0.1;
  -webkit-transition: 2s;
  transition: 2s;
}
.p-content__title-jp.is-show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-content__title-jp {
    font-size: 1.8rem;
  }
}

.p-content--restaurant .p-content__tmb {
  left: -50px;
  opacity: 0.1;
  -webkit-transition: 2s;
  transition: 2s;
}
.p-content--restaurant .p-content__tmb.is-show {
  left: 0;
  opacity: 1;
}

.p-content--online-store .p-content__tmb {
  right: -50px;
  opacity: 0.1;
  -webkit-transition: 2s;
  transition: 2s;
}
.p-content--online-store .p-content__tmb.is-show {
  right: 0;
  opacity: 1;
}
.p-content--online-store .p-content__title {
  color: #fff;
}

.p-content--maxxima .p-content__tmb {
  left: -50px;
  opacity: 0.1;
  -webkit-transition: 2s;
  transition: 2s;
}
.p-content--maxxima .p-content__tmb.is-show {
  left: 0;
  opacity: 1;
}