@charset "UTF-8";
/* 幅960px以下からcss適応 */
@media only screen and (max-width: 960px) {
  #header, #scroll_menu {
    display: none;
  }
  #sp_head {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background: #ff9e74;
    color: #fff;
    z-index: 999999;
    border-bottom: 2px solid #fff;
  }
  .sp_head_wrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_head_logo {
    max-width: 380px;
  }
  .sp_head_tel, .sp_head_reserve, .sp_head_menu {
    width: calc(100% / 3 - 2px);
    border-left: 2px solid #fff;
    text-align: center;
  }
  .sp_head_tel a, .sp_head_reserve a {
    padding: 10px 0;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .sp_head_tel a figure, .sp_head_reserve a figure, .sp_head_menu .hum_menu_obtn figure {
    margin-bottom: 10px;
  }
  .sp_head_tel a p, .sp_head_reserve a p {
    line-height: 1;
    font-weight: bold;
  }
  .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_tel {
    border-left: none;
  }
  .sp_head_logo p {
    line-height: 0;
  }
  .sp_logo {
    display: none;
  }
  .sp_head_btn {
    display: -webkit-flex;
    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(254, 251, 242, 0.95);
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    color: #000;
  }
  .hum_menu_nav.clicked {
    left: 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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_nav_menu {
    margin-top: 55px;
    margin-bottom: 30px;
  }
  .hum_menu_nav_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu 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 li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu 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 li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu li.sp_nav_more_wrap a {
    padding: 18px 0;
  }
  .hum_menu_nav_menu ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu 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);
  }
  .hum_menu_nav_menu ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu ul.sp_nav_more li a:after {
    content: none;
  }
  .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_nav_menu li a {
    display: block;
    color: #000;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    padding: 18px 0;
  }
  .hum_menu_nav_menu li span {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
  }
  .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;
    color: #fff;
  }
  .hum_menu_contact p {
    margin-bottom: 15px;
    width: 100%;
  }
  .hum_menu_contact p:last-of-type {
    margin-bottom: 0;
  }
  .hum_menu_contact p.hum_menu_contact-contact a {
    background: #ff9e74;
  }
  .hum_menu_contact p.hum_menu_contact-contact a img {
    max-width: 22px;
  }
  .hum_menu_contact p.hum_menu_contact-soudan a {
    background: #fc5f5f;
  }
  .hum_menu_contact p.hum_menu_contact-soudan a img {
    max-width: 16px;
  }
  .hum_menu_contact p a {
    width: 100%;
    max-width: 200px;
  }
  .hum_menu_contact p a img {
    width: auto;
    height: auto;
    margin-right: 6px;
  }
  .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: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    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 */
  /* トップページ */
  #sp_top {
    display: block;
    margin-top: 78px;
    margin-bottom: 5px;
  }
  .sp_top_wrap {
    width: 95%;
    padding: 16px 2.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_head_logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
  }
  .sp_head_access {
    width: auto;
  }
  .sp_head_access p {
    background: url("../images/common/sp_head_access.png") no-repeat left center;
    background-size: auto 50px;
    min-height: 50px;
    padding-left: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.5;
    font-weight: bold;
  }
  /* もう大丈夫です。一人で悩まないでください。 */
  .nayami_conts02-textarea {
    height: 40vw;
    min-height: 200px;
    max-height: 280px;
  }
  .nayami_conts02-textarea-text p {
    text-shadow: 3px 3px 7px #fbf5e4, -3px 3px 7px #fbf5e4, 3px -3px 7px #fbf5e4, -3px -3px 7px #fbf5e4, 3px 0px 7px #fbf5e4, 0px 3px 7px #fbf5e4, -3px 0px 7px #fbf5e4, 0px -3px 7px #fbf5e4;
  }
  .nayami_conts02-textarea-bg {
    height: 100%;
  }
  .nayami_conts02-textarea-bg01,
  .nayami_conts02-textarea-bg02 {
    opacity: 0.5;
    height: 100%;
  }
  .nayami_conts02-textarea-bg01 p,
  .nayami_conts02-textarea-bg02 p {
    height: 100%;
  }
  .nayami_conts02-textarea-bg01 p img,
  .nayami_conts02-textarea-bg02 p img {
    height: 100%;
  }
  .nayami_conts02-textarea-bg01 {
    left: -10%;
  }
  .nayami_conts02-textarea-bg02 {
    right: -14%;
  }
  /* 最後に・・・不妊治療でお悩みのあなたへ */
  .last_textarea-text p {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  /* 下層ページ */
  #second #sp_top {
    border-bottom: 1px solid #f28c33;
  }
  #second #main {
    display: block;
  }
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px) {
  /* アクセス */
  .access_info_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .access_map {
    width: 100%;
    max-width: 100%;
  }
  .access_map iframe {
    width: 95vw;
    max-width: 900px;
  }
  .access_mapinfo {
    width: 100%;
    margin: 0 auto;
  }
  .access_rootlistconts {
    width: calc(100% / 3 - 34px);
    margin-left: 50px;
  }
  .access_rootlistconts:before {
    left: -5.25vw;
  }
  /* footer */
  .f_wrap {
    justify-content: center;
  }
  .f_conts_r {
    display: none;
  }
  /* wordpress */
  #second.blog #main .mainconts:first-of-type {
    padding-top: 0;
  }
  .blog_conts {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .blog_main {
    width: 100%;
  }
  .blog_side {
    border-left: none;
    width: 100%;
    max-width: inherit;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .side_menu ul {
    padding: 10px 0;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  /* トップページ */
  .ninshin_mainttl,
  .result_mainttl,
  .pricecampaign_mainttl-text02,
  .last_mainttl-text02 {
    font-size: 36px;
  }
  /* こんなことで悩んでいませんか？ */
  .nayami_list {
    margin-top: 48px;
  }
  .nayami_conts02-textarea {
    margin: 24px auto 48px;
  }
  .nayami_listconts {
    width: calc(50% - 16px);
    margin-right: 32px;
  }
  /* 不妊改善への3つのアプローチ */
  .approach_conts {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
  }
  .approach_conts-ttl {
    order: 1;
    padding-left: 84px;
  }
  .approach_conts-img {
    order: 2;
    margin: 0 auto 24px;
  }
  .approach_conts-textarea {
    order: 3;
  }
  /* 院長プロフィール */
  .profile_wrap {
    display: flex;
    flex-direction: column;
  }
  .profile_img {
    width: 100%;
    margin: 0 auto 32px;
    padding: 0;
    order: 1;
  }
  .profile_textarea {
    width: 100%;
    order: 2;
  }
  .profile_ttl {
    margin-bottom: 16px;
  }
  /* 推薦の声 */
  .recommend_conts-info {
    flex-direction: column-reverse;
  }
  .recommend_conts-info-text {
    width: 100%;
  }
  .recommend_conts-info-img {
    width: 100%;
    margin: 24px auto;
  }
  .recommend_conts-textarea {
    margin-top: 0;
  }
  .recommend_conts-textarea .recommend_movie {
    margin-top: 1em;
  }
  .recommend_conts-textarea .recommend_movie iframe {
    height: 54vw;
    min-height: 190px;
  }
  /* フッター */
  .f_conts_r {
    display: none;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
  #sp_top {
    margin-top: 54px;
    margin-bottom: 0;
  }
  .mainimage_selectconts, .res_btn {
    display: none;
  }
  .sp_btn {
    display: -webkit-flex;
    display: flex;
  }
  .sp_btn li {
    margin-left: 5px;
    line-height: 0;
  }
  .sp_btn img {
    height: 50px;
  }
  .sp_head_wrap {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .sp_head_tel a, .sp_head_reserve a {
    padding: 5px 0;
  }
  .sp_head_tel a figure, .sp_head_reserve a figure {
    margin-bottom: 8px;
  }
  .hum_menu_obtn {
    padding: 7px 0 6px;
    -webkit-appearance: none;
    font-size: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_head_tel img, .sp_head_reserve img {
    height: 24px;
  }
  .sp_head_tel a p, .sp_head_reserve a p, .hum_menu_obtn span {
    font-size: 12px;
  }
  .sp_head_menu .hum_menu_obtn figure {
    margin-bottom: 5px;
  }
  .sp_head_menu .hum_menu_obtn img {
    height: 24px;
  }
  .hum_menu_obtn span {
    line-height: 1;
  }
  .sp_top_wrap {
    padding: 7px 2.5%;
  }
  .sp_head_access {
    width: auto;
  }
  .sp_head_logo {
    line-height: 0;
    text-align: center;
  }
  .sp_head_logo img {
    width: 78vw;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
  }
  .res_logo {
    display: none;
  }
  .sp_logo {
    display: block;
  }
  .sp_head_access {
    margin-left: 16px;
  }
  .sp_head_access p {
    background-size: auto 25px;
    font-size: 11px;
    padding-left: 28px;
  }
  /* common */
  .ttl01 {
    font-size: 20px;
  }
  .ttl01_sub {
    font-size: 15px;
    padding: 6px 0;
    margin: 8px auto 24px !important;
  }
  .ttl02 span {
    font-size: clamp(24px, 7vw, 28px);
  }
  .ttl02 span:before {
    left: -0.75em;
  }
  .ttl02 span:after {
    right: -0.75em;
  }
  .ttl03 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .ttl04 {
    font-size: 20px;
    line-height: 1.5;
    padding: 12px;
    margin-bottom: 16px;
  }
  .ttl05 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .ttl06 {
    font-size: 18px;
    padding: 12px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .ttl07 {
    padding: 16px 0;
  }
  .ttl07_main {
    font-size: 18px;
  }
  .ttl07_sub {
    font-size: 14px;
    line-height: 1.65;
  }
  .ttl08 {
    font-size: 17px;
    padding-bottom: 2px;
    margin-bottom: 8px;
  }
  .main_conts_wrap {
    width: 90%;
    padding: 0 5%;
  }
  .mainconts {
    padding: 32px 0;
  }
  figure.f-l, figure.f-r {
    text-align: center;
    margin-bottom: 15px;
  }
  .f-l, .f-r {
    float: none;
  }
  /* メインイメージ */
  #mainimage {
    background: none;
    max-height: 1253px;
  }
  #mainimage p img {
    width: 100%;
    max-width: 1250px;
  }
  .ninshin_mainttl,
  .result_mainttl,
  .pricecampaign_mainttl-text02,
  .last_mainttl-text02 {
    font-size: 20px;
    padding: 16px 12px 24px;
    margin-bottom: 36px;
  }
  .ninshin_mainttl:after,
  .result_mainttl:after,
  .pricecampaign_mainttl-text02:after,
  .last_mainttl-text02:after {
    border: 28px solid transparent;
    border-top: 20px solid #ff9e74;
    bottom: -47px;
  }
  /* これだけの患者さまがご懐妊されています！ */
  .ninshin {
    padding-top: 0 !important;
  }
  .ninshin_conts {
    padding: 8px;
  }
  .ninshin_conts-wrap {
    border-width: 2px;
    padding: 4px;
  }
  /* こんなことで悩んでいませんか？ */
  .nayami {
    padding-top: 0;
  }
  .nayami_listconts:last-of-type {
    margin-bottom: 0;
  }
  .nayami_list-wrap {
    flex-direction: column;
  }
  .nayami_listconts {
    width: 100%;
    margin: 0 auto 32px;
  }
  .nayami_list-mainttl {
    font-size: 20px;
  }
  .nayami_list-mainttl span {
    padding: 4px 0;
  }
  .nayami_list-mainttl span:before {
    width: 20vw !important;
    height: 20vw !important;
    left: clamp(-80px, -18vw, -40px) !important;
  }
  .nayami_list-textarea {
    padding: 20px 16px;
    min-height: 0;
  }
  .nayami_list-textarea ul li {
    background-size: 20px auto;
    padding-left: 28px;
    background-position: left 3px;
  }
  .nayami_arrow {
    margin-top: 32px;
  }
  .nayami_arrow img {
    max-width: 70%;
  }
  .nayami_conts02 {
    padding: 32px 0 24px;
  }
  .nayami_conts02-text01 {
    font-size: 24px;
  }
  .nayami_conts02-textarea {
    height: 100%;
    max-height: 100%;
    padding: 0;
  }
  .nayami_conts02-textarea-text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
  }
  .nayami_conts02-textarea-bg img {
    max-height: 175px;
  }
  .nayami_conts02-textarea-bg01 {
    left: -30%;
    top: -24px;
  }
  .nayami_conts02-textarea-bg02 {
    right: -35%;
    display: flex;
    align-items: flex-end;
  }
  .nayami_conts02-textarea-bg02 p {
    display: flex;
    align-items: flex-end;
    position: relative;
    bottom: -24px;
  }
  /* 不妊改善への３つのアプローチ */
  .approach_conts-ttl {
    padding-left: 56px;
    font-size: 18px;
  }
  .approach_conts-ttl .approach_conts-ttl-num {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .approach_conts-img {
    float: none;
    max-width: 240px;
  }
  /* 患者様の声 */
  .voice_conts {
    width: 100%;
    margin: 0 auto 24px;
  }
  .voice_ttl {
    font-size: 16px;
    padding: 12px;
  }
  .voice_text_conts {
    padding: 12px;
  }
  /* 院長プロフィール */
  .profile_img {
    margin-bottom: 24px;
  }
  .profile_img-img {
    max-width: 200px;
    margin: 0 auto 8px;
  }
  .profile_ttl {
    font-size: 18px;
    background-size: auto 32px;
    min-height: 32px;
    margin-bottom: 8px;
  }
  /* 推薦の声 */
  .recommend_conts {
    padding: 12px;
    border-width: 8px;
    margin-top: 48px;
  }
  .recommend_conts-info-img {
    margin: 12px auto;
    line-height: 0;
  }
  .recommend_conts-info-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .recommend_conts-info-text {
    position: relative;
  }
  .recommend_conts-info-text-medal {
    position: absolute;
    left: 0;
    right: 0;
    top: -56px;
    margin: 0 auto;
    width: 100%;
    max-width: 80px;
  }
  .recommend_conts-info-text-medal img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .recommend_conts-info-text-textarea {
    margin: 0 auto;
    padding-top: 40px;
  }
  .recommend_conts-info-text-ttl {
    font-size: 18px;
  }
  .recommend_conts-info-text-subconts ul li {
    font-size: 14px;
  }
  .recommend_conts-info-text-subconts p {
    font-size: 17px;
  }
  /* 選ばれる理由 */
  .select_ttl {
    margin-top: 48px;
    margin-bottom: 12px;
  }
  .select_ttl .select_ttl-num {
    width: 48px;
    height: 48px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -24px;
    right: 0;
    margin: 0 auto;
  }
  .select_ttl .select_ttl-text {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    padding: 24px 12px 12px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .select_img {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
    width: 100%;
    max-width: 200px;
  }
  /* 当院の不妊鍼灸施術によって妊娠までの期間を短縮できるかもしれません */
  .result {
    padding-top: 0;
  }
  .result_img {
    padding: 12px;
  }
  /* よくある質問 */
  .faq_conts {
    padding: 12px;
    margin-bottom: 24px;
  }
  .faq_conts-q,
  .faq_conts-a {
    min-height: 32px;
  }
  .faq_conts-q {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .faq_conts-q-icon,
  .faq_conts-a-icon {
    width: 32px;
    height: 32px;
    font-size: 17px;
    top: 0;
  }
  .faq_conts-q-ttl {
    font-size: 16px;
    padding-left: 44px;
    line-height: 1.5;
  }
  .faq_conts-a-textarea {
    padding-left: 44px;
    line-height: 1.5;
  }
  .faq_conts-a-textarea p {
    font-size: 14px;
  }
  /* 料金 */
  #price {
    padding-bottom: 8px;
  }
  .pricecampaign_mainttl {
    padding: 24px 16px 16px;
  }
  .pricecampaign_mainttl:after {
    border: 36px solid transparent;
    border-top: 28px solid #ff9e74;
    bottom: -64px;
  }
  .pricecampaign_mainttl-text01 {
    margin-bottom: 12px !important;
  }
  .pricecampaign_mainttl-text01 span {
    font-size: 20px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
  }
  .pricecampaign_mainttl-text01 span:after {
    background-size: contain;
    width: 5vw;
    height: 5vw;
    right: -28px;
  }
  .pricecampaign_mainttl-text02 {
    padding: 0;
    margin-bottom: 16px;
  }
  .pricecampaign_mainconts-text01-img {
    margin-right: 8px;
    width: 12vw;
    max-width: 127px;
  }
  .pricecampaign_mainconts-text01-text {
    font-size: clamp(20px, 6.5vw, 24px);
  }
  .pricecampaign_campaignimg {
    margin: 24px auto;
  }
  .pricecampaign_limit {
    padding: 12px 12px 16px;
    margin-top: 20px;
  }
  .pricecampaign_limit-text01 {
    font-size: 18px;
  }
  .pricecampaign_limit-text01-strong01 {
    display: block;
    font-size: 1.35em;
  }
  .pricecampaign_limit-text02 {
    font-size: 18px;
    text-decoration: underline;
  }
  .tbl01 tbody tr {
    display: flex;
    flex-direction: column;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td {
    font-size: 15px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 12px;
    text-align: left;
  }
  /* オファー */
  .offer_conts01 {
    border-width: 2px;
    border-radius: 8px;
    margin-top: 4em;
  }
  .offer_conts01-ttl-text {
    font-size: 20px;
  }
  .offer_conts01-ttl-text span {
    font-size: 20px;
    padding: 0 0.75em;
  }
  .offer_conts01-ttl-text span:before, .offer_conts01-ttl-text span:after {
    width: 2px;
  }
  .offer_conts01-wrap {
    padding: 24px 12px 12px;
  }
  .offer_conts02 {
    margin: 24px auto;
  }
  .offer_conts02-wrap {
    flex-direction: column-reverse;
  }
  .offer_conts02-textarea {
    width: 100%;
    padding: 12px;
    margin: 0 auto 40px;
    box-shadow: 6px 6px 0 #f18b5f;
  }
  .offer_conts02-textarea:before {
    border: 25px solid transparent;
    border-top: 20px solid #fff;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -45px;
    z-index: 3;
  }
  .offer_conts02-textarea:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 20px solid #f18b5f;
    left: 10px;
    right: 0;
    top: calc(100% + 3px);
    bottom: -45px;
    position: absolute;
    margin: 0 auto;
    z-index: 2;
  }
  .offer_conts02-textarea-text p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 4px !important;
  }
  .offer_conts02-textarea-text p:last-of-type {
    margin-bottom: 0 !important;
  }
  .offer_conts02-textarea-text p .br {
    display: inline;
  }
  .offer_conts02-text02 {
    font-size: 1em;
  }
  .offer_conts02-img {
    max-width: 200px;
    margin: 0 auto;
  }
  .offer_conts03-pc {
    display: none;
  }
  .offer_conts03-sp {
    display: block;
  }
  .offer_conts_line_sp {
    display: block;
    background: #5ec742;
    padding: 16px;
  }
  .offer_conts_line_sp p {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .sp_line_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .sp_line_ttl img {
    width: auto;
    max-width: 100%;
  }
  .sp_line_img {
    line-height: 1;
    text-align: center;
  }
  .sp_line_img img {
    width: 100%;
    max-width: 72px;
    margin: 10px 0;
    height: auto;
  }
  .sp_line_text01 {
    font-size: 13px;
    color: #fff;
  }
  .sp_line_reserve {
    margin-top: 12px;
    border-top: 2px solid #fff;
    padding-top: 12px;
    color: #fff;
  }
  .sp_line_reserveconts {
    margin-bottom: 20px;
  }
  .sp_line_reserve_ttl01 {
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.75;
  }
  .sp_line_reserve_ttl02 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
  }
  .sp_line_reservebtn {
    margin-top: 10px;
  }
  .sp_line_reservebtn a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_line_reservebtn a img {
    width: auto;
    max-width: 26px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 0;
  }
  .sp_line_ttl {
    text-align: center;
  }
  .offer_conts04 {
    margin: 24px auto 12px;
  }
  .offer_conts04-pc {
    display: none;
  }
  .offer_conts04-sp {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #fff;
    background: #fcf0cf;
    text-align: center;
    padding: 24px 16px;
  }
  .offer_conts04-sp a {
    color: #ef3737;
  }
  .offer_conts04-sp p {
    margin-bottom: 0;
  }
  .offer_conts04_sp_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .offer_conts04_sp_ttl span {
    color: #f17c49;
  }
  .offer_conts04_sp_tel {
    display: block;
    font-size: 9vw;
    font-weight: bold;
    margin: 12px auto 16px !important;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .offer_conts04_sp_tel a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #644c3f;
  }
  .offer_conts04_sp_tel a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #644c3f;
    position: absolute;
    left: 0;
  }
  .offer_conts04_sp_tel a:before {
    bottom: 0px;
  }
  .offer_conts04_sp_open,
  .offer_conts04_sp_close {
    font-size: 15px;
    margin-bottom: 12px !important;
    line-height: 1.5;
    font-weight: bold;
  }
  .offer_conts04_sp_open dl dt,
  .offer_conts04_sp_close dl dt {
    margin-bottom: 4px;
  }
  .offer_conts04_sp_open dl dd,
  .offer_conts04_sp_close dl dd {
    font-size: 14px;
    font-weight: normal;
  }
  .offer_conts04_sp_text {
    text-align: left;
  }
  .offer_conts04_sp_btn {
    margin-top: 12px;
  }
  .offer_conts04_sp_btn a {
    display: block;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 10px;
    text-decoration: none;
  }
  .offer_conts04_sp_btn a img {
    margin-right: 5px;
    width: auto;
    max-width: 16px;
    height: auto;
    position: relative;
    top: 1px;
  }
  .offer_conts04_sp_btn01 a {
    background: linear-gradient(to bottom, #bb9885 0%, #95715e 100%);
    box-shadow: 0 4px 0 #644c3f;
  }
  .offer_conts04_sp_btn02 a {
    /* background: linear-gradient(to bottom, #fbb496 0%, #ff9e74 100%);
    box-shadow: 0 4px 0 #c97d5b; */
    background: linear-gradient(to bottom, #fc5f5f 0%, #ff2727 100%);
    box-shadow: 0 4px 0 #e30e0e;
    
  }
  .offer_conts04-memo {
    margin-top: 12px;
  }
  .offer_conts04-memo ul li {
    font-size: 12px;
  }
  .offer_conts05-btn01 a {
    padding: 10px 12px;
  }
  .offer_conts05-btn01 a img {
    width: auto;
    max-width: 85%;
    height: auto;
  }
  /* アクセス */
  .access_map iframe {
    width: 90vw;
    height: 20vw;
    min-height: 250px;
  }
  .access_rootlist {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
  .access_rootinfo {
    margin-top: 24px;
  }
  .access_rootlistconts {
    width: 100%;
    margin: 0 auto 30px !important;
  }
  .access_rootlistconts:before {
    content: none;
  }
  .access_rootlistconts:last-child {
    margin-bottom: 0 !important;
  }
  /* 最後に... */
  .last {
    padding: 0;
  }
  .last_mainttl {
    padding: 16px;
    margin-bottom: 20px;
  }
  .last_mainttl:after {
    border: 24px solid transparent;
    border-top: 20px solid #ff9e74;
    bottom: -43px;
  }
  .last_mainttl-text02 {
    padding: 0;
    margin-bottom: 0;
  }
  .last_textarea-text p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 1em;
  }
  .last_textarea-bg01,
  .last_textarea-bg02 {
    width: 40%;
    position: absolute;
  }
  .last_textarea-bg01 img,
  .last_textarea-bg02 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .last_textarea-bg01 {
    top: 0;
    left: 0;
  }
  .last_textarea-bg02 {
    right: 0;
    bottom: 0;
  }
  .offer_btm {
    padding-bottom: 80px;
  }
  /* pagetop */
  #pagetop img {
    width: 100%;
    max-width: 56px;
    height: auto;
  }
  /* お問い合わせ */
  #soudan,
  #reserve {
    margin-top: 24px;
  }
  .contact_tel,
  .contact_mail,
  .contact_reserveconts {
    margin-top: 20px;
  }
  .contact_reserve-btn a {
    font-size: 15px;
    padding: 4px 12px;
  }
  .contact_reserve-btn a img {
    width: auto;
    max-width: 18px;
    top: 3px;
  }
  .contact_form {
    padding: 0;
    margin-top: 24px;
  }
  .form_tbl tbody tr,
  .form_soudanform tbody tr {
    padding: 12px 0;
  }
  .form_tbl tbody tr th,
  .form_soudanform tbody tr th {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .form_tbl tbody tr td,
  .form_soudanform tbody tr td {
    font-size: 16px;
  }
  .form_tbl tbody tr td input,
  .form_soudanform tbody tr td input {
    width: 100%;
    box-sizing: border-box;
  }
  .form_tbl tbody tr td textarea,
  .form_soudanform tbody tr td textarea {
    min-height: 240px;
  }

  /* .form_tbl tbody tr td .form_reserve-name input,
  .form_soudanform tbody tr td .form_reserve-name input{
    width: calc(50% - 4px);
    margin-right: 8px;
  } */
  
  .contact_form tbody tr td .form_reserve-name p .wpcf7-form-control-wrap,
  .form_soudanform tbody tr td .form_soundan-name p .wpcf7-form-control-wrap{
    width: calc(50% - 4px);
    margin-right: 8px;
  }

  /* .form_tbl tbody tr td .form_reserve-name input:last-of-type,
  .form_soudanform tbody tr td .form_reserve-name input:last-of-type{
    margin-right: 0;
  } */
  
  .contact_form tbody tr td .form_reserve-name p .wpcf7-form-control-wrap:last-of-type,
  .contact_form tbody tr td .form_reserve-name p .wpcf7-form-control-wrap:last-of-type{
    margin-right: 0;
  }
  .form_thmemo {
    display: block;
    font-size: 13px;
    margin: 4px auto 0;
  }
  .required {
    font-size: 0.7em;
    margin-left: 8px;
  }
  .form_submit input {
    font-size: 20px;
    padding: 12px 0;
  }
  .form_confirm {
    font-size: 15px;
    text-align: left;
  }
  .form_confirm input {
    width: 1em;
  }
  .form_confirm span.wpcf7-list-item {
    margin: 0 !important;
  }
  .form_submit input {
    font-size: 16px;
    padding: 13px 0;
  }
  .wpcf7-list-item{
    margin-left: 0 !important;
  }
  .form_tbl tbody tr th p,
  .form_soudanform tbody tr th p{
    font-size: 15px;
  }
  .contact_flow{
    margin-bottom: 24px;
  }
  /* wordpress */
  #second.blog #main .mainconts:first-of-type {
    padding-top: 10px;
  }
  #breadcrumb ul {
    padding: 5px 0;
  }
  #breadcrumb ul li {
    line-height: 2;
  }
  .single_date {
    margin-top: 10px;
  }
  .blog_single p{
    margin-bottom: 1em;
  }
  .blog_single img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto 15px;
  }
  .blog_single img.alignright, .blog_single img.alignleft {
    max-width: 40%;
  }
  .blog_single ul{
    margin: 1em auto;
  }
  .blog_single ul li {
    font-size: 15px;
    background-size: 16px auto;
    padding-left: 24px;
    background-position: left 4px;
  }
  .s_ttl01 {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .single_ttl {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
  }
  .single_cat {
    margin-bottom: 20px;
  }
  .blog_single h3 {
    font-size: 1.4em;
    padding: 5px 0 5px 10px;
    margin: 20px auto 10px;
  }
  .blog_single h4 {
    font-size: 1.2em;
  }
  .side_menu li {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
  }
  /* ページ下部 */
  #sp_pagebtm {
    z-index: 9999;
  }
  #sp_pagebtm.on {
    bottom: 0;
  }
  #sp_pagebtm a {
    line-height: 0;
  }
  #sp_pagebtm img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* フッター */
  #footer {
    margin-bottom: 19vw;
  }
  .f_wrap {
    width: 90%;
    padding: 20px 5%;
  }
  .f_logo {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  .f_conts_l {
    width: 100%;
  }
  .f_conts_l a {
    color: #fff;
  }
  .f_logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .f_cr {
    font-size: 12px;
  }
}
