/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */



dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
/*input,*/
optgroup,
/*select,*/
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@charset "UTF-8";
/*------------------------
全体基本設定
------------------------*/
/*html {
  scroll-behavior: smooth;
}*/

h1 a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
h1 a:hover{
  transition: all .3s;
  opacity: .5;
}
}
i{
  transition: all .3s;
}
@media screen and (min-width: 768px) {
i:hover{
  transition: all .3s;
  opacity: .5;
}
}
body {
  font-size: clamp(16px, 0.93vw, 18px);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

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

/*--------- サイズ位置調整 --------*/

.inner-w {
  max-width: 1500px;
  width: calc(100% - 200px);
  margin: 0 auto;
}

.inner-n {
  max-width: 1050px;
  width: 62.5%;
  margin: 0 auto;
}

.margin-auto{
  margin: 0 auto;
}

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

.bl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bold{
  font-weight: 600;
}
/*------- fv内tel・アイコン ------*/
.fvheader-flexWraps {
  position: absolute;
  top: 100px;
  right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  transition: all 0.3s;
  z-index: 9999;
}

.fvheader-flexWraps.is-disappear {
  position: fixed;
  color: #000000;
  transition: all 1s;
  z-index: 9999;
  opacity: 0;
}

.fvheader-flexWraps__tel {
  font-size: clamp(15px, 0.93vw, 18px);
}

.tel-no {
  font-size: clamp(19px, 1.354vw, 26px);
}

.fvIcon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}

.fvIcon .fvIcon__item {
  margin-right: 20px;
}

.fvIcon .fvIcon__item:last-of-type {
  margin-right: 0;
}

/*ページトップボタン*/
.for-page-top {
  background-color: rgba(0, 0, 0, 0.75);
  width: 50px;
  height: 50px;
  right: 25px;
  bottom: 25px;
  position: fixed;
  z-index:8;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.for-page-top::after {
  content: "↑";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}

.for-page-top.appear {
  opacity: 1;
  pointer-events: visible;
  cursor: pointer;
  transition: all 0.5s;
}


/*--------- 見出し ----------*/
.bl-largeTitle-ja {
  font-size: clamp(30px , 2.08vw , 40px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 13px;
}

.bl-largeTitle-en {
  text-align: center;
  color: #045591;
}

.bl-middleTitle-ja {
  font-size: clamp(22.5px , 1.56vw , 30px);
  font-weight: 500;
  line-height: 1;
  padding-left: 58px;
  padding-right: 58px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #045591;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.bl-middleTitle-ja::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: #045591;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(35deg);
}

.bl-middleTitle-ja::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 2px;
  background-color: #045591;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
}

.bl-smallTitle-ja {
  font-size: clamp(18px , 1.25vw , 24px);
  line-height: 1.75;
}

/*--------- ボタン ----------*/
.bl-btn {
  background-color: #999329;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
.bl-btn:hover {
  filter: brightness(1.1);
  transition: all 0.3s;
}
}
.bl-btn a {
  display: block;
  width:  clamp(230px , 20.8333vw , 300px);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  line-height: 1;
}

.bl-btn__page-top {
  padding-left: 30px;
  position: relative;
}

.bl-btn__page-top::after {
  content: "";
  font-family: "Line Awesome Free"; font-weight: 900; content: "\f30b";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #ffffff;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
.bl-btn__page-top:hover::after {
  right: 10px;
  transition: all 0.3s;
}
}

.bl-btn__under {
  margin: 0 auto;
  text-align: center;
}

/*----- 画像サイズ調整 -----*/
.img-size-adjust {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.img-size-adjust img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

section {
  margin-top: 100px;
}

/*------ トップロゴ ------*/
.fvLogo {
  position: absolute;
  font-size: clamp(28px, 1.875vw, 36px);
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体" ,  sans-serif ;
  font-weight: 700;
  top: 40px;
  left: 50px;
  line-height: 1.26;
  z-index: 9;
  color: #fff;
  max-width: 16%;
  min-width: 120px;
}

.fvLogo.is-disappear{
  opacity: 1;
}
.logo__size-s {
  font-size: clamp(13px, 0.88vw, 17px);
  font-weight: 700;
  padding-left: 5px;
  vertical-align: middle;
}

/*------------------------
js
-------------------------*/

.is-filter{
  position: relative;
  transition: all .3s;
}

.is-filter::after{
  transition: all .3s;
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0 , 0 , 0 , .5);
  z-index: 1;
}

.is-disappear{
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

/*-------------------------
動き
--------------------------*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

.under-fv{
    margin-top: 0;
}


.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/*-------------------------
下層ページ共通
--------------------------*/
/*下層メイン画像*/
.under-fvImg{
    width: 100%;
    padding-top: 26%;
    position:relative;
    margin-bottom: 100px;
}

/*下層ページ内リンク*/

.under-pageLink{
  margin-top: 60px;
}

.under-pageLink-list{
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}

.under-pageLink-list__item{
  width: calc(25% - 15px);
  margin-right: clamp(15px ,1.04vw  , 20px);
  border: 1px solid #000;
  margin-bottom: clamp(15px ,1.04vw  , 20px);
  transition: all .3s;
}
@media screen and (min-width: 768px) {
.under-pageLink-list__item:hover{
  transition: all .3s;
  opacity: .5;
}
}

.under-pageLink-list__item a{
  position: relative;
  width: 100%;
  height: 100%;
  padding: clamp(15px ,1.04vw  , 20px) clamp(15px ,1.04vw  , 20px) clamp(15px ,1.04vw  , 20px) 10px;
  display: block;
  line-height: 1;
  font-size: max(.9vw , 15px);
  transition: all .3s;
}

.under-pageLink-list__item a::after{
  position: absolute;
  content: '';
  font-family: "Line Awesome Free"; font-weight: 900; content: "\f107";
  font-size: max(.9vw , 14px);
  top: 50%;
  right: min(3.125vw , 27px);
  transform: translate(100% , -50%);
}

.under-pageLink .under-pageLink-list__item:nth-child(4n){
  margin-right: 0;
}

/*------------------------
レスポンシブ
-------------------------*/
/* 768px~ */
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .none-tab{
    display: block;
  }
  .tab{
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .tab{
    display: block;
  }

  .none-tab{
    display: none;
  }


  .under-pageLink-list__item{
    width: calc(33% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .under-pageLink-list .under-pageLink-list__item:nth-of-type(4n){
    margin-right: 10px;
  }
  .under-pageLink-list .under-pageLink-list__item:nth-of-type(3n){
    margin-right: 0;
  }


  .under-pageLink-list__item a::after{
    right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  body {
    font-size: clamp(14px , 3.46vw, 26px);
    letter-spacing: 0.05em;
  }
  .inner-content {
    width: 84%;
  }
  .inner-w {
    width: 89.3333%;
  }
  .inner-n {
    width: 89.3333%;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

/*--------- 見出し ----------*/

  .bl-largeTitle-ja {
    font-size: clamp(20px , 5.333vw , 40px);
  }
  .bl-largeTitle-en {
    font-size: clamp(17px , 3.066vw, 23px);
  }
  .bl-middleTitle-ja {
    font-size: clamp(21px , 4.8vw, 36px);
    padding-left: max(8.93vw, 33px);
    padding-right: max(8.93vw, 33px);
    margin: max(6.66vw, 25px) auto;
  }
  .bl-middleTitle-ja::before {
    width: 1px;
    height: max(8vw, 30px);
  }
  .bl-middleTitle-ja::after {
    width: 1px;
    height: max(8vw, 30px);
    left: unset;
    transform: translateY(-50%) rotate(35deg);
    right: 0;
  }
  .bl-smallTitle-ja {
    font-size: clamp(18px , 4vw, 30px);
    letter-spacing: 0.1em;
  }
/*--------- ボタン ----------*/

  .bl-btn a {
    padding-top: max(3.33vw, 16px);
    padding-bottom: max(3.333vw, 16px);
    width: 66vw;
  }

  .bl-btn__page-top {
    padding-left: 38px;
    margin: 0 auto;
  }
  .bl-btn__page-top {
    padding-left: 38px;
  }

  .fvLogo {
    font-size: max(5vw, 15px);
    top: 40px;
    left: 5.3333%;
    font-weight: 700;
  }
  .fvLogo.is-disappear{
    opacity: 0;
  }
  .logo__size-s {
    font-size: clamp(10px, 0.88vw, 17px);
  }
  /*下層ページ内リンク*/

  .under-pageLink{
    margin-top: 60px;
  }

  .under-pageLink-list{
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
  }

  .under-pageLink-list__item{
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }


  .under-pageLink-list__item a{
    padding: 15px 15px 15px 10px;
    font-size: clamp(13px ,2.67vw , 20px);
  }
  .under-pageLink-list .under-pageLink-list__item:nth-of-type(3n){
    margin-right: 10px;
  }
  .under-pageLink-list .under-pageLink-list__item:nth-of-type(2n){
    margin-right: 0;
  }

  .under-pageLink .under-pageLink-list__item:nth-child(4n){
    margin-right: 0;
  }
  .under-pageLink-list__item a::after{
    right: 20px;
  }

}



@media screen and (max-width: 1024px) {
  .under-fvImg{
    padding-top: 50%;
    margin-bottom: 50px;
  }


  section {
    margin-top: 50px;
  }

/*ページトップボタン*/
  .for-page-top {
    width: 40px;
    height: 40px;
    bottom: 80px;
  }
  .for-page-top::after{
    font-size: 20px;
  }
}

@charset "UTF-8";

/*-------------------
  Header
-------------------*/
#header {
  width: 100%;
  height: 85px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s;
}

#header .header-flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-color: #fff;
}

.header-logo {
  width: 240px;
  margin-left: 40px;
}
#header.top-head.on-scroll {
  color: #000000;
  transition: all 0.3s;
}

#header.top-head.on-scroll a {
  color: #000000;
  transition: all 0.3s;
}

#header.under-head.on-scroll {
  color: #000000;
  transition: all 0.3s;
}

#header.under-head.on-scroll a {
  color: #000000;
  transition: all 0.3s;
}


#header .header-reserve-btn a {
  color: #fff;
  line-height: normal;
}

#header.on-scroll .header-reserve-btn a {
  color: #fff;
}

#header .outsideNavi.is-transparent {
  opacity: 0.5;
  transition: all 0.3s;
}

#header.on-scroll .outsideNavi__list-item:last-of-type::after {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transition: all 0.3s;
}

#header.on-scroll .outsideNavi__list-item:last-of-type::before {
  background: #000;
}

#header.on-scroll .outsideNavi__list-item a::after {
  background: #000;
}

#header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  opacity: 0.5;
  top: -100%;
  z-index: -1;
  transition: all 0.3s;
}

#header.on-scroll::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}

#header.under-head.on-scroll .header-tel-btn a{
  color: #fff;
}

#header .outsideNavi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 45px;
}

#header .outsideNavi__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
}

#header .outsideNavi__list-item {
  margin-right: 35px;
}

#header .outsideNavi__list-item:last-of-type {
  margin-right: 0;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

#header .outsideNavi__list-item:last-of-type::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 0;
  pointer-events: none;
  transition: all 0.3s;
}

#header .outsideNavi__list-item:last-of-type::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -0.5px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
}

#header .outsideNavi__list-item:last-of-type:hover::before {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}



#header .outsideNavi__list-item a {
  font-size: clamp(15px, 0.93vw, 18px);
  position: relative;
  padding-bottom: 5px;
}

#header .outsideNavi__list-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -0.5px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
}

#header .outsideNavi__list-item a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

/*------- 言語選択 -------*/

#header .change-language {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  width: 100%;
  transition: max-height 1s, transform 1s; /* transformプロパティを追加 */
}

#header .language-ttl {
  font-size: clamp(15px, 0.93vw, 18px);
}

#header .change-language a {
  color: #000000;
  font-size: 15px;
  line-height: 1;
  padding: 11px 15px;
  display: block;
}

#header.on-scroll .change-language a{
  color: #000;
  transition: all .3s;
}

#header .outsideNavi__list-item .language-item a::after {
  display: none;
}

#header .change-language .language-item {
  border-bottom: 2px solid #bbbbbb;
}
@media screen and (min-width: 768px) {
header .outsideNavi__list-item .language-item a:hover{
  transition: all .3s;
  opacity: .5;
}
}

#header .change-language .language-item:last-of-type {
  border-bottom: unset;
}

#header .change-language.is-appear {
  max-height: 200px; /* 適切な高さに調整してください */
  pointer-events: auto;
  transform: translateY(0);
  transition: max-height 1s;
}

#header .header-tel-btn {
  display: none;
}

#header .header-reserve-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 85px;
  background-color: #ff5a00;
  /*margin-right: 100px;*/
  position: relative;
  z-index: 9999;
  transition: all .3s;
}

#header .header-reserve-btn a {
  padding: 30px 32px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
#header .header-reserve-btn:hover{
  transition: all .3s;
  opacity: 0.75;
}
}
/*------ ハンバーガーメニュー ------*/
#header #g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  right: -700px;
  width: min(45vw, 700px);
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
#header  #g-nav .hamburgerLogo{
  display: none;
  width: 170px;
}
#header #g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  right: 0;
  transition: all 0.3s;
}

#header #g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 700px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#header #g-nav ul {
  position: absolute;
  z-index: 999;
  top: 142px;
  left: min(5.2vw, 100px);
}

#header #g-nav.panelactive ul {
  display: block;
}

#header #g-nav li {
  list-style: none;
  text-align: left;
}

#header #g-nav li a {
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-size: clamp(14px , 3.2vw, 22px);
}

#header #g-nav li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 8px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
#header #g-nav li a:hover::before {
  transform: scale(1, 1);
}
}
#header #g-nav li.inside-nav__reserve-check a {
  display: block;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
#header #g-nav li.inside-nav__reserve-check a:hover{
  transition: all .3s;
  opacity: 0.75;
}
}
#header #g-nav li.inside-nav__reserve-check a::before {
  display: none;
}

#header .openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100px;
  height: 85px;
  background-color: #fff;
}

#header .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 35px;
  height: 2px;
  transform: scaleY(0.5) translateY(1px);
  background-color: #444444;
  width: 30px;
}

#header .openbtn1 span:nth-of-type(1) {
  top: 30px;
}

#header .openbtn1 span:nth-of-type(2) {
  top: 41px;
}

#header .openbtn1 span:nth-of-type(3) {
  top: 52px;
}

#header .openbtn1.active span:nth-of-type(1) {
  top: 42px;
  left: 36px;
  transform: rotate(-45deg);
  width: 30px;
  height: 1px;
}

#header .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  height: 1px;
}

#header .openbtn1.active span:nth-of-type(3) {
  top: 48px;
  left: 37px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
  height: 1px;
}
#header .inside-nav__reserve-check {
  background-color: #dddddd;
  margin-top: 48px;
  margin-bottom: 80px;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
#header .inside-nav__reserve-check:hover {
  transition: all .3s;
  opacity: .75;
}
}
#header .inside-nav__reserve-check a {
  font-size: clamp(15px, 0.93vw, 18px);
  padding: 15px 22px;
  display: block;
  text-align: center;
}

/*----- ハンバーガーメニュー内tel・sns -----*/
#header .address-inNav {
  position: absolute;
  top: 100px;
  right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  transition: all 0.3s;
  opacity: 0;
}

#header .address-inNav.is-appear {
  position: fixed;
  color: #000000;
  transition: all 1s;
  z-index: 9999;
  opacity: 1;
}

#header .address-inNav__tel {
  font-size: clamp(15px, 0.93vw, 18px);
}

#header button.is-disappear{
  opacity: 1;
  pointer-events:unset;
}
/*-------------------
  Header
-------------------*/
@media screen and (max-width: 1280px) {
  #header #g-nav .hamburgerLogo.tab{
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  #header #g-nav .hamburgerLogo.tab{
    display: block;
  }

  /*#header{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 5.333%;
    left: unset;
    right: 5.33%;
  }*/
  #header .header-flexWrap {
    justify-content: center;
  }

  .header-logo {
    margin-left: 0px;
  }

  #header::after{
    display: none;
  }

  #header.on-scroll a {
    color: #fff;
  }

  #header.on-scroll::after {
    background-color: unset;
  }

  #header.on-scroll .header-tel-btn a{
    color: #fff;
  }
  #header .outsideNavi {
    margin-right: 0;
  }

  #header .outsideNavi__list-item:last-of-type::before {
    transform: scale(1, 1);
  }

  /*------- 言語選択 -------*/
  #header.language-ttl {
    font-size: clamp(14px , 3.2vw, 24px);
  }

  #header.change-language a {
    font-size: max(2.3vw, 13px);
    line-height: 1;
    padding: 10px 15px;
  }

  #header .header-reserve-btn {
    width: 50%;
    height: min(14.66vw , 100px);
    margin-right: 0;
  }

  #header .header-reserve-btn a {
    padding: 0;
    line-height:  min(14.66vw , 100px);
    text-align: center;
    font-size: clamp(14px , 3.7333vw, 28px);
  }

  #header .sp-navButton {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
  }

  #header .header-tel-btn {
    display: block;
    width: 50%;
    height:  min(14.66vw , 100px);
    background-color: #000000;
    position: relative;
    z-index: 9999;
  }

  #header .header-tel-btn a {
    font-size: clamp(14px , 3.7333vw, 28px);
    display: block;
    text-align: center;
    color: #fff;
  }


  #header .tel-no {
  font-size:clamp(20px , 5.333vw , 40px);
}

  /*------ ハンバーガーメニュー ------*/
  #header #g-nav {
    width: 100%;
    right: -100%;
  }

  #header #g-nav.panelactive #g-nav-list {
    width: 100%;
  }

  #header #g-nav ul {
    top: 5.3333%;
    text-align: center;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, 0);
    padding-left: 13.333vw;
  }

  #header #g-nav li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #header #g-nav li a {
    text-align: center;
    margin: 0 auto;
    font-size: clamp(18px , 4.26vw, 32px);
    padding: 10px;
  }

  #header  #g-nav .inside-nav__reserve-check{
    width: fit-content;
    margin: 10.666vw 0 0;
  }


  /*========= ボタンのためのCSS ===============*/

  #header .openbtn1 {
    position: relative;
    right: unset;
    top: unset;
    width: 18.66vw;
    height:  min(14.66vw , 100px);
  }

  #header .openbtn1 span {
    left: 5.966vw;
    width: 6vw;
  }

  #header .openbtn1 span:nth-of-type(1) {
    top: 39%;
  }

  #header .openbtn1 span:nth-of-type(2) {
    top: 53%;
  }

  #header .openbtn1 span:nth-of-type(3) {
    top: 67%;
  }

  #header .openbtn1.active span:nth-of-type(1) {
    top: 50%;
    left: 30%;
    transform: rotate(-45deg);
    width: 43%;

  }

  #header .openbtn1.active span:nth-of-type(3) {
    top: 50%;
    left: 30%;
    transform: rotate(45deg);
    width: 43%;
  }


  /*----- ハンバーガーメニュー内tel・sns -----*/


  #header .address-inNav {
    top: 30px;
    right: 30px;
  }


  #header button.is-disappear{
    opacity: 0;
    pointer-events:none;
    transition: all.3s;
  }
  #header #g-nav .hamburgerLogo{
    display: block;
    position: relative;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体" , sans-serif;
    font-weight: 700;
    line-height: 1.26;
    z-index: 9;
    color: #000;
    font-size: max(5vw, 15px);
    top: 0;
    left: -8vw;
    font-weight: 700;
    margin-bottom: 13.3333vw;
  }

  #header .address-inNav.is-appear{
    position: relative;
  }
  #header #g-nav li.address-inNav{
  width: 100%;
  text-align: center;
  margin-left: 0;
  padding-top: 9.33vw;
  border-top: 1px solid #000;
}

#header .address-inNav__tel{
  font-size: clamp(14px , 3.7333vw, 28px);
  text-align: center;
}

#header .outsideNavi.is-transparent {
  opacity: 1;
  transition: all 0.3s;
  color: #000;
  position: relative;
  z-index: 9999;
}

#header .outsideNavi.is-transparent .outsideNavi__list-item:last-of-type::before{
  background: #000;
}


#header .outsideNavi.is-transparent .outsideNavi__list-item:last-of-type::after{
  border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

#header #g-nav .hamburger-language{
  width: fit-content;
  position: absolute;
  margin-right: 0;
  padding-right: 20px;
  position: absolute;
  cursor: pointer;
  color: #000;
  right: 5.333%;
  top: 0;
}


#header #g-nav .hamburger-language::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 0;
  pointer-events: none;
  transition: all 0.3s;
}

#header #g-nav .hamburger-language::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -0.5px;
  transform-origin: left top;
  transition: transform 0.3s;
}
}

/*--------------------------
#Footer
---------------------------*/
/*下層フッター上部余白*/
.under-footer {
  margin-top: 100px;
}

#footer{
  width: 100%;
  background-color: #eee6de;
  padding-top: 58px;
  color: #000000;
}

#footer a{
  transition: all .3s;
}
@media screen and (min-width: 768px) {
#footer a:hover{
  transition: all .3s;
  opacity: .75;
}
}

#footer .footer-upper-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}

#footer .footer-logo {
  width: 240px;
}

#footer .footer-name {
  font-size: clamp(16px, 1.14vw, 22px);
  margin-top: 40px;
  margin-bottom: 20px;
}

#footer .footer-address {
  font-size: clamp(15px, 0.93vw, 18px);
  font-style: normal;
}

#footer .footer-nav-wrap {
  width: 500px;
  margin-top: 85px;
}

#footer .footer-reserve-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffffff;
  margin: 0 0 30px auto;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
#footer .footer-reserve-btn:hover{
  opacity: .75;
  transition: all .3s;
}
}
#footer .footer-reserve-btn a {
  padding: 18px 9.11vw 18px 26px;
  font-size: clamp(15px, 0.93vw, 18px);
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all .3s;
  background-color: #ff5a00;
  color: #fff;
}
@media screen and (min-width: 768px) {
#footer .footer-reserve-btn a:hover {
  opacity: .75;
  transition: all .3s;
}
}
#footer .footer-reserve-btn a::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f30b";
  font-size: clamp(15px, 1.04vw, 20px);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
#footer .footer-reserve-btn a:hover::after {
  right: 10px;
  transition: all 0.3s;
}
}

#footer .copy {
  font-size: clamp(13px, 0.83vw, 16px);
  color: #000000;
  background-color: #ffffff;
  /*padding: 45px 0 50px;*/
  padding: 15px 0 15px;
  width: 100%;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #footer  {
    padding-top: max(13.3333vw, 50px);
  }

  #footer .footer-upper-wrap {
    display: block;
    width: 78.666%;
    padding-bottom: 0px;
  }

  .footer-logo {
    width: max(41.6vw, 156px);
    margin: 0 auto;
  }

  #footer .footer-name {
    font-size: clamp(18px , 3.7333vw, 28px);
    margin-top: clamp(18px , 4.93vw, 35px);
    margin-bottom: clamp(16px , 4.4vw, 30px);
    text-align: center;
  }

  #footer .footer-address {
    font-size: clamp(14px , 3.2vw, 24px);
    font-style: normal;
    text-align: center;
  }

  #footer .footer-nav-wrap {
    width: 100%;
    margin-top: max(7.466vw, 28px);
  }

  #footer .footer-reserve-btn {
    margin: 0 auto max(10vw, 37px);
  }

  #footer .footer-reserve-btn a {
    padding: clamp(12px , 3.2vw, 24px) 0 clamp(12px , 3.2vw, 24px) clamp(24px , 6vw, 48px);
    font-size: clamp(14px , 3.46vw, 26px);
    width: 66.66vw;
    text-align: left;
    margin: 0 auto;
  }

  #footer .copy {
    font-size: clamp(12px , 3.2vw, 24px);
    padding: max(5.33vw, 20px) 0 max(6.66vw, 25px);
  }
}

@charset "UTF-8";

@-webkit-keyframes horizontal {
    0% {
        transform: translateX(0) scale(1.2);
    }

    100% {
        transform: translateX(100px) scale(1.2);
    }
}

@keyframes horizontal {
    0% {
        transform: translateX(0) scale(1.2);
    }

    100% {
        transform: translateX(100px) scale(1.2);
    }
}

/* =========================================================

 変数のみ

========================================================= */

/******
animation

*******/
@-webkit-keyframes fluffy1 {
    0% {
        transform: translateY(0);
    }

    5% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-10px);
    }

    25% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fluffy1 {
    0% {
        transform: translateY(0);
    }

    5% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-10px);
    }

    25% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    line-height: 1.8;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: bottom !important;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    font-family: "\6E38\30B4\30B7\30C3\30AF   Medium", YuGothic, "Yu Gothic", sans-serif, "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF", "Hiragino Sans";
    overflow: auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    /*color: #674b3b;*/
    text-decoration: none;
    transition: 0.3s;
    transition-timing-function: ease;
}

a:hover {
    opacity: 0.7;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-family: "\6E38\30B4\30B7\30C3\30AF   Medium", YuGothic, "Yu Gothic", sans-serif, "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF", "Hiragino Sans";
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

/* Box sizing
// --------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Elements
--------------------------------------------- */
/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.nav-links {
    padding-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 45%;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    padding-top: 20px;
    display: block;
}

.nav-links .nav-previous .nav-subtitle,
.nav-links .nav-next .nav-subtitle {
    display: none;
}

.nav-links .nav-next {
    position: relative;
    text-align: left;
}

.nav-links .nav-previous {
    float: right;
    text-align: right;
    position: relative;
}

.wrap {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.gold__btn {
    padding: 6px;
    border-radius: 10px;
    position: relative;
    background-color: #a88949;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #a88949;
    transition: 0.3s;
    transition-timing-function: ease;
    position: relative;
    font-weight: bold;
    width: 90%;
    line-height: 1;
}

.gold__btn:hover {
    background-color: #fff;
    opacity: 1;
    color: #a88949;
}

.gold__btn:hover .btn_arrow {
    background-color: #a88949;
}

.gold__btn:hover .btn_arrow::after {
    content: "";
    background: url(../../images/btn_arrow_on.png) no-repeat left 0px center;
    width: 13px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

.btn_arrow {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 20px;
    transition: 0.3s;
    transition-timing-function: ease;
}

.btn_arrow::after {
    content: "";
    background: url(../../images/btn_arrow.png) no-repeat left 0px center;
    width: 13px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
    background-size: contain;
    transition: 0.3s;
    transition-timing-function: ease;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.p-breadcrumb__lists {
    max-width: 1640px;
    padding: 10px 20px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.p-breadcrumb__lists li {
    display: inline-block;
    vertical-align: middle;
}

.p-breadcrumb__lists li:not(:last-child)::after {
    content: ">";
    padding: 10px;
}

.p-breadcrumb__lists li a {
    text-decoration: underline;
    transition: 0.3s;
    transition-timing-function: ease;
}

.p-breadcrumb__lists li a:hover {
    opacity: 0.7;
}

.p-breadcrumb__lists li:last-child a {
    text-decoration: none;
    pointer-events: none;
}

.page-numbers {
    display: inline-block;
    padding: 8px 13px;
    margin: 0 5px;
}

.page-numbers.current {
    background-color: #a88949;
    color: #fff;
}

.p-breadcrumb {
    max-width: 1220px;
    padding: 0 10px;
    margin: 10px auto 100px;
    width: 100%;
    font-size: 0.9em;
}

.main_visual {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 290px;
    background-size: cover;
}

.page_fair .main_visual,
#single_fair .main_visual {
    background: url(../../images/header/fair-min.jpg) no-repeat center center;
    background-size: cover;
    background-position: 100% 10%;
    margin-top: 85px;
}

.date-95 .ui-datepicker-trigger,
.wpcf7-form-control-wrap .ui-datepicker-trigger {
    width: 28px;
    padding: 0 0 2px 2px;
}

.heading__outline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    display: inline-block;
    color: #a88949;
    /* 文字の色 */
    font-family: serif;
    /* 文字のサイズ */
    letter-spacing: 8px;
    /* 文字間 */
    text-shadow: 4px 4px 5px #ffffff, -4px 4px 5px #ffffff, 4px -4px 5px #ffffff, -4px -4px 5px #ffffff, 4px 0px 5px #ffffff, 0px 4px 5px #ffffff, -4px 0px 5px #ffffff, 0px -4px 5px #ffffff;
    /* 文字の影 */
}

.heading__outline .title--style {
    font-size: 2em;
}

.heading__outline .script--style {
    font-size: 20px;
    font-feature-settings: "palt";
    font-weight: bold;
}

.heading__outline .title--style_ja {
    font-size: 1.5em;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    line-height: 1.5;
}

.gold {
    color: #a88949;
}

.middle {
    vertical-align: middle;
}

/* Posts and pages
--------------------------------------------- */
#searchform_page {
    max-width: 840px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

#searchform_page .fair_search {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 63px;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    color: #a88949;
    font-weight: bold;
    font-size: 2em;
    border-bottom: 1px solid #a88949;
    padding: 10px 50px 0;
}

#searchform_page .search_way {
    color: #51311b;
    font-family: serif;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 15px;
}

#searchform_page img.ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: block;
    background-size: contain;
    width: 30px;
    z-index: 1;
    cursor: pointer;
}

#searchform_page .search_case {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

#searchform_page .search_case input {
    margin-right: 5px;
    height: 15px;
    width: 15px;
}

#searchform_page .search_case label {
    font-size: 1.2em;
}

#searchform_page .calender {
    position: relative;
    margin-bottom: 63px;
}

#searchform_page .calender input {
    width: 100%;
    border: 1px solid #a19388;
    border-radius: 10px;
    padding: 15px;
    line-height: 2;
}

#searchform_page .submit_btn {
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    max-width: 380px;
    position: relative;
    background-color: #a88949;
    border: 1px solid #a88949;
    color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: 0.3s;
    transition-timing-function: ease;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    transition-timing-function: ease;
}

#searchform_page .submit_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #a88949;
}

#searchform_page .submit_btn_arrow {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    transition-timing-function: ease;
}

#searchform_page .submit_content {
    border-radius: 5px;
    background-color: #a88949;
    border: 1px solid #a88949;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    transition-timing-function: ease;
}

#searchform_page .submit_content:hover {
    background-color: #fff;
    color: #a88949;
    opacity: 1;
}

#searchform_page .submit_btn_arrow:hover::before {
    background-color: #a88949;
}

#searchform_page .submit_btn_arrow:hover::after {
    background: url(../../images/btn_arrow_on.png) no-repeat left 0px center;
    z-index: 2;
    width: 11px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 108px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

#searchform_page .submit_btn_arrow::before {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 104px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

#searchform_page .submit_btn_arrow::after {
    content: "";
    background: url(../../images/btn_arrow.png) no-repeat left 0px center;
    z-index: 2;
    width: 11px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 108px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

.result_area {
    border-top: 1px solid #a88949;
    margin-bottom: 60px;
    padding-top: 50px;
    text-align: center;
}

.result_area .nav-links {
    border: none !important;
}

.result_area .keyword_result_txt span {
    font-weight: bold;
    font-size: 1.2em;
}

.result_area .result_fair_txt {
    margin-bottom: 55px;
    font-size: 1.3em;
}

.result_area .result_fair_txt .result_fair_num {
    font-size: 1.5em;
    color: #a88949;
    font-weight: bold;
}

.result_area .result_post_item {
    border-top: 6px solid #51311b;
    margin-bottom: 50px;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.result_area .result_post_item a {
    display: block;
    transition: 0.3s;
    transition-timing-function: ease;
}

.result_area .result_post_item a:hover {
    opacity: 0.7;
}

.result_area .result_post_item .result_post_item_inner {
    display: flex;
    justify-content: space-between;
}

.result_area .result_post_item .result_post_img {
    display: block;
    width: 100%;
    width: 37%;
    position: relative;
    overflow: hidden;
}

.result_area .result_post_item .result_post_img img {
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.result_area .result_post_item .result_post_img .noneImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    color: #a88949;
}

.result_area .result_post_item .fair_day {
    font-size: 1.2em;
    color: #a88949;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.result_area .result_post_item .result_post_info {
    width: 60%;
    text-align: left;
}

.result_area .result_post_item .result_post_info .fair_title {
    color: #674b3b;
    text-decoration: underline;
    margin-bottom: 10px;
    font-weight: bold;
}

.result_area .result_post_item .result_post_info .fair_tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.result_area .result_post_item .result_post_info .fair_tags li {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f2eeeb;
    color: #5d5d5c;
    margin: 0 5px 5px 0;
    line-height: 1;
    font-size: 0.8em;
}

.result_area .result_post_item .fair_content {
    padding: 10px;
    display: block;
    text-align: left;
}

.result_area .result_post_item .time_flex {
    margin-bottom: 20px;
}

.result_area .result_post_item .time_data {
    padding: 10px 10px 0;
    text-align: left;
}

.result_area .result_post_item .time_data span {
    display: inline-block;
    margin-right: 10px;
    color: #674b3b;
    font-weight: bold;
}

.result_area .result_post_item .times {
    display: inline-flex;
}

.result_area .result_post_item .times li::after {
    content: "~\3001";
}

.result_area .result_post_item .times li:last-child::after {
    content: "~";
}

.result_area .result_post_item .fair_btn {
    background-color: #a88949;
    color: #fff;
    display: inline-block;
    padding: 5px 20px 5px 30px;
    border-radius: 5px;
    border: 1px solid #a88949;
    font-weight: bold;
    transition: 0.3s;
    transition-timing-function: ease;
    line-height: 1;
}

.result_area .result_post_item .fair_btn:hover {
    background-color: #fff;
    opacity: 1;
    color: #a88949;
}

.result_area .result_post_item .fair_btn:hover .btn_arrow {
    background-color: #a88949;
}

.result_area .result_post_item .fair_btn:hover .btn_arrow::after {
    content: "";
    background: url(../../images/btn_arrow_on.png) no-repeat left 0px center;
    width: 13px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

#single_fair {
    margin-bottom: 50px;
}

#single_fair .single_fair__day {
    color: #674b3b;
    font-size: 0.9em;
    margin-top: 80px;
}

#single_fair .single_fair__ttl {
    font-weight: bold;
    font-size: 1.4em;
    color: #674b3b;
    margin: 40px 0 20px;
    line-height: 1.5;
}

#single_fair .single_fair__category {
    margin-bottom: 50px;
}

#single_fair .single_fair__category li {
    display: inline-block;
    background-color: #f2eeeb;
    font-size: 0.8em;
    text-align: center;
    padding: 5px 15px;
    line-height: 1.5;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom:10px;
}

#single_fair .thumbImg {
    margin-bottom: 40px;
}

#single_fair .single_fair__content {
    margin-bottom: 40px;
    color: #51311b;
    font-size: 1.1em;
}

#single_fair .single_fair__present {
    margin-bottom: 100px;
    background-color: #f6f5f3;
    padding: 30px;
}

#single_fair .single_fair__present h2 {
    color: #a88949;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

#single_fair .single_fair__presentitem {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

#single_fair .single_fair__presentitem::before {
    content: "\25CF";
    color: #a88949;
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    line-height: 1.1;
    top: 3px;
    left: 0;
}

#single_fair .single_fair__presentitem h3 {
    font-weight: bold;
}

#single_fair .single_fair__table {
    width: 100%;
    margin-bottom: 50px;
}

#single_fair .single_fair__table th,
#single_fair .single_fair__table td {
    border-bottom: 1px solid #a88949 !important;
    padding: 15px 5px;
}

#single_fair .single_fair__table th {
    width: 130px;
    text-align: left;
    font-weight: bold;
    color: #a88949;
}

#single_fair .single_fair__table .times li {
    display: inline-block;
}

#single_fair .single_fair__table .times li:last-child::after {
    display: none;
}

#single_fair .single_fair__table .times li::after {
    content: " / ";
}

#single_fair .single_fair__reserv {
    border: 1px solid #a88949;
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 50px;
}

#single_fair .single_fair__reserv h2 {
    color: #a88949;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 35px;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
}

#single_fair .single_fair__reserv .times {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

#single_fair .single_fair__reserv .times li {
    border-bottom: 1px solid #a88949;
}

#single_fair .single_fair__reserv .times dl {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
}

#single_fair .single_fair__reserv .times dl dt {
    color: #51311b;
    line-height: 1.5;
}

#single_fair .single_fair__reserv .times dl dt p {
    color: #51311b;
    line-height: 1;
}

#single_fair .single_fair__reserv .times dl dd {
    text-align: right;
}

#single_fair .single_fair__reserv .times .reserv_btn {
    background-color: #a88949;
    color: #fff;
    border: none;
    padding: 11px 55px 9px;
    line-height: 1;
    cursor: pointer !important;
    transition: 0.3s;
    transition-timing-function: ease;
}

#single_fair .single_fair__reserv .times .reserv_btn:hover {
    opacity: 0.7;
}

#single_fair .fair_content_flex .fair__content_desc .fair__tokuten {
    padding: 30px 20px;
    background-color: #f6f5f3;
    color: #51311b;
}

#single_fair .fair_content_flex .fair__content_desc .fair__tokuten h3 {
    text-align: center;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    font-weight: bold;
    color: #a88949;
    font-size: 1.5em;
    margin-bottom: 30px;
}

#single_fair .fair_content_flex .fair__content_desc .fair__tokuten .tokuten_midashi {
    font-weight: bold;
}

#single_fair .fair_content_flex .fair__content_desc .fair__tokuten .tokuten_naiyou {
    margin-bottom: 30px;
}

#single_fair .noneImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    background-color: #cebe9a;
    position: relative;
    text-align: center;
}

#single_fair .noneImg::after {
    content: "NO IMAGE";
    position: absolute;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}

.contactpage {
    max-width: 920px;
    width: 100%;
    border-radius: 30px;
    padding: 0 10px;
    color: #674b3b;
    margin: 50px auto 0px;
}

.contactpage .contactpage_inner {
    width: 100%;
}

.contactpage h2 {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    color: #a88949;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    margin-bottom: 20px;
}

.contactpage .contact_desc1 {
    margin-bottom: 10px;
}

.contactpage .contact_desc2 {
    font-size: 0.9em;
    background-color: #fdf6f6;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.contactpage .form1 {
    margin-bottom: 50px;
}

.contactpage .basic_contactform {
    width: 100%;
}

.contactpage .basic_contactform th {
    background-color: #f3f0e3;
    text-align: left;
    padding: 8px;
}

.contactpage .basic_contactform td {
    width: 100%;
}

.contactpage .basic_contactform td input {
    border: 1px solid #a88949;
}

.contactpage .basic_contactform td input:focus {
    border: 2px solid #a88949;
}

.contactpage .basic_contactform select {
    border-color: #a88949;
}

.contactpage .basic_contactform textarea {
    width: 100%;
    height: 100%;
}

.contactpage .basic_contactform .input_ttl {
    display: inline-flex;
    align-items: center;
}

.contactpage .basic_contactform .require {
    display: inline-block;
    font-size: 0.8em;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    line-height: 1;
    color: #fff;
    background-color: #a88949;
}

.contactpage .basic_contactform .any {
    display: inline-block;
    font-size: 0.8em;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    line-height: 1;
    color: #fff;
    background-color: #ccc;
}

.contactpage .wpcf7-list-item {
    margin: 0 20px 0 0;
}

.contactpage .confirmwrap {
    text-align: center;
    margin: 20px 0;
}

.contactpage .confirmwrap input {
    background-color: #a88949;
    border: 2px solid #a88949 !important;
    color: #fff;
    border: none;
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 15px 35px 15px;
    line-height: 1;
    cursor: pointer !important;
    transition: 0.3s;
    transition-timing-function: ease;
    font-weight: bold;
    font-size: 1.2em;
}

.contactpage .confirmwrap input:hover {
    color: #a88949;
    background-color: #fff;
}

.fair_contactpage {
    max-width: 920px;
    width: 100%;
    margin: 50px auto 100px;
    border-radius: 30px;
    padding: 0 10px;
    color: #674b3b;
}

.fair_contactpage .fair_contactpage_inner {
    width: 100%;
    margin: 0 auto;
}

.fair_contactpage h2 {
    text-align: center;
    margin-bottom: 30px;
}

.fair_contactpage h2 span {
    display: block;
    margin-bottom: 10px;
}

.fair_contactpage h2 .disp_title {
    width: 100%;
    resize: none;
    pointer-events: none;
    text-align: center;
    border: none;
    font-size: 1.5em;
    color: #674b3b;
    height: 90px;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    font-weight: bold;
}

/*.fair_contactpage h2 textarea {
    width: 100%;
    resize: none;
    pointer-events: none;
    text-align: center;
    border: none;
    font-size: 1.5em;
    color: #674b3b;
    height: 90px;
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    font-weight: bold;
}*/

.fair_contactpage .row {
    overflow: hidden;
}

.fair_contactpage dl {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
    border-bottom: 1px solid #a88949;
}

.fair_contactpage dl dt {
    text-align: left;
    /*width: 100px;*/
    width: 250px;
    font-weight: bold;
}

.fair_contactpage dl dd {
    /*width: calc(100% - 100px);*/
    width: calc(100% - 250px);
}

.fair_contactpage dl input {
    pointer-events: none;
    border: none;
    text-align: left;
}

.fair_contactpage textarea[name=fair_time] {
    border: 0;
    resize: none;
    width: 100%;
    pointer-events: none;
}

.fair_contactpage .inputform {
    overflow: hidden;
}

.fair_contactpage .inputform .input_ttl {
    display: flex;
    align-items: center;
    text-align: left;
}

.fair_contactpage .inputform .input_ttl .require {
    display: inline-block;
    font-size: 0.8em;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    line-height: 1;
    color: #fff;
    background-color: #a88949;
}

.fair_contactpage .inputform .input_ttl .any {
    display: inline-block;
    font-size: 0.8em;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    line-height: 1;
    color: #fff;
    background-color: #ccc;
}

.fair_contactpage .inputform label {
    font-weight: bold;
}

.fair_contactpage .inputform input[type=text],
.fair_contactpage .inputform textarea,
.fair_contactpage .inputform input[type=tel],
.fair_contactpage .inputform input[type=email],
.fair_contactpage .inputform input[type=date] {
    /* padding: 2px 10px; */
    border: 1px solid #a88949;
    width: 100%;
    display: inline-block;
    line-height: 1.8;
    outline: none;
}

.fair_contactpage .inputform input[type=text]:active,
.fair_contactpage .inputform input[type=text]:focus,
.fair_contactpage .inputform textarea:active,
.fair_contactpage .inputform textarea:focus,
.fair_contactpage .inputform input[type=tel]:active,
.fair_contactpage .inputform input[type=tel]:focus,
.fair_contactpage .inputform input[type=email]:active,
.fair_contactpage .inputform input[type=email]:focus,
.fair_contactpage .inputform input[type=date]:active,
.fair_contactpage .inputform input[type=date]:focus {
    border: 2px solid #a88949;
}

.fair_contactpage .inputform input[type=text]::-moz-placeholder,
.fair_contactpage .inputform textarea::-moz-placeholder,
.fair_contactpage .inputform input[type=tel]::-moz-placeholder,
.fair_contactpage .inputform input[type=email]::-moz-placeholder,
.fair_contactpage .inputform input[type=date]::-moz-placeholder {
    font-size: 0.8em;
}

.fair_contactpage .inputform input[type=text]:-ms-input-placeholder,
.fair_contactpage .inputform textarea:-ms-input-placeholder,
.fair_contactpage .inputform input[type=tel]:-ms-input-placeholder,
.fair_contactpage .inputform input[type=email]:-ms-input-placeholder,
.fair_contactpage .inputform input[type=date]:-ms-input-placeholder {
    font-size: 0.8em;
}

.fair_contactpage .inputform input[type=text]::placeholder,
.fair_contactpage .inputform textarea::placeholder,
.fair_contactpage .inputform input[type=tel]::placeholder,
.fair_contactpage .inputform input[type=email]::placeholder,
.fair_contactpage .inputform input[type=date]::placeholder {
    font-size: 0.8em;
}

.fair_contactpage .submitwrap {
    text-align: center;
    margin: 50px 0;
}

.fair_contactpage .submitwrap input {
    background-color: #a88949;
    color: #fff;
    border: none;
    padding: 10px 35px 8px;
    line-height: 1;
    cursor: pointer !important;
    transition: 0.3s;
    transition-timing-function: ease;
}

.fair_contactpage .submitwrap input:hover {
    opacity: 0.7;
}

.fair_contactpage .confirm .confirmwrap {
    text-align: center;
    margin: 50px 0;
}

.fair_contactpage .confirm .confirmwrap input {
    background-color: #a88949;
    border: 2px solid #a88949 !important;
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 15px 35px 15px;
    line-height: 1;
    cursor: pointer !important;
    transition: 0.3s;
    transition-timing-function: ease;
    font-weight: bold;
    font-size: 1.2em;
}

.fair_contactpage .confirm .confirmwrap input:hover {
    color: #a88949;
    background-color: #fff;
}

.fair_contactpage .farform_table th {
    background-color: #f3f0e3;
    text-align: left;
}

.fair_contactpage .farform_table td {
    width: 100%;
}

.fair_contactpage .farform_table select {
    border-color: #a88949;
    border-width: 1px;
}

.fair_contactpage .farform_table textarea {
    width: 100%;
    height: 100%;
}

.fair_contactpage .farform_table .input_ttl {
    display: inline-flex;
    align-items: center;
}

.fair_contactpage .farform_table .require {
    display: inline-block;
    font-size: 0.8em;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    line-height: 1;
    color: #fff;
    background-color: #a88949;
}

.fair_contactpage .farform_table .any {
    display: inline-block;
    font-size: 0.8em;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    line-height: 1;
    color: #fff;
    background-color: #ccc;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

@media screen and (min-width: 768px) {
    #single_fair .single_fair__reserv .times dl {
        display: flex;
        justify-content: space-evenly;
        max-width: 750px;
        align-items: center;
    }

    #single_fair .single_fair__reserv .times .reserv_day {
        display: inline-block;
        margin: 0 20px 5px 0;
    }

    #single_fair .single_fair__reserv .times dl dt p {
        display: inline-block;
    }
}

@media screen and (min-width: 901px) {
    .sponly {
        display: none !important;
    }

    .nav-links {
        padding-top: 0;
        border-top: 1px solid #d4c5a5;
    }

    .nav-links .nav-next a::before {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid #a88949;
        border-right: 1px solid #a88949;
        display: inline-block;
        vertical-align: middle;
        transform: rotate(-135deg);
        margin-left: 10px;
    }

    .nav-links .nav-next span {
        padding-left: 20px;
    }

    .nav-links .nav-previous a::after {
        content: "";
        width: 10px;
        height: 10px;
        border-left: 1px solid #a88949;
        border-top: 1px solid #a88949;
        display: inline-block;
        vertical-align: middle;
        transform: rotate(135deg);
        margin-right: 10px;
    }

    .nav-links .nav-previous span {
        padding-right: 20px;
    }

    .wrap {
        max-width: 1020px;
        padding: 0 10px;
    }

    .gold__btn {
        max-width: 240px;
        padding: 10px;
        width: 100%;
        max-width: 300px;
    }

    .gold__btn.mw500 {
        max-width: 400px !important;
    }

    .main_visual {
        height: 540px;
    }

    .heading__outline .title--style {
        font-size: 4em;
        line-height: 1.2;
    }

    .heading__outline .script--style {
        font-size: 24px;
    }

    .heading__outline .title--style_ja {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: auto;
        font-size: 3em;
    }

    #searchform_page {
        margin: 0 auto 100px;
    }

    #searchform_page .search_case label {
        margin-right: 20px;
    }

    #searchform_page .submit_btn {
        font-size: 1.2em;
    }

    .result_area {
        margin-bottom: 100px;
    }

    .result_area .result_post_item .result_post_img {
        background-color: #cebe9a;
    }

    .result_area .result_post_item .result_post_img img {
        width: 100%;
        /* max-height: 300px; */
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .result_area .result_post_item .result_post_img .noneImg {
        background-color: #cebe9a;
    }

    .result_area .result_post_item .result_post_img .noneImg::after {
        content: "NO IMAGE";
        position: absolute;
        display: inline-block;
        height: 40px;
        vertical-align: middle;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
    }

    .result_area .result_post_item .fair_day {
        font-size: 1.6em;
        text-align: center;
    }

    .result_area .result_post_item .result_post_info {
        padding: 20px 40px;
    }

    .result_area .result_post_item .result_post_info .fair_title {
        font-size: 1.5em;
    }

    .result_area .result_post_item .fair_content {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #a88949;
    }

    .result_area .result_post_item .time_flex {
        display: flex;
        margin-bottom: 10px;
    }

    .result_area .result_post_item .time_data {
        font-size: 1.1em;
        margin-right: 30px;
    }

    #single_fair .single_fair__reserv .times dl {
        justify-content: space-between;
    }

    #single_fair {
        margin-bottom: 100px;
    }

    #single_fair .single_fair__ttl {
        font-size: 2em;
    }

    #single_fair .single_fair__table {
        margin-bottom: 100px;
    }

    #single_fair .single_fair__reserv .times dl dt {
        font-size: 1.3em;
    }

    /*#single_fair .single_fair__reserv .times .reserv_btn {
        margin-left: 50px;
    }*/

    #single_fair .fair_content_flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    #single_fair .fair_content_flex .fair__content_img {
        width: 50%;
    }

    #single_fair .fair_content_flex .fair__content_desc {
        width: 45%;
    }

    .contactpage {
        margin: 50px auto 100px;
    }

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

    .contactpage .basic_contactform th {
        width: 250px;
        vertical-align: top;
        text-align: center;
        text-align: left;
        padding: 30px 10px;
    }

    .contactpage .basic_contactform td {
        padding: 30px 0 34px 20px;
        /* width: calc(100% - 250px); */
    }

    .contactpage .basic_contactform th,
    .contactpage .basic_contactform td {
        border-bottom: 1px solid #674b3b;
    }

    .contactpage .confirmwrap {
        margin: 50px 0;
    }

    .contactpage .contact_desc2 {
        padding: 20px 10px;
        text-align: center;
    }

    .fair_contactpage textarea[name=fair_time] {
        vertical-align: baseline;
        line-height: 2;
        height: 40px;
    }

    .fair_contactpage .submitwrap input {
        margin-left: 50px;
    }

    .fair_contactpage .confirm .confirmwrap input {
        max-width: 600px;
        width: 100%;
    }

    .fair_contactpage .confirm input[type=text] {
        width: 58%;
    }

    .fair_contactpage .farform_table {
        width: 100%;
    }

    .fair_contactpage .farform_table th {
        width: 250px;
        vertical-align: top;
        padding: 30px 10px;
    }

    .fair_contactpage .farform_table td {
        padding: 30px 0 27px 20px;
        width: calc(100% - 250px);
    }

    .fair_contactpage .farform_table th,
    .fair_contactpage .farform_table td {
        border-bottom: 1px solid #674b3b;
    }
    .fair_contactpage .farform_table th p{
    	display:inline-block;
    }

    #catalogpage .tab_label {
        width: 32%;
    }
}

@media only screen and (max-width: 900.99px) {
    .pconly {
        display: none !important;
    }

    .nav-links .nav-previous a,
    .nav-links .nav-next a {
        width: 100%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-links .nav-next::after {
        content: "NEXT";
        display: block;
        font-size: 0.9em;
        color: #a88949;
        position: absolute;
        top: -25px;
        right: 5px;
        border-bottom: 1px solid #a88949;
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    .nav-links .nav-previous::after {
        content: "PREV";
        display: block;
        font-size: 0.9em;
        color: #a88949;
        position: absolute;
        top: -25px;
        left: 5px;
        border-bottom: 1px solid #a88949;
        width: 100%;
        text-align: right;
        padding-right: 10px;
    }

    .p-breadcrumb__lists li {
        font-size: 0.8em;
    }

    .heading__outline .title--style {
        font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "\6E38\660E\671D\4F53", "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Noto Serif JP", serif, sans-serif;
    }

    #searchform_page .search_case {
        justify-content: space-between;
    }

    #searchform_page .search_case label {
        width: 48%;
        text-align: left;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #a88949;
    }

    .result_area .result_post_item .result_post_item_inner {
        margin: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #a88949;
    }

    .result_area .result_post_item .result_post_img {
        margin: auto 0;
    }

    .result_area .result_post_item .result_post_img img {
        height: 100%;
    }

    .result_area .result_post_item .fair_btn {
        width: 95%;
        margin: 0 0 30px;
    }

    #single_fair .single_fair__reserv .times dl dt {
        margin-bottom: 10px;
    }

    #single_fair .single_fair__reserv .times dl dd {
        display: flex;
        justify-content: space-between;
    }

    #single_fair .single_fair__reserv .times dl dd p {
        font-size: 1.1em;
        font-weight: bold;
    }

    #single_fair .single_fair__reserv .times .reserv_day {
        font-weight: bold;
        font-size: 1.15em;
    }

    #single_fair .fair_content_flex .fair__content_desc .fair__tokuten {
        margin-bottom: 50px;
    }

    .contactpage .form1.presheet {
        border-top: 1px solid #a88949;
        padding-top: 50px;
    }

    .contactpage .basic_contactform td {
        margin: 20px 0;
    }

    .contactpage .basic_contactform td input[type=text],
    .contactpage .basic_contactform td textarea,
    .contactpage .basic_contactform td input[type=tel],
    .contactpage .basic_contactform td input[type=email],
    .contactpage .basic_contactform td input[type=date] {
        padding: 5px;
        width: 100%;
    }

    .wedding_day .cf_datepicker {
        width: 40% !important;
    }

    .contactpage .basic_contactform th,
    .contactpage .basic_contactform td {
        display: block;
    }

    .fair_contactpage {
        margin: 30px auto 100px;
    }

    .fair_contactpage textarea[name=fair_time] {
        height: 50px;
        line-height: 1.5;
    }

    .fair_contactpage .farform_table td {
        margin: 20px 0;
    }

    .fair_contactpage .farform_table th,
    .fair_contactpage .farform_table td {
        padding: 5px 10px;
        display: block;
    }

    /*追加*/
    .page_fair .main_visual,
    #single_fair .main_visual {
        background-position: 70% 10%;
    }

    .fair_contactpage dl dt {
        width: 200px;
    }

    .fair_contactpage dl dd {
        width: calc(100% - 200px);
    }
}

@media all and (-ms-high-contrast: none) {
    .middle {
        vertical-align: baseline;
        line-height: unset;
    }

    .result_area .result_post_item .result_post_img img {
        width: auto;
        height: auto;
        overflow: hidden;
    }
}

.not-found{
	padding:4.0rem 0;
}
.not-found .flexbox{
	display:flex;
}
.not-found .page-content p{
	margin-bottom:2.0rem;
}
.not-found h2{
	font-family: serif;
	font-weight:bold;
	font-size:1.4rem;
	margin-bottom:0.5rem;
}
@media only screen and (max-width: 900px) {
	.not-found .flexbox {
	  display: block;
	}
	.not-found .flexbox a{
		margin-bottom:1.0rem;
	}
}