@charset "UTF-8";
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1260px) {
  #mainimage_pc {
    max-width: 100vw;
  }

  .mainimage_mainconts, .mainimage_subconts {
    max-width: inherit;
    height: 52vw;
  }

  .mainimage_mainconts-conts img {
    width: 60vw;
  }

  .mainimage_mainconts-img {
    margin-left: -30vw;
  }

  .mainimage_subconts01 {
    left: 2%;
  }
  .mainimage_subconts01 img {
    width: 16vw;
    height: auto;
  }

  .mainimage_subconts02 {
    left: 1%;
    top: 42%;
    bottom: 0;
  }
  .mainimage_subconts02 img {
    width: 23vw;
    height: auto;
  }

  .mainimage_subconts03 {
    top: 18%;
    right: 0;
    width: 35vw;
  }
  .mainimage_subconts03 img {
    width: 35vw;
    height: auto;
  }

  .mainimage_subconts04{
    left: 15.3%;
    top: 2%;
  }

  .mainimage_subconts05{
    left: 14%;
    top: 27%;
  }

  .mainimage_subconts04 img{
    width: 9vw;
    max-width: 133px;
    height: auto;
  }

  .mainimage_subconts05 img{
    width: 7.8vw;
    max-width: 133px;
    height: auto;
  }
}
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1100px) {
  body {
    font-size: 14px;
  }

  /* ヘッダー */
  #header {
    margin-top: 64px;
    background: #fff;
    padding: 12px 0 16px;
  }

  .h_h1-t h1 {
    text-align: left;
  }

  .h_contact {
    align-items: flex-start;
  }

  .h_contact-hukidashi {
    margin-top: 8%;
  }

  .h_conts {
    margin-top: 12px;
    align-items: flex-start;
  }

  #nav {
    padding: 0;
  }

  .nav_pc {
    display: none;
  }

  .nav_sp {
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-top: 3px solid #e7797f;
    background: #fff8f6;
  }

  .nav_sp-conts {
    width: 33.3333333333%;
    text-align: center;
    border-right: 1px solid #d9cdc6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }

  .nav_sp-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .nav_sp-menutext {
    font-size: 16px;
    font-weight: bold;
    color: #e7797f;
    line-height: 1;
  }

  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }

  .hum_menu_obtn {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .hum_menu_nav {
    background: rgba(255, 248, 248, 0.98);
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 280px;
    color: #000;
  }
  .hum_menu_nav.clicked {
    width: 100%;
    left: 0;
    overflow: scroll;
    z-index: 100000;
  }

  .hum_menu_nav_close {
    padding: 15px 0;
  }

  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    right: 17px;
  }

  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }

  .hum_menu_nav_menu {
    margin-top: 55px;
  }

  .hum_menu_nav_menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu-list li {
    color: #000;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .hum_menu_nav_menu-list li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu-list li a {
    padding: 16px 0;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .hum_menu_nav_menu-list li a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
  .hum_menu_nav_menu-list li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu-list li.sp_nav_more_wrap a {
    padding: 16px 0;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more {
    border-top: none;
  }

  .hum_menu_contact {
    color: #fff;
    display: block;
    margin: 50px 20px 20px;
  }
  .hum_menu_contact a {
    margin: 0 auto;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85em;
    padding: 2px 0;
    display: block;
    width: 100%;
    max-width: 200px;
  }
  .hum_menu_contact a.h_menu_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff838a;
    color: #fff;
    padding: 5px 12px;
  }
  .hum_menu_contact a.h_menu_line {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #64af35;
    color: #fff;
    padding: 5px 12px;
    margin-top: 8px;
  }
  .hum_menu_contact img {
    width: auto;
    max-width: 15px;
    height: auto;
    margin-right: 10px;
  }

  .hum_menu_nav_menu-list ul.sp_nav_more li {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 1.05em;
    border-bottom: none;
    background: #fcede9;
    box-sizing: border-box;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a:after {
    content: none;
  }

  .hum_menu_nav-ttl01 {
    background: #81b802;
    box-sizing: border-box;
    padding: 16px 4px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }

  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }

  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }

  .hum_open_bg_display {
    transition: all 0.25s linear 0s;
  }
  .hum_open_bg_display.active {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  /* ここまで */
  .hum_menu_obtn, .sp_tel, .sp_contact {
    min-height: 72px;
  }

  .nav_sp-menuicon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 0;
    margin-bottom: 8px;
  }
  .nav_sp-menuicon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 28px;
  }

  .nav_side #side {
    display: block;
    margin: 24px auto 0;
    padding-bottom: 0;
  }

  #nav_side-btn {
    display: block;
    box-shadow: none;
    border: none;
    background: linear-gradient(to bottom, #ff984f 0%, #f36b09 100%);
    color: #fff;
    padding: 8px 40px 8px 60px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1em;
    font-weight: bold;
    margin: 16px auto 32px;
    position: relative;
  }
  #nav_side-btn:before {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 41px;
    bottom: 15px;
    transform: rotate(-45deg);
  }
  #nav_side-btn:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 47px;
    bottom: 15px;
    transform: rotate(45deg);
  }
  #nav_side-btn.on:before {
    transform: rotate(-315deg);
  }
  #nav_side-btn.on:after {
    transform: rotate(315deg);
  }

  #nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
  }

  /* mainimage */
  /*  #mainimage {
      padding-top: 24px;
    }*/
  /*  .mainimage_subconts {
      display: none;
    }*/
  /* common */
  #main {
    max-width: 800px;
    flex-direction: column;
  }

  #conts {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .offer_btn {
    width: 80%;
  }

  /* top */
  .maincampaign {
    width: 95%;
  }

  .nayami_conts-text {
    width: 98.5%;
    padding: 0 23px 20px;
    box-sizing: border-box;
  }

  /* side */
  #side {
    display: none;
  }

  /* sidebtn */
  #sidebtn {
    top: 18%;
  }
}
/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  .h_logo {
    width: 34vw;
    margin-right: 0;
  }

  .h_contact {
    width: 51vw;
  }

  #main {
    margin-bottom: 80px;
  }

  /* common_contact */
  .common_contactconts {
    padding: 40px 0;
  }

  .common_contact-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .common_contact-l {
    margin: 0 auto 24px;
  }

  .common_contact-r {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .common_contact-r-tel {
    text-align: center;
  }
  .common_contact-r-tel img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .common_contact-r-info {
    justify-content: center;
  }

  /* footer */
  .footer_wrap {
    flex-direction: column;
    justify-content: center;
  }

  .footer_l {
    margin: 0 auto 32px;
  }
}
/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  /* header */
  .h_conts {
    justify-content: center;
  }

  .h_contact {
    display: none;
  }

  /* common */
  .conts_contact {
    padding: 32px 16px;
  }

  .contact_ttl img {
    width: 70vw;
    max-width: 526px;
  }

  .contact_open {
    flex-direction: column;
  }
  .contact_open dl {
    width: 100%;
    margin: 0 auto 12px;
  }
  .contact_open dl:last-of-type {
    margin-bottom: 0;
  }

  .campaign01 {
    background-size: 97%;
  }
  .campaign01 .ttl img {
    margin-left: 0;
    max-width: 100%;
  }

  .campaign01_text01 span {
    font-size: 19px;
  }

  .ekiten .ttl {
    font-size: 24px;
  }

  .flow_conts .ttl {
    font-size: 15px;
  }
  .flow_conts .ttl:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
    margin-right: 0;
  }

  .contact01 .tel_info_conts li {
    font-size: 16px;
  }
  .contact01 .tel_info_conts li:nth-of-type(odd), .contact01 .tel_info_conts li:nth-of-type(even) {
    width: 100%;
  }
  .contact01 .tel_info_conts li:before {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }
}
/* 幅680px以下からcss適応 */
@media only screen and (max-width: 700px) {
  .line_btn a {
    font-size: 18px;
    padding: 13px 0;
    width: 100%;
    display: inline-block;
  }
  .line_btn img {
    width: 68px;
  }

  .contact01 .line_btn {
    padding: 0 40px;
  }

  .tel_btn a {
    padding: 13px 0;
    width: 100%;
    display: inline-block;
  }
  .tel_btn img {
    width: 180px;
  }

  .contact01 .tel_btn {
    padding: 0 40px;
  }
}
/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* common */
  .strong03 {
    font-size: 1.1em;
  }

  .pc {
    display: none;
  }

  /* header */
  #header {
    margin-top: 64px;
  }

  .h_wrap {
    width: 100%;
  }

  .h_h1-t {
    padding: 0 2.5%;
  }

  .h_conts {
    width: 95%;
    margin: 12px auto 0;
  }

  .h_contact-hukidashi, .h_contact-tel {
    display: none;
  }

  .h_conts {
    flex-direction: column;
  }

  .h_logo, .h_contact {
    width: 100%;
  }

  .h_logo {
    text-align: center;
    margin: 0 auto;
    line-height: 0;
  }
  .h_logo img {
    max-width: 280px;
  }

  .h_contact {
    justify-content: center;
  }

  .h_contact-access p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* nav */
  .nav_sp {
    height: 68px;
  }

  .hum_menu_obtn, .sp_tel, .sp_contact {
    min-height: 0;
  }

  .nav_sp-menuicon {
    height: 26px;
  }
  .nav_sp-menuicon img {
    max-height: 26px;
  }

  .nav_sp-menutext {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
  }

  .hum_menu_obtn {
    justify-content: flex-start;
  }

  .hum_menu_obtn .nav_sp-menuicon img {
    max-height: 28px;
  }

  .hum_menu_obtn .nav_sp-menuicon img {
    max-height: 20px;
  }

  /* mainimage */
  #mainimage {
    padding-top: 0;
    background-size: cover;
  }

  #mainimage_pc {
    display: none;
  }

  #mainimage_sp {
    display: block;
    line-height: 0;
  }
  #mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  /* main */
  #main {
    margin: 24px auto 40px;
    width: 90%;
  }

  .conts01 {
    margin-top: 32px;
  }

  .sp_conts {
    display: block;
  }

  .conts01.pc_firstconts {
    margin-top: 32px;
  }

  .second_mainttl {
    font-size: 20px;
    padding: 0 16px;
    /*margin-bottom: 16px;*/
  }

  .second_mainttl_sub {
    font-size: 15px;
  }

  .img_f-r {
    width: 40%;
    margin-left: 16px;
    margin-bottom: 8px;
  }

  .ttl01 {
    padding: 20px 4px 0;
    font-size: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 16px;
  }
  .ttl01::before {
    width: 8px;
    height: 8px;
    top: 19px;
    left: 12px;
  }

  .ttl02 {
    font-size: 20px;
    min-height: 130px;
  }

  .ttl03 {
    width: calc(100% - 3em);
    margin: 0 auto 24px;
    font-size: 20px;
    text-align: center;
  }
  .ttl03 span.ttl03_wrap:before {
    transform: rotate(-20deg);
  }
  .ttl03 span.ttl03_wrap:after {
    transform: rotate(20deg);
  }

  .ttl04 {
    font-size: 24px;
  }

  .ttl05 {
    font-size: 21px;
  }

  .ttl06 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .ttl07 {
    font-size: 18px;
    padding: 4px 12px;
    margin-bottom: 12px;
    line-height: 1.7;
  }

  .ttl08 {
    margin-bottom: 8px;
  }

  .ttl08_genin {
    padding-left: 56px;
    line-height: 1.5;
    padding-top: 3px;
    min-height: 32px;
  }
  .ttl08_genin .ttl08_genin-subttl {
    font-size: 13px;
    padding: 8px;
    top: 1px;
  }

  .list01 li {
    background-size: 20px auto;
    background-position-y: 4px;
    font-size: 15px;
    padding-left: 32px;
    margin-bottom: 8px;
  }

  .list02 ul {
    flex-direction: column;
    padding: 12px;
  }
  .list02 ul li {
    font-size: 15px;
    background-size: 24px auto;
    background-position: left 3px;
    padding-left: 16px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    line-height: 1.8;
  }

  .list03 {
    padding: 12px;
  }
  .list03 ul {
    padding: 12px;
  }
  .list03 ul li {
    font-size: 15px;
    background-size: 24px auto;
    background-position: left 3px;
    padding-left: 32px;
    margin-bottom: 8px;
  }

  .tbl01 tbody tr th {
    width: 7em;
  }
  .tbl01 tbody tr td {
    width: calc(100% - 7em);
  }

  .tbl02 thead tr th, .tbl02 thead tr td,
.tbl02 tbody tr th,
.tbl02 tbody tr td {
    font-size: 13px;
    padding: 4px;
  }

  /*
    トップページ
  */
  /* コロナ対策 */
  .pc_firstconts {
    margin-top: 0 !important;
  }

  .corona {
    padding: 16px;
    margin-bottom: 40px;
    /*margin-top: 0;*/
    border-width: 4px;
  }
  .corona .inner {
    display: flex;
    flex-direction: column;
  }
  .corona .text {
    font-size: 15px;
    margin-left: 0;
  }
  .corona .text br {
    display: none;
  }

  .corona_img01 {
    text-align: center;
    margin-bottom: 12px;
  }
  .corona_img01 img {
    width: auto;
    max-width: 80px;
    height: auto;
  }

  .corona_btn {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 16px auto 8px;
    text-align: center;
  }

  /* 推薦の声 */
  .recommend_conts {
    padding: 12px;
  }

  .recommend_info {
    padding: 16px 8px 16px 64px;
  }
  .recommend_info:before {
    background-size: contain;
    width: 20vw;
    height: 24vw;
  }

  .recommend_info-text02 {
    font-size: 15px;
  }

  .recommend_ttl01 {
    font-size: 20px;
  }

  .recommend_textarea {
    padding: 12px;
  }

  .recommend_textarea-img {
    text-align: center;
    float: none;
    margin: 0 auto 12px;
  }

  .recommend_info-text01 {
    font-size: 16px;
  }

  /* キャンペーン */
  .campaign01 {
    padding: 30px 12px 40px;
  }

  .campaign01_text01 span {
    font-size: 16px;
  }

  .campaign01_price {
    margin-top: -10px;
    margin-bottom: 16px;
  }

  .campaign01_msg {
    border: none;
    margin-bottom: 24px;
  }
  .campaign01_msg .inner {
    padding: 20px;
  }

  .campaign01_msg .inner .img {
    float: none;
    text-align: center;
    margin-bottom: 1em;
  }

  .campaign01_msg_ttl {
    font-size: 20px;
    line-height: 1.5;
    padding: 8px 4px 16px;
  }

  .campaign_coupon {
    padding: 16px;
    position: relative;
    margin-bottom: 16px;
  }
  .campaign_coupon ol {
    margin-bottom: 0;
  }
  .campaign_coupon li {
    font-size: 15px;
    padding: 12px 0 12px 40px;
    position: relative;
  }
  .campaign_coupon li:before {
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-right: 0px;
    top: 12px;
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .campaign_coupon .inner {
    padding: 0 12px;
  }

  .campaign_coupon_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .fukidashi {
    display: block;
    padding: 7px 12px;
    font-size: 14px;
    margin-left: 18px;
    margin-left: 0;
    margin-top: 12px;
  }
  .fukidashi:before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-bottom: 15px solid #fdef52;
    position: absolute;
    left: 12px;
    top: -10px;
  }

  /* こんなお悩みはありませんか？ */
  .onayami .inner {
    display: block;
    padding: 0 16px;
  }

  .onayami_img {
    text-align: center;
  }
  .onayami_img img {
    max-width: 150px;
  }

  /* 不妊治療実績 */
  .result {
    padding: 24px 12px;
  }

  .result_text01 {
    line-height: 1.5;
    margin: 12px auto 16px;
  }

  .result_tbl_ttl {
    font-size: 18px;
    padding: 12px;
  }
  .result_tbl_ttl br {
    display: none;
  }

  .top_result-ttl01 {
    margin-bottom: 24px !important;
  }
  .top_result-ttl01 tbody tr {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 12px;
  }
  .top_result-ttl01 tbody tr th, .top_result-ttl01 tbody tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    font-size: 15px;
    border: none;
    text-align: center;
    line-height: 1.8;
  }
  .top_result-ttl01 tbody tr th {
    border-bottom: none;
    border-bottom: 1px dashed;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }

  .result_rate {
    padding: 16px;
  }
  .result_rate .year {
    font-size: 16px;
    text-align: center;
  }
  .result_rate .rate {
    background-size: 20px auto;
    background-position: left 4px;
    padding-left: 28px;
  }

  .top_result-tbl02 tbody tr th, .top_result-tbl02 tbody tr td {
    font-size: 14px;
    padding: 4px;
  }

  .result_detail .year {
    margin-bottom: 8px;
    line-height: 1.8;
  }
  .result_detail .year_wrap {
    margin-bottom: 24px;
  }

  /* お知らせ */
  .news01 .conts {
    padding: 16px;
  }
  .news01 .conts .ttl {
    font-size: 18px;
    line-height: 1.6;
    border-bottom: 1px solid;
    padding-bottom: 6px;
  }
  .news01 .conts .movie,
  .news01 .conts .impression  {
    margin-bottom: 16px;
  }
  .news01 .conts .movie iframe {
    height: 60vw;
    max-height: 300px;
  }
  .news01 .conts .inner .img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 16px;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .news01 .conts .inner .img.new_img03 {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .news01 .conts .inner .img.new_img03 img {
    width: 33.3333333333%;
    margin-right: 4px;
  }
  .news01 .conts .inner .img.new_img03 img:last-of-type {
    margin-right: 0;
  }
  .news01 .conts .inner .img img {
    padding-right: 8px;
    width: auto;
    max-width: 120px;
    height: auto;
    box-sizing: border-box;
  }
  .news01 .conts .inner .img img:last-of-type {
    margin-right: 0;
  }

  /* ４つのポイント */
  .point_conts .img_f-r {
    width: 40%;
  }

  .point_conts .point_ttl {
    font-size: 16px;
    padding: 12px 8px 6px;
    text-align: center;
    border-radius: 4px;
  }
  .point_conts .point_ttl span {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 0;
  }

  .merit {
    padding: 24px;
  }
  .merit .ttl {
    font-size: 21px;
  }
  .merit .inner {
    display: block;
  }
  .merit .inner .img {
    margin-left: 0;
    text-align: center;
  }
  .merit .inner .img img {
    max-width: 120px;
  }

  .ekiten .ttl {
    font-size: 20px;
  }

  .reason > .ttl {
    font-size: 21px;
  }

  .difference > .ttl {
    font-size: 24px;
    min-height: 130px;
  }

  .difference_conts_wrap .ttl {
    font-size: 21px;
    min-height: 84px;
    padding-left: 80px;
  }
  .difference_conts_wrap .ttl img {
    max-width: 80px;
  }

  .contact01_conts .img {
    float: none;
    text-align: center;
  }

  .contact01 .tel_info .inner {
    padding: 24px;
  }
  .contact01 .tel_info_conts {
    padding: 24px;
  }
  .contact01 .tel_info_conts ol {
    display: block;
  }
  .contact01 .tel_info_conts .ttl {
    font-size: 18px;
  }

  .profile > .ttl {
    font-size: 21px;
  }
  .profile > .ttl > span span:nth-of-type(1) {
    font-size: 36px;
  }

  .contact01 > .ttl {
    font-size: 24px;
  }
  .contact01 .msg {
    font-size: 21px;
    margin: 30px 30px 0;
  }
  .contact01 .msg .pink {
    font-size: 26px;
  }

  /* 患者様の声 */
  .voice_conts-info {
    flex-direction: column;
  }

  .voice_conts-info-img {
    margin: 0 auto 24px;
    width: 200px;
    text-align: center;
  }

  .voice_conts-info-text {
    width: 100%;
  }

  .voice_info-detail {
    font-size: 14px;
    margin: 0 auto 4px;
  }

  .voice_info-ttltext h3 {
    font-size: 16px;
  }

  .voice_conts-qa {
    margin-top: 16px;
  }
  .voice_conts-qa dl dt {
    line-height: 1.8;
    padding-left: calc(1em + 12px);
  }
  .voice_conts-qa dl dt:before {
    left: 8px;
  }

  .voice_qa-memo {
    font-size: 13px;
    margin-top: 12px;
    border-top: 1px dashed #ddd;
    padding-top: 4px;
  }

  .voice_btn01 {
    margin-top: 16px;
  }
  .voice_btn01 a {
    font-size: 15px;
    padding: 8px;
  }
  .voice_btn01 a img {
    max-width: 24px;
  }

  .reason {
    padding: 24px;
  }
  .reason .ttl br {
    display: none;
  }
  .reason .conts .ttl {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 4px;
  }

  /* 6つの違い */
  .difference_conts_wrap .ttl {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background-size: auto 87px;
    min-height: 87px;
    font-size: 20px;
  }
  .difference_conts_wrap .ttl img.ver_btm {
    width: auto;
    margin-bottom: 12px;
  }
  .difference_conts_wrap .ttl span {
    margin-left: 0;
    padding-bottom: 8px;
  }

  /* 院長プロフィール */
  .profile .ttl {
    margin-bottom: 32px;
    min-height: 0;
  }
  .profile .movie_area iframe {
    height: 20vw;
    min-height: 240px;
  }

  .profile_conts {
    padding: 16px;
    border-width: 4px;
  }
  .profile_conts figure {
    width: auto;
    max-width: 40%;
  }
  .profile_conts figure.img_f-r {
    margin-bottom: 0;
  }
  .profile_conts figure .name {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 8px;
  }
  .profile_conts .license .ttl05 {
    padding: 8px 0;
    margin-bottom: 16px;
  }

  /* 料金表 */
  .price .tbl03 tbody tr th, .price .tbl03 tbody tr td {
    width: auto;
    box-sizing: border-box;
    padding: 8px;
    font-size: 15px;
  }
  .price .tbl03 tbody tr th {
    width: 8em;
  }

  /* 施術の流れ */
  .flow_conts {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px !important;
  }
  .flow_conts:nth-of-type(2n) {
    margin-right: 0;
  }
  .flow_conts .ttl {
    padding-left: 32px;
    position: relative;
  }
  .flow_conts .ttl:before {
    top: 3px;
    width: 24px;
    height: 24px;
    font-size: 15px;
    position: absolute;
    left: 0;
    margin-left: 0;
  }

  /* アクセス　道順 */
  .access_conts {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px !important;
  }
  .access_conts:nth-of-type(2n) {
    margin-right: 0;
  }

  .access_text01{
    margin-bottom: 16px;
  }

  .access_rootconts {
    width: 100%;
    margin: 0 auto 56px;
    padding: 8px;
  }
  .access_rootconts:first-of-type {
    margin-top: 24px;
  }
  .access_rootconts:last-of-type {
    margin-bottom: 12px;
  }
  .access_rootconts:after {
    top: calc(100% + 8px);
    border: 24px solid transparent;
    border-top: 16px solid #ff838a;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .access_root-img {
    text-align: center;
    margin: 0 auto;
  }

  .access_root-textarea {
    margin-top: 8px;
  }

  /* メッセージ */
  .message02 {
    padding: 16px;
    border-width: 4px;
    margin-top: 16px;
  }
  .message02 p {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .message02 .large {
    font-size: 1.2em;
    line-height: 1.3;
  }
  .message02 .large .pink {
    font-size: 1.5em;
  }

  /* common_conts */
  .contact01 .tel_btn {
    padding: 0 16px;
  }
  .contact01 .tel_info {
    padding: 16px;
  }
  .contact01 .tel_info .inner {
    padding: 8px;
  }
  .contact01 .tel_info_conts {
    padding: 16px 8px 8px;
  }
  .contact01 .tel_info_conts .ttl {
    margin-bottom: 8px;
  }
  .contact01 .tel_info_conts li {
    position: relative;
    padding-left: 32px;
  }
  .contact01 .tel_info_conts li:before {
    width: 24px;
    height: 24px;
    font-size: 16px;
    position: absolute;
    margin-left: 0;
    left: 0;
    top: 9px;
  }
  .contact01 .msg {
    margin: 16px 16px 0;
  }

  .contact01_conts {
    padding: 24px 16px 16px;
  }

  .common_contact-r-info {
    flex-direction: column;
    justify-content: flex-start;
  }

  .common_contact-infoconts {
    margin: 0 auto 0 0;
  }
  .common_contact-infoconts:last-of-type {
    margin: 12px auto 0 0;
  }

  /* トップメニューリスト */
  .top_menulist {
    display: flex;
    flex-direction: column;
  }
  .top_menulist li {
    width: 100%;
    margin: 0 auto 12px;
    text-align: center;
    line-height: 0;
  }
  .top_menulist li a {
    line-height: 0;
  }

  /* トップページ　新着情報・ブログ */
  .top_newsblog {
    flex-direction: column;
  }

  .top_newsblog-conts {
    width: 100%;
    margin: 0 auto 32px;
  }
  .top_newsblog-conts:last-of-type {
    margin-bottom: 0;
  }

  /* 共通パーツ　お問い合わせコンテンツ */
  .contact01_text01 {
    font-size: 15px;
  }
  .contact01_text01 span:nth-of-type(1) {
    font-size: 17px;
  }
  .contact01_text01 span:nth-of-type(2) {
    font-size: 20px;
  }

  .contact01 .msg {
    font-size: 16px;
    min-height: 0;
    padding: 16px 0;
  }
  .contact01 .msg .pink {
    display: inline;
    font-size: 20px;
  }
  .contact01 .msg br {
    display: none;
  }

  /* sidebtn */
  #sidebtn {
    display: none;
  }

  /* pagetop */
  #pagetop img {
    width: 48px;
    height: 48px;
  }

  .common_contact-wrap {
    width: 90%;
  }

  .common_contactconts {
    padding: 24px 0 76px;
  }

  .common_contact-btnlist {
    margin-top: 24px;
  }
  .common_contact-btnlist ul {
    display: flex;
    flex-direction: column;
  }
  .common_contact-btnlist ul li {
    width: 100%;
    margin: 0 auto 12px !important;
    text-align: center;
  }
  .common_contact-btnlist ul li:last-of-type {
    margin-bottom: 0 !important;
  }

  /* footer */
  #footer {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
  }

  .footer_wrap {
    padding: 0;
  }

  .footer_l {
    margin-bottom: 16px;
  }

  .f_info {
    flex-direction: column;
    justify-content: center;
    margin: 16px auto;
    padding: 16px 0;
  }
  .f_info p {
    text-align: center;
  }

  .tbl_opentime thead tr th {
    font-size: 12px;
    padding: 4px;
  }
  .tbl_opentime tbody tr th {
    font-size: 12px;
    padding: 4px;
  }
  .tbl_opentime tbody tr td {
    font-size: 12px;
    padding: 4px;
  }
  .tbl_opentime tbody tr td:first-of-type {
    font-size: 10px;
  }

  .f_menu ul li a, .f_memo {
    font-size: 12px;
  }

  .f_copy {
    margin-top: 16px;
    padding-bottom: 12vw;
  }

  .sp_btm .sp_btm-wrap {
    display: flex;
    justify-content: space-between;
  }

  #second_mainimage {
    min-height: 100px;
    max-height: 160px;
    height: 25vw;
  }

  #breadcrumb {
    display: none;
  }
}