@charset 'utf-8';

/* =IMPORTS
----------------------------------------------------------------------------- */


/* =DefaultStyle Reset
----------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,section {
	margin: 0;
	padding: 0;
    border: none;
}
article, aside, figure, figure img, figcaption, hgroup, footer, nav, section, video, object {
	display: block;
}
img {
	border: none;
    vertical-align: bottom;
}
a:link {color: #3399FF;text-decoration: underline;}
a:active {color: #3399FF;text-decoration: underline;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}

.clearfix { display: inline-table; }  

/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

.clear {
	clear: both;
}

html{
  scroll-behavior: smooth;
}



/* =Layout
----------------------------------------------------------------------------- */
body {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  position: relative;
  background: url(../img/back.jpg) no-repeat top;
  background-size: 100%;
  background-attachment: fixed;
  font-feature-settings: "palt";
}

@media screen and (max-width:768px) {
body {
  font-size: 0.9rem;
}
}

li {
	list-style: none;
}

img{
max-width: 100%;
}


#box {
	margin: 0 auto;
	padding: 3% 0;
	max-width: 600px;
	overflow: hidden;
	text-align: left;
	background: #FFF;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3);
}

@media screen and (max-width:768px) {
#box {
	padding: 6% 0;
}
}

#logo {
	text-align: center;
	margin-bottom: 7%;
}

#logo img {
	width: 70%;
}

.box01 {
	margin: 0 6%;
}

.box02 {
	background: #FBFAF2;
	padding: 6%;
	margin-bottom: 30px;
}

.box03 {
	padding: 0 10%;
}

.table01{
	width: 100%;
	border-collapse: collapse;
}
.table01 th{
	padding: 6px 12px;
	text-align: left;
	vertical-align: top;
	color: #666;
	background-color: #F7F7F7;
	border: 1px solid #b9b9b9;
	font-weight: bold;
	white-space: nowrap;
}
.table01 td{
	padding: 6px 12px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.link01 {
	color: #EA609E !important;
	font-size: 1.2rem;
}

.chiframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.chiframe iframe {
	position: absolute;
	top: -1px;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.linkbutton{
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 3% 5%;
	margin-bottom: 30px;
    box-sizing: border-box;
    background: #EB6EA5;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
}

.copyright {
	font-size: 0.8rem;
	text-align: center;
}



/*傑作選*/

article {
	display: flex;
	padding: 6%;
	border-bottom: 1px solid #CCC;
}
	article figure {
		margin: 0 5% 0 0;
		width: 30%;
		height: auto;
	}
		article figure img {
			max-width: 100%;
			vertical-align: top;
		}

.text_content {
	width: 65%;
}

article:first-of-type {
	border-top: 1px solid #CCC;
}

article:last-of-type {
	margin-bottom: 50px;
}



article a:link {color: #ea6da4;text-decoration: underline;}
article a:active {color: #ea6da4;text-decoration: underline;}
a:hover {text-decoration: underline;}
article a {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5 !important;
}

@media screen and (max-width:768px) {
article a {
	font-size: 1.2rem;
}
}


/* 文字数指定 */

.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}


@media screen and (max-width:768px) {
.txt-limit {
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
}



/* “たるみに効く美容医療”には
どのような治療法があるのか? */

@media screen and (min-width:769px) {
#qa {
	font-size: 1.2rem;
}
}

.q_no {
	color: #9e9e9f;
	font-size: 1.6rem;
	font-weight: 600;
}

.q_title {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
}

.q_title span {
	color: #ea5532;
}

@media screen and (max-width:768px) {
.q_no,
.q_title {
	font-size: 1.3rem;
}
}



/* 少しでも若く見られたい！ */

.wakaku_txt {
	background: #fbfaf2;
	padding: 40px;
	text-align: left;
	font-size: 110%;
	line-height: 2;
}


.osusume {
	background: url(../../202502_rny57gawtxbc/img/back.png) repeat;
	padding: 30px 40px;
	margin: 0 auto 10%;
	text-align: left;
}

.osusume p{
	color: #E54A91;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}

.osusume li {
	background: url(../../202502_rny57gawtxbc/img/point_check.png) no-repeat;
	margin: 5px 0;
	padding-top: 10px;
	padding-left: 37px;
	font-size: 140%;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #66391A;
}

@media screen and (max-width:768px) {
.osusume {
	padding: 5%;
	font-size: 90%;
}
}

.nayami_eye {
	background: url(../../202502_rny57gawtxbc/img/back.png) repeat;
}

@media screen and (max-width:768px) {
.nayami_eye {
	background: url(../../202502_rny57gawtxbc/img/back.png) repeat;
}
}

.syoureititle {
	color: #ea5532;
	font-weight: bold;
	text-align: center;
	font-size: 140%;
	margin-bottom: 30px;
}

.syoureibox {
	border: 1px solid #b2b2b2;
	padding: 20px 30px;
	margin: 30px auto 60px;
}

.syoureibox strong {
	color: #ea609e;
}



/* ソフウェーブとはどのような美容治療なのか！？ */


.bluegrada {
  background-image: linear-gradient(to bottom, #dff2fc 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 300px;
  text-align: center;
  padding-top: 7%;
}

.blueback {
	background: #eaf6fd !important;
}

.fukidashi {
  position: relative;
  padding: 10px 0;
  margin-bottom: 30px;
  color: #fff;
  border-radius: 10px;
  background: #00a5e3;
  text-align: center;
  font-weight:bold;
  font-size: 130%;
}

.fukidashi:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #00a5e3 transparent transparent transparent;
}

.sofwave_linklist {
    text-align: center;
    font-weight: bold;
}

.sofwave_linklist a {
	text-decoration: none;
}

.sofwave_linklist {
    overflow: hidden;
    margin-right: 3%;
}

.sofwave_linklist a span {
    padding: 5px 10px;
    background: #63beb7;
    color: #fff;
}

/* 回り込みブロック（BFCを作ってfloatを内側に閉じ込める） */
.wrap{
  display: flow-root;     /* = 新しいBFC。後続要素への影響を遮断 */
  line-height: 1.8;
}

/* 右上に固定し、テキストを回り込ませる */
.wrap__photo{
  float: inline-end;      /* 右寄せ（RTLでもOK）。古い環境は下の@supportsでrightへ */
  width: clamp(140px, 42vw, 260px); /* スマホでも回り込みが成立する可変幅 */
  max-width: 45%;         /* テキスト領域を確保 */
  height: auto;
  margin: 0 0 12px 16px;  /* 左と下に余白 */
  border-radius: 8px;
  object-fit: cover;
  /* 角丸に沿った回り込み（対応ブラウザ） */
  shape-outside: inset(0 round 8px);
}





/* エイジングケアのご相談はさくら美容クリニックへ */
.agingcarebox {
	background: url(../../202603/img/back01.png) repeat-x;
	background-position: top;
	background-color: #faf4e7;
	padding: 5%;
}

.agingcareboxin {
	background: #FFF;
	border-radius: 20px;
	padding: 50px;
	font-size: 120%;
}

.agingcareboxin2 {
	padding: 30px 40px;
	margin-bottom: 60px;
}

@media screen and (max-width:768px) {
.agingcareboxin {
	padding: 10% 8%;
}
.agingcareboxin2 {
	padding: 8%;
	margin-bottom: 15%;
}
}


.feature-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 10px;
}

.bg-number {
  position: absolute;
  left: 0;
  font-family: "Century Gothic", Futura, sans-serif;
  font-size: 100px;
  color: #e5e5e6;
  line-height: 1;
  z-index: 1;
}

.main-text {
  position: relative;
  z-index: 2;
  margin-left: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  color: #ec7993;
  font-weight: 700;
}

@media screen and (max-width:768px) {
.feature-header {
  height: auto;
  margin-bottom: 7%;
}

.bg-number {
  font-size: 60px; /* 画像に合わせた大きめのサイズ */
}

.main-text {
  font-size: 18px;
}
}

.agingcarebox02 {
	background: url(../../202603/img/back02.png) no-repeat;
	background-size: 100%;
	background-position: top;
	background-color: #eaf6fd;
	padding: 15% 5% 10%;
}

.kikkake {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}

.kikkake2 {
  font-size: 18px;
}

@media screen and (max-width:768px) {
.agingcarebox02 {
	padding: 10% 8%;
}

.kikkake {
  font-size: 16px;
  font-weight: 700;
}

.kikkake2 {
  font-size: 16px;
}
}

.balloon-box {
  position: relative;
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  width: 100%;             /* 横幅いっぱい */
  padding: 15px 20px;      /* 上下左右の余白 */
  background-color: #ff87bc;
  color: #ffffff;
  border-radius: 50px;     /* 両端を丸くする（画像に合わせて調整） */
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 40px;     /* 下の突起のための余白 */
  font-size: 120%;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width:768px) {
.balloon-box {
  padding: 5% 8%;      /* 上下左右の余白 */
  border-radius: 50px;     /* 両端を丸くする（画像に合わせて調整） */
  font-size: 120%;
}
}

/* 下の突起（三角）部分 */
.balloon-box::after {
  content: "";
  position: absolute;
  bottom: -10px;           /* 突起を枠の外に出す */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 10px 0 10px; /* 三角のサイズ（上 左右 下） */
  border-color: #ff87bc transparent transparent transparent;
}

/* リスト全体のコンテナ */
.feature-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各行の設定 */
.feature-check-list .feature-check-item {
  display: flex;
  align-items: center; /* アイコンとテキストを上下中央揃え */
  margin-bottom: 15px;
}

/* 最後のアイテムだけ余白を0にする */
.feature-check-list .feature-check-item:last-child {
  margin-bottom: 0;
}

/* アイコン部分（SVG） */
.feature-check-list .feature-check-icon {
  flex-shrink: 0;      /* アイコンが潰れるのを防ぐ */
  width: 28px;         /* 画像に合わせたサイズ感 */
  height: 28px;
  margin-right: 12px;  /* アイコンとテキストの間隔 */
  display: flex;
  align-items: center;
}

.feature-check-list .feature-check-icon svg {
  width: 100%;
  height: 100%;
}

/* テキスト部分 */
.feature-check-list .feature-check-text {
  margin: 0;
  flex: 1; 
}


.matome {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width:768px) {
.matome {
  font-size: 16px;
  font-weight: 700;
}
}

.tpink {
	color: #e25a8e;
}

.marker-yellow {
  background: linear-gradient(transparent 70%, #ffff14 70%);
  display: inline; /* 文字の長さに合わせるために必須 */
  padding: 0 2px;  /* 左右に少しはみ出すとよりリアルになります */
  color: #e25a8e;
  font-size: 120%;
}

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

.setsumeiimg {
	width: 90%;
}

}





/*　月2回更新～　*/

.mt2_h2 {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
}

@media screen and (max-width:768px) {
.mt2_h2 {
	font-size: 90%;
}
}

.mt2_box01 {
	padding: 10% 8%;
}

.mt2_check {
	background: #fdfbec;
}

.mt2_kuma {
	background: #fdf7f0;
	line-height: 2;
}

.mt2_sofu {
	background: #fbf1ef;
}

.mt2_marker {
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-size: 130%;
	font-weight: bold;
}

.mt2_address {
	width: 90%;
	margin: 0 auto 30px;
	line-height: 1.6;
	font-size: 120%;
}

.mt2_address p {
	margin-bottom: 10px;
}

.mt2_address p:last-child {
	margin-bottom: 0;
}


.ctabox {
	border: 5px solid #eb6ea5;
	padding: 5%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	width: 70%;
	border-radius: 20px;
}

.ctatitle {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #eb6ea5;
	font-size: 170%;
}

@media screen and (max-width:768px) {
.ctatitle {
	font-size: 110%;
}
}

.ctabox p {
	margin-bottom: 20px;
}

.ctabox p:last-child {
	margin-bottom: 0;
}

.hover-push img,
.ctabox img {
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.hover-push a:hover img,
.ctabox a:hover img {
	transform: translateY(3px);
	opacity: 0.85;
}


/* =========================================
   目の下のクマ 吹き出し
========================================= */

.kuma-balloon{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	
	background: #a64a97;
	color: #fff;

	padding: 4% 6%;
	margin: 0 auto 50px;

	border-radius: 20px;

	text-align: center;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.5;
}

/* 下の三角 */
.kuma-balloon::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -28px;
	transform: translateX(-50%);

	width: 0;
	height: 0;

	border-style: solid;
	border-width: 28px 24px 0 24px;
	border-color: #a64a97 transparent transparent transparent;
}

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

.kuma-balloon{
	padding: 5%;
	font-size: 110%;
	line-height: 1.4;
}

.kuma-balloon::after{
	bottom: -20px;

	border-width: 20px 18px 0 18px;
}

}


/* =========================================
   クマのお悩みリスト
========================================= */

.kuma-list{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.kuma-list li{
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 15px;
	color: #333;
	font-size: 130%;
}

.kuma-list li:last-child{
	margin-bottom: 0;
}

.kuma-list img{
	width: 26px;
	flex-shrink: 0;
	margin-top: 0.35em;
}

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

.kuma-list{
	width: 100%;
}

.kuma-list li{
	gap: 12px;
	margin-bottom: 10px;
	font-size: 120%;
}

.kuma-list img{
	width: 20px;
	margin-top: 0.35em;
}

}


/* =========================================
   クマ比較表
========================================= */

.kuma-table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	line-height: 1.6;
	font-size: 90%;
}

.kuma-table th,
.kuma-table td{
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}

.kuma-table th{
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.kuma-table .kuma-table-side{
	width: 2em;
	background: #e8f2c9;
	color: #000;
	font-weight: normal;
}

.kuma-table .kuma-blue{
	background: #8aacca;
}

.kuma-table .kuma-brown{
	background: #be805f;
}

.kuma-table .kuma-black{
	background: #a99b92;
}

.kuma-table .kuma-type{
	font-size: 120%;
}

.kuma-table td{
	background: #fff;
	text-align: left;
}




/* =========================================
   ソフ
========================================= */

.pinkbox {
	background: #df828c;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
}

.pinkbox .title {
	color: #fff100;
	font-size: 130%;
	line-height: 1.5;
	margin-bottom: 5px;
}

@media screen and (max-width:768px) {
.pinkbox {
	font-size: 140%;
}
}

/* =========================================
   クマのお悩みリスト
========================================= */

.sofu-list{
	width: 100%;
	margin: 10px auto 20px;
	padding: 0;
}

.sofu-list li{
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin: 5px;
	font-size: 120%;
	font-weight: bold;
}

.sofu-list li:last-child{
	margin-bottom: 0;
}

.sofu-list img{
	width: 35px;
	flex-shrink: 0;
	margin-top: 0.2em;
}

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

.sofu-list{
	width: 100%;
}

.sofu-list li{
	gap: 12px;
	font-size: 100%;
}

.sofu-list img{
	width: 25px;
	margin-top: 0.2em;
}

}

.sofu-balloon{
	background: #61c1be;
}

/* 下の三角 */
.sofu-balloon::after{
	border-color: #61c1be transparent transparent transparent;
}


/* =========================================
   ソフウェーブ・ウルセラ比較表
========================================= */

.sw-hifu-compare-wrap {
  width: 100%;
  overflow-x: auto;
  line-height: 1.6;
}

.sw-hifu-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #cccccc;
  background: #fff;
}

.sw-hifu-compare-table th,
.sw-hifu-compare-table td {
  padding: 10px 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
}

.sw-hifu-compare-table tr:last-child th,
.sw-hifu-compare-table tr:last-child td {
  border-bottom: none;
}

.sw-hifu-compare-table th:last-child,
.sw-hifu-compare-table td:last-child {
  border-right: none;
}

.sw-hifu-compare-col-label {
  width: 26%;
}

.sw-hifu-compare-col-sofwave,
.sw-hifu-compare-col-hifu {
  width: 37%;
}

.sw-hifu-compare-label {
  background: #e2eec5;
  text-align: center !important;
}

.sw-hifu-compare-sofwave-head {
  background: #df828c;
  color: #fff;
  text-align: center !important;
  font-weight: bold !important;
}

.sw-hifu-compare-hifu-head {
  background: #86b3e0;
  color: #fff;
  text-align: center !important;
  font-weight: bold !important;
}

/* ソフウェーブ列を3pxのピンク枠で囲む */
.sw-hifu-compare-sofwave {
  border-left: 3px solid #df828c !important;
  border-right: 3px solid #df828c !important;
}

.sw-hifu-compare-sofwave-head {
  border-top: 3px solid #df828c !important;
}

.sw-hifu-compare-sofwave-last {
  border-bottom: 3px solid #df828c !important;
}

.sw-hifu-compare-list {
  margin: 0;
  padding: 0;
}

.sw-hifu-compare-list li {
  list-style: none;
}

.sw-hifu-compare-list li::before {
  content: "・";
}

/* スマホ用：横スクロールさせない */
@media screen and (max-width: 768px) {
  .sw-hifu-compare-wrap {
    overflow-x: visible;
  }

  .sw-hifu-compare-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .sw-hifu-compare-table th,
  .sw-hifu-compare-table td {
    padding: 8px 6px;
    word-break: break-word;
  }

  .sw-hifu-compare-col-label {
    width: 26%;
  }

  .sw-hifu-compare-col-sofwave,
  .sw-hifu-compare-col-hifu {
    width: 37%;
  }
}

/* 一番上の見出し行の下に1px線を入れる */
.sw-hifu-compare-table thead th {
  border-bottom: 1px solid #cccccc !important;
}

/* 左から2番目・3番目の列の本文を上付きにする */
.sw-hifu-compare-table tbody td:nth-child(2),
.sw-hifu-compare-table tbody td:nth-child(3) {
  vertical-align: top;
}



/*治療の流れ*/

  .sofwave-flow {
	  width: 90%;
    margin: 0 auto;
    padding: 10px 0 70px;
	font-size: 120%;
  }

  .sofwave-flow__inner {
    margin: 0 auto;
  }

  .sofwave-flow__label {
    text-align: center;
    color: #df828c;
    font-size: 14px;
    letter-spacing: 0.18em;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .sofwave-flow__title {
    text-align: center;
    font-size: 43px;
    line-height: 1.5;
    font-weight: 500;
    color: #4a3b3f;
    margin: 0 0 45px;
  }

  .sofwave-flow__title span {
    color: #df828c;
  }

  .flow-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .flow-list::before {
    content: "";
    position: absolute;
    left: 38px;
    top: 35px;
    bottom: 35px;
    width: 1px;
    background: linear-gradient(180deg, #df828c, #df828c);
  }

  .flow-item {
    position: relative;
    display: grid;
    grid-template-columns: 50px 1fr 130px;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(223, 130, 140, 0.10);
    border: 1px solid #df828c;
  }

  .flow-item:last-child {
    margin-bottom: 0;
  }

.flow-number {
  position: relative;
  z-index: 1;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #df828c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  padding-bottom: 2px;
  box-sizing: border-box;
  box-shadow: 0 5px 12px rgba(223, 130, 140, 0.35);
}

  .flow-content {
    padding-top: 0;
  }

  .flow-icon {
    width: 110px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .flow-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
  }

  .flow-content h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #4a3b3f;
    line-height: 1.5;
  }

  .flow-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #666;
  }

  .flow-note {
    color: #df828c;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .sofwave-flow {
    }

    .sofwave-flow__title {
      font-size: 33px;
      margin-bottom: 32px;
    }

    .flow-list::before {
      left: 26px;
    }

    .flow-item {
      grid-template-columns: 40px 1fr 90px;
      gap: 10px;
      padding: 22px 18px;
      border-radius: 16px;
    }

    .flow-icon {
      width: 82px;
      height: 70px;
    }

    .flow-number {
      flex-basis: 35px;
      width: 35px;
      height: 35px;
    }

    .flow-content h3 {
      font-size: 21px;
    }

    .flow-content p {
      font-size: 14px;
    }
  }












/* トップページ
------------------------------------------*/

.topcopy {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
.topcopy {
	font-size: 120%;
}
}

h2 {
	padding: 15px 25px;
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 30px;
}

.toppickup {
	border-top: 2px solid #eb7aac;
	border-bottom: 1px solid #f9d7e6;
	background: linear-gradient(#fff, #fff3f7);
	color: #eb7aac;
}

.topcontents {
	background: #eb7aac;
	color: #fff;
}

/* 2カラムコンテンツにする */

.archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	width: 94%;
	margin: 0 3%;
	line-height: 1.6;
}

.archive div {
    margin-bottom: 3rem;
    width: 43%;
}

.archive img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.archive a:link,
.archive a:visited,
.archive a:active {
	color: #333;
	text-decoration: none;
}

.archive a:hover {
	text-decoration: none;
}

.archive a p {
	text-decoration: underline;
}

.archive a .day {
	color: #000;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}

/*　PICK UP　*/

.inner {
  margin-inline: auto;
  max-width: 100%;
  padding: 0 30px;
}

.overflow-right {
  padding: 0 0 50px;
}

.overflow-right__sliderWrap {
  margin-left: calc(50% - 50vw);
  /*margin-top: 40px;*/
  padding-left: calc(50vw - 50%);
  width: 106%;
}

.splide__slide {
  aspect-ratio: 1/1.222;
  display: grid;
  place-content: center;
}

.splide__arrow {
	display: none !important;
}




@media print, screen and (min-width: 769px){
.sp {
	display: none;
}
}

@media screen and (max-width:768px) {
.pc {
	display: none;
}
}






/* OPTION
------------------------------------------*/

.tred {
	color: #C00;
}

.tpink {
	color: #df828c;
}

.t120 {
	font-size: 120%;
}

.t130 {
	font-size: 130%;
}

.t140 {
	font-size: 140%;
}

.t150 {
	font-size: 150%;
}

.t160 {
	font-size: 160%;
}



/* OPTION
------------------------------------------*/

.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.mt80{
	margin-top:80px;
}
.mt90{
	margin-top:90px;
}
.mt100{
	margin-top:100px;
}


.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}
.mr40{
	margin-right:40px;
}
.mr50{
	margin-right:50px;
}
.mr60{
	margin-right:60px;
}
.mr70{
	margin-right:70px;
}
.mr80{
	margin-right:80px;
}
.mr90{
	margin-right:90px;
}
.mr100{
	margin-right:100px;
}


.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}
.ml60{
	margin-left:60px;
}
.ml70{
	margin-left:70px;
}
.ml80{
	margin-left:80px;
}
.ml90{
	margin-left:90px;
}
.ml100{
	margin-left:100px;
}


.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.mb80{
	margin-bottom:80px;
}
.mb90{
	margin-bottom:90px;
}
.mb100{
	margin-bottom:100px;
}



.ma10{
	margin:10px;
}
.ma20{
	margin:20px;
}
.ma30{
	margin:30px;
}
.ma40{
	margin:40px;
}




.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}
.pt60{
	padding-top:60px;
}
.pt70{
	padding-top:70px;
}
.pt80{
	padding-top:80px;
}
.pt90{
	padding-top:90px;
}
.pt100{
	padding-top:100px;
}


.pr10{
	padding-right:10px;
}
.pr20{
	padding-right:20px;
}
.pr30{
	padding-right:30px;
}
.pr40{
	padding-right:40px;
}
.pr50{
	padding-right:50px;
}
.pr60{
	padding-right:60px;
}
.pr70{
	padding-right:70px;
}
.pr80{
	padding-right:80px;
}
.pr90{
	padding-right:90px;
}
.pr100{
	padding-right:100px;
}


.pl10{
	padding-left:10px;
}
.pl20{
	padding-left:20px;
}
.pl30{
	padding-left:30px;
}
.pl40{
	padding-left:40px;
}
.pl50{
	padding-left:50px;
}
.pl60{
	padding-left:60px;
}
.pl70{
	padding-left:70px;
}
.pl80{
	padding-left:80px;
}
.pl90{
	padding-left:90px;
}
.pl100{
	padding-left:100px;
}


.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}
.pb50{
	padding-bottom:50px;
}
.pb60{
	padding-bottom:60px;
}
.pb70{
	padding-bottom:70px;
}
.pb80{
	padding-bottom:80px;
}
.pb90{
	padding-bottom:90px;
}
.pb100{
	padding-bottom:100px;
}


.pa10{
	padding:10px;
}
.pa20{
	padding:20px;
}
.pa30{
	padding:30px;
}
.pa40{
	padding:40px;
}
.pa50{
	padding:50px;
}


.mb02 {
	margin-bottom: 2%;
}

.mb03 {
	margin-bottom: 3%;
}
