﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

@media screen and (min-width: 801px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    height: 100%;
    /* ★大事なのは「100%」 */
    /* ★上の次に大事（必要に応じて） */
    margin: 0px;
    padding: 0px;
    border: none;
    line-height: 1.8em;
    color: #333333;
    font-size: 0.9em;
    font-family: "Sawarabi Mincho", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  .all_wrap {
    width: 100%;
    height: auto;
  }
  .max_wrap {
    width: 100%;
  }
  .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1000px;
  }
  .top_visual {
    width: 100%;
    position: relative;
    min-height: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #top_BG {
    height: 110px;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
  #main_logo {
    height: 70px;
    width: auto;
    top: 30px;
    left: 25px;
    position: absolute;
    z-index: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
  }
  #index_line1 {
    height: 6px;
    width: 100%;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    background-color: #000000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flexslider {
    width: 100%;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flexslider .slides li img {
    width: 100%;
    height: 100%;
  }
  .top_visual h1 {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 36px;
    left: 180px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
  }
  #pc_main_nav {
    width: 570px;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  #pc_main_nav ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 10;
  }
  #pc_main_nav ul li {
    list-style-type: none;
    float: left;
    z-index: 10;
  }
  #pc_main_nav ul li a {
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 3px;
    display: block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: rgb(0, 0, 0);
    z-index: 10;
  }
  #pc_main_nav ul li a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10;
  }
  #pc_main_nav ul li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  #pc_main_nav .tel {
    float: left;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    z-index: 10;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(0, 0, 0);
    position: relative;
    z-index: 10;
  }
  .fa-phone::before {
    content: "\f095";
    position: relative;
    z-index: 10;
  }
  .slideshow {
    height: auto;
    width: 1000px;
    top: 100px;
    position: absolute;
  }
  .content_clear {
    height: 500px;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .content {
    height: auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .info_area {
    height: 400px;
    width: 43%;
    float: right;
    right: 0px;
    padding-top: 20px;
    position: relative;
    margin: 20px;
  }
  #menu_img {
    height: auto;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .info_area h2 {
    font-size: 25px;
    line-height: 1.8em;
    color: #0068b6;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    margin-left: -5px;
  }
  .info_area li {
    height: auto;
    width: auto;
    left: 0px;
    position: relative;
    list-style-type: none;
    color: #0068b6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .info_area li a {
    font-size: 15px;
    line-height: 1.8em;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .g_map {
    height: 420px;
    width: 50%;
    position: absolute;
    margin: 20px;
  }
  .bottom_photo_content {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bottom_photo {
    height: auto;
    width: 20%;
    margin: 0px;
    float: left;
    position: relative;
  }
  .content_wrap {
    height: auto;
    max-width: 1000px;
    position: relative;
    top: 0%;
    left: 0px;
  }
  .map {
    height: 450px;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
  }
  .index_box_inner_1 {
    padding-right: 4%;
    padding-left: 4%;
    width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    font-family: "Noto Sans JP", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .index_box_inner_1 h3 {
    padding-top: 15px;
    font-size: 25px;
    line-height: 1.8em;
    color: #0068b6;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
  }
  .footer {
    height: auto;
    width: 1000px;
    position: relative;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer div {
    height: auto;
    width: auto;
    margin: 15px;
    list-style-type: none;
  }
  .footer div a {
    text-decoration: none;
    display: block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000;
  }
  .next_link {
    height: 40px;
    padding-top: 12px;
    bottom: 10px;
    right: 10px;
    position: absolute;
  }
  .next_link a {
    display: block;
    width: 180px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    background-color: #0068b6;
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    line-height: 2.4em;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .next_link a:hover {
    background-color: #1975bb;
  }

  .video {
    height: 500px;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    position: relative;
  }
  .content_photo {
    height: 300px;
    width: 45%;
    max-width: 480px;
    left: 15px;
    position: relative;
    margin: 15px;
    display: inline-block;
    overflow: hidden;
  }
  .content_photo img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .content_text {
    height: 300px;
    width: 45%;
    max-width: 480px;
    left: 5px;
    position: relative;
    margin: 5px;
    display: inline-block;
  }
  #addless {
    height: auto;
    width: 45%;
    float: right;
    top: 45%;
    transform: translate(0%, -50%);
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  #addless h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
  }
  .copy {
    width: 1000px;
    height: auto;
    top: 10px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgb(255, 255, 255);
  }
  .copy a {
    width: 1000px;
    top: 0%;
    position: absolute;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    background-color: rgb(255, 255, 255);
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  /* スマホ縦向きの場合のスタイル */
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    height: 100%;
    /* ★大事なのは「100%」 */
    z-index: 1;
    /* ★上の次に大事（必要に応じて） */
    margin: 0px;
    padding: 0px;
    border: none;
    line-height: 1.8em;
    color: #333333;
    font-size: 0.9em;
    font-family: "Sawarabi Mincho", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  #modal_base {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    position: fixed;
    display: none;
  }
  #modal_base.after {
    display: block;
  }
  .modal_top {
    width: 100%;
    height: 220px;
    top: 100px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    border-bottom: 2px solid rgb(0, 0, 0);
  }
  .modal_left {
    width: 50%;
    height: 100px;
    top: 322px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    border-right: 2px solid rgb(0, 0, 0);
  }
  .modal_left img {
    left: 50%;
    transform: translate(-50%, 20px);
    position: relative;
  }
  .modal_text {
    width: 100%;
    height: 10px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
  }
  .modal_right {
    width: 50%;
    height: 100px;
    top: 322px;
    left: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    border-left: 2px solid rgb(0, 0, 0);
  }
  .modal_right img {
    left: 50%;
    transform: translate(-50%, 20px);
    position: relative;
  }
  #modal_addless {
    height: auto;
    width: 100%;
    text-align: center;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
  }
  #modal_close_btn {
    height: 15px;
    width: auto;
    top: 10px;
    right: 10px;
    position: absolute;
  }
  .max_wrap {
    width: 100%;
  }
  .wrap {
    width: 100vw;
    overflow: hidden;
  }
  .sp_btn_div {
    width: 100%;
    height: 64px;
    position: fixed;
    overflow: hidden;
    bottom: 0%;
    z-index: 99;
  }
  .sp_btn_wrap {
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0%;
    z-index: 100;
    display: flex;
    justify-content: center;
  }
  .sp_btn_wrap img {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .sp_btn_bg {
    width: 100%;
    height: 64px;
    opacity: 0.8;
  }
  .top_visual {
    position: relative;
    height: 80px;
  }
  #index_line1 {
    height: 6px;
    width: 100%;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    background-color: #000000;
  }
  .flexslider {
    width: 100%;
    height: auto;
  }
  .flexslider .slides li img {
    width: 100%;
    height: 100%;
  }
  .top_visual h1 {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 25px;
    left: 130px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
  }
  #sp_main_nav.after {
    opacity: 1;
    z-index: 99;
    transition: 0.5s;
  }
  #sp_main_nav {
    height: auto;
    width: 150px;
    top: 50px;
    right: 0px;
    opacity: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    position: absolute;
    z-index: 0;
    transition: 0.5s;
    position: fixed;
  }
  #sp_main_nav ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #sp_main_nav ul li {
    list-style-type: none;
  }
  #sp_main_nav ul li a {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    padding-bottom: 3px;
    display: block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
  #top_BG {
    height: 80px;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
  #main_logo {
    height: 50px;
    width: auto;
    top: 20px;
    left: 20px;
    position: absolute;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
  }
  #menu_btn.after {
    display: none;
  }
  #menu_btn {
    height: 50px;
    width: auto;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 50;
    position: fixed;
  }
  #close_btn {
    height: 30px;
    width: auto;
    top: -40px;
    right: 10px;
    position: absolute;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-phone::before {
    content: "\f095";
  }
  .slideshow {
    height: auto;
    width: auto;
    top: 100px;
    position: absolute;
  }
  .content_clear {
    height: auto;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .content {
    height: auto;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #menu_img {
    height: auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .info_area {
    height: 250px;
    width: 90%;
    margin: 15px;
    padding: 20px;
    overflow: hidden;
  }
  .info_area h2 {
    font-size: 25px;
    line-height: 1.8em;
    color: #0068b6;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    margin-left: -5px;
  }
  .info_area li {
    height: auto;
    width: auto;
    left: 0px;
    position: relative;
    list-style-type: none;
    color: #0068b6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .info_area li a {
    font-size: 15px;
    line-height: 1.8em;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .g_map {
    height: 350px;
    width: 90%;
    position: relative;
    left: 50%;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bottom_photo_content {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bottom_photo {
    height: auto;
    width: 20%;
    margin: 0px;
    float: left;
    position: relative;
    display: inline-block;
  }
  .content_wrap {
    height: auto;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0px;
    display: flex;
    flex-flow: column wrap;
  }
  .map {
    height: auto;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
  }
  .index_box_inner_1 {
    padding-right: 4%;
    padding-left: 4%;
    width: 90%;
    min-height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .index_box_inner_1 h3 {
    padding-top: 15px;
    font-size: 25px;
    line-height: 1.8em;
    color: #0068b6;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
  }
  .footer {
    height: auto;
    width: 95vw;
    position: relative;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer div {
    height: auto;
    width: auto;
    margin: 5px;
    list-style-type: none;
  }
  .footer div a {
    text-decoration: none;
    display: block;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5vw;
    color: #000;
  }
  .next_link {
    height: 40px;
    padding-top: 12px;
    bottom: 10px;
    right: 10px;
    position: absolute;
  }
  .next_link a {
    display: block;
    width: 180px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    background-color: #0068b6;
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    line-height: 2.4em;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .next_link a:hover {
    background-color: #1975bb;
  }
  .content_photo {
    height: 300px;
    width: 100vw;
    position: relative;
    display: inline-block;
    overflow: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    order: 2;
  }
  .content_photo img {
    height: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .content_text {
    height: auto;
    width: 100%;
    position: relative;
    display: inline-block;
    order: 1;
  }
  #addless {
    height: auto;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #addless h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
  }
  .copy {
    width: 100%;
    height: 100px;
    top: 10px;
    position: relative;
    background-color: rgb(255, 255, 255);
  }
  .copy a {
    width: 100%;
    top: 0%;
    position: absolute;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 3vw;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    background-color: rgb(255, 255, 255);
  }
  .video {
    height: auto;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    position: relative;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  /* 縦向きの場合のスタイル ここまで */
}
