/**
* Site Name: camuran
* URL: https://camuran.jp/
* Author: camuran.jp.
* CSS File: body.css
*/


/*--------------------------------------------------------------
# Responsive layout patterns
--------------------------------------------------------------*/

/*
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}


@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}
*/


/*--------------------------------------------------------------
# Property
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #2d5434;
}

h1 {
  color: #FFF;
  line-height: 1.8;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p,
ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

.navbar {
  height: 68px;
}

.navbar h2 {
  font-size: 24px;
}

.navbar img {
  width: 32px;
  float: left;
  margin-right: .6rem;
}


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

@media (max-width: 575.98px) {
  .page-title h1 {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .page-title h1 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .page-title h1 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .page-title h1 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .page-title h1 {
    font-size: 28px;
  }
}

@media (min-width: 1400px) {
  .page-title h1 {
    font-size: 30px;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* iPadの横置きで見るとMenu iconが表示されないのを解決
================================================ */

/* デフォルトでは非表示 */
.header .header-toggle {
  display: none !important;
}

/* モバイル～中型スクリーン、iPad横向きを含む */
@media (max-width: 1399.98px) {
  .header .header-toggle {
    display: flex !important;
  }
}


/* サイト名を白色表示
================================================ */

.site-name {
  color: #FFF;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

.flags-box {
  margin-bottom: 2em;
}

.flags-box .flag img {
  width: 28px;
  margin: 0 6px;
}


/*「Flag」にカーソルを載せると補足説明を表示
====================================== */

.explanation-box {
  position: relative;
  /* 表示位置の基準値とする */
}

.ex {
  position: absolute;
  /* boxを基準にする */
  top: 28px;
  /* 自由に調整 */
  left: 138px;
  /* 自由に調整 */
  color: #433;
  /* 文字色を白にする */
  font-size: 14px;
  background: rgba(255, 255, 255, .8);
  /* 黒バックを半透明にするため、rgbaで指定 */
  padding: 1px 5px;
  /* 余白を少々 */
  border-radius: 2px;
}

.ques {
  margin-top: -.4rem;
  text-align: left;
  color: #50443c;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ques:hover {
  cursor: pointer;
  /* カーソルを指の形にする。 */
}

.ex {
  display: none;
  /* 最初は非表示にする。 */
}

.ques:hover+.ex {
  display: block;
  /* quesの上にカーソルが載っている時だけ表示 */
}

/* site-name
====================================== */

.site-name {
  color: #FFF;
}


/* introduction-comment
====================================== */

.introduction-comment p {
  text-indent: 1rem;
  line-height: 2;
}

.introduction-comment ul li {
  line-height: 2;
  margin-left: 1rem;
}

.god-message {
  background-color: #d9f4ff;
  margin: 1rem;
  padding: 1rem;
  border-radius: 8px;
}


/*--------------------------------------------------------------
# Introduction ページが「存在する」/ ページが「存在しない」アイコン
--------------------------------------------------------------*/

.navmenu .bi-check2-circle,
.navmenu .bi-x-circle {
  margin-right: .6rem;
}

.menu .bi-check2-circle,
.menu .bi-x-circle {
  margin-right: .6rem;
}


/*--------------------------------------------------------------
# Navmenu
--------------------------------------------------------------*/

.navmenu h2 {
  color: #FFF;
  border-top: 1px dotted #e19546;
  border-bottom: 1px dotted #e19546;
  padding: 10px;
  background: #040b14;
  margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: ease-in-out 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #149ddd;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 30px auto;
  padding-top: 14px;
  padding-left: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #0093b5;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #0093b5;
}

@media (max-width: 768px) {
  .services .icon-box::before {
    bottom: 60%;
  }
}


/* Services Menu Link
====================================== */

.services a:link {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.services a:visited {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.services a:hover {
  color: #FFF;
}

.services a:active {
  color: #FF0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* footer
====================================== */

.footer {
  background-color: #e9e9e9;
}

.footer-logo {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 130px;
}

.footer ul li {
  font-size: 14px;
  line-height: 2;
}

.footer p {
  line-height: 2;
}

.footer .bi-yin-yang {
  font-size: 1.4rem;
  color: #8ddbbf;
  opacity: .7;
}

.footer .profile-img img {
  margin: 8px;
  display: block;
  width: 100px;
  border: 4px solid color-mix(in srgb, var(--default-color), transparent 85%);
}


/* footer-yin-yang
====================================== */

@media (min-width: 576px) {
  .footer-yin-yang {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer-yin-yang {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer-yin-yang {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer-yin-yang {
    display: block;
  }
}

@media (min-width: 1400px) {
  .footer-yin-yang {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .footer-yin-yang {
    display: none;
  }
}


/* footer-copyright
====================================== */

.footer-copyright {
  background-color: #2d5434;
}

.footer-copyright p {
  color: #FFF;
}


/* social-links
====================================== */

.footer .social-links {
  font-size: 1.2rem;
}

.footer .social-links a {
  margin-right: .8rem;
}


/* Footer link
====================================== */

.footer .footer-category a:link {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.footer .footer-category a:visited {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.footer .footer-category a:hover {
  color: #FFF;
  background: #9780dd;
  padding: .2rem .8rem;
  border-radius: 12px;
}

.footer .footer-category a:active {
  color: #FF0;
}

.footer .social-links {
  font-size: 120%;
  line-height: 3;
}

.footer .social-links a:link {
  color: #9780dd;
  background: #FFF;
  padding: .4rem .6rem;
  border-radius: 50%;
}

.footer .social-links a:hover {
  color: #FFF;
  background: #9780dd;
  padding: .4rem .6rem;
  border-radius: 50%;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio h5 {
  color: #FFF;
  font-size: .92rem;
  margin-left: 1rem;
}

.portfolio-text-box {
  padding: 1rem;
  text-indent: 1rem;
  background-color: #EEE;
}


/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #FFF;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #FFF;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  line-height: 0;
  background-color: #FFF;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #FFF;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Button / btn
--------------------------------------------------------------*/

.button-box button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.button-box button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.reservation {
  font-size: 1.2rem;
  padding: .4em 1.8rem;
  color: #FFF;
  border: outset 3px #f9bb48;
}

.uranai a:hover {
  color: #FF0 !important;
}


/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/

.color-red {
  color: #ff0000;
  font-weight: 600;
}

.color-green {
  color: #37c815;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Flag of Buddhism（青・黄・赤・白・樺（橙））
--------------------------------------------------------------*/

.buddhism-color-01a {
  width: 100%;
  height: 4px;
  background-color: #01A;
}

.buddhism-color-fee000 {
  width: 100%;
  height: 4px;
  background-color: #fee000;
}

.buddhism-color-ee141f {
  width: 100%;
  height: 4px;
  background-color: #ee141f;
}

.buddhism-color-fff {
  width: 100%;
  height: 4px;
  background-color: #FFF;
}

.buddhism-color-f90 {
  width: 100%;
  height: 4px;
  background-color: #F90;
}


/*--------------------------------------------------------------
# Circle number（丸囲み文字）
--------------------------------------------------------------*/

.big-150 {
  font-size: 1.5em;
}


/*--------------------------------------------------------------
# Circle number（丸囲み文字）
--------------------------------------------------------------*/

.circle-number img {
  position: relative;
  top: -1px;
  left: -6px;
  width: 34px;
}


/*--------------------------------------------------------------
# 点滅
--------------------------------------------------------------*/

.blinking {
  color: #cc9933;
  -webkit-animation: blink .4s ease-in-out infinite alternate;
  -moz-animation: blink .4s ease-in-out infinite alternate;
  animation: blink .4s ease-in-out infinite alternate;
}

.blinking-yellow {
  color: #FF0;
  -webkit-animation: blink .4s ease-in-out infinite alternate;
  -moz-animation: blink .4s ease-in-out infinite alternate;
  animation: blink .4s ease-in-out infinite alternate;
}

.blinking-red {
  color: #F00;
  -webkit-animation: blink .4s ease-in-out infinite alternate;
  -moz-animation: blink .4s ease-in-out infinite alternate;
  animation: blink .4s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# 見出し装飾
--------------------------------------------------------------*/

/* heading 1
============================ */
.h-deco-1 {
  font-size: 24px;
  margin: 30px 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.h-deco-1:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  bottom: 0;
  left: 0;
}

.h-deco-1:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #6fa2e0;
  bottom: 0;
  left: 0;
}

/* heading 2
============================ */
.h-deco-2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 42px;
  text-align: center;
}

.h-deco-2 span {
  position: relative;
  z-index: 2;
}

.h-deco-2::before {
  content: attr(data-en);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(224, 66, 114, .2);
  font-size: 40px;
  font-style: italic;
}

.h-deco-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 2px;
  height: 40px;
  background-color: rgba(45, 84, 52, .8);
}

/* heading 3（リボン風）
============================ */

.h-deco-3 {
  position: relative;
  margin: 30px;
  text-align: center;
}

.h-deco-3:before,
.h-deco-3:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #1579c0;
  /* 中間の色 */
}

.h-deco-3:before {
  left: -26px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.h-deco-3:after {
  right: -26px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.h-deco-3 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #FFF;
  background: #149ddd;
  /* 薄い色 */
}

.h-deco-3 span:before,
.h-deco-3 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #002970 transparent transparent transparent;
  /* 濃い色 */
}

.h-deco-3 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

.h-deco-3 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}


/* heading 3（リボン風・柿色）
============================ */
.h-deco-3-persimmon {
  position: relative;
  width: 86%;
  margin: 0 auto;
  padding: .5em .7rem;
  background-color: #ed6d3d;
  color: #FFF;
  text-align: center;
}

.h-deco-3-persimmon::before,
.h-deco-3-persimmon::after {
  position: absolute;
  bottom: -10px;
  z-index: -1;
  border-style: solid;
  border-color: #d34f00;
  content: '';
}

.h-deco-3-persimmon::before {
  left: -30px;
  border-width: 25px 25px 25px 15px;
  border-left-color: transparent;
}

.h-deco-3-persimmon::after {
  right: -30px;
  border-width: 25px 15px 25px 25px;
  border-right-color: transparent;
}

.h-deco-3-persimmon span::before,
.h-deco-3-persimmon span::after {
  position: absolute;
  bottom: -10px;
  width: 10px;
  height: 10px;
  background-color: #913500;
  content: '';
}

.h-deco-3-persimmon span::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
}

.h-deco-3-persimmon span::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0%, 0% 100%);
}


/* heading 4（Gold text）
============================ */
.h-deco-4 {
  padding: .6rem 1rem;
  color: #FFF;
  background: #993366;
  border-radius: 20px;
  display: inline-block;
}

.h-deco-4 span {
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* heading 5（数字の背景）
============================ */

.h-deco-5 {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
}

.h-deco-5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #d9f4ff;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}


/* heading 6（おしゃれな枠囲み）
============================ */

.h-deco-6 {
  font-weight: bold;
  border: 2px solid #d9f4ff;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}

.h-deco-6::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}

.h-deco-6::after {
  content: '';
  background-color: #d9f4ff;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}


/* 背景をブラしたデザイン (Shake)
   h-deco-shake（yellow color）
========================================= */

.h-deco-shake {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
  margin: 1rem;
}

.h-deco-shake:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #444220;
}


/* 背景をブラしたデザイン (Shake)
   h-deco-shake
   （カーキ色 / 卡其黄 / カー・チー・ホワン）
========================================= */

.h-deco-shake-khaki {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #cdae79;
  margin: 1rem;
  color: #FFF;
}

.h-deco-shake-khaki:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #4f3815;
}


/* 背景グラデーション角丸大（ブルーカラー）
========================================= */
.h-deco-radius-blue {
  display: inline-block;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  color: #FFF;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#009cd1), to(#38cdfe));
  background-image: -webkit-linear-gradient(right, #009cd1 0%, #38cdfe 100%);
  background-image: linear-gradient(to left, #009cd1 0%, #38cdfe 100%);
}


/*--------------------------------------------------------------
# Box 装飾
--------------------------------------------------------------*/

/* box-deco-1
========================= */

.box-deco-1 {
  position: relative;
  max-width: 500px;
  margin: 1em auto;
  padding: 1em 2.5em 1em 1.5em;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  background-color: #e0efff;
  color: #333333;
}

.box-deco-1::before,
.box-deco-1::after {
  position: absolute;
  content: '';
}

.box-deco-1::before {
  top: -15px;
  right: 10px;
  height: 50px;
  width: 15px;
  border: 3px solid #999;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
  transform: rotate(10deg);
}

.box-deco-1::after {
  top: 0;
  width: 10px;
  right: 20px;
  border: solid 5px #e0efff;
}


/* 要素がキラリと光る効果
========================= */

.reflection {
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 42px;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 6s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 6s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# 区切り線装飾
--------------------------------------------------------------*/

/* hr-1
========================= */

.hr-1 {
  position: relative;
  overflow: visible;
  width: 80%;
  margin: 3em 0;
  text-align: center;
  color: #CCC;
  border-width: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}

.hr-1::after {
  position: absolute;
  top: -0.6em;
  left: 50%;
  display: inline-block;
  content: '\02663';
  background: #FFF;
}


/* hr-2（点線）
========================= */

.hr-2 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #FFF;
}


/*--------------------------------------------------------------
# 区切り線装飾
テキストとグラデーションボーダーを重ねる（White color）
--------------------------------------------------------------*/

.h-deco-gradation-line1 {
  position: relative;
  text-align: center;
}

.h-deco-gradation-line1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 .5rem;
  background-color: #FFF;
  text-align: left;
}

.h-deco-gradation-line1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #CCC;
  background: -webkit-linear-gradient(-45deg, transparent, #CCC 10%, #CCC 90%, transparent);
  background: linear-gradient(-45deg, transparent, #CCC 10%, #CCC 90%, transparent);
}


/*--------------------------------------------------------------
# 区切り線装飾
テキストとグラデーションボーダーを重ねる（light blue color）
--------------------------------------------------------------*/

.h-deco-gradation-line2 {
  position: relative;
  text-align: center;
}

.h-deco-gradation-line2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 .5rem;
  background-color: #f5f9fc;
  text-align: left;
}

.h-deco-gradation-line2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #CCC;
  background: -webkit-linear-gradient(-45deg, transparent, #CCC 10%, #CCC 90%, transparent);
  background: linear-gradient(-45deg, transparent, #CCC 10%, #CCC 90%, transparent);
}


/*--------------------------------------------------------------
# Gold frame
--------------------------------------------------------------*/

/* gold-frame
========================================= */

@keyframes bg-change {
  0% {
    background: #FFF;
  }

  20% {
    background: #CFF;
  }

  40% {
    background: #FFC;
  }

  60% {
    background: #FCC;
  }

  80% {
    background: #CFC;
  }

  100% {
    background: #FFF;
  }
}

.gold-frame {
  position: relative;
  width: 80%;
  max-width: 680px;
  margin: 3rem auto;
  padding: .1em .8rem;
}

.gold-frame::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background:
    radial-gradient(circle at top left, transparent 20px, #e6b422 20px, #e6b422 23px, transparent 23px) left top / 23px 23px no-repeat,
    radial-gradient(circle at top right, transparent 20px, #e6b422 20px, #e6b422 23px, transparent 23px) right top / 23px 23px no-repeat,
    radial-gradient(circle at bottom left, transparent 20px, #e6b422 20px, #e6b422 23px, transparent 23px) left bottom / 23px 23px no-repeat,
    radial-gradient(circle at bottom right, transparent 20px, #e6b422 20px, #e6b422 23px, transparent 23px) right bottom / 23px 23px no-repeat,
    linear-gradient(90deg, transparent 20px, #e6b422 23px) left top / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #e6b422 23px) right top / 51% 3px no-repeat,
    linear-gradient(90deg, transparent 20px, #e6b422 23px) left bottom / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #e6b422 23px) right bottom / 51% 3px no-repeat,
    linear-gradient(180deg, transparent 20px, #e6b422 23px) left top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #e6b422 23px) left bottom / 3px 51% no-repeat,
    linear-gradient(180deg, transparent 20px, #e6b422 23px) right top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #e6b422 23px) right bottom / 3px 51% no-repeat;
}

.gold-frame::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  box-shadow: 0 0 0 1px #e6b422;
}

.gold-frame h2 {
  text-align: center;
  color: #e6b422;
}


/*--------------------------------------------------------------
# Fonts効果
--------------------------------------------------------------*/

.font-small {
  font-size: .9rem;
  text-indent: 1rem;
}


/*--------------------------------------------------------------
# 画像効果
--------------------------------------------------------------*/

.box-shadow {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
}

/* a:hover モノクロからカラーに
========================================= */

.yatagarasu picture img.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.yatagarasu picture img.gray:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}


/*--------------------------------------------------------------
# ラベル装飾ボタン
--------------------------------------------------------------*/

.coupon-banner .btn,
.coupon-banner a.btn,
.coupon-banner button.btn {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.coupon-banner .btn-wrap {
  display: block;
  max-width: 640px;
  margin: 0 auto 20px;
}

.coupon-banner a.btn-c {
  font-size: 1.2rem;
  display: block;
  overflow: hidden;
  padding: 1.5rem 0 1.5rem 3rem;
  border-bottom: 5px solid #e6d900;
  background: #fff100;
}

.coupon-banner a.btn-c:before {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 1.2rem;
  left: -3.2rem;
  padding: 0 3rem;
  content: "無料!";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  color: #FFF;
  background: #eb6100;
  -webkit-box-shadow: 0 3px 3px #e6d900;
  box-shadow: 0 3px 3px #e6d900;
}

.coupon-banner a.btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #e6d900;
  background: #fff21a;
}


/*--------------------------------------------------------------
# Google map レスポンシブ
--------------------------------------------------------------*/

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# YouTube レスポンシブ
--------------------------------------------------------------*/

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# Trainers Index Section
--------------------------------------------------------------*/

.trainers-index .member {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.trainers-index .member .member-content {
  padding: 1rem;
}

.trainers-index .member h3 {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 18px;
  text-align: center;
}

.trainers-index .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  text-align: center;
}

.trainers-index .member p {
  padding-top: 10px;
  font-size: 14px;
  text-indent: 1rem;
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-indent: 1rem;
}

.trainers-index .member .social {
  margin-top: 15px;
}

.trainers-index .member .social a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  transition: 0.3s;
}

.trainers-index .member .social a:hover {
  color: var(--accent-color);
}

.trainers-index .member .social {
  text-align: center;
}

.trainers-index .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Rotate Anime
--------------------------------------------------------------*/

/* 回転アニメーション */
/*
.rotate-anime {
  position: absolute;
  width: 850px;
  height: 850px;
  background: url("../img/rotate_anime.png"") no-repeat center/100%;
  animation: 100s linear infinite rotation;
  z-index: 1;
  left: -50%;
  top: -240px;
}
*/

/*
.rotate-anime span {
  position: absolute;
  display: inline-block;
  width: 280px;
  background: url("../img/rotate_anime.png") no-repeat center/100%;
  animation: 100s linear infinite rotation;
  z-index: 1;
  height: 280px;
  margin: 198px;
  left: -160px;
  top: 10px;

}

#rotate-anime-box {
  animation: 24s linear infinite rotation1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}
*/

/*--------------------------------------------------------------
# Oneself Section
--------------------------------------------------------------*/

.oneself {
  padding-bottom: 20px;
}

.oneself h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.oneself h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  bottom: 0;
  left: 0;
}

.oneself h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: var(--accent-color);
  bottom: 0;
  left: 0;
}

.oneself .oneself-info {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 10px 15px;
  margin-bottom: 15px;
}

.oneself .oneself-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: var(--nav-font);
}

.oneself p {
  text-indent: 1rem;
}

.oneself .oneself-info p {
  margin: 0;
  font-weight: 600;
}

.oneself .oneself-info a {
  color: var(--accent-color);
}


/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu .icon .bi {
  font-size: 2rem;
  margin-right: 1rem;
}

.menu h4 {
  margin-top: .4em;
}

.menu ul li {
  text-align: left;
}

.menu p {
  text-align: left;
  text-indent: 1rem;
}

.menu .description {
  margin-bottom: 1em;
}


/*--------------------------------------------------------------
# www/index.html
--------------------------------------------------------------*/

.trainers-index .yatagarasu img {
  width: 256px;
}

.yatagarasu .member-content {
  max-width: 512px;
}


/*--------------------------------------------------------------
# www/database/
--------------------------------------------------------------*/

.database img {
  width: 32px;
}

.database .badge {
  font-size: 1.4rem;
  margin-top: 3rem;
}


/*--------------------------------------------------------------
# www/introduction.html
--------------------------------------------------------------*/

.introduction p,
.introduction ul li {
  font-size: 1.05rem;
  text-indent: 1rem;
  line-height: 1.8;
  margin-top: 1em;
}


/*--------------------------------------------------------------
# www/sitemap.html
--------------------------------------------------------------*/

.sitemap .main-color {
  background-color: #cdae79;
}

.sitemap .sub-color {
  background-color: #c682ce;
}

.sitemap .heading-text-color {
  background-color: #3a3021;
}

.sitemap .sub-text-color {
  background-color: #50443c;
}


/*--------------------------------------------------------------
# www/forms/
--------------------------------------------------------------*/

.introduction-text-box {
  max-width: 760px;
}


/*--------------------------------------------------------------
# www/symbols/
--------------------------------------------------------------*/

.symbols h3 {
  font-size: 21px;
  margin-top: 2.5rem;
}

.symbols h4 {
  margin-bottom: 2.5rem;
}

.symbols p {
  line-height: 1.6;
  text-indent: 1rem;
  margin-bottom: 14px;
}

.symbols ul li {
  list-style: none;
  margin-left: -1rem;
  text-indent: 1rem;
}

.symbols ol li span {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.symbols ol {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  margin-left: 3rem;
  line-height: 2;
}

.symbols img {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
}

.japanese-garden .list strong {
  font-size: 1.2rem;
}


/*--------------------------------------------------------------
# www/creation/
--------------------------------------------------------------*/

.service-details-creation .services-list {
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details-creation .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details-creation .services-list a.active {
  color: var(--heading-color);
  font-weight: 500;
  border-color: var(--accent-color);
}

.service-details-creation .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details-creation .services-img {
  margin-bottom: 20px;
}

.service-details-creation h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: .8em;
}

.service-details-creation h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: .8em;
}

.service-details-creation h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1.5em;
}

.service-details-creation p {
  font-size: 18px;
  line-height: 1.8;
  text-indent: 1rem;
  margin-top: .5em;
}

.service-details-creation ul {
  padding: 0;
  font-size: 18px;
  margin-left: 2rem;
}

.service-details-creation ul li {
  padding: 5px 0;
  align-items: center;
  font-size: 18px;
}

.service-details-creation ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details-creation img {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
  border-radius: 8px;
}

.service-details-creation table {
  margin: 1rem;
}


/*--------------------------------------------------------------
# www/art/
--------------------------------------------------------------*/

.service-details .art-menu {
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.art-menu ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.art-menu h3 {
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
}

.service-details .art-menu a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;

  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .art-menu a:hover {
  text-decoration: underline dotted;
}


/*--------------------------------------------------------------
# www/oneself/bushi-yumi.html
--------------------------------------------------------------*/

.service-details p {
  text-indent: 1rem;
}

.trainers-index p {
  text-indent: 1rem;
}


/*--------------------------------------------------------------
# www/creation/katakamuna.html
--------------------------------------------------------------*/

.katakamuna ol ul {
  list-style: none;
  margin-left: -2rem;
}

.katakamuna-mark {
  width: 28px;
  margin-bottom: .2em;
}

.katakamuna .hokura p {
  font-size: .9rem;
}

.katakamuna .hokura ul li {
  font-size: .9rem;
  line-height: .6;
  margin-left: -.5rem;
  list-style: none;
}

.katakamuna h3 {
  font-size: 18px;
}


/*--------------------------------------------------------------
# www/uranai/
--------------------------------------------------------------*/

.uranai-introduction picture img {
  max-width: 640px;
  border-radius: 3px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
}

.uranai-introduction p,
.uranai p {
  font-size: 1.1rem;
  line-height: 2;
  text-indent: 1rem;
  margin-bottom: .5rem;
}

.uranai-introduction ul {
  list-style: none;
}

.uranai-introduction ul li {
  margin-left: -1rem;
  margin-top: .8rem;
}

.uranai .profile ul li {
  list-style: none;
  margin-top: 1em;
  line-height: 1.4;
}

.reading ol {
  margin-left: 2rem;
}

.reading ol li {
  margin-left: -2rem;
  line-height: 2rem;
}

.reading img,
.fee img {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
  border-radius: 8px;
}

.reading ol li span {

  font-size: 16px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.fee ol li {
  margin-left: -1rem;
  line-height: 2rem;
}

/* omukuji
========================================= */

.omikuji ol li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 2;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.portfolio-description .yatagarasu img {
  width: 128px;
}

.portfolio-description ol li {
  line-height: 1.8;
  margin-left: 1.4rem;
}

.yatagarasu-text {
  margin-left: 20px;
}


/*--------------------------------------------------------------
# www/ir/index.html
--------------------------------------------------------------*/

.portfolio-description p,
.announce p {
  text-indent: 1rem;
}


/*--------------------------------------------------------------
# www/ir/legal.html
--------------------------------------------------------------*/

.legal ul li {
  margin-left: -1rem;
}


/*--------------------------------------------------------------
# www/ir/terms.html
# www/ir/privacy.html
--------------------------------------------------------------*/

.terms ol li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.terms p,
.terms ol {
  margin-left: 1rem;
}


/*--------------------------------------------------------------
# www/present/index.html
--------------------------------------------------------------*/

.channel-registration ol li {
  line-height: 1.8;
  margin-left: 1.4rem;
}

.sns-distribution {
  background-color: #fce5e4;
  padding-bottom: .8rem;
  padding-right: 1.5rem;
  margin: 1rem;
  border-radius: 6px;
  display: inline-block;
  box-sizing: border-box;
}

.sns-distribution p {
  margin-top: .8em;
}

.present a:hover {
  color: #7f6003;
  text-shadow: none;
}