@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
*/

.swell-block-fullWide.has-bg-img {
  background-size: 30%;
}

.p-toc.-double {
  display: none;
}

.post_content h2 {
  font-size: 2rem;
}

.post_content h2 strong {
  color: #63a84d;
}

.post_content h3 {
  text-align: center;
  color: #666;
  padding-bottom: 20px;
  margin: 5em 0 0 30px;
}

.post_content h3::first-letter {
  color: #63a84d;
  font-size: xx-large;
}

div.wrp_merit h2 strong:first-letter {
  font-size: 3rem;

  display: inline-block;
}

/*
ul.ul_slump.bkg_dog {
  background-image: url(./images/img_dog.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right 50%;
}
*/

ul.ul_slump li {
  list-style: none;
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.2rem;
}

ul.ul_slump li:before {
  content: "\f058";
  position: absolute;
  top: 0;
  left: 0;
  color: #63a84d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

dt.swell-block-dl__dt.dt_merit {
  text-align: center;
  background: #63a84d;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
  width: 30%;
  margin-inline: auto;
  position: relative;
}
dt.swell-block-dl__dt.dt_merit:after {
  content: "";
  display: inline-block;
  width: 600px;
  position: absolute;
  height: 1px;
  background: #63a84d;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

dd.swell-block-dl__dd {
  margin-bottom: 3rem;
}

a.swell-block-button__link {
  box-shadow: 4px 4px 4px #999;
  border: solid 2px #fff;
}

.swell-block-fullWide.pc-py-40.sp-py-40.has-bg-img.-fixbg.alignfull.lazyloaded {
  background-color: rgba(247, 247, 247, 0.8) !important;
  background-size: 40%;
  background-position: left bottom;
}

div.ifm_map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 30px;
}

frame.ifm_map.lazyloaded,
div.ifm_map iframe.lazyloaded {
  width: 100%;
}

figure.wp-block-video.mov_width {
  width: 400px;
  margin-inline: auto;
}

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

@media screen and (min-width: 768px) and (max-width: 960px) {
  /* タブレット */
}

@media screen and (max-width: 960px) {
  /* スマホ 横から */
}

@media screen and (max-width: 559px) {
  /* スマホ 縦から */
  dt.swell-block-dl__dt.dt_merit {
    width: 80%;
  }

  .swell-block-fullWide.pc-py-40.sp-py-0.has-bg-img.alignfull.u-mb-ctrl.u-mb-0.lazyloaded {
    background-position: 95% 90px !important;
    background-size: 35%;
  }

  .swell-block-fullWide.pc-py-40.sp-py-0.has-bg-img.alignfull.u-mb-ctrl.u-mb-0.lazyloaded
    p.has-text-align-center {
    text-align: left !important;
    line-height: 1.3 !important;
    padding-left: 20px !important;
  }

  figure.wp-block-video.mov_width {
    width: 100%;
  }
}
