@charset "UTF-8";
/* 幅1080px以下からcss適応 */
@media only screen and (max-width: 1080px) {
  /* header */
  .h_wrap {
    width: 100%;
  }
  .h_h1,
  .h_conts {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .h_logo {
    width: 48vw;
  }
  .h_r {
    display: flex;
    flex-direction: column-reverse;
  }
  .h_tel {
    width: 100%;
    margin: 0 auto;
  }
  .h_tel-text02 {
    text-align: center;
  }
  .h_btnlist {
    margin-bottom: 24px;
  }
  /* nav */
  .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 #957b73;
    background: linear-gradient(to bottom, #855c4f 0%, #5d4037 100%);
    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: 280px;
    display: block;
    top: 0;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(255, 255, 255, 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;
    left: 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-ttl {
    background: #006139;
    box-sizing: border-box;
    padding: 8px 0;
  }
  .hum_menu_nav_menu-ttl p {
    font-weight: bold;
    color: #fff;
  }
  .hum_menu_nav_menu-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu-list.hum_menu_nav_menu-list01 {
    background: #ffffee;
    margin-bottom: 0;
  }
  .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-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: #edacc8;
    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, #eb71a6 0%, #c53874 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);
  }
  /* content */
  #main #main_wrap {
    flex-direction: column;
    justify-content: center;
  }
  #mainconts {
    margin: 0 auto;
  }
  #side {
    display: none;
  }
}

/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  /* commoninfo */
  #commoninfo {
    padding: 40px 0;
  }
  .commoninfo_wrap {
    display: flex;
    flex-direction: column;
  }
  .commoninfo_l {
    font-size: 24px;
  }
  .commoninfo_r {
    border: none;
    padding: 0;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  body {
    font-size: 15px;
  }
  /* header */
  .h_telconts,
  .h_btnlist,
  .h_logo-access-pc {
    display: none;
  }
  .nav_sp .hum_menu_obtn,
  .nav_sp .sp_tel,
  .nav_sp .sp_contact {
    min-height: 56px;
  }
  .nav_sp .hum_menu_obtn p img,
  .nav_sp .sp_tel a img,
  .nav_sp .sp_contact a img {
    max-height: 36px;
  }
  .h_l {
    width: 51vw;
    max-width: 220px;
    margin-right: 12px;
  }
  .h_logo {
    width: 100%;
  }
  .h_logo-access-sp {
    display: block;
    padding-left: clamp(20px, 6vw, 26px);
    position: relative;
  }
  .h_logo-access-sp:before {
    content: "";
    display: block;
    width: 5vw;
    max-width: 31px;
    height: 4vw;
    max-height: 24px;
    background: url("../images/common/h_icon-access.png") no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .h_logo-access-sp p {
    font-size: 11px;
    line-height: 1.5;
  }
  .h_wrap {
    margin-top: 64px;
  }
  .h_nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 9998;
  }
  .h_h1 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .h_h1 h1 {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5;
  }
  .h_conts {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .h_r {
    flex-direction: column;
  }
  .h_tel-open {
    margin-top: 0;
  }
  .h_tel-open dl {
    margin-bottom: 4px;
  }
  .h_tel-open dl:last-of-type {
    margin-bottom: 0;
  }
  .h_tel-open dl dt, .h_tel-open dl dd {
    font-size: 11px;
    line-height: 1.5;
  }
  .h_tel-open dl dt {
    font-weight: bold;
    color: #9c7b57;
  }
  /* h_nav */
  .h_nav nav ul li a {
    width: 100%;
    font-size: 14px;
  }
  .hum_menu_nav_menu-list.hum_menu_nav_menu-list01 {
    background: #e9e9e9;
  }
  .hum_menu_nav_menu-ttl {
    background: #5d4037;
  }
  /* main */
  #main {
    margin: 32px auto;
  }
  #main #main_wrap {
    width: 90%;
  }
  /* common */
  .ttl01 {
    border-top: 2px solid #030355;
    border-bottom: 2px solid #030355;
    box-sizing: border-box;
    padding: 2px 0;
    margin-bottom: 24px;
  }
  .ttl01 .ttl01_wrap {
    font-size: 22px;
    border-top: 1px solid #030355;
    border-bottom: 1px solid #030355;
    padding: 8px 0;
  }
  .ttl02 {
    font-size: 22px;
  }
  .ttl03 {
    font-size: 16px;
    padding: 10px 12px;
    margin-bottom: 20px;
  }
  .ttl03 span {
    display: block;
    height: 100%;
    padding: 0 0 0 12px;
  }
  .ttl04 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .ttl05 {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 0;
  }
  .ttl06 {
    font-size: 16px;
    padding-left: 13px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .ttl06:before {
    width: 7px;
    height: 7px;
    top: 9px;
  }
  .ttl07 {
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 12px;
  }
  .ttl08 {
    font-size: 15px;
  }
  .ttl09 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .ttl10 {
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 4px;
  }
  .ttl10:before {
    width: 7px;
    height: 7px;
    top: 10px;
  }
  .ttl11 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .tbl01 {
    display: block;
  }
  .tbl01 tbody {
    display: block;
  }
  .tbl01 tbody tr {
    display: block;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td {
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
  }
  .tbl01 tbody tr th {
    text-align: left;
  }
  .list02 li:after {
    margin: 0 4px;
  }
  .btn01 a {
    font-size: 16px;
    padding: 8px;
  }
  .btn01 a span:after {
    border: 5px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    right: -22px;
    top: calc(50% - 5px);
  }
  /* nayami */
  .nayami_ttl01 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .nayami_list {
    padding: 16px;
    margin-bottom: 32px;
  }
  .nayami_list:after {
    border: 40px solid transparent;
    border-top: 24px solid #f7f1e9;
    bottom: -64px;
  }
  .nayami_list ul {
    gap: 0;
  }
  .nayami_list ul li {
    font-size: 14px;
    background-size: 16px auto;
    background-position: left 3px;
    padding-left: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #989591;
  }
  .nayami_omakase-text01 {
    font-size: 22px;
    line-height: 1.5;
  }
  .nayami_omakase-approach {
    margin-top: 12px;
  }
  .nayami_omakase-approach-wrap {
    padding: 0 12px;
  }
  .nayami_omakase-textarea {
    margin-top: 16px;
  }
  .nayami_omakase-listconts {
    margin-top: 24px;
  }
  .nayami_omakase-listconts-wrap-lr,
  .nayami_omakase-listconts-wrap-rl {
    position: relative;
    flex-direction: row;
  }
  .nayami_omakase-listconts-wrap-lr .nayami_omakase-listconts-textarea,
  .nayami_omakase-listconts-wrap-rl .nayami_omakase-listconts-textarea {
    width: 90%;
    margin: 0 0 0 10%;
    padding: 12px 12px 12px clamp(80px, 20%, 90px);
    min-height: 100px;
  }
  .nayami_omakase-listconts-img {
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .nayami_omakase-listconts-img img {
    width: auto;
    max-width: 100px;
    height: auto;
  }
  .nayami_omakase-listconts-textarea p {
    font-size: 16px;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    paint-order: stroke;
    text-shadow: 0px 0px 1px white, 0px 0px 2px white, 0px 0px 3px white, 0px 0px 4px white, 0px 0px 10px white;
    font-weight: bold;
  }
  .nayami_omakase-listconts-textarea p .br {
    display: inline;
  }
  /* reason */
  .reason_mainttl-text-wrap {
    padding: 0 8px;
    align-items: center;
  }
  .reason_mainttl-ttl01 {
    font-size: clamp(16px, 4.5vw, 20px);
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .reason_mainttl-ttl01 strong {
    font-size: 1.2em;
  }
  .reason_mainttl-text:before {
    border: 32px solid transparent;
    border-top: 24px solid #5d4037;
    bottom: -56px;
  }
  .reason_mainttl-text:after {
    border: 40px solid transparent;
    border-top: 32px solid #e4d2c4;
    bottom: -72px;
  }
  .reason_mainttl-img {
    width: 26vw;
    margin-left: 12px;
    margin-top: -12px;
  }
  .reason_mainttl-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .reason_mainconts {
    padding: 40px 12px 12px;
  }
  .reason_conts {
    padding: 16px;
    margin-bottom: 16px;
  }
  .reason_conts:last-of-type {
    margin-bottom: 0;
  }
  .reason_ttl {
    align-items: flex-start;
  }
  .reason_ttl-textarea {
    font-size: 16px;
  }
  .reason_ttl-point img {
    width: auto;
    max-width: 56px;
    height: auto;
  }
  .reason_img {
    margin: 12px auto;
  }
  /* recommend */
  .recommend_mainttl,
  .voice_mainttl {
    font-size: 22px;
  }
  .recommend_ttl {
    margin-top: 40px;
  }
  .recommend_ttl-wrap {
    display: flex;
    flex-direction: column;
    padding: 40px 12px 12px;
    position: relative;
  }
  .recommend_ttl-medal {
    width: auto;
    max-width: 56px;
    position: absolute;
    top: -28px;
  }
  .recommend_ttl-text {
    margin: 0 auto;
  }
  .recommend_ttl-text01 {
    font-size: 16px;
  }
  .recommend_ttl-text02 {
    font-size: 14px;
    margin-top: 6px;
  }
  .recommend_conts-textarea {
    padding: 16px;
  }
  .recommend_img {
    float: none;
    margin: 0 auto 12px;
    text-align: center;
  }
  .recommend_img img {
    width: auto;
    max-width: 160px;
    height: auto;
  }
  .aisatsu_conts .img_f-r {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
    line-height: 0;
  }
  .aisatsu_conts .img_f-r img {
    width: auto;
    max-width: 160px;
    height: auto;
  }
  /* voice */
  .voiceconts {
    padding: 16px;
    margin-bottom: 24px;
  }
  .voice_ttl {
    font-size: 17px;
    line-height: 1.75;
    padding-bottom: 6px;
  }
  .voice_mainconts {
    flex-direction: column;
  }
  .voice_img {
    max-width: 200px;
    margin: 0 auto 16px;
  }
  .voice_img-btn {
    margin-bottom: 0 !important;
  }
  .voice_img-btn a {
    font-size: 14px;
  }
  .voice_memo p {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
  .voicemovie_movie iframe {
    min-height: 100px;
    max-height: 198px;
    height: 47vw;
  }
  .voicemovie_conts {
    margin-bottom: 2em;
  }
  /* pagetop */
  #pagetop {
    width: fit-content;
    max-width: 48px;
    right: 8px;
    line-height: 1;
  }
  #pagetop.on {
    bottom: clamp(72px, 22vw, 100px);
  }
  #pagetop img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* commoncontact */
  .commoncontact_mainttl {
    padding: 16px 8px;
  }
  .commoncontact_mainttl:before {
    width: 65px;
    height: 20px;
    bottom: -20px;
  }
  .commoncontact_mainttl-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .commoncontact_mainconts {
    padding: 40px 16px 16px;
  }
  .commoncontact_btn {
    margin-bottom: 12px;
  }
  .commoncontact_btn a {
    min-height: 72px;
    border-radius: 12px;
  }
  .commoncontact_btn-tel a {
    border: 3px solid #383869;
    padding: 12px 8px;
  }
  .commoncontact_btn-tel a p {
    font-size: 11px;
  }
  .commoncontact_btn-tel-text {
    width: 80%;
    margin-right: auto;
  }
  .commoncontact_btn-telnum-img01 img {
    max-height: 40px;
  }
  .commoncontact_btn-tel-img {
    width: 25%;
    margin-right: 0;
    margin-left: auto;
    right: -1px;
  }
  .commoncontact_btn-tel-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .commoncontact_btn-mail a,
  .commoncontact_btn-line a {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .commoncontact_btn-mail-img01 {
    margin-right: 8px;
  }
  .commoncontact_btn-mail-img01 img {
    width: auto;
    max-width: fit-content;
    height: auto;
    max-height: 16px;
  }
  .commoncontact_btn-mail-text01 {
    font-size: 20px;
    line-height: 1.25;
  }
  .commoncontact_btn-mail-text01 span {
    display: block;
  }
  .commoncontact_btn-line-img {
    margin-right: 6px;
  }
  .commoncontact_btn-line-img img {
    width: auto;
    max-width: fit-content;
    height: auto;
    max-height: 28px;
  }
  .commoncontact_btn-line-text01 span {
    font-size: 13px;
  }
  .commoncontact_btn-line-text02 {
    font-size: 25px;
  }
  .commoncontact_open {
    margin: 16px auto;
    padding: 8px;
  }
  .commoncontact_open-wrap {
    flex-direction: column;
  }
  .commoncontact_open-wrap dl {
    margin: 0;
  }
  .commoncontact_open-wrap dl dt, .commoncontact_open-wrap dl dd {
    font-size: 13px;
  }
  .commoncontact_info dl {
    display: block;
    margin-bottom: 8px;
  }
  .commoncontact_info dl:last-of-type {
    margin-bottom: 0;
  }
  .commoncontact_info dl dt:before {
    content: "【";
  }
  .commoncontact_info dl dt:after {
    content: "】";
  }
  .commoncontact_info dl dt, .commoncontact_info dl dd {
    display: block;
    width: 100%;
    width: fit-content;
    font-size: 13px;
    line-height: 1.5;
  }
  .commoncontact_map {
    margin-top: 16px;
    border-width: 3px;
  }
  .commoncontact_map iframe {
    min-height: 320px;
  }
  /* commoninfo */
  .commoninfo_l {
    font-size: 20px;
  }
  .commoninfo_l-text02 {
    font-size: 1.45em;
  }
  .commoninfo_r {
    margin: 16px auto 0;
  }
  .commoninfo_tel {
    flex-direction: column;
  }
  .commoninfo_tel .commoninfo_tel01 {
    margin: 0 auto 8px;
  }
  .commoninfo_tel .commoninfo_tel01 img {
    width: auto;
    max-width: 120px;
    height: auto;
  }
  .commoninfo_tel .commoninfo_tel02 {
    width: fit-content;
    max-width: 90%;
    margin: 0 auto;
  }
  .commoninfo_tel .commoninfo_tel02 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .commoninfo_open {
    margin-top: 8px;
  }
  .commoninfo_openconts dl dt, .commoninfo_openconts dl dd {
    font-size: 12px;
  }
  .commoninfo_openconts dl dt {
    padding: 1px 4px;
  }
  .commoninfo_openconts dl dd {
    margin-left: 9px;
  }
  /* sp_btm */
  #sp_btm {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 8px;
  }
  .sp_btm-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 8px;
  }
  .sp_btmconts p {
    line-height: 0;
  }
  .sp_btmconts p a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* footer */
  #footer {
    padding-top: 24px;
    margin-bottom: 21vw;
  }
  .f_wrap {
    width: 90%;
  }
  .f_menu ul {
    justify-content: flex-start;
    gap: 0;
  }
  .f_menu ul li {
    line-height: 1.75;
  }
  .f_menu ul li:before {
    content: none;
  }
  .f_menu ul li:after {
    content: "|";
    margin: 0 4px;
  }
  .f_menu ul li:last-of-type:after {
    content: none;
  }
  .f_menu ul li a {
    font-size: 12px;
  }
  .f_info {
    margin-top: 24px;
    padding: 12px 0;
  }
  .f_info ul {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .f_info ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .f_cr {
    margin-top: 8px;
    font-size: 11px;
  }
}
