html, body, div, p, header, footer, img, span, ul, ol, li, section, header, footer,
table, th, td, h1, h2, h3, h4, h5, h6, a, form, input, textarea,
dl, dt, dd, iframe, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 160%;
  height: 100%;
  box-sizing: border-box; }

img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  border: 0;
  max-width: 100%; }
  @media (max-width: 900px) {
    img {
      max-width: 100%; } }

a {
  color: #000;
  text-decoration: none;
  transition: 0.5s; }

p {
  text-align: justify; }

ul {
  list-style: none; }

#spMenu {
  display: none; }
  @media (max-width: 900px) {
    #spMenu {
      display: block; } }
  #spMenu a {
    color: #fff; }
  #spMenu .menu-btn {
    position: fixed;
    right: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 1200;
    top: 4px; }
    #spMenu .menu-btn .hbg {
      height: 10px; }
      #spMenu .menu-btn .hbg.hbg-hide {
        display: none; }
  #spMenu .menu {
    background: rgba(27, 95, 169, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 100vw;
    height: auto;
    padding: 84px 20px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100vh);
    transition: transform .8s linear; }
    @media (max-width: 900px) {
      #spMenu .menu {
        padding-top: 60px; } }
  #spMenu .menu.is-active {
    transform: translateX(0); }
  #spMenu .fa {
    font-size: 24px; }
  #spMenu a {
    display: block;
    color: #fff; }
    #spMenu a.current {
      font-weight: 700; }
  #spMenu ul {
    font-size: 18px;
    padding: 0;
    list-style: none !important; }
    #spMenu ul li {
      padding: 0;
      text-align: center; }
      #spMenu ul li a {
        padding: 5px 0; }
      @media (max-width: 900px) {
        #spMenu ul li.sp-request a {
          background: #58a297;
          border-radius: 10px; }
        #spMenu ul li.sp-reservation {
          margin-top: 5px; }
          #spMenu ul li.sp-reservation a {
            background: #d25831;
            border-radius: 10px; } }

#gNav-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column; }
  #gNav-sp li {
    width: 100%;
    margin-bottom: 5px; }
    #gNav-sp li a {
      background: #F0067F;
      color: #fff;
      font-size: 16px;
      text-align: center;
      display: block;
      height: 40px;
      line-height: 40px;
      width: 100%; }

header {
  position: fixed;
  height: 109px;
  z-index: 99;
  background: #fff;
  width: 100vw; }
  @media (max-width: 900px) {
    header {
      position: initial;
      height: auto;
      width: 100; } }
  header + * {
    position: relative;
    top: 109px;
    margin-bottom: 109px; }
    @media (max-width: 900px) {
      header + * {
        position: initial;
        top: 0; } }
  header #header-01 {
    padding: 15px 40px 15px 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (max-width: 900px) {
      header #header-01 {
        padding: 20px 15px; } }
    header #header-01 a#header-logo {
      margin-right: auto; }
      header #header-01 a#header-logo img {
        width: 456px; }
        @media (max-width: 900px) {
          header #header-01 a#header-logo img {
            height: 16px;
            width: auto; } }
    header #header-01 a#header-request {
      font-size: 14px;
      color: #fff;
      background: #58a297;
      display: block;
      width: fit-content;
      padding: 10px 15px;
      border-radius: 5px;
      line-height: 1; }
      @media (max-width: 900px) {
        header #header-01 a#header-request {
          display: none; } }
    header #header-01 a#header-reservation {
      font-size: 14px;
      color: #fff;
      background: #d25831;
      display: block;
      width: fit-content;
      padding: 10px 15px;
      border-radius: 5px;
      line-height: 1;
      margin-left: 20px; }
      @media (max-width: 900px) {
        header #header-01 a#header-reservation {
          display: none; } }
  header #header-02 {
    background: #1b5fa9;
    padding: 10px 0; }
    @media (max-width: 900px) {
      header #header-02 {
        display: none; } }
    header #header-02 ul {
      width: 1000px;
      font-size: 16px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin: 0 auto; }
      header #header-02 ul li a {
        color: #fff; }

section#home-fv {
  background: url("../images/home-fv-bg.jpg");
  background-size: cover;
  height: 100vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 50px 20px 20px; }
  @media (max-width: 900px) {
    section#home-fv {
      padding: 30px 30px 10px;
      height: 170vw;
      background-position: center; } }
  section#home-fv #fv-lead {
    width: 764px;
    margin: 0 auto auto; }
  section#home-fv #fv-logoset {
    width: 427px;
    margin-left: 100px; }
    @media (max-width: 900px) {
      section#home-fv #fv-logoset {
        width: 45%;
        margin: 0 auto 20px; } }
  section#home-fv p {
    text-align: right;
    color: #fff;
    font-size: 15px; }
    @media (max-width: 900px) {
      section#home-fv p {
        font-size: 12px;
        text-align: center;
        line-height: 1.2; } }

section#home-information {
  padding: 65px;
  background: #f5ecda; }
  @media (max-width: 900px) {
    section#home-information {
      padding: 15px; } }
  section#home-information #information-02 {
    max-width: 1100px;
    padding: 40px;
    margin: 0 auto 0; }
    @media (max-width: 900px) {
      section#home-information #information-02 {
        padding: 15px;
        margin: 0 auto 0; } }
    section#home-information #information-02 h3 {
      width: 230px;
      border: 1px solid #000;
      font-size: 20px;
      margin: 0 auto;
      font-weight: normal;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 900px) {
        section#home-information #information-02 h3 {
          width: 200px;
          font-size: 18px;
          margin-bottom: 15px; } }
    section#home-information #information-02 p {
      font-size: 16px; }
      @media (max-width: 900px) {
        section#home-information #information-02 p {
          font-size: 14px; } }
      section#home-information #information-02 p:not(:last-child) {
        margin-bottom: 40px; }
        @media (max-width: 900px) {
          section#home-information #information-02 p:not(:last-child) {
            margin-bottom: 15px; } }

#home-sr-gda {
  padding: 100px;
  background: #fff;
  text-align: center; }
  @media (max-width: 900px) {
    #home-sr-gda {
      padding: 30px 15px; } }
  #home-sr-gda #home-sr {
    padding-bottom: 100px; }
    @media (max-width: 900px) {
      #home-sr-gda #home-sr {
        padding-bottom: 30px; } }
    #home-sr-gda #home-sr h2 {
      width: fit-content;
      margin: 0 auto 50px; }
      @media (max-width: 900px) {
        #home-sr-gda #home-sr h2 {
          margin-bottom: 15px; } }
      #home-sr-gda #home-sr h2 img {
        width: 730px; }
    #home-sr-gda #home-sr h3 {
      font-size: 22px;
      margin-bottom: 50px;
      font-weight: 700; }
      @media (max-width: 900px) {
        #home-sr-gda #home-sr h3 {
          font-size: 16px;
          margin-bottom: 15px; } }
      #home-sr-gda #home-sr h3 br {
        display: none; }
        @media (max-width: 900px) {
          #home-sr-gda #home-sr h3 br {
            display: initial; } }
      #home-sr-gda #home-sr h3 + img {
        width: 100%;
        max-width: 360px;
        margin: 75px auto; }
        @media (max-width: 900px) {
          #home-sr-gda #home-sr h3 + img {
            width: 60%;
            margin: 15px auto 30px; } }
    #home-sr-gda #home-sr .home-sr-text {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-size: 22px;
      line-height: 2; }
      @media (max-width: 900px) {
        #home-sr-gda #home-sr .home-sr-text {
          font-size: 15px; } }
      #home-sr-gda #home-sr .home-sr-text p {
        text-align: center !important;
        margin-bottom: 2em; }
        @media (max-width: 900px) {
          #home-sr-gda #home-sr .home-sr-text p {
            text-align: justify !important;
            margin-bottom: 1em; }
            #home-sr-gda #home-sr .home-sr-text p br {
              display: none; } }
  #home-sr-gda #home-gda {
    max-width: 1100px;
    margin: 0 auto; }
    #home-sr-gda #home-gda div {
      border: 1px solid #000; }
      #home-sr-gda #home-gda div:first-of-type {
        padding: 85px; }
        @media (max-width: 900px) {
          #home-sr-gda #home-gda div:first-of-type {
            padding: 30px; } }
        #home-sr-gda #home-gda div:first-of-type img {
          width: 706px;
          margin: 0 auto;
          max-width: 100%; }
      #home-sr-gda #home-gda div:last-of-type {
        border-top: 0;
        padding: 50px 50px 100px; }
        @media (max-width: 900px) {
          #home-sr-gda #home-gda div:last-of-type {
            padding: 30px 30px 30px; } }
        #home-sr-gda #home-gda div:last-of-type img {
          width: 750px;
          margin: 0 auto 50px; }
          @media (max-width: 900px) {
            #home-sr-gda #home-gda div:last-of-type img {
              width: 100%;
              margin-bottom: 30px; } }
        #home-sr-gda #home-gda div:last-of-type p.jusho {
          text-align: center;
          font-size: 30px;
          font-weight: 700;
          margin-bottom: 50px; }
          @media (max-width: 900px) {
            #home-sr-gda #home-gda div:last-of-type p.jusho {
              font-size: 20px;
              margin-bottom: 25px; } }
        #home-sr-gda #home-gda div:last-of-type h3 {
          font-size: 26px;
          height: 44px;
          line-height: 44px;
          text-align: center;
          background: #1b5fa9;
          color: #fff;
          width: 738px;
          margin: 0 auto 30px;
          border-radius: 22px; }
          @media (max-width: 900px) {
            #home-sr-gda #home-gda div:last-of-type h3 {
              width: 100%;
              margin-bottom: 15px;
              font-size: 18px; } }
          #home-sr-gda #home-gda div:last-of-type h3:last-of-type {
            background: #3f917e; }
        #home-sr-gda #home-gda div:last-of-type ol {
          width: fit-content;
          margin: 0 auto 30px;
          text-align: left;
          font-size: 16px;
          line-height: 1.8; }
          @media (max-width: 900px) {
            #home-sr-gda #home-gda div:last-of-type ol {
              padding-left: 2em;
              font-size: 14px; } }
        #home-sr-gda #home-gda div:last-of-type p {
          font-size: 16px;
          max-width: 900px;
          margin: 0 auto;
          line-height: 1.8; }
          @media (max-width: 900px) {
            #home-sr-gda #home-gda div:last-of-type p {
              font-size: 14px; } }
    #home-sr-gda #home-gda + p.jitsugen {
      text-align: center;
      margin-top: 0px;
      font-weight: 700;
      padding-top: 50px; }
      @media (max-width: 900px) {
        #home-sr-gda #home-gda + p.jitsugen {
          margin-top: 30px;
          padding-top: 25px; } }
      #home-sr-gda #home-gda + p.jitsugen span {
        display: block;
        line-height: 1.5; }
      #home-sr-gda #home-gda + p.jitsugen span:first-child {
        font-size: 24px; }
        @media (max-width: 900px) {
          #home-sr-gda #home-gda + p.jitsugen span:first-child {
            font-size: 16px; } }
      #home-sr-gda #home-gda + p.jitsugen span:last-child {
        font-size: 30px; }
        @media (max-width: 900px) {
          #home-sr-gda #home-gda + p.jitsugen span:last-child {
            font-size: 20px; } }

#home-contents {
  background: #f5ecda;
  padding: 80px 0 65px; }
  @media (max-width: 900px) {
    #home-contents {
      padding: 30px 15px; } }
  #home-contents > * {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
  #home-contents h2 {
    font-size: 26px;
    margin: 0 auto 35px;
    border-bottom: 2px solid #000;
    width: fit-content;
    line-height: 1.5; }
    @media (max-width: 900px) {
      #home-contents h2 {
        font-size: 21px;
        margin-bottom: 15px; } }
  #home-contents ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    @media (max-width: 900px) {
      #home-contents ul {
        margin-bottom: 30px; } }
    #home-contents ul li {
      position: relative;
      width: 536px;
      height: 242px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      text-shadow: 0 0 10px #000;
      color: #fff;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      flex-direction: column;
      text-align: center;
      padding: 30px;
      font-weight: 700; }
      @media (max-width: 900px) {
        #home-contents ul li {
          width: 100%;
          aspect-ratio: 3/2;
          padding: 30px 15px; } }
      #home-contents ul li#contents-01 {
        background-image: url("../images/home-contents-01.png");
        margin-bottom: 28px; }
        @media (max-width: 900px) {
          #home-contents ul li#contents-01 {
            margin-bottom: 15px; } }
      #home-contents ul li#contents-02 {
        background-image: url("../images/home-contents-02.png");
        margin-bottom: 28px; }
        @media (max-width: 900px) {
          #home-contents ul li#contents-02 {
            margin-bottom: 15px; } }
      #home-contents ul li#contents-03 {
        background-image: url("../images/home-contents-03.png"); }
        @media (max-width: 900px) {
          #home-contents ul li#contents-03 {
            margin-bottom: 15px; } }
      #home-contents ul li#contents-04 {
        background-image: url("../images/home-contents-04.png"); }
      #home-contents ul li h3 {
        font-size: 26px; }
      #home-contents ul li span:first-of-type {
        font-size: 13px;
        margin-bottom: 25px; }
      #home-contents ul li span:nth-of-type(2) {
        font-size: 17px;
        margin-bottom: auto; }
      #home-contents ul li a {
        background: #fff;
        color: #000;
        font-size: 18px;
        height: 42px;
        border-radius: 21px;
        width: fit-content;
        margin: 0 auto;
        padding: 0 40px;
        line-height: 42px;
        text-shadow: none; }
        @media (max-width: 900px) {
          #home-contents ul li a {
            font-size: 15px; } }
      #home-contents ul li .image {
        position: absolute;
        right: 5px;
        bottom: 5px;
        font-size: 14px;
        font-weight: normal; }
  #home-contents a#banner {
    display: block;
    background: url("../images/home-banner-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1100px;
    height: 226px;
    border: 4px solid #a5c5a7;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 900px) {
      #home-contents a#banner {
        height: auto;
        aspect-ratio: 3/1;
        font-size: 14px;
        text-align: left; } }
    #home-contents a#banner span {
      padding-left: 140px; }
      @media (max-width: 900px) {
        #home-contents a#banner span {
          padding-left: 20px; } }

footer {
  background: #1b5fa9; }
  footer #footer-nav ul {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 900px) {
      footer #footer-nav ul {
        padding: 30px 15px;
        flex-direction: column; } }
    footer #footer-nav ul li {
      width: 250px; }
      @media (max-width: 900px) {
        footer #footer-nav ul li {
          width: 100%;
          margin-bottom: 10px; }
          footer #footer-nav ul li:last-child {
            margin-bottom: 0; } }
      footer #footer-nav ul li a {
        display: block;
        height: 54px;
        border-radius: 27px;
        background: #13017c;
        color: #fff;
        line-height: 54px;
        text-align: center;
        font-size: 18px; }
        @media (max-width: 900px) {
          footer #footer-nav ul li a {
            font-size: 15px;
            height: 44px;
            border-radius: 22px;
            line-height: 44px; } }
      footer #footer-nav ul li:last-child i {
        color: #000; }
      footer #footer-nav ul li:last-child a {
        background: #fff;
        color: #000; }
      footer #footer-nav ul li:last-child span {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #fff; }
  footer #footer-info {
    background: #fff;
    padding: 30px 0 20px; }
    @media (max-width: 900px) {
      footer #footer-info {
        padding: 30px 15px; } }
    footer #footer-info img:first-of-type {
      width: 330px;
      margin: 0 auto 30px; }
      @media (max-width: 900px) {
        footer #footer-info img:first-of-type {
          max-width: 200px;
          margin-bottom: 15px; } }
    footer #footer-info img:nth-of-type(2) {
      width: 583px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        footer #footer-info img:nth-of-type(2) {
          max-width: 300px; } }
    footer #footer-info img:nth-of-type(3) {
      width: 302px;
      margin: 0 auto 20px; }
      @media (max-width: 900px) {
        footer #footer-info img:nth-of-type(3) {
          max-width: 250px; } }
    footer #footer-info p:first-of-type {
      font-size: 16px;
      text-align: center;
      line-height: 1.25;
      margin: 30px auto; }
    footer #footer-info p:nth-of-type(2) {
      font-size: 12px;
      text-align: center;
      line-height: 1.5; }
  footer p#copyright {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 0; }
    @media (max-width: 900px) {
      footer p#copyright {
        font-size: 10px; } }

#sub h1 {
  height: 474px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  position: relative; }
  @media (max-width: 900px) {
    #sub h1 {
      height: 50vw; } }
  #sub h1 span {
    font-size: 45px;
    display: block;
    text-align: center; }
    @media (max-width: 900px) {
      #sub h1 span {
        font-size: 32px; } }
    #sub h1 span span.jp {
      font-size: 15px;
      margin-top: 10px; }
      @media (max-width: 900px) {
        #sub h1 span span.jp {
          font-size: 12px; } }
    #sub h1 span .image {
      position: absolute;
      bottom: 5px;
      right: 5px;
      font-size: 14px;
      font-weight: normal; }
  #sub h1.mainimg-concept {
    background-image: url("../images/mainimg-concept.png"); }
  #sub h1.mainimg-landscape {
    background-image: url("../images/mainimg-landscape.png"); }
  #sub h1.mainimg-location {
    background-image: url("../images/mainimg-location.png"); }
  #sub h1.mainimg-access {
    background-image: url("../images/mainimg-access.png"); }
#sub #lead {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  padding: 70px 15px; }
  @media (max-width: 900px) {
    #sub #lead {
      padding: 30px 15px;
      font-size: 18px; } }
#sub #concept {
  background: #F5ECDA;
  background-repeat: repeat;
  padding-bottom: 70px; }
  @media (max-width: 900px) {
    #sub #concept {
      padding: 15px; } }
  #sub #concept > * {
    max-width: 1100px;
    margin: 0 auto; }
  #sub #concept h2 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: #407921;
    height: 58px;
    line-height: 58px;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      #sub #concept h2 {
        font-size: 20px;
        height: auto;
        line-height: 1.5;
        padding: 10px 15px;
        margin-bottom: 15px; } }
  #sub #concept .concept-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      #sub #concept .concept-box {
        flex-direction: column;
        margin-bottom: 15px; }
        #sub #concept .concept-box:last-child {
          margin-bottom: 0; } }
    #sub #concept .concept-box .concept-text {
      width: 304px; }
      @media (max-width: 900px) {
        #sub #concept .concept-box .concept-text {
          width: 100%;
          margin-bottom: 15px; } }
      #sub #concept .concept-box .concept-text h3 {
        font-size: 40px;
        color: #407921;
        letter-spacing: 0.05em;
        line-height: 1.2;
        margin-bottom: 15px; }
        @media (max-width: 900px) {
          #sub #concept .concept-box .concept-text h3 {
            font-size: 22px;
            margin-bottom: 10px; } }
    #sub #concept .concept-box .concept-photo {
      width: 698px; }
      @media (max-width: 900px) {
        #sub #concept .concept-box .concept-photo {
          width: 100%; } }
#sub #smart-and-resilience {
  border-top: 1px solid #000;
  padding: 40px 0;
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    #sub #smart-and-resilience {
      padding: 40px 5px 20px;
      width: calc(100% - 30px); } }
  #sub #smart-and-resilience #concept-gda {
    display: block;
    width: fit-content;
    margin: 50px auto 0;
    padding: 0; }
    @media (max-width: 900px) {
      #sub #smart-and-resilience #concept-gda {
        margin: 15px 0 0; } }
    #sub #smart-and-resilience #concept-gda img {
      max-width: 1100px;
      width: 100%; }
  #sub #smart-and-resilience .poster {
    width: 100%;
    margin: 0 auto; }
  #sub #smart-and-resilience p.jitsugen {
    text-align: center;
    margin-top: 60px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      #sub #smart-and-resilience p.jitsugen {
        margin-top: 30px;
        margin-bottom: 15px; } }
    #sub #smart-and-resilience p.jitsugen span {
      display: block; }
    #sub #smart-and-resilience p.jitsugen span:first-child {
      font-size: 24px; }
      @media (max-width: 900px) {
        #sub #smart-and-resilience p.jitsugen span:first-child {
          font-size: 16px; } }
    #sub #smart-and-resilience p.jitsugen span:last-child {
      font-size: 30px; }
      @media (max-width: 900px) {
        #sub #smart-and-resilience p.jitsugen span:last-child {
          font-size: 20px; } }
  #sub #smart-and-resilience h2 {
    width: fit-content;
    margin: 0 auto 30px; }
    #sub #smart-and-resilience h2 img {
      width: 568px; }
  #sub #smart-and-resilience p {
    font-size: 16px;
    text-align: center;
    line-height: 1.8; }
#sub #smart {
  background: url("../images/smart-bg.png");
  background-repeat: repeat;
  padding-bottom: 50px;
  margin-bottom: 25px; }
  @media (max-width: 900px) {
    #sub #smart {
      padding: 15px;
      margin-bottom: 15px; } }
  #sub #smart > * {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%; }
  #sub #smart h2 {
    font-size: 45px;
    color: #fff;
    background: #1b5fa9;
    height: 58px;
    line-height: 58px;
    margin-bottom: 30px;
    padding: 0 16px;
    font-family: Arial, Helvetica, "sans-serif";
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 900px) {
      #sub #smart h2 {
        flex-direction: column;
        align-items: initial;
        font-size: 28px;
        height: auto;
        line-height: 1.2;
        padding: 10px;
        margin-bottom: 15px; } }
    #sub #smart h2 span {
      font-size: 16px;
      margin-left: 16px;
      font-weight: 400; }
      @media (max-width: 900px) {
        #sub #smart h2 span {
          margin-left: 0;
          font-size: 14px; } }
  #sub #smart h3 {
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #1b5fa9;
    color: #fff;
    width: 738px;
    margin: 0 auto 30px;
    border-radius: 22px; }
    @media (max-width: 900px) {
      #sub #smart h3 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px; } }
  #sub #smart p {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin: 20px auto 50px; }
    @media (max-width: 900px) {
      #sub #smart p {
        text-align: left;
        margin: 10px auto 15px; } }
#sub #resilience {
  background: url("../images/resilience-bg.png");
  background-repeat: repeat;
  padding-bottom: 50px; }
  @media (max-width: 900px) {
    #sub #resilience {
      padding: 15px; } }
  #sub #resilience > * {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%; }
  #sub #resilience h2 {
    font-size: 45px;
    color: #fff;
    background: #3f917e;
    height: 58px;
    line-height: 58px;
    margin-bottom: 30px;
    padding: 0 16px;
    font-family: Arial, Helvetica, "sans-serif";
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 900px) {
      #sub #resilience h2 {
        flex-direction: column;
        align-items: initial;
        font-size: 28px;
        height: auto;
        line-height: 1.2;
        padding: 10px;
        margin-bottom: 15px; } }
    #sub #resilience h2 span {
      font-size: 16px;
      margin-left: 16px;
      font-weight: 400; }
      @media (max-width: 900px) {
        #sub #resilience h2 span {
          margin-left: 0;
          font-size: 14px; } }
  #sub #resilience h3 {
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #3f917e;
    color: #fff;
    width: 738px;
    margin: 0 auto 30px;
    border-radius: 22px; }
    @media (max-width: 900px) {
      #sub #resilience h3 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px; } }
#sub .one {
  padding: 20px 0 30px; }
  @media (max-width: 900px) {
    #sub .one {
      padding: 0;
      padding-top: 10px; } }
  #sub .one.one-npt {
    padding-top: 0; }
  #sub .one h4 {
    font-size: 24px;
    color: #3f917e;
    margin-bottom: 0.5em;
    text-align: center; }
    @media (max-width: 900px) {
      #sub .one h4 {
        font-size: 20px;
        text-align: left; } }
  #sub .one p {
    font-size: 16px;
    line-height: 1.8;
    margin: 20px auto 0;
    text-align: center; }
    @media (max-width: 900px) {
      #sub .one p {
        text-align: left;
        margin-bottom: 15px; } }
#sub .two-x-two {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    #sub .two-x-two {
      flex-direction: column; } }
  #sub .two-x-two > * {
    width: 50%; }
    @media (max-width: 900px) {
      #sub .two-x-two > * {
        width: 100%;
        margin-bottom: 5px; } }
#sub .two {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    #sub .two {
      flex-direction: column; } }
  #sub .two.two-mb {
    margin-bottom: 50px !important; }
    @media (max-width: 900px) {
      #sub .two.two-mb {
        margin-bottom: 0 !important; } }
  #sub .two > * {
    width: 50%; }
    @media (max-width: 900px) {
      #sub .two > * {
        width: 100%; } }
  @media (max-width: 900px) {
    #sub .two img {
      margin-bottom: 10px; } }
  #sub .two div {
    padding: 25px; }
    @media (max-width: 900px) {
      #sub .two div {
        padding: 0; } }
    #sub .two div h4 {
      font-size: 24px;
      color: #3f917e;
      margin-bottom: 0.5em;
      line-height: 1.5; }
      @media (max-width: 900px) {
        #sub .two div h4 {
          font-size: 20px; } }
    #sub .two div p {
      font-size: 16px;
      margin-bottom: 1em; }
#sub .three {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px !important; }
  @media (max-width: 900px) {
    #sub .three {
      margin-bottom: 15px !important;
      justify-content: center; } }
  #sub .three > * {
    width: calc(100% / 3); }
    @media (max-width: 900px) {
      #sub .three > * {
        width: 100%; } }
  #sub .three img {
    margin-bottom: 10px; }
    @media (max-width: 900px) {
      #sub .three img {
        margin-bottom: 5px; } }
  #sub .three span {
    display: block;
    font-size: 16px;
    text-align: center; }
    #sub .three span:last-child {
      margin-bottom: 15px; }
  #sub .three h5 {
    font-size: 20px;
    color: #3f917e;
    text-align: center; }
    @media (max-width: 900px) {
      #sub .three h5 {
        margin-bottom: 15px; } }
#sub #landscape {
  background: url("../images/smart-bg.png");
  background-repeat: repeat;
  padding: 55px 0; }
  @media (max-width: 900px) {
    #sub #landscape {
      padding: 15px; } }
  #sub #landscape h3 {
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #1b5fa9;
    color: #fff;
    width: 738px;
    margin: 0 auto 30px;
    border-radius: 22px; }
    @media (max-width: 900px) {
      #sub #landscape h3 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px; } }
  #sub #landscape > p {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin: 20px auto 50px; }
    @media (max-width: 900px) {
      #sub #landscape > p {
        margin-top: 0;
        text-align: left;
        margin-bottom: 15px; }
        #sub #landscape > p br {
          display: none; } }
  #sub #landscape #landscape-group {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap; }
    #sub #landscape #landscape-group .landscape-box {
      width: 532px;
      min-height: 532px;
      background: #fff;
      padding: 20px 40px;
      margin-bottom: 36px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      flex-direction: column;
      position: relative; }
      @media (max-width: 900px) {
        #sub #landscape #landscape-group .landscape-box {
          width: 100%;
          padding: 15px;
          margin-bottom: 15px;
          min-height: auto; } }
      #sub #landscape #landscape-group .landscape-box h4 {
        font-size: 23px;
        text-align: center;
        border-bottom: 1px solid #707070;
        color: #1b5fa9;
        line-height: 1.5;
        margin-bottom: 10px;
        padding-bottom: 10px; }
        @media (max-width: 900px) {
          #sub #landscape #landscape-group .landscape-box h4 {
            font-size: 20px;
            text-align: left; }
            #sub #landscape #landscape-group .landscape-box h4 br {
              display: none; } }
      #sub #landscape #landscape-group .landscape-box p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px; }
      #sub #landscape #landscape-group .landscape-box img {
        margin: auto auto 0;
        max-height: 270px; }
        #sub #landscape #landscape-group .landscape-box img.landscape-cut-mb {
          margin-bottom: 50px; }
          @media (max-width: 900px) {
            #sub #landscape #landscape-group .landscape-box img.landscape-cut-mb {
              margin-bottom: 0; } }
        @media (max-width: 900px) {
          #sub #landscape #landscape-group .landscape-box img {
            max-height: auto; } }
      #sub #landscape #landscape-group .landscape-box.landscape-box-blank {
        background: url("../images/landscape-cut-07.png");
        background-size: cover;
        width: 870px;
        height: 540px;
        margin: 0 auto; }
        @media (max-width: 900px) {
          #sub #landscape #landscape-group .landscape-box.landscape-box-blank {
            aspect-ratio: 870/540;
            order: 1;
            width: 100%;
            height: auto;
            margin-bottom: 0; } }
      #sub #landscape #landscape-group .landscape-box span.image {
        font-size: 14px;
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-weight: normal; }
    #sub #landscape #landscape-group .landscape-box-image {
      margin-bottom: 12px;
      height: auto; }
    #sub #landscape #landscape-group .landscape-notice {
      font-size: 16px;
      text-align: center;
      width: 100%;
      line-height: 1.5; }
      @media (max-width: 900px) {
        #sub #landscape #landscape-group .landscape-notice {
          font-size: 12px;
          text-align: left; } }
#sub #location, #sub #map {
  padding-bottom: 50px;
  margin-bottom: 25px; }
  @media (max-width: 900px) {
    #sub #location, #sub #map {
      margin-bottom: 0; } }
  #sub #location > *, #sub #map > * {
    max-width: 1100px;
    margin: 0 auto; }
#sub #map {
  background: #f5ecda;
  padding: 75px 0 80px;
  margin-bottom: 0 !important; }
  @media (max-width: 900px) {
    #sub #map {
      padding: 15px; } }
  #sub #map h3 {
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #1b5fa9;
    color: #fff;
    width: 738px;
    margin: 0 auto 30px;
    border-radius: 22px; }
    @media (max-width: 900px) {
      #sub #map h3 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px; } }
  #sub #map img {
    max-width: 824px; }
    @media (max-width: 900px) {
      #sub #map img {
        max-width: 100%; } }
#sub #location {
  padding: 110px 0 80px; }
  @media (max-width: 900px) {
    #sub #location {
      padding: 15px; } }
  #sub #location h3 {
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    width: 738px;
    margin: 0 auto 30px;
    border-radius: 22px; }
    #sub #location h3.location-category-01 {
      background: #946515; }
    #sub #location h3.location-category-02 {
      background: #c6251c; }
    #sub #location h3.location-category-03 {
      background: #407921; }
    #sub #location h3.location-category-04 {
      background: #3f4094; }
    #sub #location h3.location-category-05 {
      background: #524144; }
    #sub #location h3.location-category-06 {
      background: #337f92; }
    @media (max-width: 900px) {
      #sub #location h3 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px; } }
  #sub #location > p {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin: 20px auto 50px; }
    @media (max-width: 900px) {
      #sub #location > p {
        margin: 0 auto 15px;
        text-align: left; } }
  #sub #location .location-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap; }
    #sub #location .location-group::after {
      width: 334px;
      display: block;
      content: ""; }
      @media (max-width: 900px) {
        #sub #location .location-group::after {
          display: none; } }
    #sub #location .location-group .location-box {
      width: 334px;
      margin-bottom: 49px; }
      @media (max-width: 900px) {
        #sub #location .location-group .location-box {
          width: 100%;
          margin-bottom: 15px; } }
      #sub #location .location-group .location-box span.shooting-date {
        margin-top: -30px;
        margin-bottom: 10px;
        text-align: right;
        display: block;
        color: #fff;
        text-shadow: 0 0 5px #000;
        font-size: 14px;
        padding-right: 10px;
        background: rgba(0, 0, 0, 0.3); }
      #sub #location .location-group .location-box img {
        width: 334px;
        aspect-ratio: 3/2;
        object-fit: cover;
        margin-bottom: 10px; }
        @media (max-width: 900px) {
          #sub #location .location-group .location-box img {
            width: 100%;
            margin-bottom: 5px; } }
      #sub #location .location-group .location-box h4 {
        font-size: 16px;
        line-height: 1.2; }
      #sub #location .location-group .location-box p {
        font-size: 16px; }
  #sub #location .location-notice {
    font-size: 16px;
    text-align: left;
    line-height: 1.5; }
    @media (max-width: 900px) {
      #sub #location .location-notice {
        font-size: 12px; } }
#sub #access {
  padding: 40px 0 80px;
  background: url("../images/smart-bg.png");
  background-repeat: repeat; }
  @media (max-width: 900px) {
    #sub #access {
      padding: 15px; } }
  #sub #access > * {
    max-width: 1100px;
    margin: 0 auto; }
  #sub #access h3 {
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    width: 738px;
    margin: 0 auto 60px;
    border-radius: 22px; }
    #sub #access h3:first-of-type {
      background: #50af79; }
    #sub #access h3:nth-of-type(2) {
      background: #16a7ca; }
    @media (max-width: 900px) {
      #sub #access h3 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px; } }
  #sub #access #access-railway {
    width: 940px;
    margin: 0 auto 20px; }
    @media (max-width: 900px) {
      #sub #access #access-railway {
        width: 100%;
        margin-bottom: 30px; } }
    #sub #access #access-railway + p {
      width: 940px;
      margin-bottom: 50px; }
      @media (max-width: 900px) {
        #sub #access #access-railway + p {
          width: 100%;
          font-size: 12px;
          line-height: 1.5; } }
  #sub #access #access-driving {
    width: 932px;
    margin: 0 auto 50px; }
    @media (max-width: 900px) {
      #sub #access #access-driving {
        width: 100%;
        margin-bottom: 30px; } }
    #sub #access #access-driving + p {
      width: 932px; }
      @media (max-width: 900px) {
        #sub #access #access-driving + p {
          width: 100%;
          font-size: 12px;
          line-height: 1.5; } }
  #sub #access #access-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      #sub #access #access-group {
        flex-direction: column; } }
    #sub #access #access-group::after {
      width: 528px;
      display: block;
      content: ""; }
      @media (max-width: 900px) {
        #sub #access #access-group::after {
          display: none; } }
    #sub #access #access-group + p {
      margin-bottom: 50px; }
      @media (max-width: 900px) {
        #sub #access #access-group + p {
          font-size: 12px;
          line-height: 1.5; } }
    #sub #access #access-group .access-box {
      width: 528px;
      margin-bottom: 20px; }
      @media (max-width: 900px) {
        #sub #access #access-group .access-box {
          width: 100%;
          margin-bottom: 15px; } }
      #sub #access #access-group .access-box span.shooting-date {
        margin-top: -30px;
        margin-bottom: 10px;
        text-align: right;
        display: block;
        color: #fff;
        text-shadow: 0 0 5px #000;
        font-size: 14px;
        padding-right: 10px;
        background: rgba(0, 0, 0, 0.3); }
      #sub #access #access-group .access-box img {
        width: 528px;
        aspect-ratio: 3/2;
        object-fit: cover; }
        @media (max-width: 900px) {
          #sub #access #access-group .access-box img {
            width: 100%; } }
      #sub #access #access-group .access-box h4 {
        font-size: 16px;
        line-height: 1.2; }
      #sub #access #access-group .access-box p {
        font-size: 16px; }
#sub #spot {
  padding: 100px 0;
  /*
  #spot-group {
      @include flex;
      flex-wrap: wrap;
      margin-bottom: 100px;
      @include sp {
          flex-direction: column;
          margin-bottom: 30px;
      }
      &::after {
          width:520px;
          display: block;
          content :"";
          @include sp {
              display: none;
          }
      }
      .spot-box {
          width:520px;
          margin-bottom: 49px;
          @include sp {
              width:100%;
              margin-bottom: 15px;
          }
          img {
              width:520px;
              height: 300px;
              object-fit: cover;
              margin-bottom: 10px;
              @include sp {
                  width:100%;
                  height: auto;
                  aspect-ratio:52/30;
              }
          }
          h4 {
              font-size: 18px;
              line-height: 1.2;
              margin-bottom: 10px;
              @include sp {
                  font-size: 16px;
              }
          }
          p {
              font-size: 18px;
              line-height: 1.5;
              @include sp {
                  font-size: 16px;
              }
          }
      }
  }
  */ }
  @media (max-width: 900px) {
    #sub #spot {
      padding: 15px 15px 30px; } }
  #sub #spot > * {
    max-width: 1100px;
    margin: 0 auto; }
  #sub #spot h3 {
    font-size: 26px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    width: 738px;
    margin: 0 auto 60px;
    border-radius: 22px;
    background: #1b5fa9; }
    @media (max-width: 900px) {
      #sub #spot h3 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px; } }
  #sub #spot iframe {
    width: 100%;
    max-width: 1100px;
    height: 540px;
    margin: 0 auto 70px;
    display: block; }
    @media (max-width: 900px) {
      #sub #spot iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin-bottom: 10px; } }
    #sub #spot iframe + p {
      font-size: 16px;
      line-height: 1.8; }
      @media (max-width: 900px) {
        #sub #spot iframe + p {
          font-size: 14px;
          line-height: 1.5; } }

section#home-movie {
  padding: 0 0 85px; }
  @media (max-width: 900px) {
    section#home-movie {
      padding: 0 15px 30px; } }
  section#home-movie iframe {
    display: block;
    width: 792px;
    height: 446px;
    margin: 0 auto; }
    @media (max-width: 900px) {
      section#home-movie iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9; } }

#machinavi {
  padding: 0 15px 100px;
  background: #f5ecda; }
  @media (max-width: 900px) {
    #machinavi {
      padding-bottom: 25px; } }
  #machinavi img {
    width: 824px;
    max-width: 100%;
    margin: 0 auto 50px; }
    @media (max-width: 900px) {
      #machinavi img {
        margin-bottom: 15px; } }
  #machinavi a {
    display: block;
    width: fit-content;
    padding: 0 100px;
    background: #fff;
    color: #1b5fa9;
    font-size: 26px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto 0;
    border-radius: 32px;
    border: 2px solid #1b5fa9; }
    @media (max-width: 900px) {
      #machinavi a {
        font-size: 18px;
        width: 100%;
        height: 44px;
        line-height: 44px;
        border-radius: 22px; } }
