@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
*/

@media(min-width:750px){
    .sp{
        display: none !important;
    }
	
	a[href^="tel:"] {
    pointer-events: none;
}
	
	.byu_50 h3 {
	width:400px;
}

.cir_50 h3 {
	width:400px;
}
	
}

/* カスタムpcハンバーガーメニュー */
.h_right {
        float: right;
        line-height: 20px;
        font-size: 14px;
        top: 20px;
        right: 80px;
        position: fixed;
        z-index: 2;
        background-color: #7EB225;
        height: 60px;
        width: 60px;
        text-align: center;
        border-top: 1px solid #222222;
        border-bottom: 1px solid #222222;
        border-left: 1px solid #222222;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	    padding: 10px 0;
    font-weight: bold;
    }

.hamburger {
        display: block;
        position: fixed;
        z-index: 101;
        left: 20px;
        top: 20px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        background-color: #222222;
    }

 .c-iconBtn {
    background: #000;
    height: 60px;
    width: 60px;
    position: fixed;
    top: 20px;
	 right:20px;
}

.c-iconBtn:hover {
	opacity:0.5;
	transition:0.5s;
}

/* pcハンバーガーメニュー */
@media screen and (min-width: 961px) {
    .l-header__menuBtn.sp_ {
        display: block!important;
        position: relative;
        top: 11px; //表示位置
    }
    .p-spMenu {
        display: block!important;
				        z-index: 102;
    }
}

.c-iconBtn__icon:before {
    display: block;
    color: #7EB225;
}

.-series .l-header__inner {
  align-items: center;  /* ハンバーガーボタンの上下位置調整 */
}

.p-spMenu__inner {
	--color_menu_text: #000000; /* メニューテキストの色 */
	--color_menu_bg:#F2F2F2; /* 開閉メニューの背景色 */
  width: 90vw;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  transition: opacity .45s;
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* menu内部*/

.p-spMenu__body{
	overflow-x: hidden;
}

.c-widget__title.-spmenu {
	display:none;
}

.post_content .drw_menu .drw_h2_0 {
	font-size:20px;
	color:#7EB225;
}

.drw_cir_h3 {
	display:table;
	background-color:#7EB225;
	width:80%;
	text-align:center;
	color:#ffffff;
	margin:0 auto 40px;
}

.drw_cir a {
	display:block;
	text-align:center;
	font-size:18px;
	margin:0 0 40px;
}

.drw_cir a:hover {
	opacity:0.5;
}


.drw_cir a span {
	display:block;
	color:#578B00;
	font-size:10px;
}


.drw_byu_h3 {
	display:table;
	background-color:#DE82A7;
	width:80%;
	text-align:center;
	color:#ffffff;
	margin:0 auto 40px;
}

.drw_byu a {
	display:block;
	text-align:center;
	font-size:18px;
	margin:0 0 40px;
}

.drw_byu a:hover {
	opacity:0.5;
}


.drw_byu a span {
	display:block;
	color:#DE82A7;
	font-size:10px;
}

.drw_cir {
	border-right:1px solid #7EB225;
}

.drw_logo {
	margin:100px 0 0;
}


.post_content .drw_menu h2 {
		color:#333333;
}

.ma_0 {
	margin:20px;
}

/* ボタンｃｓｓ*/
.but_00 {
  font-family: "Open Sans", sans-serif;
	font-size:12px;
	  display: table;
  width: 200px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #ffffff;
  position: relative;
  border: 1px solid #ffffff;
  transition: color 0.5s ease;
	margin:0 auto;
	letter-spacing:0.3em;
}

.but_00:hover {
  color: #333;
}
.but_00:hover::before {
  transform: scaleY(1);
}
.but_00::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleY(0);
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
	background:none;
	color:#7EB225;
}

.blu_but {
	display:table;
	text-align:center;
	color:#578B00!important;
	border:1px solid #578B00;
	line-height:40px;
	height:40px;
	width:242px;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
		background-color:#ffffff;
}

.blu_but:hover {
	color:#ffffff!important;
	background-color:#578B00;
	transition : 0.5s;
}

.pink_but {
	display:table;
	text-align:center;
	color:#DE82A7;
	border:1px solid #DE82A7;
	line-height:40px;
	height:40px;
	width:242px;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
	background-color:#ffffff;
}

.pink_but:hover {
	color:#ffffff;
	background-color:#DE82A7;
	transition : 0.5s;
}

.yel_but {
	display:table;
	text-align:center;
	color:#FFC900!important;
	border:1px solid #FFC900;
	line-height:40px;
	height:40px;
	width:242px;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
	background-color:#ffffff;
}

.yel_but:hover {
	color:#ffffff!important;
	background-color:#FFC900;
	transition : 0.5s;
}

.wht_but {
	display:table;
	text-align:center;
	color:#ffffff;
	border:1px solid #ffffff;
	line-height:40px;
	height:40px;
	width:242px;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
}

.wht_but:hover {
	color:#333333;
	background-color:#ffffff;
	transition : 0.5s;
}

/* ｈ２のマージン*/


body .post_content h2 {
	margin:0 0 50px;
	font-size:30px;
}

.h2_span {
	font-size:20px;
	margin-bottom:25px;
}

/* aabout*/

.sen_div {
	border-right:1px solid #333333;
  padding: 0 50px 0 0;
}

/* 選べる二つのコース*/
.c_ttl{
	background-color:#333;
	color:#ffffff;
	padding:5px;
}

.c_cp .c_ttl{
	background-color:#7EB225;
}

.c_est .c_ttl{
	background-color:#DE82A7;
}

.c_cp {
	background-color:#D8F09C;
	padding:20px 40px;
}

.c_est {
	background-color:#EDC9D8;
		padding:20px 40px;
}

.course_area .blu_but {
	background-color:#fff;
}

.course_area .blu_but:hover {
	background-color:#578B00;
}

.course_area .pink_but {
	background-color:#fff;
}

.course_area .pink_but:hover {
	background-color:#DE82A7;
}

/* カイロプラクティック 部位別施術例のご紹介*/


.ita_area {
	margin-bottom:80px;
}

/* 美容カイロエステで体系を整えて美容改善*/

.ibb_area .pink_but {
	margin-top:60px;
} 

/* 施術内容紹介*/

.tdl_tex {
	width:600px;
	margin:0 auto 80px;
}

.cir_50 {
	background-image: url(https://www.chiro-harmony.com/_wp2025/wp-content/uploads/2025/07/bg_01.png);
	    background-size:  cover;  
	width:50%;
		padding:20px 50px;
	background-position: center;
}

.byu_50 {
		background-image: url(https://www.chiro-harmony.com/_wp2025/wp-content/uploads/2025/07/bg_02.png);
		    background-size:  cover;  
		width:50%;
		padding:20px 50px;
	background-position: center;
}

.byu_50 h3 {
	color:#ffffff;
	background-color:#DE82A7;
	display:table;
	margin:0 auto 30px;
	padding:5px;
	font-size:15px;
}

.byu_50 p {
	color:#ffffff;
	margin:0 0 30px;
	font-size:13px;
} 

.cir_50 h3 {
	color:#ffffff;
	background-color:#7EB225;
	display:table;
	margin:0 auto 30px;
	padding:5px;
	font-size:15px;
}


.cir_50 p {
	color:#ffffff;
	margin:0 0 30px;
	font-size:13px;
} 

.tdi_area .wp-block-columns {
	    --wp-column-gap: 0.1em;
}

.grn_bg {
	background-color:#94C51B;
	display:table;
	padding:5px 30px;
	margin:0 auto 30px;
}

.contact_area table tr td {
	background-color:#ffffff;
	border:3px solid #F2F2F2;
	text-align:center;
	width:14%;
	font-weight:bold;
}

.contact_area table tr .ina_eg {
	background-color:#D8F09C;
}

.contact_area table tr .ichi_eg {
	background-color:#F0E69C;
}

.contact_area table tr .biyou_eg {
	background-color:#EDC9D8;
}

.inzw_tnp {
	border-right:1px solid #7EB225;
	padding:0 50px 0 0;
}

.inzw_tnp .blu_but,.icm_tnp .yel_but {
	margin-bottom:30px;
}

.icm_tnp {
	padding:0 0 0 50px;
}

.eg_jkn {
	display:table;
	margin:0 auto;
}

.est_egj {
	display:table;
	margin:0 auto;
}

.otutae_p {
	background-color:#DE82A7;
	font-size:14px;
	text-align:center;
}

.biyou_ctct {
	margin-top:70px;
}

.biyou_ctct .wp-block-columns {
	margin-bottom:0;
	white-space: nowrap;
}

.biyou_ctct .lazyblock-footereigyoubi-tuziO table,
.biyou_con .lazyblock-footereigyoubi-tuziO table {
	max-width: 520px;
	margin: 0 auto;
}

.contact_area .mb_0 {
	margin-bottom:20px;
}

/* News*/

.p-postList__body h2 {
	font-size:14px;
}

.top_news_area .p-postList__body time {
	color:#7EB225;
	font-size:12px;
	font-weight:bold;
}

/* Voices*/

.top_voice .p-postList__item {
	background-color:#ffffff;
	padding:20px 20px 40px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.top_voice .p-postList__thumb {
	border:1px solid #333;
}

.top_voice time {
	color:#7EB225;
	font-size:13px;
}

.top_voice .p-postList__item a:after {
content: "詳しく見る";
   margin-left: 13px;
   color: #fff;
   background: #7EB225;
   padding: 5px;
   font-size:15px;
	text-align:center;
	display:block;
	position:relative;
	top:20px;
}

.top_voice .p-pickupBanners__item .c-bannerLink,.top_voice  .p-postList__thumb {
    box-shadow:none;
}

/* footer*/
footer {
	padding:50px 0 30px;
}

.w-footer__box {
	text-align:center;
}

footer .l-container ul li a {
	border:0px solid;
}

    .l-footer__nav li:first-child a {
        border:0px solid;
    }

footer.l-footer__nav li:first-child a {
        border-left: none;
    }

footer .l-container ul {
	margin-bottom:30px;
}

/* 予約空き状況*/

	.ra_area .is-style-default .c-tabBody {
		padding:20px 0!important;
	}

.c-tabList li:nth-child(2) button {
	background-color:#DE82A7!important;
}

.c-tabList li:nth-child(1) button {
	background-color:#7EB225!important;
}


.ra_area .cir_ra table tr th {
	text-align:center;
	background-color:#fff;
}

.ra_area .cir_ra table tr td {
		text-align:center;
}

.ra_area .cir_ra table tr th,.ra_area .cir_ra table tr td {
	border:3px solid #F2F2F2;
}

.ra_area .byu_ra table tr th {
	background-color:#ffffff;
	text-align:center;
}

.ra_area .byu_ra table tr td {
		text-align:center;
}

.ra_area .byu_ra table tr th,.ra_area .byu_ra table tr td {
	border:3px solid #F2F2F2;
}

.icnm_aki th,.icnm_aki td {
	background-color:#F0E69C!important;
}

.inzw_aki th,.inzw_aki td {
	background-color:#D8F09C!important;
}

.cir_aki th,.cir_aki td {
	background-color:#EDC9D8!important;
}

.inic_aki th {
	background-color:#fff;
}

.inic_aki td {
	background-color:#F0E69C;
}

.inic_aki td:nth-child(n+5) {
        background-color: #D8F09C;
        text-align: center;
    }

.ra_area ul li {
	width:45%;
	border-radius:10px 10px 0 0;
	background-color:#999999;
}

.ra_area ul li button {
		color:#fff;
		border-radius:10px 10px 0 0;
}

.is-style-default>.c-tabList .c-tabList__button:hover, .is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
    background-color: #7EB225;
    color: var(--color_content_bg);
    opacity: 1;
}


/* クーポン*/
.cpn_area {
	margin:0 auto;
	width:630px;
	padding:40px 0;
	border-radius:20px;
	background-image:url(https://www.chiro-harmony.com/_wp2025/wp-content/uploads/2025/07/Mask-group.png);
	background-size: cover;
}

.kakaku_cpn {
	line-height:350%;
}

.cpn_area .wp-block-columns {
	margin-bottom:0px;
}

.cpn_area .cpn_p {
	display:table;
	margin:0 auto;
}

.hajimete_img {
	padding-top:10px;
}

.is-style-default .c-tabBody {
	border: none;
}

/* 美容カイロトップ----------------------------------------------------- */

/* about */

.biyou_aboutarea figure {
	text-align:left;
}

.biyou_about_text {
	max-width:500px;
	min-width:80%;
}

.biyou_about_text p {
	margin:0 0 30px;
	line-height:180%;
}

.care_area {
	align-items:center!important;
}

.care_div {
	padding:0 0 100px!important;
}

/* 美容カイロエステで体系を整えて美容改善 */

.cir_bfaf {
	margin:0 0 150px;
}

/* メニュー紹介 */
.menu_box h2 span {
font-size:	20px;
}

.menu_box h2 {
		margin:0 0 10px!important;
}

.pnk02_but {
	background-color:#DE82A7;
	color:#fff;
	display:block;
	text-align:center;
	padding:5px 0;
		border:1px solid #DE82A7;
	margin-top: auto;
}

.pnk02_but:hover {
	background-color:#fff;
	color:#DE82A7;
	transition:0.5s;
	border:1px solid #DE82A7;
}

.menu_box .swell-block-column {
	  display: flex;
  flex-direction: column;
}

.menu_box .pink_but {
	margin:0!important;
}

/* サロン案内 */

.salon_tabl table tr,.salon_tabl table tr th,.salon_tabl table tr td {
	border:0px solid!important;
}

.salon_tabl table {
	margin-bottom:30px;
}

.salon_p {
	background-color:#DE82A7;
	color:#fff;
    font-size: 16px;
    display: inline;
    padding: 3px 10px 5px;
}

.salon_tabl table tr {
	font-size:17px;
}

.salon_tabl .pink_but {
	margin:0;
}

.biyou_footer ul {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.biyou_footer ul li {
	list-style:none;
}

.biyou_footer ul li a {
	color:#fff;
	font-size:13px;
	white-space: nowrap;
}

.biyou_footer ul li {
	margin:5px;
}

.biyou_footer ul li a:hover {
	border-bottom:1px solid #fff;
}

.sogo_hm {
	color:#fff;
	font-size:13px;
	border:1px solid #fff;
	width:90px;
	text-align:center;
	display:table;
	margin:70px auto 50px;
}

.sogo_hm:hover {
	opacity:0.5;
	transition:0.5s;
}

.biyou_con .grn_bg {
	background-color:#DE82A7;
}

.biyou_con .cent_box {
	display:table;
	margin:0 auto;
}

/* News*/


.cir_news_area .p-postList__body time {
	color:#DE82A7;
	font-size:12px;
	font-weight:bold;
}

/* Voices*/

.biyou_voice .p-postList__item {
	background-color:#FEEEF4;
	padding:20px 20px 40px;
}

.biyou_voice .p-postList__item a:after {
content: "詳細はこちら";
   margin-left: 13px;
   color: #fff;
   background: #DE82A7;
   padding: 5px;
   font-size:15px;
	text-align:center;
	display:block;
	position:relative;
	top:20px;
}

.biyou_voice .p-pickupBanners__item .c-bannerLink,.biyou_voice  .p-postList__thumb {
    box-shadow:none;
}

    /* SP --------------------------------------------------------------------------------*/

@media(max-width:751px){
    .pc {
        display: none !important;
    }
	
	 .c-iconBtn {
    background: #0000008f;
    height: 49px;
    width: 49px;
    position: fixed;
    top: 5px;
	 right:5px;
}
	
	.p-spMenu__inner {
  width: 100vw;
}
	
	.h2_span {
    font-size: 15px;
    margin-bottom: 10px;
}
	
	body .h2_sp {
    margin: 0 0 50px;
    font-size: 20px!important;
}
		body .h2_sp span {
    margin: 0 0 50px;
    font-size: 20px!important;
}
	
	/* about*/
	
	.sen_div {
    border-right: none;
    padding: 0 0 30px;
}
	
	.sen_div p span {
		font-size:16px;
	}
	
	/* 選べる二つのコース*/
	
	.cir_50 h3,.byu_50 h3 {
		width:90%;
		background-position: center;
	}
	
	/* 施術内容紹介*/
	
	.tdl_tex {
    width: 90%;
    margin: 0 auto 80px;
}
	.tdl_tex p span {
		font-size:16px!important;
	}
	
		/* クーポン*/
	
	.cpn_area {
		width:100%;
	}
	
	.kakaku_cpn span {
		font-size:35px!important;
	}
	
		/* ドロワーメニュー*/
	
	.drw_cir {
		border:none;
	}
	
	.drw_cir a {
		margin:0 0 20px;
	}
	
	.inzw_tnp {
		border:none;
		padding:0 0 50px;
	}
	
	.icm_tnp {
		padding:0;
	}
	
	.tel_drw {
		text-align:center;
	}
	
	.drw_logo {
		width:80%;
		margin:50px auto;
	}
	
	.p-spMenu__inner .contact_area {
		padding-top:0!important;
	}
	
	.ra_area .cir_ra table tr th, .ra_area .cir_ra table tr td {
    font-size: 13px;
		white-space: nowrap;

}
	
		/* 予約空き状況*/
	
	.table-scroll {
		overflow-x:scroll;
}

	.ra_area .byu_ra table tr th, .ra_area .byu_ra table tr td {
    font-size: 13px;
		white-space: nowrap;
}
	
	.yoyaku_t_area ul li {
		width:50%;
	}
	
	.ra_area .is-style-default .c-tabBody {
		padding:0!important;
	}
	
			/* 美容カイロトップ----------------------*/
	
			/* about*/
	
	.biyou_about_text {
		width:95%;
		margin:0 auto;
	}
	
	.biyou_about_text p {
		font-size:15px!important;
	}
				/* サロン案内*/
	
.salon_tabl .pink_but {
    margin: 0 auto;
}
	
	.biyou_footer ul li a {
	white-space: nowrap;
}
	.biyou_footer ul li {
		margin:5px 15px;
	}
	
	.biyou_footer ul {
			flex-wrap:wrap;
}
	
	.biyou_footer ul {
    justify-content: center;
}
	
	
}



/* ヘッダーナビボタン装飾 */
.c-gnav > .menu-item > a .ttl {
  display: block;
  font-size: 18px;
  border: 1px solid #000;
  padding: 5px 20px;
  color: #333 !important;
  background-color: transparent;
  transition: all 0.3s ease;
}

.c-gnav > .menu-item > a:hover .ttl {
  background-color: #333;
  color: #fff !important;
  border-color: #fff;
}

.c-gnav > .menu-item > a:after {
  content: none !important;
  display: none !important;
  position: static !important;
  transition: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  transform: none !important;
}

/* ハンバーガーメニュー内ボタン非表示 */
.c-spnav {
  display: none;
}

.l-header .l-container {
    max-width: 100%;
}

/* 固定ページタイトル表示調整 */
.c-pageTitle {
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
}

.c-pageTitle__subTitle {
	font-style: normal;;
    margin-left: 0;
    opacity: 1;
    font-weight: 400;
    position: absolute;
    top: -1.5vh;
	color: #7EB225;
	    font-size: 10px;
}

.biyou .c-pageTitle__subTitle {
	font-style: normal;;
    margin-left: 0;
    opacity: 1;
    font-weight: 400;
    position: absolute;
    top: -1.5vh;
	color: #DE82A7;
	    font-size: 10px;
}





/* 投稿・カスタム投稿ページタイトル表示調整 */
.c-postTitle__ttl {
  font-size: 24px;
  text-align: center;
  color: #333;
}

.p-articleMetas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 0.625em;
  padding: 0 1px;
  color: #333;
}

.l-topTitleArea .c-categoryList, .l-topTitleArea .c-tagList {
    color: #333;
}

.l-topTitleArea .c-categoryList__link, .l-topTitleArea .c-tagList__link {
    background: none;
    color: #333;
}

.l-topTitleArea .c-categoryList__link {
    border: 1px solid #333;
}


.p-postList__item a:after {
    content: "詳しく見る";
    color: #fff;
    background: #7EB225;
    padding: 5px;
    text-align: center;
    display: block;
    position: relative;
    top: 20px;
}

.-type-card .p-postList__item {
    margin-bottom: 4em;
    margin-top: 0;

}



.biyou .p-postList__item a:after {
    content: "詳細はこちら";
    color: #fff;
    background: #DE82A7;
    padding: 5px;
    text-align: center;
    display: block;
    position: relative;
    top: 20px;
}

.biyou .c-postThumb__cat {
    background-color: #DE82A7;
    color: #fff;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 6px, transparent 6px, transparent 12px);
}