@charset "UTF-8";

/* CSS Document */
/* z-index
.header 1000
*/
/* =================================================*/
/* CommonParts --各コンテナ

====================================================*/
.case,
.menu,
.points,
.doctor,
.info,
.access {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .case,
  .menu,
  .points,
  .doctor,
  .info,
  .access {
    padding: 80px 0;
  }
}

@media screen and (min-width: 980px) {
  .case,
  .menu,
  .points,
  .doctor,
  .info,
  .access {
    padding: 120px 0;
  }
}



/* =================================================*/

/* CommonParts --パーツ

====================================================*/
.ttl__wrp {
  text-align: center;
  margin-bottom: 30px;
}
.ttl__wrp .ttl_eng {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #beac7c;
}

.ttl__wrp .ttl_outer {
  position: relative;
  max-width: 680px;
  margin: 0 auto 20px auto;
  border-right: 2px solid #917c3e;
  border-left: 2px solid #917c3e;
  z-index: 1;
}
.ttl__wrp .ttl_outer::before,
.ttl__wrp .ttl_outer::after,
.ttl__wrp .ttl_outer2::before,
.ttl__wrp .ttl_outer2::after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #917c3e;
  width: 15px;
  height: 2px;
}
.ttl__wrp .ttl_outer::before { z-index: 2; left: 0; top:0; }
.ttl__wrp .ttl_outer::after { z-index: 2; left: 0; bottom: 0;}
.ttl__wrp .ttl_outer2::before { z-index: 2; right: 0; top:0; }
.ttl__wrp .ttl_outer2::after { z-index: 2; right: 0; bottom: 0;}
.ttl__wrp .ttl {
  text-align: center;
  position: relative;
  line-height: 1.2;
  padding: 12px 8%;
  font-size: 3.0rem;
  color: #917c3e;
  z-index: 10;
}
.ttl__wrp .sttl {
  font-size: 2.0rem;
  color: #beac7c;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .ttl__wrp {
    margin-bottom: 95px;
  }
  .ttl__wrp .ttl_eng {
    font-size: 5.0rem;
    margin-bottom: 22px;
  }
  .ttl__wrp .ttl {
    font-size: 3.6rem;
    padding: 20px;
  }
  .ttl__wrp .sttl {
    font-size: 3.0rem;
  }
}
@media screen and (min-width: 768px) {
  .ttl__wrp .ttl_outer {
    position: relative;
    margin: 0 auto 20px auto;
  }
}



/* =================================================*/
/* mainVisual --メインビジュアル

====================================================*/
.mainVisual .container {
  max-width: 100%;
  width: 100%;
  background-image: url(../img/bg_dairi.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mainVisual .container {
    position: relative;
    background:
    none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .container::before {
    position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 100vw;/*画像の幅*/
    height: 90%;/*画像の高さ*/
    top: 50%;
    background-image: url(../img/bg_dairi.jpg);
    background-size: cover;
    background-position: left center;
    transform: translateY(-50%);
  }
}

/*　メインコピー　*/
.mainVisual .mainVisualTtl__wrp {
  position: relative;
  text-align: center;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.mainVisual .mainimg {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.mainVisual .mainimg img {
  max-width: 100%;
  margin: 0 auto;
}

.mainVisual .txt01 {
  position: absolute;
  z-index: 10;
  top: 55%;
  right: 4%;
  width: 50%;
}

.mainVisual .btm {
  position: relative;
  z-index: 5;
  text-align: center;
  margin: 0 auto 0;
}
.mainVisual .btm {
  position: absolute;
  z-index: 5;
  left: 50%;
  width: 70vw;
  max-width: 460px;
  height: auto;
  margin: 0 auto;
  /* padding: 0 15%; */
  top: 75vw;
  z-index: 10;
  transform: translateX(-50%);
}
.mainVisual .movie video {
    width: 90%;
    height: auto;
}
@media screen and (min-width: 980px) {
  .mainVisual .movie video {
      width: 100%;
      height: auto;
  }
}
.mainVisual .location.is_pc {
  display: none;
}
.mainVisual .location {
  position: relative;
  z-index: 1;
  text-align: right;
  background-image: url(../img/fv_bg_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: -5px 10% 0;
  padding: 20px 20px 20px;
  line-height: 1.4;
  z-index: 8;
}

.mainVisual .location p {
  padding: 0 30px 0 0;
  line-height: 1.4;
}

.mainVisual .location p::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 26px;
  /*26px*/
  height: 37px;
  /*26px*/
  right: 10px;
  background-image: url(../img/ico_st.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (min-width: 768px) {
  .mainVisual .mainimg {
    margin: 0 auto -2px;
  }
  .mainVisual .location.is_pc {
    display: block;
  }
  .mainVisual .location.is_sp {
    display: none;
  }
  .mainVisual .btm {
    position: absolute;
    top: auto;
    left: unset;
    right: 0;
    z-index: 10;
    text-align: center;
    margin: 0;
    padding: 0;
    top: 19vw;
    width: 45vw;
    height: auto;
    transform: translateX(0%);
  }
  .mainVisual .movie {
    position: relative;
    z-index: 10;
    /* width: 80%; */
    max-width: 460px;
    height: auto;
    top: auto;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .mainVisual .mainVisualTtl__wrp {
    height: 683px;
  }
  .mainVisual .mainimg {
    margin: 0 auto -2px;
    padding: 0;
  }
  .mainVisual .mainimg img {
    width: 940px;
    height: auto;
  }
  .mainVisual .btm {
    width: 440px;
    top: 28%;
     /*縦位置*/
  }
  .mainVisual .movie {
    width: 380px;
    max-width: unset;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .mainVisual .location {
    float: right;
    margin: -85px 0 0 auto;
    padding: 100px 60px 20px;
    line-height: 1.4;
  }
  .mainVisual .location p {
    padding: 0 0 0 0;
  }
  .mainVisual .location p::before {
    width: 27px;
    height: 39px;
    right: 19px;
  }
}

@media screen and (min-width: 1200px) {}




/* =================================================*/

/* campaign --キャンペーン

====================================================*/
.campaign {
  position: relative;
  background-image: url(../img/cmp_bg_sp.jpg);
  background-size: cover;
  background-position:  left top;
  background-repeat: repeat;
  padding: 30px 0 35px;
}

.campaign .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 211px;/*422px*/
  height: 92px;/*184px*/
  margin: 0 auto 20px;
  background-image: url(../img/cmp_ttl_bg.png);
  background-size: cover;
  background-position:  left top;
  background-repeat: repeat;
  font-size: 3.0rem;
}
.campaign .txtWrp {
  line-height: 1;
  text-align: center;
}
.campaign .txtWrp .txt01 {
  font-size: 2.0rem !important;
  margin-bottom: 5px;
}
.campaign .txtWrp .txt02 {
  font-size: 4.8rem !important;
}
.campaign .txtWrp .txt03 {
  font-size: 1.8rem !important;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .campaign .cmp__wrp {
    display: flex;
    align-items: center;
  }
  .campaign .cmp__wrp .ttl {
    
    margin: 0 30px 0 auto;
  }
  .campaign .cmp__wrp .txtWrp {
    text-align: left;
    flex-basis: 70%;
    /* margin-left: 30px; */
  }
  .campaign .cmp__wrp .ttl {
    /* flex-basis: 30%; */
    margin: 0 30px 0 auto;
  }
  .campaign .txtWrp .txt01 {
    font-size: 3.0rem !important;
    margin-bottom: 10px;
  }
  .campaign .txtWrp .txt02 {
    font-size: 7.2rem !important;
  }
  .campaign .txtWrp .txt03 {
    font-size: 3.0rem !important;
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 980px) {
  .campaign {
    background-image: url(../img/cmp_bg_pc.jpg);
  }
  .campaign .cmp__wrp .ttl {
    width: 334px;
    height: 146px;
    margin: 0 30px 0 auto;
    font-size: 4.6rem;
  }
}



/* =================================================*/

/* intro --イントロ

====================================================*/
.intro {
  position: relative;
  background-image: url(../img/intro_bg_sp.jpg);
  background-size: cover;
  background-position:
    left top;
  background-repeat: repeat;
  padding: 46% 10px 40px;
}
.intro .cmp__wrp {
  max-width: 630px;
  margin: 0 auto;
  padding: 25px 18px;
  background: rgba(255, 255, 255, 0.8);
}
.intro .ttl {
  text-align: center;
  font-size: 2.0rem !important;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.intro p {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 40% 10px 50px;
  }
  .intro .cmp__wrp {
    margin: 0 auto;
    padding: 55px 38px;
  }
  .intro .ttl {
    font-size: 3.6rem !important;
    margin-bottom: 45px;
  }
  .intro p {
    line-height: 2.8;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .intro {
    padding: 110px 0;
    background-image: url(../img/intro_bg_pc.jpg);
    background-position: left 47% top;
    /* background-size: contain; */
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1920px) {
  .intro {
    background-position: left top;
  }
}


/* =================================================*/

/* case --症例

====================================================*/
.case {}
/*　slick設定　*/
.case .slick_wrp .slick-slide {
    margin: 0 10px;
}
.case .slick_wrp .slick-bt {
    border-radius: 10rem;
    width: 40px;
    height: 40px;
    background: #917c3e;
    background: rgba(145, 124, 62, 0.9);
    cursor: pointer;
    z-index: 25;
    transform: translateY(-50%);
}
.case .slick_wrp .slick-bt.next {
    position: absolute;
    top: 50%;
    right: -2%;
    z-index: 1;
}
.case .slick_wrp .slick-bt.prev {
    position: absolute;
    top: 50%;
    left: -2%;
}
.case .slick_wrp .slick-bt.prev::before,
.case .slick_wrp .slick-bt.next::before {
    position: absolute;
    content: "";
    display: block;
    left: 16px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.case .slick_wrp .slick-bt.prev::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.case .slick_wrp .slick-bt.next::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 12px;
}

.case .case_list {
  max-width: 600px;
  margin: 0 auto;
}
.case .case_img {
    max-width: 540px;
    height: auto;
    margin: 0 auto;
    padding: 0 30px;
}
.case .case_img video {
  width: 100%;
  max-width: 540px;
}


/* =================================================*/

/* menu --メニュー

====================================================*/
.menu .menu__wrp {
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(145,124,62,.3));
  filter: drop-shadow(0px 0px 4px rgba(145,124,62,.35));
  background: #FFF;
}
.menu .menu__wrp .menu_ttl_wrp {
  padding: 25px;
  background: url(../img/menu_ttl_bg_sp.jpg), #917c3e;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
}
.menu .menu__wrp .menu_ttl_wrp .no_wrp {
  color: #FFF;
  font-size: 1.5rem;
  opacity: 0.8;
  padding-right: 10px;
  line-height: 1;
}
.menu .menu__wrp .menu_ttl_wrp .no_wrp .no {
  font-size: 4.5rem;
}
.menu .menu__wrp .menu_ttl_wrp .ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #FFF;
  line-height: 1.3;
}

.menu .menu_ttl_wrp .tag_wrp .tag {
  font-size: 1.4rem;
  padding: 6px 10px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ea6ea8;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .menu .menu__wrp .menu_ttl_wrp {
    padding: 30px 40px;
  }
  .menu .menu__wrp .menu_ttl_wrp .no_wrp {
    font-size: 3.0rem;
    padding-right: 20px;
  }
  .menu .menu__wrp .menu_ttl_wrp .no_wrp .no {
    font-size: 9rem;
    margin-top: -10px;
  }
  .menu .menu__wrp .menu_ttl_wrp .ttl {
    margin: 0 0 20px;
    font-size:3.6rem;
    line-height: 1.3;
  }
  .menu .menu_ttl_wrp .tag_wrp .tag {
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 980px) {
  .menu .menu__wrp .menu_ttl_wrp {
    padding: 30px 95px;
    background: url(../img/menu_ttl_bg_pc.jpg), #917c3e;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
  }
  .menu .menu__wrp .menu_ttl_wrp .no_wrp {
    padding-right: 72px;
  }
}

/* メニュー内部 */
.menu .menu__wrp .menu__inner {
  padding: 30px 10px;
}
.menu .menu__wrp .menu_feature_wrp {
  margin-bottom: 30px;
}
.menu .menu__wrp .menu_feature_wrp .menu_feature {
  margin-bottom: 30px;
}
.menu .menu__wrp .menu_feature_wrp h4 {
  padding-bottom: 10px;
  font-size: 2.0rem;
  line-height: 1.4;
}
.menu .menu__wrp .menu_feature_wrp .feature_list {
  position: relative;
  padding: 15px;
  width: 100%;
}
.menu .menu__wrp .menu_feature_wrp .feature_list:nth-of-type(odd) {
  margin: 2px 0;
  background: #ded5bd;
}
.menu .menu__wrp .menu_feature_wrp .feature_list:nth-of-type(even) {
  background: #f3eee0;
}
.menu .menu__wrp .menu_feature_wrp .feature_list dd {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .menu .menu__wrp .menu__inner {
    padding: 65px 60px;
  }
  .menu .menu__wrp .menu_feature_wrp {
    margin-bottom: 40px;
  }
  .menu .menu__wrp .menu_feature_wrp h4 {
    padding-bottom: 20px;
    font-size: 2.6rem;
  }
  .menu .menu__wrp .menu_feature_wrp .feature_list {
    font-size: 2.0rem;
  }
  .menu .menu__wrp .menu_feature_wrp .feature_list dd {
    left: 180px;
  }
}
@media screen and (min-width: 980px) {
  .menu .menu__wrp .menu_feature_wrp {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .menu .menu__wrp .menu_feature_wrp .menu_feature {
    flex-basis: 50%;
    margin-left: 30px;
  }
  .menu .menu__wrp .menu_feature_wrp .menu_img {
    flex-basis: 50%;
  }
}


/*価格部分*/
.menu .menu__wrp .price_ttl {
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.menu .menu__wrp .price__wrp {
  text-align: center;
}
.menu .menu__wrp .price__wrp .price_before {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 30px;
}
.menu .menu__wrp .price__wrp .price_before::after {
  position: absolute;
    content: "";
    bottom: 0;
    left:50%;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #beac7c transparent transparent;
    z-index: 1;
    transform: translateX(-50%);
}
.menu .menu__wrp .price__wrp .price_before dt {
  display: inline-block;
  margin-bottom: 13px;
  padding: 5px;
  font-size: 1.6rem;
  border: 1px solid #000;
}
.menu .menu__wrp .price__wrp .price_before dd {
  font-size: 2.6rem;
}
.menu .menu__wrp .price__wrp .price_before dd span {
  font-size: 2.0rem;
}
.menu .menu__wrp .price__wrp .price_after {
  max-width: 420px;
  margin: 0 auto;
  padding: 8px;
  background: rgb(248,225,154);
  background: linear-gradient(105deg, rgba(248,225,154,1) 0%, rgba(255,250,234,1) 50%, rgba(248,225,154,1) 100%);
}
.menu .menu__wrp .price__wrp .price_after .price_after_inner {
  padding: 20px 20px 15px;
  border: 1px solid #FFF;
}
.menu .menu__wrp .price__wrp .price_after dt {
  padding-bottom: 20px;
  font-size: 2.0rem;
}
.menu .menu__wrp .price__wrp .price_after dd {
  padding-bottom: 20px;
  font-size: 5.0rem;
}
.menu .menu__wrp .price__wrp .price_after dd span {
  font-size: 2.0rem;
}
@media screen and (min-width: 768px) {
  .menu .menu__wrp .price__wrp .price_before dt {
    margin-bottom: 20px;
    padding: 8px 27px;
    font-size: 2.4rem;
  }
  .menu .menu__wrp .price__wrp .price_before dd {
    font-size: 4.2rem;
  }
  .menu .menu__wrp .price__wrp .price_before dd span {
    font-size: 2.6rem;
  }
  .menu .menu__wrp .price__wrp .price_after dt {
    padding-bottom: 20px;
    font-size: 3.0rem;
  }
  .menu .menu__wrp .price__wrp .price_after dd {
    padding-bottom: 20px;
    font-size: 7.0rem;
  }
  .menu .menu__wrp .price__wrp .price_after dd span {
    font-size: 4.0rem;
  }
}
@media screen and (min-width: 980px) {
  .menu .menu__wrp .price__wrp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu .menu__wrp .price__wrp .price_before {
    position: relative;
    text-align: center;
    margin: 0 28px 0 0;
    padding: 0 50px 0 0;
  }
  .menu .menu__wrp .price__wrp .price_before::after {
    position: absolute;
    content: "";
    bottom: 50%;
    left: 90%;
    width: 0px;
    height: 0px;
    /* margin: auto; */
    border-style: solid;
    border-width: 19px 0 19px 18px;
    border-color: transparent transparent transparent #beac7c;
    z-index: 1;
    transform: translateY(50%);
  }
  .menu .menu__wrp .price__wrp .price_after {
    margin: 0;
    padding: 8px;
    width: 420px;
  }
}


/* =================================================*/

/* ポイント --points

====================================================*/
.points {
  background: url(../img/bg_dairi.jpg);
  background-size: contain;
  background-repeat: repeat;
}
.points .points_box {
  text-align: center;
  margin: 0 0 30px 20px;
  padding: 30px 20px 20px 20px;
  height: 100%;
  background: #FFF;
  overflow: hidden;
}
.points .points_box.is_2 {
  margin: 0 20px 30px 0;
  padding: 30px 20px 20px 20px;
}
.points .points_box .points_ttl_wrp {
  position: relative;
  text-align: left;
  margin: 0 auto 20px;
}
.points .points_box .points_ttl_wrp::before {
  position: absolute;
  content: '';
  display: inline-block;
  border-bottom: 1px solid #917c3e;
  width: 100vw;
  bottom: 0;
  left: 50%;
}
.points .points_box.is_2 .points_ttl_wrp::before {
  position: absolute;
  content: '';
  display: inline-block;
  border-bottom: 1px solid #917c3e;
  width: 50vw;
  right: 50%;
  left: auto;
  bottom: 0;
}
.points .points_box .points_ttl_wrp p {
  padding-bottom: 10px;
  color: #e196a9;
}
.points .points_box .points_ttl_wrp h3 {
  padding-bottom: 10px;
  font-size: 2.0rem;
  line-height: 1.2;
}
.points .points_box.is_2 .points_ttl_wrp {
  text-align: left;
  padding-left: 0;
  display: inline-block;
}
.points .points_box .points_wrp {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
}
.points .points_box .points_wrp+.points_wrp {
  margin-bottom: 20px;
}
.points .points_box .points_wrp .txt {
  line-height: 2;
  text-align: left;
  padding: 20px 0;
  background: #FFF;
}
.points .points_box .points_wrp .img {
  position: relative;
  z-index: 1;
}
/* .points .points_box .points_wrp .img img {
  position: absolute;
  left:0;
  top:0;
  width: 100vw;
  height: auto;
} */
@media screen and (min-width: 768px) {
  .points .points_box {
    margin: 0 0 60px 80px;
    padding: 60px 60px 60px 60px;
  }
  .points .points_box.is_2 {
    margin: 0 80px 60px 0;
    padding: 60px 0 60px 60px;
  }
  .points .points_box .points_wrp {
    max-width: 780px;
    margin-bottom: 40px;
    /* padding: 0 60px 0; */
    display: inline-flex;
  }
  .points .points_box .points_ttl_wrp,
  .points .points_box.is_2 .points_ttl_wrp {
    margin: 0 auto 90px;
    display: inline-block;
  }
  .points .points_box .points_ttl_wrp p {
    font-size: 2.0rem;
    padding-bottom: 15px;
  }
  .points .points_box .points_ttl_wrp h3 {
    padding-bottom: 20px;
    font-size: 3.2rem;
  }
  .points .points_box .points_wrp .txt {
    width: 428px;
    margin: -50px 0 0 15vw;
    padding: 20px 30px;
    position: relative;
    z-index: 10;
  }
  .points .points_box .points_wrp.is_img_right .txt {
    width: 428px;
    margin: -50px 15vw 0 0;
    padding: 20px 30px;
    position: relative;
    z-index: 10;
  }
  .points .points_box .points_wrp.is_img_right .img {
  margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .points .points_box {
    position: relative;
    padding: 60px 60px 100px 60px;
    margin: 0 0 80px;
    background: none;
    overflow: unset;
  }
  .points .points_box::before {
    content: '';
    width: 100vw;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
  .points .points_box.is_2::before {
    content: '';
    width: 100vw;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: auto;
  }
  .points .points_box .points_wrp {
    display: flex;
    margin: 0 auto 40px;
    padding: 0;
    width: 780px;
  }
  .points .points_box .points_wrp .txt {
    position: absolute;
    width: 436px;
    margin: 0px 0 0 15vw;
    padding: 20px 0 0 33px;
    right: 0;
    z-index: 10;
  }
  .points .points_box .points_wrp.is_img_right .txt {
    position: absolute;
    width: 436px;
    margin: 0;
    padding: 20px 33px 0  0;
    left: 0;
    z-index: 10;
  }

}


/* =================================================*/

/* 医師紹介 --docter

====================================================*/
.doctor {
  background: url(../img/dr_bg_sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.doctor .container {
  position: relative;
  overflow: hidden;
}
.doctor .container:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/dr_img.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: top 30% right -10%;
  vertical-align: middle;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .doctor .container:before {
    background-size: 40% auto;
    background-position: top 28% right 10%;
  }
}
@media screen and (min-width: 768px) {
  .doctor {
    background: url(../img/dr_bg_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .doctor .container {
    overflow: hidden;
  }
  .doctor .container:before {
    background-size: 407px auto;
    background-position: top 68% right 10%;
  }
}

@media screen and (min-width: 980px) {
  .doctor .container:before {
    background-size: 39% auto;
    background-position: top 59% right 10%;
  }
}

.doctor .ttl {
  position: relative;
  line-height: 1.4;
  font-size: 2.5rem;
  margin-bottom: 75px;
  z-index: 100;
  text-shadow: rgba(255, 255, 255, 1.0) 1px 1px 10px, rgba(255, 255, 255, 1.0) -1px 1px 10px,
    rgba(255, 255, 255, 1.0) 1px -1px 10px, rgba(255, 255, 255, 1.0) -1px -1px 10px;
}

.doctor .name {
  position: relative;
  margin-bottom: 40px;
  font-size: 3.2rem;
  z-index: 100;
}
.doctor .name span {
  font-size: 1.6rem;
}

.doctor .upper {
  position: relative;
  margin-bottom: 5.33vw;
  z-index: 100;
}

.doctor .upper .upper_ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.doctor .upper .txt {
  max-width: 415px;
  line-height: 1.6;
  text-shadow: rgba(255, 255, 255, 1.0) 1px 1px 10px, rgba(255, 255, 255, 1.0) -1px 1px 10px,
    rgba(255, 255, 255, 1.0) 1px -1px 10px, rgba(255, 255, 255, 1.0) -1px -1px 10px;
}
.doctor .upper .txt p:not(:last-child) {
  padding-bottom: .5em;
}

.doctor .below_inner {
  max-width: 415px;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #917c3e;
  z-index: 100;
  color: #FFF;
}
.doctor .below .below_ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  font-size: 2.0rem;
}

.doctor .below .txt,
.doctor .below .list {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .doctor .doctor_ttl {
    /* text-align: center; */
  }
  .doctor .ttl {
    text-align: left;
    font-size: 3.8rem;
    margin: 0 auto 56px auto;
    padding-top: 0;
    display: inline-block;
  }

  .doctor .name {
    font-size: 3.8rem;
  }

  .doctor .name span {
    font-size: 2.4rem;
  }

  .doctor .upper {
    margin-bottom: 25px;
  }

  .doctor .upper .upper_ttl {
    font-size: 3.0rem;
    margin-bottom: 22px;
  }

  .doctor .upper .txt {
    max-width: 415px;
    line-height: 2.0;
  }

  .doctor .below {
    display: flex;
    align-items: center;
  }
  .doctor .below_inner {
    flex-basis: 415px;
    width: 415px;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 40px 50px 35px;
  }

  .doctor .below .below_ttl {
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 980px) {
  .doctor .container_inner {
    margin-right: 130px;
    margin-left: 130px;
  }
}


/* =================================================*/

/* クリニック紹介 --info

====================================================*/
.info {
  background: #f9f9f9;
}

.info .ttl__wrp {
  margin-bottom: 50px;
}

.info .copy {
  padding: 20px 15px;
  background: #FFF;
}

.info .copy .copy_inner {
  padding: 25px 0 20px;
  border-top: 1px solid #917c3e;
  border-bottom: 1px solid #917c3e;
}
.info .copy .ttl_sub {
  max-width: 320px;
  width: 60%;
  margin: 0 auto 20px;
}
.info .copy .ttl_main {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .info .ttl__wrp {
    display: flex;
  }

  .info .copy {
    flex-basis: 53%;
    padding: 30px 20px;
  }

  .info .img {
    flex-basis: 47%;
  }

  .info .copy .copy_inner {
    padding: 25px 0 20px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .info .copy .ttl_sub {
  width: 186px;
  }
}

@media screen and (min-width: 980px) {
  .info .copy {
    flex-basis: 50%;
    padding: 46px 38px;
  }

  .info .img {
    flex-basis: 50%;
  }

  .info .copy .ttl_main {
    font-size: 1.8rem;
    /* margin-bottom: 47px; */
    line-height: 2.7;
  }
}

.info .clinicinfo_wrp {
  padding: 25px;
  border: 2px #917c3e solid;
}
.info .clinicinfo_wrp .clinicinfo_ttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.info .clinicinfo_wrp .clinicinfo_list_wrp {
  border-top: 1px solid #917c3e;
  border-bottom: 1px solid #917c3e;
}

.info .clinicinfo_wrp .clinicinfo_list_wrp .list {

  padding: 20px 0;
}

.info .clinicinfo_wrp .clinicinfo_list_wrp .list:not(:last-child) {
  border-bottom: 1px solid #917c3e;
}

.info .clinicinfo_wrp .clinicinfo_list_wrp .list_ttl {
  font-size: 1.6rem;
  width: 100%;
  padding-bottom: 4vw;
}

.info .clinicinfo_wrp .clinicinfo_list_wrp .list_txt {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .info .concept_wrp {
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 760px;
    font-size: 2.8rem;
  }

  .info .concept_txt {
    line-height: 2;
    max-width: 620px;
    margin: 0 auto;
    padding-bottom: 80px;
    font-size: 2.0rem;
  }

  .info .clinicinfo_wrp {
    padding: 40px 60px;
    margin: 0 auto;
    max-width: 520px;
  }

  .info .clinicinfo_wrp .clinicinfo_ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  .info .clinicinfo_wrp .clinicinfo_ttl::before,
  .info .clinicinfo_wrp .clinicinfo_ttl::after {
    width: 64px;
    height: 22px;
    top: 50%;
  }

  .info .clinicinfo_wrp .clinicinfo_list_wrp .list {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding: 30px 0;
  }

  .info .clinicinfo_wrp .clinicinfo_list_wrp .list_ttl {
    font-size: 1.6rem;
    width: 120px;
    padding-bottom: 0;
  }
}


/* =================================================*/

/* アクセス --access

====================================================*/
.access .ttl__wrp .ttl {
  font-size: 2.0rem;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.access .ttl__wrp .ttl li:not(:last-child) {
  padding-bottom: 15px;
}
.access .address {
  margin-bottom: 8vw;
}

.access .accessinfo_ttl {
  margin-bottom: 10px;
  color: #e196a9;
}

.access .map_wrp .gmap {
  width: 100%;
  max-width: 940px;
  height: 80vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .access .toho {
    margin: 0 auto 50px;
    padding: 10px;
  }

  .access .toho .toho_inner {
    padding: 30px;
    font-size: 3.0rem;
  }

  .access .toho .toho_inner span {
    font-size: 4.0rem;
  }

  .access {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 22px;
    /* 余白 */
  }

  .access .address {
    max-width: 680px;
    margin: 0 auto 100px;
  }

  .access .train {
    flex-basis: 50%;
  }

  .access .accessinfo_ttl {
    margin: -2px 20px 0 0;
    /* font-size: 2.1rem; */
    float: left;
  }

  .access .train .accessinfo_txt {
    line-height: 1.6;
  }

  .access .map_wrp .gmap {
    height: 600px;
  }
}