@charset "UTF-8";
/*
Theme Name: sendai-bc.net
Theme URI: https://sendai-bc.net
Author: Cyclo Marketing
Author URI: https://cyclo.jp
Version: 1.0
*/

@media screen and (max-width: 782px){
	section#calendar {
		margin-top: -70px;
		padding-top: 70px;
	}
}

.tcenter {
	text-align: center !important;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mr-4 {
	margin-right: 4px;
}

/*-2017/02/09-*/
#firstPage img {
	max-width: 100%;
}
#firstPage #video {
	width: 896px;
	height: 504px;
	margin: auto;
	position: relative;
	padding-top: 1px;
}
#firstPage #play_button {
	width: 896px;
	height: 504px;
	background: url(http://sendai.cyclo-pre.space/wp-content/themes/sendai-bc.net/img/page/first/youtube.png);
	cursor: pointer;
	margin-top: 61px;
}
#firstPage .movie {
	clear: both;
	position: relative;
}
#firstPage .movie p,#firstPage .movie iframe {
	margin: 0;
}
#firstPage .movie h3 {
	background: #000000;
	color: #ffffff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	margin: 0;
}
#firstPage .movie .link {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-sizing: border-box;
	padding: 30px 22px 23px;
	max-width: 700px;
	width: 100%;
	position: relative;
	top: -20px;
}
#firstPage .movie .link ul {
	float: left;
	display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
}
#firstPage .movie .link li {
	float: left;
	margin-right: 8px;
}
.movie ul li img {
	width: 50px;
	height: auto;
}
#firstPage .movie .link p {
	float: right;
}
#firstPage .movie .link:after {
	content: "";
	display: block;
	clear: both;
}
#firstPage .map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#firstPage .map iframe,
#firstPage .map object,
#firstPage .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#firstPage a.firstBtn {
	/*background: #DFBC5A;*/
	background: -webkit-linear-gradient(top,#FEF7BC 0%, #DFBC5A 100%);
    background-image: -webkit-linear-gradient(top, rgb(254, 247, 188) 0%, rgb(223, 188, 90) 100%);
	background-image: -webkit-linear-gradient(top, rgb(254, 247, 188) 0%, rgb(223, 188, 90) 100%);
	padding: 10px;
	color:#333;/*#fff*/
	font-size: 16px;
	float: right;
	margin: 10px 0 50px;
	width: 50%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
#firstPage a.firstBtn:hover {
	background: #fbf4e5/*#c09e3e*/;
}
#firstPage a.firstBtn:after {
	content: "";
	display: block;
	width: 0;
	border-top: 8px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	bottom: 4px;
	margin: auto;
}
#firstPage .for_sp {
	display: none;
}
#firstPage .p-banner {
    width: 100%;
    clear: both;
}
#firstPage .p-banner .p-banner__item {
    width: 49%;
}
@media screen and (max-device-width: 782px) {
#firstPage .for_pc {
	display: none;
}
#firstPage .for_sp {
	display: block;
	padding: 0 10px;
	margin: auto !important;
}
#firstPage .movie h3 {
	font-size: 16px;
	line-height: 40px;
}
#firstPage a.firstBtn {
	width: 100%;
}
#firstPage .movie iframe {
	height: 200px;
}
#firstPage .movie .link {
	background: #000;
	padding: 10px;
}
#firstPage .p-banner .p-banner__item {
    width: 100%;
}
#firstPage .p-reason__points ul li {
    float: none;
    width: 100%;
    margin: 0 2% 10px 0;
}
}

/*-/2017/02/09-*/

/*-2017/02/09-*/
.c-menu--camera a:before { background-image: url(img/common/icon/camera.png); }
.c-menu--new a:before { background-image: url(img/common/icon/new.png); }

.p-drawer__heading.sp_manu_2 h2 { margin: 20px 0 10px; }
.p-drawer__menu.p-drawerMenu.m_name h3 {
    color: #FFF;
    font-weight: normal;
    padding: 5px 15px;
    margin: 0;
}
.p-drawer__menu.p-drawerMenu.m_name h3.face { background: #c681b4; margin:-10px 0 0; }
.p-drawer__menu.p-drawerMenu.m_name h3.skin { background: #c79565; }
.p-drawer__menu.p-drawerMenu.m_name h3.body { background: #1fc5c4; }
.p-drawer__menu.p-drawerMenu.m_name h3.other { background: #879fc5; }
/*-2017/02/09-*/


/* 2017/04/21 */
.skip {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
}

/* 20170613 */

.p-nav__list {
	display: flex !important; display: -webkit-flex !important; /* Safari */ justify-content: space-around !important; -webkit-justify-content: space-around !important; /* Safari */
}

.p-nav__item {
	flex: auto !important; -webkit-flex: auto !important;
}

/* 20170803 */
.p-reason__step {
	padding-top: 60px;
}

.p-reason__step .p-reason__points ul li {
	position: relative;
	background-color: #fff;
	/*border: 2px solid #cb1c1d;*/
	line-height: 59px;
	padding-left: 66px;
	color: #cb1c1d;
	font-weight: bold;
	font-size: 16px;
}

.p-reason__step .p-reason__points ul li img {
	position: absolute;
	top: -9px;
	left: 2px;
}



#firstPage a.firstBtn {
	border-radius: 20px;
	width: 40%;
	padding: 10px 10px 10px 25px;
	text-align: left;
}

#firstPage a.firstBtn:after {
	content: "";
	display: block;
	border: 0px none;
	transform: none;
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 35px;
	height: 35px;
	border-radius: 36px;
	background: #fff url('/wp-content/themes/sendai-bc.net/img/common/icon/btn_arrow.png') no-repeat 50% 50%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
}

@media screen and (max-width: 782px){
	.p-reason__step .u-mg--auto {
		width: 40%;
	}
	#firstPage a.firstBtn {
		width: 100%;
	}
}

.post_thumbnail {
	margin-bottom: 35px;
}


/*　Googleカレンダー（スマホ表示） */

.googleCalender iframe {
width:100%;
max-width:800px;
height:400px;
}

/*　Googleカレンダー（PC表示） */

@media (min-width: 960px) {

.googleCalender iframe {
height:600px;
}

}

/*　メール相談ページの画面右下のreCAPTCHAのバッジを非表示にする */
.grecaptcha-badge { visibility: hidden; }



/*クリニック案内と新着情報の診療日カレンダー*/
/*xo-event-calendar*/
/*https://xakuro.com/wordpress/xo-event-calendar/*/
/*幅を50％にする場合は下記のようにする*/
/*　　width:50%;*/
/*　　float:left;*/
.xo-event-calendar{
	padding:0 10px;
	width:100%;
	float:none;
	}
.clearfix::after{
	display:block;
	clear:both;
	content:"";
	}
/*当月以外の日にちの表示をオフに*/
.xo-event-calendar table.xo-month .month-dayname td div.other-month{
	display:none;
}
/*スマホでは縦並びに*/
@media screen and (max-width: 640px) {
.xo-event-calendar{
    width:100%;
    float:none;
    }
}

/*予約ページ*/
/*予約ページの予約時間のプルダウン（PC）*/
select {
	padding: 6px;
    border-radius: 3px;
}
/*予約ページのテキスト入力欄*/
textarea {
	width:100%;
}
/*予約ページの予約日（PC）*/
.calendar input[type=text] {
	width: 238px;
}
/*予約ページの予約日（SP）*/
.calendar_sp input[type=text] {
	width: 200px;
}
/*予約ページの予約時間のプルダウン（SP）*/
.calendar_sp select {
	padding: 5px;
    border-radius: 3px;
}
/*予約ページの※部分*/
.kome{
    list-style: none;
    padding-left: 1em;
}
.kome li{
    text-indent: -1em;
}
.kome li:before{
    content: "※";
}

.sample {
	line-height: 2em;
}

/*メール相談ページ*/
/*メール相談ページのメアド*/
input[type=email] {
    border-radius: 3px;
}
/*メール相談ページの相談内容*/
#td_naiyou .mwform-radio-field {
	display: inline-block;
	width:49%;
	margin-bottom:5px;
}
/*メール相談ページの相談内容の〇の左マージン*/
.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px !important;
}
/*メール相談ページの相談内容の〇右マージン*/
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 3px !important;
}
/*メール相談ページの添付ファイル*/
input[type=file] {
    border-radius: 3px;
	margin-bottom:5px;
}

/*新WEB予約ページ*/
/*新WEB予約ページの上部のステップ部分*/
.step-area {
	text-align: center;
	margin:30px;
}
/*新WEB予約ページの表*/
table#yoyaku {
	width:100%;
	border: 1px solid #DFBC5A;
	margin-bottom:40px;
}
.yoyaku1 {
	background: -webkit-linear-gradient(top,#FEF7BC 0%, #DFBC5A 100%);
	padding: 0 8px;
    color: ;
    font-size: 16px;
}
.yoyaku2,.yoyaku2_rireki,.yoyaku2_date,.yoyaku2_tel,.yoyaku2_tel2,.yoyaku2_birth,.yoyaku2_question,.yoyaku2_name,.yoyaku2_kana,.yoyaku2_address,.yoyaku3,.yoyaku2_check {
	padding:15px;
}
.yoyaku2 input,.yoyaku2_rireki input,.yoyaku2_date input,.yoyaku2_tel input,.yoyaku2_tel2 input,.yoyaku2_birth input,.yoyaku2_name input,.yoyaku2_kana input,.yoyaku3 input,.yoyaku2_check input {
	padding:10px;
	border: 1px solid #ccc;
    border-radius: 3px;
	font-size:16px;
}
.yoyaku2_tel input,.yoyaku2_birth input,.yoyaku2_name input,.yoyaku2_kana input,.yoyaku2_birth input,.yoyaku2_birth select {
	width: 120px;
}
.yoyaku2 select,.yoyaku2_date select,.yoyaku2_birth select,.yoyaku2_address select,.yoyaku2_date textarea,.yoyaku2_question textarea {
	padding:10px;
	font-size:16px;
}
.yoyaku2_plan .wpcf7-list-item {
	width: 30%;
}
/*新WEB予約ページのSP用*/
@media only screen and (max-device-width: 480px) {
	.yoyaku2_medicalRecord,.yoyaku2_date input,.yoyaku2_date input,.yoyaku3 input,.yoyaku2_plan .wpcf7-list-item {
	width:100%;
}
	.yoyaku2_tel input,.yoyaku2_birth input {
	width: 25%;
}
	.yoyaku2_birth select {
	width: 23%;
}
	.yoyaku3.wpcf7-list-item {
	width: 30%;
	}

}
/*新WEB予約ページの最下部のボタン*/
.yoyaku_submit {
	margin:auto;
	text-align: center;
}
.yoyaku_next {
	margin-top:20px;
	margin-bottom:100px;
	text-align: center;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #B59357;
	color:#B59357;
    font-size: 16px;
    cursor: pointer;
}
.yoyaku_next:hover {
    color: #fff;
    background: #B59357;
    border: 1px solid #B59357;
}
.yoyaku_pre,.yoyaku_reset {
	margin-top:20px;
	margin-right:20px;
	margin-bottom:100px;
	text-align: center;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 10px;
	color:#ccc;
    cursor: pointer;
}
.yoyaku_pre,.yoyaku_reset:hover {
    color: #fff;
    background: #ccc;
    border: 1px solid #ccc;
}
/*新WEB予約ページの必須ラベル（必須じゃないほうのyoyaku_optionは使ってない）*/
.yoyaku_required, .yoyaku_option {
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	margin: 0 5px;
	font-size: 70%;
	padding: 1px 10px;
	vertical-align:middle;
}
.yoyaku_required {
	background: #cc0000;
}
.yoyaku_option {
	background: #00a5f7;
}
/*新WEB予約ページの未入力時のエラーメッセージ*/
.wpcf7-not-valid-tip {
	margin-top:5px;
	padding:10px 5px;
    color: #D61518;
    font-size: 18px;
	border: 1px solid #D61518;
	background-color:#ffe4e1;
	border-radius: 3px;
	width:200px;
	text-align:center;
}
.wpcf7-not-valid-tip {
    margin-left: 0;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-list-item-label {
	margin-right:18px;
}
/*QA*/
.ewd-ufaq-faq-title {
	display:none;
}
.su-spoiler {
	padding-left:0 !important;
}
.su-spoiler-title {
    font-size:16px !important;
}
/*テキストリンク*/
/*https://www.nxworld.net/css-hover-underline-animation-examples-and-sass-mixin.html*/
/*テキストリンクをマウスオーバーするとアンダーラインがテキストの中央から両サイドに伸びる*/

.su-spoiler-content a,.blog a,.textlink a,.news a {
  position: relative;
  display: inline-block;
	text-decoration: underline;
	text-decoration-color: #c79565;
	text-decoration-style: dotted;  
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;/*textとunderlineを重ったときにlinを途切れさせるかどうか　none:途切れさせずtextとlineが重なってもそのまま*/
	text-underline-offset: 3px;/*textとunderlineの距離*/
	color : #c79565;
	font-weight:bold;
}
.textlink_b a {
  position: relative;
  display: inline-block;
	text-decoration: underline;
	text-decoration-color: #000;
	text-decoration-style: dotted;  
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;/*textとunderlineを重ったときにlinを途切れさせるかどうか　none:途切れさせずtextとlineが重なってもそのまま*/
	text-underline-offset: 3px;/*textとunderlineの距離*/
	color : #000;
	font-weight:;
}
.su-spoiler-content a:hover,.blog a:hover,.textlink a:hover,.news a:hover {
	text-decoration:none;/*マウスオーバーしたときに元々のunderlineを消す*/
}
.textlink_b a:hover {
	text-decoration:underline;
	font-weight:bold;
}

.su-spoiler-content a::after,.blog a::after,.textlink a::after,.news a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #c79565;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.su-spoiler-content a:hover::after,.blog a:hover::after,.textlink a:hover::after,.news a:hover::after {
  transform: scale(1, 1);
}
/*施術ページのブログのURL（line:左→右,右に消える）*/
.blog a::after,.news a::after {
  transform-origin: right top;
}
.blog a:hover::after,.news a:hover::after {
  transform-origin: left top;
}
/*施術ページのブログのURL（line:左→右,左に消える）
.blog a::after {
  transform-origin: left top;
}*/
/*施術ページのブログのURL（line:右→左,右に消える）
.blog a::after {
  transform-origin: left top;
}
.blog a:hover::after {
  transform-origin: right top;
}*/



/*強調*/
/*https://zenn.dev/catnose99/articles/65c0be4b675330*/
.em {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #cc0000;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;/*textとunderlineを重ったときにlinを途切れさせるかどうか　none:途切れさせずtextとlineが重なってもそのまま*/
	text-underline-offset: 3px;/*textとunderlineの距離*/
}
.em_blk {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #000;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;/*textとunderlineを重ったときにlinを途切れさせるかどうか　none:途切れさせずtextとlineが重なってもそのまま*/
	text-underline-offset: 3px;/*textとunderlineの距離*/
}
.em_l {
	color: #cc0000;
	font-size:1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #cc0000;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;/*textとunderlineを重ったときにlinを途切れさせるかどうか　none:途切れさせずtextとlineが重なってもそのまま*/
	text-underline-offset: 3px;/*textとunderlineの距離*/
}

.em_gld {
	color: #c79565;
	font-size:;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #c79565;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;/*textとunderlineを重ったときにlinを途切れさせるかどうか　none:途切れさせずtextとlineが重なってもそのまま*/
	text-underline-offset: 3px;/*textとunderlineの距離*/
}


.kakomi {
	margin:10 0;
	padding:20px;
	border: solid 3px #cc0000;
	border-radius:10px;
	background-color:#ffeeee;
}
.kakomi_blk {
	color: #000;
	font-weight: bold;
}


.wpcf7-not-valid-tip {
    margin-top: 5px;
    padding: 10px 5px;
    color: #000;
    font-size: 18px;
    border: 3px solid #000;
    background-color: #ccc;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}


.wpcf7-spinner {
	display:none;
}


/*タブ*/
/* --- タブ全体のコンテナ --- */
.tab-container { width: 100%; margin-top: 20px; }
.tab-nav { display: flex; width: 100%; justify-content: space-between; }

/* --- タブ（ラベル）自体のスタイル --- */
.tab-item {
  /* (変更) テキストを中央揃えにするためのシンプルな指定 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* 改行された場合も考慮 */
  
  /* (変更) フォント関連の指定を削除し、テーマのスタイルを継承 */
  padding: 10px 5px !important; /* 上下の余白は維持 */
  background-color: #DFBC5A;
  color: #fff;
  cursor: pointer;
  position: relative;
  border: 1px solid #DFBC5A;
}
.tab-nav-top .tab-item { border-radius: 5px 5px 0 0; border-bottom: none; }
.tab-nav-bottom .tab-item { border-radius: 0 0 5px 5px; border-top: none; }

/* --- PC向けレイアウト（メディアクエリ） --- */
@media (min-width: 768px) {
  .tab-item {
    padding: 15px 10px !important; /* PCでは少し余白を広げる */
  }
}

/* --- 表示/非表示の制御 --- */
input[name="tab-item"] { position: absolute; opacity: 0; z-index: -1; }

/* --- 選択中のタブのスタイル --- */
#tab1:checked ~ .tab-nav .tab-item[for="tab1"],
#tab2:checked ~ .tab-nav .tab-item[for="tab2"],
#tab3:checked ~ .tab-nav .tab-item[for="tab3"] {
  background-color: #ffffff;
  /* (変更) 選択中の文字色を黒に */
  color: #000;
  font-weight: bold; /* 選択されていることを示すため太字に */
  z-index: 2;
}

/* --- 上下の選択中タブをコンテンツに重ねる --- */
#tab1:checked ~ .tab-nav-top .tab-item[for="tab1"],
#tab2:checked ~ .tab-nav-top .tab-item[for="tab2"],
#tab3:checked ~ .tab-nav-top .tab-item[for="tab3"] {
  margin-bottom: -1px;
}
#tab1:checked ~ .tab-nav-bottom .tab-item[for="tab1"],
#tab2:checked ~ .tab-nav-bottom .tab-item[for="tab2"],
#tab3:checked ~ .tab-nav-bottom .tab-item[for="tab3"] {
  margin-top: -1px;
  border-top: 1px solid #ffffff;
}

/* --- コンテンツエリアのスタイル --- */
.tab-content {
  display: none;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #DFBC5A;
  position: relative;
  z-index: 1;
}
/* 選択中のコンテンツを表示 */
#tab1:checked ~ #tab1-content,
#tab2:checked ~ #tab2-content,
#tab3:checked ~ #tab3-content {
  display: block;
}
/* ↑タブ↑ */


.font_s {
	font-size:0.9em;
}

.ph ul li:before{content:"";color: #ccc;font-size:1.2em;margin:0 10px 0 0;position:absolute;top:-1px;left:0}

.ph_left .su-column-inner {
	margin-top:15px;
}

/*薬説の背景*/
div.su-tabs-pane {
	background-color: #fbf4e5;
	border:3px solid #DFBC5A;
}

.su-tabs-nav span.su-tabs-current {
    background: #DFBC5A!important;
	margin-right: 0px!important;
}

.su-tabs-nav span {
	margin-right: 0px!important;
	border-top:1px solid #DFBC5A;
	border-right:1px solid #DFBC5A;
	border-left:1px solid #DFBC5A;
	border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
	background: #fff!important;
}

.su-tabs {
	background: #fff!important;
}

/*アニメーション：動きのきっかけの起点となるクラス名 はじめは非表示に*/
.fadeInUpTrigger,
.fadeInRightTrigger,
.fadeInLeftTrigger,
.zoomInTrigger{
    opacity:0;
}

/*アニメーション：遅延させる（整数はデフォルト設定されているので小数点以下のが必要であればここで設定*/
.animate__delay-0-5s{
  animation-delay: 0.5s;/*この数字を指定したい遅延時間に変更*/
}
.animate__delay-1-5s{
  animation-delay: 1.5s;/*この数字を指定したい遅延時間に変更*/
}
.animate__delay-2-5s{
  animation-delay: 2.5s;/*この数字を指定したい遅延時間に変更*/
}

/*料金表ページのキャンペーンの●月限定の赤アイコン*/
.cp a{
	color: #fff;
	text-decoration: none;
    background-color: #cc0000;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

/*料金表ページのキャンペーンの●月限定の青アイコン*/
.cp2 a{
	color: #fff;
	text-decoration: none;
    background-color: #496cf1;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

/*料金表ページのSu限定のオレンジアイコン*/
.su a{
	color: #fff;
	text-decoration: none;
    background-color: #ee7800;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

/*料金表ページのSu限定(Hy)の青アイコン*/
.su_20mo a{
	color: #fff;
	text-decoration: none;
    background-color: #496cf1;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

/*料金表ページのHyキャンペーンの水色アイコン*/
.cp_hy a{
	color: #fff;
	text-decoration: none;
    background-color: #87cefa;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

/*料金表ページのBTキャンペーンの水色アイコン*/
.cp_bt a{
	color: #fff;
	text-decoration: none;
    background-color: #87cefa;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

/*料金表ページの50%offキャンペーンの黄色アイコン*/
.cp_50 a{
	color: #000;
	text-decoration: none;
    background-color: #FFD400;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

/*料金表ページの特別モニターの緑アイコン*/
.s_mo a{
	color: #fff;
	text-decoration: none;
    background-color: #00896B;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}


/*料金表ページのモニターのピンクアイコン*/
.monitor a{
	color: #fff;
	text-decoration: none;
    background-color: #FF3399;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}



/*料金表ページのコースのアイコン*/
.course a{
	color: #fff;
	text-decoration: none;
    background-color: #DFBC5A;                 /* 背景色指定 */
    border-radius: 20px 20px 20px 20px;    /* 角丸指定 */
	padding:1px 10px;
}

.price-del {
	text-decoration: line-through double !important;
}


/*
==========================================================================
  期待できる効果・汎用アニメーション CSS（全アニメーション調整版）
==========================================================================
*/

/* --- 1. 2x2 グリッドレイアウト (.pe-effects-grid-99) --- */
.pe-effects-grid-99 {
  display: grid !important; grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important; padding: 0 0 20px 0 !important;
  background-color: #FFFFFF; width: 100%; box-sizing: border-box; overflow: hidden;
}
.pe-effects-grid-99 .pe-effects-item-99 {
  background-color: #FFFFFF; border: 1px solid #333333; padding: 25px;
  box-sizing: border-box; opacity: 0;
  transform: translateY(80px); /* ★動きを大きく */
  transition: opacity 1.2s ease, transform 1.2s ease; /* ★動きをゆっくりに */
}
.pe-effects-grid-99 .pe-effects-item-99.is-visible {
  opacity: 1; transform: translateY(0);
}
.pe-effects-grid-99 .pe-effects-item-99 h3 {
  color: #333333 !important; margin: 0 0 5px 0 !important; padding: 0 !important;
  font-size: 1.4em !important; line-height: 1.3 !important; border-bottom: none !important;
}
.pe-effects-grid-99 .pe-effects-item-99 img {
  width: 100%; height: auto; display: block; margin-bottom: 15px;
}
.pe-effects-grid-99 .pe-effects-item-99 .pe-desc-text {
  color: #333333 !important; border-top: 1px solid #DFBC5A; border-bottom: 1px solid #DFBC5A;
  padding-top: 15px !important; padding-bottom: 15px !important; margin: 0 !important;
  font-size: 1em !important; line-height: 1.7; max-height: 0; overflow: hidden;
  transition: max-height 0.7s ease-in-out, padding-top 0.7s ease-in-out, padding-bottom 0.7s ease-in-out;
}
.pe-effects-grid-99 .pe-effects-item-99.is-visible .pe-desc-text {
   max-height: 500px;
}
@media (max-width: 767px) {
  .pe-effects-grid-99 { grid-template-columns: 1fr !important; }
}


/* --- 2. 縦2列レイアウト (.pe-effects-stack-01) --- */
.pe-effects-stack-01 {
  display: flex !important; flex-direction: column !important; gap: 40px !important;
  padding: 20px 0 !important; width: 100%; box-sizing: border-box; overflow-x: hidden;
}
.pe-effects-stack-01 .pe-effects-stack-item-01 {
  border: none !important; padding: 0 !important; background-color: transparent;
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease; /* ★動きをゆっくりに（統一） */
}
.pe-effects-stack-01 .pe-effects-stack-item-01.from-left {
  transform: translateX(-80px); /* ★動きを大きく（統一） */
}
.pe-effects-stack-01 .pe-effects-stack-item-01.from-right {
  transform: translateX(80px); /* ★動きを大きく（統一） */
}
.pe-effects-stack-01 .pe-effects-stack-item-01.is-visible {
  opacity: 1; transform: translate(0, 0);
}
.pe-effects-stack-01 .pe-effects-stack-item-01 h3 {
  color: #333333 !important; margin: 0 0 15px 0 !important; padding: 0 !important;
  font-size: 1.4em !important; line-height: 1.3 !important; border-bottom: none !important;
}
.pe-effects-stack-01 .pe-effects-stack-item-01 .pe-stack-desc-wrapper {
  border-top: 1px solid #DFBC5A; border-bottom: none !important;
  padding-top: 15px; padding-bottom: 15px; max-height: 0; overflow: hidden;
  transition: max-height 0.7s ease-in-out, padding-top 0.7s ease-in-out, padding-bottom 0.7s ease-in-out;
}
.pe-effects-stack-01 .pe-effects-stack-item-01.is-visible .pe-stack-desc-wrapper {
   max-height: 1000px;
}
.pe-effects-stack-01 .pe-effects-stack-item-01 .pe-stack-desc-text {
  color: #333333 !important; padding: 0 !important; border: none !important;
  margin: 0 0 25px 0 !important; font-size: 1em !important; line-height: 1.7;
}
.pe-effects-stack-01 .pe-effects-stack-item-01 h4 {
  font-size: 1.1em !important; font-weight: bold; margin: 0 0 15px 0 !important; color: #333333;
}
.pe-effects-stack-01 .list_check ul { list-style-type: none; padding-left: 0; margin: 0; }
.pe-effects-stack-01 .list_check li { padding-left: 1.5em; text-indent: -1.5em; margin-bottom: 0.5em; }
.pe-effects-stack-01 .list_check li:before { content: '✔'; color: #DFBC5A; margin-right: 0.5em; }

.pe-effects-stack-01 .list_kome ul { list-style-type: none; padding-left: 0; margin: 0; }
.pe-effects-stack-01 .list_kome li { padding-left: 1.5em; text-indent: -1.5em; margin-bottom: 0.5em; }
.pe-effects-stack-01 .list_kome li:before { content: '※'; color: #DFBC5A; margin-right: 0.5em; }


/* --- 3. 汎用フェードインアニメーション (.js-fade-in) --- */
.js-fade-in {
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease; /* ★動きをゆっくりに（統一） */
}
.js-fade-in-from-left {
  transform: translateX(-80px); /* ★動きを大きく（統一） */
}
.js-fade-in-from-top {
  transform: translateY(-80px); /* ★動きを大きく（統一） */
}
.js-fade-in-from-right {
  transform: translateX(80px); /* ★動きを大きく（統一） */
}
.js-fade-in-from-bottom {
  transform: translateY(80px); /* ★動きを大きく（統一） */
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}