@charset "UTF-8";
/*mixin
----------------------------------------------------*/
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1100px) {
  /* ヘッダー */
  #header {
    padding: 8px 0 40px;
  }
  .h_conts-r {
    display: flex;
    flex-direction: column;
  }
  .h_tel {
    width: 100%;
    margin-right: 0;
  }
  .h_tel-num {
    text-align: center;
  }
  .h_tel-open {
    display: flex;
    flex-direction: row;
  }
  .h_tel-open dl {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .h_tel-open dl:last-of-type {
    margin-right: 0;
  }
  .h_tel-open dl dt {
    width: auto;
    white-space: nowrap;
  }
  .h_tel-open dl dd {
    width: auto;
  }
  .h_btn {
    margin-top: 8px;
  }
  .h_conts {
    align-items: flex-start;
    margin-top: 12px;
  }
  .h_conts-btn {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-left: 0;
  }
  .h_conts-btn:last-of-type {
    margin-right: 0;
  }
  .h_conts-btn a {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    min-height: 80px;
    padding: 12px;
  }
  .h_conts-tel-num {
    text-align: center;
  }
  .h_conts-l,
  .h_conts-r {
    width: auto;
    box-sizing: border-box;
  }
  .h_conts-r {
    justify-content: flex-end;
  }
  .h_conts-tel {
    margin-top: 0;
  }
  .h_conts-btnlist {
    margin-left: 24px;
  }
  #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 #fff;
    background: #f7a31b;
    background: linear-gradient(to bottom, #5f5f5f 0%, #292929 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;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    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-ttl {
    background: #333;
    box-sizing: border-box;
    padding: 8px 0;
  }
  .hum_menu_nav_menu-ttl p {
      font-weight: bold;
      color: #fff;
  }

  .hum_menu_nav_menu-list.hum_menu_nav_menu-list01 {
      background: #fef9ef;
      margin-bottom: 0;
  }
  .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_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;
  }
  .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 {
    line-height: 0;
  }
  .hum_menu_obtn p,
  .sp_tel a,
  .sp_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    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);
  }
  /* common */
  #main {
    width: 90%;
    max-width: 800px;
    flex-direction: column;
  }
  #conts {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  /* side */
  #side {
    display: none;
  }
  /* second */
  #breadcrumb {
    display: none;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 880px) {
  /* header */
  .h_conts-l,
  .h_conts-r {
    width: auto;
  }
  .h_conts-r {
    margin-left: 24px;
  }
  /* common_contact */
  .common_contactconts {
    padding: 64px 0;
  }
  .common_contact-btnlist {
    display: flex;
    flex-direction: column;
  }
  .common_contact-btnconts {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 16px !important;
  }
  .common_contact-btnconts:last-of-type {
    margin-bottom: 0 !important;
  }
  .common_contact-btnconts a {
    min-height: 0;
  }
  .common_contact-ttl .common_contact-ttl-wrap .br:before {
    content: "";
    display: block;
    width: auto;
    height: 0;
  }
  .common_contact-btn-text01 {
    top: 0;
  }
  /* footer */
  .footer_wrap {
    flex-direction: column;
  }
  .footer_l {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_logo {
    line-height: 1;
  }
  .footer_logo img {
    width: auto;
    max-width: 240px;
    height: auto;
  }
  .footer_address {
    margin: 12px auto;
  }
  .footer_menu {
    margin: 0 auto;
  }
  .footer_r {
    width: 100%;
    margin: 0 auto 24px;
  }
  .open_tbl {
    width: 100%;
  }
  .open_tbl thead tr th, .open_tbl thead tr td,
  .open_tbl tbody tr th,
  .open_tbl tbody tr td {
    font-size: 14px;
    padding: 8px;
  }
  #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;
  }
  .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 .h_logo-pc {
    display: none;
  }
  .h_logo .h_logo-sp {
    display: block;
    line-height: 1;
  }
  .h_logo .h_logo-sp img {
    max-width: 280px;
  }
  .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: 36px !important;
  }
  .sp_contact img {
    position: relative;
    top: 1px;
  }
  .nav_sp-conts {
    border-right: 1px solid #7e7e7e;
  }
  .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 {
    margin: 0;
  }
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
    line-height: 0;
  }
  .mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* main */
  #main {
    margin: 32px auto;
  }
  .conts01 {
    margin-top: 32px;
  }
  .conts02 {
    margin-top: 24px;
  }
  .btn01 a {
    width: 80%;
    font-size: 16px;
    padding: 16px 4px 12px;
  }
  .btn01 a span {
    width: 100%;
    display: block;
  }
  .btn01 a span:after {
    border-width: 6px 6px 6px 8px;
    right: 0;
    top: calc(50% - 7px);
  }
  .img_f-r{
    width: 35%;
    margin-left: 10px;
    margin-bottom: 0;
  }
  /* 準備中 */
  .comingsoon_conts {
    padding: 12px;
    margin-bottom: 24px;
  }
  .comingsoon_conts p {
    font-size: 15px;
  }
  /* saihatsu */
  .saihatsu_text p {
    font-size: clamp(20px, 6vw, 24px);
  }
  /* yorokobinokoe */
  .yorokobinokoe_ttl {
    margin-bottom: 16px;
  }
  .yorokobinokoe_list ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .yorokobinokoe_list ul li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 1;
  }
  .yorokobinokoe_list ul li:last-of-type {
    display: block;
  }
  .yorokobinokoe_list ul li:nth-of-type(3n) {
    margin-right: 8px;
  }
  .yorokobinokoe_list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* nayami */
  .nayami_mainttl {
    font-size: clamp(20px, 6vw, 24px);
    margin-bottom: 16px;
  }
  .naymai_list {
    padding: 12px;
  }
  .naymai_list ul li {
    background-size: 16px auto;
    background-position: left 2px;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 24px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  /* feature */
  .feature_mainttl {
    padding: 8px;
    margin-bottom: 32px;
  }
  .feature_mainttl span {
    display: block;
    text-align: center;
  }
  .feature_mainttl span img {
    width: auto;
    max-width: 70%;
    height: auto;
  }
  .feature_mainttl:after {
    border-width: 12px;
    bottom: -24px;
  }
  .feature_list-num {
    top: -14px;
  }
  .feature_list-num img {
    width: auto;
    max-width: 100%;
    height: 28px;
  }
  .feature_text-ttl {
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 2px solid #fff;
  }
  .feature_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .feature_listconts {
    width: 34vw;
    height: 34vw;
    padding: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .feature_listconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .feature_listconts:last-of-type {
    margin-bottom: 0;
  }
  .feature_text-ttl img {
    max-height: 20px;
  }
  /* omakase */
  .omakase_mainttl {
    font-size: clamp(20px, 6vw, 24px);
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .omakase_mainttl strong {
    display: block;
  }
  .omakase_arrow {
    width: auto;
    max-width: 160px;
    margin: 0 auto;
  }
  /* nayami_menu */
  .nayami_menu-ttl {
    margin-bottom: 20px;
    padding: 3px 0;
    border-width: 3px 0;
  }
  .nayami_menu-ttl span {
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.5;
    padding: 8px 0;
  }
  .nayami_menu-link li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 1;
  }
  .nayami_menu-link li:nth-of-type(3n) {
    margin-right: 8px;
  }
  .nayami_menu-link li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* reason */
  .reason_mainttl {
    margin-bottom: 20px;
  }
  .reason_mainttl-mail {
    font-size: clamp(20px, 6vw, 24px);
  }
  .reason_mainttl-sub {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .reason_conts {
    margin-bottom: 24px;
  }
  .reason_conts-ttl {
    padding: 12px;
    flex-direction: row-reverse;
    min-height: 0;
    margin-bottom: 12px;
  }
  .reason_conts-mainttl {
    font-size: 20px;
    width: calc(100% - 48px);
    margin-left: 12px;
    line-height: 1.25;
  }
  .reason_conts-subttl {
    position: relative;
    border-width: 2px;
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
    left: 0;
    top: 0;
  }
  .reason_conts-subttl-text {
    font-size: 12px;
  }
  .reason_conts-subttl-text span {
    font-size: 18px;
  }
  /* voice */
  .voice_mainttl {
    font-size: clamp(20px, 6vw, 24px);
    margin-bottom: 20px;
  }
  .voice_mainttl .br:before {
    content: none;
  }
  .voice_conts {
    padding: 12px;
    margin-bottom: 24px;
  }
  .voice_conts-ttl {
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .voice_conts-img {
    line-height: 1;
  }
  .voice_conts-text {
    margin-top: 0;
  }
  p.voice_memo {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
  .voice_btn {
    margin-top: 24px;
  }
  .voice_noimage{
    width: 100%;
    max-width: 200px;
    float: none;
    text-align: center;
    margin: 0 auto 12px;

  }
  /* recommend */
  .recommend_mainttl {
    font-size: clamp(20px, 6vw, 24px);
  }
  .recommend_ttl {
    padding: 12px;
    border-bottom: 4px solid #333;
  }
  .recommend_ttl-medal {
    max-width: 64px;
  }
  .recommend_ttl-main {
    font-size: 16px;
  }
  .recommend_ttl-info {
    font-size: 13px;
    margin: 0;
    padding: 4px 8px;
  }
  .recommend_textarea {
    padding: 12px;
  }
  .recommend_textarea-wrap {
    flex-direction: column;
  }
  .recommend_textarea-img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 12px;
    float: none;
  }
  .recommend_textarea-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
  }
  .recommend_memo {
    margin-top: 12px;
  }
  .recommend_memo p {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
  /* message */
  .message_mainttl {
    margin-bottom: 20px;
    padding: 3px 0;
    border-width: 3px 0;
  }
  .message_mainttl span {
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.5;
    padding: 8px 0;
  }
  .message_conts-wrap {
    flex-direction: column;
  }
  .message_img {
    max-width: 150px;
    margin: 0 auto 12px;
  }
  .message_info01 {
    font-size: 16px;
  }
  .message_info02 {
    font-size: 16px;
  }
  .message_info02 img {
    margin-left: 8px;
    max-width: 96px;
  }
  /* contact */
  .contact_mailttl {
    font-size: clamp(20px, 6vw, 24px);
    margin-bottom: 20px;
  }
  .contact_mailttl-wrap {
    padding: 0 1em;
  }
  .contact_mailttl-wrap:before, .contact_mailttl-wrap:after {
    border-left: 1px solid #333;
  }
  .contact_mailttl-wrap:before {
    transform: rotate(-25deg);
  }
  .contact_mailttl-wrap:after {
    transform: rotate(25deg);
  }
  .contact_conts {
    border-top: 8px solid #333;
    padding: 24px 12px 16px;
  }
  .contact_logo {
    line-height: 1;
    margin-bottom: 24px;
  }
  .contact_logo img {
    width: auto;
    max-width: 80%;
    height: auto;
  }
  .contact_btn {
    margin-bottom: 12px;
  }
  .contact_btn a {
    padding: 4px;
  }
  .contact_btn-wrap {
    padding: 10px;
  }
  .contact_btn-wrap-tel {
    flex-direction: column;
  }
  .contact_btn-tel01 {
    min-height: 0;
    max-width: 7em;
    box-sizing: border-box;
    padding: 6px 0;
    margin: 0 auto 12px;
    border-radius: 4px;
  }
  .contact_btn-tel01 .contact_btn-tel01-text01 {
    font-size: 13px;
    line-height: 1;
  }
  .contact_btn-tel01 .contact_btn-tel01-text01 .br:before {
    content: none;
  }
  .contact_btn-tel02 {
    margin: 0 auto;
  }
  .contact_btn-tel02-text01 {
    justify-content: center;
    align-items: center;
  }
  .contact_btn-tel02-text01 img {
    width: clamp(16px, 4vw, 18px);
    max-width: 18px;
    margin-right: 4px;
  }
  .contact_btn-tel02-text01 span {
    font-size: clamp(20px, 9.2vw, 36px);
  }
  .contact_btn-tel02-text02 {
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
  }
  .contact_btn-wrap-mail-text01,
  .contact_btn-wrap-line-text01 {
    font-size: clamp(16px, 4.5vw, 24px);
    text-align: left;
    line-height: 1.25;
  }
  .contact_btn-wrap-mail-text01 img,
  .contact_btn-wrap-line-text01 img {
    max-width: 28px;
    max-height: 28px;
    margin-right: 8px;
  }
  .contact_address {
    margin: 16px auto;
  }
  .contact_address dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .contact_address dl:last-of-type {
    margin-bottom: 0;
  }
  .contact_address dl dt, .contact_address dl dd {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .contact_map iframe {
    height: 100%;
    min-height: 320px;
  }
  /* last */
  .last_mainttl {
    margin-bottom: 20px;
    padding: 3px 0;
    border-width: 3px 0;
  }
  .last_mainttl span {
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.5;
    padding: 8px 0;
  }
  .last_select {
    padding: 12px;
  }
  .last_select-ttl {
    font-size: 16px;
  }
  .last_arrow {
    width: auto;
    max-width: 160px;
    margin: 16px auto;
  }
  .last_message-ttl {
    font-size: 18px;
  }
  .last_message-text p {
    font-size: 15px;
  }
  /* pagetop */
  #pagetop img {
    width: 48px;
    height: 48px;
  }
  /* common_conts */
  .common_contact-ttl {
    margin-bottom: 20px;
  }
  .common_contact-ttl .common_contact-ttl-wrap {
    font-size: 20px;
    padding: 0 0.75em;
  }
  .common_contact-ttl .common_contact-ttl-wrap:before {
    transform: rotate(-25deg);
  }
  .common_contact-ttl .common_contact-ttl-wrap:after {
    transform: rotate(25deg);
  }
  .common_contactconts {
    padding: 32px 0 72px;
  }
  .common_contact-wrap {
    width: 85%;
  }
  .common_contact-text01 {
    font-size: 20px;
    margin: 12px auto 20px;
  }
  #side_btn {
    display: none !important;
  }
  .common_contact-btnconts {
    margin-bottom: 12px !important;
  }
  .common_contact-btnconts a {
    padding: 5px;
  }
  .common_contact-btn-tel-text01 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 4px;
  }
  .common_contact-btn-tel-text02 {
    width: 80%;
    margin: 0 auto;
  }
  .common_contact-btn-tel-text03 {
    margin-top: 4px;
  }
  .common_contact-btn-text01 {
    font-size: 26px;
  }
  .common_contact-btn-icon {
    width: 100%;
    max-width: 28px;
  }
  .common_contact-btn-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* footer */
  #footer {
    padding: 24px 0;
  }
  .footer_menu ul {
    flex-wrap: wrap;
  }
  .footer_menu ul li:before {
    margin-right: 8px;
    margin-left: 8px;
  }
  .footer_info {
    margin: 16px auto;
    padding: 8px 0;
  }
  #f_copy {
    margin-bottom: 15vw;
  }
  /* ご予約・お問い合わせ */
  .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;
  }
  /*下層ページ
  ----------------------------------------------------*/
  #second #header {
    padding-bottom: 8px;
  }
  #second .h_conts {
    margin: 24px auto 12px;
  }
  #second #main {
    margin-top: 0;
    margin-bottom: 64px;
  }
  .second_mainttl {
    font-size: 24px;
    padding: 12px;
    margin-bottom: 20px;
  }
  .ttl01 {
    margin-bottom: 12px;
  }
  .ttl02 {
    font-size: 16px;
    padding: 4px 4px 4px 8px;
  }
  .ttl04 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .ttl05 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td {
    padding: 8px;
    line-height: 1.5;
  }
  .tbl01 tbody tr th {
    white-space: nowrap;
  }
  .list01,
  .list02 {
    padding: 12px 16px 4px;
  }
  .list01 ul li,
  .list02 ul li {
    margin-bottom: 8px;
    margin-right: 20px;
    padding-left: 12px;
    line-height: 1.5;
  }
  .list01 ul li:before,
  .list02 ul li:before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .list02 {
    padding: 12px 16px 4px;
  }
  .list02 ul li {
    margin-bottom: 8px;
  }
  /* 初めての方へ */
  .first_torikumiconts {
    padding: 8px;
  }
  .first_torikumiconts-img {
    margin-bottom: 8px;
  }
  .first_torikumiconts-text {
    font-size: 14px;
    line-height: 1.5;
  }
  /* メニュー・料金表 */
  .price_info {
    flex-direction: column;
  }
  .price_info-img {
    text-align: center;
    margin: 8px auto;
  }
  .price_info-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .price_info-text {
    width: 100%;
    margin: 0 auto;
  }
  .flow_conts {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .flow_conts .ttl02 {
    order: 1;
  }
  .flow_conts .flow_img {
    order: 2;
  }
  .flow_conts .flow_text {
    order: 3;
    margin-top: 12px;
  }
  /* アクセス */
  .access_info-map iframe {
    height: 100%;
    min-height: 320px;
  }
  .access_parking-conts {
    padding: 12px;
    margin-top: 0;
  }
  .access_parking-imglist {
    flex-direction: column;
  }
  .access_parking-imglist li {
    width: 100%;
    margin: 0 auto 8px;
  }
  .access_parking-imglist li:last-of-type {
    margin-bottom: 0;
  }
  .access_parking-text {
    margin-top: 8px;
  }
  .access_root-list {
    flex-direction: column;
  }
  .access_rootconts {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 16px !important;
    padding: 12px;
  }
  .access_root-ttl {
    font-size: 15px;
    padding-left: 40px;
    min-height: 32px;
  }
  .access_root-num {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .access_root-img {
    text-align: center;
  }
  /* お問い合わせ */
  .reserve_telnum {
    font-size: 18px;
  }
  .reserve_btn a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 8px;
  }
  .reserve_btn a img {
    max-height: 20px;
    top: 0;
    margin-right: 8px;
  }
  .reserve_btn a span {
    display: block;
    text-align: left;
  }
  .reserve_btn a {
    padding: 8px;
    font-size: 16px;
  }
  .reserve_btn a img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 22px;
    margin-right: 8px;
  }
  .reserve_orikaeshi {
    padding: 12px;
  }
  .contact_form-tbl {
    margin-top: 24px;
  }
  .contact_form-tbl tbody tr {
    flex-direction: column;
  }
  .contact_form-tbl tbody tr th, .contact_form-tbl tbody tr td {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
  }
  .contact_form-tbl tbody tr th {
    border-right: none;
  }
  .contact_form-tbl tbody tr td {
    padding: 12px;
    line-height: 1.5;
    font-size: 14px;
  }
  .contact_form-tbl tbody tr td p {
    margin-bottom: 8px !important;
  }
  .contact_form-tbl tbody tr td input,
  .contact_form-tbl tbody tr td textarea,
  .contact_form-tbl tbody tr td select{
    display: block;
  }
  .contact_form-tbl tbody tr td input[type="checkbox"] {
    display: inline-block;
    width: 1em !important;
  }
  .form_submit input {
    font-size: 16px;
  }
  /* よくある質問 */
  .faq_q-conts {
    padding: 12px;
  }
  .faq_q-list-ttl {
    font-size: 16px;
  }
  .faq_a-q,
  .faq_a-a {
    padding-left: 40px;
    line-height: 1.5;
    min-height: 32px;
  }
  .faq_a-q:before,
  .faq_a-a:before {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  /* 症状別ページ */
  .case #conts .conts01.mt0 {
    margin-top: 24px;
  }
  .case .saihatsu_text p {
    font-size: clamp(16px, 5vw, 20px);
  }
  .case .voice_mainttl .sp_br:before {
    content: "";
    display: block;
    width: auto;
    height: 0;
  }
  .case_nayami-ttl {
    display: flex;
    align-items: center;
    background-size: 80px auto;
    min-height: 96px;
    margin-bottom: 0;
    padding-left: 112px;
    font-size: 20px;
  }
  .case_nayami-ttl .case_nayami-ttl-wrap {
    display: block;
    width: 100%;
  }
  .case_mainimage-pc{
    display: none;
  }
  .case_mainimage-sp{
    display: block;
  }
  /* 新着情報 */
  .conts_single .h4 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 0;
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .conts_single .h5 {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 0;
    padding-bottom: 4px;
    line-height: 1.65;
  }
  .conts_single .alignleft,
  .conts_single .alignright {
    width: 40% !important;
    margin-bottom: 0;
  }
  .conts_single .alignleft {
    margin-right: 8px;
  }
  .conts_single .alignright {
    margin-left: 8px;
  }
  .conts_single .aligncenter {
    margin: 0 auto;
    text-align: center;
  }
  /* 症状別紹介 */
  .column_single h3{
    font-size: 16px;
    margin-top: 1.5em;
  }

  .column_single h4{
    font-size: 15px;
  }
}
