@charset "UTF-8";
/*mixin
----------------------------------------------------*/
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1100px) {
  /* ヘッダー */
  #header {
    padding: 8px 0 32px;
  }
  .h_conts-l {
    width: 45vw;
  }
  .h_conts-r {
    flex-direction: column;
  }
  .h_tel {
    width: 100%;
  }
  .h_tel-num {
    text-align: center;
  }
  .h_btnlist {
    margin-top: 12px;
  }
  .h_conts {
    align-items: flex-start;
    margin-top: 8px;
  }
  .h_btnconts:first-of-type {
    margin-left: 0;
  }
  #nav {
    padding: 0;
  }
  #second #nav {
    padding-bottom: 0;
  }
  .nav_pc {
    display: none;
  }
  .nav_sp {
    display: flex;
    justify-content: space-between;
  }
  .nav_sp-conts {
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #ef9253;
    background: linear-gradient(to bottom, #fa9230 0%, #e86b17 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }
  .nav_sp-conts img {
    filter: brightness(0) invert(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;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hum_menu_obtn p {
    line-height: 0;
  }
  .hum_menu_obtn_bar {
    position: relative;
    width: 100%;
    border-top: 3px solid #fff;
    padding: 5px 0px 0;
  }
  .hum_menu_obtn_bar:before,
  .hum_menu_obtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    padding: 5px 0 0;
  }
  .hum_menu_obtn span {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(253, 253, 253, 0.98);
    height: 100%;
    left: -280px;
    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 {
    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: 12px;
    font-size: 12px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 4px;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before,
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    -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: 20px;
    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_nav_menu-list ul.sp_nav_more li {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 1.05em;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
    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;
  }
  .sp_nav-2lh a:after {
    margin-top: -5px !important;
  }
  .sp_nav-s {
    position: relative;
  }
  .sp_nav-s .sp_nav-s-link:after {
    content: none;
  }
  .sp_nav-s .sp_nav-s-nolink {
    width: 100%;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 1.5;
    padding: 16px 0;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: none;
    border: none;
  }
  .sp_nav-accordion {
    width: 28px;
    height: 28px;
    background: #e85617;
    position: absolute;
    right: 8px;
    top: 10px;
    border: none;
    border-radius: 4px;
  }
  .sp_nav-accordion span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .sp_nav-accordion span:before, .sp_nav-accordion span:after {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
    border-radius: 1px;
    transition: all 0.1s linear 0s;
  }
  .sp_nav-accordion span:before {
    transform: rotate(90deg);
  }
  .sp_nav-accordion.on span:before {
    transform: rotate(45deg);
  }
  .sp_nav-accordion.on span:after {
    transform: rotate(-45deg);
  }
  .sp_nav-detail {
    display: none;
    background: #fff9f7;
  }
  .sp_nav-detail ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e85617;
  }
  .sp_nav-detail ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50% !important;
    box-sizing: border-box;
    border-bottom: 1px solid #e85617;
    border-right: 1px solid #e85617;
  }
  .sp_nav-detail ul li:nth-of-type(2n), .sp_nav-detail ul li:nth-of-type(2n + 1) {
    border-bottom: 1px solid #e85617;
  }
  .sp_nav-detail ul li:nth-of-type(2n) {
    border-right: none;
  }
  .sp_nav-detail ul li.last {
    border-bottom: none;
  }
  .sp_nav-detail ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 24px 10px 8px;
  }
  .sp_nav-detail ul li a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #e85617;
    border-right: 2px solid #e85617;
    margin-top: 0px;
    top: auto;
    bottom: auto;
    right: 14px;
  }
  .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: 88px;
  }
  .sp_tel p,
  .sp_contact p {
    height: 100%;
    line-height: 0;
  }
  .hum_menu_obtn p,
  .sp_tel a,
  .sp_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0 6px;
    transition: all 0.25s linear 0s;
  }
  .hum_menu_obtn p img,
  .sp_tel a img,
  .sp_contact a img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
  }
  .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);
  }
  #mainimage_strongpoint {
    padding: 40px 0;
  }
  /* common */
  #main {
    width: 100%;
    max-width: 100%;
  }
  #conts {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
  }
  .conts01 {
    margin-top: 56px;
  }
  /* side */
  #side {
    display: none;
  }
  /* second */
  #breadcrumb {
    display: none;
  }
}

/* 幅960px以下からcss適応 */
@media only screen and (max-width: 960px) {
  .h_btnlist {
    width: 100%;
  }
  .h_btn {
    width: 100%;
  }
  .h_btn:first-of-type {
    margin-left: 0;
  }
  .h_btn a {
    display: flex;
    justify-content: center;
    font-size: 15px;
    padding: 10px 20px;
  }
  .common_contactconts {
    padding: 48px 0;
  }
  .common_contact-ttl-text {
    box-sizing: border-box;
    padding: 0 2em;
  }
  .common_contact-ttl-text:before {
    transform: rotate(-25deg);
    left: 0;
  }
  .common_contact-ttl-text:after {
    transform: rotate(25deg);
    right: 0;
  }
  .common_contact-ttl-text span {
    line-height: 1.5;
    text-align: center;
  }
  .common_contact-ttl-text span:before {
    transform: rotate(-25deg);
  }
  .common_contact-ttl-text span:after {
    transform: rotate(25deg);
  }
  .common_contact-btn {
    width: 100%;
    margin: 0 auto 24px;
    max-width: 480px;
  }
  .common_contact-btn:last-of-type {
    margin: 0 auto !important;
  }
  .common_contact-btn a {
    min-height: 80px;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 880px) {
  /* header */
  .h_conts-l {
    width: 80vw;
  }
  .h_conts-r {
    width: 100%;
    margin-left: 16px;
  }
  /* common_contact */
  .common_contact-wrap {
    width: 90%;
  }
  .common_contactconts {
    padding: 32px 0 80px;
  }
  .common_contact-btnlist {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
  }
  .common_contact-btnconts {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 14px !important;
  }
  .common_contact-btnconts:last-of-type {
    margin-bottom: 0 !important;
  }
  .common_contact-btnconts a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    min-height: 56px;
  }
  /* footer */
  .footer_wrap {
    flex-direction: column;
  }
  .footer_l {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_logo {
    line-height: 1;
    margin-bottom: 12px;
  }
  .footer_logo img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .footer_menulist {
    text-align: center;
  }
  .footer_menulist ul {
    display: flex;
    justify-content: center;
  }
  .footer_r {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 24px auto 0;
  }
  .tbl_schedule thead tr,
  .tbl_schedule tbody tr {
    justify-content: center;
  }
  #footer {
    padding: 40px 0;
  }
  #footer .open_tbl {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  #footer .open_tbl-memo {
    width: 100%;
    max-width: 480px;
    margin: 4px auto 0;
  }
  .footer_l {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .footer_menu ul {
    display: flex;
    justify-content: center;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* common */
  body {
    font-size: 15px;
    overflow-x: hidden;
  }
  /* header */
  #header {
    margin-top: 64px;
    padding-bottom: 16px;
    background: #fff;
  }
  .h_wrap {
    width: 100%;
  }
  .h_h1-t {
    padding: 0 2.5% 4px;
    border-bottom: 1px dashed #ddd;
    line-height: 1.5;
  }
  .h_h1-t h1 {
    font-size: 12px;
    text-align: left;
  }
  .h_conts {
    width: 95%;
    margin: 16px auto 0;
  }
  .h_conts {
    flex-direction: column;
  }
  .h_conts-l {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .h_conts-r {
    display: none;
  }
  .h_logo {
    max-width: 100%;
    text-align: center;
  }
  .h_logo img {
    max-width: 240px;
  }
  .hum_menu_nav {
    width: 100%;
    left: -100%;
  }
  .hum_menu_nav_menu-list {
    margin-bottom: 40px;
  }
  /* nav */
  #nav {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  .hum_menu_obtn,
  .sp_tel,
  .sp_contact {
    min-height: 64px;
  }
  .hum_menu_obtn img,
  .sp_tel img,
  .sp_contact img {
    max-height: 40px !important;
  }
  .sp_contact img {
    position: relative;
    top: 1px;
  }
  .nav_sp-conts {
    border-right: 1px solid #fff;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }
  .nav_sp-conts img {
    filter: none;
  }
  .nav_sp.on {
    background: url("../images/common/bg01.gif") repeat left top;
  }
  /* mainimage */
  #mainimage {
    width: 100%;
    margin: 0;
  }
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
    line-height: 0;
  }
  .mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #mainimage_strongpoint {
    padding: 12px 0;
  }
  #mainimage_strongpoint ul {
    justify-content: center;
    flex-direction: row;
  }
  #mainimage_strongpoint ul li {
    width: fit-content;
    margin-right: 6px;
    max-width: 220px;
  }
  #mainimage_strongpoint ul li:last-of-type {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  #mainimage_strongpoint ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
  }
  /* main */
  #main {
    margin: 0;
    padding: 40px 0;
  }
  .conts01 {
    margin-top: 32px;
  }
  .conts02 {
    margin-top: 24px;
  }
  .conts03 {
    padding: 12px 16px;
    margin-top: 24px;
  }
  .conts04 {
    padding: 12px 16px;
    margin-top: 24px;
  }
  .conts04 p:last-of-type {
    margin-bottom: 0 !important;
  }
  .checklist02 {
    padding: 12px 16px;
  }
  .checklist02 li {
    background-size: 16px auto;
    background-position: left 6px;
    padding-left: 24px;
  }
  .btn_tel,
  .btn_line {
    margin-top: 1em;
  }
  .btn_tel a,
  .btn_line a {
    font-size: 15px;
    padding: 6px 12px;
  }
  .btn_tel a img,
  .btn_line a img {
    width: auto;
    max-width: 20px;
    height: auto;
  }
  /* 共通パーツ */
  .btn01,
  .btn02 {
    margin-top: 1.25em;
  }
  .btn01 a,
  .btn02 a {
    font-size: 15px;
    min-width: 0;
    padding: 12px 20px;
    min-width: 80%;
  }
  .btn01 a span,
  .btn02 a span {
    padding-left: 14px;
  }
  .btn01 a span:before,
  .btn02 a span:before {
    border-width: 7px 7px 7px 9px;
    top: 5px;
  }
  .list02 li {
    padding-left: 12px;
    margin-right: 20px;
  }
  .list02 li:before {
    width: 8px;
    height: 8px;
  }
  .list03 li {
    padding-left: 20px;
    margin-bottom: 2px;
  }
  .list03 li:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .checklist01 li {
    background-size: 20px auto;
    background-position: left 4px;
    padding-left: 24px;
  }
  .ttl01_wrap {
    box-sizing: border-box;
    padding: 0 1em;
  }
  .ttl01_wrap:before, .ttl01_wrap:after {
    height: 65%;
    bottom: 7px;
  }
  .ttl01_wrap:before {
    left: 19px;
  }
  .ttl01_wrap:after {
    right: 19px;
  }
  .ttl01_mainttl {
    font-size: 20px;
  }
  .ttl01_mainttl:before, .ttl01_mainttl:after {
    bottom: 0;
  }
  .ttl01_mainttl:before {
    left: 0;
  }
  .ttl01_mainttl:after {
    right: 0;
  }
  .ttl01_mainttl .br {
    display: inline;
  }
  .ttl02 {
    padding: 12px;
    border-width: 1px 0;
  }
  .ttl02_text {
    font-size: 20px;
  }
  .strong06 {
    font-size: 1.15em;
  }
  .tbl01 {
    display: block;
  }
  .tbl01 tbody {
    display: block;
  }
  .tbl01 tbody tr {
    display: block;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
  }
  .tbl01 tbody tr th {
    text-align: left;
  }
  /* 準備中 */
  .comingsoon_conts {
    padding: 12px;
    margin-bottom: 24px;
  }
  .comingsoon_conts p {
    font-size: 15px;
    line-height: 2;
  }
  /* genin */
  .genin {
    padding: 16px;
    border-width: 1px;
  }
  .genin_text01,
  .genin_text02 {
    font-size: 18px;
    line-height: 1.5;
  }
  .genin_list01 {
    flex-direction: column;
  }
  .genin_list01 li {
    font-size: 18px;
    text-align: center;
    min-width: 10em;
    margin: 0 auto 8px !important;
    box-sizing: border-box;
    padding: 6px;
  }
  .genin_list01 li:last-of-type {
    margin-bottom: 0 !important;
  }
  /* nayami */
  .nayami_maintext {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .nayami_list {
    padding: 16px;
  }
  .nayami_list ul li {
    background-size: 18px;
    padding-left: 28px;
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #cfcfc5;
  }
  .nayami_conts01-wrap {
    flex-direction: column-reverse;
  }
  .nayami_conts01-text {
    margin-bottom: 24px;
  }
  .nayami_conts01-img {
    max-width: 160px;
    margin: 0 auto;
  }
  .nayami_conts01-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .nayami_arrow {
    margin: 16px auto 32px;
  }
  .nayami_arrow img {
    width: auto;
    max-width: 70%;
    height: auto;
  }
  .nayami_conts02-ttl-wrap {
    padding: 0;
  }
  .nayami_conts02-ttl-wrap:before, .nayami_conts02-ttl-wrap:after {
    height: 65%;
    bottom: 3px;
  }
  .nayami_conts02-ttl-wrap:before {
    left: 15px;
    transform: rotate(-25deg);
  }
  .nayami_conts02-ttl-wrap:after {
    right: 15px;
    transform: rotate(25deg);
  }
  .nayami_conts02-mainttl {
    font-size: 18px;
    padding: 0 1.75em;
    line-height: 1.35;
  }
  .nayami_conts02-mainttl:before, .nayami_conts02-mainttl:after {
    bottom: 0;
  }
  .nayami_conts02-mainttl:before {
    left: 1em;
    transform: rotate(-20deg);
  }
  .nayami_conts02-mainttl:after {
    right: 1em;
    transform: rotate(20deg);
  }
  .nayami_conts02-mainttl .br {
    display: inline;
  }
  .nayami_conts02-mainttl .nayami_conts02-mainttl-strong02 {
    font-size: 1.15em;
  }
  .nayami_conts02-img {
    margin: 12px auto;
  }
  .nayami_conts02-img ul {
    flex-wrap: wrap;
  }
  .nayami_conts02-img ul li {
    width: 50%;
    line-height: 0;
  }
  .nayami_serotoron-ttl {
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  .nayami_serotoron-mainttl {
    font-size: 20px;
  }
  .nayami_serotoron-mainttl .nayami_serotoron-mainttl-strong01 {
    display: block;
  }
  .serotoron-conts {
    margin-top: 24px;
  }
  .serotoron-conts-wrap {
    flex-direction: column;
  }
  .serotoron-conts-text {
    margin: 0 auto;
  }
  .serotoron-conts-img {
    margin: 0 auto 12px;
    line-height: 0;
    max-width: 200px;
  }
  /* voice */
  .voice_conts {
    margin-right: 16px;
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
  }
  .voice_conts-wrap {
    padding: 16px;
  }
  .voice_mainttl {
    font-size: 18px;
  }
  .voice_info {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
  }
  .voice_info .name {
    display: block;
  }
  .voice_textarea-wrap {
    flex-direction: column;
  }
  .voice_textarea-img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 12px;
  }
  .voice_textarea-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .voice_textarea-text {
    width: 100%;
    margin: 0 auto;
  }
  .voice_menseki {
    font-size: 12px;
    text-align: left;
    margin: 0 auto !important;
    line-height: 1.5;
  }
  /* reason */
  .reason_topttl p {
    font-size: 20px;
    line-height: 1.5;
  }
  .reason_topttl p .br {
    display: inline;
  }
  .reason_mainttl {
    margin: 20px auto 40px;
  }
  .reason_mainttl:after {
    background-size: contain;
    max-height: 20px;
    bottom: -20px;
  }
  .reason_mainttl-wrap {
    padding: 8px 16px 16px;
  }
  .reason_mainttl-text {
    font-size: 24px;
    text-align: center;
  }
  .reason_mainttl-text span {
    padding-top: .6em;
  }
  .reason_mainttl-text strong {
    font-size: 1.15em;
    display: block;
  }
  .reason_conts-ttl {
    display: flex;
    flex-direction: column-reverse;
  }
  .reason_conts-mailttl {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 0;
    font-size: 18px;
    text-align: center;
  }
  .reason_conts-icon {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 4px;
    max-width: 5em;
    border-width: 1.5px;
    margin: 0 auto 8px;
    border-radius: 4px;
  }
  .reason_conts-icon-num {
    font-size: 20px;
  }
  .reason_conts-icon-text {
    font-size: 14px;
    margin: 0 2px 0 0 !important;
  }
  .reason_conts-icon-num {
    font-size: 18px;
  }
  .reason_conts-img {
    margin: 12px auto;
  }
  /* faq */
  .faq_conts {
    margin-bottom: 24px;
  }
  .faq_conts-ttl {
    padding: 12px;
    margin-bottom: 12px;
  }
  .faq_conts-ttl-text {
    font-size: 18px;
    min-height: 28px;
    padding-left: 36px;
    line-height: 1.5;
    padding-top: 2px;
  }
  .faq_conts-ttl-text:before {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .faq_conts-text {
    padding-left: 50px;
  }
  .faq_conts-text:before {
    width: 28px;
    height: 28px;
    font-size: 18px;
    left: 12px;
  }
  .faq_conts-text-subconts {
    margin-top: 24px;
  }
  .faq_conts-text-ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .faq_conts-text-sub-ttl {
    padding-left: 36px;
    margin-bottom: 4px;
    min-height: 28px;
  }
  .faq_conts-text-sub-ttl span {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  /* compare */
  .compare_conts {
    margin-bottom: 40px;
  }
  .compare_mainttl:before {
    height: 6px;
    bottom: -6px;
  }
  .compare_mainttl:after {
    width: 40px;
    height: 40px;
    bottom: -45px;
  }
  .compare_mainttl-text {
    padding: 16px;
  }
  .compare_mainttl-text:after {
    width: 40px;
    height: 40px;
    bottom: -40px;
  }
  .compare_mainttl-mainttl {
    margin-top: 8px;
    font-size: 20px;
  }
  .compare_mainttl-subttl {
    font-size: 16px;
    max-width: fit-content;
    padding: 8px 16px 4px;
  }
  .compare_mainconts {
    padding: 32px 16px 16px;
  }
  .compare_conts-ttl-main span {
    font-size: 24px;
  }
  .compare_conts-ttl-sub {
    font-size: 16px;
    padding: 4px 12px;
    max-width: fit-content;
  }
  .compare_conts-otherclinic {
    padding: 16px;
  }
  .compare_conts-otherclinic-ttl {
    font-size: 18px;
  }
  .compare_conts-arrow {
    margin: 16px auto;
  }
  .compare_conts-arrow img {
    width: auto;
    max-width: 60%;
    height: auto;
  }
  .compare_conts-ourclinic-ttl {
    font-size: 20px;
    padding: 8px;
  }
  .compare_conts-ourclinic-conts {
    padding: 16px;
  }
  .compare_conts-ourclinic-img {
    margin-bottom: 16px;
  }
  .compare_conts-ourclinic-list {
    border-width: 2px;
    padding: 12px;
  }
  .compare_conts-ourclinic-list ul li {
    background-size: 20px auto;
    padding-left: 24px;
    font-size: 15px;
    margin-bottom: 4px;
  }
  /* strongpoint */
  .strongpoint_mainttl-main {
    font-size: 20px;
  }
  .strongpoint_mainttl-main .br {
    display: inline;
  }
  .strongpoint_mainttl-sub {
    font-size: 16px;
  }
  .strongpoint_conts {
    margin-bottom: 32px;
  }
  .strongpoint_conts-num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .strongpoint_conts-ttl {
    min-height: 0;
    margin-bottom: 16px;
  }
  .strongpoint_conts-ttltext {
    width: calc(100% - 20px);
    margin-left: 20px;
    min-height: 32px;
    font-size: 16px;
    padding: 8px 8px 8px 32px;
  }
  .strongpoint_conts-textarea {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }
  .strongpoint_conts-textarea-img {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
  }
  /* evidence */
  .evindence_conts {
    padding: 16px;
    margin-top: 24px;
  }
  .evidence_mainttl,
  .evidence_ttl03 {
    padding: 12px;
  }
  .evidence_mainttl:after,
  .evidence_ttl03:after {
    width: 40px;
    height: 32px;
    bottom: -32px;
  }
  .evidence_mainttl-text,
  .evindence_mainttl-subtext {
    font-size: 18px;
  }
  .evidence_maintext {
    display: flex;
    flex-direction: column;
    padding: 32px 16px 16px;
  }
  .evindence_maintext-img {
    float: none;
    text-align: center;
    margin: 0 auto 8px;
  }
  .evidence_ttl01 {
    font-size: 20px;
  }
  .evidence_ttl01 span {
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
  .evidence01_img01 {
    margin: 12px auto;
  }
  .evidence01_textarea {
    padding: 0;
  }
  .evidence01_textarea-img {
    margin-left: 8px;
  }
  .evidence01_textarea-img img {
    width: auto;
    max-width: 100px;
    height: auto;
  }
  .evidence_ttl02 {
    font-size: 18px;
  }
  .evidence02_img01 {
    margin: 12px auto;
  }
  .evidence_ttl03-text {
    font-size: 18px;
  }
  .evidence_ttl03-text strong {
    font-size: 18px;
    padding: 4px;
    margin: 4px 0;
  }
  .evidence03_conts {
    padding: 24px 16px;
  }
  .evidence03_thesis-wrap {
    flex-direction: column;
  }
  .evidence03_thesis-conts {
    width: 100%;
    margin: 0 auto 32px;
  }
  .evidence03_thesis-conts:last-of-type {
    margin-bottom: 0;
  }
  .evidence03_thesis-img {
    width: 100%;
    min-height: 0;
  }
  .evidence03_thesis-img img {
    width: auto;
    max-width: 200px;
    height: auto;
  }
  .evidence03_thesis-text01 {
    margin: 8px auto 12px;
  }
  .evidence03_thesis-btn01 a {
    width: auto;
    max-width: fit-content;
    font-size: 15px;
    padding: 12px 32px;
  }
  .evidence03_thesis-btn01 a span {
    padding-left: 12px;
  }
  .evidence03_thesis-btn01 a span:before {
    border: 5px solid transparent;
    border-left: 7px solid #fff;
    top: 7px;
  }
  .evidence03_dataconts {
    margin-top: 32px;
  }
  .evidence03_data-ttl01 {
    padding: 16px;
    margin-bottom: 32px;
  }
  .evidence03_data-ttl01:after {
    width: 38px;
    height: 27px;
    background-size: contain;
    bottom: -27px;
  }
  .evidence03_data-ttl-text {
    font-size: 20px;
  }
  .evidence03_data-ttl-text .br {
    display: inline;
  }
  .evidence03_data-ttl-text .br strong {
    font-size: 1.05em;
  }
  .evidence03_data-conts01 {
    padding: 8px 12px;
  }
  .evidence03_data-conts01-img {
    margin: 0 auto;
  }
  .evidence03_data-conts01-img:last-of-type {
    margin-right: -16px;
  }
  .evidence03_data-conts01-img01,
  .evidence03_data-conts01-img03 {
    width: auto;
  }
  .evidence03_data-conts01-img02 {
    width: 80%;
    margin: 0 8px;
  }
  .evidence03_data-textarea {
    margin-top: 24px;
    border-width: 1px;
  }
  .evidence03_data-textarea p {
    font-size: 18px;
    line-height: 1.5;
  }
  .evidence03_data-ttl01,
  .evidence03_data-ttl02 {
    padding: 16px;
    margin-bottom: 24px;
  }
  .evidence03_data-ttl02:after {
    border-width: 20px;
    bottom: -40px;
  }
  .evidence03_data-conts06-memo {
    font-size: 14px;
    line-height: 1.5;
  }
  /* tvmedia */
  .tvmedia_wrap {
    padding: 16px;
  }
  .tv_media-bg {
    right: -8px;
    bottom: -8px;
  }
  .tvmedia_ttl {
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 24px;
  }
  .tvmedia_ttl:after {
    width: 40px;
    height: 30px;
    bottom: -30px;
  }
  .tvmedia_ttl-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .tvmedia_movie {
    line-height: 0;
  }
  .tvmedia_text {
    margin: 12px auto;
  }
  .tvmedia_text p {
    font-size: 15px;
  }
  .tvmedia_midokoro {
    padding: 16px;
  }
  .tvmedia_midokoro-ttl {
    margin-bottom: 8px;
  }
  .tvmedia_midokoro-ttl span {
    font-size: 20px;
  }
  /* media */
  .media_imgconts {
    margin-bottom: 24px;
  }
  .media_textconts-ttl01 {
    width: 90%;
    font-size: 20px;
    line-height: 1.5;
    margin-top: -20px;
    padding: 0;
  }
  .media_textconts-section {
    margin: 0 auto;
  }
  .media_textconts-subconts {
    margin-top: 16px;
  }
  .media_textconts-ttl02 {
    padding: 12px;
    border-radius: 8px;
    box-shadow: 4px 4px 0 rgba(184, 175, 165, 0.24);
    margin-bottom: 32px;
  }
  .media_textconts-ttl02:before {
    border-width: 16px;
    bottom: -32px;
  }
  .media_textconts-ttl02:after {
    border-width: 20px;
    bottom: -40px;
  }
  .media_textconts-ttl02-text {
    font-size: 18px;
  }
  .media_textconts-ttl02-text strong {
    font-size: 20px;
  }
  .media_textconts-ttl02-text .br {
    font-size: 20px;
  }
  /* profile */
  .profile_conts {
    flex-direction: column;
  }
  .profile_img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 16px;
  }
  .profile_img-img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 8px;
    text-align: center;
  }
  .profile_img-info {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
  .profile_img-info-text01,
  .profile_img-info-text02 {
    font-size: 15px;
  }
  /* contscontact */
  .contscontact {
    padding: 40px 16px 20px;
  }
  .contscontact:before {
    height: 100%;
    background-size: contain;
  }
  .contscontact_mainttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .contscontact_mainttl-strong01,
  .contscontact_mainttl-text01 {
    font-size: 1.15em;
  }
  .contscontact_conts {
    padding: 12px;
  }
  .contscontact_btn a {
    padding: 12px;
    min-height: 56px;
  }
  .contscontact_btn-icon {
    margin-right: 8px;
  }
  .contscontact_btn-icon img {
    width: auto;
    max-width: 24px;
    height: auto;
  }
  .contscontact_btn-line-text01 span {
    font-size: 14px;
    padding: 0;
  }
  .contscontact_btn-line-text02 {
    font-size: 17px;
  }
  .contscontact_memo {
    font-size: 12px;
    line-height: 1.5;
  }
  .contscontact_btn-tel-text01 {
    margin: 0 auto;
  }
  .contscontact_btn-tel-text01 img {
    width: auto;
    max-width: 180px;
    height: auto;
  }
  .contscontact_btn-tel-text02 {
    font-size: 11px;
    line-height: 1.25;
    margin-top: 6px;
  }
  .contscontact_btn-mail-text01 {
    font-size: 16px;
    line-height: 1.5;
  }
  .contscontact_info-dllist dl {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .contscontact_info-dllist dl:last-of-type {
    margin-bottom: 0;
  }
  .contscontact_info-dllist dl dt, .contscontact_info-dllist dl dd {
    width: 100%;
    font-size: 14px;
  }
  .tbl_openlist thead tr th, .tbl_openlist thead tr td,
  .tbl_openlist tbody tr th,
  .tbl_openlist tbody tr td {
    font-size: 12px;
    padding: 4px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tbl_openlist thead tr th,
  .tbl_openlist tbody tr th {
    width: 13em !important;
    border-top: 1px solid #e87c17;
  }
  .tbl_openlist thead tr td,
  .tbl_openlist tbody tr td {
    border-top: 1px solid #66482b;
  }
  .tbl_openlist tbody tr:last-of-type th {
    border-bottom: 1px solid #e87c17;
  }
  .tbl_openlist tbody tr:last-of-type td {
    border-bottom: 1px solid #66482b;
  }
  .tbl_openlist-memo {
    font-size: 12px;
  }
  .tbl_openlist-message {
    padding: 8px;
  }
  .tbl_openlist-message p {
    font-size: 12px;
  }
  .contscontact_info-map iframe {
    height: 100%;
    min-height: 320px;
  }
  .news_list dl {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .news_list dl dt, .news_list dl dd {
    font-size: 14px;
    line-height: 1.5;
  }
  /* pagetop */
  #pagetop img {
    width: 48px;
    height: 48px;
  }
  /* common_conts */
  .common_contact-ttl {
    margin-bottom: 16px;
  }
  .common_contact-ttl-text {
    padding: 0 1em;
  }
  .common_contact-ttl-text:before, .common_contact-ttl-text:after {
    width: 1px;
    bottom: 12px;
    bottom: 4px;
    height: 75%;
    box-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, -1px -1px 3px #fff, -1px -1px 3px #fff, -1px -1px 3px #fff;
  }
  .common_contact-ttl-text:before {
    transform: rotate(-27deg);
    left: 12px;
  }
  .common_contact-ttl-text:after {
    transform: rotate(27deg);
    right: 12px;
  }
  .common_contact-ttl-text span {
    font-size: 16px;
    padding: 0 8px;
    text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, -1px -1px 3px #fff, -1px -1px 3px #fff, -1px -1px 3px #fff;
  }
  .common_contact-ttl-text span:before, .common_contact-ttl-text span:after {
    bottom: 0;
    width: 1px;
    height: 100%;
    box-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, -1px -1px 3px #fff, -1px -1px 3px #fff, -1px -1px 3px #fff;
  }
  .common_contact-ttl-text span:before {
    left: 0;
  }
  .common_contact-ttl-text span:after {
    right: 0;
  }
  .common_contact-btnlist {
    margin-top: 0;
  }
  .common_contact-btn {
    margin-bottom: 12px;
  }
  .common_contact-btn a {
    min-height: 56px;
    padding: 12px 8px;
  }
  .common_contact-btn-text01 {
    font-size: 20px;
  }
  .common_contact-btn-text01 img {
    width: auto;
    max-width: 24px;
    height: auto;
  }
  .common_contact-btn-text-telttl {
    font-size: 14px;
  }
  .common_contact-btn-text-telnum {
    margin: 10px auto;
  }
  .common_contact-btn-text-telnum img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
  .common_contact-btn-text-telinfo {
    font-size: 11px;
  }
  /* side */
  #side_btn {
    display: none !important;
  }
  /* footer */
  #footer {
    padding: 24px 0;
    width: 90%;
  }
  .f_menulist ul {
    flex-direction: row;
  }
  .f_menulist ul li:before {
    margin-left: 2px;
    margin-right: 2px;
  }
  .f_menulist ul li:first-of-type:before {
    content: none;
  }
  .f_menulist ul li:last-of-type:after {
    content: none;
  }
  .f_info {
    margin: 16px auto;
    padding: 12px 0;
  }
  .f_info ul li {
    font-size: 13px;
  }
  #f_copy {
    margin-bottom: 15vw;
    padding: 12px 0;
  }
  /* ご予約・お問い合わせ */
  .contact_telnum a span {
    font-size: clamp(28px, 7vw, 32px);
  }
  .contact_mailconts {
    padding: 16px;
    margin-top: 16px;
  }
  .contact_mailconts p a {
    word-break: break-all;
  }
  .contact_reservebtn-wrap {
    flex-direction: column;
  }
  .contact_reservebtn-conts {
    width: 100%;
    margin: 0 auto 12px;
  }
  .contact_reservebtn-conts:last-of-type {
    margin-bottom: 0;
  }
  .contact_reservebtn-conts a {
    padding: 8px;
  }
  .contact_formtbl {
    display: block;
    border: none;
  }
  .contact_formtbl tbody {
    display: block;
  }
  .contact_formtbl tbody tr {
    display: flex;
    flex-direction: column;
  }
  .contact_formtbl tbody tr th, .contact_formtbl tbody tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .contact_formtbl tbody tr th {
    padding: 12px 12px 0;
    margin-bottom: 8px;
  }
  .contact_formtbl tbody tr td {
    padding: 0 12px 12px;
  }
  .contact_formtbl tbody tr td .contact_form-datetime-wrap {
    flex-direction: column;
  }
  .contact_formtbl tbody tr td .contact_form-datetime-wrap .contact_form-date {
    margin-bottom: 4px;
  }
  .contact_formtbl tbody tr td .contact_form-datetime-wrap .contact_form-time {
    margin-top: 4px;
    margin-left: 0;
  }
  .contact_formtbl tbody tr td input[type='date'],
  .contact_formtbl tbody tr td select,
  .contact_formtbl tbody tr td option {
    width: 100% !important;
  }
  .contact_formtbl tbody tr th,
  .contact_formtbl tbody tr td {
    border: none;
  }
  .required {
    margin-left: 6px;
  }
  .contact_formtbl-submit {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .reserve_menu {
    display: flex;
    flex-direction: column;
  }
  .reserve_menu li {
    margin-bottom: 4px;
  }
  .reserve_menu li:last-of-type {
    margin-bottom: 0;
  }
  .reserve_menu input {
    display: inline-block !important;
    width: 1em;
  }
  /* wp関連 */
  .category_archive-list ul {
    flex-direction: column;
  }
  .category_archive-list ul li {
    width: 100%;
    margin: 0 auto 24px;
  }
  .conts_single h5 {
    font-size: 16px;
    border-bottom: 1px dashed #ced9ef;
  }
  .conts_single h5:before {
    top: 14px;
  }
  .conts_single .block01_wrap {
    padding-bottom: calc(16px - 1em);
  }
  .conts_single .block02 {
    padding: 12px 12px calc(12px - 1em);
  }
  .conts_single ul.ul_list02 li {
    padding-left: 28px;
    min-height: 20px;
    font-size: 15px;
  }
  .conts_single ul.ul_list02 li:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  .conts_single dl.dl_list02 dt {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 58px;
    min-height: 50px;
    margin-bottom: 8px;
  }
  .conts_single dl.dl_list02 dt span.dl_list02-ttl {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
  .conts_single dl.dl_list02 dt span.dl_list02-ttl span.dl_list02-ttl-text {
    font-size: 10px;
  }
  .conts_single dl.dl_list02 dt span.dl_list02-ttl em {
    font-size: 24px;
    margin-top: 1px;
  }
  .conts_single .btn01 a {
    font-size: 15px;
    padding: 12px 24px 12px 20px;
  }
  .conts_single .subttl01 {
    font-size: 16px;
    padding-left: 36px;
    padding-bottom: 0;
  }
  .conts_single .subttl01:before {
    width: 28px;
    height: 17px;
  }
  .conts_single .arrow01conts {
    margin: 1em auto;
  }
  .conts_single .arrow01conts:before {
    border: 50px solid transparent;
    border-top: 25px solid #c9d5f1;
    top: 11px;
  }
  .conts_single .arrow01conts:after {
    border: 60px solid transparent;
    border-top: 30px solid #a3b4dc;
  }
  .conts_single .text_size-b {
    font-size: 18px;
  }
}
