@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5 {
  clear: both; }

a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(../img/bg01.png), #215a5e;
  color: #333;
  overflow-x: hidden;
  width: 100%; }

#js_loader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #215a5e;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  #js_loader:after {
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
    border: 1px solid #c8bfa3;
    border-radius: 50%;
    border-right: 1px solid rgba(200, 191, 163, 0.2);
    border-top: 1px solid rgba(200, 191, 163, 0.2);
    content: "";
    height: 70px;
    width: 70px; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

header {
  width: 100%;
  text-align: center; }
  header > div:first-child {
    background: #c8bfa3;
    color: #000;
    line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    header > div:first-child > div#select_lang {
      position: relative;
      width: 6em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      header > div:first-child > div#select_lang > div#lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.1em 0 0.3em 0.5em;
        position: relative;
        cursor: pointer;
        z-index: 2;
        background: #dc7700; }
        header > div:first-child > div#select_lang > div#lang:before {
          content: '';
          position: absolute;
          display: block;
          border-top: solid 8px #c8bfa3;
          border-right: solid 5px transparent;
          border-bottom: solid 8px transparent;
          border-left: solid 5px transparent;
          top: calc(50% - 4px);
          right: 0.3em; }
        header > div:first-child > div#select_lang > div#lang.rotate:before {
          border-top: solid 8px transparent;
          border-right: solid 5px transparent;
          border-bottom: solid 8px #c8bfa3;
          border-left: solid 5px transparent;
          top: calc(50% - 13px); }
      header > div:first-child > div#select_lang > div#select {
        position: absolute;
        bottom: 2em;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 1; }
        header > div:first-child > div#select_lang > div#select a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: calc(4em + 17px);
          text-align: center;
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin: 0.5em 0;
          text-decoration: none;
          background: rgba(255, 255, 255, 0.4);
          padding: 0.3em 0;
          border: solid 1px #215a5e; }
          header > div:first-child > div#select_lang > div#select a span {
            color: #000; }
          header > div:first-child > div#select_lang > div#select a.current {
            border: solid 1px #dc7700; }
          header > div:first-child > div#select_lang > div#select a:hover {
            background: rgba(255, 255, 255, 0.8);
            border: solid 1px #fff; }
        header > div:first-child > div#select_lang > div#select.slidedown {
          bottom: -5.5em; }
  header h1 {
    padding: 2em 0 1em 0;
    font-size: calc(16px + 4vw);
    color: #c8bfa3;
    font-family: 'RocknRoll One', sans-serif; }
    header h1 > div {
      display: inline-block;
      text-align: left;
      position: relative; }
      header h1 > div:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 3em;
        background: url(../img/ttlbg0.png) no-repeat right bottom;
        background-size: contain;
        left: -80%;
        top: -1em;
        z-index: -1; }
      header h1 > div > span {
        white-space: nowrap;
        display: inline-block;
        position: relative; }
      header h1 > div > span:first-child {
        margin-bottom: 0.2em;
        padding: 1%; }
      header h1 > div > span:last-child {
        font-size: 120%;
        letter-spacing: -0.2em; }
        header h1 > div > span:last-child:before {
          content: '';
          position: absolute;
          display: block;
          width: 100%;
          height: 2.5em;
          background: url(../img/ttlbg.png) no-repeat right bottom;
          background-size: contain;
          right: -0.8em;
          bottom: 0.9em;
          z-index: -1; }
        header h1 > div > span:last-child:after {
          content: '';
          position: absolute;
          display: block;
          width: 100%;
          height: 10px;
          background: url(../img/bg_line.png);
          bottom: -0.4em;
          z-index: -1;
          -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
          border-radius: 5px; }
        header h1 > div > span:last-child > span {
          display: inline-block; }
        header h1 > div > span:last-child > span:first-child,
        header h1 > div > span:last-child > span:nth-child(2),
        header h1 > div > span:last-child > span:nth-child(3),
        header h1 > div > span:last-child > span:nth-child(4),
        header h1 > div > span:last-child > span:nth-child(5) {
          text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff; }
        header h1 > div > span:last-child > span:first-child {
          -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
          transform: rotate(3deg);
          font-size: 130%;
          color: #b72f05; }
        header h1 > div > span:last-child > span:nth-child(2) {
          -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
          font-size: 120%;
          color: #09240c; }
        header h1 > div > span:last-child > span:nth-child(3) {
          font-size: 130%;
          color: #d27547; }
        header h1 > div > span:last-child > span:nth-child(4) {
          -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
          transform: rotate(3deg);
          font-size: 120%;
          color: #b72f05; }
        header h1 > div > span:last-child > span:nth-child(5) {
          -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
          font-size: 110%;
          color: #09240c;
          margin-right: 0.2em; }
        header h1 > div > span:last-child > span:nth-child(6) {
          margin-right: 0.05em; }
        header h1 > div > span:last-child > span:nth-child(7) {
          -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
          transform: rotate(3deg); }
        header h1 > div > span:last-child > span:last-child {
          -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
          transform: rotate(-3deg); }
  header nav {
    padding: 1em 0; }
    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      header nav ul li {
        width: 25%;
        padding: 1% 0;
        border-right: solid 1px gray; }
        header nav ul li a {
          width: 92%;
          height: 100%;
          margin: 0 4%;
          border-radius: 9px;
          text-decoration: none;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: distribute;
          justify-content: space-around; }
          header nav ul li a img {
            margin-top: 5%; }
          header nav ul li a p {
            margin: 5%;
            font-size: calc(10px + 1vw);
            line-height: 1.2em; }
            header nav ul li a p span {
              white-space: nowrap;
              display: inline-block; }
          header nav ul li a:hover {
            background: rgba(200, 191, 163, 0.2); }
        header nav ul li:last-child {
          border-right: transparent; }

body#body_en h1 div span:last-child {
  letter-spacing: 0em; }
  body#body_en h1 div span:last-child > span:nth-child(6),
  body#body_en h1 div span:last-child > span:nth-child(7),
  body#body_en h1 div span:last-child > span:nth-child(8),
  body#body_en h1 div span:last-child > span:nth-child(9),
  body#body_en h1 div span:last-child > span:nth-child(10),
  body#body_en h1 div span:last-child > span:last-child {
    text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff; }
  body#body_en h1 div span:last-child > span:nth-child(5) {
    margin-right: 0; }
  body#body_en h1 div span:last-child > span:nth-child(6) {
    font-size: 130%;
    color: #d27547;
    margin-right: 0; }
  body#body_en h1 div span:last-child > span:nth-child(7) {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    font-size: 130%;
    color: #b72f05;
    margin-right: 0.2em; }
  body#body_en h1 div span:last-child > span:nth-child(8) {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    font-size: 120%;
    color: #09240c; }
  body#body_en h1 div span:last-child > span:nth-child(9) {
    font-size: 120%;
    color: #d27547;
    margin-left: -0.1em; }
  body#body_en h1 div span:last-child > span:nth-child(10) {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    font-size: 120%;
    color: #b72f05; }
  body#body_en h1 div span:last-child > span:last-child {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    font-size: 120%;
    color: #09240c; }

#wrap {
  position: relative;
  overflow: hidden; }

#home_slider #slider .swiper-container {
  height: 50vh; }
  #home_slider #slider .swiper-container .swiper-wrapper .swiper-slide {
    height: 50vh; }
    #home_slider #slider .swiper-container .swiper-wrapper .swiper-slide img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #home_slider #slider .swiper-container .swiper-wrapper .swiper-slide-next img,
  #home_slider #slider .swiper-container .swiper-wrapper .swiper-slide-prev img {
    -webkit-filter: brightness(30%);
    filter: brightness(30%); }

#content {
  width: 100%;
  padding: 2em 0 3em 0; }
  #content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 520px) {
      #content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    #content ul li {
      width: 44%;
      margin: 2%; }
      @media screen and (max-width: 520px) {
        #content ul li {
          width: 92%;
          margin: 4%; } }
    #content ul:first-child li:hover div {
      height: 100%;
      border-radius: 5px; }
    #content ul:first-child li:first-child > a {
      background: url(../img/img001.jpg) no-repeat center center;
      background-size: cover; }
    #content ul:first-child li:nth-child(2) > a {
      background: url(../img/img002.jpg) no-repeat center center;
      background-size: cover; }
    #content ul:first-child li:nth-child(3) > a {
      background: url(../img/img003.jpg) no-repeat center center;
      background-size: cover; }
    #content ul:first-child li:last-child > a {
      background: url(../img/img004.jpg) no-repeat center center;
      background-size: cover; }
    #content ul:first-child li a {
      display: inline-block;
      width: 100%;
      height: 300px;
      border-radius: 10px;
      position: relative;
      border: solid 3px #dc7700;
      -webkit-box-shadow: 2px 2px 8px #000;
      box-shadow: 2px 2px 8px #000; }
      #content ul:first-child li a div {
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        height: 4em;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0 0 10px 10px; }
        #content ul:first-child li a div p {
          margin: 0.3em;
          color: #fff;
          font-size: calc(11px + 1vw); }
    #content ul:last-child {
      margin-top: 2em; }
      #content ul:last-child li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        border: solid 3px #fff;
        border-radius: 10px;
        text-align: center;
        padding: 1.5em 0;
        font-size: calc(11px + 1vw);
        color: #fff;
        background: -webkit-linear-gradient(275deg, #a89753 0%, #d27b13 49%, #dc7700 50%, #dc7700 100%);
        background: -o-linear-gradient(275deg, #a89753 0%, #d27b13 49%, #dc7700 50%, #dc7700 100%);
        background: linear-gradient(175deg, #a89753 0%, #d27b13 49%, #dc7700 50%, #dc7700 100%);
        position: relative; }
        #content ul:last-child li a:after {
          content: '';
          position: absolute;
          display: inline-block;
          width: 100%;
          background: rgba(0, 0, 0, 0.5);
          height: 0;
          bottom: 0;
          left: 0;
          border-radius: 10px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        #content ul:last-child li a p {
          position: relative;
          z-index: 2; }
        #content ul:last-child li a:hover:after {
          height: 100%; }

footer {
  padding: 3em 1em 1em 1em; }
  footer > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 4em; }
    footer > div:first-child a {
      display: inline-block;
      background: #c8bfa3;
      color: #000;
      width: 40%;
      min-width: 8em;
      padding: 1em 0.5em;
      border-radius: 3px;
      text-align: center;
      text-decoration: none; }
      footer > div:first-child a:hover {
        background: #e2e3c4;
        color: #000; }
  footer > div:nth-child(2) {
    margin: 3%; }
    footer > div:nth-child(2) h2 {
      font-size: 160%;
      color: #c8bfa3;
      font-family: 'RocknRoll One', sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      line-height: 1.8em; }
      footer > div:nth-child(2) h2 span {
        white-space: nowrap;
        display: inline-block; }
        footer > div:nth-child(2) h2 span:first-child {
          margin-right: 0.5em; }
        footer > div:nth-child(2) h2 span:last-child {
          letter-spacing: -0.1em;
          font-size: 130%; }
    footer > div:nth-child(2) h3 {
      margin: 1em 0;
      color: #fff; }
  footer > small {
    color: #fff;
    display: block;
    text-align: right;
    font-size: 60%; }

body#body_en footer h2 span:last-child {
  letter-spacing: 0; }
