@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*** ここから追加 ***/
body h2 {
  font-weight: 300 !important;
}
.en {
  font-family: 'Montserrat', sans-serif !important;
}

/*** ロゴの設定 ***/

/*** スクロール時ロゴの設定 ***/

/*** ヘッダーの設定 ***/
/* メニュー文字サイズ */
.c-gnav > .menu-item > a .ttl {
  font-size: 14px;
}
.c-gnav > .menu-item > a .ttl img {
  height: 36px !important;
}
.menu-item-26108 a,
.menu-item-26109 a,
.menu-item-26110 a,
.menu-item-26111 a {
  padding-left: 0 !important;
  padding-left: 0 !important;
}
.c-gnav > .menu-item > a .ttl:hover {
  color: #8b0918 !important;
}
/*** メインビジュアル ***/
.p-mainVisual__slideTitle {
  font-size: 3.5rem !important;
  font-weight: 300 !important;
}
.p-mainVisual__slideText {
  font-size: 1.5rem !important;
  margin-top: 0.75em;
  font-weight: 300 !important;
  letter-spacing: 0.025em !important;
}
/*** フッターの設定 ***/
.l-footer .copyright {
  letter-spacing: 0.05rem !important;
  font-weight: 400 !important;
}
.l-footer__foot {
  padding-bottom: 4em !important;
}
.w-beforeFooter {
  margin: 6em auto 0em !important;
}
.footer-content {
  padding-bottom: 2em !important;
  border-bottom: #ffffff1a 1px solid;
  font-weight: 300 !important;
}
/*** ページトップアイコン設定 ***/
/* ページトップアイコンを画像に変更する場合のみ */
#pagetop {
  background: url('') no-repeat center;
  background-size: contain;
  border: none;
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
  width: 60px;
  height: 60px;
}
/*** 共通設定 ***/
.-body-solid .l-fixHeader {
  box-shadow: none !important;
}
.-body-solid .p-breadcrumb.-bg-on {
  box-shadow: none !important;
}
.p-breadcrumb.-bg-on {
  background: #fdfdfd !important;
}
/*** ページタイトル ***/
.page-ttl {
  color: #c9a333 !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  font-size: 15px !important;
  line-height: 2rem;
}
.page-ttl span {
  color: #240000;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0;
  margin-top: 40px !important;
}
/*** セクションタイトル ***/
.s-ttl {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 300 !important;
  font-size: 42px !important;
  letter-spacing: 0;
  line-height: 2.75rem !important;
  margin-bottom: 40px !important;
}
.s-ttl span {
  color: #c9a333 !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  font-size: 14px !important;
}
/* プロフィール */
.profile-ttl {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 300 !important;
  font-size: 42px !important;
  letter-spacing: 0;
  line-height: 2.75rem !important;
  margin-bottom: 40px !important;
}
.profile-ttl span {
  color: #8b0918 !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
}
/*** サービスタイトル ***/
.service-ttl {
  margin-top: 1.5em !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.25rem !important;
}
/*** 数字装飾 ***/
.service-number {
  margin: 0 auto !important;
  width: 64px;
  font-size: 1.5rem !important;
  color: #8b0918;
  border: #8b0918 1px solid;
  padding: 10px;
}
/*** ボックスデザイン1 ***/
.box-d01 {
  padding: 50px 30px;
  background-color: #fff !important;
}

/*** ボックスデザイン3 ***/

/*** ボックスデザイン4 ***/

/*** ボックスデザイン5 ***/

/*** ボタンデザイン ***/
.arrow-btn {
  position: relative;
  padding: 15px 40px 15px 7px;
  font-size: 15px;
  font-weight: 400 !important;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  letter-spacing: 0.13em;
}
.btn {
  background-color: inherit;
  color: #8d0621;
}
.btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn:hover .arrow {
  right: 15px;
}
/*** ボタンデザイン2 ***/
.box-btn {
  background-color: #fff;
  padding: 0.4rem 1rem;
  border: #8b0918 1px solid;
  border-radius: 2px;
}
.box-btn .text {
  color: #8b0918;
  font-weight: 500 !important;
}
.box-btn:hover {
  background-color: #8b0918;
}
.box-btn .text:hover {
  color: #fff;
}
/*** ボタンデザイン3 ***/
.box-btn2 {
  background-color: #8b0918;
  padding: 0.7rem 1.5rem;
  border: #8b0918 1px solid;
  border-radius: 2px;
}
.box-btn2 .text {
  color: #fff;
  font-weight: 500 !important;
}
.box-btn2:hover {
  background-color: #97222f;
}
/*** その他 ***/
.gap-0 {
  gap: 0 !important;
}
.text-red {
  color: #a70823;
}
.pc-none {
  display: none;
}
.tab-only {
  display: none;
}
.content-center {
  text-align: center;
}
.back-w {
  background-color: rgb(255, 255, 255, 0.7);
  padding: 40px;
}
.light-font,
.light-font strong {
  font-weight: 300 !important;
}
.w-90 {
  width: 90%;
  margin-left: 5% !important;
}
.w-80 {
  width: 80%;
  margin-left: 10%;
}
/* 480px以下の設定 */
@media screen and (max-width: 480px) {
  .pc-none {
    display: block;
  }
  .mob-none {
    display: none;
  }
  .tab-none {
    display: block;
  }
  .tab-only {
    display: none;
  }
  .mob-h20 {
    height: 20px !important;
  }
  .mob-h30 {
    height: 30px !important;
  }
  .mob-h40 {
    height: 40px !important;
  }
  .mob-h60 {
    height: 60px !important;
  }
  /*** メインビジュアル ***/
  .p-mainVisual__slideTitle {
    font-size: 3rem !important;
  }
  .p-mainVisual__slideText {
    font-size: 1.2rem !important;
  }
  /*** セクションタイトル ***/
  .s-ttl {
    font-size: 2.25rem !important;
  }
  /*** モバイルメニュー ***/
  .footer-sns ul li {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
  }
}
