/*--------------------------------------
共通パーツ
--------------------------------------*/
@media screen and (max-width:1400px) {
  .fs_14 {
    font-size: clamp(12px, 0.8vw, 14px);
  }
  .fs_15, .fs_15 > p {
    font-size: clamp(13px, 1vw, 15px);
    letter-spacing: 1.1px;
  }
  .fs_16 {
    font-size: clamp(16px, 1.6vw, 16px);
  }
  .fs_18 {
    font-size: clamp(16px, 1.3vw, 18px);
  }
  .fs_20 {
    font-size: clamp(14px, 2vw, 20px);
  }
  .fs_24 {
    font-size: clamp(18px, 2.4vw, 24px);
  }
  .fs_28 {
    font-size: clamp(22px, 2.8vw, 28px);
  }
  .fs_32 {
    font-size: clamp(26px, 3vw, 32px);
  }
}
@media screen and (max-width:1100px) {
  .button a {
    height: 80px;
  }
}
@media screen and (max-width:900px) {
  main {
    padding-top: 50px;
  }
}
@media screen and (max-width:750px) {
  #top_page .fs_20 {
    font-size: clamp(22px, 1.4vw, 24px);
  }
  .fs_15, .fs_15 > p {
    font-size: clamp(13px, 2.7vw, 20px);
    letter-spacing: 0.1vw;
  }
  h2 {
    font-size: 45px;
  }
  h4 br {
    display: block;
  }
  .fs_32 {
    font-size: 32px;
  }
  .fs_18 {
    font-size: 18px;
  }
  .button_wrap {
    flex-direction: column;
    padding-top: 10%;
  }
  .sub_page .button_wrap .button {
    padding: 2% 0;
  }
  .sp_open_br br {
    display: block;
  }
  .sp_hide_br br {
    display: none;
  }
}
@media screen and (max-width:500px) {
  .button {
    max-width: 320px;
  }
  .button p {
    margin: 10px 20px;
  }
  .button_white a {
    max-width: 230px;
    padding: 15px 30px;
    font-size: 15px;
  }
  .button_white a::before {
    right: 28px;
  }
  .button_white a::after {
    right: 33px;
  }
}
/*--------------------------------------
ヘッダー・フッター
--------------------------------------*/
@media screen and (max-width:1100px) {
  .grid_3 {
    grid-template-columns: 260px 260px 260px;
  }
  .grid_2 {
    grid-template-columns: 260px 260px;
  }
  .footer_company {
    flex-direction: column;
  }
  .footer_company_inner {
    width: 100%;
  }
  .footer_box-wrap {
    justify-content: flex-start;
    width: 100%;
    margin-left: 2%;
    padding: 3% 0 0 0;
  }
  .footer_box {
    margin-right: 2% !important;
  }
}
@media screen and (max-width:900px) {
  .header.fixed-hide {
    transform: translateY(0px);
  }
  .header_top {
    min-height: 50px;
    padding: 0 20px;
    display: flex;
    box-shadow: 1px 1px 10px -8px;
    transition: none;
  }
  .header_text {
    display: none;
  }
  .g-nav_open {
    display: block;
  }
  .header_logo img {
    width: 151px;
    min-width: 151px;
    vertical-align: bottom;
  }
  .sp_header_3line {
    display: block;
    position: fixed;
    z-index: 10000;
  }
  .header_right nav ul {
    display: none;
  }
  .header_g-nav {
    text-align: left;
    height: calc(100vh - 50px);
    max-height: none;
    overflow: scroll;
    display: none;
    transition: none;
  }

  .header_g-nav nav {
    width: 100%;
  }
  .header_g-nav_wrap {
    flex-direction: column;
    background-color: #104088;
    justify-content: flex-start;
  }
  .js_g-nav::before {
    content: '';
    position: absolute;
    border-left: 0px;
    background: #fff;
    height: 10px;
    width: 2px;
    left: auto;
    right: 36px;
    top: 27px;
    transform: translateY(-50%) rotate(135deg);
  }
  .js_g-nav:not(:last-child)::after,
  .js_g-nav::after {
    display: block;
    border-left: 0px;
    background: #fff;
    height: 10px;
    width: 2px;
    left: auto;
    right: 36px;
    top: 33px;
    transform: translateY(-50%) rotate(45deg);
  }
  .g-nav::after {
    display: none;
  }
  .g-nav {
    padding: 0;
  }
  .g-nav > p, .g-nav > a {
    padding: 20px;
    width: calc(100% - 40px);
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .g-nav > p:hover, .g-nav > a:hover {
    color: #fff;
  }
  .header_g-nav_inner {
    position: sticky;
    opacity: 1;
    transition: none;
    transform: translateY(0px);
  }
  .g-nav .js-header-font {
    color: #fff;
    font-size: 14px;
  }
  .header_g-nav_inner div {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
  }
  .header_g-nav_inner div li {
    padding: 0;
    margin-bottom: 0;
    max-width: 100%;
    border-bottom: 1px solid #E4EDFA;
  }
  .header_g-nav_inner div li a {
    padding: 0;
  }
  .header_g-nav_inner div li h4 {
    position: relative;
    color: #104088;
    border-bottom: none;
    padding: 20px 0;
    margin: 0 30px;
    font-size: 12px;
  }
  .header_g-nav_inner div li h4::before {
    position: absolute;
    content: '-';
    top: 50%;
    left: -10px;
    right: auto;
    height: auto;
    width: auto;
    transform: translateY(-50%);
  }
  .header_g-nav_inner div li .header_g-nav_sub_txt {
    display: none;
  }
  .header_g-nav_inner_img img {
    display: none;
  }
  .sp_header_g-nav_bottom {
    display: block;
    padding-bottom: 100px;
  }
  .sp_header_contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_header_contact a {
    display: flex;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
  }
  .header_box {
    width: 150px;
    min-width: 150px;
    margin: 20px 2%;
  }
  .header_box a {
    font-size: 12px !important;
  }
  .header_box img {
    width: 20px;
    padding: 0 3% 0 0;
  }
  .sp_header_else li a {
    padding: 0 20px;
    font-size: 12px;
    color: #104088;
    font-weight: 200;
    line-height: 3.5;
  }
  .footer_wrap {
    display: none;
  }
  .footer_logo img {
    width: 220px;
  }
  .sp_footer_wrap {
    display: block;
    text-align: center;
    max-width: 1200px;
    margin: 23px auto;
  }
  .footer_company_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_company_inner p {
    margin: 0 0 10px 0;
  }
  .footer_logo_img {
    text-align: center;
    padding: 15px 0 0 0;
  }
}
/* サイド追従バー */
@media screen and (max-height:635px) {
  .following_bar {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .following_bar {
    display: none;
  }
}
/*--------------------------------------
TOPページ
--------------------------------------*/
/*-- TOP共通 ---------------*/
@media screen and (max-width:750px) {
  .sub_page .pagettl_wrap h2 br {
    display: block;
  }
  .top_vision-row .button_white {
    margin-top: 6vw;
    justify-content: center;
  }
}
@media screen and (max-width:500px) {
  #top_page .button {
    padding-bottom: 10%;
  }
  #top_page h2 {
    line-height: 1.5;
    margin-bottom: 10vw;
  }
  .top_about h1 br:nth-child(2), .top_sec > h2 br {
    display: block;
  }
  .pagettl_wrap p {
    width: 90vw;
  }
}
/*-- TOPファーストビュー ---------------*/
@media screen and (max-width:900px) {
  .top_fv-img img {
    height: 97vh;
  }
}
@media screen and (max-width:750px) {
  .top_fv-img img {
    height: 92vh;
  }
}
/*-- TOP私たちについて ---------------*/
/*-- わたしたちのビジョン ----------------*/
@media screen and (max-width:1100px) {
  .top_sec1-wrap p br {
    display: none;
  }
  .top_sec1-wrap {
    padding: 60px 10%;
  }
}
@media screen and (max-width:750px) {
  .top_about {
    width: 95%;
    margin: 0 auto;
  }
  .top_about-wrap {
    padding: 15% 0% 8%;
  }
  .top_about-wrap p {
    line-height: 1.8;
  }
  .top_vision {
    width: 95%;
    margin: 0 auto;
  }
  .top_vision-row {
    flex-direction: column;
    width: 100%;
  }
  .top_vision-row .top_vision-text {
    margin: 0;
    max-width: 418px;
    width: 90%;;
  }
  .top_vision-text h3 {
    font-size: clamp(20px, 4.1vw, 30px);
    margin: 3vw 0 6vw;
  }
  .top_vision-row .top_vision-text p {
    font-size: clamp(12px, 2.7vw, 20px);
  }
  .top_vision-row .top_vision-img_big {
    margin-bottom: 4%;
  }
  .top_vision-row .top_vision-img_big img {
    width: 100%;
  }
  .top_about-wrap > p, .top_vision-wrap > p {
    font-size: clamp(15px, 3vw, 25px)
  }
}
@media screen and (max-width:600px) {
  .top_about-wrap p br:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width:500px) {
  .top_about-wrap h2 br:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width:375px) {
  .top_about-wrap h2 br:nth-child(1) {
    display: none;
  }
  .top_about-wrap p br:nth-child(1) {
    display: none;
  }
}
/*-- TOP優都会の介護  ---------------*/
@media screen and (max-width:750px) {
  .top_sec-wrap {
    display: block;
    width: 95%;
  }
  .top_sec-img {
    margin: 0 auto 6%;
  }
  .top_sec-img video,
  .top_sec-img img {
    width: 100%;
  }
  .top_sec-text {
    margin: 0;
    width: 90%;
    max-width: 364px;
    margin: auto;
  }
  .top_sec-text h3 br {
    display: block;
  }
  .top_sec-wrap .button_white {
    justify-content: center;
  }
  .top_sec-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width:500px) {
  .top_sec {
    width: 100%;
  }
}

/*-- TOP運営施設のご紹介 ---------------*/
@media screen and (min-width:1400px) {
  .js_top_intro p {
    min-height: 215px;
  }
}
@media screen and (max-width:900px) {
  .top_intro_grid {
    grid-template-columns: 1fr 1fr;
    max-width: 490px;
    margin: auto;
  }
  .top_intro-wrap > h2 br {
    display: block;
  }
  .top_intro_box {
    min-width: 245px;
  }
  .js_top_intro {
    width: 80%;
    margin: 0 auto 8% auto;
  }
  .top_intro_title {
    padding: 6% 0 8% 0;
  }
  .top_intro_title p br {
    display: block;
  }
  .js_top_intro p {
    min-height: 140px;
  }
}
@media screen and (max-width:500px) {
  .arrow_title span {
    height: 20vw;
  }
  .arrow_title span img {
    height: 17vw;
  }
  .top_intro_grid {
    max-width: 370px;
  }
  .top_intro_box {
    min-width: 185px;
    height: 280px;
  }
  .js_top_intro {
    width: 90%;
    margin: 0 auto 8% auto;
  }
  .top_intro_title {
    padding: 5% 0 10% 0;
  }
  .js_top_intro p {
    line-height: 1.8;
    min-height: 100px;
    padding: 10px 0;
    letter-spacing: 0px;
  }
  .top_intro .button_white a {
    border: 1px solid #fff;
    padding: 10px 20px;
  }
  .top_intro .button_white a::before {
    height: 1px;
    width: 28px;
    right: 20px;
  }
  .top_intro .button_white a::after {
    border-top: 1px solid #fff;
    width: 8px;
    height: 8px;
    right: 23px;
  }
  .top_intro .button_white a:hover::before {
    right: 10px;
  }
  .top_intro .button_white a:hover::after {
    right: 13px;
  }
}
@media screen and (max-width: 375px) {
  .top_intro_grid {
    grid-template-columns: 1fr;
    max-width: 93%;
    grid-row-gap: 1%;
    padding-bottom: 10%;
  }
  .top_intro-wrap {
    padding-bottom: 30%;
  }
}
/*-- TOPお知らせ  ---------------*/
@media screen and (max-width:750px) {
  .top_topic-wrap {
    margin: 0;
  }
  .top_topic-wrap .topic_news_link {
    overflow: scroll;
    justify-content: flex-start;
    padding: 0 4vw 4vw 4vw;
  }
  .topic_cotegories_arrow {
    position: relative;
    width: 100%;
    height: 23px;
    animation: movearrow2 1.2s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) alternate-reverse;
  }
  @keyframes movearrow2 {
    0% {
      transform: translateX(-4%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .topic_cotegories_arrow::before {
    background-color: #104088;
    position: absolute;
    top: 50%;
    right: 1%;
    width: 60px;
    height: 1.5px;
    content: "";
    transition: all 0.6s;
  .topic_cotegories_arrow::after {
    position: absolute;
    top: 73%;
    right: 1%;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(30deg) translate(-50%, -50%);
    transform: rotate(30deg) translate(-50%, -50%);
    border-top: 1.5px solid #104088;
    content: "";
    transition: all 0.6s;
}
}
/*-- TOPよくある質問  ---------------*/
@media screen and (min-width:1400px) {
  .section_QA_row a img {
    min-width: 510px;
  }
}
@media screen and (max-width:750px) {
  .section_QA_row {
    flex-direction: column;
    align-items: center;
    padding: 5% 0;
    width: 95%
  }
  .section_QA > img {
    aspect-ratio: 1/0.4;
  }
  .section_QA_row a:nth-child(1) {
    padding-right: 0%;
    padding-bottom: 5%;
  }
}
@media screen and (max-width:500px) {
  .section_QA_row {
    padding: 20% 0;
    max-height: none;
  }
  .section_QA > img {
    aspect-ratio: 1.5/1;
    min-height: 220px;
  }
  .section_QA_row a img:nth-child(1) {
    display: none;
  }
  .section_QA_row a img:nth-child(2) {
    display: block;
  }
}
/*--------------------------------------
下層ページ
--------------------------------------*/
@media screen and (max-width:750px) {
  .sub_page h1 {
    font-size: clamp(30px, 6.5vw, 45px);
  }
  .section_title_wrap h4 {
    font-size: clamp(20px, 5.8vw, 36px);
    padding-bottom: 10px;
  }
  .pankuzu_wrap {
    border-bottom: none;
  }
  .pankuzu_inner {
    display: none;
  }
  .pagettl_wrap {
    flex-direction: column;
    align-items: flex-start;
    margin: 50px auto 50px 10px;
    min-height: auto;
  }
  .pagettl_wrap ul {
    margin: 30px 0;
  }
  .pagettl_wrap p {
    width: 260px;
  }
  .section_title_wrap {
    max-width: 1100px;
    width: 92%;
    margin: 0 0 0 auto;
  }
  .sub_page .button {
    margin: 84px auto;
  }
  .section_maxw_1100 {
    width: 90%;
  }
}
/*-- 下層私たちについて ---------------*/
@media screen and (max-width:900px) {
  .about_msg_text {
    width: 60%;
  }
  .about_msg_img {
    width: 35%;
  }
}
@media screen and (max-width:750px) {
  #about .fs_15 > p, #about .fs_15 {
    font-size: clamp(13px, 1vw, 15px);
  }
  .blue_bg > img {
    top: 300px;
    left: 300px;
  }
  .about_msg_row {
    flex-direction: column;
  }
  .about_msg_text {
    width: 100%;
  }
  .about_msg_img {
    width: 100%;
    max-width: 340px;
    margin-right: 0;
  }
  .about_msg_img img {
    padding: 5% 0;
  }
}
/* テーブル */
@media screen and (max-width: 713px) {
  .table_corporation {
    border-top: none;
    width: 100%;
  }
  .table_corporation > tbody > tr {
    border-bottom: none;
  }
  .table_corporation > tbody > tr > th {
    width: 100%;
    text-align: center;
    padding: 3% 0;
    display: block;
  }
  .table_corporation > tbody > tr > td {
    padding: 4% 0;
    letter-spacing: 0px;
    display: block;
  }
  .table_corporation > tbody > tr > td > ul > li {
    text-align: left;
  }
  .table_enkatsu > tbody > tr > th, .table_location > tbody > tr > th {
    display: block;
    padding-bottom: 1%;
  }
  .table_enkatsu > tbody > tr > td, .table_location > tbody > tr > td {
    display: block;
    text-align: left;
    letter-spacing: 0px;
    padding: 0 0 6vw 0;
    width: 100%;
  }
  .table_location > tbody > tr > th {
    padding: 12px 0 12px 18px;
    width: calc(100% - 18px);
  }
}
/*-- 下層情報公開 ---------------*/
@media screen and (max-width:625px) {
  .info-disc_content-flex li {
    width: 45%;
  }
}
/*-- 下層優都会の介護  ---------------*/
@media screen and (max-width:1400px) {
  #kaigo .pagettl_wrap h5 {
    font-size: clamp(26px, 3vw, 32px);
  }
  #kaigo h6 {
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 2.5;
    letter-spacing: normal;
  }
}
@media screen and (max-width:900px) {
  #kaigo h6 br {
    display: none;
  }
}
@media screen and (max-width:750px) {
  .kaigo_row_wrap {
    flex-direction: column;
  }
  .kaigo_row_text_wrap {
    width: 100%;
    max-width: 400px;
  }
.kaigo_row_wrap .kaigo_row_text_wrap,
.kaigo_row_wrap .kaigo_row_img{
    width: 100%;
   max-width: 100%;
  }
  .kaigo_row_img {
    width: 100%;
    max-width: 400px;
  }
  .kaigo_row_img, .kaigo_row-reverse .kaigo_row_img {
    margin: 10% 0;
  }
  .kaigo_wrap {
    width: 95%;
  }
}
@media screen and (max-width: 375px) {
  .sub_page .top_intro_grid {
    padding-bottom: 20%;
  }
  .sub_page .top_intro-wrap {
    padding-bottom: 10%;
  }
}

/*-- ダイバージョナルセラピー＆ケアガーデン「みんなの庭」 ---------------*/
@media screen and (max-width:900px) {
  #vision.sub_page h1 {
    font-size: clamp(22px, 2.5vw, 36px);
  }
}
@media screen and (max-width:750px) {
  #vision.sub_page h1 br:nth-child(1),
  #vision.sub_page h1 br:nth-child(3) {
    display: block;
  }
  .vision_img_row_wrap {
    flex-direction: column;
    margin-bottom: 10%;
  }
  .vision_img_row_wrap a {
    width: 100%;
  }
  .vision_img_row_wrap a:first-child {
    margin: 0 0 6% 0;
  }
  .vision_over_text_inner p {
    width: 94%;
    margin-left: auto;
    margin-right: 0;
  }
}

/*-- 下層アクセス ---------------*/
@media screen and (max-width:800px) {
  .access_table_bus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
  }
  .access_table_bus dl:nth-child(even) {
    border-right: 1px solid #707070;
    width: auto;
  }
}
@media screen and (max-width:750px) {
  .link_btn p br {
    display: block;
  }
  .link_btn p {
    margin: auto;
    line-height: normal;
  }
  .access_bus .link_btn p {
    width: calc(100% - 64px);
  }
  .access_map_bottom {
    flex-direction: column-reverse;
    margin-top: 34px;
  }
  .access_map_text {
    padding-top: 43px;
  }
  .access_map_text_row p:nth-child(1) {
    width: 100px;
  }
  #access .dot_line_wrap ul li br {
    display: block;
  }
  .dot_line_wrap ul li span {
    margin: 0;
  }
  .dot_line_title {
    display: block;
    margin: 10% 0 2rem;
  }
  #access .dot_line_title p {
    margin: 0;
    padding-bottom: 10px;
  }
  .access_car_row_wrap {
    display: block;
  }
  .access_car_row_right {
    margin-top: 60px;
  }
  .access_map {
    height: 90vw;
  }
}
/*-- 下層関連リンク  ---------------*/
@media screen and (max-width:750px) {
  .link_grid_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 345px;
    margin: auto;
  }
}
@media screen and (max-width:375px) {
  .link_grid_wrap {
    width: 100%;
  }
}
/*-- 下層個人情報保護方針  ---------------*/
@media screen and (max-width:500px) {
  .privacy_line_ttl_wrap {
    margin: 15% 0;
  }
  .privacy_line_ttl_wrap h6 br {
    display: block;
  }
}
/*-- 下層サイトマップ  ---------------*/
@media screen and (max-width:900px) {
  .site_map_wrap {
    grid-template-columns: 45% 45%;
    justify-content: center;
  }
}
@media screen and (max-width:750px) {
  .site_map_wrap {
    display: block;
  }
  .site_map_wrap .dot_line_wrap {
    min-height: 87px;
  }
}
/*-- 下層お知らせ  ---------------*/
@media screen and (max-width:933px) {
  .topic_ttl {
    max-width: 62%;
  }
}
@media screen and (max-width:590px) {
  #page_topic input, label {
    display: block;
  }
  #page_topic .topic_accordion {
    margin: 3em auto;
    max-width: 90vw;
  }
  #page_topic .topic_toggle {
    display: none;
  }
  #page_topic .topic_option {
    position: relative;
    margin-bottom: 8vw;
  }
  #page_topic .topic_accordion_title, .topic_news_link {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #page_topic .topic_accordion_title {
    position: relative;
    display: inline-block;
    padding: 10px;
    border-bottom: 2px solid #104088;
    top: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #104088;
    width: -webkit-fill-available;
  }
  #page_topic .topic_accordion_title::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: solid 4px #104088;
    border-right: solid 4px #104088;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: all 0.3s;
    transform: translateY(-50%) rotate(-45deg);
  }
  #page_topic .topic_news_link {
    max-height: 0;
    overflow: hidden;
  }
  #page_topic .topic_news_item > p {
    margin: 0 20px 0 2px;
  }
  #page_topic .topic_news_link li {
    border: none;
  }
  #page_topic .topic_news_link > li {
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    display: flex;
    background-image: linear-gradient(to right, #104088 2px, transparent 2px);
    background-size: 9px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  #page_topic .topic_news_link > li p {
    margin: 0;
    padding: 15px 5%;
    line-height: 1.5;
    font-size: 15px;
  }
  #page_topic .topic_toggle:checked + .topic_accordion_title + .topic_news_link {
    max-height: 500px;
    transition: all 1.5s;
  }
  #page_topic .topic_toggle:checked + .topic_accordion_title::before {
    transform: translateY(-70%) rotate(135deg) !important;
  }
  #page_topic .topic_news_link {
    display: block;
  }
  #page_topic .topic_tab_item {
    background-color: #fff;
    color: #092753 !important;
  }
  #page_topic .tab_item_button {
    border: none;
    color: #000;
  }
  #page_topic .topic_news_link .current {
    background: none;
    color: #104088;
    font-weight: bold;
  }
  .topic_news-content a {
    flex-wrap: wrap;
    margin: 1em auto;
    max-width: 90vw;
  }
  .topic_time {
    margin: 0 20px 0 0;
  }
  .topic_news-content span {
    margin: 0 7px 0 -7px;
  }
  .topic_ttl {
    max-width: 100%;
  }
  /*ページネーション*/
  .topic_pagination {
    margin: 60px auto 80px;
  }
}
@media screen and (max-width:750px) {
  .trip_article, .topic_article {
    padding: 40px 0;
  }
  .topic_article_img {
    margin: 20px 0 0;
    max-width: 100%;
  }
  .topic_article_txt p {
    line-height: 1.5rem;
  }
  /*記事別リンクボタン*/
  .topic_article_pagenation {
    padding: 20px 5% 45px !important;
  }
}
/*-- 下層よくある質問  ---------------*/
@media screen and (max-width:900px) {
  .qa_wrap {
    width: 100%;
  }
  .qa_innner_qa dd {
    align-items: flex-start;
  }
}
/*-- 下層見学のお申込み ＆　お問い合わせ ---------------*/
@media screen and (max-width:713px) {
  .app-contact_box table {
    margin-top: 60px;
  }
  form {
    margin-top: 50px;
  }
  .trip-contact_box table tr th {
    width: 100%;
    margin-top: 8px;
  }
  .trip_form-select-wrap > select:last-child {
    width: 100% !important;
  }
  .contact_mw_innner > label:last-of-type {
    margin: 0;
  }
  .contact_redio {
    display: flex !important;
    align-items: baseline;
  }
  .contact_redio > p {
    margin: 0 8px;
    text-align: left;
  }
  .trip_institution, .contact-traiangele-item {
    width: 100%;
  }
  .contact_era-p {
    margin-left: 20px;
    width: 80%;
    text-align: left;
  }
  .trip_form-select-wrap {
    display: block;
  }
  .trip_form-select-wrap p {
    margin: 10px 0;
  }
}
@media screen and (max-width:750px) {
  .mw_wp_form_confirm .submit_confirmation_wrap p, .mw_wp_form_confirm .submit_confirmation_wrap {
    display: block;
  }
  .mw_wp_form_confirm .submit_confirmation_wrap p, .mw_wp_form_confirm .submit_confirmation_wrap p {
    text-align: center;
  }
  .submit_confirmation_button, .submit_confirmation_application {
    width: 90vw !important;
    min-width: inherit;
  }
  .mw_wp_form_confirm .back {
    width: 90vw;
    min-width: inherit;
    margin: 0;
  }
  .mw_wp_form_confirm .submit_confirmation_application {
    width: 90vw;
    min-width: inherit;
  }
}
@media screen and (max-width:418px) {
  .contact-addrres {
    font-size: 12px;
    padding: 5px;
  }
  .reserve-day, .reserve-month, .reserve-year {
    padding: 12px !important;
  }
  .submit_confirmation_wrap::before {
    width: 8.5vw;
  }
}
/*-お問い合わせ電話-*/
@media screen and (max-width:985px) {
  .contact_tel_wrap nav ul {
    display: block;
  }
}
@media screen and (max-width:750px) {
  .contact_tel_wrap nav ul {
    margin: 30px auto;
  }
  .contact_tel_wrap nav ul li a {
    padding: 20px 15px;
    max-width: 350px;
    margin: 0 auto;
  }
  .contact_tel_wrap nav ul li a:first-child {
    font-size: 13px;
  }
  .contact_tel_number {
    font-size: 1.8rem;
  }
}
/*-- 下層見学のお申込み ＆　お問い合わせ
 ----確認画面 ---------------*/
@media screen and (max-width:713px) {
  .confirmation_button, .confirmation_button-txt p {
    display: block;
    text-align: center !important;
  }
  .confirmation_box_ap table tr td, .confirmation_box_cc table tr td,
  .confirmation_box_ap table tr th, .confirmation_box_cc table tr th {
    width: 100%;
  }
  .confirmation_box_ap p, .confirmation_box_cc p {
    text-align: left;
  }
  .confirmation_button input {
    margin-top: 25px;
  }
  .send_button_pink, .send_button_blue, .back_button {
    max-width: 85vw;
  }
  .address_flex,
  .app_form-select-wrap {
    display: block;
  }

  .app-contact_box table tr select,
  .wide, input[type="text"] ,
  .address_flex > p >input, .address_flex>input {
    height: 35px!important;
  }
  .app-contact_box table tr textarea {
    height: 140px;
  }
  .app-contact_box>table>tbody>tr>td,
  .app-contact_box>table>tbody>tr>th,
  .confirmation_box_ap>table>tbody>tr>td,
  .confirmation_box_cc>table>tbody>tr>td,
  .confirmation_box_ap>table>tbody>tr>th,
  .confirmation_box_cc>table>tbody>tr>th {
    font-size: clamp(14px, 2.5vw, 18px);
    width: 100%;
    display: block;
  }
  .app-contact_box table tr select,
  .app_form-select-wrap > div > p {
    font-size: clamp(12px, 2.5vw, 18px);
    width: 100%;
  }
  .mw_wp_form_confirm .confirmation_box_ap p,
  .mw_wp_form_confirm .app-contact_box p {
    justify-content: flex-start;
  }
  .app-contact_mw div > label:last-of-type {
    margin-left: 0;
  }
  .app-contact_box>table>tbody>tr>th {
    width: 100%;
  }
  .click-addrres_blue,
  .click-addrres_pink {
    padding: 0!important;
    margin: 0!important;
  }
  .mw_wp_form_confirm .app-contact_box table tr th,
  .mw_wp_form_confirm .confirmation_box_ap table tr th {
    width: 100%;
  }
}
