@charset "UTF-8";
/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  #header, #scroll_menu {
    display: none;
  }
  #sp_head {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #6e6e6e 0%, #282928 100%);
    color: #fff;
    z-index: 999999;
    border-bottom: 2px solid #fff;
  }
  .sp_head_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp_head_logo {
    max-width: fit-content;
  }
  .sp_head_traffic,
  .sp_head_tel,
  .sp_head_reserve,
  .sp_head_menu {
    width: calc(100% / 3 - 2px);
    border-left: 2px solid #fff;
    text-align: center;
  }
  .sp_head_traffic a,
  .sp_head_tel a,
  .sp_head_reserve a {
    padding: 10px 0;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .sp_head_traffic a figure,
  .sp_head_tel a figure,
  .sp_head_reserve a figure,
  .sp_head_menu .hum_menu_obtn figure {
    margin-bottom: 10px;
  }
  .sp_head_menu {
    border-left: none;
  }
  .sp_head_traffic a p,
  .sp_head_tel a p,
  .sp_head_reserve a p {
    line-height: 1;
    font-weight: bold;
  }
  .sp_head_traffic img,
  .sp_head_tel img,
  .sp_head_reserve img {
    width: auto;
    max-width: 100%;
    height: 33px;
  }
  .sp_head_menu .hum_menu_obtn img {
    width: auto;
    max-width: 100%;
    height: 33px;
  }
  .sp_head_logo p {
    line-height: 1;
  }
  .sp_access {
    display: block;
    width: fit-content;
    background: url("../images/common/sp_access.png") no-repeat left top;
    background-size: 20px auto;
    min-height: 20px;
    padding-left: 28px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }
  .sp_logoconts {
    display: block;
  }
  .sp_logo {
    display: none;
  }
  .sp_head_btn {
    display: flex;
  }
  .sp_btn_wrap {
    margin-right: 5px;
    line-height: 0;
    margin-top: 1px;
  }
  .res_btn img {
    height: 55px;
  }
  .sp_btn {
    display: none;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    height: 100%;
  }
  .hum_menu_obtn {
    background: none;
    border: none;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
  }
  .hum_menu_obtn span {
    line-height: 1;
    display: block;
  }
  .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_nav {
    background: rgba(255, 249, 236, 0.95);
    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: 100%;
    color: #000;
  }
  .hum_menu_nav.clicked {
    right: 0;
    overflow: scroll;
    z-index: 9999;
  }
  .hum_menu_nav_close {
    padding: 15px 0;
  }
  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    right: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before {
    content: "";
    display: block;
    border-top: 3px solid #000;
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    transform: rotate(45deg);
    margin-top: 3px;
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_nav_menu {
    width: 90%;
    margin: 55px auto 32px;
    box-sizing: border-box;
  }
  .hum_menu_nav_menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .hum_menu_nav_menu li {
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: left;
    margin-bottom: 12px;
  }
  .hum_menu_nav_menu li:last-of-type {
    margin-bottom: 0;
  }
  .hum_menu_nav_menu li span {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
  }
  .hum_menu_nav_menu li a,
  .hum_menu_nav_menu li button {
    display: block;
    color: #000;
    text-align: left;
    text-decoration: none;
    padding: 0;
    padding-left: 20px;
  }
  .hum_menu_nav_menu li a:before,
  .hum_menu_nav_menu li button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: 6px;
    border-top: 2px solid #b5a17f;
    border-right: 2px solid #b5a17f;
    transform: rotate(45deg);
    transition: transform 0.15s linear 0s;
  }
  .hum_menu_nav_menu li button {
    background: none;
    border: none;
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: left;
    font-family: inherit;
  }
  .hum_menu_nav_menu li button.is-open:before {
    transform: rotate(135deg);
    left: 1px;
    top: -1px;
  }
  .hum_menu_nav_menu li .hum_menu-case {
    margin: 12px auto;
    border-top: 1px solid #e1d7c5;
    border-bottom: 1px solid #e1d7c5;
    padding: 16px 0;
  }
  .hum_menu_nav_menu li .hum_menu-case.is-open {
    display: block;
  }
  .hum_menu_nav_menu li .hum_menu-case .hum_menu-caselist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .hum_menu_nav_menu li .hum_menu-case .hum_menu-caselist li {
    width: fit-content;
    margin-right: 0;
    margin-bottom: 0;
  }
  .hum_menu_nav_menu li .hum_menu-case .hum_menu-caselist li a {
    font-size: 15px;
    padding-left: 14px;
  }
  .hum_menu_nav_menu li .hum_menu-case .hum_menu-caselist li a:before, .hum_menu_nav_menu li .hum_menu-case .hum_menu-caselist li a:after {
    width: 4px;
    height: 4px;
    margin-top: 7px;
  }
  .hum_menu_nav_menu li.sp_nav_more_wrap a {
    padding: 18px 0;
  }
  .hum_menu_nav_menu li .hum_menu-case {
    display: none;
  }
  .hum_menu-caseother p a {
    font-size: 14px;
    font-weight: bold;
    padding-left: 14px;
  }
  .hum_menu-caseother p a:before, .hum_menu-caseother p a:after {
    width: 4px;
    height: 4px;
    margin-top: 7px;
  }
  .hum_menu-case {
    max-height: 0;
    overflow: hidden;
  }
  .hum_menu_nav_btnconts {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  .hum_menu_nav-linebtn p a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #6fbd5f;
    text-decoration: none;
  }
  .hum_menu_nav-linebtn p a img {
    width: auto;
    max-width: 24px;
    height: auto;
    margin-right: 6px;
  }
  .hum_menu_nav-other {
    display: flex;
    flex-direction: row;
    gap: 0 8px;
    margin-top: 12px;
  }
  .hum_menu_nav-other .hum_menu_nav-otherbtn {
    width: calc(50% - 4px);
  }
  .hum_menu_nav-other .hum_menu_nav-otherbtn p {
    margin-bottom: 0 !important;
  }
  .hum_menu_nav-other .hum_menu_nav-otherbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .hum_menu_nav-other .hum_menu_nav-otherbtn a img {
    display: block;
    width: auto;
    max-width: fit-content;
    height: auto;
    max-height: 16px;
    margin-bottom: 8px;
  }
  .hum_menu_nav-otherbtn-tel a {
    background: #db3a34;
  }
  .hum_menu_nav-otherbtn-contact a {
    background: #b5a17f;
  }
  .hum_menu_nav-memo {
    margin-top: 8px;
  }
  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }
  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }
  .sp_nav_more_o ul {
    position: relative;
    top: 15px;
    background: #6fbd5f;
    z-index: 9999;
  }
  .sp_nav_more_o ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 1em;
    position: relative;
    z-index: 99999;
    font-size: 0.9em;
  }
  .sp_nav_more_o ul li:last-child {
    border-bottom: none;
  }
  .hum_menu_contact {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 20px 20px;
  }
  .hum_menu_contact a {
    margin: 0 auto;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85em;
    padding: 5px 0;
    display: block;
    width: 100%;
    max-width: 200px;
  }
  .hum_menu_contact a.h_menu_contact {
    text-align: center;
    background: #b5a17f;
    color: #fff;
  }
  .hum_menu_contact a.h_menu_contact img {
    width: auto;
    max-width: 12px;
    height: auto;
    margin-right: 5px;
  }
  .hum_menu_contact p {
    margin-bottom: 15px;
    width: 100%;
  }
  .hum_menu_contact p:last-of-type {
    margin-bottom: 0;
  }
  .hum_open_bg_display.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .hum_menu_info_ttl {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .hum_menu_info_wrap {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border-bottom: 1px solid;
    text-align: center;
  }
  .hum_menu_info_name {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
  }
  .hum_menu_info_tel {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.5;
    position: relative;
    font-style: italic;
  }
  .hum_menu_info_tel i {
    font-size: 1em;
    transform: rotate(-45deg);
    margin-right: 3px;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .hum_menu_info_open {
    font-size: 0.8em;
    line-height: 1.5;
  }
  .hum_menu_sns ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: none !important;
  }
  .hum_menu_sns ul li {
    width: auto !important;
    border-bottom: none !important;
  }
  .hum_menu_sns ul li a {
    padding: 10px 5px;
  }
  .hum_menu_sns ul li a:after {
    content: none !important;
  }
  /* ここまで */
  /* common */
  .img_f-l,
  .img_f-r {
    width: 45%;
  }
  .img_f-l {
    margin-right: 24px;
  }
  .img_f-r {
    margin-left: 24px;
  }
  .voiceconts {
    padding: 32px 24px;
  }
  #sp_top {
    display: block;
    margin-top: 78px;
    margin-bottom: 5px;
  }
  .sp_top_wrap {
    width: 95%;
    padding: 16px 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp_head_logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 40px;
  }
  .sp_head_access {
    width: auto;
  }
  .sp_head_access-text01 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url("../images/common/sp_access.png") no-repeat 8px 2px;
    background-size: 20px auto;
    min-height: 20px;
    padding-left: 36px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
  }
  .sp_head_access-dl {
    display: flex;
    flex-direction: row;
    line-height: 1.5;
  }
  .sp_head_access-dl dt, .sp_head_access-dl dd {
    width: fit-content;
    font-size: 13px;
  }
  .sp_head_access-dl dt {
    font-weight: bold;
    color: #b08e48;
  }
  .feature_conts-wrap,
  .recommend_conts {
    padding: 32px 24px;
  }
  /* offer */
  .offerbtm_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .offerbtm_conts {
    width: calc(50% - 12px);
    max-width: 100%;
  }
  .offerbtm_btn {
    max-width: 100%;
  }
  /* footer */
  .f_bloglist {
    display: none;
  }
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px) {
  /* offer */
  .offer_main {
    justify-content: space-between;
  }
  .offer_btn,
  .offerbtm_btn {
    /* width: 50vw; */
    width: 100%;
  }
  /* reason */
  .reason_img {
    width: 45vw;
  }
  .reason_textarea-ttl-num {
    width: 100px;
    height: 100px;
  }
  .reason_textarea-ttl-num-text {
    font-size: 20px;
  }
  .reason_textarea-ttl-main {
    font-size: 28px;
    text-underline-offset: 8px;
    margin-left: 20px;
  }
  .offerbtm_list{
    flex-direction: column;
  }
  .offerbtm_conts{
    width: 100%;
  }
  .offerbtm_btn{
    min-height: 96px;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  body {
    font-size: 14px;
  }
  #sp_top {
    margin-top: 54px;
    margin-bottom: 0;
  }
  .mainimage_selectconts, .res_btn {
    display: none;
  }
  .sp_btn {
    display: flex;
  }
  .sp_btn li {
    margin-left: 5px;
    line-height: 0;
  }
  .sp_btn img {
    height: 50px;
  }
  .sp_head_wrap {
    align-items: flex-end;
  }
  .sp_head_traffic a,
  .sp_head_tel a,
  .sp_head_reserve a {
    padding: 8px 0;
  }
  .sp_head_traffic a figure,
  .sp_head_tel a figure,
  .sp_head_reserve a figure {
    margin-bottom: 8px;
  }
  .hum_menu_obtn {
    padding: 8px 0;
    font-size: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .sp_head_traffic img,
  .sp_head_tel img,
  .sp_head_reserve img {
    height: 20px;
  }
  .sp_head_traffic a p,
  .sp_head_tel a p,
  .sp_head_reserve a p,
  .hum_menu_obtn span {
    font-size: 11px;
  }
  .sp_head_traffic a p {
    color: #f5f800;
  }
  .sp_head_menu .hum_menu_obtn figure {
    margin-bottom: 8px;
  }
  .sp_head_menu .hum_menu_obtn img {
    height: 16px;
  }
  .hum_menu_obtn span {
    line-height: 1;
  }
  .sp_top_wrap {
    display: flex;
    align-items: center;
    padding: 12px 2.5% 6px;
  }
  .sp_head_access {
    width: auto;
  }
  .sp_head_logo {
    display: flex;
    align-items: center;
    line-height: 0;
    text-align: center;
  }
  .sp_head_logo img {
    width: 42vw;
    max-width: 160px;
    margin: 0 auto;
    height: auto;
  }
  .res_logo {
    display: none;
  }
  .sp_logoconts,
  .sp_logo {
    display: block;
  }
  .sp_logo {
    margin-bottom: 0 !important;
    text-align: left;
  }
  .sp_access {
    background-size: 16px auto;
    background-position: left 1px;
    font-size: 11px;
    line-height: 1.25 !important;
    padding-left: 20px;
    margin-top: 0 !important;
    padding-top: 2px;
    margin-left: 8px;
    min-height: 0;
    margin-bottom: 2px;
  }
  .sp_head_access-text01 {
    background-size: 16px auto;
    background-position: 8px 2px;
    font-size: 11px;
    padding-left: 28px;
  }
  .sp_head_access-dl dt, .sp_head_access-dl dd {
    font-size: 10px;
    font-weight: bold;
  }
  .sp_head_access-dl dt {
    width: fit-content;
  }
  .sp_head_access-dl dd {
    width: fit-content;
  }
  .sp_logo {
    line-height: 1;
    margin-bottom: 8px;
  }
  .sp_head_access {
    width: fit-content;
    margin-left: 0;
  }
  .sp_head_access p {
    font-size: 10px;
  }
  .sp_head_access p .br {
    display: block;
  }
  .hum_menu_nav_menu li .hum_menu-case {
    padding: 12px 0;
  }
  /* common */
  .main_conts_wrap {
    width: 90%;
    padding: 0 5%;
  }
  .mainconts {
    padding: 32px 0;
  }
  .ttl01,
  .ttl02,
  .ttl03 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ttl01 span {
    display: inline-block;
    padding: 0 0.75em;
  }
  .ttl01 span:before {
    transform: rotate(-20deg);
  }
  .ttl01 span:after {
    transform: rotate(20deg);
  }
  .ttl04 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .strong01,
  .strong02 {
    font-size: 1.1em;
    text-decoration-thickness: 1px;
  }
  .img_f-l,
  .img_f-r {
    float: none;
    width: 100%;
    margin: 0 auto 16px;
    text-align: center;
  }
  .tbl01 tbody tr,
  .tbl02 tbody tr {
    flex-direction: column;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td,
  .tbl02 tbody tr th,
  .tbl02 tbody tr td {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .tbl01 tbody tr th,
  .tbl02 tbody tr th {
    border-right: 1px solid #a8a8a8;
  }
  .tbl01 tbody tr th .br,
  .tbl02 tbody tr th .br {
    width: fit-content;
    display: inline;
    margin-left: 4px;
  }
  .conts01 p {
    font-size: 15px;
  }
  .btn01 a {
    max-width: 280px;
    font-size: 15px;
    padding: 10px 12px;
  }
  .btn01 a:before, .btn01 a:after {
    width: 8px;
    right: 12px;
  }
  .btn01 a:before {
    top: calc(50% - 4px);
  }
  .btn01 a:after {
    bottom: calc(50% - 4px);
  }
  .btn01.btn01_mt{
    margin-top: 2em;
  }
  .nayamiomakase:before {
    border-width: Min(32px, 10vw) 48px 48px;
  }
  .reason_mainttl:after,
  .last:after {
    border-width: Min(32px, 10vw) 48px 48px;
  }
  .feature_conts-wrap,
  .voiceconts,
  .recommend_conts {
    padding: 12px 16px;
  }
  .list01 {
    padding: 12px 16px;
    border-width: 2px;
    margin: 1em 0;
  }
  .list01 ul {
    gap: 0 24px;
  }
  .list01 ul li {
    background-size: 16px auto;
    background-position: left 4px;
    padding-left: 20px;
  }
  .list02 ul {
    gap: 0;
  }
  .list02 ul li {
    font-size: 15px;
    padding-left: 12px;
  }
  .list02 ul li:before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
  .list03 {
    margin: 1em 0;
  }
  .list03 ul {
    gap: 0 12px;
  }
  .list03 ul li {
    font-size: 15px;
    padding-left: 12px;
  }
  .list03 ul li:before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
  /* voice */
  .voiceconts {
    border-width: 4px;
    margin-bottom: 16px;
    padding: 12px 16px;
  }
  .voiceconts_wrap {
    flex-direction: column;
  }
  .voice_ttl {
    font-size: 20px;
  }
  .voice_ttl .voice_ttl-strong01 {
    font-size: 1.15em;
  }
  .voiceconts_main {
    flex-direction: column;
  }
  .voiceconts_img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .voiceconts_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .voiceconts_img .noimage {
    padding: clamp(12px, 5vw, 20px) 12px;
  }
  .voiceconts_img .noimage img {
    width: auto;
    max-width: fit-content;
    height: auto;
    max-height: clamp(90px, 32vw, 120px);
  }
  .voiceconts_text {
    padding-top: 0;
    margin-top: 12px;
  }
  .voiceconts_text p {
    font-size: 15px;
  }
  .voiceconts_text p .br {
    display: inline;
  }
  /* why */
  .why_text01 {
    font-size: 20px;
    line-height: 1.65;
  }
  .why_text01 .br {
    display: inline;
  }
  /* kaizen */
  .kaizen_img {
    border-width: 4px;
  }
  .kaizen_img-wrap {
    border-width: 2px;
    padding: 8px;
  }
  .kaizen_imgconts01 {
    margin-bottom: 6px;
  }
  .kaizen_img-list img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  }
  .kaizen_img-list01,
  .kaizen_img-list02 {
    gap: 6px;
  }
  .kaizen_bg {
    display: none;
  }
  /* kuchikomi */
  .kuchikomi_mainttl {
    font-size: 20px;
  }
  .kuchikomi_img {
    width: 95%;
    margin: 0 auto;
  }
  .kuchikomi_memo {
    margin-top: 8px;
    font-size: 12px;
    margin-right: 8px;
  }
  /* nayami */
  .nayami_conts {
    flex-direction: column;
  }
  .nayami_img {
    max-width: 240px;
    margin: 0 auto 24px;
  }
  .nayami_text-list li {
    background-size: 22px auto;
    font-size: 15px;
    padding-left: 28px;
    padding-top: 0;
    margin-bottom: 8px;
  }
  /* nayamiomakase */
  .nayamiomakase {
    padding-top: 48px;
  }
  .nayamiomakase_text01 {
    font-size: 20px;
    line-height: 1.65;
  }
  .nayamiomakase_text01 strong {
    display: inline-block;
    width: 100%;
  }
  .nayamiomakase_conts {
    margin-top: 16px;
  }
  .nayamiomakase_conts p {
    font-size: 15px;
  }
  /* reason */
  .reason_mainttl-sub {
    font-size: 15px;
    line-height: 1.75;
  }
  .reason_mainttl {
    width: 100%;
    padding: 24px 5%;
    box-sizing: border-box;
  }
  .reason_mainconts {
    margin-top: 48px;
  }
  .reason_conts {
    margin-bottom: 32px;
  }
  .reason_conts:last-of-type {
    margin-bottom: 16px;
  }
  .reason_conts-wrap {
    flex-direction: column-reverse;
  }
  .reason_img {
    width: 100%;
  }
  .reason_textarea-ttl-num {
    width: 64px;
    height: 64px;
  }
  .reason_textarea-ttl-num-text {
    font-size: 13px;
  }
  .reason_textarea-ttl-main {
    width: calc(100% - 64px);
    font-size: 18px;
    margin-left: 8px;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .reason_textarea-textconts {
    width: 100%;
    margin: 12px auto 0;
  }
  .reason_img {
    margin: 12px auto 0;
  }
  /* recommend */
  .recommend_conts-wrap {
    flex-direction: column;
  }
  .recommend_img {
    margin: 0 auto 12px;
  }
  .recommend_text {
    width: 100%;
  }
  .recommend_ttl {
    display: flex;
    flex-direction: column;
  }
  .recommend_medal {
    max-width: 80px;
    margin: -56px auto 0;
  }
  .recommend_ttltext-main {
    font-size: 18px;
  }
  .recommend_ttltext-info ul li {
    font-size: 15px;
  }
  .recommend_ttltext-info ul li:after {
    content: "/";
    margin: 0 6px;
  }
  .recommend_ttltext-sub,
  .recommend_ttltext-name {
    font-size: 15px;
  }
  .recommend_textarea {
    margin-top: 8px;
  }
  .recommend_textarea p {
    font-size: 15px;
  }
  /* profile */
  .profile_conts-wrap {
    flex-direction: column;
  }
  .profile_img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
  }
  /* offer */
  .offer_name {
    font-size: 18px;
  }
  .offer_main {
    margin-top: 24px;
    flex-direction: column;
  }
  .offer_main-info {
    width: 100%;
  }
  .offer_info-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 12px;
    text-align: center;
  }
  .offer_info-text dl {
    margin-bottom: 4px;
  }
  .offer_info-text dl:last-of-type {
    margin-bottom: 0;
  }
  .offer_info-text dl dt, .offer_info-text dl dd {
    line-height: 1.5;
  }
  .offer_info-text dl dt {
    width: 7em;
  }
  .offer_info-text dl dd {
    width: calc(100% - 7em);
  }
  .offer_main-btnlist {
    margin-top: 24px;
    max-width: 100%;
  }
  .offer_btnconts,
  .offerbtm_conts {
    margin-bottom: 14px;
  }
  .offer_btn,
  .offerbtm_btn {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
  }
  .offer_btn-icon {
    margin-right: 6px;
    display: inline-block;
    width: fit-content;
  }
  .offer_btn-icon img {
    width: 5vw;
    max-width: fit-content;
    height: auto;
  }
  .offer_btn-text-tel p,
  .offer_btn-text-line p,
  .offer_btn-text-reserve p,
  .offer_btn-text-questionnaire p,
  .offerbtm_btn-text-line p,
  .offerbtm_btn-text-reserve p,
  .offerbtm_btn-text-questionnaire p {
    font-size: 24px;
  }
  .offer_btn-text-tel p,
  .offerbtm_btn-text-tel p {
    font-size: 14px;
  }
  .offer_btn-text-telnum {
    line-height: 1.25 !important;
  }
  .offer_btn-text-telnum,
  .offerbtm_btn-text-telnum {
    line-height: 1 !important;
  }
  .offerbtm_btn-text-tel p.offer_btn-text-telnum,
  .offerbtm_btn-text-tel p.offerbtm_btn-text-telnum{
    font-size: 2em;
  }
  .offer_map {
    margin-top: 24px;
  }
  .offer_map iframe {
    height: 70vw;
  }
  .offerbtm {
    padding: 48px 0 32px;
  }
  .offerbtm_list {
    margin-top: 24px;
    flex-direction: column;
    gap: 0;
  }
  .offerbtm_conts {
    width: 100%;
  }
  .offer_btn,
  .offerbtm_btn {
    min-height: 0;
  }
  .offer_btn .offerbtm_btn-icon,
  .offerbtm_btn .offerbtm_btn-icon {
    margin-right: 6px;
  }
  .offer_btn .offerbtm_btn-icon img,
  .offerbtm_btn .offerbtm_btn-icon img {
    width: auto;
    max-width: 24px;
    height: auto;
  }
  .offer_btn-tel {
    display: flex;
    align-items: flex-end;
  }
  .offer_btn-tel .offer_btn-icon img {
    max-width: 18px;
    position: relative;
    bottom: 2px;
  }
  .offerbtm_btn-tel {
    display: flex;
    align-items: flex-end;
  }
  .offerbtm_btn-tel .offerbtm_btn-icon img {
    max-width: 18px;
    position: relative;
    bottom: 2px;
  }
  /* pageotp */
  #pagetop {
    width: 40px;
    bottom: -20px;
  }
  #pagetop img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* footer */
  #footer {
    margin-bottom: 24vw;
  }
  .f_wrap {
    width: 90%;
    flex-direction: column;
    padding: 32px 0 24px;
  }
  .f_conts_l {
    width: 100%;
    margin: 0 auto;
  }
  .f_logo {
    max-width: 240px;
    margin: 0 auto 16px;
    text-align: center;
  }
  .f_conts_r {
    border-top: 1px solid #ccc;
    padding-top: 16px;
    margin-top: 16px;
  }
  .f_conts_r dl.f_menulist {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    gap: 4px 16px;
  }
  .f_conts_r dl.f_menulist dt {
    display: none;
  }
  .f_conts_r dl.f_menulist dd {
    font-size: 12px;
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .f_conts_r dl.f_menulist dd:before {
    content: none;
  }
  .f_cr {
    padding: 8px 2.5%;
    line-height: 1.5;
  }
  #sp_btm {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
  #sp_btm .sp_btm-wrap {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 12px;
    background: rgba(255, 255, 255, 0.95);
    gap: 8px;
  }
  #sp_btm .sp_btm-wrap .sp_btm-conts img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
