@charset "UTF-8";
/*ResetCSS*/
@import url("bootstrap-reboot.css");
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* Word Press Native Style */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.marker {
  background: linear-gradient(transparent 60%, #e3cda3 60%); }

/*displayプロパティー */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

@media (min-width: 667px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-inline {
    display: inline; } }
@media (max-width: 666px) {
  .d-sp-none {
    display: none; }

  .d-sp-block {
    display: block; }

  .d-sp-inline-block {
    display: inline-block; }

  .d-sp-inline {
    display: inline; } }
/*flexプロパティー*/
.d-flex {
  display: flex;
  flex-wrap: wrap; }

.justify-content-end {
  justify-content: flex-end; }

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

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

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

.justify-content-around {
  justify-content: space-around; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-col {
  flex-direction: column; }

@media (min-width: 667px) {
  .d-flex.flex-md-row-reverse, .d-md-flex.flex-md-row-reverse {
    flex-direction: row-reverse; }

  .d-md-flex {
    display: flex;
    flex-wrap: wrap; } }
@media (max-width: 666px) {
  .d-md-flex > * {
    margin-bottom: 16px; } }
/*positionプロパティー*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed;
  z-index: 1;
  width: 100%; }

/*基本設定*/
html {
  font-size: 15px; }

body {
  font-family: "Yu Gothic UI", "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  color: black;
  letter-spacing: .01em; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .14em;
  line-height: 1.4; }

p {
  line-height: 1.73;
  letter-spacing: .05em; }

.serif {
  font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif; }

.sans-serif {
  font-family: "Yu Gothic UI", "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif; }

.midashi-font {
  font-family: "Yu Gothic UI", "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif; }

figure {
  margin-bottom: 0; }

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

iframe {
  max-width: 100%; }

@media (max-width: 666px) {
  table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > th, table.sp-block > tbody > tr > td {
    display: block; } }
.container-l {
  max-width: 1500px;
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 92%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.container-ss {
  width: 92%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

/*float*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clearboth {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media (min-width: 667px) {
  .float-md-left {
    float: left; }

  .float-md-right {
    float: right; } }
@media (max-width: 666px) {
  .sp-clearfix:after {
    content: "";
    clear: both;
    display: block; }

  .float-sp-left {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px; }

  .float-sp-right {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px; } }
/*グリッドシステム*/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.w-16, .parent-6 > * {
  width: calc(100% / 6); }

.parent-6s > * {
  width: calc((100% / 6) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-20, .parent-5 > * {
  width: calc(100% / 5); }

.parent-5s > * {
  width: calc((100% / 5) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-25, .parent-4 > * {
  width: calc(100% / 4); }

.parent-4s > * {
  width: calc((100% / 4) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-30 {
  width: 30%; }

.w-33s {
  width: calc((100% / 3) -  2% ); }

.w-33, .parent-3 > * {
  width: calc(100% / 3); }

.parent-3s > * {
  width: calc((100% / 3) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-40 {
  width: 40%; }

.w-50, .parent-2 > * {
  width: calc(100% / 2); }

.parent-2s > * {
  width: calc((100% / 2) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-60 {
  width: 60%; }

.w-66 {
  width: calc((100% / 3) * 2); }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-100 {
  width: 100%; }

@media (min-width: 667px) {
  .w-md-16, .parent-md-6 > * {
    width: calc(100% / 6); }

  .parent-md-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-16s {
    width: calc((100% / 6) -  1% ); }

  .w-md-20, .parent-md-5 > * {
    width: calc(100% / 5); }

  .parent-md-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-20s {
    width: calc((100% / 5) -  1% ); }

  .w-md-25, .parent-md-4 > * {
    width: calc(100% / 4); }

  .parent-md-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-30 {
    width: 30%; }

  .w-md-30s {
    width: calc(30% - 2% ); }

  .w-md-33, .parent-md-3 > * {
    width: calc(100% / 3); }

  .w-md-33s {
    width: calc((100% / 3) - 2% ); }

  .parent-md-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-40 {
    width: 40%; }

  .w-md-40s {
    width: calc(40% -  2% ); }

  .w-md-50, .parent-md-2 > * {
    width: calc(100% / 2); }

  .parent-md-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-60 {
    width: 60%; }

  .w-md-60s {
    width: calc(60% -  2% ); }

  .w-md-66 {
    width: calc((100% / 3) * 2); }

  .w-md-66s {
    width: calc((100% / 3) * 2 - 2% ); }

  .w-md-70 {
    width: 70%; }

  .w-md-70s {
    width: calc(70% -  2% ); }

  .w-md-75 {
    width: 75%; }

  .w-md-75s {
    width: calc(75% -  2% ); }

  .w-md-80 {
    width: 80%; }

  .w-md-80s {
    width: calc(80% -  2% ); }

  .w-md-100 {
    width: 100%; } }
@media (max-width: 666px) {
  .w-sp-16, .parent-sp-6 > * {
    width: calc(100% / 6); }

  .parent-sp-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-20, .parent-sp-5 > * {
    width: calc(100% / 5); }

  .parent-sp-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-25, .parent-sp-4 > * {
    width: calc(100% / 4); }

  .parent-sp-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-30 {
    width: 30%; }

  .w-sp-33, .parent-sp-3 > * {
    width: calc(100% / 3); }

  .parent-sp-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-40 {
    width: 40%; }

  .w-sp-50, .parent-sp-2 > * {
    width: calc(100% / 2); }

  .parent-sp-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-60 {
    width: 60%; }

  .w-sp-66 {
    width: calc((100% / 3) * 2); }

  .w-sp-70 {
    width: 70%; }

  .w-sp-75 {
    width: 75%; }

  .w-sp-80 {
    width: 80%; }

  .w-sp-100 {
    width: 100%; } }
/*ボックスのサイズと余白と効果
横方向に個別の幅を指定するクラスは無い*/
.p-0px {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.pt-0px {
  padding-top: 0; }

.pl-0px {
  padding-left: 0; }

.pr-0px {
  padding-right: 0; }

.pb-0px {
  padding-bottom: 0; }

.pt-10px {
  padding-top: 10px; }

.pt-15px {
  padding-top: 15px; }

.pt-20px {
  padding-top: 20px; }

.pt-30px {
  padding-top: 30px; }

.pt-40px {
  padding-top: 40px; }

.pt-50px {
  padding-top: 50px; }

.pt-60px {
  padding-top: 60px; }

.pt-70px {
  padding-top: 70px; }

.pt-80px {
  padding-top: 80px; }

.pt-90px {
  padding-top: 90px; }

.pt-100px {
  padding-top: 100px; }

.pb-10px {
  padding-bottom: 10px; }

.pb-15px {
  padding-bottom: 15px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-30px {
  padding-bottom: 30px; }

.pb-40px {
  padding-bottom: 40px; }

.pb-50px {
  padding-bottom: 50px; }

.pb-60px {
  padding-bottom: 60px; }

.pb-70px {
  padding-bottom: 70px; }

.pb-80px {
  padding-bottom: 80px; }

.pb-90px {
  padding-bottom: 90px; }

.pb-100px {
  padding-bottom: 100px; }

.m-0px {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

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

.ml-0px {
  margin-left: 0; }

.mr-0px {
  margin-right: 0; }

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

.mt-10px {
  margin-top: 10px; }

.mt-15px {
  margin-top: 15px; }

.mt-20px {
  margin-top: 20px; }

.mt-24px {
  margin-top: 24px; }

.mt-30px {
  margin-top: 30px; }

.mt-40px {
  margin-top: 40px; }

.mt-50px {
  margin-top: 50px; }

.mt-60px {
  margin-top: 60px; }

.mt-70px {
  margin-top: 70px; }

.mt-80px {
  margin-top: 80px; }

.mt-90px {
  margin-top: 90px; }

.mt-100px {
  margin-top: 100px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iframe-container {
  position: relative; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.asp-1-2 {
  height: 0;
  padding-top: 200%; }

.asp-1-1 {
  height: 0;
  padding-top: 100%; }

.asp-4-3 {
  height: 0;
  padding-top: 75%; }

.asp-3-2 {
  height: 0;
  padding-top: 66.6%; }

.asp-16-9 {
  height: 0;
  padding-top: 56.25%; }

.asp-2-1 {
  height: 0;
  padding-top: 50%; }

.asp-3-1 {
  height: 0;
  padding-top: 33.3%; }

.asp-4-1 {
  height: 0;
  padding-top: 25%; }

@media (min-width: 667px) {
  .asp-md-1-2 {
    padding-top: 200%; }

  .asp-md-1-1 {
    height: 0;
    padding-top: 100%; }

  .asp-md-4-3 {
    height: 0;
    padding-top: 75%; }

  .asp-md-3-2 {
    height: 0;
    padding-top: 66.6%; }

  .asp-md-16-9 {
    height: 0;
    padding-top: 56.25%; }

  .asp-md-2-1 {
    height: 0;
    padding-top: 50%; }

  .asp-md-3-1 {
    height: 0;
    padding-top: 33.3%; }

  .asp-md-4-1 {
    height: 0;
    padding-top: 25%; } }
.bk-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bk-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

/*ボックスにリンクエリア*/
.linkbox {
  position: relative;
  cursor: pointer; }
  .linkbox:hover {
    background-color: #e3cda3; }
  .linkbox a.more {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px; }

/*文字*/
.ex-small {
  font-size: 0.67em; }

.small {
  font-size: 0.9375em; }

.large {
  font-size: 1.368em; }

.ex-large {
  font-size: 1.6em; }

.bold {
  font-weight: 600; }

.normal {
  font-weight: 400; }

.underline {
  text-decoration: underline; }

.base-text-color {
  color: black; }

.theme-color {
  color: #b98f41; }

.bk-theme-color {
  background-color: #b98f41;
  color: white; }
  .bk-theme-color a {
    color: white; }

.bk-sub-color {
  background-color: #ffce82;
  color: white; }
  .bk-sub-color:hover {
    color: white; }
  .bk-sub-color a {
    color: white; }

.bk-accent-color {
  background-color: black;
  color: white; }
  .bk-accent-color:hover {
    color: white; }
  .bk-accent-color a {
    color: white; }

.heavy-theme-color {
  color: #333; }

.bk-heavy-theme-color {
  background-color: #333;
  color: white; }

.sub-color {
  color: #ffce82; }

.bk-ex-light-sub-color {
  background-color: oldlace; }

.bk-accent-color {
  background-color: black;
  color: white; }

/*ボタン*/
.btn a {
  display: inline-block;
  padding: .5em 1em;
  line-height: 1.2;
  cursor: pointer; }
  .btn a:hover {
    opacity: 1;
    filter: brightness(1.1);
    text-decoration: none; }
  .btn a.round {
    border-radius: 1.2em; }
  .btn a.after-tri::after {
    content: '▶';
    padding-left: .5em; }
  .btn a.bk-accent-color:hover {
    color: white; }
  .btn a.waku {
    border-width: .15em;
    border-style: solid;
    transform: scale(1);
    transition: transform .2s; }
    .btn a.waku:hover {
      transform: scale(1.05); }
  .btn a.waku-sub-color {
    border-color: #ffce82;
    background-color: white; }
    .btn a.waku-sub-color:hover {
      color: #ffce82; }

/*丸数字*/
.maru {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  line-height: 1.5em;
  text-align: center; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-tategaki {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }

@media (min-width: 667px) {
  .text-md-center {
    text-align: center; }

  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
@media (max-width: 666px) {
  .text-sp-center {
    text-align: center; }

  .text-sp-left {
    text-align: left; }

  .text-sp-right {
    text-align: right; }

  .text-sp-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
/*アンカー*/
a {
  color: #333; }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none; }
    a[href*="tel:"]:hover {
      color: black;
      text-decoration: none; }
    a[href*="tel:"].nolink {
      pointer-events: none; }

/*表組み*/
table.stripe > tbody > tr > th, table.stripe > tbody > tr > td {
  border: none; }
table th, table td {
  padding: .5em 1em;
  border: 1px solid #ccc; }
table th {
  font-weight: 600; }
table td {
  font-weight: normal; }

ul.ls-none, ol.ls-none {
  list-style: none;
  padding-left: 0; }

@media (min-width: 667px) {
  table.stripe {
    background-color: white; }
    table.stripe > tbody > tr:nth-child(odd) {
      background-color: #e3cda3; }
      table.stripe > tbody > tr:nth-child(odd) > th {
        border-right: 2px solid white; } }
/*フォーム*/
.hissu::before {
  content: "必須";
  display: inline-block;
  background-color: #b98f41;
  color: white;
  border-radius: 3px;
  padding: .2em;
  line-height: 1;
  font-size: .8em;
  margin-right: .5em;
  position: relative;
  bottom: .1em; }

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
  padding: 1em;
  width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid #ccc; }

textarea::placeholder, input::placeholder {
  color: #ccc; }

/* IE */
input:-ms-input-placeholder {
  color: #ccc; }

/* Edge */
input::-ms-input-placeholder {
  color: #ccc; }

input[type="submit"] {
  background-color: #b98f41;
  color: #fff;
  outline: none;
  border: none; }
  input[type="submit"]:hover {
    cursor: pointer;
    opacity: .8; }

#page-header h1 {
  margin: 0; }
#page-header #contact-header p {
  margin: 0; }

#nav-main a {
  display: block; }

.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media (min-width: 667px) {
  .tategaki-md {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
.dropdown-btn {
  cursor: pointer; }
  .dropdown-btn:hover {
    filter: brightness(1.05); }

.dropdown-content {
  display: none; }

/*開発用*/
.memo {
  padding: .3em .5em;
  background-color: #FFE7FC;
  border: 2px solid red;
  color: red;
  font-weight: 600;
  display: inline-block; }

.memo:before {
  content: '開発メモ';
  font-size: .9em;
  display: block;
  text-decoration: underline; }

.container-ss {
  width: 94%;
  max-width: 800px;
  margin: 0 auto; }

.btn a {
  border-radius: .1em; }

body {
  overflow-x: hidden;
  background-color: #e3cda3;
  background-image: url("../images/bk.png");
  background-position: center;
  background-size: 50vh; }
  body#select #nav-main {
    background-color: transparent; }

.loading-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center; }
  .loading-wrapper .loading-icon {
    padding: 8px; }
    .loading-wrapper .loading-icon::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 200%;
      height: 200%;
      background-image: conic-gradient(#555555 0deg, #bbbbbb 360deg);
      animation-name: rotate;
      animation-duration: 3s;
      animation-timing-function: linear;
      animation-delay: 0;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
#btn-menu {
  display: none; }

p {
  line-height: 1.6; }

li {
  line-height: 1.3; }
  li p {
    line-height: 1.6; }

li p {
  margin-bottom: 0; }

a {
  color: #b98f41; }

#page-header h1 {
  left: 10%;
  max-width: 50%;
  position: fixed;
  top: 16px;
  z-index: 2; }

#pageHeader {
  background-color: darkgray;
  color: white; }
  #pageHeader h1 {
    margin-bottom: 0; }

#btn-menu-container {
  position: relative; }

#btn-menu {
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  background-color: white;
  border-radius: 50%; }
  #btn-menu div {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    transition: transform .5s;
    transform-origin: center center;
    background-color: black; }
    #btn-menu div:nth-child(1) {
      top: 30%; }
    #btn-menu div:nth-child(2) {
      top: 50%; }
    #btn-menu div:nth-child(3) {
      top: 70%; }
  #btn-menu.active div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg); }
  #btn-menu.active div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0); }
  #btn-menu.active div:nth-child(3) {
    top: 50%;
    transform: rotate(-225deg); }

#select #nav-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }
  #select #nav-main .items-gnav li {
    margin-bottom: 0; }
    #select #nav-main .items-gnav li a {
      line-height: 1.2;
      display: block;
      line-height: 1; }
  #select #nav-main a {
    border-radius: .2em; }
    #select #nav-main a:hover {
      text-decoration: none; }

body:not(#select) #nav-main {
  display: none;
  position: fixed;
  z-index: 1;
  background-color: white;
  top: 0;
  left: 16px;
  width: calc(100vw - 32px);
  height: calc(100vh - 16px);
  border-radius: 0 0 16px 16px;
  padding: 64px; }

#select #page-header {
  display: block; }
  #select #page-header .container #nav-main {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: static; }
    #select #page-header .container #nav-main .items-gnav ul li {
      text-align: center;
      margin-top: 2vh;
      margin-bottom: 2vh; }
      #select #page-header .container #nav-main .items-gnav ul li a {
        border: 4px solid #b98f41;
        border-radius: 1em;
        overflow: hidden;
        color: black;
        text-decoration: none; }

.list-pages li, .items-gnav ul li {
  margin-top: 2vh;
  margin-bottom: 2vh; }
  .list-pages li a, .items-gnav ul li a {
    font-size: 18px;
    border: 4px solid #b98f41;
    border-radius: 1em;
    overflow: hidden;
    color: black;
    text-decoration: none;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    text-align: center; }

#page-main {
  padding-top: 0;
  transition: padding-top 1s; }

#mv {
  position: relative; }
  #mv h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }

#slick-mv img {
  width: 100%; }

.wp-pagenavi {
  justify-content: center;
  display: flex;
  margin-top: 36px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    line-height: 1;
    display: inline-block;
    margin: .2em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wp-pagenavi a {
    background-color: white; }
    .wp-pagenavi a:hover {
      text-decoration: none; }
  .wp-pagenavi a.page,
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    width: 2.5em;
    height: 2.5em; }
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    color: white;
    border-color: transparent; }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    border-radius: 2em; }
    .wp-pagenavi a.nextpostslink:hover,
    .wp-pagenavi a.previouspostslink:hover {
      filter: brightness(1.1); }
  .wp-pagenavi .pages {
    width: 4em;
    height: 2.5em; }

section {
  padding-top: clamp(32px, 6.4vw, 96px);
  padding-bottom: clamp(16px, 4.8vw, 48px); }
  section h2 {
    margin-bottom: 1em;
    background-color: white;
    padding: .3em .5em;
    border-bottom: 4px solid #b98f41; }

#sect-contact h2 {
  font-size: 18px;
  border-width: 3px;
  padding-bottom: .5em; }

body.page section section {
  padding-top: 0;
  padding-bottom: 0; }

.sectHeader {
  padding-bottom: clamp(32px, 6.4vw, 96px);
  text-align: center; }
  .sectHeader p {
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 2.5;
    letter-spacing: .1em; }
    .sectHeader p strong {
      display: inline-block;
      padding: .3em 0;
      font-weight: normal;
      font-size: 1.1em; }

.qre {
  padding-top: 128px; }

.btn-link a {
  display: inline-block;
  padding: 1em 2em;
  color: white;
  background-color: #b98f41;
  font-weight: bold;
  line-height: 1;
  transform: scale(1);
  transition: transform .3s,filter .3s;
  filter: brightness(1); }
  .btn-link a:hover {
    transform: scale(1.05);
    filter: brightness(1.3);
    text-decoration: none; }

.btn-to-officialsite {
  text-align: center;
  margin-bottom: 1em; }
  .btn-to-officialsite a {
    display: inline-block;
    background-color: #b98f41;
    padding: 1em 2em;
    border-radius: .5em;
    transform: scale(1);
    transform-origin: center;
    transition: transform .3s, filter .3s;
    color: white;
    filter: brightness(1);
    font-size: 12px; }
    .btn-to-officialsite a img {
      margin-bottom: .5em; }
    .btn-to-officialsite a:hover {
      transform: scale(1.05); }

.show-ja,
.show-en,
.show-cht,
.show-chs,
.show-ko,
.show-fr {
  display: none; }

html[lang='ja'] .show-ja, html[lang='en'] .show-en, html[lang='zh-cmn-Hant'] .show-cht, html[lang='zh-cmn-Hans'] .show-chs, html[lang='ko'] .show-ko, html[lang='fr'] .show-fr {
  display: block; }

.wpcf7-list-item {
  display: block; }
  .wpcf7-list-item.first {
    display: none; }

.wpcf7-submit {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px; }

#sect-contact {
  padding-top: 0; }
  #sect-contact .container-s {
    padding: 12px 24px 0;
    background-color: white;
    border-radius: 8px; }
  #sect-contact h2 {
    letter-spacing: .05em; }
  #sect-contact table {
    width: 100%;
    margin-bottom: 24px; }
    #sect-contact table th, #sect-contact table td {
      border-left: none;
      border-right: none;
      padding-top: 1em;
      padding-bottom: 1em; }

#nav-back-languages {
  position: fixed;
  z-index: 4;
  width: 100%; }
  #nav-back-languages .list-back-languages {
    display: flex; }
    #nav-back-languages .list-back-languages li {
      text-align: center; }
      #nav-back-languages .list-back-languages li a {
        padding: .5em 1em;
        min-width: 7em;
        background-color: #b98f41;
        color: white;
        line-height: 1;
        filter: brightness(1); }
        #nav-back-languages .list-back-languages li a:hover {
          text-decoration: none;
          filter: brightness(1.1); }

#name-movie-form {
  display: none; }

.wpcf7 form.sent input[type="submit"] {
  display: none !important; }
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: white;
  border-radius: 1em;
  text-align: center; }

#btn-select-language {
  cursor: pointer; }

.title-movie-list-movie .title-sub-text {
  font-size: .7em; }

/*# sourceMappingURL=style.css.map */
