@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block;
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}



.p-fitSection {
  color: #fff;
  /* min-height: 100vh; */
/*
  height: 100vh;
*/
  box-sizing: border-box;
}
.p-fitSection.case1 ,
.p-fitSection.case2 ,
.p-fitSection.case3 {
  background: #FFF;
}
.p-photoFullSlider {
  position: relative;
}
.swiper-container {
  position: static;
}
.swiper-wrapper {
  position: static;
}
.p-photoFullSlider .swiper-slide {
  box-sizing: border-box;
  position: static;
}
.p-photoFullSlider .swiper-slide:nth-child(1) {
  background: #FFF;
}
.p-photoFullSlider .swiper-slide:nth-child(2) {
  background: #FFF;
}
.p-photoFullSlider .swiper-slide:nth-child(3) {
  background: #FFF;
}
.p-photoFullSlider .swiper-container {
}
.p-photoFullSliderInner {
  height: 100vh;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  position: relative;
}
.p-photoFullSliderInner__photo {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {

}





.p-photoFullSliderArrowOuter {
  max-width: 1204px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}
.p-photoFullSliderArrow {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 115px;
  z-index: 100;
}
.p-photoFullSliderArrowNumOuter {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-photoFullSliderArrowNum {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.p-photoFullSliderArrowLine {
  height: 3px;
  width: 50px;
  background: #dddddd;
  position: relative;
  overflow: hidden;
}
.p-photoFullSliderArrowLine span {
  background: #000;
  display: block;
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sliderLine 2s infinite;
  animation: sliderLine 2s infinite;
}
.p-photoFullSliderArrow .swiper-button-next,
.p-photoFullSliderArrow .swiper-button-prev {
  color: #FFF;
  width: 10px;
  height: 10px;
  margin-top: 28px;
}
.p-photoFullSliderArrow .swiper-button-next:after,
.p-photoFullSliderArrow .swiper-button-prev:after {
  font-size: 20px;
  display: none;
}
.p-photoFullSliderArrow .swiper-button-next:before,
.p-photoFullSliderArrow .swiper-button-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.p-photoFullSliderArrow .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -12px;
}
.p-photoFullSliderArrow .swiper-button-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: -12px;
}
@media screen and (max-width: 750px) {
  .p-photoFullSliderArrowOuter {
    /* bottom: 50px; */
    /* bottom: 100px; */
    bottom: 50px;
  }
  .case1 .p-photoFullSliderArrowOuter {
    /*
    bottom: 160px;
    */
    /* bottom: 135px; */
    /* bottom: 100px; */
  }
  .p-photoFullSliderArrow {
    bottom: 0px;
    bottom: 100px;
    right: 20px;
    width: 87px;
  }
  .p-photoFullSliderArrowNumOuter {
  }
  .p-photoFullSliderArrowNum {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
  }
  .p-photoFullSliderArrowLine {
    height: 1px;
    width: 40px;
  }
  .p-photoFullSliderArrowLine span {
    width: 10px;
    -webkit-animation: sliderLine 2s infinite;
    animation: sliderLine 2s infinite;
  }
  .p-photoFullSliderArrow .swiper-button-next,
  .p-photoFullSliderArrow .swiper-button-prev {
    width: 10px;
    height: 10px;
    margin-top: 20px;
  }
  .p-photoFullSliderArrow .swiper-button-next:after,
  .p-photoFullSliderArrow .swiper-button-prev:after {
  }
  .p-photoFullSliderArrow .swiper-button-next:before,
  .p-photoFullSliderArrow .swiper-button-prev:before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .p-photoFullSliderArrow .swiper-button-next:before {
    left: -4px;
  }
  .p-photoFullSliderArrow .swiper-button-prev:before {
    right: -4px;
  }
}



@-webkit-keyframes sliderLine {
  0% {
    -webkit-transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(50px, 0);
  }
}
@keyframes sliderLine {
  0% {
    -webkit-transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(50px, 0);
  }
}


.p-photoFullSliderTxtWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /* bottom: 110px; */
  z-index: 100;
}
.p-photoFullSliderTxtBox {

}
.p-photoFullSliderTxtBox + .p-photoFullSliderTxtBox {
  margin-top: 24px;
}
.p-photoFullSliderTxt__tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
}
.p-photoFullSliderTxt__name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  margin-top: 28px;
}
.p-photoFullSliderTxt__name:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  margin: auto;
  background: #FFF;
  width: 1px;
  height: 18px;
}
.p-photoFullSliderTxtBtn {
  margin-top: 35px;
}
.p-photoFullSliderTxtBtn a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 212px;
  height: 54px;
  border: #FFF 1px solid;
  background: rgba(255,255,255,0.2);
  color: #FFF;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-photoFullSliderTxtBtn a span {
  display: inline-block;
  position: relative;
  padding: 0 24px;

}
.p-photoFullSliderTxtBtn a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-photoFullSlider__specOuter {
  position: absolute;
  bottom: 50px;
  /* left: 50px; */
  left: 90px;
  z-index: 110;
}
.p-photoFullSlider__spec {
  text-align: left;
  font-size: 12px;
  line-height: 1.238;
  border-left: #FFF 1px solid;
  padding-left: 9px;
}
.p-photoFullSlider__spec h3 {
  font-size: 14px;
  line-height: 1.415;
  font-weight: 500;
}
.p-photoFullSlider__spec p + h3 {
  margin-top: 10px;
}
@media screen and (max-width: 950px) {
  .p-photoFullSlider__specOuter {
    left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .p-photoFullSliderTxtWrap {
    /* bottom: 157px; */
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .case1 .p-photoFullSliderTxtWrap {
/*
    bottom: 267px;
*/
    /* bottom: 222px; */
  }
  .p-photoFullSliderTxtBox {

  }
  .p-photoFullSliderTxtBox + .p-photoFullSliderTxtBox {
    margin-top: 20px;
  }
  .p-photoFullSliderTxt__tag {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .p-photoFullSliderTxt__name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 22px;
  }
  .p-photoFullSliderTxt__name:before {
    top: -16px;
    width: 1px;
    height: 13px;
  }
  .p-photoFullSliderTxtBtn {
    margin-top: 28px;
  }
  .p-photoFullSliderTxtBtn a {
    max-width: 160px;
    height: 40px;
    border: #FFF 1px solid;
  }
  .p-photoFullSliderTxtBtn a span {
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.4;
  }
  .p-photoFullSliderTxtBtn a span:before {
    width: 6px;
    height: 6px;
  }
  .p-photoFullSlider__specOuter {
    bottom: 125px;
    /* bottom: 75px; */
/*    bottom: 15px; */
    /* left: 5.3vw; */
    left: 45px;
  }
  .p-photoFullSlider__spec {
    font-size: 9px;
    line-height: 1.238;
    padding-left: 8px;
  }
  .p-photoFullSlider__spec h3 {
    font-size: 10px;
    line-height: 1.415;
    font-weight: 500;
  }
  .p-photoFullSlider__spec p + h3 {
    margin-top: 7px;
  }
}



.p-photoFullSliderScroll {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  /* left: 75px; */
  left: 50px;
  color: #FFF;
  /* bottom: 124px; */
  bottom: 140px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
  z-index: 100;
}
.p-photoFullSliderScroll > span {
  width: 3px;
  height: 80px;
  background: #dddddd;
  display: block;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  overflow: hidden;
}
.p-photoFullSliderScroll > span > span {
  width: 3px;
  height: 20px;
  background: #000;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-animation: sdb2 2s infinite;
  animation: sdb2 2s infinite;
}
@media screen and (max-width: 950px) {
  .p-photoFullSliderScroll {
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-photoFullSliderScroll {
    left: 20px;
    /* bottom: 100px; */
    /* bottom: 145px; */
    bottom: 195px;
    font-size: 12px;
  }
  .case1 .p-photoFullSliderScroll {
/*
    bottom: 210px;
*/
    /* bottom: 185px; */
    bottom: 195px;
  }
  .p-photoFullSliderScroll > span {
    width: 1px;
    height: 60px;
    bottom: -70px;
  }
  .p-photoFullSliderScroll > span > span {
    width: 1px;
    height: 15px;
    -webkit-animation: sdb2 2s infinite;
    animation: sdb2 2s infinite;
  }
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 60px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 80px);
  }
}
@keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 80px);
  }
}



.p-floatMenuOuter {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1004;
  display: none;
  max-width: 400px;
  left: 0;
}
.p-floatMenu {
/*
  max-width: 400px;
*/
/*
  padding-right: 80px;
*/
}
.p-floatMenuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  list-style: none;
}
.p-floatMenuList li {
  width: 25%;
}
.p-floatMenuList li:nth-child(1) {
}
.p-floatMenuList li:nth-child(2) {
}
.p-floatMenuList li:nth-child(3) {
}
.p-floatMenuList li:nth-child(4) {
}
a.p-floatMenuList__btn,
.p-floatMenuList__btn {
  cursor: pointer;
  position: relative;
  background-position: top 26px center;
  background-repeat: no-repeat;
  background-size: 39px 32px;
  padding: 61px 0 0 0;
  box-sizing: border-box;
  height: 80px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #FFF;
  transition: all 0.1s ease-out;
  display: block;
}
.p-floatMenuList__btn--reserve {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-reserve.png");
}
.p-floatMenuList__btn--instagram {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-instagram.png");
}
.p-floatMenuList__btn--doctor {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-doctor.png");
}
.p-floatMenuList__btn--access {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-access.png");
}
.p-floatMenuOuter.is-invert .p-floatMenuList__btn {
  color: #000;
}
.p-floatMenuOuter.is-invert .p-floatMenuList__btn--reserve {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-reserve-bl.png");
}
.p-floatMenuOuter.is-invert .p-floatMenuList__btn--instagram {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-instagram-bl.png");
}
.p-floatMenuOuter.is-invert .p-floatMenuList__btn--doctor {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-doctor-bl.png");
}
.p-floatMenuOuter.is-invert .p-floatMenuList__btn--access {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-access-bl.png");
}

.p-floatMenuList__btn:before {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-bottom: 12px solid #dcdcdc;
  opacity: 0;
}
.is-noBal.p-floatMenuList__btn:before {
  display: none;
}
.p-floatMenuList li.is-active .p-floatMenuList__btn:before {
  opacity: 0.9;
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 750px) {
  .p-floatMenuOuter {
    max-width: 300px;
    width: calc(100% - 66px);
  }
  .p-floatMenu {
    max-width: none;
  }
  a.p-floatMenuList__btn,
  .p-floatMenuList__btn {
    background-position: top 7px center;
    background-size: 32px 27px; /* 39px 32px */
    padding: 36px 0 0 0;
    height: 55px;
    font-size: 11px;
    line-height: 1.2;
  }
  .p-floatMenuList__btn--reserve {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-reserve.png");
  }
  .p-floatMenuList__btn--instagram {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-instagram.png");
  }
  .p-floatMenuList__btn--doctor {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-doctor.png");
  }
  .p-floatMenuList__btn--access {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-access.png");
  }
  .p-floatMenuOuter.is-invert .p-floatMenuList__btn ,
  .p-floatMenuOuter.is-invert2 .p-floatMenuList__btn {
    color: #000;
  }
  .p-floatMenuOuter.is-invert .p-floatMenuList__btn--reserve ,
  .p-floatMenuOuter.is-invert2 .p-floatMenuList__btn--reserve {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-reserve-bl.png");
  }
  .p-floatMenuOuter.is-invert .p-floatMenuList__btn--instagram ,
  .p-floatMenuOuter.is-invert2 .p-floatMenuList__btn--instagram {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-instagram-bl.png");
  }
  .p-floatMenuOuter.is-invert .p-floatMenuList__btn--doctor ,
  .p-floatMenuOuter.is-invert2 .p-floatMenuList__btn--doctor {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-doctor-bl.png");
  }
  .p-floatMenuOuter.is-invert .p-floatMenuList__btn--access ,
  .p-floatMenuOuter.is-invert2 .p-floatMenuList__btn--access {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-access-bl.png");
  }

  .p-floatMenuList__btn:before {
    bottom: -10px;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-bottom: 10px solid #dcdcdc;
  }
  .p-floatMenuList li.is-active .p-floatMenuList__btn:before {
    opacity: 0.9;
  }
}

#menuDoctorBK {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.p-floatMenuModal {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 1005;
  display: none;
  color: #000;
}
.p-floatMenuModalCloseBtn {
  position: absolute;
  top: 10px;
  right: 35px;
  font-size: 28px;
  font-weight: 200;
  color: #000;
}
#menuReserve.p-floatMenuModal {
  max-width: 540px;
}
#menuDoctor.p-floatMenuModal {
  max-width: 944px;
}
#menuAccess.p-floatMenuModal {
  max-width: 502px;
}
.p-floatMenuModalInner {
  background: rgba(220,220,220, 0.9);
  margin: 0 20px;
  padding: 25px 0 0 0;
}
.p-floatMenuModalHead {
}
.p-floatMenuModalHead__titleEn {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.p-floatMenuModalHead__titleJp {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}
.p-floatMenuModalHead__titleJp span {
  display: inline-block;
  position: relative;
}
.p-floatMenuModalHead__titleJp span:before ,
.p-floatMenuModalHead__titleJp span:after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 1px;
  background: #333;
  content: '';
  display: block;
}
.p-floatMenuModalHead__titleJp span:before {
  left: -19px;
}
.p-floatMenuModalHead__titleJp span:after {
  right: -19px;
}

@media screen and (max-width: 750px) {
  .p-floatMenuModal {
    top: 65px;
  }
  .p-floatMenuModalCloseBtn {
    top: 10px;
    right: 10px;
    font-size: 32px;
  }
  #menuReserve.p-floatMenuModal {
    max-width: 540px;
  }
  #menuDoctor.p-floatMenuModal {
    max-width: 944px;
  }
  #menuAccess.p-floatMenuModal {
    max-width: 502px;
  }
  .p-floatMenuModalInner {
    margin: 0 0;
    padding: 15px 0 0 0;
  }
  .p-floatMenuModalHead {
  }
  .p-floatMenuModalHead__titleEn {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
  }
  .p-floatMenuModalHead__titleJp {
    font-size: 11px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 5px;
  }
  .p-floatMenuModalHead__titleJp span {
    display: inline-block;
    position: relative;
  }
  .p-floatMenuModalHead__titleJp span:before ,
  .p-floatMenuModalHead__titleJp span:after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 1px;
    background: #333;
    content: '';
    display: block;
  }
  .p-floatMenuModalHead__titleJp span:before {
    left: -19px;
  }
  .p-floatMenuModalHead__titleJp span:after {
    right: -19px;
  }
}


.p-floatMenuReserve {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  margin-top: 15px;
  padding: 0 0 20px 0;
}
.p-floatMenuReserve__item {
  width: 33.33%;
}
.p-floatMenuReserve__item a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  height: 70px;
  box-sizing: border-box;
  padding: 42px 0 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 60px 38px;
}
.p-floatMenuReserve__item.is-web a {
  background-image: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-floatMenu-mail.png);
}
.p-floatMenuReserve__item.is-line a {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-floatMenu-comment.png");
}
.p-floatMenuReserve__item.is-tel a {
  background-image: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-floatMenu-tel.png);
}
@media screen and (max-width: 750px) {
  .p-floatMenuReserve {
    margin-top: 10px;
    padding: 0 15px 15px 15px;
  }
  .p-floatMenuReserve__item a {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
    height: 57px;
    padding: 38px 0 0 0;
    background-size: 48px 31px; /* 60px 38 */
  }
  .p-floatMenuReserve__item.is-web a {
    background-image: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-floatMenu-mail.png);
  }
  .p-floatMenuReserve__item.is-line a {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-floatMenu-comment.png");
  }
  .p-floatMenuReserve__item.is-tel a {
    background-image: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-floatMenu-tel.png);
  }
}

.p-floatMenuDoctorOuter {
  height: calc(61vh - 96px);
  overflow-y: scroll;
}
.p-floatMenuDoctor {
  padding: 0 30px 80px 30px;
}
.p-floatMenuDoctorInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-floatMenuDoctor__item {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  padding: 19px 0;
  width: 400px;
}
.p-floatMenuDoctor__itemPhoto {
  width: 120px;
  margin-right: 30px;
}
.p-floatMenuDoctor__itemDetail {
  text-align: left;
  width: calc(100% - 150px);
}
.p-floatMenuDoctor__itemDetailName {
  margin-bottom: 12px;
}
.p-floatMenuDoctor__itemDetailName01 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
}
.p-floatMenuDoctor__itemDetailName02 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  display: inline-block;
}
.p-floatMenuDoctor__itemBtnInsta ,
.p-floatMenuDoctor__itemBtnLink {
  width: 220px;
}
.p-floatMenuDoctor__itemBtnInsta a ,
.p-floatMenuDoctor__itemBtnLink a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: #FFF;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.p-floatMenuDoctor__itemBtnInsta a {
  background: rgb(228,34,60);
  background: -moz-linear-gradient(left, rgba(228,34,60,1) 0%, rgba(192,0,158,1) 100%);
  background: -webkit-linear-gradient(left, rgba(228,34,60,1) 0%,rgba(192,0,158,1) 100%);
  background: linear-gradient(to right, rgba(228,34,60,1) 0%,rgba(192,0,158,1) 100%);
  font-family: 'Montserrat', sans-serif;
}
.p-floatMenuDoctor__itemBtnInsta a span {
  display: inline-block;
  position: relative;
  padding-left: 29px;
}
.p-floatMenuDoctor__itemBtnInsta a span:before {
  content: '';
  display: block;
  background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-btn-insta.png") no-repeat center center;
  background-size: 21px 21px;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-floatMenuDoctor__itemBtnLink {
  margin-top: 8px;
}
.p-floatMenuDoctor__itemBtnLink a {
  background: #000;
}
@media screen and (max-width: 899px) {
  .p-floatMenuDoctorOuter {
    height: calc(100vh - 169px) !important;
  }
}
@media screen and (max-width: 750px) {
  .p-floatMenuDoctorOuter {
    height: calc(86vh - 119px) !important;
  }
  .p-floatMenuDoctor {
    padding: 0 5.3vw 10px 5.3vw;
    padding-bottom: 70px;
  }
  .p-floatMenuDoctorInner {
  }
  .p-floatMenuDoctor__item {
    padding: 19px 0;
    width: 100%;
  }
  .p-floatMenuDoctor__item + .p-floatMenuDoctor__item {
    border-top: #989898 1px solid;
  }
  .p-floatMenuDoctor__itemPhoto {
    width: 100px;
    margin-right: 14px;
  }
  .p-floatMenuDoctor__itemDetail {
    width: calc(100% - 114px);
  }
  .p-floatMenuDoctor__itemDetailName {
    margin-bottom: 12px;
  }
  .p-floatMenuDoctor__itemDetailName01 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    margin-right: 10px;
  }
  .p-floatMenuDoctor__itemDetailName02 {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 300;
  }
  .p-floatMenuDoctor__itemBtnInsta ,
  .p-floatMenuDoctor__itemBtnLink {
    width: 170px;
  }
  .p-floatMenuDoctor__itemBtnInsta a ,
  .p-floatMenuDoctor__itemBtnLink a {
    height: 28px;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 14px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
  }
  .p-floatMenuDoctor__itemBtnInsta a {
  }
  .p-floatMenuDoctor__itemBtnInsta a span {
    padding-left: 22px;
  }
  .p-floatMenuDoctor__itemBtnInsta a span:before {
    background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-btn-insta.png") no-repeat center center;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
  }
  .p-floatMenuDoctor__itemBtnLink {
    margin-top: 8px;
  }
  .p-floatMenuDoctor__itemBtnLink a {
    background: #000;
  }
}

.p-floatMenuAccess {
  padding: 0 15px 30px 15px;
}
.p-floatMenuAccessInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-floatMenuAccess__item {
  margin: 0 15px;
}
.p-floatMenuAccess__itemName {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 36px;
}
.p-floatMenuAccess__itemName:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom:-15px;
}
.p-floatMenuAccess__itemPhoto {
  max-width: 167px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media screen and (max-width: 750px) {
  .p-floatMenuAccess {
    padding: 0 0px 30px 0px;
  }
  .p-floatMenuAccessInner {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-floatMenuAccess__item {
    margin: 0 23px;
    max-width: 124px;
  }
  .p-floatMenuAccess__itemName {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 36px;
  }
  .p-floatMenuAccess__itemName:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom:-15px;
  }
  .p-floatMenuAccess__itemPhoto {
    max-width: 167px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
}


.p-caseListOuter {
  position: relative;
  padding: 105px 0 0 0;
}
.p-caseListFrameBk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100% !important;
}
.p-caseListFrameBk:before ,
.p-caseListFrameBk:after {
  content: '';
  width: 50%;
  height: 100vh;
  position: fixed;
/*
  position: absolute;
*/
  bottom: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-caseListOuter.is-fixed .p-caseListFrameBk:before ,
.p-caseListOuter.is-fixed .p-caseListFrameBk:after {
  position: fixed;
}
.p-caseListOuter .p-caseListFrameBk:before {
  left: 0;
}
.p-caseListOuter .p-caseListFrameBk:after {
  right: 0;
}
.p-caseListOuter .p-caseListOuter--maibotsu {
  
}
.p-caseListOuter.p-caseListOuter--maibotsu .p-caseListFrameBk:before {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/bg-photo01.jpg");
}
.p-caseListOuter.p-caseListOuter--maibotsu .p-caseListFrameBk:after {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/bg-photo02.jpg");
}

.p-caseList__headTitle {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  font-weight: 300;
  margin-bottom: 17px;
}
.p-caseListFrame {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
.p-caseList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 74px;
}
.p-caseList li {
  width: 22.27%;
  margin-left: 3.64%;
}
.p-caseList li:nth-child(4n + 1) {
  margin-left: 0;
}
.p-caseList li:nth-child(n + 5) {
  margin-top: 39px;
}
.p-caseList li a {
  display: block;
  position: relative;
}
.p-caseList__btn {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 122px;
  color: #FFF;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 34px;
  border: #FFF 2px solid;
}
.p-caseList__btn span {
  display: inline-block;
  position: relative;
}
.p-caseList__btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-caseSubList {
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  padding: 10px;
}
.p-caseSubList dt {
  font-weight: 600;
}
.p-caseSubList dd {
  font-weight: 200;
}
.p-caseSubList dd + dt {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .p-caseListOuter {
    padding: 105px 0 0 0;
  }
  .p-caseListOuter .p-caseListOuter--maibotsu {

  }
  .p-caseListOuter.p-caseListOuter--maibotsu .p-caseListFrameBk:before {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/bg-photo01.jpg");
  }
  .p-caseListOuter.p-caseListOuter--maibotsu .p-caseListFrameBk:after {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/bg-photo02.jpg");
  }

  .p-caseList__headTitle {
    font-size: 25px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 5.33vw;
    font-weight: 300;
  }
  .p-caseListFrame {
    padding: 0 5.33vw;
  }
  .p-caseList {
    padding-bottom: 100px;
  }
  .p-caseList li {
    width: 30%;
    margin-left: 5%;
  }
  .p-caseList li:nth-child(4n + 1) {
    margin-left: 5%;
  }
  .p-caseList li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-caseList li:nth-child(n + 4) {
    margin-top: 25px;
  }
  .p-caseList li a {
  }
  .p-caseList__btn {
    max-width: 110px;
    height: 30px;
    border: #FFF 1px solid;
  }
  .p-caseList__btn span:before {
    left: -14px;
    width: 6px;
    height: 6px;
  }
  .p-caseSubList {
    font-size: 10px;
    padding: 10px 8px;
  }
  .p-caseSubList dd + dt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-caseList li {
    width: 47%;
    margin-left: 6%;
  }
  .p-caseList li:nth-child(4n + 1) {
    margin-left: 6%;
  }
  .p-caseList li:nth-child(3n + 1) {
    margin-left: 6%;
  }
  .p-caseList li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-caseList li:nth-child(n + 3) {
    margin-top: 25px;
  }
}



/* 施術症例詳細 */

.p-caseSingleMainCombining ,
.p-caseSingleMain {
  height: 100vh;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  position: relative;
}
.p-caseSingleMain__photo {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.p-caseSingleMain .p-caseSingleMain__photo img {
  position:absolute;
  width:calc(100% + 2px);
  height:auto;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  max-width: none;
}
.p-caseSingleMain.is-vertical .p-caseSingleMain__photo img {
  width:auto;
  height:100%;
}
.p-caseSingleMainCombining .p-caseSingleMain__photo img {
  position:absolute;
  width:200%;
  height:auto;
  top:50%;
  left:50%;
  max-width: none;
}
.p-caseSingleMainCombining.is-vertical .p-caseSingleMain__photo img {
  width:auto;
  height:100%;
}
.p-caseSingleMainCombining .p-caseSingleMain__photo:nth-child(1) img {
  transform:translate(-25%,-50%);
}
.p-caseSingleMainCombining .p-caseSingleMain__photo:nth-child(2) img {
  transform:translate(-75%,-50%);
}


.p-caseSingleMainTxtWrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 196px;
  z-index: 100;
}
.p-caseSingleMainTxtBox {

}
.p-caseSingleMainTxtBox + .p-caseSingleMainTxtBox {
  margin-top: 24px;
}
.p-caseSingleMainTxt__tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
}
.p-caseSingleMainTxt__name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  margin-top: 28px;
}
.p-caseSingleMainTxt__name:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  margin: auto;
  background: #FFF;
  width: 1px;
  height: 18px;
}

.p-caseSingleMain__otherLink {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 110;
}
.p-caseSingleMain__otherLink a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  color: #FFF;
  width: 100px;
  padding: 70px 0 80px 0;
  background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/icon-other.png") no-repeat center top;
  background-size: 60px 58px;
  text-align: center;
}
.p-caseSingleMain__otherLink.is-invert a {
  background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/icon-other-bl.png") no-repeat center top;
  background-size: 60px 58px;
  color: #000;
}

.p-caseSingleMain__specOuter {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 110;
}
.p-caseSingleMain__spec {
  text-align: left;
  font-size: 12px;
  line-height: 1.238;
  border-left: #FFF 1px solid;
  padding-left: 9px;
}
.p-caseSingleMain__spec h3 {
  font-size: 14px;
  line-height: 1.415;
  font-weight: 500;
}
.p-caseSingleMain__spec p + h3 {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .p-caseSingleMain {
/*
    height: 100vh;
*/
  }
  .p-caseSingleMain__photo {
  }
  .p-caseSingleMainTxtWrap {
/*    bottom: 220px; */
    bottom: 330px;
  }
  .p-caseSingleMainTxtBox {

  }
  .p-caseSingleMainTxtBox + .p-caseSingleMainTxtBox {
    margin-top: 20px;
  }
  .p-caseSingleMainTxt__tag {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .p-caseSingleMainTxt__name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 22px;
  }
  .p-caseSingleMainTxt__name:before {
    top: -16px;
    width: 1px;
    height: 13px;
  }

  .p-caseSingleMain__otherLink {
    bottom: 80px;
    right: 5.3vw;
  }
  .p-caseSingleMain__otherLink a {
    font-size: 10px;
    line-height: 1.3;
    width: 74px;
    padding: 52px 0 0 0;
    background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/icon-other.png") no-repeat center top;
    background-size: 46px 44px;
  }
  .p-caseSingleMain__otherLink.is-invert a {
    background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/icon-other-bl.png") no-repeat center top;
    background-size: 46px 44px;
  }

  .p-caseSingleMain__specOuter {
    bottom: 125px;
/*    bottom: 15px; */
    left: 5.3vw;
  }
  .p-caseSingleMain__spec {
    font-size: 9px;
    line-height: 1.238;
    padding-left: 8px;
  }
  .p-caseSingleMain__spec h3 {
    font-size: 10px;
    line-height: 1.415;
    font-weight: 500;
  }
  .p-caseSingleMain__spec p + h3 {
    margin-top: 7px;
  }

}

.c-ctnBtnBlock {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}
.c-ctnBtnBlock.is-visible {
  opacity: 1;
}
.c-ctnBtn {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff88;
}

a.c-ctaBtnAnc {
  font-size: min(4.8vw, 36px);
  font-weight: 400;
  width: min(81.86vw, 614px);
  height: min(17.06vw, 128px);
  border-radius: min(8.53vw, 64px);
  background-color: #ec967a;
  background-color: #66b8a6;
  color: #fff;
  display: flex;
  align-items: center;
  padding: min(2.66vw, 20px) min(8vw, 60px);
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* a.c-ctaBtn.c-ctaBtn--reserve,
a.c-ctaBtn.c-ctaBtn--line {
  justify-content: center;
} */
a.c-ctaBtnAnc.c-ctaBtnAnc--reserve {
  /* このボタンの大きさは固定（非可変）とする */
  /* background-color: #483424; */
  background-color: #66b8a6;
  height: 70px;
  padding: 20px 35px;
  font-size: min(4vw, 30px);
  justify-content: center;
  box-sizing: border-box;
}
a.c-ctaBtnAnc.c-ctaBtnAnc--line {
  background-color: #15bc06;
}
a.c-ctaBtnAnc::after {
  position: absolute;
  content: '';
	width: 15px;
	height: 15px;
  right: 40px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  background-position: center;
  background-size: contain;
}
/* a.c-ctaBtn.c-ctaBtn--reserve::after,
a.c-ctaBtn.c-ctaBtn--line::after {
  background-image: url('../images/btn_arrow_off_color.png');
} */
a.ctaBtnAnc.c-ctaBtnAnc--reserve::after {
  width: min(5.06vw, 38px);
  height: min(3.46vw, 26px);
}

@media screen and (max-width: 750px) {
  a.c-ctaBtnAnc.c-ctaBtnAnc--reserve {
    /* このボタンの大きさは固定（非可変）とする */
    height: 50px;
    font-size: 20px;
    padding: 6px 35px;
    justify-content: center;
  }
  .c-ctnBtn {
    height: 70px;
  }

  a.c-ctaBtnAnc::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 500px) {
  /* このボタンの大きさは固定（非可変）とする */
  a.c-ctaBtnAnc.c-ctaBtnAnc--reserve {
    justify-content: flex-start;
    font-size: min(4.8vw, 36px);
  }

}


.p-caseSingleGallery {
  height: 100vh;
/*	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  position: relative;*/
  position: relative;
}
.p-caseSingleGallery__item {
}
.p-caseSingleGallery__itemPhoto {
  width: 50%;
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.p-caseSingleGallery__itemPhoto span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  border-bottom: #FFF 1px solid;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.p-caseSingleGallery__item01 .p-caseSingleGallery__itemPhoto:nth-of-type(1) {
  top: 0;
  left: 0;
}
.p-caseSingleGallery__item01 .p-caseSingleGallery__itemPhoto:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.p-caseSingleGallery__item02 .p-caseSingleGallery__itemPhoto:nth-of-type(1) {
  top: 0;
  right: 0;
}
.p-caseSingleGallery__item02 .p-caseSingleGallery__itemPhoto:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {

  .p-caseSingleGallery {
/*
    height: 100vh;
*/
    display : block;
  }
  .p-caseSingleGallery__item {
    width: 100%;
  }
  .p-caseSingleGallery__itemPhoto {
    width: 100%;
    height: 25%;
  }
  .p-caseSingleGallery__itemPhoto span {
    bottom: 10px;
    left: 5.3vw;
    font-size: 16px;
    line-height: 1.4;
  }
  .p-caseSingleGallery__item01 .p-caseSingleGallery__itemPhoto:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .p-caseSingleGallery__item01 .p-caseSingleGallery__itemPhoto:nth-of-type(2) {
    bottom: auto;
    top: 25%;
    left: 0;
  }
  .p-caseSingleGallery__item02 .p-caseSingleGallery__itemPhoto:nth-of-type(1) {
    top: 50%;
    right: 0;
  }
  .p-caseSingleGallery__item02 .p-caseSingleGallery__itemPhoto:nth-of-type(2) {
    bottom: 0;
    right: 0;
  }
}












/* ↓↓↓小林編集領域↓↓↓ */
.c-sec {
  /* padding-top: 100px; */
  padding: 100px 0;
}
.c-secHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: .8;
  text-align: left;
}
.c-secHeading.c-secHeading--floatedPcOnly {
  position: absolute;
  top: 0;
  left: 0;
}
.c-secHeading.c-secHeading--hasDescription {
  position: relative;
}
.c-secHeading__sub {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.625;
  padding: 0 0 3px 3em;
  position: relative;
}
.c-secHeading__sub::before {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  bottom: 14px;
  left: 16px;
  width: 20px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.c-secSubHeading {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.538;
  text-align: left;
}
.c-monitorBanner {
  margin: 0 auto;
}
.c-monitorBannerAnc {
  opacity: 1;
}
.c-monitorBannerAnc:hover {
  opacity: .8;
}
.c-monitorBannerAnnotation {
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .c-sec {
    /* padding-top: 85px; */
    padding: 85px 0 0;
  }
  .c-secHeading {
    display: block;
    font-size: 45px;
    line-height: .7;
  }
  .c-secHeading.c-secHeading--addPaddingSidePcOnly {
    padding: 0 20px;
  }
  .c-secHeading.c-secHeading--floatedPcOnly {
    position: static;
  }
  .c-secHeading__sub {
    font-size: 12px;
    padding: 0 0 0 2em;
  }
  .c-secHeading__sub::before {
    bottom: 9px;
    left: 0;
  }
  .c-secSubHeading {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .c-monitorBannerAnnotation {
    margin-top: 15px;
  }
}


/* ↓↓↓ top ↓↓↓ */
.p-topMainOuter {
  background: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/top/main_bg.jpg) no-repeat center center;
  background-size: cover;
}
.p-topMain {
/*
  width: 100%;
  height: 100vh;
*/
}
.p-topMainInner {
  position: relative;
}
.p-topMainTitle {
  position: absolute;
  top: 30vh;
  right: 0;
  margin: auto;
}
.p-topMainTitleTxt {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin: 74px auto 0;
  position: relative;
}
.p-topMainTitleTxt::before {
  position: absolute;
  content: '';
  border-top: 1px solid #fff;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
}
@media screen and (max-width: 750px) {
  .p-topMain {
    background: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/top/main_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  .p-topMainTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    top: 65vh;
    right: 0;
    left: 0;
    margin: auto;
  }
  .p-topMainLogo  {
    width: 50%;
  }
  .p-topMainTitleTxt {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin: 0 auto;
    position: relative;
    width: 50%;
  }
  .p-topMainTitleTxt::before {
    position: static;
    content: '';
    border-top: 1px solid #fff;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
  }
}

/* MENU */
.p-topFirstMenuOuter {
  background: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/top/menu01_bg.jpg) no-repeat center center;
  background-size: cover;
}
.p-topFirstMenu {
/*
  width: 100%;
  height: 100vh;
*/
}
.p-topSecondMenuOuter {
  background: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/top/menu02_bg.jpg) no-repeat center center;
  background-size: cover;
}
.p-topSecondMenu {
/*
  width: 100%;
  height: 100vh;
*/
}
.p-topMenuInner {
  text-align: left;
  width: 353px;
  box-sizing: border-box;
}
.p-topFirstMenu .p-topMenuInner {
  padding: 100px 0 0 51px;
}
.p-topSecondMenu .p-topMenuInner {
  margin: 0 0 0 auto;
  padding: 100px 51px 0 0;
}
.p-topMenuHeading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: .8;
}
.p-topMenuHeadingSubTxt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.666;
  margin: 5px auto 51px;
}
.p-topMenuSubHeading {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3335;
  border-left: 4px solid #000;
  padding-left: .5em;
  margin-bottom: 40px;
}
.p-topMenuItem + .p-topMenuItem {
  margin-top: 20px;
}
.p-topMenuItemLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #000;
  color: #fff !important;
  width: 353px;
  height: 107px;
  padding: 20px;
  box-sizing: border-box;

  position: relative;
  text-decoration: none;
}
.p-topMenuItemLinkAnc::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";

  right: 15px;
  width: 21px;
  height: 21px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-topMenuItemLinkLabel {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.p-topMenuItemLinkTxt {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.666;
}
@media screen and (max-width: 750px) {
  .p-topFirstMenuOuter {
    background: none;
  }
  .p-topSecondMenuOuter {
    background: none;
  }
  .p-topFirstMenu {
    background: none;
  }
  .p-topSecondMenu {
    background: none;
  }
  .p-topMenuInner {
    text-align: left;
    max-width: none;
    margin: 0 auto;
  }
  .p-topFirstMenu .p-topMenuInner {
    padding: 100px 0;
    width: 100%;
  }
  .p-topSecondMenu .p-topMenuInner {
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
  }
  .p-topMenuHeading {
    color: #545454;
    font-size: 45px;
    line-height: .8;
    text-align: center;
  }
  .p-topMenuHeadingSubTxt {
    color: #545454;
    font-size: 12px;
    margin: 18px auto 35px;
    text-align: center;
  }
  .p-topMenuSubHeading {
    font-size: 15px;
    border-left: 3px solid #000;
    margin-bottom: 38px;
  }
  .p-topMenuItem + .p-topMenuItem {
    margin-top: 30px;
  }
  .p-topMenuItemLinkAnc {
    width: 100%;
    height: 107px;
    padding: 20px;
    box-sizing: border-box;
  
    position: relative;
    text-decoration: none;
  }
  .p-topMenuItemLinkAnc::before {
    width: 16px;
    height: 16px;
  }
  .p-topMenuItemLinkLabel {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .p-topMenuItemLinkTxt {
    font-size: 11px;
    line-height: 1.727;
  }
}
@media screen and (max-width: 400px) {
  .p-topMenuInner {
    max-width: 100%;
  }
}
/* Doctor */
.p-topDoctor {

}
.p-topSecHeading {
  color: #545454;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: .8;
  text-align: center;
  margin: 0 auto 40px;
}
.p-topSecHeading__sub {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
.p-topDoctorContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}
.p-topDoctorContents__doctor,
.p-topDoctorContents__casePhoto {
  width: 50%;
}
.p-topDoctorContentsDoctorImage {
  width: 72.728%;
  position: relative;
}
.p-topDoctorContentsTxtWrap {
  color: #000;
  font-weight: 300;
  text-align: left;
  position: absolute;
  right: -27%;
  bottom: 50px;
}
.p-topDoctorContentsDoctorTitle {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.p-topDoctorContentsDoctorName {
  font-size: 30px;
  line-height: 1.383;
  margin-bottom: 2px;
}
.p-topDoctorContentsDoctorNameEng {
  font-size: 14px;
  line-height: 1.905;
  margin-bottom: 24px;
}
.p-topDoctorContentsInstaLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #ed0016; /* Old browsers */
  background: -moz-linear-gradient(left,  #ed0016 0%, #bd00a7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ed0016 0%,#bd00a7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ed0016 0%,#bd00a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 198px;
  height: 37px;
  border-radius: 18.5px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: .7;
  box-shadow: 1px 1px 14px -3px #343434;
}
.p-topDoctorContentsInstaLinkAnc:hover {
  opacity: .8;
}
.p-topDoctorContentsInstaLinkAncIcon {
  margin-right: 7px;
  width: 21px;
}
.p-topDoctorContentsCasePhotoHeading {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.663;
  position: relative;
  margin: 0 auto 42px;
}
.p-topDoctorContentsCasePhotoHeading::before {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  width: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.p-topDoctorContentsCasePhotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 89%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.p-topDoctorContentsCasePhoto {
  width: 30.613%;
  margin-right: 4.0805%;
  margin-bottom: 20px;
}
.p-topDoctorContentsCasePhoto:nth-child(3n) {
  margin-right: 0;
}
.p-topDoctorContentsCasePhoto a {
  display: block;
  position: relative;
}
.p-topDoctorContentsCasePhotoLink {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 122px;
  color: #FFF;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 34px;
  border: #FFF 2px solid;
}
.p-topDoctorContentsCasePhotoLink span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.p-topDoctorContentsCasePhotoLink span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .p-topDoctorContentsCasePhotoLink {
    max-width: 94%;
  }
  .p-topDoctorContentsCasePhotoLink span {
    font-size: 12px;
  }
  .p-topDoctorContentsTxtWrap {
    right: -35%;
    bottom: 20px;
  }
}
@media screen and (max-width: 875px) {
  .p-topDoctorContents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto;
  }
  .p-topDoctorContents__doctor,
  .p-topDoctorContents__casePhoto {
    width: 100%;
  }
  .p-topDoctorContents__doctor {
    margin-bottom: 58px;
  }
  .p-topDoctorContentsTxtWrap {
    right: -27%;
    bottom: 50px;
  }
  .p-topDoctorContentsCasePhotoLink {
    max-width: 122px;
  }
  .p-topDoctorContentsCasePhotoLink span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .p-topDoctor {

  }
  .p-topSecHeading {
    font-size: 45px;
    line-height: .7;
    text-align: center;
    margin: 0 auto 15px;
  }
  .p-topSecHeading__sub {
    font-size: 12px;
  }
  .p-topDoctorContents {
    max-width: 100%;
  }
  .p-topDoctorContents__doctor {
    margin-bottom: 30px;
  }
  .p-topDoctorContentsDoctorImage {
    width: 61.333%;
  }
  .p-topDoctorContentsTxtWrap {
    right: -30%;
    bottom: 45px;
  }
  .p-topDoctorContentsDoctorTitle {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .p-topDoctorContentsDoctorName {
    font-size: 23px;
    line-height: 1.383;
    margin-bottom: 2px;
  }
  .p-topDoctorContentsDoctorNameEng {
    font-size: 11px;
    line-height: 1.905;
    margin-bottom: 20px;
  }
  .p-topDoctorContentsInstaLinkAnc {
    width: 149px;
    height: 28px;
    border-radius: 14px;
    font-size: 11px;
    box-shadow: 1px 1px 14px -4px #343434;
  }
  .p-topDoctorContentsInstaLinkAncIcon {
    margin-right: 5px;
    width: 18px;
  }
  .p-topDoctorContentsCasePhotoHeading {
    font-size: 13px;
    margin: 0 auto 32px;
  }
  .p-topDoctorContentsCasePhotoHeading::before {
    width: 25px;
    bottom: -15px;
  }
  .p-topDoctorContents__casePhoto {
    padding: 0 5.33vw;
    box-sizing: border-box;
  }
  .p-topDoctorContentsCasePhotos {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .p-topDoctorContentsCasePhoto {
    width: 31.344%;
    margin-right: 2.984%;
    margin-bottom: 10px;
  }
  .p-topDoctorContentsCasePhotoLink {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 89px;
    color: #FFF;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 34px;
    border: #FFF 2px solid;
  }
  .p-topDoctorContentsCasePhotoLink span {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
  }
  .p-topDoctorContentsCasePhotoLink span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 450px) {
  .p-topDoctorContentsTxtWrap {
    right: -54%;
    bottom: 45px;
  }
}

.p-topDoctorContentsCasePhotoFullSliderArrowOuter {
  /* max-width: 1204px; */
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.p-topDoctorContentsCasePhotoFullSliderArrow {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 115px;
  z-index: 100;
}
.p-topDoctorContentsCasePhotoFullSliderArrowNumOuter {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-topDoctorContentsCasePhotoFullSliderArrowNum {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
.p-topDoctorContentsCasePhotoFullSliderArrowLine {
  height: 3px;
  width: 50px;
  background: #939393;
  position: relative;
  overflow: hidden;
}
.p-topDoctorContentsCasePhotoFullSliderArrowLine span {
  background: #000;
  display: block;
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sliderLine 2s infinite;
  animation: sliderLine 2s infinite;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next,
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev {
  color: #000;
  width: 10px;
  height: 10px;
  margin-top: 28px;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:after,
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:after {
  font-size: 20px;
  display: none;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before,
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -12px;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: -12px;
}
@media screen and (max-width: 750px) {
  .p-topDoctorContentsCasePhotoFullSliderArrowOuter {
    bottom: 50px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow {
    bottom: 0px;
    right: 20px;
    width: 87px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowNumOuter {
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowNum {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowLine {
    height: 1px;
    width: 40px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowLine span {
    width: 10px;
    -webkit-animation: sliderLine 2s infinite;
    animation: sliderLine 2s infinite;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next,
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev {
    width: 10px;
    height: 10px;
    margin-top: 20px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:after,
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:after {
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before,
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before {
    left: -4px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
    right: -4px;
  }
}

/* ↑↑↑ top ↑↑↑ */
/* Doctor */
.p-doctor {
  box-sizing: border-box;
  position: relative;
}
.p-doctorInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 32px;
  box-sizing: border-box;
}
.p-doctorInner__main {
  width: 44.45%;
  padding-top: 78px;
  position: relative;
  z-index: 11;
}
.p-doctorImage {
  width: 67%;
  text-align: left;
}
.p-doctorImage img {
  box-shadow: 70px 30px #efeaea;
}
.p-doctorInfo {
  position: absolute;
  right: -14%;
  bottom: 0px;
  color: #000;
  text-align: left;
}
.p-doctorInner__main.p-doctorInner__main--wada .p-doctorInfo {
  bottom: -60px;
}
.p-doctorInfo__item {
  position: relative;
  z-index: 10;
}
.p-doctorInfo__item + .p-doctorInfo__item {
  margin-top: 30px;
}
.p-doctorInfoItemLabel {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 14px;
}
.p-doctorInfoItemLabelInner {
  display: inline-block;
  background: #000;
  padding: .5em 1em .6em;
}
.p-doctorInfoItemName {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.38;
  margin-bottom: 20px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.p-doctorInfoItemJob,
.p-doctorInfoItemAcademicSocietyList {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.p-doctorInfoItemLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #ed0016; /* Old browsers */
  background: -moz-linear-gradient(left,  #ed0016 0%, #bd00a7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ed0016 0%,#bd00a7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ed0016 0%,#bd00a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 165px;
  height: 37px;
  border-radius: 18.33px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: .7;
  box-shadow: 1px 1px 14px -3px #343434;
}
.p-doctorInfoItemLinkAnc.p-doctorInfoItemLinkAnc--oyama {
  width: 210px;
}
.p-doctorInfoItemLinkAnc:hover {
  opacity: .8;
}
.p-doctorInfoItemLinkAncIcon {
  margin-right: 7px;
  width: 21px;
}
/* .p-doctorInfoItemLinkAnc::before {
  content: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/doctor/icon_insta.png);
  padding-right: 7px;
  vertical-align: middle;
} */
.p-doctorInner__sub {
  width: 55.55%;
  z-index: 10;
}
.p-doctorImageSubImage {
  width: 70%;
}
.p-doctorImageSubImage.p-doctorImageSubImage--alignLeft {
  margin: 0 auto 0 0;
}
.p-doctorImageSubImage.p-doctorImageSubImage--alignRight {
  margin: 37px 0 0 auto;
}

.p-doctorImageSubImage.p-doctorImageSubImage--hasLabel {
  position: relative;
}
.p-doctorImageSubLabel {
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  right: -190px;
  bottom: 40%;
  width: 169px;
  text-align: center;
  padding: .3em 1em .4em;
  background: #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .p-doctorImageSubLabel {
    font-size: 16px;
    right: -140px;
    width: 130px;
  }
  .p-doctorInfo {
    right: -24%;
  }
}
@media screen and (max-width: 750px) {
  .p-doctor {
  }
  .p-doctorInner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
  }
  .p-doctorInner__main {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .p-doctorInner__main.p-doctorInner__main--wada {
    margin-bottom: 80px;
   }
  .p-doctorImage {
    width: 61.33%;
    text-align: left;
  }
  .p-doctorImage img {
    box-shadow: none;
  }
  .p-doctorInfo {
/*
    right: 11%;
*/
    right: 0;
    width: 48.2%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  .p-doctorInner__main.p-doctorInner__main--wada .p-doctorInfo {
    top: 20px;
    bottom: auto;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .p-doctorInfo__item + .p-doctorInfo__item {
    margin-top: 25px;
  }
  .p-doctorInfoItemLabel {
    font-size: 11px;
    margin-bottom: 14px;
  }
  .p-doctorInfoItemLabelInner {
    padding: .5em 1em .6em;
  }
  .p-doctorInfoItemName {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .p-doctorInfoItemJob,
  .p-doctorInfoItemAcademicSocietyList {
    font-size: 11px;
  }
  .p-doctorInfoItemLink {
    display: inline-block;
  }
  .p-doctorInfoItemLinkAnc {
    min-width: 120px;
    width: 100%;
    padding: 0 10px;
    height: 27.5px;
    border-radius: 13.75px;
    font-size: 11px;
    line-height: .7;
    box-shadow: 1px 1px 14px -4px #343434;
    box-sizing: border-box;
  }
  .p-doctorInfoItemLinkAnc.p-doctorInfoItemLinkAnc--oyama {
    width: 100%;
    padding: 0 15px;
    font-size: 10px;
  }
  .p-doctorInfoItemLinkAncIcon {
    margin-right: 5px;
    width: 16px;
  }
  /* .p-doctorInfoItemLinkAnc::before {
    content: url(/eye/menu/wp/wp-content/themes/iseamenu/assets/images/doctor/icon_insta.png);
    padding-right: 7px;
    vertical-align: middle;
  } */
  .p-doctorInner__sub {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-doctorImageSubImage {
    width: 50%;
  }
  .p-doctorImageSubImage.p-doctorImageSubImage--alignLeft {
    margin: 0 auto;
  }
  .p-doctorImageSubImage.p-doctorImageSubImage--alignRight {
    margin: 0 auto;
  }
  .p-doctorImageSubImage + .p-doctorImageSubImage {
    margin-left: 20px;
  }
  .p-doctorImageSubLabel {
    display: none;
  }
}
/* plan */
.p-planOuter {
  /*
    overflow: hidden;
  */
    position: relative;
  }
  .p-planWrap {
    box-sizing: content-box;
  }
  .p-plan {
    box-sizing: border-box;
  }
  .p-planInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
  }
  .p-planInner__main {
    width: 40.81%;
    color: #000;
  }
  .p-planTitle {
    height: 104px;
    box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.2);
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
    margin-top: 38px;
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-planTitle__sub {
    font-size: 20px;
    width: 100%;
    line-height: 1.667;
  }
  .p-planPrice {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    position: relative;
    margin-bottom: 40px;
  }
  .p-planPrice::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    width: 30px;
    left: 0;
    bottom: -23px;
  }
  .p-planTxt {
    font-size: 16px;
    font-weight: 200;
    line-height: 2;
    text-align: left;
  }
  .p-planTxt + .p-planTxt {
    margin-top: 20px;
  }
  .p-planList {
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .p-planList dt {
    font-weight: 700;
  }
  .p-planList dd + dt {
    margin-top: 20px;
  }
  .p-planList dd {
    font-weight: 200;
  }
  .p-planAdditional {
    margin: 30px auto 0;
    text-align: left;
  }
  .p-planAdditionalTreatment {
    font-size: 28px;
    line-height: 1.6;
  }
  .p-planAdditionalPrice {
    font-size: 24px;
    line-height: 1;
    margin: 15px auto 15px;
  }
  .p-planAdditionalTxt {
    font-size: 16px;
    font-weight: 200;
    line-height: 2;
  }
  .p-planInner__sub {
    width: 53.45%;
    color: #000;
  }
  .p-planSubImage {
    max-width: 490px;
    margin-left: 0;
    margin-right: auto;
  }
  .p-planSubImage:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% - 200px);
    height: calc(100% - 218px);
    background: #ece8e8;
    z-index: -1;
  }
  .p-planSubTxtOuter {
    text-align: right;
    margin-top: 45px;
  }
  .p-planSubTxt {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    color: #4f4f4f;
    display: inline-block;
    padding-bottom: 20px;
  }
  .p-planSubTxt__strong  {
    font-weight: 500;
    color: #010101;
  }
  @media screen and (max-width: 750px) {
    .p-planWrap {
      padding-left: 20px;
      box-sizing: content-box;
    }
    .p-plan {
      box-sizing: border-box;
    }
    .p-planInner {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /* padding: 0 20px; */
      box-sizing: border-box;
    }
    .p-planInner__main {
      width: 100%;
      color: #000;
      margin-bottom: 29px;
    }
    .p-planTitle {
      width: 100%;
      height: 78px;
      font-size: 25px;
      box-sizing: content-box;
      margin-bottom: 41px;
      margin-top: 25px;
    }
    .p-planTitle__sub {
      font-size: 15px;
    }
    .p-planPrice {
      font-size: 25px;
      margin-bottom: 40px;
    }
    .p-planPrice::after {
      width: 25px;
      bottom: -23px;
    }
    .p-planTxt {
      font-size: 12px;
    }
    .p-planList {
      margin-top: 20px;
      font-size: 12px;
    }
    .p-planList dt {
      font-size: 13px;
    }
    .p-planList dd + dt {
      margin-top: 15px;
    }
    .p-planList dd {
      font-weight: 200;
    }
    .p-planAdditional {
      margin: 25px auto 0;
    }
    .p-planAdditionalTreatment {
      font-size: 22px;
    }
    .p-planAdditionalPrice {
      font-size: 20px;
      margin: 13px auto 13px;
    }
    .p-planAdditionalTxt {
      font-size: 12px;
      font-weight: 200;
      line-height: 2;
    }
    .p-planInner__sub {
      width: 100%;
      color: #000;
      position: relative;
      padding-bottom: 15px;
    }
    .p-planSubImage {
      width: 85%;
    }
    .p-planSubImage::before {
      right: -5.3vw;
      bottom: 0;
      width: 85%;
      height: 60%;
    }
    .p-planSubTxtOuter {
      margin-top: 0px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
    .p-planSubTxt {
      font-size: 15px;
      text-align: left;
      padding-bottom: 0;
    }
  }

/* Downtime */
.p-downtimeItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 24px;
}
.p-downtimeItems__item {
  margin-right: 20px;
}
.p-downtimeItems__item:nth-child(4n) {
  margin-right: 0;
}
.p-downtimeItemPhotoCaption {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  margin-top: 68px;
  position: relative;
}
.p-downtimeItemPhotoCaption::before {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  /* width: 148px; */
  width: 56%;
  top: 50%;
  right: -32%;
}
.p-downtimeItemPhotoCaptionCaution {
  position: absolute;
  font-size: 10px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  bottom: -60px;
  left: 86%;
  width: 80px;
}
.p-downtimeItems__item:nth-child(4n) .p-downtimeItemPhotoCaption::before,
.p-downtimeItems__item:last-child .p-downtimeItemPhotoCaption::before {
  border: none;
}
.p-downtimeList {
  color: #000;
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.p-downtimeList dt {
  font-weight: 700;
}
.p-downtimeList dd + dt {
  margin-top: 20px;
}
.p-downtimeList dd {
  font-weight: 200;
}

/* ダウンタイムを極限まで減らす、イセアの取り組み */
.p-downtimeSub {
  padding-top: 45px;
}
.p-downtimeSubContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 100%;
}
.p-downtimeSubContents__first,
.p-downtimeSubContents__second {
  width: 48.182%;
  max-width: 100%;
}
.p-downtimeSubContents__second {
  margin-left: 3.636%;
}
.p-downtimeSubContentsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f4f4f4;
}
.p-downtimeSubContentsItem:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-downtimeSubContentsItemImage,
.p-downtimeSubContentsItemTxtArea {
  width: 50%;
}
.p-downtimeSubContentsItemTxtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-downtimeSubContentsItemTxt {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.833;
  text-align: left;
  padding-left: 28px;
}
@media screen and (max-width: 1000px) {
  /* ダウンタイムを極限まで減らす、イセアの取り組み */
  .p-downtimeSub {
    padding-top: 10px;
  }
  .p-downtimeSubContents {
    max-width: 670px;
  }
  .p-downtimeSubContents__first,
  .p-downtimeSubContents__second {
    width: 100%;
    max-width: 100%;
  }
  .p-downtimeSubContents__second {
    margin-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .p-downtimeItemPhotoCaption::before {
    position: absolute;
    content: '';
    border-top: 1px solid #000;
    width: 50%;
    top: 50%;
    right: -30%;
  }
}
@media screen and (max-width: 750px) {
  .p-downtimeItems {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .p-downtimeItems__item {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  .p-downtimeItems__item:nth-child(4n) {
    margin-bottom: 0;
  }
  .p-downtimeItemPhoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-downtimeItemPhoto picture {
    width: 50%;
  }
  .p-downtimeItemPhotoCaption {
    /* display: block; */
    font-size: 18px;
    font-weight: 300;
    line-height: 1.11;
    color: #000;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 50%;
  }
  .p-downtimeItemPhotoCaption::before {
    position: absolute;
    content: '';
    border-top: 1px solid #000;
    width: 50%;
    top: auto;
    bottom: -610%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p-downtimeItems__item:nth-child(4n) .p-downtimeItemPhotoCaption::before,
  .p-downtimeItems__item:last-child .p-downtimeItemPhotoCaption::before {
    border: none;
  }
  .p-downtimeItemPhotoCaptionCaution {
    bottom: -20vw;
    left: 53%;
    width: 80px;
  }
  .p-downtimeList {
    margin-top: 20px;
    font-size: 12px;
  }
  .p-downtimeList dt {
    font-size: 13px;
  }
  .p-downtimeList dd + dt {
    margin-top: 15px;
  }
  .p-downtimeList dd {
    font-weight: 200;
  }
  /* ダウンタイムを極限まで減らす、イセアの取り組み */
  .p-downtimeSubContents {
    margin: 15px auto 0;
  }
  .p-downtimeSubContentsItem {
    margin-bottom: 29px;
  }
  .p-downtimeSubContentsItemTxt {
    font-size: 13px;
    line-height: 1.615;
    padding-left: 13px;
  }
}
@media screen and (max-width: 600px) {
  .p-downtimeItemPhotoCaption::before {
    bottom: -450%;
  }
}
@media screen and (max-width: 450px) {
  .p-downtimeItemPhotoCaption::before {
    bottom: -320%;
  }
}
@media screen and (max-width: 374px) {
  .p-downtimeItemPhotoCaption::before {
    bottom: -270%;
  }
  .p-downtimeSubContentsItemTxt {
    font-size: 11px;
  }
  .p-downtimeItemPhotoCaptionCaution {
    bottom: -25vw;
    width: 65px;
  }
}
/* Warranty */
.p-warranty {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.p-warranty .c-secHeading {
  position: relative;
  z-index: 10;
}
.p-warrantyContentsImage01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.73%;
  height: 493px;
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_image01.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-warrantyContentsImage01 img {
  display: none;
}

.p-warrantyContentsImage02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 53.73%;
  height: 493px;
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_image02.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-warrantyContentsImage02.is-yositane {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_yoshitatne_image02.jpg");
}
.p-warrantyContentsImage02.is-suzuki {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_suzuki_image02.jpg");
}
.p-warrantyContentsImage02.is-oyama {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_oyama_image02.jpg");
}
.p-warrantyContentsImage02.is-sakai {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_sakai_image02.jpg");
}
.p-warrantyContentsImage02.is-nakamura {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_nakamura_image02.jpg");
}
.p-warrantyContentsImage02.is-wada {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_wada_image02.jpg");
}
.p-warrantyContentsImage02.is-gondo {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_gondo_image02.jpg");
}

.p-warrantyContentsImage02 img {
  display: none;
}

.p-warrantyContents {
/*
  position: absolute;
  max-width: 1100px;
*/
}
.p-warrantyContents.p-warrantyContents--first {
/*
  right: 0;
  right: -12.09%;
  top: 0;
  z-index: 1;
*/
  max-width: 848px;
  margin: 73px auto 0 auto;
  position: relative;
  z-index: 10;
}
.p-warrantyContents.p-warrantyContents--second {
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 10;
  padding: 111px 0 20px 0;
/*  left: 0;
  left: -12.09%;
  top: 0;
  z-index: 1;*/
}
/*.p-warrantyContentsImage {
  position: relative;
}
.p-warrantyContents.p-warrantyContents--first .p-warrantyContentsImage {
  text-align: right;
}
.p-warrantyContents.p-warrantyContents--second .p-warrantyContentsImage {
  text-align: left;
}*/
.p-warrantyContentsTxtBox {
  box-sizing: border-box;
  color: #000;
  background: #fff;
/*
  position: absolute;
*/
  text-align: left;
}
.p-warrantyContents.p-warrantyContents--first .p-warrantyContentsTxtBox {
  width: 493px;
  height: 332px;
  padding: 40px 20px 40px 20px;
}
.p-warrantyContents.p-warrantyContents--second .p-warrantyContentsTxtBox {
  width: 590px;
  height: 332px;
  margin-left: auto;
  padding: 40px 0 40px 40px;
}
.p-warrantyContentsHeading {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.666;
  margin-bottom: 30px;
}
.p-warrantyContentsHeadingInner {
  background: #000;
  padding: .3em 25px .4em;
}
.p-warrantyContentsCatch {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 26px;
}
.p-warrantyContentsTxt {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.714;
}
.p-warrantyContents.p-warrantyContents--second .p-warrantyContentsTxtBox .p-warrantyContentsTxt {
  font-size: 16px;
}
.p-warrantyContentsSubBox {
  background: #f4f4f4;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.142;
  text-align: left;
  padding: 15px 30px;
  box-sizing: border-box;
  margin: 19px 30px 0 auto;
  max-width: 424px;
}
@media screen and (max-width: 1100px) {
  .p-warrantyContents {
    position: relative;
  }
  .p-warrantyContents.p-warrantyContents--first {
    margin-left: 0;
  }
  .p-warrantyContents.p-warrantyContents--second {
    padding-top: 240px;
  }
  
  
  
  
  
/*  .p-warrantyContents.p-warrantyContents--second {
    left: -20px;
  }
  .p-warrantyContents.p-warrantyContents--first .p-warrantyContentsTxtBox {
    left: 0;
  }
  .p-warrantyContents.p-warrantyContents--second .p-warrantyContentsTxtBox {
    right: 0;
  }
  .p-warrantyContentsSubBox {
    right: 0;
  }*/
}

@media screen and (max-width: 1000px) {
  .p-warrantyContentsImage01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 336px;
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/maibotsu/warranty/warranty_image01.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-warrantyContents.p-warrantyContents--first {
    margin-top: 238px;
  }
}


@media screen and (max-width: 750px) {
  .p-warranty {
    position: relative;
  }
  .p-warranty .l-inner {
    padding: 0;
  }
  .p-warranty .l-inner .c-secHeading {
    padding: 0 5.3vw;
  }
  .p-warrantyContentsImage01 {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    background: none;
    margin: 30px 0 0 0;
  }
  .p-warrantyContentsImage01 img {
    display: block;
    width: 100%;
  }
  .p-warrantyContents.p-warrantyContents--first {
    margin-top: 0px;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  .p-warrantyContents.p-warrantyContents--first .p-warrantyContentsTxtBox {
    width: 93.33%;
    height: auto;
    padding: 30px 20px 30px 5.3vw;
  } 
  .p-warrantyContentsImage02 {
    position: relative;
    width: auto;
    height: auto;
    background: none;
  }
  .p-warrantyContentsImage02 img {
    display: block;
  }
  .p-warrantyContents.p-warrantyContents--second {
    padding-top: 0px;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  .p-warrantyContents.p-warrantyContents--second .p-warrantyContentsTxtBox {
    width: 93.33%;
    height: auto;
    margin-left: 0;
    padding: 30px 20px 30px 5.3vw;
  }
  .p-warrantyContents.p-warrantyContents--second .p-warrantyContentsTxtBox .p-warrantyContentsTxt {
    font-size: 14px;
  }
  
/*  .p-warrantyContents {
    position: static;
    max-width: 100%;
    padding-top: 20px;
  }
  .p-warrantyContentsImage {
    position: relative;
    margin-bottom: 225px;
  }
  .p-warrantyContentsTxtBox {
    box-sizing: border-box;
    color: #000;
    background: #fff;
    position: absolute;
    text-align: left;
  }
  .p-warrantyContents.p-warrantyContents--first .p-warrantyContentsTxtBox {
    box-sizing: border-box;
    width: 93.333%;
    height: 250px;
    top: auto;
    bottom: -199px;
    padding: 30px 20px;
  }
  .p-warrantyContents.p-warrantyContents--second .p-warrantyContentsTxtBox {
    width: 93.333%;
    height: 250px;
    top: auto;
    bottom: -199px;
    left: 0;
    padding: 30px 20px;
  }*/
  .p-warrantyContentsHeading {
    font-size: 14px;
    margin-bottom: 21px;
  }
  .p-warrantyContentsHeadingInner {
    padding: .3em 15px .4em;
  }
  .p-warrantyContentsCatch {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-warrantyContentsTxt {
    font-size: 12px;
    line-height: 2;
  }
  .p-warrantyContentsSubBox {
    font-size: 12px;
    line-height: 2.142;
    text-align: left;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    width: auto;
    margin: 0 5.3vw;
  }
}
/* Counseling */
.p-counselingTxt {
  margin: 37px auto 40px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
.p-counselingBr {
  display: none;
}
.p-counselingContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 100%;
}
.p-counselingContents__main {
  width: 50%;
}
.p-counselingContentMainPhoto__item {
  display: none;
  color: #000;
}
.p-counselingContentMainPhoto__item.is-active {
  display: block;
}
.p-counselingContentMainPhoto__item video {
  width: 100%;
  height: auto;
}
.p-counselingContents__list {
  width: 43.637%;
}
.p-counselingContentList__item + .p-counselingContentList__item {
  margin-top: 10px;
}
.p-counselingContentListAnc {
  padding: 10px;
  background: #eaeaea;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0.5;
  cursor: pointer;
}
.p-counselingContentListAnc.is-active {
  opacity: 1;
}
.p-counselingContentListPhoto {
  width: 36%;
}
.p-counselingContentListLabel {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  .p-counselingBr {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-counselingTxt {
    margin: 25px auto 42px;
    font-size: 12px;
    text-align: left;
  }
  .p-counselingBr {
    display: none;
  }
  .p-counselingContents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-counselingContents__main {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-counselingContents__list {
    width: 100%;
  }
  .p-counselingContentList__item + .p-counselingContentList__item {
    margin-top: 3px;
  }
  .p-counselingContentListAnc {
    padding: 0;
    background: #eaeaea;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-counselingContentListPhoto {
    width: 36%;
  }
  .p-counselingContentListLabel {
    color: #000;
    font-size: 13px;
    padding-left: 15px;
  }
}
/* Pain */
.p-painItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  margin: 40px auto 0;
}
.p-painItems__item {
  width: 20%;
  margin-right: 7%;
}
.p-painItems__item:last-child {
  margin-right: 0;
}
.p-painItemSubLabel {
  color: #000;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.33;
  text-align: left;
  margin-top: 29px;
}
.p-painItemLabel {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-painItems {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 59px auto 0;
  }
  .p-painItems__item {
    width: 47%;
    margin: 0 0 24px;
  }
  .p-painItems__item:nth-last-child(2),
  .p-painItems__item:last-child {
    margin: 0;
  }
  .p-painItemSubLabel {
    font-size: 11px;
    line-height: 1.33;
    margin-top: 14px;
  }
  .p-painItemLabel {
    font-size: 16px;
    margin-top: 9px;
  }
}
/* Life */
.p-lifeContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 42px auto 0;
}
.p-lifeHeadingDescription  {
  color: #000;
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  left: 254px;
  bottom: 8px;
  margin: auto;
}
.p-lifeContents__item {
  width: 140px;
  color: #000;
  margin-right: 52px;
  margin-bottom: 40px;
}
.p-lifeContents__item.p-lifeContents__item--hasCaution {
  position: relative;
}
.p-lifeContents__item:nth-child(6n) {
  margin-right: 0;
}
.p-lifeContentIcon {
  margin: 0 auto;
}
.p-lifeContentHeading {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 14px auto 12px;
}
.p-lifeContentLabel {
  font-size: 16px;
  line-height: 1.75;
  background: #e2e2e2;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 32px;
}
.p-lifeContentItemCaution {
  color: #000;
  font-size: 13.3px;
  font-weight: 300;
  line-height: 2.1;
  position: absolute;
  right: -215px;
  bottom: 0;
}
.p-lifeContentItemAnnotation {
  color: #000;
  font-size: 13.3px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  margin-top: 8px;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 1139px) {
  .p-lifeContents {
    max-width: 704px;
    margin: 42px auto 0;
  }
  .p-lifeContents__item {
    width: 140px;
    margin-right: 48px;
    margin-bottom: 40px;
  }
  .p-lifeContents__item:nth-child(6n) {
    margin-right: 48px;
  }
  .p-lifeContents__item:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 750px) {
  .p-lifeHeadingDescription  {
    font-size: 12px;
    line-height: 2;
    left: 114px;
    bottom: 15px;
    margin: auto;
  }
  .p-lifeContents {
    max-width: 100%;
    margin: 27px auto 0;
  }
  .p-lifeContents__item {
    width: 30.348%;
    color: #000;
    margin-right: 4.478%;
    margin-bottom: 25px;
  }
  .p-lifeContents__item:nth-child(4n) {
    margin-right: 4.478%;
  }
  .p-lifeContents__item:nth-child(3n) {
    margin-right: 0px;
  }
  .p-lifeContentIcon {
    width: 60%;
  }
  .p-lifeContentHeading {
    font-size: 12px;
    margin: 12px auto 10px;
  }
  .p-lifeContentLabel {
    font-size: 12px;
    line-height: 1.75;
    border-radius: 5px;
    height: 30px;
  }
  .p-lifeContentItemCaution {
    font-size: 10px;
    right: -150px;
  }
  .p-lifeContentItemAnnotation {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 374px) {
  .p-lifeHeadingDescription  {
    font-size: 11px;
  }
  .p-lifeContentLabel {
    font-size: 10px;
  }
  .p-lifeContentLabel {
    font-size: 10px;
  }
}
/* Flow */
.p-flowContentsOuter {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  width: 100%;
}
.p-flowContents {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 2400px;
}
.p-flowContents__item {
  width: 270px;
  margin-right: 30px;
  padding-bottom: 20px;
}
.p-flowContentsImage {
  margin-bottom: 30px;
}
.p-flowContentsTxtWrap {
  position: relative;
}
.p-flowContentsNumber {
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: .7;
  text-align: right;
  color: #eeeded;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-flowContentsTxtBox {
  color: #000;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
.p-flowContentsLabel {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
.p-flowContentsTxt {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.3;
}
@media screen and (max-width: 750px) {
  .p-flowContentsOuter {
/*
    width: 2160px;
*/
    margin-top: 30px;
  }
  .p-flowContents {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 2160px;
  }
  .p-flowContents__item {
    width: 250px;
    margin-right: 20px;
  }
  .p-flowContentsImage {
    margin-bottom: 25px;
  }
  .p-flowContentsTxtWrap {
    position: relative;
  }
  .p-flowContentsNumber {
    font-size: 95px;
    line-height: .7;
  }
  .p-flowContentsLabel {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 18px;
  }
  .p-flowContentsTxt {
    font-size: 12px;
    line-height: 2;
  }
}
/* Reserve */
.p-reserveContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 42px auto 0;
}
.p-reserveContents.p-reserveContents--hasMonitorBanner {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.p-reserveContents__first {
  width: 50%;
  margin-top: 50px;
  align-self: flex-start;
}
.p-reserveContentsCaution {
  color: #000;
  font-size: 14px;
  margin: 0 auto 1em;
  line-height: 1.7;
}
.p-reserveContentsBtnWrap {
  text-align: center;
}
.p-reserveContentsBtn + .p-reserveContentsBtn {
  margin-top: 40px;
}
.p-reserveContentsLinkBtnAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 81%;
  height: 80px;
  border-radius: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  box-shadow: 0px 5px 10px -3px #343434;
}
.p-reserveContentsLinkBtnAnc.p-reserveContentsLinkBtnAnc--mail {
  background: #000;
  color: #fff;
}
.p-reserveContentsLinkBtnAnc.p-reserveContentsLinkBtnAnc--line {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.p-reserveContents__second {
  width: 50%;
}
.p-reserveContentsTelLink {
  margin-bottom: 33px;
}
.p-reserveContentsTelLinkAnc {
  width: 81.091%;
  height: 116px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 5px 10px -3px #343434;
}
.p-reserveContentsTelLinkAnc.p-reserveContentsTelLinkAnc--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-reserveContentsTelLinkAnc.p-reserveContentsTelLinkAnc--sp {
  display: none;
}
.p-reserveContentsTelLinkTxt {
  color: #000;
}
.p-reserveContentsTelLinkTxt__sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667;
  margin-bottom: 4px;
}
.p-reserveContentsTelLinkTxt__main {
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
}
.p-reserveContentsBizHours {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.667;
  position: relative;
  margin: 0 auto 80px;
}
.p-reserveContentsBizHours::before {
  position: absolute;
  content: '';
  border: 1px solid #000;
  width: 33px;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
}
.p-reserveContentsForMen {
  margin: 0 auto;
  width: 81.091%;
}
.p-reserveContentsForMenTxt {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.64;
  text-align: left;
}
.p-reserveContentsForMenItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
.p-reserveContentsForMenItem {
  width: 31.391%;
}
.p-reserveContentsForMenItem a {
  display: block;
}
.p-reserveContentsForMenItem a p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 5px;
}
.p-reserveContentsForMenItemList {
  color: #000;
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  border: 1px solid #000;
}
.p-reserveContentsForMenItemList dt {
  font-weight: 700;
}
.p-reserveContentsForMenItemList dd + dt {
  margin-top: 12px;
}
.p-reserveContentsForMenItemList dd {
  font-weight: 200;
}
.p-reserveMonitorBannerWrap {
  margin: 50px auto 0;
  width: 81%;
}
@media screen and (max-width: 750px) {
  .p-reserveContents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px auto 0;
  }
  .p-reserveContentsCaution {
    font-size: 12px;
  }
  .p-reserveContents__first {
    width: 100%;
    margin: 0 auto 27px;
  }
  .p-reserveContentsBtn + .p-reserveContentsBtn {
    margin-top: 20px;
  }
  .p-reserveContentsLinkBtnAnc {
    width: 335px;
    height: 60px;
    border-radius: 30px;
    font-size: 17px;
    box-shadow: 0px 4px 10px -3px #343434;
  }
  .p-reserveContents__second {
    width: 100%;
  }
  .p-reservceContentsTelLink {
    margin-bottom: 33px;
  }
  .p-reserveContentsTelLinkAnc {
    width: 335px;
    height: 87px;
    box-shadow: 0px 4px 10px -3px #343434;
  }
  .p-reserveContentsTelLinkAnc.p-reserveContentsTelLinkAnc--pc {
    display: none;
  }
  .p-reserveContentsTelLinkAnc.p-reserveContentsTelLinkAnc--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p-reserveContentsTelLinkTxt__sub {
    font-size: 15px;
  }
  .p-reserveContentsTelLinkTxt__main {
    font-size: 25px;
  }
  .p-reserveContentsBizHours {
    font-size: 15px;
    margin: 0 auto 60px;
  }
  .p-reserveContentsBizHours::before {
    width: 25px;
    bottom: -30px;
  }
  .p-reserveContentsForMen {
    margin: 0 auto;
    width: 335px;
  }
  .p-reserveContentsForMenTxt {
    font-size: 13px;
  }
  .p-reserveContentsForMenItems {
    margin-top: 10px;
  }
  .p-reserveContentsForMenItem {
    width: 31.5%;
  }
  .p-reserveContentsForMenItemList {
    margin-top: 15px;
    font-size: 9px;
    padding: 5px 6px 8px;
  }
  .p-reserveContentsForMenItemList dt {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .p-reserveContentsForMenItemList dd + dt {
    margin-top: 12px;
  }
  .p-reserveMonitorBannerWrap {
    margin: 40px auto 0;
    width: 335px;
  }
}
@media screen and (max-width: 374px) {
  .p-reserveContentsLinkBtnAnc {
    width: 100%;
  }
  .p-reserveContentsTelLinkAnc {
    width: 100%;
  }
  .p-reserveContentsForMen {
    width: 100%;
  }
}
/* ドクター　リンク */
.p-doctorsLink {
  padding-top: 80px;
}
.p-doctorsLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-doctorsLink__main {
  width: 46.364%;
}
.p-doctorsLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f4f4f4;
  width: 100%;
}
.p-doctorsLinkAnc:hover {
  opacity: .8;
}
.p-doctorsLinkPhoto {
  width: 39.216%;
}
.p-doctorsLinkTxt {
  width: 60.784%;
  color: #000;
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
}
.p-doctorsLinkTxt__name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.166;

  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
}
.p-doctorsLinkTxt__name::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;

  right: 3px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #545454;
  border-right: 1px solid #545454;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-doctorsLinkTxt__job {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.p-doctorsLinkTxt__sub {
  margin-top: 30px;
  font-size: 11px;
  line-height: 1.909;
}
.p-doctorsLink__otherDoctors {
  width: 46.364%;
}
.p-doctorsLink__otherDoctors .p-doctorsLinkPhoto {
  width: 35.295%;
}
.p-doctorsLink__otherDoctors .p-doctorsLinkTxt {
  width: 64.705%;
  padding: 0 10px 0 30px;
}
.p-doctorsLink__otherDoctors .p-doctorsLinkTxt__name::before {
  right: 23px;
}
.p-doctorsLinkOtherDoctorsHeading {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  margin: 0 auto 82px;
}
.p-doctorsLinkOtherDoctorsHeading::before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #000;
  width: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}
.p-doctorsLinkOtherDoctorsLink__item + .p-doctorsLinkOtherDoctorsLink__item {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .p-doctorsLinkWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 510px;
    margin: 0 auto;
  }
  .p-doctorsLink__main {
    width: 100%;
    margin-bottom: 59px;
  }
  .p-doctorsLink__otherDoctors {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-doctorsLink {
    
  }
  .p-doctorsLinkWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 510px;
    margin: 0 auto;
  }
  .p-doctorsLink__main {
    width: 100%;
    margin-bottom: 59px;
  }
  .p-doctorsLinkAnc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #f4f4f4;
    width: 100%;
    position: relative;
  }
  .p-doctorsLinkAnc::before,
  .p-doctorsLinkAnc::after {
    content: '';
    display: block;
    height: 100%;
    width: 20px;
    width: 5.3vw;
    background: inherit;
    position: absolute;
  }
  .p-doctorsLinkAnc::before {
    left: -20px;
    left: -5.3vw;
  }
  .p-doctorsLinkAnc::after {
    right: -20px;
    right: -5.3vw;
  }
  .p-doctorsLinkPhoto {
    width: 40.298%;
  }
  .p-doctorsLinkTxt {
    width: 59.702%;
    color: #000;
    text-align: left;
    padding: 0 19px;
    box-sizing: border-box;
  }
  .p-doctorsLinkTxt__name {
    font-size: 18px;
    line-height: 1.166;
  }
  .p-doctorsLinkTxt__name::before {
    right: -15px;
    width: 13px;
    height: 13px;
  }
  .p-doctorsLinkTxt__job {
    font-size: 11px;
  }
  .p-doctorsLinkTxt__sub {
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.923;
  }
  .p-doctorsLink__otherDoctors {
    width: 100%;
  }
  .p-doctorsLink__otherDoctors .p-doctorsLinkPhoto {
    width: 40.298%;
  }
  .p-doctorsLink__otherDoctors .p-doctorsLinkTxt {
    width: 59.702%;
    padding: 0 0 0 19px;
  }
  .p-doctorsLink__otherDoctors .p-doctorsLinkTxt__name::before {
    right: 3px;
  }
  .p-doctorsLinkOtherDoctorsHeading {
    font-size: 15px;
    line-height: 1;
    margin: 0 auto 62px;
  }
  .p-doctorsLinkOtherDoctorsHeading::before {
    width: 25px;
    bottom: -30px;
  }
  .p-doctorsLinkOtherDoctorsLink__item + .p-doctorsLinkOtherDoctorsLink__item {
    margin-top: 4px;
  }
}

/* ページ最下部の症例写真（single.php） */
.p-singleBottomArchive {
  padding: 87px 0 0px 0;
}
.p-singleBottomArchive__headTitle {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  position: relative;
  font-weight: normal;
  margin-bottom: 60px;
}
.p-singleBottomArchive__headTitle:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom:-26px;
}
.p-singleBottomArchiveList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 67px;
}
.p-singleBottomArchiveList li {
  width: 22%;
  margin-left: 4%;
}
.p-singleBottomArchiveList li:nth-child(4n + 1) {
  margin-left: 0;
}
.p-singleBottomArchiveList li:nth-child(n + 5) {
  margin-top: 30px;
}
.p-singleBottomArchiveList li a {
  display: block;
  position: relative;
}
.p-singleBottomArchiveList__btn {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 122px;
  color: #FFF;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 34px;
  border: #FFF 2px solid;
  background: rgba(255,255,255,0.2);
}
.p-singleBottomArchiveList__btn span {
  display: inline-block;
  position: relative;
}
.p-singleBottomArchiveList__btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-singleBottomArchive .mCSB_scrollTools .mCSB_draggerRail {
  background: #f1f1f1;
}
.p-singleBottomArchive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c1c1c1;
}
.p-singleBottomArchiveSubList {
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  color: #000;
  padding: 10px;
}
.p-singleBottomArchiveSubList dt {
  font-weight: 600;
}
.p-singleBottomArchiveSubList dd {
  font-weight: 200;
}
.p-singleBottomArchiveSubList dd + dt {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .p-singleBottomArchive {
    padding: 87px 0 0px 0;
/*
    height: 100vh !important;
*/
  }
  .p-singleBottomArchive__headTitle {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 62px;
  }
  .p-singleBottomArchive__headTitle:before {
    width: 25px;
    bottom:-30px;
  }
  .p-singleBottomArchiveList {
    padding-bottom: 67px;
  }
  .p-singleBottomArchiveList li {
    width: 30%;
    margin-left: 5%;
  }
  .p-singleBottomArchiveList li:nth-child(4n + 1) {
    margin-left: 5%;
  }
  .p-singleBottomArchiveList li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-singleBottomArchiveList li:nth-child(n + 4) {
    margin-top: 20px;
  }
/*
  .p-singleBottomArchiveList li:nth-child(4) {
    display: none;
  }
*/
  .p-singleBottomArchiveList li a {
    display: block;
    position: relative;
  }
  .p-singleBottomArchiveList__btn {
    max-width: 110px;
    height: 30px;
    border: #FFF 1px solid;
    font-size: 12px;
  }
  .p-singleBottomArchiveList__btn span {
    display: inline-block;
    position: relative;
  }
  .p-singleBottomArchiveList__btn span:before {
    left: -14px;
    width: 6px;
    height: 6px;
  }
  .p-singleBottomArchiveSubList {
    font-size: 10px;
    padding: 10px 8px;
  }
  .p-singleBottomArchiveSubList dd + dt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-singleBottomArchiveList li {
    width: 47%;
    margin-left: 6%;
  }
  .p-singleBottomArchiveList li:nth-child(4n + 1) {
    margin-left: 6%;
  }
  .p-singleBottomArchiveList li:nth-child(3n + 1) {
    margin-left: 6%;
  }
  .p-singleBottomArchiveList li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-singleBottomArchiveList li:nth-child(n + 3) {
    margin-top: 20px;
  }
/*
  .p-singleBottomArchiveList li:nth-child(3) {
    display: none;
  }
*/
}

/* ↑↑↑小林編集領域↑↑↑ */



























































/* ドクターページ */

.p-menuDoctor {
  
}
.p-menuDoctorFrame {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  height: inherit;
}
.p-menuDoctorInner {
  height: inherit;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
  position: relative;
}
.p-menuDoctorTxtWrap {
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 100;
}
.p-menuDoctorTxtWrap {
  position: absolute;
  bottom:50px;
  left: 20px;
  z-index: 110;
  text-align: left;
  width: calc(100% - 20px);
  color: #000;
}
.p-menuDoctor__job {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.p-menuDoctor__name {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
.p-menuDoctor__instaBtn {
  max-width: 220px;
  margin-top: 15px;
}
.p-menuDoctor__instaBtn a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #FFF;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: rgb(228,34,60);
  background: -moz-linear-gradient(left, rgba(228,34,60,1) 0%, rgba(192,0,158,1) 100%);
  background: -webkit-linear-gradient(left, rgba(228,34,60,1) 0%,rgba(192,0,158,1) 100%);
  background: linear-gradient(to right, rgba(228,34,60,1) 0%,rgba(192,0,158,1) 100%);
  font-family: 'Montserrat', sans-serif;
}
.p-menuDoctor__instaBtn a span {
  display: inline-block;
  position: relative;
  padding-left: 29px;
}
.p-menuDoctor__instaBtn a span:before {
  content: '';
  display: block;
  background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-btn-insta.png") no-repeat center center;
  background-size: 21px 21px;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}



.p-menuDoctor .p-menuDoctorFrame:before ,
.p-menuDoctor .p-menuDoctorFrame:after {
  content: '';
  display: block;
  position: absolute;
}
.p-menuDoctor.p-menuDoctor--yoshitane .p-menuDoctorFrame:before {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/yoshitane/main-photo01.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 55.63%;
  z-index: 1;
}
.p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorFrame:before {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/suzuki/main-photo01.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 55.63%;
  z-index: 1;
}

.p-menuDoctor.p-menuDoctor--yoshitane .p-menuDoctorFrame:after {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/yoshitane/main-photo02.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 500px;
  top: 0;
  right: 0;
  width: 40.26%;
  z-index: 2;
}
.p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorFrame:after {
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/suzuki/main-photo02.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 500px;
  top: 0;
  right: 0;
  width: 40.26%;
  z-index: 2;
}

.p-menuDoctor.p-menuDoctor--yoshitane .p-menuDoctorInner:before {
  position: absolute;
  right: 0;
  bottom: 73px;
  left: 0;
  max-width: 916px;
  content: '';
  display: block;
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/yoshitane/main-photo03.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 500px 300px;
  height: 300px;
  width: 100%;
  z-index: 10;
  margin: auto;
}
.p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorInner:before {
  position: absolute;
  right: 0;
  bottom: 73px;
  left: 0;
  max-width: 916px;
  content: '';
  display: block;
  background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/suzuki/main-photo03.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 500px 300px;
  height: 300px;
  width: 100%;
  z-index: 10;
  margin: auto;
}
.p-menuDoctorPhoto {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-menuDoctor {
/*
    height: 100vh !important;
*/
  }
  .p-menuDoctorFrame {
    height: 60vh;
  }
  .p-menuDoctorInner {
    padding: 0 0;
    height: 60vh;
  }
  .p-menuDoctorTxtWrap {
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 100;
  }
  .p-menuDoctorTxtWrap {
/*
    bottom:50px;
*/
    bottom:25px;
    left: 20px;
    width: calc(100% - 20px);
  }
  .p-menuDoctor__job {
    font-size: 16px;
  }
  .p-menuDoctor__name {
    font-size: 36px;
    line-height: 1.4;
  }
  .p-menuDoctor__instaBtn {
    max-width: 165px;
    margin-top: 15px;
  }
  .p-menuDoctor__instaBtn a {
    height: 30px;
    font-size: 14px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  .p-menuDoctor__instaBtn a span {
    padding-left: 25px;
  }
  .p-menuDoctor__instaBtn a span:before {
    background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/common/icon-btn-insta.png") no-repeat center center;
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
  }
  .p-menuDoctorPhoto {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 5.3vw 5.3vw 0 5.3vw;
  }
  .p-menuDoctorPhoto__item {
    width: 47%;
  }



  .p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorFrame:before ,
  .p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorFrame:after {
  }
  .p-menuDoctor.p-menuDoctor--yoshitane .p-menuDoctorFrame:before {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/yoshitane/main-photo01-sp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
  }
  .p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorFrame:before {
    background-image: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/suzuki/main-photo01-sp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
  }

  .p-menuDoctor.p-menuDoctor--yoshitane .p-menuDoctorFrame:after,
  .p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorFrame:after {
    display: none;
  }
  .p-menuDoctor.p-menuDoctor--yoshitane .p-menuDoctorInner:before,
  .p-menuDoctor.p-menuDoctor--suzuki .p-menuDoctorInner:before {
    display: none;
  }

}



.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools {
  opacity: 1;
  width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
  width: 4px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
}

@media screen and (max-width: 750px) {
  .mCSB_inside > .mCSB_container {
  }
  .mCSB_scrollTools {
    width: 2px;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  }
}


.p-menuDoctorStatus {
  /* background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/bk-photo01.jpg") no-repeat center center;
  background-size: cover; */
  box-sizing: border-box;
  padding: 120px 0 40px 0;
  /*
  height: 100vh !important;
  */
}
.p-menuDoctorStatus.p-menuDoctorStatus--yoshitane {
  background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/yoshitane/bk-photo01.jpg") no-repeat center center;
  background-size: cover;
}
.p-menuDoctorStatus.p-menuDoctorStatus--suzuki {
  background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/suzuki/bk-photo01.jpg") no-repeat center center;
  background-size: cover;
}
.p-menuDoctorStatusFrame {
  background: rgba(255,255,255,0.3);
  padding: 20px;
}
.p-menuDoctorStatusInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-menuDoctorStatus__left {
  width: 50%;
  padding-top: 15px;
}
.p-menuDoctorStatus__right {
  width: 50%;
  padding-top: 15px;
  display: none;
}
.p-menuDoctorStatus__title {
  position: relative;
  margin-bottom: 36px;
}
* + .p-menuDoctorStatus__title {
  margin-top: 55px;
}
.p-menuDoctorStatus__title:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom:-15px;
}
.p-menuDoctorStatus__titleEn {
  line-height: 1.1;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  display: block;
  letter-spacing: 2px;
}
.p-menuDoctorStatus__titleJp {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 2px;
}
.p-menuDoctorStatus__belong {
  
}
.p-menuDoctorStatus__belong > span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.p-menuDoctorStatus__belong > span + span {
  margin-top: 10px;
}

.p-menuDoctorStatusHistory {
  text-align: left;
  max-width: 323px;
  margin: 0 auto;
}
.p-menuDoctorStatusHistory dt {
  font-size: 14px;
  line-height: 2.14;
  font-weight: 500;
  width: 100px;
  float: left;
  clear: both;
}
.p-menuDoctorStatusHistory dd {
  font-size: 14px;
  line-height: 2.14;
  font-weight: 500;
  width: calc(100% - 100px);
  float: left;
  margin-bottom: 15px;
}
.p-menuDoctorStatus__study {
  border-bottom: #FFF 2px solid;
  text-align: left;
  padding: 12px 20px;
  box-sizing: border-box;
  max-width: 393px;
  margin: 0 auto;
}
.p-menuDoctorStatus__study:nth-of-type(1) {
  border-top: #FFF 2px solid;
}
.p-menuDoctorStatus__studyTitle {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 7px;
}
.p-menuDoctorStatus__studyTxt {
  font-size: 13px;
  line-height: 1.84;
}

.p-menuDoctorStatus .mCSB_scrollTools .mCSB_draggerRail {
  background: #f1f1f1;
}
.p-menuDoctorStatus .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c1c1c1;
}


@media screen and (max-width: 750px) {
  .p-menuDoctorStatus {
    /* background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/bk-photo01-sp.jpg") no-repeat center center; */
    background-size: cover;
    padding: 80px 0 40px 0;
  }
  .p-menuDoctorStatus.p-menuDoctorStatus--yoshitane {
    background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/yoshitane/bk-photo01-sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-menuDoctorStatus.p-menuDoctorStatus--suzuki {
    background: url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/suzuki/bk-photo01-sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-menuDoctorStatusFrame {
    padding: 20px 4px;
  }
  .p-menuDoctorStatusInner {
    display : block;
  }
  .p-menuDoctorStatus__left {
    width: 100%;
    padding-top: 10px;
  }
  .p-menuDoctorStatus__right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .p-menuDoctorStatus__title {
    margin-bottom: 30px;
  }
  * + .p-menuDoctorStatus__title {
    margin-top: 35px;
  }
  .p-menuDoctorStatus__title:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom:-15px;
  }
  .p-menuDoctorStatus__titleEn {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .p-menuDoctorStatus__titleJp {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 2px;
  }
  .p-menuDoctorStatus__belong {

  }
  .p-menuDoctorStatus__belong > span {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
  }
  .p-menuDoctorStatus__belong > span + span {
    margin-top: 5px;
  }

  .p-menuDoctorStatusHistory {
    max-width: 323px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
  }
  .p-menuDoctorStatusHistory dt {
    font-size: 13px;
    line-height: 2.14;
    width: 76px;
  }
  .p-menuDoctorStatusHistory dd {
    font-size: 13px;
    line-height: 2.14;
    width: calc(100% - 76px);
    margin-bottom: 12px;
  }
  .p-menuDoctorStatus__study {
    border-bottom: #FFF 1px solid;
    padding: 12px 0;
    max-width: 393px;
  }
  .p-menuDoctorStatus__study:nth-of-type(1) {
    border-top: #FFF 1px solid;
  }
  .p-menuDoctorStatus__studyTitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .p-menuDoctorStatus__studyTxt {
    font-size: 11px;
    line-height: 1.84;
  }

}




.p-menuDoctorCase {
  padding: 115px 0 80px 0;
  box-sizing: border-box;
/*
  height: 100vh !important;
*/
}
.p-menuDoctorCase__headTitle {
  color: #000;
  border-left: #000 4px solid;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
}
.p-menuDoctorCase__headLineTitle {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  font-weight: normal;
  margin-bottom: 40px;
}
.p-menuDoctorCase__headLineTitle:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom:-16px;
}
.p-menuDoctorCaseList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.p-menuDoctorCaseList li {
  width: 20.58%;
  margin-left: 5.89%;
}
.p-menuDoctorCaseList li:nth-child(4n + 1) {
  margin-left: 0;
}
.p-menuDoctorCaseList li:nth-child(n + 5) {
  margin-top: 20px;
}
.p-menuDoctorCaseList li a {
  display: block;
  position: relative;
}
.p-menuDoctorCaseList__btn {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 122px;
  color: #FFF;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 34px;
  border: #FFF 2px solid;
  background: rgba(255,255,255,0.2);
}
.p-menuDoctorCaseList__btn span {
  display: inline-block;
  position: relative;
}
.p-menuDoctorCaseList__btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-menuDoctorCase .mCSB_scrollTools .mCSB_draggerRail {
  background: #f1f1f1;
}
.p-menuDoctorCase .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c1c1c1;
}

@media screen and (max-width: 750px) {
  .p-menuDoctorCase {
    padding: 87px 0 0px 0;
/*
    height: 100vh !important;
*/
  }
  .p-menuDoctorCase__headTitle {
    border-left: #000 3px solid;
    font-size: 15px;
    line-height: 1.4;
    padding: 0 0 0 7px;
    margin-bottom: 16px;
  }
  .p-menuDoctorCase__headLineTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .p-menuDoctorCase__headLineTitle:before {
    width: 25px;
    bottom:-16px;
  }
  .p-menuDoctorCaseList {
    padding-bottom: 28px;
  }
  .p-menuDoctorCaseList li {
    width: 30%;
    margin-left: 5%;
  }
  .p-menuDoctorCaseList li:nth-child(4n + 1) {
    margin-left: 5%;
  }
  .p-menuDoctorCaseList li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-menuDoctorCaseList li:nth-child(n + 4) {
    margin-top: 20px;
  }
/*
  .p-menuDoctorCaseList li:nth-child(4) {
    display: none;
  }
*/
  .p-menuDoctorCaseList li a {
    display: block;
    position: relative;
  }
  .p-menuDoctorCaseList__btn {
    max-width: 110px;
    height: 30px;
    border: #FFF 1px solid;
    font-size: 12px;
  }
  .p-menuDoctorCaseList__btn span {
    display: inline-block;
    position: relative;
  }
  .p-menuDoctorCaseList__btn span:before {
    left: -14px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 480px) {
  .p-menuDoctorCaseList li {
    width: 47%;
    margin-left: 6%;
  }
  .p-menuDoctorCaseList li:nth-child(4n + 1) {
    margin-left: 6%;
  }
  .p-menuDoctorCaseList li:nth-child(3n + 1) {
    margin-left: 6%;
  }
  .p-menuDoctorCaseList li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-menuDoctorCaseList li:nth-child(n + 3) {
    margin-top: 20px;
  }
/*
  .p-menuDoctorCaseList li:nth-child(3) {
    display: none;
  }
*/
}


.p-menuDoctorOther {
  padding: 122px 0 0 0;
  box-sizing: border-box;
  color: #000;
}
.p-menuDoctorOtherInner {
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-menuDoctorOtherContact {
  width: 50%;
}
.p-menuDoctorOtherContactHead {
  background: #FFF;
  box-shadow: 0 7px 15px rgba(0,0,0,0.2);
  max-width: 450px;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  padding: 13px 10px 15px 10px;
}
.p-menuDoctorOtherContactHeadTitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}
.p-menuDoctorOtherContactHeadTxt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
}
.p-menuDoctorOtherContactLink {
  max-width: 450px;
  margin: 0 auto 21px auto;
}
.p-menuDoctorOtherContactLink a {
  width: 100%;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 80px;
  border: #000 1px solid;
  border-radius: 40px;
  box-shadow: 0 7px 15px rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.p-menuDoctorOtherContactLink a + a {
  margin-top: 30px;
}
.p-menuDoctorOtherContactLink a.is-black {
  background: #000;
  color: #FFF;
}
.p-menuDoctorOtherContactLink__caution {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .p-menuDoctorOther {
    padding: 68px 0 0 0;
  }
  .p-menuDoctorOtherInner {
    display : block;
  }
  .p-menuDoctorOtherContact {
    width: 100%;
  }
  .p-menuDoctorOtherContactHead {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin: 0 auto 26px auto;
    padding: 13px 10px 15px 10px;
  }
  .p-menuDoctorOtherContactHeadTitle {
    font-size: 17px;
    line-height: 1.5;
  }
  .p-menuDoctorOtherContactHeadTxt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
  }
  .p-menuDoctorOtherContactLink {
    margin: 0 auto 18px auto;
  }
  .p-menuDoctorOtherContactLink a {
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: 17px;
    line-height: 1.4;
  }
  .p-menuDoctorOtherContactLink a + a {
    margin-top: 19px;
  }
  .p-menuDoctorOtherContactLink__caution {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 12px;
  }
}


.p-menuDoctorOtherContactTel {
  max-width: 450px;
  margin: 0 auto;
}
.p-menuDoctorOtherContactTel a {
  display:block;
  background: #f4f4f4 url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/icon-tel.png") no-repeat 17px center;
  padding: 20px 38px 20px 124px;
  text-align: left;
  position: relative;
}
.p-menuDoctorOtherContactTel a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 18px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-menuDoctorOtherContactTel__num {
  font-size: 21px;
  line-height: 1.4;
  max-width: 252px;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.p-menuDoctorOtherContactTel__num span {
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  margin-left: 10px;
}
.p-menuDoctorOtherContactTel__txt {
  font-size: 14px;
  line-height: 1.55;
}
.p-menuDoctorOtherContactTel__caution {
  font-size: 12px;
  line-height: 1.55;
  margin-top: 3px;
}

@media screen and (max-width: 750px) {
  .p-menuDoctorOtherContactTel {
  }
  .p-menuDoctorOtherContactTel a {
    background: #f4f4f4 url("/eye/menu/wp/wp-content/themes/iseamenu/assets/images/menu/doctor/icon-tel.png") no-repeat 12px center;
    background-size: 74px;
    padding: 17px 38px 17px 93px;
  }
  .p-menuDoctorOtherContactTel a:before {
    right: 18px;
    width: 12px;
    height: 12px;
  }
  .p-menuDoctorOtherContactTel__num {
    font-size: 17px;
    line-height: 1.4;
    max-width: 190px;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .p-menuDoctorOtherContactTel__num span {
    font-size: 12px;
    line-height: 1.4;
    margin-left: 10px;
  }
  .p-menuDoctorOtherContactTel__txt {
    font-size: 14px;
    line-height: 1.55;
  }
  .p-menuDoctorOtherContactTel__txt strong {
    font-weight: 500;
  }
  .p-menuDoctorOtherContactTel__caution {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 3px;
  }
}

.p-menuDoctorOtherLink {
  width: 46.54%;
}
.p-menuDoctorOtherLinkHeadTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
  margin-bottom: 75px;
}
.p-menuDoctorOtherLinkHeadTitle:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom:-31px;
}
.p-menuDoctorOtherLinkList {
}
.p-menuDoctorOtherLinkList li {
}
.p-menuDoctorOtherLinkList li + li {
  margin-top: 20px;
}
.p-menuDoctorOtherLinkList li a {
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f4f4f4;
}
.p-menuDoctorOtherLinkList__photo {
  width: 180px;
}
.p-menuDoctorOtherLinkList__txtWrap {
  width: calc(100% - 180px);
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.p-menuDoctorOtherLinkList__head {
  text-align: left;
  position: relative;
}
.p-menuDoctorOtherLinkList__head:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-menuDoctorOtherLinkList__job {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.p-menuDoctorOtherLinkList__name {
  font-size: 24px;
  line-height: 1.5;
}
.p-menuDoctorOtherLinkList__more {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-top: 24px;
}

@media screen and (max-width: 750px) {
  .p-menuDoctorOtherLink {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .p-menuDoctorOtherLinkHeadTitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .p-menuDoctorOtherLinkHeadTitle:before {
    width: 25px;
    height: 1px;
    bottom:-9px;
  }
  .p-menuDoctorOtherLinkList {
  }
  .p-menuDoctorOtherLinkList li {
  }
  .p-menuDoctorOtherLinkList li + li {
    margin-top: 2px;
  }
  .p-menuDoctorOtherLinkList li a {
    position: relative;
  }
  .p-menuDoctorOtherLinkList li a:before ,
  .p-menuDoctorOtherLinkList li a:after {
    content: '';
    display: block;
    height: 100%;
    width: 20px;
    background: inherit;
    position: absolute;
  }
  .p-menuDoctorOtherLinkList li a:before {
    left: -20px;
  }
  .p-menuDoctorOtherLinkList li a:after {
    right: -20px;
  }
  .p-menuDoctorOtherLinkList__photo {
    width: 135px;
  }
  .p-menuDoctorOtherLinkList__txtWrap {
    width: calc(100% - 135px);
    padding: 0 0 0 19px;
  }
  .p-menuDoctorOtherLinkList__head {
  }
  .p-menuDoctorOtherLinkList__head:before {
    right: 2px;
    width: 12px;
    height: 12px;
  }
  .p-menuDoctorOtherLinkList__job {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .p-menuDoctorOtherLinkList__name {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-menuDoctorOtherLinkList__more {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 13px;
  }
}

.mfp-auto-cursor .mfp-content {
  max-width: 720px;
  margin-top: 50px;
    margin-bottom: 50px;
  padding-bottom: 400px;
}

.p-otherCaseModal {
  padding: 50px 0 50px 0;
}
.p-otherCaseModalFrame {
  
}
.p-otherCaseModalInner {
  padding: 0 20px;
}
.p-otherCaseModal__title {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-top: 4px;
}
.p-otherCaseModal__title:before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  position: absolute;
  bottom:-23px;;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFF;
}
.p-otherCaseModalList + .p-otherCaseModal__title {
  margin-top: 32px;
}
.p-otherCaseModalList {
  max-width: 620px;
  margin: 0 auto;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-otherCaseModalList li {
  width: 22.58%;
  margin-left: 3.22%;
}
.p-otherCaseModalList li:nth-child(4n + 1) {
  margin-left: 0;
}
.p-otherCaseModalList li:nth-child(n + 5) {
  margin-top: 15px;
}
.p-otherCaseModalList li a {
  display: block;
  color: #FFF;
}
.p-otherCaseModalList__photo {
  margin-bottom: 7px;
}
.p-otherCaseModalList__title {
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .mfp-auto-cursor .mfp-content {
    max-width: 720px;
  }

  .p-otherCaseModal {
    padding: 40px 0 40px 0;
  }
  .p-otherCaseModalFrame {

  }
  .p-otherCaseModalInner {
    padding: 0 5.33vw;
  }
  .p-otherCaseModal__title {
    font-size: 14px;
    margin-bottom: 38px;
    padding-top: 2px;
  }
  .p-otherCaseModal__title:before {
    width: 25px;
    bottom:-18px;;
  }
  .p-otherCaseModalList + .p-otherCaseModal__title {
    margin-top: 22px;
  }
  .p-otherCaseModalList {
  }
  .p-otherCaseModalList li {
    width: 31.34%;
    margin-left: 2.99%;
  }
  .p-otherCaseModalList li:nth-child(4n + 1) {
    margin-left: 2.99%;
  }
  .p-otherCaseModalList li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-otherCaseModalList li:nth-child(n + 4) {
    margin-top: 12px;
  }
/*
  .p-otherCaseModalList li:nth-child(7) ,
  .p-otherCaseModalList li:nth-child(8) {
    display: none;
  }
*/
  .p-otherCaseModalList li a {
    display: block;
    color: #FFF;
  }
  .p-otherCaseModalList__photo {
    margin-bottom: 7px;
  }
  .p-otherCaseModalList__title {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }
}


/* 症例一覧ページ */

.p-menuCase {
  padding-top: 50px;
}
.p-menuCaseHeading {
  /* color: #545454; */
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 50px;
  /* line-height: .8; */
  text-align: center;
  margin: 0 auto 60px;
}
.p-menuCaseHeading__main {
  line-height: 2;
  padding-bottom: 15px;
  position: relative;
}
.p-menuCaseHeading__main::before {
  position: absolute;
  content: '';
  border-top: 3px solid #000;
  width: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.p-menuCaseHeading__sub {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
@media screen and (max-width: 750px) {
  .p-menuCase {
    padding-top: 30px;
  }
  .p-menuCaseHeading {
    font-size: 45px;
    margin: 0 auto 40px;
  }
  .p-menuCaseHeading__main::before {
    width: 25px;
  }
  .p-menuCaseHeading__sub {
    font-size: 14px;
  }
}

.p-menuCaseLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}
.p-menuCaseLink {
  width: 22.27%;
  margin-left: 3.64%;
}
.p-menuCaseLink:nth-child(4n + 1) {
  margin-left: 0;
}
.p-menuCaseLink:nth-child(n + 5) {
  margin-top: 39px;
}
.p-menuCaseLinkAnc {
  display: block;
  position: relative;
}
.p-menuCaseLinkAnc__photo img {
  height: auto;
  width: 100%;
}

.p-menuCaseLinkInfoLabel {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.p-menuCaseLinkInfoName,
.p-menuCaseLinkInfoPlan {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.p-menuCaseLinkBtn {
  max-width: 105px;
  color: #fff;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 32px;
  border: #fff 1px solid;
}
.p-menuCaseLinkBtn span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.p-menuCaseLinkBtn span::before {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -5px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-menuCaseLinkDescList {
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  padding: 15px 10px;
  color: #000;
}
.p-menuCaseLinkDescList dt {
  font-weight: 600;
}
.p-menuCaseLinkDescList dd {
  font-weight: 200;
}
.p-menuCaseLinkDescList dd + dt {
  margin-top: 15px;
}
@media screen and (max-width: 925px) {
  .p-menuCaseLink {
    width: 29.73%;
    margin-left: 5.405%;
  }
  .p-menuCaseLink:nth-child(4n + 1) {
    margin-left: 5.405%;
  }
  .p-menuCaseLink:nth-child(n + 5) {
    margin-top: 0px;
  }
  .p-menuCaseLink:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-menuCaseLink:nth-child(n + 4) {
    margin-top: 39px;
  }
}
@media screen and (min-width: 751px) {
  .p-menuCaseLinkAnc__photo:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background: rgba(200,200,200,0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  .p-menuCaseLinkAnc__txt {
    position: absolute;
    z-index: 10;
     -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  .p-menuCaseLinkInfo__item {
    margin-bottom: 20px;
  }
  .p-menuCaseLinkInfoLabel {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .p-menuCaseLinkInfoName,
  .p-menuCaseLinkInfoPlan {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-menuCaseLinkBtn {
    font-size: 14px;
    margin:  20px auto 0;
  }
  .p-menuCaseLinkAnc:hover .p-menuCaseLinkAnc__photo:before {
  opacity: 1;
  }
  .p-menuCaseLinkAnc:hover .p-menuCaseLinkAnc__txt {
  opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-menuCaseLinks {
    margin-bottom: 50px;
  }
  .p-menuCaseLink {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-menuCaseLink:nth-child(4n + 1) {
    margin-left: auto;
  }
  .p-menuCaseLink:nth-child(3n + 1) {
    margin-left: auto;
  }
  .p-menuCaseLink:nth-child(n + 4) {
    margin-top: 0;
  }
  .p-menuCaseLinkAnc {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-menuCaseLinkAnc__photo {
    width: 50%;
  }
  .p-menuCaseLinkAnc__txt {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .p-menuCaseLinkInfoLabel {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #000;
  }
  .p-menuCaseLinkInfoName,
  .p-menuCaseLinkInfoPlan {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
  }
  .p-menuCaseLinkInfo__item {
    margin-bottom: 15px;
  }
  .p-menuCaseLinkBtn {
    margin:  15px auto 0 0;
    font-size: 12px;
    max-width: 94px;
    height: 28px;
    color: #000;
    border: #000 1px solid;
  }
  .p-menuCaseLinkBtn span::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .p-menuCaseLinkDescList {
    font-size: 10px;
    padding: 10px 8px;
  }
  .p-menuCaseLinkDescList dd + dt {
    margin-top: 10px;
  }
}










.mfp-bg {
  z-index: 20420;
}

.mfp-wrap {
  z-index: 20430;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;  
}
.mfp-close:active {
    top: 20px;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
  opacity: 1;
}



.u-back-grey {
	background: #f9f9f9;
}

.u-txtLeft {
	text-align: left !important;
}
.u-txtRight {
	text-align: right !important;
}
.u-txtCenter {
	text-align: center !important;
}
.u-fb {
	font-weight: bold;
}


/*Utility*/
.u-mb-l { margin: 0 auto 150px;}
.u-mb-m { margin: 0 auto 100px;}
.u-mb-s { margin: 0 auto 50px;}
@media screen and (max-width: 750px) {
  .u-mb-l { margin: 0 auto 80px;}
  .u-mb-m { margin: 0 auto 50px;}
  .u-mb-s { margin: 0 auto 30px;}
}
.u-blockC { margin-left: auto; margin-right: auto;}
.u-mb-1em { margin: 0 auto 1em;}
.u-mb-0 { margin: 0 auto;}

.u-pb-l { padding-bottom: 150px !important;}
.u-pb-m { padding-bottom: 100px !important;}
.u-pb-s { padding-bottom: 50px !important;}
.u-pt-l { padding-top: 150px !important;}
.u-pt-m { padding-top: 100px !important;}
.u-pt-s { padding-top: 50px !important;}
@media screen and (max-width: 750px) {
  .u-pb-l { padding-bottom: 80px !important;}
  .u-pb-m { padding-bottom: 50px !important;}
  .u-pb-s { padding-bottom: 30px !important;}
}

/*width---------------------------------------------------------------------------------------------*/
.u-w-10 { width: 10%;}
.u-w-20 { width: 20%;}
.u-w-30 { width: 30%;}
.u-w-40 { width: 40%;}
.u-w-50 { width: 50%;}
.u-w-60 { width: 60%;}
.u-w-70 { width: 70%;}
.u-w-80 { width: 80%;}
.u-w-90 { width: 90%;}
.u-w-100 { width: 100%;}
@media screen and (max-width: 750px) {
  .u-w-sp10 { width: 10%;}
  .u-w-sp20 { width: 20%;}
  .u-w-sp30 { width: 30%;}
  .u-w-sp40 { width: 40%;}
  .u-w-sp50 { width: 50%;}
  .u-w-sp60 { width: 60%;}
  .u-w-sp70 { width: 70%;}
  .u-w-sp80 { width: 80%;}
  .u-w-sp90 { width: 90%;}
  .u-w-sp100 { width: 100%;}
}
.u-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;}
.u-ta-c { text-align: center !important;}
.u-ta-l { text-align: left !important;}
.u-ta-r { text-align: right !important;}
.u-fw-b { font-weight: bold !important;}
.u-fw-n { font-weight: normal !important;}
/*---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 751px) {.u-spOnly { display: none !important;}}


