@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.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
*/

/* 共通 */

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-weight: 400;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
/* 共通 フォントサイズ*/
p {
  font-size: 18px;
}
.no-display {
  display: none;
}

.-type-simple .p-postList__link:hover {
  opacity: 0.6;
  background-color: #fff !important;
}

.post_content h2 {
  /* font-family: "Shippori Mincho", serif; */
  font-weight: normal;
  font-size: 1.6em;
  text-align: left;
}

@media screen and (max-width: 1180px), print {
  .post_content h2 {
    font-size: 1.4em;
    margin-bottom: 25px;
  }
}
.p-postList .p-postList__title {
  font-weight: 500;
}
.sbi_feedtheme_header_text h3,
.cff-header-text h3 {
  border: none;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  margin: 0px auto 0 auto;
}
.gold-box {
  position: relative;
}
.gold-box:before {
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
}
.gold-box:after {
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
}
a {
  transition: all 0.3s !important;
}
a img {
  transition: all 0.3s !important;
}
a img:hover {
  opacity: 0.8;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1180px), print {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1180px), print {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 1180px), print {
  .reserve {
    flex-direction: column-reverse;
  }
}
.flex {
  display: flex;
  gap: 20px;
  align-items: top;
}
@media screen and (max-width: 1180px), print {
  .flex {
    flex-direction: column;
  }
}
.l-content {
  margin: 0 auto 0em;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
  border-bottom: 4px solid var(--color_main);
  margin-bottom: -4px;
}
.c-pageTitle[data-style="b_bottom"] {
  border-bottom: 4px solid var(--color_border);
}
@media screen and (max-width: 1180px), print {
  .post_content .p-postList__item h3 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1180px), print {
  main p {
    font-size: 16px;
    text-align: justify;
  }
}
main .post_content .fs20 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs20 {
    font-size: 1rem;
  }
}

main .post_content .fs22 {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs22 {
    font-size: 15px;
  }
}
main .post_content .fs24 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs24 {
    font-size: 15px;
  }
}
main .post_content .fs26 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1180px), print {
  main .post_content .fs26 {
    font-size: 17px;
  }
}
main .pb-0 {
  padding-bottom: 0px !important;
}
/* 共通 パンくず */
.p-breadcrumb__text .__home::before {
  display: none;
}
/* 共通 ボタン */
.is-style-more_btn a {
  background: #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 18px;
  min-width: var(--the-min-width);
  padding: var(--the-padding);
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.25s, background-color 0.25s;
  width: var(--the-width);
  background: #ef857d;
  color: #fff;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 15px 0;
  border-radius: 0;
}
@media screen and (max-width: 1180px), print {
  .is-style-more_btn a {
    font-size: 16px;
    padding: 10px 0;
    width: 80vw;
    margin: 0 auto;
    display: block;
  }
}
.is-style-more_btn a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
  opacity: 1;
  background: #ef857d;
  color: #fff;
}

/* 共通 タイトル */
.l-topTitleArea .u-obf-cover {
}
.l-topTitleArea {
}
.l-topTitleArea h1 {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 1180px), print {
  .l-topTitleArea h1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1180px), print {
  main .post_content h3 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1180px), print {
  .fs_s,
  .has-s-font-size,
  .has-small-font-size,
  .u-fz-s {
    font-size: 1.25rem !important;
  }
}
/* 共通 最初の文字をブルーに */
main .ttl span.u-fz-xl {
  display: block;
}
main .ttl span.u-fz-xl:first-letter {
  color: #ef857d;
}

/* 共通 問い合わせエリア*/
main .bnr h2 {
  font-size: 26px;
}
@media screen and (max-width: 1180px), print {
  main .bnr h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1180px), print {
  main .bnr .wp-block-column {
    width: 80%;
    margin: 0 auto !important;
    display: block;
  }
}
main .bnr .wp-block-column a {
  width: 480px;
  max-width: 100%;
}
main .bnr .l-article {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  border: 2px solid #ef857d;
  border-radius: 0px;
}
@media screen and (max-width: 1180px), print {
  main .bnr .l-article {
    padding: 25px 15px;
    width: 90vw;
    padding: 25px 10px;
  }
}
main .bnr .flex {
  justify-content: center;
}

main .bnr h2 > span.swl-fz::before {
  margin-right: 30px; /* 文字との余白 */
}
main .bnr h2 > span.swl-fz::after {
  margin-left: 30px; /* 文字との余白 */
}

main .bnr {
  background: #f7f7f7;
}

main .swell-block-fullWide.has-bg-img::before {
  background-color: inherit;
  z-index: 1;
}

main .first .c-bannerLink__text {
  padding: 0em !important;
}
@media screen and (max-width: 1180px), print {
  main .bnr .swell-block-button__link {
    width: 96%;
    font-size: 16px;
    white-space: nowrap;
  }
}
/* 共通  制作実績*/

.c-pageTitle__subTitle {
  display: none;
}
.category-works .p-postList__meta {
  display: none;
}

.c-categoryList::before {
  display: none;
}
.c-postThumb__cat::before {
  display: none;
}

/* 共通 グロナビ */
.c-gnav > .menu-item:last-child {
  background: #ef857d;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
  margin-left: 20px;
}
.c-gnav > .menu-item:last-child:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
  opacity: 1;
  background: #ef857d;
  opacity: 0.8;
}
.c-gnav > .menu-item:last-child > a::after {
  height: 0;
}

.c-gnav > .menu-item {
  height: 100%;
  position: relative;
}
.c-gnav > .menu-item > a {
  padding: 0 15px;
}
.c-gnav > .menu-item > a::after {
  bottom: 25px;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: 500;
}

.l-header__inner,
.l-fixHeader__inner {
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1180px), print {
  .l-header {
    background-color: rgba(256, 256, 256, 0.9);
  }
  .l-header__logo {
    padding: 0 5vw;
  }
  .c-headLogo {
    width: 100px;
  }
  .p-spMenu__inner::before {
    background: #ef857d;
  }
  #sp_menu button {
    color: #fff;
  }
  .c-spnav a {
    border-bottom: 1px solid #fff;
  }
}

/* 共通 footer */
.footer-img {
  width: 200px;
  margin: 0 auto;
}
.l-footer__widgetArea {
  padding: 40px 0 20px;
}
@media screen and (max-width: 1180px), print {
  .l-footer__widgetArea {
    padding: 20px 0 0px;
  }
}
.l-footer__foot {
  padding: 15px 0 15px;
}
footer .c-iconList__icon,
.c-iconList__link {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
footer .swell-block-button__link:after {
  display: none;
}
footer .contents-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1180px), print {
  footer .contents-wrapper {
    flex-direction: column;
  }
}
footer .footer-contact__titleText {
  font-size: 34px;
  margin: 0 0 2em;
}
footer .contents-wrapper a {
  text-decoration: none;
}
@media screen and (max-width: 1180px), print {
  footer .contents-wrapper a img {
    margin: 0 auto;
    display: block;
    width: 40%;
  }
}
footer .flex .is-style-more_btn {
  margin: 0 !important;
}
.footer-about {
  width: 26%;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1180px), print {
  .footer-about {
    border-right: none;
    width: 100%;
  }
}
.footer-contact {
  padding: 0rem 0 0rem 2rem;
}
@media screen and (max-width: 1180px), print {
  .footer-contact {
    padding: 0 0 0rem 0rem;
  }
}
.footer-about__textBox {
  margin-top: 2rem;
}
.footer-about__text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px), print {
  .footer-about__text {
    text-align: center;
    margin-bottom: 0;
  }
}
.footer .c-iconList a {
  font-size: 30px;
}
.footer-area {
  border: 2px solid #fff;
  padding: 20px;
}
.footer-area .flex {
  width: 50%;
}
@media screen and (max-width: 1180px), print {
  .footer-area .flex {
    flex-direction: row;
    width: 100%;
  }
}
.footer-area h3 {
  margin-bottom: 20px;
}
footer .tel-btn a {
  text-decoration: underline;
}
@media screen and (max-width: 1180px), print {
  footer .tel-btn a {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1180px), print {
  .footer-contact__contactBox .flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.footer-contact__contactBox .swell-block-button {
  text-align: left;
}
.footer-contact__textBox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px), print {
  .footer-contact__textBox {
    margin-top: 20px;
  }
}
.footer-contact__textBox p,
.footer-contact__contactBox p {
  font-size: 16px;
}
.footer-contact__contactBusinessTime {
  text-align: left;
  margin-bottom: 20px;
}
.footer-about__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
footer .contents-wrapper a.swell-block-button__link {
  width: 300px;
}
@media screen and (max-width: 1180px), print {
  footer .contents-wrapper a.swell-block-button__link {
    width: 80vw;
    margin: 0 auto 0px;
    display: block;
    text-align: center;
  }
}
.l-footer__nav a {
  font-size: 14px;
}
#fix_bottom_menu .menu-item i {
  display: none;
}
#fix_bottom_menu span {
  margin-top: 0;
  font-size: 16px;
}
#fix_bottom_menu {
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
}
#fix_bottom_menu::before {
  background: #808080;
}
