@charset "UTF-8";
/*
Theme Name: aioido
Author: qulne
Author URI: https://qulne.co.jp/
Description: qulne
*/
.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.imgC,
.tC,
.text-center,
.btn {
  text-align: center;
}

.imgC, .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
Theme Name: aioido
Author: qulne
Author URI: https://qulne.co.jp/
Description: qulne
*/
/*----------------------------------------------------
	element style 全サイト共通
----------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: auto !important;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  font-size: 1.6rem; /* 16px*/
  line-height: 2;
}

h1 {
  font-size: 36px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + (1vw - 0.64rem) * 2.1429); /* 24px~36pxで可変*/
  line-height: 1.3;
}

h2 {
  font-size: 30px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + (1vw - 0.64rem) * 0.7143); /* 20px~24pxで可変*/
  line-height: 1.3;
}

.fs_73 {
  font-size: 7.3rem;
}
@media screen and (max-width: 767px) {
  .fs_73 {
    font-size: 9vw;
  }
}

.fs_63 {
  font-size: 6.3rem;
}
@media screen and (max-width: 767px) {
  .fs_63 {
    font-size: 8vw;
  }
}

.fs_48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .fs_48 {
    font-size: 7.5vw;
  }
}

.fs_43 {
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .fs_43 {
    font-size: 7vw;
  }
}

.fs_33 {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .fs_33 {
    font-size: 4.8vw;
  }
}

.fs_30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .fs_30 {
    font-size: 4.2vw;
  }
}

.fs_28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .fs_28 {
    font-size: 4vw;
  }
}

.fs_25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .fs_25 {
    font-size: 3.7vw;
  }
}

.fs_23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .fs_23 {
    font-size: 3.5vw;
  }
}

.fs_20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fs_20 {
    font-size: 3.3vw;
  }
}

.fs_18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .fs_18 {
    font-size: 3.2vw;
  }
}

.fs_16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .fs_16 {
    font-size: 3.1vw;
  }
}

.fs_14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .fs_14 {
    font-size: 3vw;
  }
}

.fs_12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .fs_12 {
    font-size: 2.8vw;
  }
}

body {
  color: #373333;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: justify;
  text-justify: inter-ideograph;
}

input, textarea {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:link {
  text-decoration: none;
  color: #373333;
}
a:visited {
  color: #373333;
}
a.hover:hover {
  text-decoration: none;
  color: #9e5527;
}
a:active {
  color: #AF9B89;
}

ul li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1320px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}

.container-fluid {
  min-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    width: 100%;
    min-width: 100%;
  }
}

.container-wrap {
  width: 1290px;
  min-width: 1290px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-wrap {
    width: 100%;
    min-width: 100%;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.keycolor {
  color: #603813;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------
	element style 全サイト共通ここまで
----------------------------------------------------*/
.font-hina {
  font-family: "Hina Mincho", serif;
}

.font-shippori {
  font-family: "Shippori Mincho", serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Hina Mincho", serif;
}

.fc_bro {
  color: #9e5527 !important;
}

.fc_ora {
  color: #af4621 !important;
}

.bgc_nav {
  background-color: #173a49 !important;
}

.bgc_bro {
  background-color: #9e5527 !important;
}

.bgc_ora {
  background-color: #af4621 !important;
}

.bgc_bei {
  background-color: #f6ecde !important;
}

.title p {
  margin-bottom: 0;
  color: #9e5527;
}
article {
  padding: 70px 0 70px;
  scroll-margin-top: 14px;
}
@media screen and (max-width: 767px) {
  article {
    padding: 50px 0 50px;
    scroll-margin-top: -50px;
  }
}

table.table-clickable tr[data-href] {
  cursor: pointer;
}

.btn_link a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 500px;
  background-color: #9e5527;
  border-radius: 5px;
  color: #fff;
  line-height: 3em;
}

.sidemenu {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sidemenu p {
  position: relative;
  margin-top: 85px !important;
  padding-top: 150px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sidemenu p {
    padding-top: 100px;
  }
}
.sidemenu p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 130px;
  margin: auto;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .sidemenu p::before {
    height: 80px;
  }
}

.reverse-x {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.reverse-y {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.heading_line {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 横線を上下中央 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* 文字と横線を横並び */
}
.heading_line::before, .heading_line::after {
  background-color: #625f5f; /* 横線の色 */
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
  margin: 0 20px;
}

.heading_double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直中心 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平中心 */
}
.heading_double:before, .heading_double:after {
  border-bottom: 3px double #373333;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.heading_double:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.heading_double:after {
  margin-left: 0.5em; /* 文字の左隣 */
}

/*----------------------------------------------------
	ヘッダーメニュー
----------------------------------------------------*/
nav {
  text-align: right;
  width: 100%;
  top: 0;
  left: 10px;
  z-index: 10;
}
nav ul, nav li {
  list-style: none;
  display: inline;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  nav ul, nav li {
    line-height: 6em;
  }
}
@media screen and (max-width: 767px) {
  nav {
    background: transparent;
  }
}

/*----------------------------------------------------
	ナビゲーション
----------------------------------------------------*/
header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
header.hide {
  top: -100px;
}
header ul, header ol {
  margin: 0;
  list-style: none;
}
header .header-content {
  margin: 0 auto;
  max-width: 1630px;
  width: 100%;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
header img.logo {
  top: 15px;
  left: 20px;
  height: 50px;
  position: absolute;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  header img.logo {
    top: 0px;
    left: 10px;
    width: 20vw;
  }
}
header img.logo.active {
  opacity: 1;
}

.navigation {
  float: right;
}
@media screen and (max-width: 767px) {
  .navigation {
    position: fixed;
    -ms-touch-action: none;
        touch-action: none;
    background-color: #F8F6EF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navigation ul li {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .navigation ul li {
    display: block;
  }
}
.navigation ul li a {
  color: #373333;
  padding: 0px 20px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  .navigation ul li a {
    height: initial;
    line-height: initial;
    background: transparent;
    padding: 0px 10px;
    border-right: none;
    font-size: 25px;
    margin: 0;
    text-align: center;
  }
}
.navigation ul li img.splogo {
  width: 30vw;
  margin-bottom: 30px;
}
.navigation a.online {
  border: 1px solid #000;
}
.navigation a.online:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .navigation a.online {
    font-size: 20px;
  }
}

.navigation > ul > li.menu-item a:hover:after,
.navigation > ul > li.current-menu-item.menu-item a:after,
.navigation > ul > li.menu-item a.active:after {
  width: 50px;
  background: #373333;
}

.ios .navigation > ul > li.menu-item a:hover:after {
  width: 0;
}

.navigation > ul > li.menu-item a:after {
  /* display: block; */
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background: transparent;
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

header.fixed .logo img {
  width: 160px;
  height: 54px;
  top: 0px;
}
header.fixed .header-content {
  border-bottom: 0;
}
header.fixed .nav-toggle {
  top: 18px;
}
@media screen and (max-width: 767px) {
  header.fixed {
    background-color: transparent;
  }
}

/*メニューボタン*/
.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 20px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-toggle {
    display: block;
  }
}

.nav-toggle:before, .nav-toggle:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.nav-toggle:before {
  background-color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.nav-toggle:after {
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.nav-toggle span {
  background-color: #603813;
  bottom: auto;
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before, .nav-toggle span:after {
  background-color: #603813;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-toggle span:before {
  -webkit-transform: translateY(-6px) rotate(0deg);
          transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nav-toggle.close-nav:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
  background-color: #603813;
}

.nav-toggle.close-nav span:before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.navigation.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/*----------------------------------------------------
	パンクズリスト
----------------------------------------------------*/
#breadcrumb ul li {
  font-size: 1.2rem;
  display: inline;
}
#breadcrumb ul li a {
  color: #373333;
  text-decoration: underline;
}
#breadcrumb ul li:not(:last-child):after {
  content: " > ";
}

/*----------------------------------------------------
	タイトル
----------------------------------------------------*/
/*----------------------------------------------------
	トップ
----------------------------------------------------*/
.home #topimage {
  height: 100%;
  min-height: 600px;
}
.home #topimage img.logo {
  height: 300px;
  opacity: 0;
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}
.home #topimage img.logo.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .home #topimage {
    padding: 0;
  }
}
.home #topimage .slick-list, .home #topimage .slick-track {
  height: 100%;
}

/*----------------------------------------------------
	opening
----------------------------------------------------*/
#opening h2, #opening p {
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  text-align: justify;
  white-space: nowrap;
}
#opening h2 {
  position: absolute;
  top: -100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #opening h2 {
    right: 0;
  }
}
#opening p {
  line-height: 2.3em;
}
@media screen and (max-width: 767px) {
  #opening p {
    -webkit-writing-mode: unset !important;
        -ms-writing-mode: unset !important;
            writing-mode: unset !important;
  }
}
#opening .combine {
  text-combine-upright: all; /*標準（現在ほとんどの対応ブラウザで縦中横にしたい時に使われている） */
}

.text.is-active {
  --opacity: 1;
}

.char {
  display: inline-block;
  opacity: var(--opacity, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.05s * var(--char-index));
          transition-delay: calc(0.05s * var(--char-index));
}

/*----------------------------------------------------
	original
----------------------------------------------------*/
#original .icon {
  position: absolute;
}
#original .icon.icon_left {
  top: -100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #original .icon.icon_left {
    top: -50px;
    left: 10px;
  }
}
#original .icon.icon_right {
  top: 0px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #original .icon.icon_right {
    top: -50px;
  }
}
#original .icon img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #original .icon img {
    width: 5vw;
  }
}
#original .icon img.icon01 {
  top: 0;
  left: 0;
}
#original .icon img.icon02 {
  top: 70px;
  left: 70px;
}
@media screen and (max-width: 767px) {
  #original .icon img.icon02 {
    top: 20px;
    left: 5vw;
  }
}
#original .icon img.icon03 {
  top: -10px;
  left: 140px;
}
@media screen and (max-width: 767px) {
  #original .icon img.icon03 {
    left: 10vw;
  }
}
#original .icon img.icon04 {
  top: 0px;
  right: 200px;
}
@media screen and (max-width: 767px) {
  #original .icon img.icon04 {
    right: 10vw;
  }
}
#original .icon img.icon05 {
  top: -50px;
  right: 110px;
}
@media screen and (max-width: 767px) {
  #original .icon img.icon05 {
    top: -20px;
    right: 5vw;
  }
}
#original #org_info {
  background-color: #f6ecde;
  z-index: 0;
}
#original #org_info .firstimg {
  margin-top: -120px;
}
#original #price p {
  padding: 3px;
}
#original #price p.item {
  text-align: center;
  border: 1px solid #000;
  border-radius: 50rem;
  padding: 3px 1rem;
}
#original #price .keshobox {
  border: 1px solid #000;
}
#original #flow {
  background-color: #f6ecde;
}
#original #flow .step_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #original #flow .step_block {
    margin-bottom: 15px;
  }
}
#original #flow .step_block p.step {
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #9e5527;
}
@media screen and (max-width: 767px) {
  #original #flow .step_block p.step {
    top: 0px;
    position: relative;
    margin: 0;
  }
}
#original #flow .step_block h3 {
  color: #9e5527;
  display: inline-block;
  line-height: 1.5em;
  border-bottom: 1px solid #9e5527;
  margin-bottom: 1em;
}
#original #qa h3.accordion-header {
  border-top: 1px solid #173a49;
}
#original #qa .accordion-button:not(.collapsed) {
  background-color: #f6ecde;
}
#original #qa .accordion-button:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#original #qa .accordion-button:not(.collapsed) {
  color: #373333;
}
#original #gallarey img {
  border-radius: 20px;
}

.pframe {
  position: relative;
  border: 1px solid #373333;
  background-color: #373333;
}
.pframe::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.pframe img {
  position: relative;
  padding: 10px;
  z-index: 10;
}

.tframe h3 {
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .tframe h3 {
    margin-bottom: 0.5em;
  }
}
.tframe {
  margin-bottom: 1em;
}

.info_block {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .info_block {
    margin-bottom: 20px;
  }
}

.org_info_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.org_info_slider.slick-dotted.slick-slider .slick-dots {
  bottom: 10px;
}

.slide-arrow:hover {
  opacity: 0.7;
}
.slide-arrow.slick-disabled {
  display: none !important;
}
.slide-arrow.prev-arrow {
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.slide-arrow.next-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 3vw;
  }
}

/*----------------------------------------------------
	商品一覧
----------------------------------------------------*/
#item .icon {
  position: absolute;
}
#item .icon.icon_left {
  top: -120px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  #item .icon.icon_left {
    top: -50px;
    left: 10px;
  }
}
#item .icon.icon_right {
  top: 150px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #item .icon.icon_right {
    top: -50px;
  }
}
#item .icon img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #item .icon img {
    width: 10vw;
  }
}
#item .icon img.icon01 {
  top: 0;
  left: 0;
}
#item .icon img.icon02 {
  top: 0px;
  right: 200px;
}
@media screen and (max-width: 767px) {
  #item .icon img.icon02 {
    right: 10vw;
  }
}
#item .icon img.icon03 {
  top: -50px;
  right: 110px;
}
@media screen and (max-width: 767px) {
  #item .icon img.icon03 {
    top: -20px;
    right: 5vw;
  }
}
#item .figure_block {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  #item .figure_block {
    margin: 10px 0;
  }
}
#item .figure_block figure {
  line-height: 1;
  margin: 0;
}
#item .figure_block figure .fs_12 {
  line-height: 1.5em;
}
#item .figure_block p {
  line-height: 1;
  margin-top: 2px;
}
#item .figure_block a {
  color: #9e5527;
}
#item .figure_block a:hover {
  cursor: pointer;
  opacity: 0.8;
}
#item .label {
  position: absolute;
  top: 0;
  right: 0;
}
#item .label .ribbon {
  position: relative;
  display: block;
  padding: 8px 15px 8px 30px;
  margin-bottom: 3px;
  text-align: center;
  padding-right: 15px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  text-decoration: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  background-color: #9e5527;
}
#item .label {
  /* 疑似要素に平行四辺形の装飾を指定する */
}
#item .label .ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/*----------------------------------------------------
	about
----------------------------------------------------*/
#about .icon {
  position: absolute;
}
#about .icon.icon_left {
  top: -90px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  #about .icon.icon_left {
    top: -50px;
    left: 10vw;
  }
}
#about .icon img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #about .icon img {
    width: 12vw;
  }
}
#about .icon img.icon01 {
  top: 0;
  left: 0;
}
#about .history tr td {
  line-height: 1.5em;
  padding-bottom: 1em;
}
#about .history tr td.year {
  padding-right: 1em;
  white-space: nowrap;
  vertical-align: top;
}

/*----------------------------------------------------
	news
----------------------------------------------------*/
#news {
  background-color: #f2f3f3;
}
#news .news-block {
  position: relative;
  border-bottom: 1px solid #373333;
}
#news .news-block:first-child {
  border-top: 1px solid #373333;
}
#news .news-block:hover {
  cursor: pointer;
}
#news span.cate {
  background-color: #625f5f;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 5px;
  width: 100%;
}
#news .modal-body span.cate {
  width: initial;
}
#news span.date, #news span.cont {
  color: #373333;
  text-decoration: none;
}
#news span.cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
  overflow: hidden;
}
#news .widget-area {
  padding: 5px 5px 1px;
  margin-bottom: 5px;
}
#news .widget-area ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 5px;
}
#news .widget-area ul li.widget-container {
  list-style-type: none;
  padding: 5px;
  margin-bottom: 5px;
}
#news .widget-area ul li {
  padding: 10px 0px;
}
#news .widget-area ul li.widget-container ul li {
  border-top: 1px solid #CCC;
}
#news .widget-area ul li span.post-date {
  display: block;
}
#news .widget-area ul li.cat-item {
  padding: 0px;
  border: none;
}
#news .widget-area span.post-date {
  color: #a77b53;
}
#news .post hr {
  border-top: 1px solid #ccc;
}
#news a .post:hover, #news .widget-area a:hover {
  color: #9e5527;
}

/*----------------------------------------------------
	モーダル
----------------------------------------------------*/
#news .modal-dialog {
  min-width: 1320px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 99999999;
  overflow: scroll;
}
.modal .modal-dialog {
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 100%;
    min-width: 100% !important;
    padding: 10px;
  }
}
.modal .modal-header {
  display: block;
}
.modal .modal-header h2 {
  text-align: center;
  line-height: 2em;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .modal-footer {
  display: block;
}
.modal .modal-footer p:hover {
  cursor: pointer;
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
#contact {
  background-color: #f2f3f3;
}
#contact p.waku {
  border: 1px solid #9e5527;
  border-radius: 5px;
  line-height: 3em;
}
#contact p.tel {
  letter-spacing: 0.03em;
}
#contact .contactform {
  max-width: 600px;
  margin: 0 auto;
}
#contact .table-contactform7 {
  color: #373333;
}
#contact .table-contactform7 th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #contact .table-contactform7 th {
    text-align: left;
  }
}
#contact .table-contactform7 th, #contact .table-contactform7 td {
  background-color: transparent;
  padding: 10px 10px;
}
@media screen and (max-width: 767px) {
  #contact .table-contactform7 th, #contact .table-contactform7 td {
    display: block;
    width: 100%;
  }
}
#contact .table-contactform7 th {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #contact .table-contactform7 th {
    padding: 3px 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #contact .table-contactform7 td {
    padding-left: 0px;
    border-top: transparent;
    padding-top: 0;
  }
}
#contact .table-contactform7 .aster {
  color: #fff;
  background-color: #a77b53;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 5px;
}
#contact .table-contactform7 .noaster {
  padding-right: 60px;
}
#contact .table-contactform7 select {
  word-wrap: normal;
  line-height: 3rem;
  border: none;
  height: 40px;
  padding: 0 10px;
}
#contact .recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
#contact .recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
#contact input:not(.policy):not([type=radio]):not([type=checkbox]), #contact textarea {
  width: 100%;
}
#contact #privacy-policy {
  font-size: 80%;
  border: 1px solid #AF9B89;
  background-color: #fff;
  padding: 20px 30px;
  height: 230px;
  overflow-y: scroll;
}
#contact ::-webkit-scrollbar {
  width: 10px;
}
#contact ::-webkit-scrollbar-track {
  border-radius: 10px;
}
#contact ::-webkit-scrollbar-thumb {
  background: #AF9B89;
}

.grecaptcha-badge {
  visibility: hidden;
}

div.screen-reader-response {
  display: none;
}

.wpcf7 input {
  padding: 8px;
  line-height: 1.6;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-list-item {
  display: block !important;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-size: 1.2em;
  width: 200px;
  height: 56px;
  margin: 0 auto;
  display: block;
  background: #aaa;
  margin-top: 20px;
  border-radius: 5px;
}

div.wpcf7 input.wpcf7-submit:enabled {
  background: #AF9B89;
}

div.wpcf7 input.wpcf7-submit:enabled:hover {
  background-color: rgba(175, 155, 137, 0.8);
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  font-size: 80%;
  color: #f00;
}

.wpcf7 .wpcf7-response-output {
  color: #f00;
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #B94A48 !important;
  background: #F2DEDE;
}

/*----------------------------------------------------
	プライベートポリシー
----------------------------------------------------*/
#private-policy ul li {
  list-style: disc;
}

/*----------------------------------------------------
	サイトポリシー
----------------------------------------------------*/
#site-policy ul li {
  list-style: decimal;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer_banner {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #f2f3f3;
}
.footer_banner.hide {
  bottom: -100px;
}

footer img.logo {
  width: 100px;
}
footer ul {
  float: right;
}
footer ul li {
  display: inline-block;
}

/*----------------------------------------------------
	トップへ戻る
----------------------------------------------------*/
.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 15px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (max-width: 767px) {
  .progress-wrap {
    bottom: 7px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: url(./images/return_arrow.svg);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #F8F2DD;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: url(./images/return_arrow.svg);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: -webkit-linear-gradient(152deg, var(--red), var(--yellow));
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

.progress-wrap:hover::before {
  opacity: 0.5;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #F8F2DD;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ==========================================================================
	editor 
	Wordpress ネイティブcss 
========================================================================== */
.post p {
  display: block;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .post p iframe {
    width: 100%;
  }
}
.post img {
  max-width: 100%;
}
.post a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

.pager a, .pager .current {
  color: #9e5527;
  padding: 10px;
  position: relative;
  margin: 3px;
}
.pager a:after, .pager .current:after {
  content: "";
  background-color: rgba(167, 123, 83, 0.2);
  border-radius: 50%; /*角丸*/
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.pager .current {
  color: #fff;
}
.pager .current:after {
  background-color: #9e5527;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  /*    overflow: hidden;
      zoom: 1;*/
}

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

/*----------------------------------------------------
	アニメーション
----------------------------------------------------*/
.fadeIn {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated_on {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
}

.fadeInUp.animated_on {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swing {
  -webkit-animation-name: decoSwing;
          animation-name: decoSwing;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: calc(0.05s * var(--icon-index));
          animation-delay: calc(0.05s * var(--icon-index));
}

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

@keyframes decoSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
.onoff {
  -webkit-animation-name: OnOff;
          animation-name: OnOff;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: calc(0.5s * var(--img-index));
          animation-delay: calc(0.5s * var(--img-index));
}

@-webkit-keyframes OnOff {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes OnOff {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.swaying {
  -webkit-animation: swaying 1s ease-in-out infinite alternate;
          animation: swaying 1s ease-in-out infinite alternate;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-duration: calc(1s + 0.2s * var(--char-index));
          animation-duration: calc(1s + 0.2s * var(--char-index));
}

@-webkit-keyframes swaying {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes swaying {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_
---------------------------------------------- */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 1000;
  -webkit-transition: 1s;
  transition: 1s;
}

.loading.hidden {
  visibility: hidden;
  opacity: 0;
}

.animated {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.animated.animated_on {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}