@charset "UTF-8";
/*
    Template: swell
    Theme Name: akaruite custom
    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
*/
/*
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 960px) {
}
*/
/* 共通
------------------------------ */
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}

#main_content h2.wp-block-heading:not([class*=is-style-section_ttl]) {
  position: relative;
  padding-bottom: 10px;
}
#main_content h2.wp-block-heading:not([class*=is-style-section_ttl])::before {
  position: absolute;
  content: "";
  background-image: url(img/h2parts.png);
  background-repeat: repeat-x;
  background-size: auto 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
}
#main_content h3.wp-block-heading:not([class*=is-style-section_ttl]) {
  padding-bottom: 5px;
  border-bottom: dotted 5px #f35586;
}
#main_content h4.wp-block-heading:not([class*=is-style-section_ttl]) {
  position: relative;
  padding-left: 0.5em;
}
#main_content h4.wp-block-heading:not([class*=is-style-section_ttl])::before {
  position: absolute;
  content: "";
  background-color: #ebc8d5;
  border-radius: 999px;
  width: 1.3em;
  height: 1.3em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
#main_content .wp-block-list:not([class*=is-style-]) {
  list-style: none !important;
  padding-left: 3px;
}
#main_content .wp-block-list:not([class*=is-style-]) li {
  padding-left: 30px;
}
#main_content .wp-block-list:not([class*=is-style-]) li:before {
  content: "";
  display: inline-block;
  background: url(img/list-parts.png) center center/100% auto no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
  left: 0;
  position: absolute;
  top: 0;
}
#main_content .custom_box {
  border: solid 3px #e5a2ba;
  background-color: #fff8f8;
  border-radius: 3px;
  padding: 1.5em;
  box-shadow: 0 0 0 10px #f6f6f6;
  margin: calc(2em + 10px) 0;
}

.section_title {
  margin-bottom: 2.5rem;
}
.section_title h1 {
  font-size: 2rem;
}
.section_title h3 {
  font-size: 1.9rem;
  line-height: 1.1;
}
.section_title .en {
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  color: #f35586 !important;
  font-size: 1.3rem;
  letter-spacing: 3px;
}

.custom_radius {
  border-radius: 10px;
}

.custom_padding {
  padding: 3em 2em !important;
}

.swell-block-button.cta_btn {
  height: 100%;
}
.swell-block-button.cta_btn .swell-block-button__link {
  border-radius: 5px;
  height: 90%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #f35586;
  color: #fff !important;
  font-size: 1.2rem;
  letter-spacing: 2px;
  max-width: 360px;
  min-width: unset;
  margin-left: auto;
  margin-right: auto;
}

.share_house {
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.share_house .banner {
  width: 100%;
  max-width: 350px;
}

/* header
------------------------------ */
/* mv
------------------------------ */