@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 {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN',
    sans-serif !important;
  font-weight: 500 !important;
}
/*** ヘッダーメニューの設定 ***/
.-series .l-header__inner {
  align-items: center;
  justify-content: space-between !important;
  display: flex;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 18px !important;
  color: #7e708f !important;
}
.c-gnav > .menu-item > a .ttl i {
  font-size: 36px;
}
/*** メインビジュアルの設定 ***/
.c-filterLayer__img {
  left: -250px !important;
}
.c-filterLayer__img img {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.p-mainVisual__slideText {
  position: relative;
}
.mein_v_text {
  position: absolute;
  right: calc(2vw - 200px);
  bottom: -180px !important;
  color: #7e708f !important;
  margin-bottom: -40px;
}
.mein_v_text .text_ltim {
  font-family: 'Satisfy', cursive !important;
  font-size: 64px !important;
}
.mein_v_text .sub_text {
  line-height: 1.05 !important;
  font-weight: 600 !important;
  color: #333 !important;
  text-shadow: none !important;
  letter-spacing: 0.08rem !important;
  font-size: 20px;
}
.mob_none_top_textimg {
  display: block;
}
.pc_none_top_textimg {
  display: none;
}
/*** ページタイトル設定 ***/
.c-pageTitle {
  color: #7e708f !important;
}
/*** タイトル設定 ***/
.s_ttl {
  color: #7e708f !important;
  letter-spacing: 0.15rem;
  font-size: 46px !important;
}
.s_ttl::after {
  content: ' ';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #7e708f;
  margin: 20px auto 0;
}
.s_ttl_w {
  letter-spacing: 0.15rem;
  font-size: 46px !important;
}
.s_ttl_w::after {
  content: ' ';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto 0;
}
.s_ttl_w a {
  color: #fff !important;
}
/*** フッターのTELリンク ***/
.footer_link {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer_contact_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 515px;
  height: 95px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer_contact_button .contact_text {
  font-size: 24px;
  margin-left: 20px;
  letter-spacing: 0.1em;
}
/*** カテゴリーアイコンの設定 ***/
.c-categoryList__link {
  background-color: #a298ae !important;
}
.c-categoryList:before {
  color: #a298ae !important;
}
.c-postThumb__cat {
  background-color: #a298ae !important;
}
[class*='page-numbers'].current,
[class*='page-numbers']:hover {
  background-color: #a298ae !important;
  color: #fff;
}
.c-pageTitle__subTitle {
  display: none !important;
}
.p-articleMetas {
  display: none !important;
}
.p-articleFoot {
  margin: 0 !important;
  padding-top: 0 !important;
}
/*** フッターの設定 ***/
.line_link_img img {
  max-width: 80%;
}
.w-beforeFooter {
  margin: 2em auto 3em !important;
  overflow: hidden;
}
.l-content {
  margin: 0 auto 2em !important;
}
.ft_inner {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  color: #333 !important;
  padding: 40px 0;
}
.footer_nav {
  display: flex;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
}
.ft_info {
  display: flex;
  width: 50%;
}
.ft_info .ft_info_text {
  font-size: 0.85rem !important;
  letter-spacing: 0.08rem !important;
  margin-left: 20px;
  margin-top: 20px;
}
.ft_info .ft_logo img {
  max-height: 150px;
  width: auto;
}
.ft_menu {
  padding-left: 120px;
  margin-top: 40px;
}
.ft_menu ul {
  display: flex;
  font-size: 0.85rem !important;
  letter-spacing: 0.08rem !important;
  margin-bottom: 25px;
}
.ft_menu ul li {
  padding-right: 25px;
  list-style: none;
}
.ft_menu ul li a {
  color: #333 !important;
}
.ft-line-link i,
.ft_menu a i {
  font-size: 36px !important;
}
.ft_menu a img {
  width: 50%;
  height: auto;
  margin-left: 20px;
}
/* reCAPTCHA v3 表示位置 */
.grecaptcha-badge {
  margin-bottom: 80px;
  z-index: 10;
}
/* 1480px以下の設定 */
@media screen and (max-width: 1480px) {
  .mein_v_text {
    right: calc(8vw - 120px);
    bottom: -160px !important;
  }
}
/* 1280px以下の設定 */
@media screen and (max-width: 1280px) {
  .mein_v_text {
    right: calc(15vw - 120px);
    bottom: -150px !important;
  }
}
/* 480px以下の設定 */
@media screen and (max-width: 480px) {
  .pc_none {
    display: block;
  }
  .mob_none {
    display: none;
  }
  .mob_h20 {
    height: 20px !important;
  }
  .mob_h40 {
    height: 40px !important;
  }
  /*** メインビジュアルの設定 ***/
  .c-filterLayer__img {
    left: -60px !important;
  }
  .mein_v_text .text_ltim {
    font-size: 36px !important;
  }
  .mein_v_text .sub_text {
    line-height: 1.05 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    letter-spacing: 0.08rem !important;
    font-size: 15px;
  }
  .mein_v_text {
    right: calc(30vw - 120px);
    bottom: -85px !important;
    color: #585260 !important;
  }
  .mob_none_top_textimg {
    display: none;
  }
  .pc_none_top_textimg {
    display: block;
  }
  /*** タイトル設定 ***/
  .s_ttl {
    font-size: 26px !important;
  }
  .s_ttl_w {
    font-size: 26px !important;
  }
  .s_ttl_w a {
    color: #fff !important;
    font-size: 26px !important;
  }
  /*** コンタクトフォームの設定 ***/
  .CF7_req,
  .CF7_unreq {
    display: block;
    max-width: 5rem;
    text-align: center;
  }

  /*** フッターのTELリンク ***/
  .footer_contact_button a {
    width: 325px;
    height: 56px;
    border-radius: 10px;
  }
  .footer_contact_button .en {
    font-size: 14px;
  }
  .footer_contact_button .tel {
    font-size: 20px;
  }
  /*** フッターの設定 ***/
  .footer_nav {
    display: block;
  }
  .ft_info {
    width: 90%;
  }
  .ft_info .ft_info_text {
    font-size: 1rem !important;
  }
  .ft_menu {
    padding-left: 0px !important;
    margin-top: 40px;
  }
  .ft_menu ul {
    display: block;
    font-size: 1rem !important;
    margin-bottom: 10px;
  }
  .ft_inner {
    padding: 40px 0 0 0;
  }
  .w-beforeFooter {
    margin: 2em auto 1.5em !important;
  }
}
