@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: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.l-content {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

.p-blogParts h2 {
	font-size: clamp(1.5rem, 5vw, 2.4rem) !important;
	border: none !important;
	background-color: transparent !important;
}

.post_content h2 {
	font-size: clamp(1.5rem, 5vw, 2.4rem) !important;
	background-color: transparent !important;
	text-shadow: 1px 1px 2px #ccc;
}

.post_content h3 {
	font-size: clamp(1.3rem, 3vw, 2rem) !important;
	background-color: transparent !important;
	text-shadow: 1px 1px 2px #ccc;
}

.post_content h4,h5,h6 {
	font-size: clamp(1rem, 2.2vw, 1.3rem) !important;
	background-color: transparent !important;
}

.swiper-button-next, .swiper-button-prev {
	background: none !important;
}

.p-mainVisual__scroll {
	background-color: #009cf2;
	opacity: 1 !important;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	bottom: 0;
}

.second-header {
	font-size: clamp(1.5rem, 5vw, 2.4rem) !important;
	line-height: 1.8em;
}

/* ナビゲーションメニュー下余白 */

.p-breadcrumb {
	margin: 0 !important;
}

/* 装飾 */

.shadow_555 {
	text-shadow: 1px 1px 3px #555;
}

.shadow_ccc {
	text-shadow: 1px 1px 3px #ccc;
}

/* 吹き出し */

.speech-bubble {
  position: relative;
  display: inline-block;
  background-color: #009cf2;
  color: #fff;
  padding: 1em 1.2em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
}

.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #009cf2; 
}

/* フルワイドグループブロック */

.full-wide_group {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0 !important;
}

/* =======================================
全体共通スタイル（min-width 960px）
======================================= */

@media screen and (min-width: 960px) {

}

/* =======================================
全体共通スタイル（min-width 834px）
======================================= */

@media screen and (min-width: 834px) {
	
}

/* =======================================
全体共通スタイル（max-width 834px）
======================================= */

@media screen and (max-width: 834px) {
	
br.sp {
	display: none;
}
	
}

/* =======================================
全体共通スタイル（min-width 768px）
======================================= */

@media screen and (min-width: 768px) {
	
br.pc {
		display: none;
}
	
.s-p {
	display: none !important;
}
	
}

/* =======================================
全体共通スタイル（max-width 767px）
======================================= */

@media screen and (max-width: 767px) {

body {
	font-weight: 600;	
}
	
.post_content {
	font-size: 13px !important;
}
	
.p-c {
		display: none !important;
}
	
button#pagetop {
	position: fixed;
	bottom: 60px !important;
}
	
#floating_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  z-index: 9999;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

#floating_banner.show {
  opacity: 1;
  pointer-events: auto;
}

#floating_banner .tel_btn,
#floating_banner .line_btn {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.tel_btn {
  background-color: #009cf2;
}

.line_btn {
  background-color: #06c755;
}

.tel_btn a,
.line_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
}
	
.tel_btn a svg,
.line_btn a svg {
  vertical-align: middle;
  margin-right: 0;
  fill: currentColor;
}
	
.l-footer__nav {
  display: none !important;
}
	
p.copyright {
  font-size: 10px !important;
}

}