/*
Theme Name: サンアイランド
*/
/*-----------------------------------------------
 基本設定
-----------------------------------------------*/ :root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-theme: #F8B400;
  --color-content1: #fcffde;
  --color-content2: #F2FAFF;
  --color-content3: #f0f0f0;
  --color-brown: #755e35;
  --color-black: #333333;
  --color-gray: #cccccc;
  --color-blue: #408d8f;
  --color-hover: #0068b7;
  --color-link: #0068b7;
}
/*---------------------------------------------
Common Style
---------------------------------------------*/
.rich_font {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.swiper-pagination-bullet {
  background-color: var(--color-theme) !important;
}
.underline1 {
  box-shadow: 0 -10px 0 inset var(--color-content1);
}
.underline2 {
  box-shadow: 0 -10px 0 inset var(--color-content2);
}
h2.heading {
  position: relative;
  width: 100%;
  margin: 50px 0;
  padding: 0 0 30px 0;
  color: var(--color-theme);
  font-size: 1.5rem;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 47%, var(--color-theme) 47%, var(--color-theme) 53%, rgba(0 0 0 / 0) 53%, rgba(0 0 0 / 0) 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
}
h2.heading.sp {
  display: none;
}
h2.heading::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 10px;
  color: var(--color-theme);
  font-size: 3.5rem;
}
h2.heading::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
/*  width: 50px;*/
  height: 50px;
  background-image: url(img/img_logomark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
h2.left.heading {
  margin: 0 0 30px;
  text-align: left;
  background-image: linear-gradient(90deg, var(--color-theme) 0%, var(--color-theme) 6%, rgba(0 0 0 / 0) 6%, rgba(0 0 0 / 0) 100%);
}
h2.left.heading::before {
  opacity: 0.3;
}
h2.left.heading::after {
  display: none;
}
.heading2 {
  padding: 10px 20px;
  font-size: 1.3em;
  font-weight: normal;
  text-align: inherit;
  border-left: 10px solid var(--color-theme);
  max-width: 2000px;
  margin: 0 auto 10px;
}
.catchphrase {
  color: var(--color-theme);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .catchphrase {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width:1023px) {
  h2.heading.pc {
    display: none;
  }
  h2.heading.sp {
    display: block;
  }
  .shop .catchphrase {
    text-align: center;
    margin: 10px 0;
  }
  .shop .subtitle {
    text-align: center;
  }
  .shop .topContent .txtWrap img {
    max-width: 150px;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  h2.heading, .heading2 {
    font-size: 1.0rem;
  }
  h2.heading::before {
    font-size: 1.8rem;
  }
  h2.heading::after {
    top: -30px;
/*    width: 30px;*/
    height: 30px;
  }
  .catchphrase {
    font-size: 1.8rem;
  }
}
@media (max-width: 425px) {
  .catchphrase {
    font-size: 1.4rem;
  }
}
/* 改行
---------------------------*/
br.tb, br.sp {
  display: none;
}
@media (max-width: 1023px) {
  br.tb {
    display: block;
  }
  br.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
/* 背景が伸びる矢印ボタン
---------------------------*/
.arrow-extend {
  padding: 20px;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.arrow-extend::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: var(--color-theme);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}
.arrow-extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.arrow-extend:hover::before {
  width: 100%;
}
span.button-text {
  padding: 0 50px;
  transition: .4s;
}
.arrow-extend:hover span.button-text {
  color: #fff;
}
section .content-wrap {
  max-width: 1680px;
  width: 96%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 768px) {
  section .content-wrap {
    padding-bottom: 60px;
  }
}
/* 矢印が伸びるボタン
---------------------------*/
.button-link {
  margin: 30px 0 10px auto;
  width: max-content;
  text-align: center;
}
.button-link.w60 {
  width: 60%;
}
.button-link.center {
  margin: 30px auto 10px;
}
.button-link .button {
  position: relative;
  display: inline-block;
  padding: 15px 70px 11px 40px;
  width: calc(100%);
  margin: 0 auto 10px;
  border: 1px solid #181818;
  border-radius: 4px;
  box-shadow: 0 4px 3px 0 rgb(0 0 0 / 11%);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: background-color .5s ease, color .5s ease;
}
.button-link .icon-arrow:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 30px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.5s ease-out;
}
.button-link .icon-arrow:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 17px;
  height: 1px;
  background: #000;
  transition: 0.5s ease-out;
}
.button-link .button:hover {
  background: #000;
  color: #fff;
  opacity: inherit;
}
.button-link .button:hover > .icon-arrow:before {
  right: 17px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button-link .button:hover > .icon-arrow:after {
  right: 17px;
  width: 30px;
  background: #fff;
}
@media(max-width:1199px) {
  .button-link {
    width: 90%;
  }
}
/* Read Moreボタン
---------------------------*/
a.button-more {
  position: absolute;
  right: 0;
  align-items: center;
  display: flex;
  gap: 25px;
}
a.button-more span.text {
  flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
a.button-more span.text:before {
  background: currentColor;
  bottom: -12px;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: -30px;
  transform: scaleX(1);
  transform-origin: left;
}
a.button-more:hover {
  color: inherit;
}
a.button-more:hover span.text:before {
  animation: underline-loop 0.6s ease forwards;
}
/* 下線アニメーション */
@keyframes underline-loop {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  40% {
    transform: scaleX(0);
    transform-origin: right;
  }
  41% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
a.button-more span.icon {
  display: flex;
  flex: 0 0 auto;
  line-height: 1;
  position: relative;
  width: 12px;
  z-index: 0;
}
a.button-more span.icon:before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 45px;
  transition: transform 0.3s ease;
  transform: scale(1);
}
a.button-more span.icon:after {
  content: "";
  aspect-ratio: 1;
  background: var(--color-theme);
  border-radius: 100vw;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 45px;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scale(1);
}
a.button-more:hover span.icon:before {
  transform: translateX(5px);
}
a.button-more:hover span.icon:after {
  transform: scale(0.85);
}
/* テーブル
/* レスポンシブテーブル
---------------------------*/
table.base, .rps_table {
  margin: 0 auto;
  width: 100% !important;
  line-height: 2.0;
  max-width: 2000px;
}
table.center {
  text-align: center;
}
table.nowrap th {
  white-space: nowrap;
}
table.base th, .rps_table th {
  width: 25%;
}
table.base td, table.base th, .rps_table td, .rps_table th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 1.5;
  background: #fff;
}
table.base th, .rps_table th {
  background: #f0f0f0;
  font-weight: normal;
  text-align: center;
}
.rps_table ul {
  list-style-type: disc;
  padding-left: 1.2rem;
  margin: 0;
}
.rps_table ul li {
  line-height: 2;
}
.rps_table a {
  color: #6f97bc;
  border-bottom: 1px solid #6f97bc;
  transition: 0.3s;
}
.rps_table a:hover {
  color: #72C8D5;
  border-bottom: 1px solid #72C8D5;
}
table td .note {
  border-top: 1px dotted #ccc;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
@media only screen and (max-width:425px) {
  .rps_table {
    border: none;
  }
  .rps_table tr {
    display: block;
  }
  .rps_table th, .rps_table td {
    padding: 10px;
    display: list-item;
    list-style-type: none;
    border: none;
    width: 100%;
  }
  .rps_table td, .rps_table.border td {
    border-top: none;
  }
  .rps_table.bg-gray th {
    background-color: #fff;
  }
  .rps_table.bg-gray td {
    background-color: inherit;
  }
}
/* 注意書き
---------------------------*/
.sc_frame {
  overflow: auto;
  border: 3px solid #ccc;
  padding: 1em 1.5em;
  position: relative;
  border-radius: 5px;
  background: #fff;
  color: #000;
  margin: 0 0 1.2em;
}
.sc_frame.red {
  border-color: #ff8178;
  color: inherit;
}
.sc_frame.theme {
  border-color: var(--color-theme);
  color: inherit;
}
.sc_frame ul:not(.note) {
  list-style-type: disc;
  padding-left: 1.5em;
  line-height: 2;
}
.sc_frame ul:not(.note) li {
  line-height: 1.5;
  margin-bottom: .6em;
}
.sc_frame ul:not(.note) li:last-child {
  margin: 0;
}
/* ポップアップスタイル
---------------------------*/
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
}
.popup_content {
  position: relative;
  width: 80%;
  max-width: 1000px;
  height: fit-content;
  padding: 18px;
  margin-bottom: 200px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
  text-align: justify;
}
.close_btn {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 0px;
  bottom: auto;
  top: 0px;
  padding: 8px;
  color: #ffffff;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  cursor: pointer;
  border: 1px none #ffffff;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
  text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
  background-color: var(--color-theme);
  transition: 0.5s;
  z-index: 9;
}
.close_btn.bottom {
  left: 50%;
  right: inherit;
  bottom: 0;
  top: inherit;
  transform: translateX(-50%);
}
.close_btn:hover {
  opacity: 0.7;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.popup_wrap input:checked ~ .popup_overlay .popup_content {
  transform: translateY(120px);
}
.open_btn {
  cursor: pointer;
}
@media(max-width:375px) {
  .popup_content {
    width: 95%;
  }
}
section.common-wrap {
  border-radius: 50px 50px 0 0;
}
section.common-wrap.radius {
  border-radius: 50px;
}
section.common-wrap.noradius {
  border-radius: inherit;
}
section.common-wrap.radius {
  border-radius: 50px;
}
section.common-wrap .common-inner {
  margin: 0 auto;
  padding: 60px 0 0;
  width: 90%;
}
section.common-wrap .common-inner:last-child {
  padding-bottom: 60px;
}
section.common-wrap .common-inner > .text {
  max-width: 1000px;
  margin: 0 auto;
}
section.common-wrap .common-inner .common-content {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px;
}
section.common-wrap .common-inner .common-content.fullwidth {
  padding: 0;
}

section.common-wrap .common-inner .common-content p {
  line-height: 2;
}
section.common-wrap.bg-content1 {
  background: linear-gradient(180deg, var(--color-content1), #fff);
}
section.common-wrap.bg-content2 {
  background: linear-gradient(180deg, var(--color-content2), #fff);
}
section.common-wrap.bg-content3 {
  background: linear-gradient(180deg, var(--color-content3), #fff);
}
section.common-wrap.bg-gray {
  background-color: var(--color-content3);
}
section.common-wrap.bg-blue {
  background-color: #0068b7;
  color: #fff;
}
section.common-wrap.bg-orange {
  background-color: var(--color-content1);
}
section.common-wrap.bg-blue2 {
  background-color: var(--color-content2);
}
@media only screen and (max-width:1023px) {
  section.common-wrap .common-inner .common-content {
    padding: 40px;
  }
}
@media only screen and (max-width:767px) {
  section.common-wrap .common-inner .common-content {
    padding: 40px 20px;
  }
  section.common-wrap .common-inner .common-content.fullwidth {
    padding: 40px 0;
  }
}
/*---------------------------------------------
Header Style
---------------------------------------------*/
/* small menu area
----------------------------*/
.header_small_menu, .footer_small_menu {
  position: relative;
  background: var(--color-theme);
  color: #fff;
  padding: 5px;
  font-size: 12px;
  transition: var(--transition);
  z-index: 9;
}
.header_small_menu a, .footer_small_menu a {
  color: #fff;
}
.header_small_menu a:before, .footer_small_menu a:before {
  font-family: 'fontAwesome';
  content: '\f0da';
  margin-right: 3px;
}
.header-logo, .header_small_content, .footer_small_content {
  width: 90% !important;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}
.header_small_menu #description {
  margin: 0;
  padding: 3px 0;
  font-size: 13px;
  font-weight: normal;
}
.header_small_menu_right {
  margin: 3px 100px 0 0;
}
.header_small_menu_right li, .footer_small_menu li {
  display: inline-block;
  padding: 0 3px;
}
.header_small_menu li a, .footer_small_menu li a {
  padding: 3px !important;
}
.footer_small_content.no-nav {
  display: none;
}
/* 左から右に線が伸びる（下部）
---------------------------*/
.header_small_menu li a, .footer_small_menu li a {
  position: relative;
}
.header_small_menu li a::after, .footer_small_menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16%;
  width: 80%;
  height: 1px;
  background: #fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.header_small_menu li.current a::after, .header_small_menu li a:hover::after, .footer_small_menu li.current a::after, .footer_small_menu li a:hover::after {
  transform: scale(1, 1);
}
/* fixed nav area
----------------------------*/
#nav_fixed {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", FontAwesome, sans-serif;
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  background: #fff;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  padding-top: 35.5px;
}
#nav_fixed .logo {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#nav_fixed .logo img {
  height: 50px;
  transition: var(--transition);
}
nav#nav {
  transition: var(--transition);
  margin-right: 100px;
}
.is-shrink nav#nav {
  margin-right: 90px;
}
.header-logo #nav ul#fixnavul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-logo #nav ul li a {
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
  vertical-align: bottom;
  font-size: .9em;
  padding: 1.4em .8em;
}
.header-logo #nav ul li a:hover {
  color: var(--color-hover);
}
.header-logo #nav .menu_desc {
  font-size: 10px;
  margin-top: 5px;
  opacity: .5;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 .5em;
  height: 12px;
}
#nav_fixed .menu_button {
  display: none;
}
#nav_fixed.is-shrink .header-logo {
  font-size: 0.8em;
}
#nav_fixed.is-shrink .logo img {
  height: 40px;
}
/* sub menu style
 * ========================================================================== */
ul#fixnavul li.sub {
  position: relative;
}
.menu-item.nolink > a {
  pointer-events: none;
  cursor: default;
}
ul#fixnavul ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(200, 200, 200, .2);
  overflow: hidden;
}
ul#fixnavul ul.sub-menu li + li {
  border-left: none !important;
}
ul#fixnavul ul.sub-menu li a {
  padding: 15px 25px;
  border-radius: inherit;
  transition: 0.5s;
  white-space: nowrap;
  width: 100%;
  display: block;
}
ul#fixnavul ul.sub-menu li a:hover {
  transform: translateX(5px);
  background-color: #f0f8ff;
}
/* パンくずリスト
---------------------------*/
.breadcrumb-wrap {
  text-align: center;
}
.single .breadcrumb-wrap {
  text-align: left;
}
ul#breadcrumb {
  font-size: .8em;
  width: 100%;
  max-width: 2000px;
  padding: 10px 20px;
  margin: 0 auto 10px;
  text-overflow: ellipsis;
  list-style: none;
  box-shadow: 0 0 5px rgba(150, 150, 150, .2);
}
.fullpage ul#breadcrumb {
  box-shadow: none;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li a:hover {
  color: var(--color-hover);
}
#breadcrumb .fa-home {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb li:not(:first-child):before {
  content: '\f0da';
  color: #aaa;
  margin: 0 5px;
  position: relative;
  top: 1px;
  font-family: 'FontAwesome';
}
@media only screen and (max-width:1023px) {
  ul#breadcrumb {
    width: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (max-width:425px) {
  ul#breadcrumb {
    font-size: 0.6rem;
    padding: 10px;
  }
}
/* LINEボタン
---------------------------*/
.line_btn {
  color: #FFF;
  border-radius: 50%;
  position: fixed;
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  background: #39AE41;
  overflow: hidden;
  text-decoration: none;
  z-index: 10;
  right: 50px;
  top: 25px;
  transition: var(--transition);
}
.line_btn img {
  transition: var(--transition);
}
.line_btn:hover {
  opacity: inherit;
}
.line_btn:hover img {
  transform: rotateX(360deg);
}
.line_btn.is-shrink {
  top: 10px;
  transform: scale(0.8);
  opacity: inherit;
}
.circleTextWrap {
  position: fixed;
  top: 20px;
  right: 45px;
  width: 110px;
  height: 110px;
  margin: auto;
  z-index: 9;
  transition: var(--transition);
}
.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}
.circleText__circle {
  fill: none;
}
.circleText__text {
  fill: var(--color-black);
  font-size: 12px;
  letter-spacing: 0.05em;
}
.circleTextWrap.is-shrink {
  transform: scale(.8);
  top: 5px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1199px) {
  .line_btn, .circleTextWrap {
    display: none;
  }
}
/* Wave
---------------------------*/
.wave {
  position: relative;
}
canvas#waveCanvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1
}
canvas#waveCanvas2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* スマホドロワーメニュー
---------------------------*/
.drawer-overlay {
  transition: var(--transition);
}
.drawer-overlay.active {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 9999;
}
#drawer-nav {
  background: var(--color-black);
  margin: 0;
  padding: 10px;
  list-style: none;
  top: 0;
  z-index: 99999;
  width: 80%;
  max-width: 450px;
  height: 100%;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  transition: var(--transition);
  overflow-y: scroll;
  position: fixed;
  right: -100%;
}
#drawer-nav.active {
  left: inherit;
  right: 0;
}
#drawer-nav ul.menu li:not(:last-child) {
  border-bottom: 1px dotted #999;
}
#drawer-nav ul.menu li a {
  display: block;
  padding: .8em 1em;
  margin: 0;
  position: relative;
  color: #eee;
  font-size: 0.9rem;
  transition: 0.3s;
}
#drawer-nav ul.menu li a:hover {
  background-color: var(--color-brown);
}
#drawer-nav ul#drawernavul li ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
}
#drawer-nav ul#drawernavul li ul.sub-menu li {
  border: none;
}
#drawer-nav ul#drawernavul li ul.sub-menu li a:before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 5px;
  color: var(--color-gray);
  font-size: 0.9rem;
}
#drawer-nav a.line_bnr {
  margin: 10px auto 50px;
  display: block;
  max-width: 90%;
}
@media screen and (max-width:1199px) {
  #nav_fixed {
    border-radius: 0 0 20px 20px;
  }
  #nav_fixed .menu_button {
    position: absolute;
    z-index: 7;
    right: 0px;
    display: inline-block;
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
  }
  #nav_fixed .menu_button {
    transform: scale(0.9);
  }
  #nav_fixed .menu_button::before {
    font-family: 'fontAwesome';
    content: '\f0c9';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 3px;
    right: 0;
    margin: auto;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
  }
  #nav_fixed .menu_button span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .header_small_content, .footer_small_content {
    display: block;
    width: 96% !important;
    text-align: center;
  }
  .header_small_menu #description {
    text-align: center;
  }
  .header_small_menu .header_small_menu_right {
    display: none;
  }
  #nav_fixed #nav {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .header_small_content, .footer_small_content {
    width: 100% !important;
  }
}
/*---------------------------------------------
topslider area style
---------------------------------------------*/
.topslider-txt {
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.topslider-txt img {
  width: 40vw;
  max-width: 1200px;
}
.topslider-txt .subtitle {
  margin-top: -4vh;
  padding-left: 7vw;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
}
.topslider li.swiper-slide {
  width: calc(100% + 100px) !important;
}
.topslider li.swiper-slide > div {
  background-position-x: calc(50% - 50px);
  background-position-y: center;
  background-size: cover;
  height: calc(100vh - 30px) !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topslider li.swiper-slide.zoom-in {
  width: 100% !important;
}
.topslider li.swiper-slide-active {
  opacity: 1 !important;
}
.topslider li.swiper-slide.slide01 > div {
  background-image: url('img/img_topslide_01.jpg');
}
.topslider li.swiper-slide.slide02 > div {
  background-image: url('img/img_topslide_02.jpg');
}
.topslider li.swiper-slide.slide03 > div {
  background-image: url('img/img_topslide_03.jpg');
}
@media screen and (max-width:1024px) {
  .topslider li.swiper-slide > div {
    height: 600px !important;
  }
  .topslider li.swiper-slide.slide01 > div {
    background-image: url('img/img_topslide_01_tb.jpg');
  }
  .topslider li.swiper-slide.slide02 > div {
    background-image: url('img/img_topslide_02_tb.jpg');
  }
  .topslider li.swiper-slide.slide03 > div {
    background-image: url('img/img_topslide_03_tb.jpg');
  }
  .topslider-txt {
    top: calc(50% - 20px);
  }
  .topslider-txt .subtitle {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .topslider li.swiper-slide > div {
    height: 400px !important;
  }
  .topslider-txt {
    top: calc(50% - 10px);
  }
  .topslider-txt img {
    width: 40vw;
  }
  .topslider-txt .subtitle {
    font-size: 1.0rem;
    margin-top: -2vh;
  }
}
@media screen and (max-width:425px) {
  .topslider li.swiper-slide > div {
    height: 300px !important;
  }
  .topslider-txt {
    top: calc(50% + 10px);
  }
  .topslider-txt img {
    width: 50vw;
  }
  .topslider-txt .subtitle {
    font-size: 0.8rem;
    padding: 0 10vw 0 9vw;
  }
  .topslider li.swiper-slide > div {
    height: calc(100vh - 150px);
  }
  .topslider li.swiper-slide.slide01 > div {
    background-image: url('img/img_topslide_01_sp.jpg');
  }
  .topslider li.swiper-slide.slide02 > div {
    background-image: url('img/img_topslide_02_sp.jpg');
  }
  .topslider li.swiper-slide.slide03 > div {
    background-image: url('img/img_topslide_03_sp.jpg');
  }
}
/* スライド画像の拡大アニメーションの設定 */
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move-right {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
.topslider .swiper-slide-active.zoom-in > div, .topslider .swiper-slide-duplicate-active.zoom-in > div, .topslider .swiper-slide-prev.zoom-in > div {
  background-position: center center;
  animation: zoom-in 5s linear 0s normal both;
}
.topslider .swiper-slide-active.zoom-out > div, .topslider .swiper-slide-duplicate-active.zoom-out > div, .topslider .swiper-slide-prev.zoom-out > div {
  animation: zoom-out 5s linear 0s normal both;
}
.topslider .swiper-slide-active.move-right > div, .topslider .swiper-slide-duplicate-active.move-right > div, .topslider .swiper-slide-prev.move-right > div {
  animation: move-right 5s linear 0s normal both;
}
.topslider .swiper-slide-active.move-left > div, .topslider .swiper-slide-duplicate-active.move-left > div, .topslider .swiper-slide-prev.move-left > div {
  animation: move-left 5s linear 0s normal both;
}
.topHeader {
  position: relative;
  overflow: hidden;
}
.topslider {
  position: relative;
  top: 0;
  z-index: 1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.topslider.is-show {
  visibility: visible;
  opacity: 1;
}
.topslider .swiper {
  width: 100vw;
}
/*---------------------------------------------
topContent area style
---------------------------------------------*/
.topContent .titleWrap {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
.topContent .txtWrap {
  width: 80%;
}
.topContent .txtWrap img {
  display: none;
}
.topContent .titleWrap .imgWrap img {
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width:1023px) {
  .topContent .titleWrap {
    flex-direction: column;
    width: 90%;
    padding-top: 25px;
  }
  .topContent .txtWrap, .page-template-template-school-php .topContent .txtWrap {
    width: 100%;
  }
  .topContent .txtWrap img {
    display: block;
  }
  .topContent .titleWrap .imgWrap {
    display: none;
  }
  .topContent .txtWrap img {
    display: block;
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .page-template-template-shop-php .topContent .txtWrap img {
    margin: 50px auto;
  }
  .page-template-template-school-php .topContent .txtWrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width:425px) {
  .topContent .txtWrap img {
    max-width: 200px;
  }
}
/*---------------------------------------------
About Style
---------------------------------------------*/
section.about {
  padding-bottom: 50px;
}
.gallerySlider .swiper-wrapper {
  transition-timing-function: linear;
}
.gallerySlider .swiper-wrapper .swiper-slide.top50 {
  margin-top: 50px;
}
.gallerySlider .swiper-wrapper .swiper-slide.top100 {
  margin-top: 100px;
}
.gallerySlider .swiper-wrapper .swiper-slide.top150 {
  margin-top: 150px;
}
.gallerySlider .swiper-wrapper .swiper-slide.top200 {
  margin-top: 200px;
}
.gallerySlider .swiper-wrapper .swiper-slide img {
  border-radius: 20px;
  object-fit: cover;
}
.gallerySlider .swiper-wrapper .swiper-slide.square img {
  aspect-ratio: 1/1;
}
.gallerySlider .swiper-wrapper .swiper-slide.vertical img {
  aspect-ratio: 3/4;
}
/*---------------------------------------------
Menu Style
---------------------------------------------*/
ul.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 0 auto 50px;
  padding: 0;
  max-width: 2000px;
}
ul.menu-list li {
  width: calc(100% / 3 - 20px);
  max-width: 420px;
}
ul.menu-list li a {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, .3);
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: -webkit-linear-gradient(0deg, #0068b7, #fff, #868686, #3d3d3d);
  background: -webkit-linear-gradient(to top, #0068b7, #fff, #868686, #3d3d3d);
  background: linear-gradient(0deg, var(--color-theme), var(--color-theme), #fff, #fff);
  background-position: 99% 1%;
  background-size: 300% 300%;
}
ul.menu-list li:hover a {
  background-position: 1% 99%;
}
ul.menu-list li a img {
  width: 100%;
}
ul.menu-list li .ico {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
ul.menu-list li .ico img {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}
ul.menu-list li img.active {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  transition: var(--transition);
}
ul.menu-list li:hover .active {
  opacity: 1;
}
ul.menu-list li:hover > a {
  color: #fff;
  transform: translateY(-5px);
}
ul.menu-list li .subtitle {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.2rem;
}
ul.menu-list li .title {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.0rem;
}
ul.menu-list li .desc {
  margin: 0;
  padding: 10px 20px 30px;
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.0rem;
}
@media only screen and (max-width:1023px) {
  ul.menu-list li {
    width: 90%;
  }
}
@media only screen and (max-width:767px) {
  ul.menu-list li .ico img {
    width: 70px;
  }
  ul.menu-list li .title {
    padding: 5px;
    font-size: 1.2rem;
  }
  ul.menu-list li .subtitle {
    padding: 5px;
    font-size: 0.8rem;
  }
  ul.menu-list li .desc {
    padding: 5px 14px 20px;
  }
}
/* ----------------------------------------------------------------------
 バナーエリア
---------------------------------------------------------------------- */
.bannerSlider {
  width: 90%;
  max-width: 1300px;
}
.bannerSlider ul.swiper-wrapper li img {
  border: 1px solid #ccc;
}
@media only screen and (max-width:1023px) {
  .bannerSlider {
    width: 96%;
  }
}
/*---------------------------------------------
Reason Style
---------------------------------------------*/
section.reason .content-wrap {
  width: 90%;
}
.reason-wrap {
  counter-reset: step;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.reason-wrap .reason-item {
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
  align-items: center;
}
.reason-wrap .reason-item .desc-area {
  max-width: 650px;
}
.reason-wrap .reason-item .desc-area .title {
  font-family: "brother-1816", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--color-theme);
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.reason-wrap .reason-item .desc-area ul.desc {
  background: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  box-shadow: 15px 15px 0px rgba(248, 180, 0, 0.3);
}
.reason-wrap .reason-item .desc-area ul.desc li {
  position: relative;
  padding-left: 1.2rem;
  margin: 1.0rem 0;
}
.reason-wrap .reason-item .desc-area ul.desc li::before {
  content: "ー";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: var(--color-theme);
}
.reason-wrap .reason-item .image-area {
  position: relative;
}
.reason-wrap .reason-item .image-area:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8rem;
  line-height: 8rem;
  font-style: italic;
  font-weight: bold;
  color: var(--color-theme);
  opacity: 0.5;
  counter-increment: step;
  content: counter(step);
  z-index: 2;
}
@media (max-width: 1023px) {
  .reason-wrap .reason-item {
    flex-direction: column;
    gap: 10px;
  }
  .reason-wrap .reason-item.rvs {
    flex-direction: column-reverse;
  }
  .reason-wrap .reason-item .image-area:before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }
  .reason-wrap .reason-item .desc-area .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .reason-wrap .reason-item .desc-area .title {
    font-size: 1.5rem;
  }
  .reason-wrap .reason-item .desc-area ul.desc {
    padding: 15px 25px;
    box-shadow: 10px 10px 0px rgba(248, 180, 0, 0.3);
  }
}
/* 流体シェイプを動かすためのCSS
---------------------------*/
.fluid {
  position: relative;
  top: 0;
  width: 500px;
  height: 500px;
  animation: fluidrotate 30s ease 0s infinite;
  z-index: 1;
}
.fluid {
  background-size: contain;
  background-position: center;
}
.fluid.reason1 {
  background-image: url('img/img_reason_01.jpg');
}
.fluid.reason2 {
  background-image: url('img/img_reason_02.jpg');
}
.fluid.reason3 {
  background-image: url('img/img_reason_03.jpg');
}
@media (max-width: 599px) {
  .fluid {
    width: 300px;
    height: 300px;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------------------
Instagram Style
---------------------------------------------*/
.instagram-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
/*---------------------------------------------
Blog Style
---------------------------------------------*/
.wrap-post-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  max-width: 1300px;
  margin: 0 auto;
}
.wrap-post-box .post-box {
  position: relative;
  box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #fff;
}
.post-box:hover {
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.post-box .post-contents {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.post-box .post-contents .post-thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.post-box .post-contents .post-thumbnail:before {
  content: "";
  padding-top: 61.8%;
  display: block;
  height: 0;
}
.post-box .post-contents .post-thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  -webkit-transition: .2s ease-in-out;
  overflow: hidden;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.post-box:hover .post-contents .post-thumbnail img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.post-box .post-contents .post-meta {
  padding: 10px 10px 50px;
}
.post-contents .post-meta .post-cat {
  background: #999;
  padding: 2px 0;
  font-size: .6em;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}
.post-contents .post-meta .post-cat a {
  color: #fff;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.post-contents .post-meta .post-tags {
  display: inline;
}
.post-contents .post-meta .post-tags a {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  color: #000;
  padding: 2px 8px;
  font-size: .6em;
  margin: 0 3px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.post-contents .post-meta .post-cat a:hover, .post-contents .post-meta .post-tags a:hover {
  opacity: 0.8;
}
.post-contents .post-meta .post-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 5px 0;
}
.post-contents .post-meta .post-substr {
  font-size: 12px;
}
.post-box .post-date {
  font-size: 12px;
  position: absolute;
  bottom: 13px;
  left: 15px;
}
.post-box .post-author {
  position: absolute;
  bottom: 8px;
  right: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.post-author li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.post-author-thum img {
  border-radius: 50%;
  border: 1px solid #eee;
}
li.post-author-name {
  line-height: 30px;
  margin-left: 5px;
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 7em;
  white-space: nowrap;
}
li.post-author-name a:hover {
  color: var(--color-theme);
}
@media (max-width: 1300px) {
  .wrap-post-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .wrap-post-box {
    grid-template-columns: 1fr 1fr;
  }
  .post-contents .post-meta .post-title {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .post-box .post-date {
    font-size: 0.7rem;
  }
}
@media (max-width: 499px) {
  .post-contents .post-meta .post-tags, .post-contents .post-meta .post-substr, .post-author .post-author-name {
    display: none;
  }
}
/* ページャー
---------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  width: 96%;
  margin-top: 50px;
  text-align: center;
}
a.page-numbers, .pagination .current {
  padding: 12px 22px;
  margin: 0 3px;
  border-radius: 5px;
}
a.page-numbers {
  background: var(--color-gray);
  color: #fff;
  transition: var(--transition);
}
a.page-numbers:hover {
  background: var(--color-hover);
}
a.prev1.page-numbers::before {
  font-family: fontAwesome;
  content: "\f104";
}
a.next1.page-numbers::before {
  font-family: fontAwesome;
  content: "\f105";
}
a.prev.page-numbers::before {
  font-family: fontAwesome;
  content: "\f100";
}
a.next.page-numbers::before {
  font-family: fontAwesome;
  content: "\f101";
}
.pagination .current {
  background: var(--color-theme);
  color: #fff;
}
span.page-numbers.dots {
  padding: 8px .5em;
}
@media screen and (max-width:1023px) {
  .pagination {
    margin: 15px 0 0;
  }
  a.page-numbers {
    padding: 8px 0;
    width: 15%;
  }
  .pagination .current {
    padding: 8px 0;
    width: 30%;
  }
}
/*-----------------------------------------------
 2ページ目メインエリア
-----------------------------------------------*/
section.firstview.sub {
  margin-top: 160px;
}
#main-wrap {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 80px auto 50px;
}
#main-wrap.fullpage {
  width: 100%;
}
.blog #main-wrap, .archive.category #main-wrap {
  margin: 50px auto;
}
#main-wrap.archive, #main-wrap.single, #main-wrap.page {
  margin-top: 100px;
}
#main-wrap main {
  width: 100%;
  padding-bottom: 15px;
}
#main-wrap main#single-main {
  padding-bottom: 0;
}
#main-wrap #sidebar {
  width: 310px;
  min-width: 310px;
}
@media (max-width: 1023px) {
  #main-wrap {
    display: block;
    width: 96%;
  }
  #main-wrap.single {
    margin-top: 80px;
  }
  #main-wrap #sidebar {
    width: 100%;
    padding: .5em 0;
  }
}
/*-----------------------------------------------
 サイドバースタイル
-----------------------------------------------*/
#sidebar .widget {
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 0 5px rgba(150, 150, 150, .2);
  -moz-box-shadow: 0 0 5px rgba(150, 150, 150, .2);
  box-shadow: 0 0 5px rgba(150, 150, 150, .2);
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
#sidebar .widget a:hover {
  color: var(--color-theme);
}
/* カレンダーウィジェット
---------------------------*/
table#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 5px;
}
#wp-calendar thead th {
  padding: 5px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ccc;
  background: #f9f9f9;
}
#wp-calendar td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ccc;
}
.calendar_wrap table td a {
  text-decoration: underline !important;
}
/* 最近の投稿ウィジェット
---------------------------*/
#sidebar .widget_my_recent_posts_widget {
  padding: 0;
}
.widgettitle {
  position: relative;
  font-size: 16px;
  padding: 8px 15px;
  margin-bottom: 10px;
  color: #fff;
  background: var(--color-theme);
}
.widget_post_list {
  width: 100%;
  position: relative;
  letter-spacing: normal;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-bottom: 1px solid rgba(50, 50, 50, .2);
}
.widget_post_list:hover {
  -webkit-transform: translate(3px, 0);
  -ms-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.widget_post_list a {
  padding: 8px;
  display: flex;
  gap: 5px;
}
.widget_post_list .post_list_thumb {
  float: left;
  width: 100px;
  height: 80px;
  position: relative;
  background-color: #eee;
}
.widget_post_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_post_list .post_list_thumb .post_list_cat {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 3px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
}
.widget_post_list .meta {
  float: right;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#sidebar .widget_post_list .meta .post_list_title {
  font-size: 13px;
}
.widget_post_list .meta .post_list_tag .tag {
  font-size: .5em;
  border: 1px solid #ccc;
  color: #666;
  padding: 2px 3px;
  border-radius: 2px;
  margin: 2px;
  display: inline-block;
  line-height: 1;
}
.widget_post_list .meta .post_list_date {
  font-size: .6em;
}
/* 検索ウィジェット
---------------------------*/
#sidebar .widget_search.widget .searchform {
  margin: -10px;
}
.searchform .s {
  margin: 0;
  max-width: 100%;
  outline: none;
  border-radius: 2px;
  color: #777;
  vertical-align: bottom;
  background: #fff;
  padding: 11px 50px 11px 10px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
}
.searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: var(--color-theme);
  border: none;
  border-radius: 0 3px 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}
.searchsubmit:hover {
  opacity: 0.8;
}
.searchsubmit i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
  color: #fff;
}
/* プロフィールウィジェット
---------------------------*/
.custom_widget_profile .coverimg {
  background-size: 100% auto;
  height: 180px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  padding: 0 1em;
}
.custom_widget_profile .coverimg img {
  position: relative;
  top: 120px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.custom_widget_profile .img_meta {
  padding: .5em 0;
  text-align: center;
}
.custom_widget_profile .img_meta .name {
  font-weight: bold;
  line-height: 1.2;
}
.custom_widget_profile .profile_sns {
  padding-top: .6em;
  display: flex;
  justify-content: center;
}
.profile_sns li a {
  color: #fff !important;
  border-radius: 50%;
  display: block;
  width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 3px;
}
.profile_sns .line {
  background-color: #3FA541;
}
.profile_sns .instagram {
  background-color: #CF2E92;
}
.custom_widget_profile .meta {
  padding: .5em 1em;
  font-size: .9em;
}
/*---------------------------------------------
Access Style
---------------------------------------------*/
section.access .content-wrap {
  width: 80%;
}
.access-info .address {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.access-info .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  flex-wrap: wrap;
}
.access-info .detail dl.desc {
  width: 50%;
  background: rgb(255, 255, 255, 0.7);
  box-shadow: 3px 3px 10px 0px rgb(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0;
  padding: 30px 50px;
  box-sizing: border-box;
}
.access-info .detail dl.desc dt.info {
  width: 100%;
  font-size: 1.2rem;
  border-bottom: #666767 dotted 1px;
  padding: 5px 0 3px 0;
  margin: 0 0 5px;
}
.access-info .detail dl.desc dt.info2 {
  width: 100%;
  color: var(--color-theme);
  font-weight: bold;
  padding: 5px 0 3px 0;
  margin: 0 0 5px;
}
.access-info .detail dl.desc dt.info2:before {
  content: '\f138';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 5px;
}
.access-info .detail dl.desc dd {
  margin: 0 0 15px 0;
}
.access-info .detail .location {
  width: 50%;
  text-align: center;
}
@media (max-width: 1023px) {
  section.access .content-wrap {
    width: 90%;
    padding: 60px 0 0;
  }
  .access-info .detail {
    flex-direction: column-reverse;
  }
  .access-info .detail dl.desc {
    width: 100%;
    margin-bottom: 50px;
  }
  .access-info .detail .location {
    width: 80%;
    max-width: 350px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .access-wrap .access-info {
    width: 90%;
  }
}
@media (max-width: 425px) {
  .access-info .detail dl.desc {
    margin-bottom: 0;
    padding: 30px;
  }
}
/* Googlemap
---------------------------*/
.gmap {
  max-width: 1680px;
  margin: 50px auto 0;
}
.gmap iframe {
  border-radius: 10px;
}
/*---------------------------------------------
予約ボタン Style
---------------------------------------------*/
.float-button__wrap {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  display: none;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}
.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: none;
}
.float-button__wrap a {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  background-color: var(--color-black);
  box-shadow: 5px 5px 7px rgb(0 0 0 / 10%);
  cursor: pointer;
  line-height: 1.5rem;
  transition: 0.5s;
}
.float-button__wrap a:hover {
  background-color: var(--color-hover);
  opacity: 1;
}
.float-button__wrap a img {
  transition: 0.5s;
}
.float-button__wrap a:hover img {
  transform: rotateX(360deg);
}
@media (max-width: 1023px) {
  .float-button__wrap a {
    width: 120px;
    height: 120px;
  }
}
/*---------------------------------------------
ページトップ Style
---------------------------------------------*/
#page-top {
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 10;
  transform: translateY(150px);
}
#page-top a {
  display: block;
  width: 100px;
  height: 100px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  background: url("img/img_pagetop_off.png") no-repeat center;
  background-size: contain;
}
#page-top a:hover {
  opacity: inherit;
}
#page-top.floatAnime a {
  width: 100px;
  height: 130px;
  background: url("img/img_pagetop_on.png") no-repeat center;
  background-size: contain;
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}
@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
#page-top span {
  position: absolute;
  bottom: -20px;
  right: 16px;
  color: #666;
  font-weight: bold;
}
@media (max-width: 1023px) {
  #page-top {
    right: 30px;
  }
}
/*---------------------------------------------
sp footer-bar style
---------------------------------------------*/
ul.sp-footer-bar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 1px #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  text-align: center;
  width: 100%;
  transform: translateY(60px);
}
ul.sp-footer-bar li.sp-footer-bar-item {
  flex: 1;
}
.sp-footer-bar-item + .sp-footer-bar-item {
  border-left: solid 1px #DDDDDD;
}
ul.sp-footer-bar li.sp-footer-bar-item a {
  display: block;
  padding: 10px 0;
}
ul.sp-footer-bar li.sp-footer-bar-item div {
  padding: 10px 0;
}
.sp-footer-bar-icon:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: block;
  font-size: 16px;
}
.sp-footer-bar-icon.icon-phone:before {
  content: '\f095';
}
.sp-footer-bar-icon.icon-plane:before {
  content: '\f073';
}
.sp-footer-bar-icon.icon-menu:before {
  content: '\f0c9';
}
.sp-footer-bar-icon.icon-insta:before {
  font-family: 'Font Awesome 6 Brands';
  content: '\f16d';
}
.sp-footer-bar.UpMove {
  animation: UpAnime 0.5s forwards;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 59px;
  }
}
/*---------------------------------------------
Footer Style
---------------------------------------------*/
body > footer {
  background: var(--color-content2);
  border-radius: 50px 50px 0 0;
  padding-top: 10px;
}
body > footer .footer-wrap {
  max-width: 1680px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
body > footer .footer-wrap #footer_colomn {
  padding: 25px 10px;
}
body > footer .footer-wrap #footer_colomn.logo {
  text-align: center;
  padding: 25px 10px;
}
body > footer .footer-wrap #footer_colomn.logo img {
  margin: 0 auto;
  width: 200px;
}
body > footer .footer-wrap #footer_colomn.logo a {
  display: inline-block;
  width: 300px;
  max-width: 90%;
}
body > footer .footer-wrap #footer_colomn.company h3.shop {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 10px 0;
  margin: 0;
}
body > footer .footer-wrap #footer_colomn.company h3.shop p {
  font-size: 1.0rem;
  font-weight: normal;
  margin: 0;
}
body > footer .footer-wrap #footer_colomn.company .address a {
  font-size: 0.8rem;
  border: 1px solid var(--color-black);
  padding: 5px 8px;
  border-radius: 8px;
  transition: var(--transition);
}
body > footer .footer-wrap #footer_colomn.company .address a:hover {
  color: #fff;
  border-color: #fff;
  background-color: var(--color-hover);
}
body > footer .footer-wrap #footer_colomn.company .tel {
  padding: 10px 0;
}
body > footer .footer-wrap #footer_colomn.company .tel span {
  font-size: 0.8rem;
}
body > footer .footer-wrap ul#footer-nav li {
  border-bottom: 1px solid rgba(50, 50, 50, .2);
  display: flex;
  align-items: center;
  transition: var(--transition);
}
body > footer .footer-wrap ul#footer-nav li:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.8rem;
}
body > footer .footer-wrap ul#footer-nav li a {
  display: block;
  line-height: 0.8;
  font-size: 0.8rem;
  padding: 15px 5px;
  margin: 0;
  width: 100%;
  transition: 0.3s;
}
body > footer .footer-wrap ul#footer-nav li:hover {
  cursor: pointer;
  transform: translateX(5px);
}
body > footer .footer-wrap ul#footer-nav li:hover::before {
  color: var(--color-hover);
}
body > footer .footer-wrap ul#footer-nav li:hover a {
  color: var(--color-hover);
}
div#footer_colomn.bnr {
  display: flex;
  flex-flow: column;
  align-items: center;
}
body > footer .footer-wrap ul#footer-bnr li {
  margin: 10px 0;
}
.copyright {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: var(--color-theme);
}
@media only screen and (max-width:1199px) {
  .copyright {
    position: relative;
    transform: none;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  body > footer {
    display: none;
  }
}
@media (max-width: 767px) {
  body > footer {
    margin-bottom: 59px;
  }
}
/*---------------------------------------------
Animation Style
---------------------------------------------*/
.box {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#nav_fixed.Down {
  animation: DownMotion 0.5s forwards;
}
@keyframes DownMotion {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
#nav_fixed.Up {
  animation: UpMotion 0.5s forwards;
}
@keyframes UpMotion {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(130px);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}
.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: none;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeOutAnime {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes fly {
  0% {
    transform: translateX(0) translateY(0)
  }
  100% {
    transform: translateX(-120vw) translateY(-50vh) rotate(-20deg);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
.fluffy {
  animation: fluffy 5s ease infinite;
}
@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  17% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  23% {
    transform: translateY(0);
  }
  26% {
    transform: translateY(-10px);
  }
  29% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.shake {
  animation: shake 4s linear infinite;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  12.5% {
    transform: translate(-3px, -1px);
  }
  25% {
    transform: translate(-6px, 0);
  }
  37.5% {
    transform: translate(-3px, 1px)
  }
  50% {
    transform: translate(0, 0)
  }
  62.5% {
    transform: translate(3px, -1px);
  }
  75% {
    transform: translate(6px, 0);
  }
  87.5% {
    transform: translate(3px, 1px)
  }
  100% {
    transform: translate(0, 0);
  }
}
/*---------------------------------------------
ローディング画面
---------------------------------------------*/
html.display_load_screen {
  overflow: hidden; /* スクロール禁止 */
}
#site_loader_overlay {
  display: block;
  background: var(--color-theme);
  opacity: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
#site_loader_logo {
  position: relative;
  width: 100%;
  height: 100%;
}
#site_loader_logo_inner {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#site_loader_logo_inner .logo_image {
  width: 70vw;
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
  color: #fff;
  font-size: 1.5rem;
}
#site_loader_logo.active .logo_image {
  -webkit-animation: opacityAnimation 1.4s ease forwards 0.5s;
  animation: opacityAnimation 1.4s ease forwards 0.5s;
}
#site_loader_logo_inner .logo_image img {
  max-width: 10vw;
}
#site_loader_logo img.use_logo_animation {
  position: relative;
  -webkit-animation: slideUpDown 1.5s ease-in infinite 0s;
  animation: slideUpDown 1.5s ease-in infinite 0s;
}
#site_loader_logo_inner .message {
  text-align: center;
  margin: 30px auto 0;
  display: table;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  -webkit-animation: opacityAnimation 1.4s ease forwards 1.5s;
  animation: opacityAnimation 1.4s ease forwards 1.5s;
}
#site_loader_logo_inner .text {
  display: inline;
}
#site_loader_logo_inner .dot_animation_wrap {
  display: inline;
  margin: 0 0 0 4px;
  position: absolute;
}
#site_loader_logo_inner i {
  width: 2px;
  height: 2px;
  margin: 0 4px 0 0;
  border-radius: 100%;
  display: inline-block;
  background: #fff;
  -webkit-animation: loading-dots-middle-dots 0.5s linear infinite;
  -ms-animation: loading-dots-middle-dots 0.5s linear infinite;
  animation: loading-dots-middle-dots 0.5s linear infinite;
}
#site_loader_logo_inner i:first-child {
  opacity: 0;
  -webkit-animation: loading-dots-first-dot 0.5s infinite;
  -ms-animation: loading-dots-first-dot 0.5s linear infinite;
  animation: loading-dots-first-dot 0.5s linear infinite;
  -webkit-transform: translate(-4px);
  -ms-transform: translate(-4px);
  transform: translate(-4px);
}
#site_loader_logo_inner i:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s linear infinite;
  -ms-animation: loading-dots-last-dot 0.5s linear infinite;
  animation: loading-dots-last-dot 0.5s linear infinite;
}
@media only screen and (max-width:1023px) {
  #site_loader_logo_inner .logo_image img {
    max-width: 20vw;
  }
}
@media only screen and (max-width:425px) {
  #site_loader_logo_inner .logo_image img {
    max-width: 30vw;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 1;
  }
}
@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
  }
}
@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 0;
  }
}