﻿/* 基本設定とリセット */
body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.2; /* 読みやすい行間 */
	color: #2c2c2c;
	overflow-x: hidden; /* 横方向のスクロールバーを非表示にする */
}

*, *::before, *::after {
    box-sizing: border-box; /* パディングやボーダーを幅に含める */
}

/* 画像と埋め込み要素の基本設定 */
img {
	max-width: 100%; /* 画像が親要素の幅を超えないようにする */
	height: auto;
	display: block;
}

/* --- 強制改行 --- */
span.sp-break {
	content: ''; /* 疑似要素を使わなくても、これだけでもOK */
	display: block; /* ★ここで改行が発生する */
	height: 0; /* 高さをなくして改行だけさせる */
}

span.pc-break {
	display: none;
}

header.hero-section {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

div.container {
	width: 100%;
	margin: 0 auto;
}

h1 {
	display:none;
}

/* --- セクション共通スタイル --- */
section.section {
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin: 30px auto;
}

div.pink-obi {
	width: 100%;
	height: 50px;
	background-color: #f3d9d5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	text-align: center;
	position: relative;
}

h2 {
	display: inline-block; /* 幅をテキストの長さに合わせる */
	font-family: "Noto Sans JP", sans-serif;
	font-size: 85%; 
	font-weight: 900;
	position: relative;
	z-index: 1;
}

h2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
	width: 62px;
	height: 38px;
	background-image: url(../images/flame_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

h2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10%;
	transform: translateY(-50%);
	width: 62px;
	height: 38px;
	background-image: url(../images/flame_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

div.introduction {
	width: 100%;
	background-image: url(../images/women_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 5px;
	margin: 20px auto 10px;
}

div.circle_top,
div.circle_middle,
div.circle_bottom {
	background-color: #f4f0e8;
	width: 65%;
	height: 30%;
	border-radius: 50%;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 15px;
}

div.circle_middle {
	margin-left: 15px;
}

p.circle_title {
	color:#c35f5f;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 75%;
	font-weight: 900;
	text-decoration: underline;
}

p.circle_text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 65%;
	font-weight: 600;
	line-height: 1.6;
	display: block;
	margin-top: 5px;
}

span.circle_strong {
	background: linear-gradient(transparent 50%, #f7d0cc 50%);
}

p.tegaki {
	width: 100%;
	color: #c35f5f;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
}

img.mecha-tok_rogo {
	width: 75%;
	margin: 5px auto;
}

p.about_text {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 75%;
	padding: 10px;
	margin: 0 auto;
}

img.mecha-tree {
	display: inline-block;
	margin: 10px auto;
}

p.about_subcatch {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 120%;
	font-weight: 600;
	margin: 10px auto 0;
}

p.about_catch {
	width: 70%;
	color: #bb0415;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 150%;
	font-weight: 900;
	border-bottom: solid 10px #ffe46d;
	margin: 0 auto;
}

div.title-kazari {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 10px;
}

div.title-kazari img {
	width: 16px;
}

p.kazari-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 120%;
	font-weight: 900;
}

div.melit-column {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

div.column {
	width: 49%;
	border: solid 1px #7a7a7a;
	border-radius: 20px;
	margin-bottom: 5px;
}

p.melit_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 85%;
	font-weight: 900;
	background-color: #ffdc8f;
	border-radius: 20px 20px 0 0;
	padding: 5px 10px;
}

p.tight {
	font-size: 75%;
}

p.melit_text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 75%;
	font-weight: 600;	
	padding: 5px;
}

span.attention {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 75%;
	font-weight: 600;
}

div.service-column {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px auto;
}

div.service_column {
	width: 25%;
}

p.service_attention {
	font-size: 75%;
	text-align: right;
}

div.exclusive {
	width: 100%;
	text-align: left;
	background-color: #e0ecf6;
	border-radius: 10px;
	padding: 10px;
	margin: 50px auto;
}

img.exclusive_rogo {
	margin-top: -60px;
	margin-bottom: 5px;
}

p.exclusive_point {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	font-weight: 600;
	margin-left: 10px;
}

p.exclusive_attention {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 75%;
	font-weight: 600;
	margin-top: 10px;	
	margin-left: 10px;
}

div.plan-column {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
}

img.photo,
img.but {
	width: 100%;
	margin: 10px auto;
}

/* 見出し左 */
div.left-arrow {
	width: 100%;
	text-align: left;
	margin: 20px auto 0;
}

h4.leftarrow {
	color: #fff;
	padding: 10px 20px 10px 10px;
	display: inline-block;
	line-height: 1.3;/*行高*/
	background: #bb5d5d;
	vertical-align: middle;
	border-radius: 0px 25px 25px 0px;/*右側の角を丸く*/
}

h4.leftarrow:before {
	content: '●';
	color: white;
	margin-right: 8px;
}

/* 見出し右 */
div.right-arrow {
	width: 100%;
	text-align: right;
	margin: 20px auto 0;
}

h4.rightarrow {
	color: #fff;
	padding: 10px 10px 10px 20px;
	display: inline-block;
	line-height: 1.3;/*行高*/
	background: #bb5d5d;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h4.rightarrow:after {
	content: '●';
	color: white;
	margin-left: 8px;
}

/* 見出し中央 */
h6 {
	position: relative;
	padding: 5px 26px 5px 42px;
	background: #bb5d5d;
	color: #fff;
	line-height: 1.3;
	margin-top: 20px;
	margin-left: -10px;
	z-index:-2;
}

h6:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index: -1;
}

h6:after {
	position: absolute;
	content: '';
	right: -3px;
	top: -7px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;
	border-bottom: solid 79px white;
	z-index: -1;
}

div.zadankai-column {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
}

div.zadankai_member {
	width: 30%;
}

p.zadankai_name {
	font-size: 50%;
	margin-top: 5px;
}

div.zadankai_text {
	width: 70%;
}

h5 {
	color: #c35f5f;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 120%;
	font-weight: bold;
}

h5.mp {
	width: 100%;
	margin: 10px auto;
}

div.zadankai_comment,
div.t_comment {
	background-image: url(../images/comme_waku.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

p.member_comment {
	font-size: 65%;
	line-height: 1.5;
	padding: 30px 30px 20px;
}

p.tatsumi_comment {
	font-size: 75%;
	line-height: 1.5;
	padding: 30px 30px 20px;
}

p.tegaki-comme {
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

hr.kyoukai {
	width: 100%;
	border: none;
	height: 1px;
	background-color: #c35f5f;
	margin: 10px auto;
}

p.matome_catch {
	width: 75%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 150%;
	font-weight: 900;
	border-bottom: solid 5px #ffe46d;
	margin: 0 auto;
}

/* --- フッター --- */
footer {
	font-size: 75%;
	color: #fff;
	text-align: center;
	background-color: #bb0415;
	padding: 15px 0 50px;
}

/* ページトップボタン */
#page-top {
	background-color: #bb0415;
	position: fixed;
	bottom: 0;
	right: 10px;
	border-radius: 15px 15px 0 0;
opacity: 0; 
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

#page-top.is-visible {
    opacity: 1;
    visibility: visible;
}

#page-top a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
}
