@charset "utf-8";
/*
Theme Name:EORIH BEAUTY
Theme URI:
Description:クリニック用テーマ
Author:Eorih, Inc.
Author URI:https://eorih.jp/
Version:3.2.3
*/
@import "css/foundation/bootstrap.min.css";@import "css/foundation/reset.css";@import "css/layout/layout.css";@import "css/layout/header.css";@import "css/layout/footer.css";@import "css/layout/sidebar.css";@import "css/object/component/component.css";@import "css/object/utility/slick.css";@import "css/object/utility/jquery.fs.boxer.css";@import "css/object/utility/lightbox.css";
/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/NotoSansJP-Bold-min.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/NotoSansJP-Regular-min.woff') format('woff');
}
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/sawarabi-mincho-medium-min.woff') format('woff');
}
@font-face {
  font-family: 'mwcico';
  src:  url('fonts/mwcico.eot?6mph01');
  src:  url('fonts/mwcico.eot?6mph01#iefix') format('embedded-opentype'),
    url('fonts/mwcico.ttf?6mph01') format('truetype'),
    url('fonts/mwcico.woff?6mph01') format('woff'),
    url('fonts/mwcico.svg?6mph01#mwcico') format('svg');
  font-weight: normal;
  font-style: normal;
}

:focus,
:focus-visible {
  outline: none;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mwcico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram-kai:before {
  content: "\e902";
}
.icon-light-prev2:before {
  content: "\e900";
}
.icon-light-next2:before {
  content: "\e901";
}

.wp-section .page-navi ul {
	width: 100%;
	letter-spacing: -.4em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-right: -3px;
}

.wp-section .page-navi ul li{
	vertical-align: middle;
	text-align: center;
	width: 25%;
  letter-spacing: normal;
  padding: 0 !important;
  margin: -1px 0 0;
  box-sizing: border-box;
}

.wp-section .page-navi ul li:before {
  display: none;
}

.wp-section .page-navi ul li a {
	padding: 0 5px;
	color: #937437;
	font-size: 12px;
  border: 1px solid #937437;
  border-right-style: none;
  width: 100%;
  height: 56px;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
  text-decoration: none;
}
.wp-section .page-navi ul li:nth-child(4n) a,
.wp-section .page-navi ul li:last-child a {
  border-right-style: solid;
}

.wp-section .page-navi ul li a.current{
	background: #937437;
	color: #fff !important;
	font-weight: bold;
}

.wp-section .page-navi ul li a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 768px){
  .wp-section .page-navi{
		margin: 0 -20px;
		margin-top: 20px;
		text-align: center;
		background: #fff;
	}
	
	.wp-section .page-navi ul li a{
		font-size: 10px;
		margin: auto;
		width: 100%;
		padding: 5px 2px;
	}
}
.wp-section .price-table td {
  text-align: center;
  vertical-align: middle;
}

.question-list{
	font-size: 14px;	
}
.question-list-item{
	margin-bottom: 10px;
}
.question-list-question,
.question-list-answer{
	position: relative;
	padding: 16px 42px;
}
.question-list-question:before,
.question-list-answer:before{
	position: absolute;
	top: 8px;
	left: 16px;
}
.question-list-question{
	border: 1px solid #eee;
	color: #937437;
}
.question-list-question:before{
	content: 'Q';
	font-size: 24px;
	color: #937437;
}
.question-list-answer{
  color: #48353d;
  display: none;
}
.question-list-answer:before{
	content: 'A';
	font-size: 24px;
	color: #999999;
}
.question-list-answer p {
  margin-top: 0;
  line-height: 2;
}

.question-list .accordion.is-accordion .accordion-btn{
	background-image: none !important;
  background-color: #fdfffe;
  display: block;
}
@media screen and (max-width: 768px){
  .question-list .accordion.is-accordion .accordion-btn{
    width: auto;
    text-align: left;
    border-radius: 0px;
    line-height: 1.5;
    position: relative;
    top: 0px;
    left: 0px;
  }
}
.question-list .accordion.is-accordion .accordion-btn:after{
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -9px;
	font-weight: normal;
	font-size: 18px;
	font-family: 'FontAwesome';
	line-height: 1;
}
.question-list .accordion.is-accordion.is-closed .accordion-btn:after{
	content: '\f067';
}
.question-list .accordion.is-accordion.is-open .accordion-btn:after{
	content: '\f068';
}

.treatment-flow > li {
  margin: 0;
  padding: 20px;
}
.treatment-flow > li:before {
  display: none;
}
.treatment-flow > li >.col-xs-11 .title,
.treatment-flow > li >.col-xs-11 h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  background: none;
  border-style: none;
}
.treatment-flow > li >.col-xs-11 .title:before,
.treatment-flow > li >.col-xs-11 h3:before,
.treatment-flow > li >.col-xs-11 .title:after,
.treatment-flow > li >.col-xs-11 h3:after {
  display: none;
}

.breadCrumb {
  padding: 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 13px;
  margin-bottom: 40px;
}
.catPostList {
  margin-bottom: 30px;
}
.postListChild {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 750px){
  .postListChild {
    flex-direction: column;
  }
  
  .treatment-flow li{
	  position: relative;
  }
  
  .treatment-flow li>.col-xs-1{
	  position: absolute;
    top: 21px;
    left: 20px;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 16px;
  }
  
  .treatment-flow li>.col-xs-11{
	  width: 100%;
  }
  
  .treatment-flow li>.col-xs-11 h3{
	  margin-left: 10px;
  }
  
  .treatment-flow li>.col-xs-11 img{
	  margin-left: 0;
  }
  
}
.postListChild:after {
  display: none !important;
}
.postListChild .thumb {
  margin-right: 10px;
  position: relative;
  flex: none;
  /*background-color: #000;*/
}
@media screen and (max-width: 750px){
  .postListChild .thumb {
    margin-bottom: 10px;
  }
}
.postListChild .thumb img {
  transition: opacity .4s ease-in-out;
  transform: rotate(0);
  vertical-align: bottom;
}
.postListChild .thumb a:hover img {
  opacity: 0.7;
}
.postListChild .colorCat {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.postListChild .info {
  
}
.postListChild .info p {
  margin-bottom: 0px;
}
.postListChild .info .catListTitle {
  line-height: 1.5;
  margin-bottom: 10px;
}
.postListChild .catListTitle a {
  font-size: 18px;
  font-weight: bold;
}
.postListChild .catListDesc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.singleTitle {
  margin-top: 0px;
}
.singleTime {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
}
.singleCatList li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
}
.singleCatList li a {
  color: #fff;
  text-decoration: none;
  padding: 3px 8px;
  display: block;
  background-color: #222;
  line-height: 1.4;
}
.singleCatList li a:hover {
  opacity: 0.8;
  color: #fff;
}
.singleThumb img {
  max-width: 100%;
  height: auto;
}
/* Ranking */
.ranking_widget ul {
  padding: 0 10px;
}
.ranking_widget ul li {
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
}
.ranking_widget span {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #888;
  color: #fff;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.ranking_widget a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
}
.ranking_widget ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.ranking_widget .rank1 span, .ranking_widget .rank2 span, .ranking_widget .rank3 span {
  background: #8c0000;
}

.side_widget ul.ownCatList {

}
.side_widget ul.ownCatList li {
  padding: 0;
  position: relative;
}
.side_widget ul.ownCatList li .toggleIcon {
  position: absolute;
  right: 12px;
  z-index: 1000;
  top: 4px;
  font-size: 24px;
  display: block;
  line-height: 1;
  text-align: center;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 641px){
  .side_widget ul.ownCatList li .toggleIcon:hover {
    cursor: pointer;
  }
}
.side_widget ul.ownCatList li .toggleIcon:before {
  content: "\f055";
  font-family: FontAwesome;
  top: 5px;
  position: relative;
}
.side_widget ul.ownCatList li .toggleIcon.close:before {
  content: "\f056";
  font-family: FontAwesome;
}
.ownCatList li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.ownCatList li a:hover {
  background-color: #E1E1E1;
  color: inherit;
}
.ownCatList li a:after {
  position: absolute;
  top: 50%;
  right: 2%;
  font-size: 16px;
  margin-top: -8px;
  content: "\f105";
  font-family: FontAwesome;
  line-height: 1;
}
.ownCatList .children {
  display: none;
}
.ownCatList > li > .children li > a {
  padding-left: 24px;
}
.ownCatList > li > .children > li > .children > li a {
  padding-left: 33px;
}
.ownCatList > li > .children > li > .children > li > .children li a {
  padding-left: 42px;
}

.authorArea {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.authorArea__thumb {
  padding: 10px;
}
.authorArea__thumb__inner {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.authorArea__thumb img {
  width: 100%;
  height: auto;
}
.authorArea__thumb a:hover img {
  opacity: 0.8;
}

.authorArea__thumb a:hover p {
  color: inherit;
}
.authorArea__info {
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 0;
}
.authorArea__desc {
  color: #828282;
  font-size: 12px;
  margin-bottom: 5px;
}
.authorArea__job {
  font-size: 12px;
  margin-bottom: 0px;
}
.authorArea__name {
  font-size: 14px;
  margin-bottom: 0px;
}
.otherContent {
  margin-bottom: 100px;
  margin-top: 80px;
}
@media screen and (max-width: 640px){
  .otherContent {
    margin-bottom: 40px;
  }
}
.otherList {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 641px){
  .otherList:hover img {
    opacity: 0.7;
  }
}
.otherList:nth-child(3n) {
  margin-right: 0px;
}
.otherList:nth-child(3n+1) {
  clear: both;
}
.otherList .thumb {
  margin-bottom: 5px;
  /*background-color: #000;*/
}
.otherList .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: opacity .4s ease-in-out;
}
.otherList .title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0px;
}
.otherList a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/* sitemap */
.wp-section .sitemap__h1 {
  margin-top: 20px;
  font-size: 34px;
  letter-spacing: 0.08em;
}
.wp-section .sitemap__h1 a {
  color: inherit;
  text-decoration: none;
}
.wp-section .sitemap__h2 {
  color: #000;
  background: none;
  padding: 0px;
  margin-left: 0;
  margin-right: 0;
  border-style: none;
}
.wp-section .sitemap__h2:before,
.wp-section .sitemap__h2:after {
  display: none;
}
.wp-section .sitemap__h2 a {
  color: inherit;
  text-decoration: none;
}
.wp-section .sitemap__h3 {
  background: none;
  padding: 0px;
  border-style: none;
}
.wp-section .sitemap__h3:before,
.wp-section .sitemap__h3:after {
  display: none;
}
.wp-section .sitemap__h3 a {
  color: inherit;
  text-decoration: none;
}
.wp-section .sitemap__h3 a:before {
  letter-spacing: 0;
}
.sitemap__row {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
.wp-section .sitemap__list a {
  color: inherit;
  text-decoration: none;
}
.wp-section ul.sitemap__list {
  margin-top: 1em;
}
@media screen and (min-width: 769px){
  .sitemap__row {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap__column {
    box-sizing: border-box;
    width: 33.33%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 768px){
  section .sitemap__h3 {
    margin-left: 0;
    margin-right: 0;
  }
}

.voiceWrapper {
  
}
.voiceBlock {
  padding: 15px;
  background-color: #f9f9f9;
  width: 100%;
  margin: 0 0 30px;
}
section .voiceBlock .title {
  text-align: center;
  padding: 0;
  font-size: 20px;
  margin-top: 0;
}
@media screen and (max-width: 768px){
  .voiceBlock {
    width: 100%;
  }
}
.voiceMore {
  text-align: center;
  margin-top: 20px;
}
.voiceEmbBlock {
  margin-bottom: 80px;
}
.voiceEmbBlock + .voiceEmbBlock {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #eaeaea;
}

#ez-toc-container {
  margin-top: 1em;
}
.wp-section ul.ez-toc-list li:before,
.wp-section ul.toc_list li:before {
  display: none;
}

.clinicMapBlock {
  margin-top: 20px;
}
.clinicMapBlock iframe {
  width: 100%;
}
@media screen and (max-width: 750px){
  .clinicMapBlock iframe {
    height: 50vw;
  }
}
.page-template-page-voice .sejyutsu_info .trigger{
	position: relative;
	cursor: pointer;
	padding-right: 20px;
	margin-top: 0;
}
.page-template-page-voice .sejyutsu_info .trigger:before, .page-template-page-voice .sejyutsu_info .trigger:after{	
	display: block;
	content: '';
	background-color: #00a4d6;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
}
.page-template-page-voice .sejyutsu_info .trigger:after{
	
}
.page-template-page-voice .sejyutsu_info .trigger:before {
	width: 2px;
	height: 10px;
	right: 18px;
}
.page-template-page-voice .sejyutsu_info .trigger.active:before {
	content: normal;
}