@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;
}
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
