@charset "UTF-8";
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1080px) {
  /* ヘッダー */
  #header {
    padding: 8px 0 24px;
  }
  .h_contact {
    align-items: flex-start;
  }
  .h_conts {
    margin-top: 12px;
    align-items: flex-start;
  }
  #nav {
    padding: 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: #ff9326;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }
  /* ハンバーガーメニュー */
  .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%;
    right: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 280px;
    color: #000;
  }
  .hum_menu_nav.clicked {
    right: calc(100% - 280px);
    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;
    left: 17px;
  }
  .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: #fca751;
    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: #fcf8f2;
      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_sns {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .hum_menu_sns ul {
    display: flex;
    justify-content: center;
  }
  .hum_menu_sns ul li {
    margin-right: 16px;
  }
  .hum_menu_sns ul li:last-of-type {
    margin-right: 0;
  }
  .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;
  }
  .nav_side #side {
    display: block;
    margin: 24px auto 0;
    padding-bottom: 0;
  }
  #nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
  }
  #nav.on .hum_menu_obtn p,
  #nav.on .sp_tel a,
  #nav.on .sp_contact a {
    max-height: 70px;
  }
  #nav.on .hum_menu_obtn p img,
  #nav.on .sp_tel a img,
  #nav.on .sp_contact a img {
    max-height: 50px;
  }
  /* mainimage */
  .mainimage_bg01 {
    width: 34vw;
    max-width: 360px;
    left: -17%;
  }
  .mainimage_bg01 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .mainimage_bg02 {
    right: -15%;
    width: 24vw;
    max-width: 242px;
  }
  .mainimage_bg02 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* common */
  #main {
    max-width: 800px;
    flex-direction: column;
  }
  #conts {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  /* side */
  #side {
    display: none;
  }
}

/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  .h_top_tel {
    width: 100%;
  }
  .h_top_tel-img {
    text-align: center;
  }
  .h_top_contactbtn {
    display: none;
  }
  .h_logo {
    width: 50%;
  }
  .h_contact {
    width: 50%;
  }
  .h_tb {
    width: 100%;
  }
  /* common_contact */
  .common_contactconts {
    padding: 40px 0;
  }
  .common_contact-wrap {
    justify-content: center;
  }
  .common_contact-l {
    margin-right: 32px;
  }
  .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 {
    flex-direction: column;
  }
  .common_contact-r-info dl {
    margin-bottom: 8px;
  }
  .common_contact-r-info dl dt {
    padding: 0 8px;
  }
  .common_contact-r-info dl dd {
    padding-top: 2px;
  }
  .nayami_menulist-list {
    width: 100%;
    margin: 0 auto;
  }
  .nayami_menulist-list ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* header */
  #header {
    margin-top: 64px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .h_wrap {
    width: 100%;
  }
  .h_h1-t {
    padding: 0 2.5%;
    border-bottom: 1px dashed #ddd;
  }
  .h_conts {
    width: 95%;
    margin: 16px auto 0;
  }
  .h_contact {
    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 {
    width: 100%;
    max-width: 240px;
  }
  .h_access {
    margin-top: 8px;
  }
  .h_access p{
    font-size: 12px;
  }
  .h_contact {
    justify-content: center;
  }
  .h_contact-access p {
    font-size: 13px;
    line-height: 1.5;
  }
  /* 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;
  }
  /* mainimage */
  #mainimage{
    background: none;
  }
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
    line-height: 0;
  }
  .mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* main */
  #main {
    margin-top: 24px;
    padding: 16px;
    margin-bottom: 0;
  }
  .conts01 {
    margin-top: 24px;
  }
  .ttl01 {
    padding: 0 0.5em;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .ttl01 span.ttl01_wrap {
    display: inline-block;
    font-size: 20px;
    line-height: 1.35;
    padding: 0 1em;
  }
  .ttl01 span.ttl01_wrap.ttl01_diet-text {
    font-size: clamp(18px, 5vw, 22px);
  }
  .ttl01 span.ttl01_wrap:before {
    transform: rotate(-25deg);
    left: 0;
  }
  .ttl01 span.ttl01_wrap:after {
    transform: rotate(25deg);
    right: 0;
  }
  .ttl02 {
    font-size: 20px;
    padding: 8px 0;
    border-width: 1px 0;
    margin-bottom: 16px;
  }
  .ttl03 {
    padding: 12px 8px;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  .ttl04 {
    margin-bottom: 8px;
  }
  .ttl04 .ttl04_wrap {
    font-size: 24px;
    padding: 0 8px;
  }
  .ttl04 .ttl04_wrap .ttl04_span01 {
    top: 2px;
    letter-spacing: -4px;
  }
  .ttl05 {
    padding: 12px 12px 8px;
    margin-bottom: 24px;
  }
  .ttl05:after {
    border-width: 12px 24px 24px;
    bottom: -36px;
  }
  .ttl05_ttl01 {
    font-size: 20px;
  }
  .ttl05_ttl02 {
    font-size: 16px;
  }
  .ttl06 {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px;
    border-width: 1px 0;
  }
  .ttl07 {
    font-size: 16px;
    padding: 8px 12px 6px;
    margin-bottom: 16px;
  }
  .ttl07 span {
    font-size: 1.2em;
    left: 12px;
    top: 11px;
  }
  .ttl08 {
    font-size: 16px;
    padding: 8px 8px 8px 24px;
  }
  .ttl08:before {
    width: 10px;
    height: 10px;
    left: 8px;
    top: 15px;
  }
  .ttl09 {
    font-size: 16px;
  }
  .ttl10{
    font-size: 24px;
    text-decoration-thickness: 2px;
    margin-bottom: 20px;
  }
  .ttl11{
    font-size: 18px;
    padding: 16px 12px;
    margin-bottom: 16px;
  }
  .ttl11:before,
  .ttl11:after{
    border-top: 1px solid #fff;
  }
  .ttl11:before{
    top: 6px;
  }
  .ttl11:after{
    bottom: 6px;
  }
  .flow_ttlnum {
    padding-left: calc(1.2em + 16px);
  }
  .list02 {
    padding: 12px 16px 8px;
  }
  .list02 ul li {
    padding-left: 12px;
    margin-bottom: 4px;
  }
  .list03,
  .list05{
    padding: 8px 16px 4px 16px;
  }
  .list03 ul li,
  .list05 ul li{
    font-size: 15px;
    padding-left: 14px;
    margin-right: 12px;
  }
  .sp_br {
    display: block;
  }
  .br02:before{
    content: none;
  }
  /* なぜ〜 */
  .why_text p {
    font-size: 5.5vw;
  }
  .why_text p span.br {
    display: inline;
  }
  /* キャンペーン */
  .campaign_memo {
    font-size: clamp(12px, 3.7vw, 14px);
    line-height: 1.65;
  }
  /* お客様の笑顔が証明です！ */
  .kiteyokatta_text {
    margin-top: 12px;
  }
  .kiteyokatta_text p {
    font-size: 22px;
  }
  /* contact_conts */
  .conts_contact-logo img {
    width: auto;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .conts_contact-conts {
    margin-top: 16px;
  }
  .conts_contact-tel-pc {
    display: none;
  }
  .conts_contact-tel-sp {
    display: block;
  }
  .conts_contact-tel-sp-text01 {
    color: #f57b1d;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 100px;
    background: #f8ef84;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .conts_contact-tel-sp-text01:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #f8ef84;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .conts_contact-tel-sp-sec {
    background: #fff;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 8px;
    margin-top: 12px;
  }
  .conts_contact-tel-sp-text02 {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .conts_contact-tel-sp-text02 span {
    display: inline-block;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    padding: 0 0.25em;
  }
  .conts_contact-tel-sp-text02 span:before, .conts_contact-tel-sp-text02 span:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    background: #544124;
    bottom: 0;
  }
  .conts_contact-tel-sp-text02 span:before {
    transform: rotate(-35deg);
    left: -0.5em;
  }
  .conts_contact-tel-sp-text02 span:after {
    transform: rotate(35deg);
    right: -0.5em;
  }
  .conts_contact-tel-sp-telnum {
    margin-bottom: 4px !important;
  }
  .conts_contact-tel-sp-telnum a {
    display: block;
    font-size: 7.5vw;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #f57b1d;
    text-decoration: underline;
    line-height: 1.25;
  }
  .conts_contact-tel-sp-telmemo {
    margin-top: 0;
  }
  .conts_contact-tel-sp-telmemo p {
    font-size: 3vw;
    text-align: center;
    line-height: 1.75;
  }
  .conts_contact-tel-sp-open {
    text-align: center;
    margin-top: 8px;
  }
  .conts_contact-tel-sp-open dl {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .conts_contact-tel-sp-open dl dt, .conts_contact-tel-sp-open dl dd {
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .conts_contact-tel-sp-open dl dt {
    font-weight: bold;
  }
  .conts_contact-mainttl {
    box-sizing: border-box;
    padding: 0 1em;
  }
  .conts_contact-mainttl-wrap {
    font-size: 5vw;
    box-sizing: border-box;
    padding: 0 0.25em;
  }
  .conts_contact-mainttl-wrap:before {
    transform: rotate(-25deg);
    left: -1em;
  }
  .conts_contact-mainttl-wrap:after {
    transform: rotate(25deg);
    right: -1em;
  }
  .conts_contact-mainttl-wrap:before, .conts_contact-mainttl-wrap:after {
    bottom: -4px;
  }
  .conts_contact-sec {
    margin-top: 8px;
    padding: 16px;
    border-width: 4px;
  }
  .conts_contact-btn {
    margin-bottom: 12px;
    line-height: 0;
  }
  .conts_contact-btn img {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.18));
  }
  .conts_contact-open {
    display: flex;
    flex-direction: column;
    margin: 12px auto;
    padding: 12px;
    border-width: 2px;
  }
  .conts_contact-open dl {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .conts_contact-open dl:last-of-type {
    margin-bottom: 0;
  }
  .conts_contact-open dl dt, .conts_contact-open dl dd {
    width: 100%;
  }
  .pc_line {
    display: none;
  }
  .sp_line,
  .conts_contact-spline {
    display: block;
  }
  .conts_contact-spline {
    background: #62d23a;
    box-sizing: border-box;
    padding: 6px;
  }
  .conts_contact-spline-wrap {
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 12px;
  }
  .conts_contact-spline-mainttl {
    padding-bottom: 4px;
    margin-bottom: 8px !important;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  .conts_contact-spline-mainttl p {
    margin-bottom: 0 !important;
  }
  .conts_contact-spline-mainttl-icon {
    line-height: 0;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  .conts_contact-spline-mainttl-icon img {
    width: auto;
    max-width: 24px;
    height: auto;
  }
  .conts_contact-spline-mainttl-text {
    width: auto;
    font-size: 4.4vw;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 1.5;
    padding-left: 28px;
    box-sizing: border-box;
  }
  .conts_contact-spline-text01 p {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
  }
  .conts_contact-spline-btn {
    margin: 0.5em auto;
  }
  .conts_contact-spline-btn p a {
    display: block;
    border-radius: 4px;
    background: #10904f;
    box-sizing: border-box;
    padding: 6px 4px 4px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .conts_contact-spline-btn p a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    right: 4px;
    top: calc(50% - 6px);
  }
  .conts_contact-spline-text02 {
    background: #ffffff;
    box-sizing: border-box;
    padding: 12px;
  }
  .conts_contact-spline-text02 p {
    font-size: 14px;
  }
  .conts_contact-spline-text02 p:last-of-type {
    margin-bottom: 0 !important;
  }
  .conts_contact-spline-text02-ttl01 {
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 6px !important;
  }
  .conts_contact-address dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .conts_contact-address dl:last-of-type {
    margin-bottom: 0;
  }
  .conts_contact-address dl dt,
  .conts_contact-address dl dd {
    font-size: 14px;
    width: 100%;
  }
  .conts_contact-map iframe {
    height: 64vw;
    min-height: 280px;
    max-height: 320px;
  }
  /* お客様の声 */
  .voice_ttl {
    padding: 12px;
  }
  .voice_mainttl {
    font-size: 16px;
  }
  .voice_mainconts {
    padding: 12px 12px 24px;
  }
  .voice_img iframe {
    min-height: 180px;
    height: 56vw;
    max-height: 240px;
    line-height: 0;
  }
  .voice_text .voice_textconts {
    margin-top: 16px;
  }
  .voice_text .voice_textconts:first-of-type {
    margin-top: 0;
  }
  .voice_text .voice_textconts dl dt {
    padding: 8px 12px;
  }
  .voice_text .voice_textconts dl dt p {
    font-size: 15px;
  }
  .voice_text .voice_textconts dl dd p {
    font-size: 14px;
  }
  .voice_text-btn{
    margin-bottom: 16px;
  }
  .voice_text-morebtn{
    font-size: 15px;
  }
  .voice_textarea{
    margin-top: 16px;
  }
  .voice_detailbtn{
    margin-top: 16px;
  }
  .voice_detailbtn button{
    width: 80%;
    max-width: 220px;
    padding: 8px;
    font-size: 16px;
  }
  .voice_detailbtn button:after{
    border-width: 8px 6px 6px 6px;
    top: calc(50% - 3px);
  }
  .voice_detailbtn.open button:after{
    border-width: 6px 6px 8px 6px;
    top: calc(50% - 9px);
  }
  .voice_btn{
    margin-top: 24px;
  }
  .voice_btn a{
    font-size: clamp(15px, 4.5vw, 18px);
    width: 80%;
    padding: 15px 8px;
    line-height: 1.35;
  }
  .voice_btn a:after{
    border-width: 6px 6px 6px 8px;
    top: calc(50% - 6px);
    right: 8px;
  }
  /* ごあいさつ */
  .profile_movie {
    margin: 20px auto 8px;
  }
  .profile_movie iframe {
    height: 56vw;
    min-height: 180px;
    max-height: 240px;
  }
  .profile_text {
    flex-direction: column;
    margin-top: 0;
  }
  .profile_info {
    max-width: 160px;
    margin: 0 auto 16px;
  }
  .profile_info-img {
    max-width: 80%;
    margin: 0 auto;
  }
  .profile_info-text {
    padding: 8px 4px;
  }
  .profile_info-text p {
    line-height: 1.25;
    margin-bottom: 4px !important;
  }
  .profile_info-text p:last-of-type {
    margin-bottom: 0 !important;
  }
  .profile_info-text p span {
    font-size: 1.2em;
  }
  .profile_textarea {
    width: 100%;
    margin: 0;
  }
  /* お悩みリスト */
  .nayami_ttl-text {
    font-size: 20px;
    font-size: clamp(18px, 4.8vw, 20px);
    text-align: left;
    margin-right: 12px;
    line-height: 1.25;
    padding: 6px 0;
  }
  .nayami_ttl-text .nayami_ttl-span01 {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    line-height: 1.65;
  }
  .nayami_ttl-img {
    max-width: 30%;
  }
  .nayami_ttl-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .nayami_list {
    padding: 12px;
  }
  .nayami_list ul li {
    background-size: 18px auto;
    background-position: left 4px;
    padding-left: 24px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
  }
  .nayami_arrow {
    min-height: 28px;
  }
  .nayami_arrow:before, .nayami_arrow:after {
    border-width: 32px 56px 56px 56px;
  }
  .nayami_arrow:after {
    top: 8px;
  }
  /* その悩み、当院にお任せください！ */
  .kaizen_lr {
    flex-direction: column;
  }
  .kaizen_img {
    max-width: 200px;
    margin: 0 auto 16px;
  }
  .kaizen_text {
    width: 100%;
    margin: 0 auto;
  }
  .kaizen_feature-conts {
    padding: 12px;
    margin-top: 16px;
  }
  /* 当院の３つの特徴 */
  .kaizen_feature {
    padding: 12px;
    margin-top: 16px;
  }
  .kaizen_feature-ttl {
    margin-bottom: 6px;
  }
  .kaizen_feature-mainttl {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 4px;
    border-bottom-width: 2px;
  }
  .kaizen_feature-subttl {
    font-size: 15px;
    padding: 10px 12px 8px;
  }
  .kaizen_feature-subttl:after {
    border-width: 8px;
    bottom: -16px;
  }
  /* このようなお悩みの方が来られています */
  .case_listmenu {
    margin-top: 12px;
  }
  .case_listmenu ul li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .case_listmenu ul li:nth-of-type(3n) {
    margin-right: 8px;
  }
  .case_listmenu ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* 当院が選ばれる7つの理由 */
  .reason_ttl-text {
    width: 100%;
    margin-right: 8px;
  }
  .reason_ttl-maintext {
    font-size: 19px;
    line-height: 1.5;
  }
  .reason_ttl-maintext strong {
    font-size: 1.2em;
  }
  .reason_ttl-subtext {
    font-size: 16px;
    padding: 12px 16px;
    margin-bottom: 10px !important;
  }
  .reason_ttl-subtext:after {
    border-width: 8px;
    bottom: -16px;
  }
  .reason_ttl {
    padding-bottom: 0;
  }
  .reason_ttl-img {
    width: 30vw;
    max-width: 120px;
  }
  .reason_ttl-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .reason_conts {
    margin-bottom: 24px;
  }
  .reason_conts-ttl {
    padding: 16px;
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    margin-bottom: 12px;
  }
  .reason_conts-ttl-stamp {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    padding: 6px 8px 4px;
    box-sizing: border-box;
    flex-direction: row;
    line-height: 1;
  }
  .reason_conts-ttl-stamp-numtext {
    font-size: 16px;
  }
  .reason_conts-ttl-stamp-num {
    font-size: 16px;
    margin-top: 0;
  }
  .reason_conts-ttl-text {
    font-size: 16px;
    padding: 8px 0 0;
    text-align: left;
  }
  .reason_conts-img img{
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* 実は首・肩・腰の不調の9割が「悪い姿勢」「体の歪み」が原因なんです！ */
  .genin_ttl01 {
    font-size: 5.2vw;
    line-height: 1.5;
  }
  .genin_ttl02 span {
    font-size: 5.2vw;
  }
  .genin_conts {
    margin-top: 16px;
  }
  .genin_condtion-ttl {
    padding: 12px 12px 8px;
    font-size: 5.2vw;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .genin_condtion-ttl:after {
    border-width: 20px;
    bottom: -40px;
  }
  .genin_condition-text01-text01 {
    font-size: 5.5vw;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .genin_condition-text01-img01 img {
    width: auto;
    max-width: 80%;
    height: auto;
  }
  .genin_condition-text01-img02 {
    margin-top: 24px;
  }
  /* 選ばれる５つの理由 */
  .select_mainttl {
    margin-top: 50px;
    padding: 12px 12px 0px;
    margin-bottom: 0;
  }
  .select_mainttl span {
    margin-top: -50px;
  }
  .select_conts {
    padding: 12px;
    margin-top: 16px;
  }
  .select_conts:first-of-type {
    margin-top: 16px;
  }
  .select_conts-ttl {
    display: flex;
    flex-direction: column;
  }
  .select_conts-ttl-reason {
    width: 56px;
    height: 56px;
    margin: 0 auto !important;
    font-size: 12px;
    line-height: 0.85;
  }
  .select_conts-ttl-reason span {
    font-size: 1.75em;
  }
  .select_conts-ttl-text {
    width: 100%;
    font-size: 18px;
    margin: 12px auto;
  }
  .select_conts-img {
    margin: 0 auto 12px;
  }
  .select_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  .select_ttl {
    background-position: left 8px;
    background-size: 40px auto;
    padding-left: 56px;
    font-size: 18px;
    min-height: 48px;
  }
  /* 推薦の声 */
  .recommend_conts {
    margin-top: 12px;
  }
  .recommend_conts-wrap {
    border-width: 4px;
    padding: 12px;
    display: flex;
    flex-direction: column;
  }
  .recommend_img {
    margin: 0 auto 16px;
  }
  .recommend_text {
    width: 100%;
    margin: 0 auto;
  }
  .recommend_text-ttl {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-bottom: 12px;
  }
  .recommend_text-ttl-textarea {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .recommend_text-ttl-mainttl {
    order: 2;
  }
  .recommend_text-ttl-info-licence {
    order: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .recommend_text-ttl-medal {
    position: relative;
    margin-right: 8px;
  }
  .recommend_text-ttl-medal img {
    width: auto;
    max-width: 64px;
    height: auto;
  }
  .recommend_text-ttl-info-licence-text {
    line-height: 1.5;
  }
  .recommend_text-ttl-textarea {
    margin: 8px 0 0;
  }
  .recommend_text-ttl-mainttl {
    font-size: 18px;
  }
  .recommend_text-ttl-info {
    margin-top: 8px;
    order: 3;
  }
  .recommend_text-ttl-info p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  /* 全額返金保証 */
  .trial_why{
    margin-bottom: 32px;
  }

  .trial_refund{
    padding: 24px 20px;
  }

  .trial_refund:before{
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 6px;
    top: 6px;
    border-width: 2px;
  }

  .refund_icon{
    max-width: 120px;
  }

  .trial_refund-text01{
    margin-bottom: 1em;
  }

  .trial_refund-text01 p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 1em;
  }

  .trial_refund-text01 .br{
    display: inline;
  }

  /* 最後に */
  .last_select {
    padding: 12px;
    margin-top: 24px;
  }
  .last_select dl dt {
    font-size: 16px;
  }
  .last_arrow:before {
    border-width: 30px 80px 0;
    bottom: -42px;
  }
  .last_message {
    margin-top: 54px;
  }
  .last_message01,
  .last_message02 {
    font-size: 16px;
    text-align: left;
  }
  /* common_conts */
  .common_contactconts {
    padding: 40px 0;
  }
  .common_contact-mainttl {
    margin-bottom: 16px;
    padding: 0 2em;
  }
  .common_contact-mainttl span {
    font-size: 5.7vw;
    line-height: 1.25;
    padding: 0 12px;
  }
  .common_contact-mainttl span:before, .common_contact-mainttl span:after {
    width: 9vw;
    height: 17vw;
    max-width: 37px;
    max-height: 63px;
    background-size: contain;
  }
  .common_contact-btnlist {
    flex-direction: column;
  }
  .common_contact-btn {
    text-align: center;
    margin: 0 auto !important;
  }
  .common_contact-btn img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
  /* common_conts */
  /* pagetop */
  #pagetop img {
    width: 48px;
    height: 48px;
  }
  /* footer */
  #footer {
    padding: 24px 0;
    margin-bottom: 16vw;
  }
  .f_info {
    flex-direction: column;
    justify-content: center;
    margin: 16px auto;
    padding: 12px 0;
  }
  .f_info p {
    text-align: center;
  }
  .f_menu ul li {
    border-left: none;
    border-right: 1px solid #433519;
    margin: 0 0 12px 0;
    padding-right: 8px;
  }
  .f_menu ul li:last-of-type {
    margin: 0 0 12px 0;
    border-right: none;
  }
  .f_menu ul li a {
    font-size: 14px;
  }
  /* 下層ページ */
  #second #main {
    margin-top: 0;
    padding-top: 8px;
  }
  .second_mainttl {
    font-size: 20px;
    padding: 12px 16px;
    margin-bottom: 20px;
  }
  .img_f-r {
    width: 40%;
    margin-left: 24px;
    margin-bottom: 8px;
  }
  .list01 {
    margin-top: 0;
  }
  #breadcrumb {
    display: none;
  }
  .about_message {
    padding: 12px;
  }
  .about_message .img_f-r {
    width: 100%;
    max-width: 200px;
    float: none;
    text-align: center;
    margin: 0 auto 8px;
  }
  .about_message .img_f-r img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .price_process_time {
    padding: 16px;
  }
  .price_process_time-ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .price_process_time-conts {
    flex-direction: column;
  }
  .price_process_time-conts-img {
    text-align: center;
    margin: 0 auto 12px;
  }
  .price_process_time-conts-img img {
    width: auto;
    max-width: 56px;
    height: auto;
  }
  .price_process_time-conts-text dl dt {
    font-size: 16px;
  }
  .price_process_time-conts-text dl dd {
    font-size: 14px;
  }
  .flow_conts {
    margin-top: 24px;
  }
  .flow_conts p:last-of-type {
    margin-bottom: 0 !important;
  }
  .staff_info-wrap {
    padding: 12px;
    flex-direction: column;
  }
  .staff_info-img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 16px;
  }
  .staff_info-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .staff_info-text {
    width: 100%;
  }
  .staff_info-text dl {
    margin-bottom: 16px;
  }
  .staff_info-text dl dt, .staff_info-text dl dd {
    font-size: 15px;
  }
  .price_list01 ul {
    padding: 12px 12px 4px;
  }
  .price_list01 ul li {
    width: calc(50% - 6px);
    margin-right: 12px;
    box-sizing: border-box;
    background-size: 20px auto;
    background-position: left 5px;
    padding-left: 24px;
  }
  .price_list01 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .price_reserve-ttl {
    font-size: 16px;
  }
  .price_reserve-ttl span {
    font-size: 14px;
    padding: 0 8px;
  }
  .price_creditcard ul {
    justify-content: flex-start;
  }
  .price_creditcard ul li {
    width: calc(100% / 3 - 6px);
    margin-right: 8px;
  }
  .price_creditcard ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .price_tbl tbody tr th,
  .price_tbl tbody tr td {
    padding: 8px;
  }
  .staff_movie {
    padding: 8px;
    margin-top: 0;
  }
  .access_info {
    padding: 24px 16px 16px;
  }
  .access_logo {
    margin-bottom: 16px;
  }
  .access_logo img {
    width: auto;
    max-width: 70%;
    height: auto;
  }
  .access_infoconts:after {
    left: 5px;
  }
  .access_infoconts-wrap {
    padding-left: 16px;
  }
  .access_infoconts-ttl01 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .access_infoconts-accesslink li {
    padding-left: 12px;
  }
  .access_infoconts-accesslink li:before {
    width: 7px;
    height: 7px;
    top: 10px;
  }
  .access_infoconts-accesslink li a {
    font-size: 14px;
  }
  .access_infocarcycle-ttl {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 16px;
  }
  .access_infocarcycle-ttl:after {
    border-width: 12px 12px 0;
    bottom: -12px;
  }
  .access_infocarcycle-text {
    margin: 0;
  }
  .access_infomap iframe {
    min-height: 240px;
    max-height: 300px;
    height: 72vw;
  }
  .access_root-wrap {
    flex-direction: column;
  }
  .access_conts {
    width: 100%;
    margin: 0 auto 24px;
  }
  .access_conts:after {
    content: none;
  }
  .access_conts:last-of-type {
    margin-bottom: 16px;
  }
  .access_conts-textnum {
    width: 32px;
    height: 32px;
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  .access_conts-textconts {
    padding-left: 40px;
    padding-top: 5px;
    min-height: 32px;
  }
  .access_img01 {
    margin: 12px auto 0;
    text-align: center;
  }
  .access_img01 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .access_rootmovie {
    padding: 8px;
  }
  .access_rootmovie iframe {
    height: 53vw;
    min-height: 200px;
    max-height: 240px;
  }
  .contact_telnum {
    font-size: 18px;
    margin-bottom: 8px !important;
  }
  .contact_line a {
    padding: 12px;
    font-size: 18px;
  }
  .contact_line a img {
    max-width: 46px;
    height: auto;
    max-height: 24px;
    margin-right: 8px;
  }
  .contact_line-text p {
    font-size: 14px;
    text-align: left;
  }
  .required {
    padding: 4px 8px;
  }
  .contact_mailconts {
    padding: 12px;
    margin-bottom: 16px;
  }
  .contact_mailconts:last-of-type {
    margin-bottom: 24px;
  }
  .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;
  }
  .faq_qlist {
    padding: 16px;
  }
  .faq_alist-conts {
    padding-top: 12px;
  }
  .faq_alist-conts dl dt {
    font-size: 16px;
    padding: 12px 12px 8px;
    margin-bottom: 12px;
  }
  .faq_alist-conts dl dd p:last-of-type {
    margin-bottom: 0;
  }
  .case_mainimage {
    padding-bottom: 16px;
  }
  .case_mainimage-pc{
    display: none;
  }

  .case_mainimage-sp{
    display: block;
  }
  .traffic_omakase-conts {
    padding: 6px;
  }
  .traffic_omakase-conts-wrap {
    padding: 12px;
  }
  .traffic_omakase-conts-wrap p {
    font-size: 15px;
  }
  .column_single h3 {
    font-size: 16px;
    padding: 8px 12px 6px;
    margin-bottom: 16px;
  }
  .column_single h3 span {
    font-size: 1.2em;
    left: 12px;
    top: 11px;
  }
  .column_single h4 {
    font-size: 16px;
    padding: 8px 8px 8px 24px;
  }
  .column_single h4:before {
    width: 10px;
    height: 10px;
    left: 8px;
    top: 15px;
  }
  .alignleft,
  .alignright {
    width: 40% !important;
    margin-bottom: 0;
  }
  .alignleft {
    margin-right: 8px;
  }
  .alignright {
    margin-left: 8px;
  }
  .aligncenter {
    margin: 0 auto;
    text-align: center;
  }
}
