@charset "UTF-8";
/*明朝体系フォント設定*/
/*---------------------------------------------
 font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lusitana&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  /*---------------------------------------------
  	common
  ---------------------------------------------*/
  .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  /*---------------------------------------------
  	header
  ---------------------------------------------*/
  header {
    padding: 15px 0;
  }
  header .inner {
    min-width: 1100px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    width: 100px;
    height: auto;
  }
  header .info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  header .info .clinicInfo {
    margin-right: 40px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
  }
  header .info .tel {
    font-weight: bold;
    line-height: 1;
  }
  header .info .tel .text {
    color: #aa6799;
    font-size: 1.4rem;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  header .info .tel .freeDial {
    font-size: 2.1rem;
    border-top: 1px solid #aa6799;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .info .tel .freeDial_again {
    font-size: 1.4rem;
    margin: 7px 0;
    text-align: center;
  }
  header .info .tel img {
    width: 35px;
    height: auto;
    margin-right: 5px;
  }
  header .info .tel .tel_note {
    color: #cb0000;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
  }
  header .info .tel:not(:last-child) {
    margin-right: 25px;
  }
  header .info .btnForm {
    max-width: 300px;
    transition: 0.3s;
  }
  header .info .btnForm a:hover {
    opacity: 0.7;
  }
  /*---------------------------------------------
  	common
  ---------------------------------------------*/
  h3 {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    font-weight: normal;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 2.4rem;
  }
  /*---------------------------------------------
  	.choice
  ---------------------------------------------*/
  .choice {
    padding: 80px 0;
  }
  .choice p.read {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .choice .el_note_beclat {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .choice .arrow {
    width: 120px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #d9aacd;
    margin-bottom: 60px;
  }
  .choice .contents {
    padding: 40px 0px 30px;
    border-top: none;
    min-width: 1100px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .choice .contents h4 {
    position: relative;
    font-size: 3rem;
    font-weight: normal;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    top: -54px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .choice .contents h4:before,
  .choice .contents h4:after {
    content: "";
    flex-grow: 1;
  }
  .choice .contents h4:before {
    margin-right: 2rem;
  }
  .choice .contents h4:after {
    margin-left: 2rem;
  }
  .choice .contents .boxset {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .choice .contents .boxset .box {
    padding: 15px 7px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .choice .contents .boxset .box .image {
    width: 70%;
    min-height: 0%;
    margin-bottom: 30px;
  }
  .choice .contents .boxset .box .image-kobe {
    width: 90%;
    padding: 13px 0;
  }
  .choice .contents .boxset .box .el_logo_beclat {
    height: 63px;
    width: auto;
  }
  .choice .contents .boxset .box .btn {
    width: 90%;
  }
  .choice .contents .boxset .box .btn a {
    display: block;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    background-color: #d9aacd;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.4;
    transition: 0.5s;
  }
  .choice .contents .boxset .box .btn a:hover {
    background-color: #aa6799;
    opacity: 0.8;
  }
  .choice .contents .boxset .box:not(:last-of-type) {
    border-bottom: none;
    border-right: 1px solid #aa6799;
  }
  /*---------------------------------------------
  	footer
  ---------------------------------------------*/
  footer {
    padding: 40px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
  }
  /*---------------------------------------------
  	footBtn
  ---------------------------------------------*/
  .footBtn {
    display: none;
  }
  /*---------------------------------------------
  	bl_ginza_note
  ---------------------------------------------*/
  .bl_ginza_note {
    font-size: 1.6rem;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */