/*
Theme Name: みやざき美容クリニック
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
#main .entry-body {
	font-size:16px;
	}	
/* リンクテキスト */
a {
  color: #333333;
}
a:hover {
  color: #88B9C6;
}
/* 文字 */
.bold {
    font-weight: bold;
}

.tac {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
/* 文字色 */
.c_333{
    color: #333;
	
}
.c_37ba0{
color: #c37ba0;	
}
/* 文字サイズ */
.u-fz-10{
font-size: 10px;
}	
.u-fz-12{
font-size: 12px;
}	
.u-fz-14{
font-size: 14px;
}	
.u-fz-16{
font-size: 16px;
}	
.u-fz-18{
font-size: 18px;
}	
.u-fz-20{
font-size: 20px;
}
.u-fz-24{
font-size: 24px;	
}
.u-fz-26{
font-size: 26px;	
}
.u-fz-28{
font-size: 28px;	
}
.u-fz-30{
font-size: 30px;	
}

/*マージン*/
.u-mt-00 {
    margin-top: 0;
}

.u-mt-xxxs {
    margin-top: 10px;
}

.u-mt-xxs {
    margin-top: 15px;
}

.u-mt-xs {
    margin-top: 20px;
}

.u-mt-s {
    margin-top: 25px;
}

.u-mt-m {
    margin-top: 30px;
}

.u-mt-l {
    margin-top: 60px;
}

.u-mt-xl {
    margin-top: 80px;
}

.u-mt-xxl {
    margin-top: 100px;
}

.u-mt-xxxl {
    margin-top: 150px;
}

.u-mb-00 {
    margin-bottom: 0;
}

.u-mb-xxxs {
    margin-bottom: 10px;
}

.u-mb-xxs {
    margin-bottom: 15px;
}

.u-mb-xs {
    margin-bottom: 20px;
}

.u-mb-s {
    margin-bottom: 25px;
}

.u-mb-m {
    margin-bottom: 30px;
}

.u-mb-l {
    margin-bottom: 60px;
}

.u-mb-xl {
    margin-bottom: 80px;
}

.u-mb-xxl {
    margin-bottom: 100px;
}

.u-mb-xxxl {
    margin-bottom: 150px;
}
.u-mr-00 {
    margin-right: 0;
}
.u-mr-xxxs {
    margin-right: 10px;
}

.u-mr-xxs {
    margin-right: 15px;
}

.u-mr-xs {
    margin-right: 20px;
}

.u-mr-s {
    margin-right: 25px;
}

.u-mr-m {
    margin-right: 30px;
}

.u-mr-l {
    margin-right: 60px;
}

.u-mr-xl {
    margin-right: 80px;
}

.u-mr-xxl {
    margin-right: 100px;
}

.u-mr-xxxl {
    margin-right: 150px;
}
.u-mr-00 {
    margin-left: 0;
}
.u-ml-xxxs {
    margin-left: 10px;
}

.u-ml-xxs {
    margin-left: 15px;
}

.u-ml-xs {
    margin-left: 20px;
}

.u-ml-s {
    margin-left: 25px;
}

.u-ml-m {
    margin-left: 30px;
}

.u-ml-l {
    margin-left: 60px;
}

.u-ml-xl {
    margin-left: 80px;
}

.u-ml-xxl {
    margin-left: 100px;
}

.u-ml-xxxl {
    margin-left: 150px;
}
/*PC、SP切り替え*/
.pc-dn{
    display: none;	
}
.sp-dn{
    display: block;		
}
/*見出し*/
.e-h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
}

h2 small {
	font-family: Adrianna;
    font-size: 20px;
    color: #ADADAD;
    text-align: center;
    display: block;
}
h2.e-h3 {
    font-size: 26px;
    border-bottom: 1.5px solid #88B9C6;
    padding: 0px 0 5px 10px;
	font-size: 26px;
}
h3.e-h3 {
    font-size: 26px;
    border-bottom: 1.5px solid #88B9C6;
    padding: 0px 0 5px 10px;
	font-size: 26px;
}
/*ボタン*/
.e-btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 100%;
  height: 50px;
  margin: 15px 10px 0;
  padding: 0 30px;
  border: 2px solid transparent;
  border-radius: 25px;
  background: #AB7E32;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.e-btn-arrow._outline_ {
  border-color: #333;
  background: #ffffff;
  color: #333;
  font-weight: bold;
}
.e-btn-arrow._outline_:not(._disabled_):hover {
  background: #f3f4f5;
  color: #333;
}
.icon-angle-right:before {
	content: "";
    position: absolute;
    transition: all 0.2s ease-in;
    width: 6px;
    height: 6px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid
}
.icon-angle-right:after{
	content: "";
    position: absolute;
    transition: all 0.2s ease-in;
    width: 24px;
    height: 1px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
}
/*枠線*/
.sectionFrame {
    padding: 20px 15px 0px;
    margin: 20px 0px;
    border: 3px solid #efefef;
    clear: both;
}
/*下線*/
.line1{
	font-weight: bold;border-bottom: 1px dotted;
}
.line2{
	font-weight: bold;border-bottom: 1px dotted #88B9C6;
}
/*内部リンク*/
.link-list {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 2em;
    margin-bottom: 3em;
    letter-spacing: 0px;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.link-list li {
    float: left;
    text-align: center;
    list-style: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0;
}

.link-list li a {
    padding: 0 1.5em;
    text-decoration: none;
    color: #333333;
}

.link-list li a:hover {
    color: #666666;
    opacity: 0.8;
}

.link-list li:first-child {
    padding-left: 0;
}



.link-list li:after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    background-color: #333;
}
.menu-list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 14px; 
  max-width: 100%;
}
.menu-list02 a.button {
    background-color: #fff;
    border: 2px solid #C5DDE3;
    color: #333333;
    line-height: 50px;
    text-align: center;	
	display: block;
    width: 100%;
}
.menu-list02 a:hover{
background-color: #F3F8F9;	
  transition : all 0.5s ease 0s;
}
.menu-btn a {
  position: relative;
  display: block;
  max-width: 280px;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #88b9c6;
  margin: 0 0 0 auto;
  color: #88b9c6 !important;
}
.menu-btn a.left{
    margin: auto 0 0 0;	
}
.menu-btn a:hover {
  background: #ececec;
 　transition: 0.5s;	
}
.menu-btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fe4e03;
  border-right: 2px solid #fe4e03;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/*ヘッダー画像*/
.hedder_img{
text-align: center;	
}
.hedder_img img {
    margin: 0 auto;
}
/* ヘッダー画像横幅いっぱい */
.fullwidth-bleed {
  width: 100vw; 
  max-width: none;
  margin-left: calc(-50vw + 50%); 
  margin-right: calc(-50vw + 50%);
  display: block;
}
/*左右中寄せ*/
.u-al-l {
    text-align: left !important;
}

.u-al-c {
    text-align: center !important;
}

.u-al-r {
    text-align: right !important;
}
.db{
    display: block!important;	
}
.db_mc{
    display: block;
    margin: 0 auto;
}
	
/*カラー*/
.c_88B9C6 {
    color: #88B9C6;
}
.c_ec6200{
    color: #ec6200;	
}
.c_66b154{
    color: #66b154;	
}
/*横並び*/
.c-grid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-grid.center{
justify-content: center;	
}
.c-grid._col2_ .__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - 40px) / 2);
}
.c-grid._col2_ .__col:not(:nth-child(2n+1)) {
    margin-left: 40px;
}
.c-grid._col3_ .__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - 40px) / 3);
}
.c-grid._col3_ .__col:nth-child(n+2){
    margin-left: 20px;
}
.c-grid._col2_.w80{
    width: 80%;
    margin: 0 auto;	
}
.c-grid .w30{
	width:30%;
}	
.c-grid .w70{
	width:70%;
}	
/*背景*/
div.bg_gray {
    background: #F3F4F5 0% 0% no-repeat padding-box;
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
        padding: 100px 15px;
}
div.bg_gray.others{
padding: 60px 0 50px 0;	
}
div.bg_gray.bg_none{
    background: none;	
}
/*幅*/
.mw1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.mw800 {
    max-width: 800px;
    margin: 0 auto;
}

.mw700 {
    max-width: 700px;
    margin: 0 auto;
}

.mw500 {
    max-width: 500px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}
.w80{
    width: 80%;	
}
.w50{
    width: 50%;	
}

/*こんな方におすすめ*/
.df_j {
    display: flex;
    justify-content: center;
}

.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
	padding: 0 15px;
}

.list_check>li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

.list_check>li::before,
.list_check>li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}

.list_check>li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    background-color: #fff;
}
.list_check.border_ad>li::before {
        border: 1px solid #ADADAD;
}

.list_check>li::after {
    left: 0.3em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #C37BA0;
    border-right: 3px solid #C37BA0;
}

.list_check>li+li {
    margin: 0.3em 0px 0px;
}
/* チェックマーク02 */
.check-list02 {
  list-style: none;
  padding-left: 0;
}

.check-list02 li {
  position: relative;
   margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.check-list02 li strong{
    display: block;
    padding-left: 1.5em;	
	padding-top: 1px;
	margin-bottom: 10px;
	font-size: 20px;
}
/* チェックボックス */
.check-list02 li::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 0;
  box-sizing: border-box;
}
.check-list02 li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 18px;
  border: solid #c27699;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/*症例写真*/
.case_wrap{
    display: flex;
    justify-content: center;
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.case_box img{
max-width: 100%;
}
/*埋没法の特徴・治療方法*/
ol.about_numer {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0.5em;
}

ol.about_numer li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 4em;
    border-bottom: 1.5px solid #88B9C6;
    font-weight: bold;
	font-size: 20px;
}

ol.about_numer li:last-child {
    border-bottom: none;
}

ol.about_numer li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    color: #333333;
    font: italic normal normal 35px/60px Adrianna;
    font-size: 1.5em;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 30px;
}

/*youtube*/
.dfr {
    display: flow-root;
}

.youtube_wrap {
    background: #fff;
    max-width: 400px;
    margin-top: 100px;
}

.youtube_box {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: calc(0% - 7em);
    text-align: center;
}

.youtube_box iframe {
    width: 85%;
    height: 100%;
    box-shadow: 5px 5px 0px #00000029;
}

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

/*施術の流れ*/
ol.flow {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0.5em;
}

ol.flow li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 2em;
    border-bottom: 1.5px solid #88B9C6;
    font-weight: bold;
    display: flex;
    font-weight: normal;
}

ol.flow li:last-child {
    border-bottom: none;
}

ol.flow li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    color: #333333;
    font: normal normal 300 35px/60px Adrianna;
    font-size: 2em;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 30px;
}

ol.flow li span.title {
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    width: 24%;
}

ol.flow li p {
    width: 76%;
    margin-bottom: 0;
}

ol.flow .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #88B9C6;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*施術の流れ*/
.list_qaa>input {
    display: none;
}
.list_qaa>label {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    margin-bottom: 1em;
}

.list_qaa>label>dt {
    position: relative;
    padding: 1em 2em 1em 3.5em;
    font-size: 15px;
    border-bottom: 1px solid #B99B21;
    background-color: #fff;
}

.list_qaa>label>dd {
    position: relative;
    padding: 1em 1em 1em 3.5em;
    font-size: 15px;
    background-color: #fff;
}

.list_qaa>label>dt::before,
.list_qaa>label>dd::before {
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
    font-size: 2em;
    color: #B99B21;
    font-weight: bold;
    font-family: Adrianna;
}

.list_qaa>label>dt::before {
    content: "Q";
}

.list_qaa>label>dd::before {
    content: "A";
}

.list_qaa>label>dt {
    position: relative;
    z-index: 1;
}

.list_qaa>label>dt::after {
    display: inline-block;
    position: relative;
    top: 0.2em;
    right: -1em;
    width: 0.5em;
    height: 0.5em;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #B99B21;
    border-bottom: 0;
    content: "";
}
.list_qaa > input:checked + label > dt:after{
transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.list_qaa>label>dd {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-2em);
    margin: 0px;
    visibility: hidden;
}

.list_qaa>input:checked+label>dd {
    position: relative;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.5s;
}

/*注意事項*/
.notice-list {
    max-width: 700px;
    margin: 0 auto;
}
.notice-list .fb{
    text-align: center;
    font-weight: bold;
    font-size: 20px;	
}
.notice-list table{
    border: none;	
}
.notice-list table th {
    background-color: #C5DDE3;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    border-bottom: 8px solid #fff;
    font-size: 16px;
    width: 20%;
}

.notice-list table td {
    background-color: #F3F8F9;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    border-bottom: 8px solid #fff;
    font-size: 16px;
}

.notice-list table td span.u-mr11 {
    margin-right: 11px;
}
:where(:not(.wp-block-table))>table :is(th, td) {
    border: none;
}

.notice_wrap {
    border: 2px solid #000000;
    padding: 3em 6em;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.notice-item {
    background-color: #F3F8F9;
    padding: 20px;
}

/*料金表*/
.price-list {
    max-width: 500px;
    margin: 0 auto;
}
.price-list.mw800{
    max-width: 800px;
    margin: 0 auto;
}
.price-list table{
    border: none;	
}
.price-list table th {
    background-color: #C5DDE3;
    margin-bottom: 20px;
    padding: 0.5em 0.5em;
    font-size: 16px;
    width: 30%;
}
.price-list table th a{
    color: #333333;	
}
.price-list table tr{
    border-bottom: 1px solid #fff;
}
.price-list table td {
    background-color: #F3F8F9;
    margin-bottom: 20px;
    padding: 0.5em 0.5em;
    font-size: 16px;
	width: 25%;
}
.price-list table td.label01{
    border-bottom: none;	
}
.price-list table td.right-price{
    text-align: right;	
}
.price-list table td.right-price01,.right-price02{
    width: 23%;	
}
.price-list table td.right-price01{
    border-bottom: none;	
}
.price-list table td.bb_none{
    border-bottom: none;	
}
.price-list table td span.u-mr11 {
    margin-right: 11px;
}

:where(:not(.wp-block-table))>table :is(th, td) {
    border: none;
}
.asterisk{
    padding-left: 0;	
}
.asterisk li{
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;	
    margin: 0;
    margin-bottom: 0;
}
.circle-arrow {
  width: 25px;
  height: 25px;
  background-color: #88B9C6;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 10px;
  vertical-align: text-top;
}
#price a:hover{
    color: #88B9C6;
    opacity: 0.8;
    transition: background-color 0.5s ease;	
}
.circle-arrow i.fas{
margin-right: 0;	
}
.tax{
    font-size: 14px;
    text-align: right;	
}
h4.price-menu{
    font-size: 1.2em;
    text-align: left;		
	}	
h4.price-menu a{
color: #333333;	
}
/* 診療メニュー */
h4.title-blue{
    margin: 1.5em 0 0em;
    color: #C5DDE3;	
}
.siteContent a.blue{
    color: #C5DDE3!important;	
}
.menu-wrap{
    margin-bottom: 100px;	
}
.menu-section {
  margin: 60px auto;
  max-width: 800px;
  padding: 0 20px;
}
.menu-section h2{
  display: flex;
  align-items: center;	
  border-bottom: 1.5px solid #88B9C6;
  padding: 0px 0 10px 0;	
}
.menu-section h3.menu-title  {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.menu-section h3.menu-title span{
    font-size:0.7em;
    font-weight: 500;
    color:#B99B21;	
}
.menu-section
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 5px;
  margin-bottom: 20px;	
}

.menu-card {
  padding: 8px;
}

.menu-card h4 {
  font-size: 1.1em;
  margin-bottom: 0;
  text-indent: -0.75em;
  margin-left: 0.75em;   
  color: #333333;	
}

.menu-card ul {
  padding-left: 1.2em;
  margin-top: 1.0em;
  list-style: disc;
  color: #666;
}
.menu-card ul li a{
text-decoration: none;	
}
.menu-card ul li a:hover{
color:#88b9c6;	
}
.arrow_t {
  position: relative;
  padding-left: 15px;
}
.arrow_t:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #88b9c6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.menu-list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 14px; 
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}


.menu-btn a {
  position: relative;
    display: inline-block;
    min-width: 300px;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #88b9c6;
    border: 1px solid #88b9c6;
    background: transparent;
    transition: background 0.5s;
	text-align: left;
}
.menu-btn a:hover {
  background: #ececec;
  transition: 0.5s;	
}
.menu-btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #C5DDE3;
  border-right: 2px solid #C5DDE3;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.menu-icon{
   margin-right: 20px;
   max-height: 60px;
   max-width: 60px;
   vertical-align: middle;
}
sub{
    font-size: 0.6em;
    vertical-align: baseline;
    line-height: 1;
}	
}
/*トップページ*/
.site-body{
    padding-top: 0 !important;
    padding-bottom: 0!important;
}
.vk-mobile-nav-menu-btn {
   background: none;
        background-image: url(/wp-content/uploads/hamburger-b.png);
        background-size: cover;
        background-repeat: no-repeat;
        right: 5px !important;
        left: auto !important;
}
.global-nav-list>li .global-nav-name {
    font-size: 16px;
    display: block;
    width: 100%;
    white-space: nowrap;
}
h2 img.title01 {
    max-height: 50px;
}
h2 img.title02 {
    max-height: 70px;
}
h2 img.title03 {
    max-height: 84px;
}
.site-header-logo img{
    margin-left: 0;	
	padding: 5px 0;
}
.ltg-slide-text-title span.f_big{
font-size: 46px;
    line-height: normal;
    display: block;
	font-weight: normal;
}
.ltg-slide-text-title span.f_small{
font-size: 20px;
    line-height: 180%;
    display: block;
    margin: -1em 0 2em;	
	font-weight: normal;

}
.ltg-slide-text-title span.f_small02{
   font-size: 23px;
    line-height: normal;
    display: block;
    margin: -1em 0 1em 0;
	font-weight: normal;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/*トップページ ニュース*/
.news_wrap{
display: flex
;	
}
.news_wrap .news-title{
	width:30%;
	text-align: center;
    margin-top: 24px;
}
.news-title h2 span{
    font-size: 20px;
    display: block;
    width: 140px;
    margin: 0 auto;
    text-align: justify;
	margin-top: -20px;
}
.news_wrap  .news-list{
  width:70%;
  list-style: none outside;
  margin: 0 auto;
  padding: 0;
}
.news_wrap  .news-list ul li{
    list-style: none;	
    margin: 0;
}
.news_wrap  .news-list .item div{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: left;	
  width: 100%;	
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 15px;
}
.news_wrap .news-list .item div.bt_ccc{
  border-top: 1px solid #CCC;	
}
.news_wrap  .news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news_wrap  .news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #333333;
  padding: 0 20px 0 0;
}
/*トップページ 診療内容*/
#menu .menu_btn{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;		
	} 
#menu .menu_btn_item{
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
    justify-content: center;	
	position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
	}	
#menu p.u-mb-l {
    margin-bottom: 60px;
	
}
.news_wrap  .news-list .item .title{
  margin: 0;
  width: 100%;
}
.news_wrap  .news-list .item a:hover .title{
text-decoration: underline;
}
/*トップページ スライダー*/
	.top_swipe{
margin-bottom:40px;		
	}	
	.top_swipe .swiper-wrapper{
    margin-bottom:40px;		
		
	}	
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
span[aria-label="Go to slide 5"]{
    display: none;	
}
span[aria-label="Go to slide 6"]{
    display: none;	
}
span[aria-label="Go to slide 7"]{
    display: none;	
}
span[aria-label="Go to slide 8"]{
    display: none;	
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
.top_worries{
 background-image: url(/wp-content/uploads/worry_skin1000.png) ;	
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;	
 height: 300px;	
 position: relative;
}
.top_worries-btn01{
	position: absolute;
    top: 10%;
    left: 4%;
}
.top_worries-btn02{
	position: absolute;
	top: 10%;
    right: 4%;
}
.top_worries-btn03{
	position: absolute;
    top: 40%;
    left: 4%;
}
.top_worries-btn04{
	position: absolute;
	 top: 40%;
    right: 4%;
}
.top_worries-btn05{
	position: absolute;
	 top: 70%;
    left: 4%;
}

:where(.top_worries-btn01, .top_worries-btn02, .top_worries-btn03, .top_worries-btn04, .top_worries-btn05) a{
   background-color: #fff;
    width: 220px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;	
	font-weight: bold;
    font-size: 18px;
}
:where(.top_worries-btn01,.top_worries-btn02,.top_worries-btn03,.top_worries-btn04,.top_worries-btn05) a:hover{
    background: #f3f4f5;
    color: #333;	
}
.top_worries-btn a{
background-color: #fff;
    width: 200px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;	
}
/* 中央スライド拡大 */
.top_swipe .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.88);
}

/* アクティブ（中央）だけ大きく */
.top_swipe .swiper-slide-active {
  transform: scale(1);
}

/*トップページ カレンダー*/
.calendar_wrap{
    display: flex;
    justify-content: center;
    align-items: center;	
}
.calendar_wrap .xo-event-calendar{
    width: 50%;
     margin-right: 30px;
}
.calendar_wrap .xo-event-calendar .calendars.xo-months{
    width: 70%;
    margin: 0 0 0 auto;	
}
.calendar_wrap .xo-event-calendar table.xo-month>thead th {
    font-size: 20px;
    background-color: #f6f1eb;	
}
.calendar_wrap .xo-event-calendar table.xo-month .month-dayname td div.holiday-all{
    color: #fff;	
}
.calendar_wrap .xo-event-calendar table.xo-month .month-dayname td div{
    font-size: 20px;
    display: flex;
    justify-content: center;	
}
.calendar_wrap .xo-event-calendar .holiday-titles{
    display: none;	
}
.calendar_wrap .calender-txt{
    text-align: left;	
	width: 55%;
}
.calendar_wrap .calender-txt p.bg_black{
    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px;
    margin-bottom: 10px;
}
.calendar_wrap .calender-txt span.bg_red-purple{
    background-color: #c37ba0;
    margin: 0 6px 0 0;
    padding: 0 0 0 18px;	
}
.calendar_wrap .calender-txt span.bg_light-blue{
    background-color: #88B9C6;
    margin: 0 6px 0 0;
    padding: 0 0 0 18px;		
}
.calendar_wrap .calender-txt span.bg_pink{
    background-color: #ffd2d2;
    margin: 0 6px 0 0;
    padding: 0 0 0 18px;		
}
.calendar_wrap .calender-txt p.ti{
    text-indent: -1.5em;
    padding-left: 1.5em;	
}

/*トップページ メッセージ*/
#top_message .message_wrap{
    display: flex;	
}
.message_wrap .message_txt .f_big{
    font-size: 130%;	
}	
.message_wrap .message_txt{
    width: 70%;
    margin-right: 40px;
    text-align: justify;
}	
/*トップページ follow us*/
.follow-us{
font-size: 30px;	
    position: relative;	
}
.follow-us span{
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;	
}
.three_columns{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.three_columns::after{
  content:"";
  display: block;
  width:31%;	
}
.three_columns .three_box{
    width: 31%;
    margin-right: 20px;
}
.two_columns{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.two_columns::after{
  content:"";
  display: block;
  width:45%;	
}
.two_columns .two_box{
    width:49%;
    margin-right: 20px;
}
.three_columns .three_box:nth-child(3){
  margin-right:0;	
}
.two_columns .two_box:nth-child(even){
  margin-right:0;	
}
.message_wrap .message_img{
    width: 30%;
    text-align: center;
}
  .youtube_box02 {
       width: 100%;
       aspect-ratio: 16 / 11;
    }

    .youtube_box02 iframe {
       width: 100%;
      height: 100%;
    }
.view_more.pr{
    position: relative;	
}
.view_more{
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;	

}
.view_more a{
	 color: #333333;	
}
.view_more a:hover{
	 color: #333333;	
}
.tk_mr20{
margin-right: 20px;	
}
#block-site-footer .is-layout-flex{
width: 100%;	
}
/*トップページ 追従サイドバー*/
.floating-banner {
    position: fixed;
    z-index: 99999;
    top: 25%;
    right: 0;
}
.banner_box{
    width: 70px;	
	margin-bottom: 20px;
}
.banner {
    text-align: center;    
	display: grid;
;
}
.floating-banner a {
    text-decoration: none;/* リンクに下線が入らないように */
}
.pc_none{
    display:none;	
}
.pc_none02{
    display:none;	
}
.sp_none{
    display: block;	
}
/*フッター*/
.wp-block-image.mw85 {
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.vk-mobile-nav-menu-btn {
    width: 45px;
    height: 45px;
}
.page_top_btn{
    box-shadow: none;	
	width: 60px;
    height: 60px;
	background-size: 80%;
}

.wp-block-site-title{
text-align: center;	
}
.gray-box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
/*女性特有のお悩み*/
.gray-box {
  padding: 15px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  text-align: left;
  border: 3px solid #00000012;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}
.gray-box .right{
    text-align: right;	
}
.gray-box h4 {
  margin-top: 0;
  font-size: 1.1em;
  padding: 0 0 .4em;
  border-bottom: 1px solid #e5e5e5;
}

.gray-box h4:after{
  border-bottom: 1px solid #e5e5e5; 
}

.gray-box p {
  font-size: 0.95em;
  color: #555;
}
.gray-box a{
    text-decoration: none;
}
.gray-box a span{
padding: 10px;	
}
/* テーブル */
table.n-table{
    border: none;	
}
table.n-table th {
    background-color: #C5DDE3;
    margin-bottom: 20px;
    padding: 0.5em 0.5em;
    font-size: 16px;
    width: 30%;
}
table.n-table td.bg_37ba0{
    background-color: #c37ba0;	
	color: #fff;
	}	
table.n-table th a{
    color: #333333;	
}
table.n-table tr{
    border-bottom: 1px solid #fff;
}
table.n-table td {
    background-color: #F3F8F9;
    margin-bottom: 20px;
    padding: 0.5em 0.5em;
    font-size: 16px;
	width: 25%;
}
table.n-table td.label01{
    border-bottom: none;	
}
table.n-table td.right-price{
    text-align: right;	
}
table.n-table td.right-price01,.right-price02{
    width: 23%;	
}
table.n-table td.right-price01{
    border-bottom: none;	
}
table.n-table td.bb_none{
    border-bottom: none;	
}
/*らうたげ＋－アイコン*/
.items-detail-label-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 2px;
  float: left;
}
.items-detail-label-mark.plus {
  background-color: #87b9c4;
}
.items-detail-label-mark.minus {
   border: 2px solid #87b9c4;
}
.items-detail-label-mark::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
}
.items-detail-label-mark.plus::before {
  background-color: #fff;
}
.items-detail-label-mark.minus::before {
  background-color: #87b9c4;
}
.items-detail-label-mark.plus::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fff;
}
.p-m_txt{
 padding-top: 0 ;
    padding-left: 2rem;   
}
@media (max-width: 991.98px) {
    .main-section {
        margin-bottom: 0;
    }
.site-header-container {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }	
}
@media only screen and (max-width: 990px) {

    /*内部リンク*/
    .link-list {
        display: inline-block;
		width: 100%;
    }
/*トップページ お悩み*/	
:where(.top_worries-btn01, .top_worries-btn02, .top_worries-btn03, .top_worries-btn04) a {
    width: 150px;
    height: 50px;
}	
.top_worries-btn01 {
    left: 2%;
}	
.top_worries-btn02 {
    right: 2%;
}	
.top_worries-btn03 {
    left: 2%;
}	
.top_worries-btn04 {
    right: 2%;
}	
.top_worries-btn05 {
    left: 2%;
}		
}
@media only screen and (max-width: 768px) {
/*見出し*/
h2.e-h2 {
    font-size: 22px;
    line-height: 1.3;
}

h2 small {
    font-size: 15px;
    color: #ADADAD;
    text-align: center;
    display: block;
	font-family: Adrianna;
    font-weight: bold;
}
h2.e-h3{
  font-size: 22px;
    border-bottom: 2px solid #88B9C6;
    padding: 0px 0 5px 10px;		
	}
h3.e-h3 {
    font-size: 22px;
    border-bottom: 2px solid #88B9C6;
    padding: 0px 0 5px 10px;
}
    /*マージン*/
    .u-mt-00 {
        margin-top: 0;
    }

    .u-mt-xxxs {
        margin-top: 10px;
    }

    .u-mt-xxs {
        margin-top: 15px;
    }

    .u-mt-xs {
        margin-top: 20px;
    }

    .u-mt-s {
        margin-top: 25px;
    }

    .u-mt-m {
        margin-top: 30px;
    }

    .u-mt-l {
        margin-top: 30px;
    }

    .u-mt-xl {
        margin-top: 40px;
    }

    .u-mt-xxl {
        margin-top: 50px;
    }

    .u-mt-xxxl {
        margin-top: 75px;
    }

    .u-mb-00 {
        margin-bottom: 0;
    }

    .u-mb-xxxs {
        margin-bottom: 10px;
    }

    .u-mb-xxs {
        margin-bottom: 15px;
    }

    .u-mb-xs {
        margin-bottom: 20px;
    }

    .u-mb-s {
        margin-bottom: 25px;
    }

    .u-mb-m {
        margin-bottom: 30px;
    }

    .u-mb-l {
        margin-bottom: 30px;
    }

    .u-mb-xl {
        margin-bottom: 40px;
    }

    .u-mb-xxl {
        margin-bottom: 75px;
    }

    .u-mb-xxxl {
        margin-bottom: 75px;
    }
 .u-mb-xxxl.sp_u-mb-xxxl {
        margin-bottom: 100px;
    }
    .u-mr-xxxs {
        margin-right: 10px;
    }

    .u-mr-xxs {
        margin-right: 15px;
    }

    .u-mr-xs {
        margin-right: 20px;
    }

    .u-mr-s {
        margin-right: 25px;
    }

    .u-mr-m {
        margin-right: 30px;
    }

    .u-mr-l {
        margin-right: 30px;
    }

    .u-mr-xl {
        margin-right: 40px;
    }

    .u-mr-xxl {
        margin-right: 50px;
    }

    .u-mr-xxxl {
        margin-right: 75px;
    }

    .u-ml-xxxs {
        margin-left: 10px;
    }

    .u-ml-xxs {
        margin-left: 15px;
    }

    .u-ml-xs {
        margin-left: 20px;
    }

    .u-ml-s {
        margin-left: 25px;
    }

    .u-ml-m {
        margin-left: 30px;
    }

    .u-ml-l {
        margin-left: 30px;
    }

    .u-ml-xl {
        margin-left: 40px;
    }

    .u-ml-xxl {
        margin-left: 50px;
    }

    .u-ml-xxxl {
        margin-left: 75px;
    }	
	.sp_pb00{
    padding-bottom: 0!important;		
}	
	.sp_pt00{
    padding-top: 0!important;		
}		
/*文字サイズ*/ 
.sp_u-fz-18 {
    font-size: 18px;
}	
.sp_u-fz-16 {
    font-size: 16px;
}	
.sp_u-fz-14 {
    font-size: 14px;
}	
.sp_u-fz-12 {
    font-size: 12px;
}	
/*PC、SP切り替え*/
.pc-dn{
    display:block;	
}
.sp-dn{
    display: none;		
}
.sp-dn02{
    display: none;		
}	
    /*内部リンク*/
    .link-list li {
        width: 50%;
        padding: 0;
        font-size: 15px;
    }

    .link-list li a {
        padding: 0;
    }

    .link-list li:nth-child(2n)::after {
        background: none;
    }
.menu-list02{
display: block;		
	}
.menu-list02 a{	
    margin-bottom: 15px;	
	}	
.menu-section h3.menu-title {
    margin-top: 0;
}		
/*幅*/
	.spw100{
    width: 100%;		
	}
	.spw90{
    width: 90%;
	}
	.spw85{
    width: 85%;
	}	
	.spw80{
    width: 80%;
	}		
    .spw60{
    width: 60%;		
	}	
   .spw55{
    width: 55%;		
	}	
   .spw45{
    width: 45%;		
	}	
   .spw40{
    width: 40%;		
	}	
   .spw36{
    width: 36%;		
	}		
/*症例写真*/
.case_wrap{
display: block;
}
	.case_box{
    margin-bottom: 20px;		
	}
    /*埋没法の特徴・治療方法*/
    .c-grid {
        display: block;
    }

    .c-grid._col2_ .__col:not(:nth-child(2n+1)) {
        margin-left: 0;
    }
	.c-grid._col2_ .__col.sp_u-mb-50{
    margin-bottom: 50px;		
	}
.c-grid .w30{
	width:100%;
}	
.c-grid .w70{
	width:100%;
}		
    /*youtube*/
    .youtube_wrap {
        max-width: 100%;
        margin-bottom: auto;
    }

    .youtube_box {
        margin-top: 0;
        aspect-ratio: auto;
    }

    .youtube_box iframe {
        margin-top: -5em;
        aspect-ratio: 16 / 9;
    }
    .youtube_txt {
        height: 70px;
    }
  .youtube_box02.spw90 {
    width: 90%;
    margin: 0 auto;

    }	
    /*youtube*/	
ol.flow li {
    display: block;
}	
ol.flow li span.title {
    width: 100%;
}	
ol.flow li p {
    width: 100%;
}	
/*注意事項*/
    .notice_wrap {
        padding: 2em 2em;
    }
    .notice-list table tr {
        display: block;
}
    .notice-list table th {
        width: 100%;
        display: block;
        border-bottom: none;
        margin-bottom: 0;
}

    .notice-list table td {
        margin-bottom: 0;
        display: block;
        border: none;
}
    /*料金表*/
    .price-list table tr {
        display: flow-root;
		background-color: #F3F8F9;
    }

    .price-list table th {
        width: 100%;
		display: block;
        border-bottom: none;
		margin-bottom: 0;
		clear: both;
    }

    .price-list table td {
        margin-bottom: 0;
        display: block;
        border: none;
		text-align: center;
		width:100%;
    }
	.price-list table td.label{
    display: inline-block;
    width: 40%;		
    text-align: left;
	}	
	.price-list table td.right-price{
display: inline-block;
    width: 60%;
    float: right;	
	text-align: right;
	}	
	table td span.u-mr-xs.sp_mr52{
    margin-right: 52px;
}	
	.price-list table td.right-price.spw100{
    width: 100%;		
	}	
.price-list table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
}	
	.price-list table tr.sp_dn{
    display: none;		
	} 	
/*--よくある質問--*/
.list_qaa>label>dt::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    right: 0em;
    display: flex;	
    float: right;
    margin-left: auto;
}
/*--ゼオスキン--*/
.zo-title {
    background: #124484 !important;
    color: #fff !important;
    padding: 10px !important;
    border: none !important;
    margin-top: 50px !important;
}

.zo-title:after {
    border-bottom: none !important;
}

.zo-txt {
    padding: 10px !important;
    border: 4px solid #ececec;
}

.zo-box {
    display: inline-block;
    text-align: center;
    width: 48%;
    background: #f5f5f5;
    padding: 20px;
    vertical-align: text-top;
    margin-bottom: 20px;
}

.zo-box:nth-child(even) {
    margin-left: 20px;
}

.zo-last {
    float: left;
}

.zo-title2 {
    font-weight: bold;
    font-size: 110%;
    background: #ffffff;
    padding: 10px !important;
    border-radius: 10px;
    border: 1px solid;
    color: #124484;
}

.zo-title3 {
    color: #124484 !important;
    border-bottom: 1px solid;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    letter-spacing: 2px;
}

.zo-img {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 50px !important;
}

.zo-box .label {
    margin-top: 10px;
    padding: 4px 13px;
    background: #124484;
    color: #fff;
    letter-spacing: 1.5px;
    display: inline-block;
    border-radius: 10px;
}

.zo-txt2 {
    font-size: 90%;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5 !important;
    padding-top: 15px !important;
    margin: 0 !important;
}

.zo-txt3 {
    height: 50px;
}

.zo-txt4 {
    height: 107px;
}

.zo-txt5 {
    height: 91px;
}

.noin {
    border-radius: 10px;
    padding-top: 5px;
    border: 4px solid #ccc;
    margin-top: 10px;
    font-size: 85%;
    background: #fff;
}

.noin img {
    width: 50%;
}
/*--トップページ--*/	

/*トップページ 見出し*/		
h2 img.title01 {
    max-height: 30px;
}
h2 img.title02 {
    max-height: 45px;
}	
/*トップページ MV*/	
	.mv_txt{
    margin-top: 30px;		
	}	
	.mv_txt .f_big {
        font-size: 16px;
        text-align: center;
        font-weight: bold;	
	}
	.mv_txt .f_small02 {
        font-size: 16px;
        text-align: center;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	}	
.ltg-slide-text-title span.f_big {
    font-size: 22px;
}	
.ltg-slide-text-title span.f_small {
    font-size: 12px;
    margin: 1em 0 2em;
    width: 80%;
}	
.ltg-slide-text-title span.f_small02 {
    font-size: 14px;
}	
.br_sp-none{
    display: none;	
}	
/*トップページ ニュース*/		
.news_wrap {
    display: block;
}
	.news_wrap .news-list{
    width: 100%;		
	} 	
	.news_wrap .news-list ul{
padding-left: 0;		
	}	
.news_wrap .news-list .item div {
    display: block;
	}	
.news_wrap .news-title {
    width: 100%;
}	
/*トップページ お悩み*/	
:where(.top_worries-btn01, .top_worries-btn02, .top_worries-btn03, .top_worries-btn04, .top_worries-btn05) a {
   width: 120px;
    height: 40px;
    font-size: 12px;
}		
.top_worries-btn01 {
    top: 35%;
}	
.top_worries-btn02 {
    top: 35%;
}	
.top_worries-btn03 {
    top: 55%;
}		
.top_worries-btn04 {
    top: 55%;
}		
.top_worries-btn05 {
    top: 75%;
}		

/*トップページ 診療科目*/		

#menu strong{
    font-size: 14px;		
	}
#menu strong.sp_u-fz-12  {
        font-size: 12px;
    }	
#menu strong.sp_u-fz-11  {
        font-size: 11px;
    }	
/*トップページ メッセージ*/	
#top_message h2{
text-align: center;	
	}
#top_message .message_wrap {
    display: block;
}	
#top_message .message_wrap .message_txt {
    width: 100%;
    margin-right: 0x;
	 padding: 0 15px;		
}	
#top_message .message_wrap .message_img {
    width: 100%;
}		
#top_message .message_wrap .message_img{
    margin-top: 30px;
}	
#top_message .message_img-title{
    margin-top: 30px;
    transform: rotate(10deg);
}		
#top_message .message_wrap .message_img img{
     width: 70%;
}	
/*トップページ カレンダー*/	
.calendar_wrap {
    display: block;
}	
	.calendar_wrap.sp_p15{
    padding: 0 15px;		
	}	
.calendar_wrap .xo-event-calendar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.calendar_wrap .xo-event-calendar .calendars.xo-months {
    width: 100%;
}	
.calendar_wrap .calender-txt {
    width: 100%;
}	
.xo-event-calendar table.xo-month .month-header>span {
    font-size: 20px;
}	
/*トップページ follow us*/
.follow-us{
font-size: 18px;	
	}	
h2 img.title03 {
    max-height: 60px;
}

.follow-us span{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;	
}	
.three_columns {
    display: block;
}	
.three_columns .three_box {
    width: 100%;
    margin-right: 0;
	margin-bottom: 20px;
}	
	.three_columns .three_box:last-child{
	margin-bottom: 0;		
	}   	
.two_columns {
    display: block;
}	
.two_columns .two_box {
    width: 100%;
    margin-right: 0;
}	
	.c-grid._col2_ .__col{
    margin-bottom: 10px;		
	}
.c-grid._col2_.w80 {
    width: 100%;
}	
.c-grid._col3_ .__col:nth-child(n+2) {
    margin-left: 0;
}	
.page_top_btn{
	width: 50px;
    height: 50px;
	background-size: 60%;
	bottom: 100px;
}	
.sns-small-txt{
    font-size: 11px;	
}
.sp_db{
    display: block;		
	}	
.sp_db-m{
    display: block;	
	margin: 0 auto;
	}		
.sp_df-m{
    display: flex;	
    margin: 0 auto !important;
	}		
.footer_spw70{
        width: 70%;
        margin: 0 auto;
        display: block;
}
body .vk_outer_container .is-layout-flex {
    width: 70%;
    margin: 0 auto;
}
	  .floating-banner {
        display: none;
	}		  
.vk_outer .vk_outer_container {
     margin: 30px 0;
}	
#block-site-footer .is-layout-flex {
    width: 100%;
	display: block;
    margin-bottom: 30px;
}	
	#block-site-footer .wp-block-navigation__container{
    gap: initial;	
    width: 90%;	
	margin: 0 auto;	
	}
#block-site-footer .wp-block-navigation .wp-block-navigation-item{
    display: block;
    width: 23%;
    margin-right: 5px;
    text-align: center;		
	}	
	#block-site-footer .wp-block-navigation .wp-block-navigation-item:nth-child(4n){
  margin-right:0px;		
	}	
#block-site-footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
    padding: 10px 10px;	
	}	
    .admin-bar .vk-mobile-nav-menu-btn {
        top:5px;
        background-image: url(/wp-content/uploads/hamburger-b.png);
        background-size: cover;
        background-repeat: no-repeat;
}		
.vk-mobile-nav-menu-btn {
    background: none;
    background-image: url(/wp-content/uploads/hamburger-b.png);
    background-size: cover;
    background-repeat: no-repeat;
	right: 5px !important;
    left: auto !important;
}	
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}	
.pc_none{
    display:  block;	
}
.pc_none02{
    display: inline-block;
}
.sp_none{
    display:none;	
}	
/*女性特有のお悩み*/
.gray-box_wrap {
  display: block;
}	
.gray-box {
  width: 100%;
   margin-bottom: 20px;	
}	
/* テーブル */	
	table.n-table th{
    font-size: 14px;		
	}	
	table.n-table td{
    font-size: 14px;		
	}
/* プレナフィル */		
#post-12456 .wp-block-column {
        flex-basis: 40% !important;
    }	
/*らうたげ＋－アイコン*/	
.p-m_txt {
    padding-left: 2.3rem;
}	
}
@media only screen and (min-width: 768px){
.link-list li:last-child::after {
    background: none;
}		
}
@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-container {
               max-width: initial;
		       padding-right: 0;	
    }
	body:not(.header_scrolled) .global-nav--layout--float-right {
        width: 100%;		
	}	
	.global-nav-list li{
font-size: 16px;		
	}
    .device-pc .global-nav-list>li>a {
        padding: 15px 2em;
    }
	#global-nav	li:last-child{
background: #88B9C6;
    color: #fff;		
	}
	#global-nav	li:last-child a{
    color: #fff;	
	padding: 10px 1.5em;
	}	
	.site-header--layout--nav-float .site-header-logo img{
padding: 5px 0;		
max-width: 120px;		
	}	
	.site-header--layout--nav-float .site-header-logo{
padding-top: 0;
        margin-bottom: 0;		
	}	
	.site-header--layout--nav-float .site-header-container{
        align-items: center;		
	}	
}
@media (min-width:1200px){
.pc_ml3e{
    margin-left: 3em;		
	}	
.pc_ml1-9e{
    margin-left: 1.9em;		
	}		
}
.footer-nav .menu {
  display: flex;
  gap: 0; /* 不要な隙間なし */
}

.footer-nav .menu li {
  position: relative;
  list-style: none;
  padding: 0 16px; 
}

.footer-nav .menu li:first-child {
  padding-left: 0; 
}

.footer-nav .menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  background: #bbbbbb;
  transform: translateY(-50%);
}

.footer-nav .menu li a{
    color: #fff;	
}
@media (max-width:768px){
	.footer-nav .menu{
  margin-bottom: 20px;			
	}	
}

.doctor-section {
  background: #F3F4F5;
  padding: 20px 20px;
  margin: 20px 0;
}

.doctor-section__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.doctor-section__photo {
  width: 30%;
  text-align: center;
}

.doctor-section__photo img {
  width: 100%;
  height: auto;
}

.doctor-section__name {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}

.doctor-section__text {
  width: 70%;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .doctor-section__inner {
    display: block;
  }

  .doctor-section__photo,
  .doctor-section__text {
    width: 100%;
  }

  .doctor-section__photo {
    margin-bottom: 20px;
  }
}
.doctor-section--border {
  background: #fff; 
  border: 3px solid #D8D9DB;
  padding: 20px 20px;
  margin: 20px 0;
}

.doctor-section--border .doctor-section__inner {
  display: flex;
  align-items: flex-start; 
  gap: 20px;
}

.doctor-section--border .doctor-section__photo {
  width: 30%;
  text-align: center;
}

.doctor-section--border .doctor-section__photo img {
  width: 100%;
  height: auto;
}

.doctor-section--border .doctor-section__name {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  
}

.doctor-section--border .doctor-section__text {
  width: 70%;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .doctor-section--border .doctor-section__inner {
    display: block;
  }

  .doctor-section--border .doctor-section__photo,
  .doctor-section--border .doctor-section__text {
    width: 100%;
  }

  .doctor-section--border .doctor-section__photo {
    margin-bottom: 20px;
  }
.doctor-section__photo img.spw80{
  width: 80%;		
	}	
	.sp-w80{
  width: 80%;		
	}	
	.sp-mb56{
margin-bottom: 56px !important;		
	}	
.three_columns.sp_two_columns{
        display: flex;
        gap: 20px;
}	
.three_columns.sp_two_columns .three_box{
        width: 45%;
        margin-bottom: 0;
}	
.three_columns.sp_two_columns::after{
      width: 45%;
}	
.three_columns.sp_two_columns .three_box p{
margin-bottom: :0;    
}	
.two_columns.sp_two_columns{
         display: flex;
        gap: 20px;   
}	
.three_columns.sp_two_columns .three_box{
        width: 45%;
        margin-bottom: 0;
}
.tk_mr20 {
    margin-right: 0;
}
.three_columns.sp_two_columns .three_box p{
        margin-bottom: 0;   
}
.two_columns.sp_two_columns::after{
        width: 45%;    
} 	
}
.title-triangle {
  position: relative;
  padding-left: 1.2em;
}

.title-triangle::before {
  content: "\25B6";
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 0.9em; 
  line-height: 1;
  margin-top: 5px;
}
.calendar_wrap .xo-event-calendar table.xo-month .month-dayname td div.holiday-time-change{
    background-color: #e3c75a;
	color:#fff;
}
.calendar_wrap .calender-txt span.bg_yellow{
    background-color: #e3c75a;	
	margin: 0 6px 0 0;
    padding: 0 0 0 18px;
}
/* 固定フッター本体 */
#fixedFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  height: 78px;            
}

/* 各ボタン共通 */
#fixedFooter .fbtn {
  width: 33.333%;
  text-align: center;
  padding: 16px 0;        
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:10px;
}

/* 背景色 */
#fixedFooter .tel,
#fixedFooter .chat,
#fixedFooter .web {
  background: #88b9c6;
}

/* ボタン間の白い区切り */
#fixedFooter .fbtn + .fbtn {
  border-left: 2px solid #fff;  
}

/* アイコン */
#fixedFooter i {
  font-size: 22px;   
  line-height: 1;	
   margin-right: 0;
}
#fixedFooter span {
  line-height: 1;
}
/* PCでは非表示 */
@media (min-width:768px){
  #fixedFooter{
    display:none;
  }
}

/* 下に隠れないよう余白 */
body {
  padding-bottom:80px;       
}
/* =========================
   Lightning モバイルメニュー（完成CSS）
   - 英語：太字
   - サブテキスト（small）：細字、英語の横（全角1文字分の余白）
   - 右矢印：#88b9c6
========================= */
/* ハンバーガーメニュー全体の背景 */
#vk-mobile-nav {
  background: #f3f4f5;
}
/* 背景 */
.vk-mobile-nav-menu-outer {
  background: #f3f4f5;
}

/* 上部余白 */
.vk-mobile-nav-menu-outer .menu {
  padding-top: 60px;
}

/* 区切り線 */
.vk-mobile-nav-menu-outer .menu > li {
  border-bottom: 1px solid #9a9a9a;
}

/* メニューリンク（英語） */
.vk-mobile-nav-menu-outer .menu > li > a {
  display: flex;
  align-items: baseline;
  padding: 18px 16px;
  color: #111;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;         
  letter-spacing: 0.02em;
  line-height: 1.2;
  position: relative;
  padding-right: 36px;      
}

/* サブテキスト（small）：細字・横並び・全角1文字分余白 */
.vk-mobile-nav-menu-outer .menu > li > a small {
  display: inline;
  font-size: 12px;
  font-weight: bold !important;
  color: #666;
  margin-left: 1em;          
  white-space: nowrap;
}

/* 右矢印 */
.vk-mobile-nav-menu-outer .menu > li > a::after {
  content: "▶";
  position: absolute;
  right: 16px;
  font-size: 16px;
  color: #88b9c6;
}

/* TEL内の電話番号表示（pタグ） */
.vk-mobile-nav-menu-outer .menu > li a p {
  font-size: 14px;
  margin: 4px 0 0;
  font-weight: 400
}

