@charset "UTF-8";
/*--max-width--*/
/*--min-width--*/
/* common
----------------------------------*/
.sp {
  display: none !important; }

.sp5 {
  display: none !important; }

.sp_ib {
  display: none !important; }

.tab {
  display: none; }

.hfInd {
  display: inline-block;
  text-indent: .5em; }

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }

table {
  width: 100%;
  table-layout: fixed; }

td,
th {
  font-weight: 300;
  text-align: left; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; }

  .sp_ib {
    display: inline-block !important; }

  .pc {
    display: none !important; }

  .inner {
    width: 100%; }

  div.hlWrap h2 {
    font-size: 22px;
    letter-spacing: .2em;
    line-height: 1.4; }
    div.hlWrap h2 span {
      font-size: 14px;
      margin-bottom: 15px; } }
@media screen and (max-width: 374px) {
  .sp5 {
    display: block !important; } }
/* header
----------------------------------*/
header {
  position: fixed;
  width: 100%;
  min-width: 1000px;
  height: 95px;
  z-index: 1000;
  transition: 0.3s all;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
  header.active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  header h1 {
    width: 112px; }
  header nav {
    padding-top: 5px; }
    header nav ul {
      display: flex;
      align-items: center; }
    header nav li {
      line-height: 1.4;
      margin-left: 25px;
      font-size: 14px;
      font-weight: bold; }
      header nav li a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 42px;
        padding-bottom: 5px; }
        header nav li a::after {
          content: "";
          display: block;
          width: 0;
          height: 3px;
          background: #000;
          margin-top: 3px;
          transition: 0.3s all; }
        header nav li a.current::after {
          width: 100%;
          transition-delay: 0.3s; }
        @media screen and (min-width: 1201px) {
          header nav li a:hover::after {
            width: 100%; } }
      header nav li span {
        font-size: 11px; }
      header nav li.request {
        margin-left: 20px; }
        header nav li.request a {
          color: #8fc31f;
          padding: 0 15px; }
          header nav li.request a::after {
            content: "";
            width: 100%;
            height: 3px;
            display: block;
            background: #8fc31f;
            margin-top: .2em;
            transition: 0.3s all; }
          @media screen and (min-width: 1201px) {
            header nav li.request a:hover {
              background: #8fc31f;
              color: #fff; }
              header nav li.request a:hover::after {
                background: #fff; } }
      header nav li.reserve {
        margin-left: 0; }
        header nav li.reserve a {
          color: #f39800;
          padding: 0 15px; }
          header nav li.reserve a::after {
            content: "";
            width: 100%;
            height: 3px;
            display: block;
            background: #f39800;
            margin-top: .2em;
            transition: 0.3s all; }
          @media screen and (min-width: 1201px) {
            header nav li.reserve a:hover {
              background: #f39800;
              color: #fff; }
              header nav li.reserve a:hover::after {
                background: #fff; } }

.trigger,
#ddMenu {
  display: none; }

@media screen and (max-width: 767px) {
  header {
    padding: 10px;
    height: auto;
    min-width: 0; }
    header h1 {
      width: 112px; }
    header nav {
      display: none; }
    header.open .trigger span {
      background: #fff; }
      header.open .trigger span:first-child {
        top: 29px;
        transform: rotate(135deg); }
      header.open .trigger span:last-child {
        top: 29px;
        transform: rotate(-135deg); }
      header.open .trigger span:nth-child(2) {
        width: 0;
        left: 30px; }
    header .trigger {
      display: block;
      width: 60px;
      height: 60px;
      position: relative; }
      header .trigger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #8fc31f;
        position: absolute;
        top: 29px;
        left: 15px;
        z-index: 1000;
        transition: 0.3s all; }
        header .trigger span:first-child {
          top: calc(29px - 8px); }
        header .trigger span:last-child {
          top: calc(29px + 8px); }
    header.active.open {
      background: #8fc31f;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0); }

  div#ddMenu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: -120vw;
    background: #8fc31f;
    box-sizing: border-box;
    z-index: 999;
    transition: 0.3s all;
    overflow-y: scroll;
    opacity: 0; }
    div#ddMenu ul {
      padding-top: 80px; }
    div#ddMenu li a {
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      padding: 20px 20px;
      color: #fff;
      text-decoration: none;
      position: relative;
      font-size: 18px; }
      div#ddMenu li a span {
        font-weight: 400;
        font-size: 12px;
        margin-left: 1em; }
      div#ddMenu li a.current {
        background: rgba(255, 255, 255, 0.3); }
    div#ddMenu.open {
      right: 0;
      opacity: 1; } }
/* common
----------------------------------*/
#contFixWrap {
  padding-top: 95px;
  min-width: 1000px; }

h3.barHl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
  h3.barHl::after {
    content: "";
    width: 190px;
    height: 5px;
    background: #8fc31f;
    display: block;
    margin-top: 20px; }
  h3.barHl + p {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-top: 35px; }

.kv {
  width: 100%;
  height: 560px;
  margin-top: 40px;
  background: url(../img/kv2.jpg) center center no-repeat;
  background-size: cover;
  position: relative; }
  .kv h4 {
    position: absolute;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 50;
    font-weight: bold;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff; }

#LOCATION .kv {
  background-image: url(../img/kv3.jpg); }

@media screen and (max-width: 767px) {
  #contFixWrap {
    padding-top: 80px;
    min-width: 0;
    overflow: hidden; }

  h3.barHl {
    font-size: 20px; }
    h3.barHl::after {
      content: "";
      width: 150px;
      height: 3px;
      margin-top: 15px; }
    h3.barHl + p {
      font-size: 16px;
      margin-top: 20px; }
      h3.barHl + p.lh {
        text-align: left; }

  .kv {
    width: calc(100% + 30px);
    height: 200px;
    margin: 25px -15px 0; }
    .kv h4 {
      font-size: 20px;
      top: 25px; } }
/* kvSec
----------------------------------*/
section.kvSec {
  position: relative;
  height: 585px;
  overflow: hidden; }
  section.kvSec ul,
  section.kvSec li {
    font-size: 0; }
    section.kvSec ul img,
    section.kvSec li img {
      height: 560px;
      object-fit: cover; }
  section.kvSec h2 {
    position: absolute;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 50;
    font-weight: bold;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff; }
  section.kvSec .slick-slider .slick-track {
    height: 560px;
    overflow: hidden; }
  section.kvSec .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; }
    section.kvSec .slick-dots li ~ li {
      margin-left: 8px; }
    section.kvSec .slick-dots li.slick-active button {
      background: #8fc31f; }
    section.kvSec .slick-dots button {
      width: 10px;
      height: 10px;
      border: 2px solid #8fc31f;
      border-radius: 50%;
      text-indent: -9999px; }

@media screen and (max-width: 767px) {
  section.kvSec {
    height: 225px; }
    section.kvSec ul img,
    section.kvSec li img {
      height: 200px; }
    section.kvSec h2 {
      font-size: 20px;
      top: 25px; }
    section.kvSec .slick-slider .slick-track {
      height: 200px;
      overflow: hidden; }
    section.kvSec .slick-dots button {
      width: 8px;
      height: 8px; } }
/*---------------------------------------------------*/
section.appealSec {
  padding: 70px 0 120px; }
  section.appealSec h2 {
    font-size: 35px;
    text-align: center;
    color: #8fc31f;
    font-weight: bold;
    margin-bottom: 60px; }
  section.appealSec ul.pointList {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin: 0 auto 90px; }
    section.appealSec ul.pointList li {
      width: 246px; }
    section.appealSec ul.pointList .numBox {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      background: #8fc31f;
      color: #fff;
      font-size: 14px;
      line-height: 1.2;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      margin-bottom: 20px; }
      section.appealSec ul.pointList .numBox .num {
        font-size: 32px; }
    section.appealSec ul.pointList .pointNote {
      font-size: 18px;
      text-align: center;
      line-height: 1.4;
      font-weight: 500;
      position: relative;
      padding-bottom: 25px; }
      section.appealSec ul.pointList .pointNote::after {
        content: "";
        width: 190px;
        height: 5px;
        display: block;
        position: absolute;
        bottom: 10px;
        left: 28px;
        background: #8fc31f; }
      section.appealSec ul.pointList .pointNote .num {
        font-size: 20px;
        font-weight: 700; }
        section.appealSec ul.pointList .pointNote .num span {
          font-size: 26px; }
  section.appealSec ul.linkBnrList {
    width: 750px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section.appealSec ul.linkBnrList li ~ li {
      margin-top: 35px; }
    section.appealSec ul.linkBnrList li div.aWrap {
      width: 100%;
      height: 194px;
      position: relative; }
      section.appealSec ul.linkBnrList li div.aWrap h3 {
        position: absolute;
        top: 30px;
        left: 20px;
        z-index: 15;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f;
        font-size: 30px; }
      section.appealSec ul.linkBnrList li div.aWrap p {
        position: absolute;
        bottom: 12px;
        left: 20px;
        z-index: 15;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f, 0px 0px 10px #8fc31f;
        font-size: 22px;
        transition: 0.5s all; }
      section.appealSec ul.linkBnrList li div.aWrap::after {
        content: "";
        width: 240px;
        height: 194px;
        display: block;
        background: #8fc31f;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        transition: 0.5s all; }
    section.appealSec ul.linkBnrList li.bnrConcept a {
      background: #8fc31f url(../img/btnbnr1_1.jpg) right 0 no-repeat;
      background-size: 510px auto; }
    section.appealSec ul.linkBnrList li.bnrLocation a {
      background: #8fc31f url(../img/btnbnr2_1.jpg) right 0 no-repeat;
      background-size: 510px auto; }
    section.appealSec ul.linkBnrList li.bnrPlan a {
      background: #8fc31f url(../img/btnbnr3_1.jpg) right 0 no-repeat;
      background-size: 510px auto; }
    section.appealSec ul.linkBnrList li.bnrEquipment a {
      background: #8fc31f url(../img/btnbnr4_1.jpg) right 0 no-repeat;
      background-size: 510px auto; }
    section.appealSec ul.linkBnrList li a {
      display: block;
      width: 100%;
      background-size: 510px auto;
      transition: 0.1s background-size 2s background-position; }
      @media screen and (min-width: 1201px) {
        section.appealSec ul.linkBnrList li a:hover {
          background-size: 750px auto;
          background-position: right 100%; }
          section.appealSec ul.linkBnrList li a:hover div.aWrap::after {
            width: 0; } }

@media screen and (max-width: 767px) {
  section.appealSec {
    padding: 40px 15px 0px; }
    section.appealSec h2 {
      font-size: 18px;
      margin-bottom: 40px; }
    section.appealSec ul.pointList {
      width: 100%;
      max-width: 420px;
      margin: 0 auto 40px; }
      section.appealSec ul.pointList li {
        width: calc(33.3% - 5px); }
      section.appealSec ul.pointList .numBox {
        width: 60px;
        height: 60px;
        font-size: 10px;
        margin-bottom: 15px; }
        section.appealSec ul.pointList .numBox .num {
          font-size: 20px; }
      section.appealSec ul.pointList .pointNote {
        font-size: 12px;
        padding-bottom: 10px;
        height: 63px;
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        section.appealSec ul.pointList .pointNote::after {
          width: 100%;
          height: 3px;
          bottom: 5px;
          left: 0; }
        section.appealSec ul.pointList .pointNote .num {
          font-size: 14px; }
          section.appealSec ul.pointList .pointNote .num span {
            font-size: 16px; }
    section.appealSec ul.linkBnrList {
      width: 100%;
      margin: 0 auto; }
      section.appealSec ul.linkBnrList li ~ li {
        margin-top: 20px; }
      section.appealSec ul.linkBnrList li div.aWrap {
        width: 100%;
        height: 120px; }
        section.appealSec ul.linkBnrList li div.aWrap h3 {
          top: 10px;
          left: 15px;
          z-index: 15;
          color: #fff;
          font-size: 22px; }
        section.appealSec ul.linkBnrList li div.aWrap p {
          position: absolute;
          bottom: 10px;
          left: auto;
          right: 10px;
          font-size: 15px; }
        section.appealSec ul.linkBnrList li div.aWrap::after {
          display: none; }
      section.appealSec ul.linkBnrList li.bnrConcept a {
        background: #8fc31f url(../img/btnbnr1_1.jpg) right 100% no-repeat;
        background-size: 100% auto; }
      section.appealSec ul.linkBnrList li.bnrLocation a {
        background: #8fc31f url(../img/btnbnr2_1.jpg) right 100% no-repeat;
        background-size: 100% auto; }
      section.appealSec ul.linkBnrList li.bnrPlan a {
        background: #8fc31f url(../img/btnbnr3_1.jpg) right 100% no-repeat;
        background-size: 100% auto; }
      section.appealSec ul.linkBnrList li.bnrEquipment a {
        background: #8fc31f url(../img/btnbnr4_1.jpg) right 100% no-repeat;
        background-size: 100% auto; } }
/*--------------------------------------------------*/
section#CONCEPT {
  padding: 180px 0 0;
  margin-top: -80px; }
  section#CONCEPT ul.conceptList {
    width: 920px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section#CONCEPT ul.conceptList li {
      width: 448px; }
      section#CONCEPT ul.conceptList li h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
        font-weight: 500; }
      section#CONCEPT ul.conceptList li figure {
        margin-bottom: 10px; }
      section#CONCEPT ul.conceptList li h4 {
        text-indent: -.5em;
        font-weight: 500; }
  section#CONCEPT div.viewBox {
    width: 900px;
    margin: 150px auto 0; }
    section#CONCEPT div.viewBox div.viewImg {
      display: flex;
      justify-content: space-between; }
    section#CONCEPT div.viewBox div.infoBox h3 {
      font-size: 36px;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 20px; }
      section#CONCEPT div.viewBox div.infoBox h3 + p {
        font-size: 20px;
        font-weight: 500;
        font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section#CONCEPT div.viewBox div.infoBox ul {
      margin-top: 80px;
      display: flex;
      justify-content: space-between;
      width: 300px; }
      section#CONCEPT div.viewBox div.infoBox ul li {
        width: 140px;
        height: 140px;
        color: #fff;
        background: #8fc31f;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        line-height: 1;
        font-weight: 700; }
        section#CONCEPT div.viewBox div.infoBox ul li:first-child {
          font-size: 30px; }
        section#CONCEPT div.viewBox div.infoBox ul li:last-child {
          font-size: 17px; }
          section#CONCEPT div.viewBox div.infoBox ul li:last-child span {
            font-size: 15px;
            margin-top: 5px; }
            section#CONCEPT div.viewBox div.infoBox ul li:last-child span.num {
              font-size: 24px; }
    section#CONCEPT div.viewBox div.figBox {
      margin-top: -40px;
      text-align: right;
      width: 396px;
      font-weight: 500; }
    section#CONCEPT div.viewBox .img {
      margin-top: -30px; }
    section#CONCEPT div.viewBox .notice {
      font-size: 14px;
      font-weight: 500; }

@media screen and (max-width: 767px) {
  section#CONCEPT {
    padding: 120px 15px 0;
    margin-top: -50px; }
    section#CONCEPT ul.conceptList {
      width: 100%;
      margin: 35px auto 0;
      flex-direction: column; }
      section#CONCEPT ul.conceptList li {
        width: 100%; }
        section#CONCEPT ul.conceptList li h3 {
          font-size: 16px;
          margin-bottom: 8px; }
        section#CONCEPT ul.conceptList li h4 {
          text-indent: -.5em; }
        section#CONCEPT ul.conceptList li .note {
          font-size: 13px;
          line-height: 1.5; }
        section#CONCEPT ul.conceptList li ~ li {
          margin-top: 30px; }
    section#CONCEPT div.viewBox {
      width: 100%;
      margin: 70px auto 0; }
      section#CONCEPT div.viewBox div.viewImg {
        flex-direction: column;
        position: relative;
        padding-bottom: 115px; }
      section#CONCEPT div.viewBox div.infoBox h3 {
        font-size: 20px;
        margin-bottom: 15px; }
        section#CONCEPT div.viewBox div.infoBox h3 + p {
          font-size: 14px; }
      section#CONCEPT div.viewBox div.infoBox ul {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20;
        margin-top: 0;
        justify-content: center;
        width: 100%; }
        section#CONCEPT div.viewBox div.infoBox ul li {
          width: 110px;
          height: 110px;
          margin: 0 10px; }
          section#CONCEPT div.viewBox div.infoBox ul li:first-child {
            font-size: 20px; }
          section#CONCEPT div.viewBox div.infoBox ul li:last-child {
            font-size: 14px; }
            section#CONCEPT div.viewBox div.infoBox ul li:last-child span {
              font-size: 13px;
              margin-top: 5px; }
              section#CONCEPT div.viewBox div.infoBox ul li:last-child span.num {
                font-size: 16px; }
      section#CONCEPT div.viewBox div.figBox {
        font-size: 12px;
        width: 100%;
        max-width: 420px;
        margin: 20px auto 0; }
      section#CONCEPT div.viewBox .img {
        margin-top: 15px; }
      section#CONCEPT div.viewBox .notice {
        font-size: 12px; } }
/*--------------------------------------------------*/
section#LOCATION {
  padding: 180px 0 0;
  margin-top: -80px; }
  section#LOCATION ul.introList {
    width: 800px;
    display: flex;
    justify-content: space-between;
    margin: 120px auto 50px; }
    section#LOCATION ul.introList li {
      position: relative;
      width: 393px; }
      section#LOCATION ul.introList li div.titleBox {
        position: absolute;
        top: -50px;
        left: -60px;
        width: 156px;
        height: 156px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        font-weight: 700;
        background: rgba(143, 195, 31, 0.85);
        text-align: center;
        font-size: 18px;
        line-height: 1.4; }
        section#LOCATION ul.introList li div.titleBox .num {
          font-size: 22px; }
          section#LOCATION ul.introList li div.titleBox .num span {
            font-size: 26px; }
      section#LOCATION ul.introList li:last-child {
        margin-top: 125px; }
        section#LOCATION ul.introList li:last-child div.titleBox {
          left: auto;
          right: -60px; }
      section#LOCATION ul.introList li figure {
        margin-bottom: 10px; }
      section#LOCATION ul.introList li .note {
        line-height: 1.5; }
  section#LOCATION div.mapBox {
    width: 850px;
    margin: 40px auto 45px;
    text-align: right;
    font-size: 14px;
    font-weight: 500; }
    section#LOCATION div.mapBox > p {
      margin-bottom: 20px; }
      section#LOCATION div.mapBox > p span {
        font-size: 16px;
        color: #c30d23;
        font-weight: 700; }
    section#LOCATION div.mapBox div.gmap {
      margin-top: 20px;
      width: 850px; }
      section#LOCATION div.mapBox div.gmap iframe {
        width: 100%;
        height: 480px; }
  section#LOCATION div.accBox {
    padding-bottom: 100px; }
    section#LOCATION div.accBox h4 {
      font-size: 28px;
      font-weight: 700; }
      section#LOCATION div.accBox h4 strong {
        font-size: 40px;
        margin: 0 -.5em; }
        section#LOCATION div.accBox h4 strong.red {
          color: #c30d23;
          font-size: 40px;
          margin: 0; }
          section#LOCATION div.accBox h4 strong.red span {
            font-size: 54px; }
    section#LOCATION div.accBox div.lineBox {
      font-size: 26px;
      font-weight: 700; }
      section#LOCATION div.accBox div.lineBox li {
        display: flex;
        align-items: center;
        line-height: 1.4; }
        section#LOCATION div.accBox div.lineBox li::before {
          content: "";
          width: 23px;
          height: 23px;
          display: block;
          background: #000;
          border-radius: 50%; }
      section#LOCATION div.accBox div.lineBox strong {
        font-size: 34px;
        margin: 0 -.5em 0 -.3em; }
        section#LOCATION div.accBox div.lineBox strong.red {
          color: #c30d23;
          font-size: 26px;
          margin: 0; }
          section#LOCATION div.accBox div.lineBox strong.red span {
            font-size: 34px; }
      section#LOCATION div.accBox div.lineBox figure {
        width: 550px;
        margin: -50px auto 0; }
  section#LOCATION .locNote {
    font-size: 24px;
    letter-spacing: -.05em;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
  section#LOCATION ul.locList {
    display: flex;
    flex-wrap: wrap;
    width: 905px;
    margin: 20px auto 0;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section#LOCATION ul.locList li {
      width: 169px;
      margin-left: 15px;
      font-size: 10px;
      line-height: 1.4; }
      section#LOCATION ul.locList li:nth-child(5n+1) {
        margin-left: 0; }
      section#LOCATION ul.locList li:nth-child(n+6) {
        margin-top: 20px; }

@media screen and (max-width: 767px) {
  section#LOCATION {
    padding: 120px 15px 0;
    margin-top: -50px; }
    section#LOCATION ul.introList {
      width: 100%;
      flex-direction: column;
      margin: 70px auto 50px; }
      section#LOCATION ul.introList li {
        width: 100%; }
        section#LOCATION ul.introList li div.titleBox {
          top: -30px;
          left: -10px;
          width: 120px;
          height: 120px;
          font-size: 15px;
          line-height: 1.4;
          font-weight: 500; }
          section#LOCATION ul.introList li div.titleBox .num {
            font-size: 18px; }
            section#LOCATION ul.introList li div.titleBox .num span {
              font-size: 20px; }
        section#LOCATION ul.introList li:last-child {
          margin-top: 50px; }
          section#LOCATION ul.introList li:last-child div.titleBox {
            left: auto;
            right: -10px; }
          section#LOCATION ul.introList li:last-child figure {
            padding-left: 0;
            padding-right: 25px; }
          section#LOCATION ul.introList li:last-child .note {
            padding-left: 0;
            padding-right: 25px; }
        section#LOCATION ul.introList li figure {
          padding-left: 25px;
          margin-bottom: 8px; }
        section#LOCATION ul.introList li .note {
          font-size: 12px;
          padding-left: 25px;
          line-height: 1.4; }
    section#LOCATION div.mapBox {
      width: 100%;
      max-width: 420px;
      margin: 30px auto 50px;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.4; }
      section#LOCATION div.mapBox > p {
        margin-bottom: 20px; }
        section#LOCATION div.mapBox > p span {
          font-size: 14px; }
      section#LOCATION div.mapBox div.gmap {
        margin-top: 20px;
        width: 100%; }
        section#LOCATION div.mapBox div.gmap iframe {
          width: 100%;
          height: 240px; }
    section#LOCATION div.accBox {
      margin-top: 15px;
      padding-bottom: 70px; }
      section#LOCATION div.accBox h4 {
        font-size: 16px; }
        section#LOCATION div.accBox h4 strong {
          font-size: 21px; }
          section#LOCATION div.accBox h4 strong.red {
            font-size: 21px; }
            section#LOCATION div.accBox h4 strong.red span {
              font-size: 26px; }
      section#LOCATION div.accBox div.lineBox {
        font-size: 18px; }
        section#LOCATION div.accBox div.lineBox li::before {
          width: 14px;
          height: 14px; }
        section#LOCATION div.accBox div.lineBox strong {
          font-size: 20px; }
          section#LOCATION div.accBox div.lineBox strong.red {
            font-size: 18px; }
            section#LOCATION div.accBox div.lineBox strong.red span {
              font-size: 24px; }
        section#LOCATION div.accBox div.lineBox figure {
          width: 100%;
          max-width: 420px;
          margin: 30px auto 0; }
    section#LOCATION .locNote {
      font-size: 16px; }
    section#LOCATION ul.locList {
      width: 100%;
      max-width: 420px;
      margin: 20px auto 0; }
      section#LOCATION ul.locList li {
        width: calc(50% - 7px);
        margin-left: 14px;
        font-size: 12px;
        line-height: 1.4; }
        section#LOCATION ul.locList li:nth-child(5n+1) {
          margin-left: 14px; }
        section#LOCATION ul.locList li:nth-child(n+6) {
          margin-top: 20px; }
        section#LOCATION ul.locList li:nth-child(2n+1) {
          margin-left: 0; }
        section#LOCATION ul.locList li:nth-child(n+3) {
          margin-top: 20px; } }
/*--------------------------------------------------*/
section#PLAN {
  padding: 180px 0 0;
  margin-top: -80px;
  /*-------------------2022/8/2------------------------*/
  /*-------------------2022/8/2 end------------------------*/ }
  section#PLAN div.planBox {
    padding: 100px 0 0;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section#PLAN div.planBox h5 {
      font-size: 24px;
      color: #8fc31f;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      font-weight: 700; }
      section#PLAN div.planBox h5::after {
        width: 190px;
        height: 5px;
        content: "";
        display: block;
        background: #8fc31f; }
    section#PLAN div.planBox dl {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 18px;
      font-weight: 500;
      width: 600px;
      margin: 20px auto 30px; }
      section#PLAN div.planBox dl dt {
        width: 6em;
        display: flex;
        align-items: center; }
        section#PLAN div.planBox dl dt:before {
          content: "";
          width: 15px;
          height: 15px;
          display: block;
          background: #8fc31f;
          margin-right: .5em; }
      section#PLAN div.planBox dl dd {
        width: calc(50% - 6em); }
    section#PLAN div.planBox#plan_241005 div.floorBox {
      display: block; }
      section#PLAN div.planBox#plan_241005 div.floorBox > div {
        width: 100%; }
        section#PLAN div.planBox#plan_241005 div.floorBox > div div.figBox {
          flex-direction: column; }
          section#PLAN div.planBox#plan_241005 div.floorBox > div div.figBox figure:first-child {
            width: calc(32.5% * 1.1);
            margin-left: auto; }
          section#PLAN div.planBox#plan_241005 div.floorBox > div div.figBox figure:last-child {
            width: calc(67.5% * 1.1);
            margin-top: -40px; }
      section#PLAN div.planBox#plan_241005 div.floorBox .featureBox {
        width: 192px;
        margin: -30px 0 0 auto; }
    section#PLAN div.planBox#plan_250313_1 dl {
      width: 800px; }
      section#PLAN div.planBox#plan_250313_1 dl dt {
        width: 11em; }
      section#PLAN div.planBox#plan_250313_1 dl dd {
        width: calc(50% - 11em); }
    section#PLAN div.planBox#plan_250313_1 div.floorBox {
      display: block; }
      section#PLAN div.planBox#plan_250313_1 div.floorBox > div {
        width: 100%; }
        section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox {
          justify-content: space-between; }
          section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox figure.fb1 {
            width: calc(53.8% * 0.9); }
          section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox figure.f1 {
            padding-top: 20px;
            width: calc(26.8% * 0.9); }
          section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox figure.f2 {
            padding-top: 40px;
            width: calc(19.4% * 0.9); }
      section#PLAN div.planBox#plan_250313_1 div.floorBox .featureBox {
        width: 200px;
        position: absolute;
        bottom: -20px;
        right: 0;
        z-index: 10; }
    section#PLAN div.planBox#plan_250313_2 div.floorBox {
      display: block; }
      section#PLAN div.planBox#plan_250313_2 div.floorBox > div {
        width: 100%; }
        section#PLAN div.planBox#plan_250313_2 div.floorBox > div div.figBox {
          justify-content: center;
          gap: 50px; }
          section#PLAN div.planBox#plan_250313_2 div.floorBox > div div.figBox figure.f1 {
            padding-top: 20px;
            width: calc(57% * 0.75); }
          section#PLAN div.planBox#plan_250313_2 div.floorBox > div div.figBox figure.f2 {
            padding-top: 40px;
            width: calc(43% * 0.75); }
      section#PLAN div.planBox#plan_250313_2 div.floorBox .featureBox_y {
        width: 113px;
        position: absolute;
        bottom: 40px;
        left: 350px;
        z-index: 10; }
      section#PLAN div.planBox#plan_250313_2 div.floorBox .featureBox {
        width: 350px;
        position: absolute;
        bottom: 0;
        right: 80px;
        z-index: 10; }
  section#PLAN div.floorBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 920px;
    margin: 0 auto;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section#PLAN div.floorBox h6 {
      font-size: 16px;
      font-weight: 500;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 3px;
      border-bottom: 1px solid #8fc31f;
      margin-bottom: 8px; }
      section#PLAN div.floorBox h6::before {
        width: 18px;
        height: 18px;
        content: "";
        background: #8fc31f;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 18px;
        margin-right: .5em; }
    section#PLAN div.floorBox .num1 h6::before {
      content: "1"; }
    section#PLAN div.floorBox .num2 h6::before {
      content: "2"; }
    section#PLAN div.floorBox .num3 h6::before {
      content: "3"; }
    section#PLAN div.floorBox .num4 h6::before {
      content: "4"; }
    section#PLAN div.floorBox .num5 h6::before {
      content: "5"; }
    section#PLAN div.floorBox > div {
      width: 640px;
      padding-top: 10px; }
      section#PLAN div.floorBox > div div.figBox {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 40px; }
        section#PLAN div.floorBox > div div.figBox figure {
          position: relative; }
          section#PLAN div.floorBox > div div.figBox figure:first-child {
            width: 277px; }
          section#PLAN div.floorBox > div div.figBox figure:last-child {
            width: 199px;
            margin-left: 35px; }
      section#PLAN div.floorBox > div ul {
        display: flex;
        justify-content: space-between;
        width: 600px; }
        section#PLAN div.floorBox > div ul li {
          width: 260px;
          font-size: 12px;
          line-height: 1.5; }
          section#PLAN div.floorBox > div ul li figure {
            margin-bottom: 10px; }
    section#PLAN div.floorBox > ul li {
      width: 260px;
      font-size: 12px;
      line-height: 1.5; }
      section#PLAN div.floorBox > ul li figure {
        margin-bottom: 10px; }
      section#PLAN div.floorBox > ul li ~ li {
        margin-top: 40px; }
      section#PLAN div.floorBox > ul li.num1 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10; }
  section#PLAN div.modelPlanBox div.modelPlan {
    display: flex;
    justify-content: center;
    width: 730px;
    margin: 0 auto 50px;
    padding-right: 30px; }
    section#PLAN div.modelPlanBox div.modelPlan figure {
      width: 335px; }
      section#PLAN div.modelPlanBox div.modelPlan figure:last-child {
        margin-left: 140px;
        width: 252px; }
  section#PLAN div.modelPlanBox div.modelPlanImgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 30px; }
    section#PLAN div.modelPlanBox div.modelPlanImgs figure {
      width: 285px; }
      section#PLAN div.modelPlanBox div.modelPlanImgs figure figcaption {
        font-size: 12px;
        text-align: right; }
      section#PLAN div.modelPlanBox div.modelPlanImgs figure.featureType {
        width: 204px;
        margin: 30px 0 0 auto; }
  section#PLAN div.freeStyle {
    width: 920px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section#PLAN div.freeStyle figure {
      width: 177px; }
    section#PLAN div.freeStyle > div {
      width: calc(100% - 200px);
      color: #595757;
      font-size: 14px;
      line-height: 1.45; }
      section#PLAN div.freeStyle > div h5 {
        font-size: 42px;
        font-weight: 700;
        color: #8fc31f;
        line-height: 1;
        margin-bottom: 10px; }
        section#PLAN div.freeStyle > div h5 + p {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  section#PLAN {
    padding: 120px 15px 0;
    margin-top: -50px;
    /*-------------------2022/8/2------------------------*/
    /*-------------------2022/8/2 end------------------------*/ }
    section#PLAN div.planBox {
      padding: 70px 0 0; }
      section#PLAN div.planBox h5 {
        font-size: 20px; }
        section#PLAN div.planBox h5::after {
          width: 220px;
          height: 3px;
          margin-top: 5px; }
      section#PLAN div.planBox dl {
        font-size: 14px;
        width: 220px;
        margin: 20px auto 30px; }
        section#PLAN div.planBox dl dt {
          width: 6.5em; }
          section#PLAN div.planBox dl dt:before {
            width: 12px;
            height: 12px; }
        section#PLAN div.planBox dl dd {
          width: calc(100% - 6.5em); }
      section#PLAN div.planBox#plan_241005 div.floorBox {
        display: block; }
        section#PLAN div.planBox#plan_241005 div.floorBox > div {
          width: 100%; }
          section#PLAN div.planBox#plan_241005 div.floorBox > div div.figBox {
            flex-direction: column; }
            section#PLAN div.planBox#plan_241005 div.floorBox > div div.figBox figure:first-child {
              width: 48%;
              margin: 0 auto; }
            section#PLAN div.planBox#plan_241005 div.floorBox > div div.figBox figure:last-child {
              width: 100%;
              margin-top: 10px; }
        section#PLAN div.planBox#plan_241005 div.floorBox .featureBox {
          padding-right: 68px;
          margin: -20px auto 0; }
      section#PLAN div.planBox#plan_250313_1 dl {
        width: 300px; }
        section#PLAN div.planBox#plan_250313_1 dl dt {
          width: 11em; }
        section#PLAN div.planBox#plan_250313_1 dl dd {
          width: calc(300px - 11em); }
      section#PLAN div.planBox#plan_250313_1 div.floorBox {
        display: block; }
        section#PLAN div.planBox#plan_250313_1 div.floorBox > div {
          width: 100%; }
          section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 50px; }
            section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox figure {
              margin: 0; }
              section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox figure.fb1 {
                width: 92%;
                margin: 0 auto; }
              section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox figure.f1 {
                padding-top: 0;
                width: calc(58% * 0.8); }
              section#PLAN div.planBox#plan_250313_1 div.floorBox > div div.figBox figure.f2 {
                padding-top: 40px;
                width: calc(42% * 0.8); }
        section#PLAN div.planBox#plan_250313_1 div.floorBox .featureBox {
          width: min(33.3vw, 150px);
          bottom: max(-20vw, -90px);
          right: 10px; }
      section#PLAN div.planBox#plan_250313_2 {
        padding-top: min(22.2vw, 100px); }
        section#PLAN div.planBox#plan_250313_2 div.floorBox > div {
          width: 100%; }
          section#PLAN div.planBox#plan_250313_2 div.floorBox > div div.figBox {
            gap: 10px;
            position: relative; }
            section#PLAN div.planBox#plan_250313_2 div.floorBox > div div.figBox figure {
              margin: 0 auto; }
              section#PLAN div.planBox#plan_250313_2 div.floorBox > div div.figBox figure.f1 {
                padding-top: 20px;
                width: calc(57% * 1.5); }
              section#PLAN div.planBox#plan_250313_2 div.floorBox > div div.figBox figure.f2 {
                padding-top: 40px;
                width: calc(43% * 1.5); }
        section#PLAN div.planBox#plan_250313_2 div.floorBox .featureBox_y {
          width: min(18.9vw, 85px);
          bottom: auto;
          top: min(142vw, 640px);
          left: 70%;
          line-height: 0; }
        section#PLAN div.planBox#plan_250313_2 div.floorBox .featureBox {
          position: static;
          width: min(57.8vw, 260px);
          margin-top: max(-17.8vw, -80px); }
    section#PLAN div.floorBox {
      flex-direction: column;
      width: 100%;
      max-width: 420px;
      margin: 0 auto; }
      section#PLAN div.floorBox h6 {
        font-size: 16px;
        font-weight: 500;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 3px;
        border-bottom: 1px solid #8fc31f;
        margin-bottom: 8px; }
        section#PLAN div.floorBox h6::before {
          width: 18px;
          height: 18px;
          content: "";
          background: #8fc31f;
          color: #fff;
          font-size: 12px;
          text-align: center;
          line-height: 18px;
          margin-right: .5em; }
      section#PLAN div.floorBox > div {
        width: 100%; }
        section#PLAN div.floorBox > div div.figBox {
          flex-direction: column;
          margin-bottom: 40px; }
          section#PLAN div.floorBox > div div.figBox figure {
            position: relative; }
            section#PLAN div.floorBox > div div.figBox figure:first-child {
              width: 240px;
              margin: 0 auto 0 15px; }
              section#PLAN div.floorBox > div div.figBox figure:first-child::after {
                display: none; }
            section#PLAN div.floorBox > div div.figBox figure:last-child {
              width: 180px;
              margin: 0 15px 20px auto; }
              section#PLAN div.floorBox > div div.figBox figure:last-child::after {
                display: none; }
        section#PLAN div.floorBox > div ul {
          flex-direction: column;
          width: 260px;
          margin: 0 auto 30px; }
      section#PLAN div.floorBox > ul {
        width: 260px;
        margin: 0 auto; }
        section#PLAN div.floorBox > ul li {
          font-size: 12px; }
          section#PLAN div.floorBox > ul li ~ li {
            margin-top: 30px; }
    section#PLAN div.modelPlanBox div.modelPlan {
      flex-direction: column;
      width: 100%;
      margin: 0 auto 30px;
      padding-right: 0; }
      section#PLAN div.modelPlanBox div.modelPlan figure {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; }
        section#PLAN div.modelPlanBox div.modelPlan figure:last-child {
          width: 100%;
          max-width: 225px;
          margin: 20px auto 0; }
    section#PLAN div.modelPlanBox div.modelPlanImgs {
      width: 100%;
      flex-direction: column;
      margin: 0 auto 50px; }
      section#PLAN div.modelPlanBox div.modelPlanImgs figure {
        width: 285px;
        margin: 0 auto;
        order: 2; }
        section#PLAN div.modelPlanBox div.modelPlanImgs figure ~ figure {
          margin-top: 15px; }
        section#PLAN div.modelPlanBox div.modelPlanImgs figure.featureType {
          order: 1;
          width: 204px;
          margin: 0 auto 50px; }
    section#PLAN div.modelPlanBox .featureType {
      margin: 0 auto; }
    section#PLAN div.freeStyle {
      width: 100%;
      margin: 70px auto 0;
      padding: 0 15px;
      box-sizing: border-box; }
      section#PLAN div.freeStyle figure {
        width: 90px; }
      section#PLAN div.freeStyle > div {
        width: calc(100% - 100px);
        font-size: 12px; }
        section#PLAN div.freeStyle > div h5 {
          height: 35px;
          font-size: 24px;
          margin-bottom: 0;
          overflow: hidden; }
          section#PLAN div.freeStyle > div h5 + p {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
            height: 55px;
            overflow: hidden; }
        section#PLAN div.freeStyle > div .note {
          margin-left: -100px; } }
/*--------------------------------------------------*/
section#GALLERY {
  padding: 180px 0 0;
  margin-top: -80px; }
  section#GALLERY div.gallerySlide {
    margin: 20px auto 0; }
  section#GALLERY ul.mainSlide {
    width: 670px;
    height: 502px;
    margin: 0 auto; }
    section#GALLERY ul.mainSlide img {
      width: 670px;
      height: 502px;
      object-fit: contain; }
  section#GALLERY ul.thumbSlide {
    width: 927px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap; }
    section#GALLERY ul.thumbSlide li {
      width: 140px;
      margin-left: 15px;
      border: 1px solid transparent;
      transition: 0.3s all;
      cursor: pointer; }
      section#GALLERY ul.thumbSlide li img {
        width: 140px;
        height: 140px;
        object-fit: cover; }
      section#GALLERY ul.thumbSlide li:nth-child(6n+1) {
        margin-left: 0; }
      section#GALLERY ul.thumbSlide li:nth-child(n+7) {
        margin-top: 15px; }
      section#GALLERY ul.thumbSlide li.current {
        border-color: #f39800; }
      @media screen and (min-width: 1201px) {
        section#GALLERY ul.thumbSlide li:hover {
          opacity: 0.7; } }

@media screen and (max-width: 767px) {
  section#GALLERY {
    padding: 120px 0 0;
    margin-top: -50px; }
    section#GALLERY div.gallerySlide {
      margin: 20px auto 0; }
    section#GALLERY ul.mainSlide {
      width: 100%;
      max-width: 420px;
      height: 220px;
      margin: 0 auto; }
      section#GALLERY ul.mainSlide img {
        width: 100%;
        height: 220px;
        object-fit: contain; }
    section#GALLERY ul.thumbSlide {
      display: none; }
    section#GALLERY .slick-arrow {
      border: none;
      outline: none;
      padding: 0;
      appearance: none;
      position: absolute;
      top: 50%;
      left: 25px;
      margin-top: -15px;
      z-index: 30;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid #ccc;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      section#GALLERY .slick-arrow.slick-next {
        left: auto;
        right: 25px; }
        section#GALLERY .slick-arrow.slick-next::before {
          transform: rotate(-225deg);
          left: 8px; }
      section#GALLERY .slick-arrow::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        transform: rotate(-45deg);
        position: absolute;
        left: 11px;
        top: 9px;
        z-index: 50; }
    section#GALLERY .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px; }
      section#GALLERY .slick-dots li ~ li {
        margin-left: 8px; }
      section#GALLERY .slick-dots li.slick-active button {
        background: #f39800; }
      section#GALLERY .slick-dots button {
        width: 8px;
        height: 8px;
        border: 2px solid #f39800;
        border-radius: 50%;
        text-indent: -9999px; } }
/*--------------------------------------------------*/
section#EQUIPMENT {
  padding: 180px 0 0;
  margin-top: -80px; }
  section#EQUIPMENT div.equipBox {
    width: 505px;
    margin: 20px auto 0; }
    section#EQUIPMENT div.equipBox h4 {
      font-size: 18px;
      color: #8fc31f;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: center;
      padding-bottom: 3px;
      border-bottom: 1px solid #8fc31f; }
    section#EQUIPMENT div.equipBox ul {
      display: flex;
      justify-content: space-between; }
      section#EQUIPMENT div.equipBox ul li ~ li {
        margin-left: 10px; }
    section#EQUIPMENT div.equipBox.dresser {
      width: 305px; }
  section#EQUIPMENT div.securityBox {
    width: 505px;
    margin: 50px auto 0;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
    section#EQUIPMENT div.securityBox h4 {
      width: 100%;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #8fc31f;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px; }
    section#EQUIPMENT div.securityBox h5 {
      font-size: 18px;
      font-weight: 700;
      color: #004822;
      margin-bottom: 8px; }
    section#EQUIPMENT div.securityBox > div {
      display: flex;
      justify-content: space-between;
      margin-top: 10px; }
      section#EQUIPMENT div.securityBox > div .info {
        width: 300px; }
      section#EQUIPMENT div.securityBox > div .img {
        width: 185px; }

@media screen and (max-width: 767px) {
  section#EQUIPMENT {
    padding: 120px 15px 0;
    margin-top: -50px; }
    section#EQUIPMENT div.equipBox {
      width: 100%;
      max-width: 420px;
      margin: 20px auto 0; }
      section#EQUIPMENT div.equipBox h4 {
        font-size: 18px;
        color: #8fc31f;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 3px;
        border-bottom: 1px solid #8fc31f; }
      section#EQUIPMENT div.equipBox ul {
        display: flex;
        justify-content: space-between; }
        section#EQUIPMENT div.equipBox ul li ~ li {
          margin-left: 10px; }
      section#EQUIPMENT div.equipBox.dresser {
        width: 70%; }
    section#EQUIPMENT div.securityBox {
      width: 100%;
      max-width: 420px;
      margin: 40px auto 0;
      font-size: 12px;
      line-height: 1.4; }
      section#EQUIPMENT div.securityBox h4 {
        height: auto;
        padding: 5px 15px;
        box-sizing: border-box;
        font-size: 16px;
        margin-bottom: 5px; }
      section#EQUIPMENT div.securityBox h5 {
        font-size: 14px;
        margin-bottom: 8px; }
      section#EQUIPMENT div.securityBox > div {
        display: flex;
        justify-content: space-between;
        margin-top: 10px; }
        section#EQUIPMENT div.securityBox > div .info {
          width: calc(62% - 6px); }
        section#EQUIPMENT div.securityBox > div .img {
          width: calc(38% - 4px); } }
/*--------------------------------------------------*/
section#OUTLINE {
  padding: 180px 0 0;
  margin: -80px auto 0;
  width: 100%;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
  section#OUTLINE h4 {
    width: 100%;
    height: 35px;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #8fc31f;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0; }
  section#OUTLINE div.outlineTbl ~ div.outlineTbl {
    margin-top: 70px; }
  section#OUTLINE div.outlineTbl th,
  section#OUTLINE div.outlineTbl td {
    border: 1px solid #004822;
    padding: 10px 15px;
    font: 14px; }
  section#OUTLINE div.outlineTbl th {
    width: 140px;
    text-align: center;
    vertical-align: top; }
  section#OUTLINE div.outlineTbl h5 {
    font-weight: 500;
    margin-bottom: .5em; }
  section#OUTLINE div.noticeBox {
    font-size: 14px;
    margin-top: 20px; }

@media screen and (max-width: 767px) {
  section#OUTLINE {
    padding: 120px 15px 0;
    margin: -50px 0 auto;
    width: 100%;
    box-sizing: border-box; }
    section#OUTLINE h4 {
      width: 100%;
      height: auto;
      padding: 8px 15px;
      padding-left: 0;
      font-size: 16px;
      margin: 20px 0;
      justify-content: center; }
    section#OUTLINE div.outlineTbl ~ div.outlineTbl {
      margin-top: 50px; }
    section#OUTLINE div.outlineTbl table {
      border: 1px solid #aaa; }
    section#OUTLINE div.outlineTbl th,
    section#OUTLINE div.outlineTbl td {
      width: 100%;
      display: block;
      border: none;
      padding: 6px 10px;
      font: 14px;
      box-sizing: border-box; }
    section#OUTLINE div.outlineTbl th {
      width: 100%;
      text-align: center;
      vertical-align: top;
      background: #aaa;
      color: #fff; }
    section#OUTLINE div.outlineTbl td {
      padding: 8px 10px 15px;
      font-size: 13px; }
    section#OUTLINE div.outlineTbl h5 {
      font-size: 15px; }
    section#OUTLINE div.noticeBox {
      font-size: 12px;
      margin-top: 15px; } }
/* footer
----------------------------------*/
footer {
  padding: 100px 0 30px; }
  footer ul.mainContactLink {
    width: 420px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between; }
    footer ul.mainContactLink li a {
      width: 200px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 16px;
      font-weight: 500; }
    footer ul.mainContactLink li.request a {
      background: #8fc31f; }
    footer ul.mainContactLink li.reserve a {
      background: #f39800; }
  footer .freedial {
    width: 280px;
    margin: 0 auto; }
  footer h2 {
    width: 550px;
    margin: 0 auto 10px; }
  footer div.address {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-size: 11px; }
  footer .copyright {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-size: 11px; }

@media screen and (max-width: 767px) {
  footer {
    padding: 70px 15px 15px; }
    footer ul.mainContactLink {
      width: 100%;
      max-width: 420px;
      margin: 0 auto 30px; }
      footer ul.mainContactLink li {
        width: calc(50% - 5px); }
        footer ul.mainContactLink li a {
          width: 100%;
          height: 40px;
          font-size: 15px; }
    footer .freedial {
      width: 200px; }
    footer h2 {
      width: 100%;
      max-width: 320px;
      width: 550px;
      margin: 10px auto 10px; }
    footer .copyright {
      margin-top: 10px; } }
/*-------------animation----------------------*/
.upIn {
  opacity: 0; }
  .upIn.onAnim {
    animation: upin 0.7s 1 cubic-bezier(0.55, 0.1, 0.56, 1.12) forwards; }
    .upIn.onAnim.D01 {
      animation-delay: 0.1s; }
    .upIn.onAnim.D02 {
      animation-delay: 0.2s; }
    .upIn.onAnim.D03 {
      animation-delay: 0.3s; }
    .upIn.onAnim.D04 {
      animation-delay: 0.4s; }
    .upIn.onAnim.D05 {
      animation-delay: 0.5s; }

.downIn {
  opacity: 0; }
  .downIn.onAnim {
    animation: downin 0.7s 1 cubic-bezier(0.55, 0.1, 0.56, 1.12) forwards; }
    .downIn.onAnim.D01 {
      animation-delay: 0.1s; }
    .downIn.onAnim.D02 {
      animation-delay: 0.2s; }
    .downIn.onAnim.D03 {
      animation-delay: 0.3s; }
    .downIn.onAnim.D04 {
      animation-delay: 0.4s; }
    .downIn.onAnim.D05 {
      animation-delay: 0.5s; }

.animPos {
  opacity: 0; }
  .animPos.onAnim {
    animation: slideToR 0.7s 1 cubic-bezier(0.55, 0.1, 0.56, 1.12) forwards; }
    .animPos.onAnim.D01 {
      animation-delay: 0.1s; }
    .animPos.onAnim.D02 {
      animation-delay: 0.2s; }
    .animPos.onAnim.D03 {
      animation-delay: 0.3s; }
    .animPos.onAnim.D04 {
      animation-delay: 0.4s; }
    .animPos.onAnim.D05 {
      animation-delay: 0.5s; }

.animPos.rh {
  opacity: 0; }
  .animPos.rh.onAnim {
    animation: slideToL 0.7s 1 cubic-bezier(0.55, 0.1, 0.56, 1.12) forwards; }
    .animPos.rh.onAnim.D01 {
      animation-delay: 0.1s; }
    .animPos.rh.onAnim.D02 {
      animation-delay: 0.2s; }
    .animPos.rh.onAnim.D03 {
      animation-delay: 0.3s; }
    .animPos.rh.onAnim.D04 {
      animation-delay: 0.4s; }
    .animPos.rh.onAnim.D05 {
      animation-delay: 0.5s; }

@keyframes upin {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100%,
	to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes downin {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100%,
	to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slideToL {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  100%,
	to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes slideToR {
  0% {
    opacity: 0;
    transform: translateX(-40px); }
  100%,
	to {
    opacity: 1;
    transform: translateX(0); } }
/*-------------------2021/10/14------------------------*/
section.priceBnrSec {
  margin-top: 30px;
  background: #cce198;
  text-align: center;
  padding: 15px; }
  section.priceBnrSec h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.4; }
  section.priceBnrSec .img {
    margin: 0 auto; }

@media screen and (max-width: 767px) {
  section.priceBnrSec {
    margin-top: 20px; }
    section.priceBnrSec h3 {
      font-size: 16px;
      margin-bottom: 10px; }
    section.priceBnrSec .img {
      max-width: 345px; } }
@media screen and (max-width: 374px) {
  section.priceBnrSec h3 {
    font-size: 15px; } }
/*-------------------2022/5/7------------------------*/
section.movBnrSec {
  margin-top: 30px;
  background: #ffffff;
  text-align: center;
  padding: 15px; }
  section.movBnrSec h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.4; }
  section.movBnrSec .img {
    margin: 0 auto; }

@media screen and (max-width: 767px) {
  section.movBnrSec {
    margin-top: 20px; }
    section.movBnrSec h3 {
      font-size: 16px;
      margin-bottom: 10px; }
    section.movBnrSec .img {
      max-width: 345px; } }
@media screen and (max-width: 374px) {
  section.movBnrSec h3 {
    font-size: 15px; } }
/* house-building =========================================== */
html {
  font-size: 62.5%; }

section#AboutFuji {
  color: #102D54;
  padding-top: 80px;
  font-family: 'Noto sans JP', sans-serif;
  font-size: 1.6rem; }
  section#AboutFuji img {
    width: 100%; }
  section#AboutFuji p,
  section#AboutFuji div,
  section#AboutFuji ul,
  section#AboutFuji li {
    box-sizing: border-box; }
  section#AboutFuji .ttl {
    background: #102D54;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px 20px 13px; }
    section#AboutFuji .ttl h2 {
      font-size: 3.2rem;
      font-weight: 400;
      letter-spacing: 0.32em;
      line-height: 1; }
  section#AboutFuji .container {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1056px; }
  section#AboutFuji .top-content-box {
    margin-top: 100px;
    background: #E5E8EC;
    padding: 30px;
    display: flex;
    flex-wrap: wrap; }
    section#AboutFuji .top-content-box .desc {
      font-size: 2.4rem;
      line-height: 1.8;
      letter-spacing: .06em;
      width: 260px;
      padding-top: 13px; }
    section#AboutFuji .top-content-box ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex: 1; }
      section#AboutFuji .top-content-box ul li {
        width: 30%;
        align-items: center;
        position: relative; }
        section#AboutFuji .top-content-box ul li p {
          background: #fff;
          background-size: 100%;
          height: 100%;
          font-size: 2.45rem;
          letter-spacing: .06em;
          line-height: 1.7;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 155px;
          height: 155px;
          position: relative;
          padding-right: 20px;
          padding-bottom: 13px;
          margin-left: auto;
          font-weight: 700; }
          section#AboutFuji .top-content-box ul li p::before {
            content: "";
            position: absolute;
            background: url(../img/about_fuji/house-building-bg2.png) no-repeat;
            background-size: 100%;
            width: 180px;
            height: 160px;
            top: -13px;
            left: -22px; }
        section#AboutFuji .top-content-box ul li::after {
          content: "&";
          position: absolute;
          font-weight: 700;
          top: 50%;
          margin-top: -17px;
          font-size: 3.4rem;
          line-height: 1;
          left: calc((86% - 160px) / 2);
          margin-left: -13px; }
        section#AboutFuji .top-content-box ul li:first-child:after {
          display: none; }
  section#AboutFuji .items {
    padding-top: 20px; }
    section#AboutFuji .items .tl {
      padding-top: 95px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding-bottom: 15px; }
      section#AboutFuji .items .tl .point {
        /* background: #102D54; */
        color: #fff;
        width: 173px;
        height: 173px;
        text-align: center;
        font-size: 2rem;
        line-height: 1.6;
        letter-spacing: .02em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative; }
        section#AboutFuji .items .tl .point.fm1::before {
          display: none; }
        section#AboutFuji .items .tl .point .lg {
          font-size: 3rem;
          font-weight: 500;
          line-height: 1.25;
          padding-bottom: 5px;
          font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
          section#AboutFuji .items .tl .point .lg img {
            height: 22px; }
        section#AboutFuji .items .tl .point .sm {
          font-size: 1.5rem;
          line-height: 1.5;
          padding-top: 8px; }
      section#AboutFuji .items .tl h3 {
        font-size: 2.3rem;
        letter-spacing: .08em;
        line-height: 1.8;
        flex: 1;
        padding-left: 40px; }
    section#AboutFuji .items .img img {
      width: 100%; }
    section#AboutFuji .items .tl .img-01 {
      display: flex;
      flex: 1;
      align-items: center; }
      section#AboutFuji .items .tl .img-01 img {
        width: 125px;
        margin-left: 0px;
        padding-top: 10px; }
  section#AboutFuji .line {
    display: inline;
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #faf1c2 0%); }
  section#AboutFuji .items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding-top: 5px; }
    section#AboutFuji .items ul li {
      width: 50%;
      padding: 0 30px; }
      section#AboutFuji .items ul li h4 {
        font-size: 2.4rem;
        line-height: 1.4;
        border-bottom: 1px solid #000;
        padding-bottom: 4px;
        margin-bottom: 10px;
        position: relative; }
        section#AboutFuji .items ul li h4 .no02 {
          position: absolute;
          height: 60px;
          right: 0;
          top: -8px;
          width: auto; }
      section#AboutFuji .items ul li img {
        margin-top: 12px; }
      section#AboutFuji .items ul li.col9 {
        width: 66.66%; }
      section#AboutFuji .items ul li.col3 {
        width: 33.33%; }
      section#AboutFuji .items ul li.col7 {
        width: 58.33%; }
        section#AboutFuji .items ul li.col7 h4 {
          letter-spacing: -0.02em;
          font-weight: 500;
          padding-top: 8px;
          padding-bottom: 5px; }
      section#AboutFuji .items ul li.col5 {
        width: 41.66%; }
      section#AboutFuji .items ul li ul {
        margin: 0 -10px; }
    section#AboutFuji .items ul.fm1 {
      align-items: flex-end;
      margin: 0 -20px;
      padding-top: 0; }
  section#AboutFuji .items.fm3 ul.fm1 {
    align-items: flex-start; }
  section#AboutFuji .items.fm3 ul li h4 {
    padding-top: 6px; }
  section#AboutFuji .items.fm3 ul li img:last-child {
    margin-top: 20px; }
  section#AboutFuji .items ul.fm1 li {
    padding: 0 20px; }
    section#AboutFuji .items ul.fm1 li.sm {
      width: 37%; }
    section#AboutFuji .items ul.fm1 li.lg {
      width: 63%; }
    section#AboutFuji .items ul.fm1 li ul li {
      padding: 0 10px; }
  section#AboutFuji .bottom-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
    padding-top: 25px; }
    section#AboutFuji .bottom-box .item {
      width: 25%;
      padding: 0 7px 14px;
      box-sizing: border-box; }
      section#AboutFuji .bottom-box .item .inner {
        background: #ECEEF1;
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: 0;
        font-weight: 700;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 8px 5px;
        position: relative;
        /* letter-spacing: -.2em; */
        width: auto; }
        section#AboutFuji .bottom-box .item .inner p.fm1 {
          letter-spacing: -0.12em; }
        section#AboutFuji .bottom-box .item .inner ::before {
          content: "";
          position: absolute;
          width: 16px;
          height: 16px;
          border-top: 16px solid #102D54;
          border-right: 16px solid transparent;
          top: 0;
          left: 0;
          box-sizing: border-box; }
      section#AboutFuji .bottom-box .item:first-child .inner {
        background: #102D54;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.7;
        letter-spacing: .04em; }
      section#AboutFuji .bottom-box .item .inner .sm {
        font-size: 1.4rem;
        letter-spacing: .05em; }
  section#AboutFuji .peace {
    padding-top: 135px; }
    section#AboutFuji .peace h3 {
      background: #102D54;
      color: #fff;
      text-align: center;
      font-size: 3rem;
      line-height: 1.2;
      font-weight: 400;
      letter-spacing: .12em;
      padding: 8px 15px 11px; }
    section#AboutFuji .peace ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      padding-top: 20px;
      box-sizing: border-box; }
      section#AboutFuji .peace ul li {
        padding: 10px;
        box-sizing: border-box; }
        section#AboutFuji .peace ul li.col3 {
          width: 25%; }
          section#AboutFuji .peace ul li.col3 .tl {
            border-bottom: 1px solid #102D54;
            padding-bottom: 15px;
            margin-bottom: 10px; }
          section#AboutFuji .peace ul li.col3 .item {
            border: 1px solid #102D54;
            padding: 20px;
            font-size: 1.8rem;
            line-height: 2;
            box-sizing: border-box; }
            section#AboutFuji .peace ul li.col3 .item .sm {
              font-size: 2.5rem;
              text-align: center;
              letter-spacing: .15em; }
        section#AboutFuji .peace ul li.col9 {
          width: 75%; }
          section#AboutFuji .peace ul li.col9 .item {
            width: 100%;
            border: 1px solid #102D54;
            padding: 20px;
            font-size: 1.8rem;
            line-height: 2;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            box-sizing: border-box; }
            section#AboutFuji .peace ul li.col9 .item .no {
              font-size: 11rem;
              line-height: 1;
              font-weight: 500;
              font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
              width: max-content;
              padding-bottom: 5px; }
            section#AboutFuji .peace ul li.col9 .item .sm {
              font-size: 2.5rem;
              letter-spacing: .15em;
              line-height: 1.4; }
            section#AboutFuji .peace ul li.col9 .item h4 {
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 3.6rem; }
            section#AboutFuji .peace ul li.col9 .item .tl {
              width: 38%; }
            section#AboutFuji .peace ul li.col9 .item .txt {
              width: 62%;
              padding-left: 30px;
              box-sizing: border-box; }
            section#AboutFuji .peace ul li.col9 .item .tl {
              text-align: center;
              border-right: 1px solid #102D54;
              box-sizing: border-box; }
          section#AboutFuji .peace ul li.col9 ul {
            display: flex;
            flex-wrap: wrap;
            padding-top: 10px; }
            section#AboutFuji .peace ul li.col9 ul li {
              width: 50%; }
            section#AboutFuji .peace ul li.col9 ul .item {
              display: flex;
              height: 100%;
              align-items: center;
              padding: 26px 15px; }
    section#AboutFuji .peace h4 {
      font-size: 4rem;
      font-weight: 400;
      line-height: 1.2;
      text-align: center;
      letter-spacing: .15em; }
    section#AboutFuji .peace ul li.col9 ul li .item .tl {
      width: 100%;
      border: unset; }
    section#AboutFuji .peace ul li.col9 ul li .item h4 {
      font-size: 2.4rem;
      margin-bottom: -10px; }
    section#AboutFuji .peace ul li.col9 ul li .item p {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      font-size: 3rem; }
    section#AboutFuji .peace ul li.col9 ul li .item .no {
      font-size: 8.1rem;
      line-height: 1; }
    section#AboutFuji .peace ul li.col9 ul li .item p .sm {
      width: 120px;
      display: inline-block;
      line-height: 1.2; }
    section#AboutFuji .peace ul li.col9 ul li .item p.sm {
      font-size: 1.8rem;
      letter-spacing: .15em; }
    section#AboutFuji .peace .items {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      section#AboutFuji .peace .items .txt-box {
        width: 56%; }
      section#AboutFuji .peace .items .img-box {
        padding-right: 45px;
        width: 44%; }
      section#AboutFuji .peace .items ul li {
        width: 100%; }
      section#AboutFuji .peace .items .txt-box {
        font-size: 1.8rem;
        line-height: 1.8;
        border: 1px solid #102D54;
        height: auto;
        padding: 28px; }
        section#AboutFuji .peace .items .txt-box h4 {
          font-weight: 500;
          padding-bottom: 10px; }
          section#AboutFuji .peace .items .txt-box h4 .no {
            font-weight: 700; }

@media (max-width: 1250px) {
  section#AboutFuji .items ul {
    margin: 0 -15px; }
    section#AboutFuji .items ul li {
      padding: 0 15px; } }
@media (max-width: 1200px) {
  section#AboutFuji .items ul li.col7 h4 {
    font-size: 2rem; }
  section#AboutFuji .bottom-box .item .inner {
    font-size: 1.8rem; }
  section#AboutFuji .bottom-box .item:first-child .inner {
    font-size: 1.6rem; }
  section#AboutFuji .bottom-box .item .inner .sm {
    font-size: 1.2rem; } }
@media (max-width: 1050px) {
  section#AboutFuji .peace h4 {
    font-size: 3rem; }
  section#AboutFuji .peace ul li.col3 .item {
    font-size: 1.6rem; }
    section#AboutFuji .peace ul li.col3 .item .sm {
      font-size: 2rem; }
  section#AboutFuji .peace ul li.col9 .item h4 {
    font-size: 2.8rem; }
  section#AboutFuji .peace ul li.col9 .item .no {
    font-size: 8rem; }
  section#AboutFuji .peace ul li.col9 .item .sm {
    font-size: 2rem; }
  section#AboutFuji .peace ul li.col9 .item .txt {
    font-size: 1.4rem; }
  section#AboutFuji .peace ul li.col9 ul li .item .no {
    font-size: 5.5rem;
    line-height: 1; }
  section#AboutFuji .peace ul li.col9 ul li .item p {
    font-size: 2.2rem; }
    section#AboutFuji .peace ul li.col9 ul li .item p .sm {
      width: 95px;
      font-size: 1.8rem; }
  section#AboutFuji .peace ul li.col9 ul li .item h4 {
    font-size: 2rem; }
  section#AboutFuji .peace ul li.col9 ul li .item p.sm {
    font-size: 1.6rem;
    padding-top: 5px; }
  section#AboutFuji .peace ul li.col9 ul .item {
    padding: 27px 15px; } }
@media (max-width: 1024px) {
  section#AboutFuji .items .tl h3 {
    font-size: 2.1rem; }
  section#AboutFuji .top-content-box .desc {
    font-size: 2rem;
    width: 220px; }
  section#AboutFuji .top-content-box ul li {
    width: 33.33%; }
    section#AboutFuji .top-content-box ul li p {
      width: 120px;
      height: 120px;
      padding-bottom: 8px;
      padding-right: 15px;
      font-size: 1.8rem; }
      section#AboutFuji .top-content-box ul li p::before {
        width: 135px;
        height: 120px;
        left: -18px;
        top: -9px; }
    section#AboutFuji .top-content-box ul li::after {
      margin-top: -12px;
      font-size: 2.4rem;
      left: calc((100% - 120px) / 2);
      margin-left: -12px; }
  section#AboutFuji .top-content-box .desc {
    padding-top: 8px; }
  section#AboutFuji .items ul li.col7 h4, section#AboutFuji .items ul.fm1 li.col3 h4 {
    font-size: 1.8rem; }
  section#AboutFuji .items ul li h4 .no02 {
    height: 35px;
    width: unset; }
  section#AboutFuji .items img {
    width: 100%; }
  section#AboutFuji .bottom-box .item {
    width: 50%;
    padding-bottom: 14px; }
  section#AboutFuji .top-content-box {
    margin-top: 60px; }
  section#AboutFuji .items .tl {
    padding-top: 60px; }
    section#AboutFuji .items .tl h3 {
      padding-left: 20px; } }
@media (max-width: 960px) {
  section#AboutFuji .ttl h2 {
    font-size: 2.5rem; }
  section#AboutFuji .items ul li.col7 {
    width: 100%; }
  section#AboutFuji .items ul li.col5 {
    width: 100%; }
    section#AboutFuji .items ul li.col5 img {
      width: 100%; }
  section#AboutFuji .items .tl h3 {
    font-size: 1.8rem; }
  section#AboutFuji .peace ul li.col3, section#AboutFuji .peace ul li.col9 {
    width: 100%; }
  section#AboutFuji .peace h3 {
    font-size: 2rem; } }
@media (max-width: 860px) {
  section#AboutFuji {
    padding-top: 50px; }
    section#AboutFuji .items .tl h3 {
      font-size: 2.0rem; }
    section#AboutFuji .top-content-box .desc {
      font-size: 1.6rem;
      width: 180px; }
    section#AboutFuji .top-content-box ul li p {
      width: 105px;
      height: 105px;
      padding-bottom: 5px;
      padding-right: 10px;
      font-size: 1.6rem; }
      section#AboutFuji .top-content-box ul li p::before {
        width: 120px;
        height: 108px;
        left: -15px; }
    section#AboutFuji .top-content-box ul li::after {
      margin-top: -10px;
      font-size: 2rem;
      left: calc((100% - 105px) / 2);
      margin-left: -10px; }
    section#AboutFuji .top-content-box .desc {
      padding-top: 5px; }
    section#AboutFuji .items ul li h4 {
      font-size: 2rem; }
    section#AboutFuji .items ul li p {
      font-size: 1.4rem; }
    section#AboutFuji .top-content-box {
      margin-top: 30px; }
    section#AboutFuji .items .tl {
      padding-top: 45px; }
    section#AboutFuji .peace .items .img-box {
      width: 100%;
      padding-right: 0; }
    section#AboutFuji .peace .items .txt-box {
      width: 100%; } }
@media (max-width: 750px) {
  section#AboutFuji {
    padding-top: 30px; }
    section#AboutFuji .ttl h2 {
      font-size: 2rem; }
    section#AboutFuji .top-content-box {
      margin-top: 40px; }
      section#AboutFuji .top-content-box .desc {
        width: 100%; }
      section#AboutFuji .top-content-box ul {
        flex: auto; }
        section#AboutFuji .top-content-box ul li p {
          margin: 0 auto; }
        section#AboutFuji .top-content-box ul li::after {
          left: 0; }
      section#AboutFuji .top-content-box .desc {
        padding: 0 0 25px; }
    section#AboutFuji .items .tl {
      padding-top: 25px; }
      section#AboutFuji .items .tl h3 {
        padding-left: 20px; }
        section#AboutFuji .items .tl h3 .img {
          width: 100px;
          padding-left: 0px; }
      section#AboutFuji .items .tl .point {
        width: 150px;
        height: 150px;
        font-size: 1.6rem; }
        section#AboutFuji .items .tl .point .lg {
          font-size: 2rem; }
        section#AboutFuji .items .tl .point .sm {
          font-size: 1.2rem; }
      section#AboutFuji .items .tl .img-01 img {
        width: 100px;
        margin-left: 20px;
        padding-top: 10px; }
    section#AboutFuji .peace .items .img-box ul li {
      padding-bottom: 0; }
    section#AboutFuji .items ul {
      margin: 0; }
    section#AboutFuji .peace .items {
      padding: 0; }
    section#AboutFuji .items ul li {
      width: 100%;
      padding: 0 0 25px; }
      section#AboutFuji .items ul li.col9, section#AboutFuji .items ul li.col3 {
        width: 100%; }
    section#AboutFuji .items ul.fm1 {
      margin: -0; }
      section#AboutFuji .items ul.fm1 li {
        padding: 0; }
        section#AboutFuji .items ul.fm1 li ul {
          margin: 0; }
          section#AboutFuji .items ul.fm1 li ul li {
            padding: 0 0 25px; }
    section#AboutFuji .items ul li:last-child {
      padding-bottom: 0; }
    section#AboutFuji .items ul li h4 .no02 {
      height: 95%;
      width: unset;
      top: -15px; }
    section#AboutFuji .items ul.fm1 li ul {
      padding-top: 15px; }
      section#AboutFuji .items ul.fm1 li ul li {
        padding-bottom: 15px; }
    section#AboutFuji .peace {
      padding-top: 40px; }
      section#AboutFuji .peace h3 {
        line-height: 1.4; }
      section#AboutFuji .peace ul li.col9 .item .tl {
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid #102D54;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      section#AboutFuji .peace ul li.col9 .item .txt {
        width: 100%;
        padding-left: 0; }
      section#AboutFuji .peace ul li.col9 ul li .item .tl {
        padding-bottom: 0;
        margin-bottom: 0; }
      section#AboutFuji .peace ul li.col9 ul li .item h4 {
        margin-bottom: 0; }
      section#AboutFuji .peace .items .txt-box {
        padding: 20px; }
    section#AboutFuji .items ul.fm1 li.sm {
      width: 100%; }
    section#AboutFuji .items ul.fm1 li.lg {
      width: 100%;
      padding-top: 15px; } }
@media (max-width: 640px) {
  section#AboutFuji .items .tl h3 {
    font-size: 1.6rem;
    padding-left: 20px; }
  section#AboutFuji .top-content-box ul li p {
    width: 85px;
    height: 85px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 1.6rem; }
    section#AboutFuji .top-content-box ul li p::before {
      width: 100px;
      height: 90px;
      left: -12px; }
  section#AboutFuji .top-content-box ul li::after {
    margin-top: -8px;
    font-size: 1.6rem;
    left: 0;
    margin-left: -8px; }
  section#AboutFuji .top-content-box .desc {
    padding-top: 5px; }
  section#AboutFuji .items .tl .point {
    width: 100%;
    height: auto;
    text-align: left;
    align-items: flex-start; }
  section#AboutFuji .peace .items .txt-box {
    font-size: 1.4rem; }
    section#AboutFuji .peace .items .txt-box h4 {
      font-size: 2rem; }
  section#AboutFuji .items .tl .point img {
    width: 175px; }
  section#AboutFuji .items .tl h3 {
    padding-top: 20px;
    padding-left: 0;
    flex: auto; }
  section#AboutFuji .items.fm1 .tl h3 {
    flex: 1; }
  section#AboutFuji .items .tl .img-01 {
    flex: auto;
    padding-bottom: 15px;
    position: relative; }
    section#AboutFuji .items .tl .img-01 img {
      padding-top: 20px;
      margin-left: 20px;
      width: 80px;
      padding-top: 25px;
      margin-left: 0;
      position: absolute;
      right: 0;
      bottom: 100%; }
  section#AboutFuji .items ul li h4 {
    padding-bottom: 8px; }
  section#AboutFuji .peace ul li.col9 ul li {
    width: 100%; } }
@media (max-width: 480px) {
  section#AboutFuji .bottom-box {
    margin: 0; }
    section#AboutFuji .bottom-box .item {
      width: 100%;
      padding: 0 0 14px; }
      section#AboutFuji .bottom-box .item:last-child {
        padding-bottom: 0; } }
@media (max-width: 414px) {
  section#AboutFuji .top-content-box ul li {
    width: 100%;
    padding-bottom: 30px; }
    section#AboutFuji .top-content-box ul li::after {
      left: 50%;
      margin-left: -8px;
      top: 0;
      margin-top: -28px; }
    section#AboutFuji .top-content-box ul li p {
      width: 160px;
      height: 160px;
      padding-bottom: 5px;
      padding-right: 10px;
      font-size: 1.6rem; }
      section#AboutFuji .top-content-box ul li p::before {
        width: 180px;
        height: 160px;
        left: -15px; } }
@media (max-width: 374px) {
  section#AboutFuji .items .tl .img-01 img {
    margin-left: 10px; }
  section#AboutFuji .items.fm1 .tl h3 {
    font-size: 1.4rem; }
  section#AboutFuji .items ul li h4 {
    font-size: 1.8rem; } }

/*# sourceMappingURL=layout.css.map */
