@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: "FOT-筑紫A丸ゴシック Std R";
}
#gnav, #fix_header{
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.font-b, h2, h3, h4{
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.text-with-icon {
  display: flex;          /* アイコンとテキストを横並び */
  align-items: flex-start; /* 上揃えにする */
}
.text-with-icon::before {
  content: "";
  display: inline-block;
  width: 40px;  /* アイコンの幅 */
  height: 40px; /* アイコンの高さ */
  margin-right: 8px; /* テキストとの間隔 */
  background: url("http://rhythmoon-salon.com/wp-content/uploads/2025/09/texticon.png") no-repeat center/contain;
  flex-shrink: 0;
}

/* トップカスタマイズ */
.top #content {
    padding-top: 0;
}
.p-mainVisual__textLayer{
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.top-heading .mininote{
	font-family: "Mt-OTF MaryScript Std Regular";
	font-size: 6rem !important;
	color: #c7a7b5;
}
.top-headingA .mininote{
	font-family: "Mt-OTF MaryScript Std Regular";
	font-size: 6rem !important;
	color: #fff;
}

/* 固定ページ共通 */
h2.fixed-page-heading {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	background: none;
}

h2.fixed-page-heading:before, h2.fixed-page-heading:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

h2.fixed-page-heading:before {
	left:0;
}
h2.fixed-page-heading:after {
	right: 0;
}

/* フッター */
.footer-profileimage{
	border-radius: 50%;
	max-width: 150px !important;
}
.l-container.w-footer.-col3 .w-footer__box:last-child {
  text-align: center;
}