<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
/*----------------------------------
	reset
----------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-feature-settings: "palt"; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, caption, th, textarea {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left;
  font-weight: normal; }

img, object, applet, embed {
  vertical-align: top; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

hr, legend {
  display: none; }

/*----------------------------------
	basic elements
----------------------------------*/
html {
  margin: 0;
  padding: 0;
  height: 100%; }

.forSP {
  display: none; }
  @media all and (max-width: 959px) {
    .forSP {
      display: block; } }

.forPC {
  display: block; }
  @media all and (max-width: 959px) {
    .forPC {
      display: none; } }

img {
  width: 100%;
  height: auto; }

a {
  text-decoration: none; }

body {
  background: url(../images/bg.jpg) repeat top left;
  margin: 0;
  padding: 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #333333; }

/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer {
  text-align: center;
  background: #7cb40f url(../images/footer_dotted.png) no-repeat center center;
  background-size: 60%;
  color: white;
  padding: 30px 0;
  position: relative;
  margin-top: 150px; }
  footer copyright {
    text-align: center;
    font-size: 0.8em;
    padding-top: 25px;
    display: block; }
  footer:before {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/footer.png) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    top: -86px;
    left: 0; }
    @media all and (max-width: 559px) {
      footer:before {
        background: url(../images/footer_sp.png) no-repeat bottom center;
        background-size: contain;
        top: -90px; } }
  footer .logo {
    width: 70%;
    max-width: 300px;
    margin: 20px auto 10px; }
  footer p {
    padding-bottom: 0; }
  footer p.tel {
    color: white;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    display: inline-block; }
    @media all and (max-width: 959px) {
      footer p.tel a {
        font-size: 1em !important;
        padding-left: 8px;
        color: white; } }
    footer p.tel:before {
      content: "";
      display: block;
      width: 22px;
      height: 45px;
      position: absolute;
      top: 5px;
      left: 0;
      background: url(../images/icon_tel_w.png) no-repeat top left;
      background-size: contain; }
      @media all and (max-width: 959px) {
        footer p.tel:before {
          width: 25px;
          height: 45px; } }

a.pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(124, 180, 15, 0.5);
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 100; }
  a.pagetop img {
    width: 50%; }

/*---------------------------------------------------------------
    common
---------------------------------------------------------------*/
#contents {
  width: 100%;
  text-align: center;
  overflow: hidden; }
  #contents .inner {
    width: 90%;
    max-width: 1130px;
    margin: auto;
    padding: 100px 0; }
    #facility_page #contents .inner, #facility_page02 #contents .inner {
      padding-top: 50px; }

#mainImage {
  width: 100%;
  margin: 140px auto 0;
  position: relative; }
  @media all and (max-width: 959px) {
    #mainImage {
      margin: 56px 0 0; } }
  #mainImage .mainlogo {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    z-index: 1000; }
    #mainImage .mainlogo img {
      width: 50%; }
      @media all and (max-width: 959px) {
        #mainImage .mainlogo img {
          width: 80%; } }
  #mainImage img.pc {
    display: block; }
  #mainImage img.sp {
    display: none; }
  @media all and (max-width: 559px) {
    #mainImage {
      margin: 56px 0 0; }
      #mainImage img.pc {
        display: none; }
      #mainImage img.sp {
        display: block; } }
  #mainImage:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: url(../images/main_under.png) repeat-x bottom left; }

a.btn {
  width: 95%;
  max-width: 300px;
  color: white;
  background: #7cb40f url(../images/arrow_g.png) no-repeat center right 10px;
  background-size: 20px;
  border-radius: 50px;
  display: block;
  padding: 5px 10px 5px 0;
  margin: 15px auto 0;
  transition: all .3s; }
  @media all and (max-width: 959px) {
    a.btn {
      font-size: 0.85em; } }
  @media all and (max-width: 559px) {
    a.btn {
      width: 80%;
      font-size: .9em; } }
  a.btn:hover {
    background: #5a8605 url(../images/arrow_g.png) no-repeat center right 10px;
    background-size: 20px; }
  #activity a.btn {
    background: #4fb0c9 url(../images/arrow_b.png) no-repeat center right 10px;
    background-size: 20px; }
    #activity a.btn:hover {
      background: #177992 url(../images/arrow_b.png) no-repeat center right 10px;
      background-size: 20px; }

p {
  font-size: 1em; }
  @media all and (max-width: 959px) {
    p {
      font-size: 0.85em; } }

.half, .third {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 100%; }

.third {
  justify-content: space-between; }
  .third &gt; div {
    width: 30%; }
    @media all and (max-width: 559px) {
      .third &gt; div {
        width: 108%;
        margin-bottom: 40px; } }
  .third h3 {
    background: #7cb40f;
    color: white;
    width: 70%;
    margin: 10px auto 30px;
    position: relative;
    padding: 6px 0; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      .third h3 {
        font-size: 0.9em;
        width: 85%; } }
    .third h3:before {
      content: "";
      width: 74px;
      height: 40px;
      position: absolute;
      left: -30px;
      bottom: -15px;
      background: url(../images/ribbon_g.png) repeat-x bottom left;
      background-size: contain;
      transform: scale(-1, 1); }
      @media all and (max-width: 959px) and (min-width: 560px) {
        .third h3:before {
          width: 50px;
          left: -20px;
          bottom: -10px; } }
    .third h3:after {
      content: "";
      width: 74px;
      height: 40px;
      position: absolute;
      right: -30px;
      bottom: -15px;
      background: url(../images/ribbon_g.png) repeat-x bottom left;
      background-size: contain; }
      @media all and (max-width: 959px) and (min-width: 560px) {
        .third h3:after {
          width: 50px;
          right: -20px;
          bottom: -10px; } }

.banner {
  width: 95%;
  max-width: 900px;
  margin: 50px auto 0; }
  @media all and (max-width: 559px) {
    .banner {
      margin: 30px auto 0; } }

.block01 {
    width: 95%;
    max-width: 860px;
    min-width: 700px;
    margin: 40px auto 80px;
    position: relative;
}
@media all and (max-width: 559px) {
  .block01 {
        min-width: auto;
        margin: 30px auto 80px;
  }
}
.block01 .chara01 {
    position: absolute;
    top: -10px;
    right: -60px;
    width: 130px;
}
@media all and (max-width: 959px) and (min-width: 560px) {
  .block01 .chara01 {
        width: 90px;
        right: -10px;
  }
}
@media all and (max-width: 559px) {
  .block01 .chara01 {
        width: 100px;
        top: auto;
        bottom: -80px;
        right: 10px;
  }
}
.block01 .fb_block {
    background: white;
    width: 400px;
}
@media all and (max-width: 959px) and (min-width: 560px) {
  .block01 .fb_block {
        width: 400px;
  }
}
@media all and (max-width: 559px) {
  .block01 .fb_block {
        width: 100%;
        height: 400px;
  }
}
.block01 ul {
    width: calc(100% - 450px);
}
@media all and (max-width: 959px) and (min-width: 560px) {
  .block01 ul {
        width: calc(100% - 420px);
  }
}
@media all and (max-width: 559px) {
  .block01 ul {
        width: 100%;
  }
}
.block01 ul li {
    background: url(../images/dotted.png) repeat-x bottom left;
    background-size: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 25px;
}
@media all and (max-width: 559px) {
  .block01 ul li {
        padding: 10px 0 20px;
  }
}
.block01 ul li h3 {
    width: 70px;
    height: 100%;
    min-height: 85px;
    background: url(../images/nyuen.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin-right: 20px;
}
@media all and (max-width: 559px) {
  .block01 ul li h3 {
        width: 60px;
  }
}
.block01 ul li:nth-child(2) h3 {
    background: url(../images/parking.png) no-repeat center center;
    background-size: contain;
}
.block01 ul li:nth-child(3) h3 {
    background: url(../images/open.png) no-repeat center center;
    background-size: contain;
}
.block01 ul li div {
    width: calc(100% - 90px);
    text-align: left;
    color: #7cb40f;
    font-weight: bold;
    font-size: 2.4em;
    line-height: 1.2em;
}
@media all and (max-width: 959px) and (min-width: 560px) {
  .block01 ul li div {
        font-size: 2em;
  }
}
@media all and (max-width: 559px) {
  .block01 ul li div {
        font-size: 2em;
  }
}
.block01 ul li div p {
    font-size: 0.4em;
    font-weight: normal;
    color: #333333;
    line-height: 1.2em;
}
@media all and (max-width: 559px) {
  .block01 ul li div p {
        font-size: 0.5em;
  }
}
.block01 ul li:nth-child(1) div {
    font-size: 1.1em;
}
.block01 ul li:nth-child(1) div span {
    color: #333333 !important;
    font-size: 16px;
    font-weight: normal;
}

#park {
  padding: 100px 0;
  position: relative; }
  @media all and (max-width: 559px) {
    #park {
      padding: 40px 0 30px; } }
  #park .pattern01 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_pattern01.png) no-repeat top left;
    width: 343px;
    height: 253px;
    z-index: 0; }
    @media all and (max-width: 959px) {
      #park .pattern01 {
        width: 36%;
        background-size: contain; } }
  #park .pattern02 {
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/bg_pattern02.png) no-repeat top right;
    width: 343px;
    height: 253px;
    z-index: 0; }
    @media all and (max-width: 959px) {
      #park .pattern02 {
        top: 62%;
        width: 36%;
        background-size: contain; } }
  #park .pattern03 {
    position: absolute;
    bottom: -20%;
    left: 0;
    background: url(../images/bg_pattern03.png) no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 300px;
    z-index: 0; }
    @media all and (max-width: 959px) {
      #park .pattern03 {
        bottom: -13%;
        width: 36%;
        background-size: contain; } }
  #park .inner {
    background: url(../images/main_park.png) no-repeat top center;
    background-size: 85%;
    padding: 30% 0 0;
    position: relative;
    z-index: 1; }
    @media all and (min-width: 1130px) {
      #park .inner {
        padding-top: 400px; } }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #park .inner {
        padding: 30% 0 0; } }
    @media all and (max-width: 559px) {
      #park .inner {
        background-size: 100%;
        padding: 45% 0 0; } }
    #park .inner .chara02 {
      position: absolute;
      width: 130px;
      top: 20%;
      right: 20px;
      z-index: 10; }
      @media all and (max-width: 959px) and (min-width: 560px) {
        #park .inner .chara02 {
          width: 15%;
          top: 13%;
          right: 0; } }
      @media all and (max-width: 559px) {
        #park .inner .chara02 {
          width: 20%;
          top: 7%;
          right: 0; } }
    #park .inner h2 {
      position: absolute;
      top: -40px;
      left: 0;
      width: 238px;
      height: 273px;
      background: url(../images/tit_park.png) no-repeat top center;
      background-size: contain;
      text-indent: -9999px;
      overflow: hidden; }
      @media all and (max-width: 959px) and (min-width: 560px) {
        #park .inner h2 {
          width: 150px;
          height: 190px; } }
      @media all and (max-width: 559px) {
        #park .inner h2 {
          width: 120px;
          height: 190px; } }
  #park .photo {
    position: relative;
    width: 80%;
    height: auto;
    margin: auto; }
    #park .photo:before {
      content: "";
      display: block;
      padding-top: 100%; }
    #park .photo img {
      position: absolute;
      top: 0;
      left: -10px;
      width: 100%;
      height: 100%;
      border: 10px solid white;
      border-radius: 200px; }
      @media all and (max-width: 959px) {
        #park .photo img {
          border: 5px solid white;
          left: -5px; } }
  #park h3 {
    margin-top: -20px; }

#activity {
  background: rgba(124, 180, 15, 0.2);
  padding: 100px 0;
  position: relative; }
  @media all and (max-width: 559px) {
    #activity {
      padding: 70px 0 30px; } }
  #activity .pattern04 {
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/bg_pattern04.png) no-repeat top right;
    background-size: contain;
    width: 343px;
    height: 253px;
    z-index: 0; }
    @media all and (max-width: 959px) {
      #activity .pattern04 {
        top: 40%;
        width: 36%;
        background-size: contain; } }
  #activity .inner {
    background: url(../images/main_activity.png) no-repeat top left 40px;
    background-size: 85%;
    padding: 40% 0 0;
    position: relative;
    z-index: 1; }
    @media all and (min-width: 1130px) {
      #activity .inner {
        padding-top: 450px; } }
    @media all and (max-width: 559px) {
      #activity .inner {
        background: url(../images/main_activity.png) no-repeat top center;
        background-size: 100%;
        padding: 60% 0 0; } }
    #activity .inner .chara03 {
      position: absolute;
      width: 130px;
      top: 280px;
      right: 20px;
      z-index: 10; }
      @media all and (max-width: 959px) and (min-width: 560px) {
        #activity .inner .chara03 {
          width: 15%;
          top: 30%;
          right: -20px; } }
      @media all and (max-width: 559px) {
        #activity .inner .chara03 {
          width: 23%;
          top: 12%;
          right: -10px; } }
    #activity .inner h2 {
      position: absolute;
      top: -20px;
      right: 0;
      width: 238px;
      height: 273px;
      background: url(../images/tit_activity.png) no-repeat top center;
      background-size: contain;
      text-indent: -9999px;
      overflow: hidden; }
      @media all and (max-width: 959px) and (min-width: 560px) {
        #activity .inner h2 {
          width: 150px;
          height: 190px; } }
      @media all and (max-width: 559px) {
        #activity .inner h2 {
          width: 120px;
          height: 190px; } }
  #activity .third &gt; div {
    width: 29%;
    margin: 0 2%; }
    @media all and (max-width: 559px) {
      #activity .third &gt; div {
        width: 100%;
        margin-bottom: 60px; } }
  #activity .photo {
    position: relative;
    width: 90%;
    margin: auto; }
    #activity .photo:before {
      content: "";
      display: block;
      padding-top: 80%; }
    #activity .photo img {
      position: absolute;
      top: 0;
      left: -10px;
      width: 100%;
      border: 10px solid white;
      border-radius: 30px;
      margin: auto; }
      @media all and (max-width: 959px) {
        #activity .photo img {
          border: 5px solid white;
          left: -5px; } }
  #activity h3 {
    margin-top: -20px;
    background: #4fb0c9; }
    #activity h3:before {
      content: "";
      background: url(../images/ribbon_b.png) repeat-x bottom left;
      background-size: contain;
      transform: scale(-1, 1); }
    #activity h3:after {
      content: "";
      background: url(../images/ribbon_b.png) repeat-x bottom left;
      background-size: contain; }
  #activity .freepass {
    background: white;
    padding: 5px;
    border-radius: 20px;
    width: 95%;
    max-width: 750px;
    margin: 50px auto 0; }
    @media all and (max-width: 559px) {
      #activity .freepass {
        margin-top: 10px; } }
    #activity .freepass_inner {
      border: 3px dotted #4fb0c9;
      border-radius: 15px;
      padding: 20px 0; }
      #activity .freepass_inner h4 {
        width: 80%;
        max-width: 400px;
        margin: auto;
        position: relative; }
        #activity .freepass_inner h4::before {
          content: "";
          display: block;
          width: 180px;
          height: 80px;
          background: url(../images/houdai.png) no-repeat top center/contain;
          position: absolute;
          top: -60px;
          left: -40px; }
          @media all and (max-width: 959px) {
            #activity .freepass_inner h4::before {
              width: 150px;
              height: 80px;
              top: -60px;
              left: -20px; } }
      #activity .freepass_inner dl {
        padding: 25px 0 0;
        display: flex;
        justify-content: center; }
        @media all and (max-width: 559px) {
          #activity .freepass_inner dl {
            flex-wrap: wrap; } }
        #activity .freepass_inner dl dt, #activity .freepass_inner dl dd {
          line-height: 24px; }
        #activity .freepass_inner dl dt {
          background: #4fb0c9;
          color: white;
          width: 5em;
          padding: 2px 20px;
          border-radius: 20px;
          margin: 0 10px;
          font-size: 20px; }
          @media all and (max-width: 559px) {
            #activity .freepass_inner dl dt {
              width: 6em;
              font-size: 16px;
              margin-bottom: 10px; } }
        #activity .freepass_inner dl dd {
          font-size: 24px;
          font-weight: bold; }
          @media all and (max-width: 559px) {
            #activity .freepass_inner dl dd {
              font-size: 20px; } }

#facility {
  padding: 200px 0 0;
  margin: 100px 0 100px; }
  @media all and (max-width: 959px) and (min-width: 560px) {
    #facility {
      padding: 180px 0 0;
      margin: 0; } }
  @media all and (max-width: 559px) {
    #facility {
      padding: 120px 0 0;
      margin: 0; } }
  @media all and (max-width: 959px) {
    #facility .inner {
      padding: 100px 0 30px;
      margin-bottom: 0; } }
  #facility .wrapper {
    background: url(../images/bg_kinrin.png) repeat top center;
    position: relative; }
    #facility .wrapper .chara04 {
      position: absolute;
      width: 160px;
      top: -100px;
      right: calc(50% - 400px);
      z-index: 10; }
      @media all and (min-width: 1130px) {
        #facility .wrapper .chara04 {
          right: calc(50% - 550px); } }
      @media all and (max-width: 959px) and (min-width: 560px) {
        #facility .wrapper .chara04 {
          width: 25%;
          top: auto;
          bottom: 10%;
          right: 10%; } }
      @media all and (max-width: 559px) {
        #facility .wrapper .chara04 {
          width: 25%;
          top: -30px;
          right: 20px; } }
  #facility h2 {
    position: absolute;
    top: -190px;
    left: calc(50% - 118px);
    width: 238px;
    height: 273px;
    background: url(../images/tit_facility.png) no-repeat top center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #facility h2 {
        width: 150px;
        height: 190px;
        top: -100px;
        left: calc(50% - 75px); } }
    @media all and (max-width: 559px) {
      #facility h2 {
        width: 120px;
        height: 190px;
        top: -50px;
        left: calc(50% - 60px); } }
  #facility .shop {
    width: 28%;
    background: white;
    border-radius: 15px;
    padding: 2% 2% 80px 2%;
    position: relative;
    margin-bottom: 30px; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #facility .shop {
        width: 42%;
        padding: 3% 3% 65px 3%; } }
    @media all and (max-width: 559px) {
      #facility .shop {
        width: 100%;
        margin-bottom: 40px;
        padding: 6% 6% 70px 6%; } }
    #facility .shop a.btn {
      display: block;
      position: absolute;
      bottom: 25px;
      left: 15%;
      max-width: 70%; }
    #facility .shop .tl, #facility .shop .tr, #facility .shop .bl, #facility .shop .bt {
      display: block;
      background: #7cb40f;
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 20px; }
    #facility .shop .tl {
      top: 10px;
      left: 10px; }
    #facility .shop .tr {
      top: 10px;
      right: 10px; }
    #facility .shop .bl {
      bottom: 10px;
      left: 10px; }
    #facility .shop .bt {
      bottom: 10px;
      right: 10px; }
    #facility .shop h3 {
      padding: 15px 50px 10px;
      font-size: 0.9em;
      position: relative;
      text-align: left;
      font-weight: normal; }
      #facility .shop h3 img {
        width: 40px;
        position: absolute;
        top: 5px;
        left: 0; }
    #facility .shop h4 {
      font-size: 2em;
      line-height: 1.2em;
      padding: 5px 0; }
      @media all and (max-width: 959px) {
        #facility .shop h4 {
          font-size: 2em; } }
      #facility .shop h4 img {
        width: 200px; }
        @media all and (max-width: 959px) {
          #facility .shop h4 img {
            width: 180px; } }
    #facility .shop p small {
      font-size: 0.85em; }

#access {
  padding: 230px 0 50px;
  position: relative;
  z-index: 1; }
  @media all and (max-width: 559px) {
    #access .inner {
      padding: 40px 0; } }
  @media all and (max-width: 959px) and (min-width: 560px) {
    #access {
      padding: 200px 0 0; } }
  @media all and (max-width: 559px) {
    #access {
      padding: 200px 0 0; }
      #access .inner {
        padding-bottom: 20px; } }
  #access .pattern05 {
    position: absolute;
    bottom: -10%;
    right: 0;
    background: url(../images/bg_pattern05.png) no-repeat top right;
    background-size: contain;
    width: 343px;
    height: 253px;
    z-index: 0; }
    @media all and (max-width: 959px) {
      #access .pattern05 {
        width: 36%;
        background-size: contain; } }
  #access h2 {
    position: absolute;
    top: 0;
    left: calc(50% - 118px);
    width: 238px;
    height: 273px;
    background: url(../images/tit_access.png) no-repeat top center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #access h2 {
        top: 60px;
        width: 150px;
        height: 190px;
        left: calc(50% - 75px); } }
    @media all and (max-width: 559px) {
      #access h2 {
        top: 70px;
        width: 120px;
        height: 190px;
        left: calc(50% - 60px); } }
  #access iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #access iframe {
        height: 400px; } }
    @media all and (max-width: 559px) {
      #access iframe {
        height: 300px; } }
  #access .car, #access .train {
    width: 47%;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 559px) {
      #access .car, #access .train {
        width: 100%; } }
    #access .car h3, #access .train h3 {
      color: #ff916f;
      font-size: 1.4em;
      padding: 45px 0 20px; }
      @media all and (max-width: 959px) {
        #access .car h3, #access .train h3 {
          font-size: 1.2em; } }
  #access .car {
    position: relative; }
    @media all and (max-width: 559px) {
      #access .car {
        margin-bottom: 100px; } }
    #access .car:before {
      content: "";
      display: block;
      width: 10px;
      height: 98%;
      position: absolute;
      top: 0;
      right: -8%;
      background: url(../images/access_dotted.png) repeat-y top left;
      background-size: contain; }
      @media all and (max-width: 559px) {
        #access .car:before {
          width: 100%;
          height: 10px;
          position: absolute;
          top: auto;
          bottom: -60px;
          right: 0;
          background: url(../images/dotted.png) repeat-x top left;
          background-size: contain; } }
  #access .car h3 {
    background: url(../images/icon_car.png) no-repeat top 5px center;
    background-size: 45px; }
  #access .train h3 {
    background: url(../images/icon_train.png) no-repeat top center;
    background-size: 35px; }
  #access .left, #access .right {
    width: 47%; }
    #access .left p, #access .right p {
      border: 3px solid #7cb40f;
      border-radius: 15px;
      padding: 5px 0;
      color: #7cb40f;
      font-weight: bold; }
    #access .left .arrow, #access .right .arrow {
      background: url(../images/arrow_access.png) no-repeat top left 20px;
      background-size: contain;
      padding: 15px 0 25px 60px;
      text-align: left; }
      @media all and (max-width: 959px) and (min-width: 560px) {
        #access .left .arrow, #access .right .arrow {
          background: url(../images/arrow_access.png) no-repeat top left 10px;
          background-size: contain;
          padding: 15px 0 25px 40px;
          font-size: 0.85em; } }
      @media all and (max-width: 559px) {
        #access .left .arrow, #access .right .arrow {
          font-size: 0.85em; } }
  #access .w100 {
    width: 100%;
    background: #7cb40f;
    padding: 13px 10px;
    border-radius: 15px; }
    #access .w100 img {
      max-width: 220px; }
      @media all and (max-width: 559px) {
        #access .w100 img {
          max-width: 180px; } }

#contact {
  position: relative;
  padding: 300px 0 100px; }
  @media all and (max-width: 959px) and (min-width: 560px) {
    #contact {
      padding: 220px 0 50px; } }
  @media all and (max-width: 559px) {
    #contact {
      padding: 220px 0 0; } }
  #contact h2 {
    position: absolute;
    top: 0;
    left: calc(50% - 118px);
    width: 238px;
    height: 273px;
    background: url(../images/tit_contact.png) no-repeat top center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #contact h2 {
        width: 150px;
        height: 190px;
        top: 0;
        left: calc(50% - 75px); } }
    @media all and (max-width: 559px) {
      #contact h2 {
        width: 120px;
        height: 190px;
        top: 60px;
        left: calc(50% - 60px); } }
  #contact p {
    font-size: 1.4em; }
    @media all and (max-width: 559px) {
      #contact p {
        font-size: 1.2em; } }
    #contact p.time {
      font-size: 0.9em; }
  #contact p.tel {
    color: #866ebb;
    font-size: 3em;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
    display: inline-block; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #contact p.tel {
        font-size: 3em !important; }
        #contact p.tel a {
          color: #866ebb; } }
    @media all and (max-width: 559px) {
      #contact p.tel {
        font-size: 2em !important;
        padding-left: 25px; }
        #contact p.tel a {
          color: #866ebb; } }
    #contact p.tel:before {
      content: "";
      display: block;
      width: 32px;
      height: 50px;
      position: absolute;
      top: 12px;
      left: 0;
      background: url(../images/icon_tel_p.png) no-repeat top left;
      background-size: contain; }
      @media all and (max-width: 559px) {
        #contact p.tel:before {
          width: 20px;
          height: 45px;
          top: 10px;
          left: 0; } }
  #contact a.mailbtn {
    display: inline-block;
    background: #866ebb;
    padding: 10px 0;
    color: white;
    font-size: 1.4em;
    margin: 15px;
    width: 90%;
    max-width: 360px;
    border-radius: 10px;
    position: relative;
    text-indent: 1.5em; }
    @media all and (max-width: 559px) {
      #contact a.mailbtn {
        font-size: 1.2em; } }
    #contact a.mailbtn:after {
      content: "";
      background: #866ebb url(../images/ico_mail.svg) no-repeat center center;
      background-size: 30px;
      position: absolute;
      left: calc(50% - 6em);
      top: 12px;
      width: 30px;
      height: 30px; }
      @media all and (max-width: 559px) {
        #contact a.mailbtn:after {
          background-size: 25px;
          top: 12px;
          width: 25px;
          height: 25px; } }

#golf #mainImage {
  width: 80%;
  position: relative; }
  @media all and (max-width: 959px) {
    #golf #mainImage {
      width: 100%; } }
  #golf #mainImage .charagolf {
    width: 200px;
    position: absolute;
    bottom: -50px;
    left: 5%;
    z-index: 100; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #golf #mainImage .charagolf {
        width: 150px;
        bottom: -30px; } }
    @media all and (max-width: 559px) {
      #golf #mainImage .charagolf {
        width: 100px;
        bottom: -30px; } }
  #golf #mainImage .charagolf02 {
    width: 200px;
    position: absolute;
    bottom: -50px;
    right: 1%;
    z-index: 100; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #golf #mainImage .charagolf02 {
        width: 150px;
        bottom: -30px; } }
    @media all and (max-width: 559px) {
      #golf #mainImage .charagolf02 {
        width: 100px;
        bottom: -30px; } }
  #golf #mainImage .charadonguri {
    width: 200px;
    position: absolute;
    bottom: -50px;
    left: 2%;
    z-index: 100; }
    @media all and (max-width: 959px) and (min-width: 560px) {
      #golf #mainImage .charadonguri {
        width: 150px;
        bottom: -30px; } }
    @media all and (max-width: 559px) {
      #golf #mainImage .charadonguri {
        width: 100px;
        bottom: -30px; } }

#golf #contents .inner {
  max-width: 700px; }
  @media all and (max-width: 959px) {
    #golf #contents .inner {
      padding: 40px 0; } }
#golf #contents h1 {
  background: #4fb0c9;
  color: white;
  position: relative;
  padding: 5px 80px;
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 40px; }
  @media all and (max-width: 959px) {
    #golf #contents h1 {
      font-size: 1.2em; } }
  @media all and (max-width: 559px) {
    #golf #contents h1 {
      padding: 5px 40px; } }
  #golf #contents h1:before {
    content: "";
    width: 74px;
    height: 40px;
    position: absolute;
    left: -30px;
    bottom: -15px;
    background: url(../images/ribbon_b.png) repeat-x bottom left;
    background-size: contain;
    transform: scale(-1, 1); }
    @media all and (max-width: 959px) {
      #golf #contents h1:before {
        width: 50px;
        left: -20px;
        bottom: -10px; } }
  #golf #contents h1:after {
    content: "";
    width: 74px;
    height: 40px;
    position: absolute;
    right: -30px;
    bottom: -15px;
    background: url(../images/ribbon_b.png) repeat-x bottom left;
    background-size: contain; }
    @media all and (max-width: 959px) {
      #golf #contents h1:after {
        width: 50px;
        right: -20px;
        bottom: -10px; } }
#golf #contents h2 {
  background: #4fb0c9;
  color: white;
  margin: 10px auto 15px;
  padding: 5px 0;
  font-size: 1em;
  letter-spacing: 0.1em; }
#golf #contents p.copy {
  font-size: 1.2em;
  padding-bottom: 40px; }
  @media all and (max-width: 959px) {
    #golf #contents p.copy {
      font-size: 1em; } }
#golf #contents ul.rule {
  text-align: left;
  margin-left: 1em;
  margin-bottom: 40px; }
  #golf #contents ul.rule li {
    position: relative;
    padding-left: 0.2em;
    margin-bottom: 0.8em; }
    #golf #contents ul.rule li:before {
      content: "●";
      color: #4fb0c9;
      position: absolute;
      top: 0.5em;
      left: -15px;
      font-size: 0.6em; }
#golf #contents ul.imgList {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  flex-wrap: wrap; }
  @media all and (max-width: 959px) {
    #golf #contents ul.imgList {
      width: 100%; } }
  #golf #contents ul.imgList li {
    width: 32%;
    margin: 0.5%; }
    @media all and (max-width: 559px) {
      #golf #contents ul.imgList li {
        width: 100%; } }
    #golf #contents ul.imgList li img {
      border-radius: 10px; }
#golf #contents table {
  width: 100%;
  margin-bottom: 10px; }
  #golf #contents table th, #golf #contents table td {
    text-align: center;
    padding: 8px; }
  #golf #contents table th {
    background: #7cb40f;
    color: white; }
  #golf #contents table td {
    border-bottom: 1px solid #666; }
    #golf #contents table td.red {
      color: red; }
#golf #contents p.price {
  font-size: 0.8em;
  text-align: left;
  padding-bottom: 40px; }

#facility_page #contents h1 {
  font-size: 34px;
  margin: 0 auto 40px; }
  @media all and (max-width: 559px) {
    #facility_page #contents h1 {
      font-size: 24px; } }
#facility_page #contents h2.sub {
  font-size: 24px;
  margin: 50px auto 20px;
  background: #7cb40f;
  color: white;
  max-width: 1000px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px; }
  @media all and (max-width: 559px) {
    #facility_page #contents h2.sub {
      font-size: 20px;
      padding: 10px; } }
#facility_page #contents .fontL {
  font-size: 1.1em;
  line-height: 2.4em; }
  @media all and (max-width: 559px) {
    #facility_page #contents .fontL {
      font-size: 1em; } }
#facility_page #contents .half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#facility_page #contents .inner &gt; .btn {
  margin-bottom: 20px; }
#facility_page #contents .map01 {
  margin: 0 auto 20px;
  max-width: 700px; }
#facility_page #contents .mainkaijo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 100px;
  max-width: 1000px; }
  #facility_page #contents .mainkaijo h2 {
    background: #ff916f; }
  #facility_page #contents .mainkaijo h3 {
    color: #ff916f;
    margin: 20px auto 0;
    font-size: 20px;
    border-bottom: 2px dotted #ff916f; }
  #facility_page #contents .mainkaijo .left {
    width: 53%; }
    @media all and (max-width: 559px) {
      #facility_page #contents .mainkaijo .left {
        width: 100%; } }
  #facility_page #contents .mainkaijo .right {
    width: 43%;
    text-align: left; }
    @media all and (max-width: 559px) {
      #facility_page #contents .mainkaijo .right {
        width: 100%; } }
    #facility_page #contents .mainkaijo .right h4 {
      background: #ff916f;
      display: inline-block;
      color: white;
      padding: 5px 10px;
      margin: 30px 0 0;
      border-radius: 20px; }
    #facility_page #contents .mainkaijo .right p {
      background: white;
      padding: 20px 10px 10px;
      margin-top: -15px; }
#facility_page .s01,
#facility_page .s02,
#facility_page .s03,
#facility_page .s04,
#facility_page .s05 {
  margin: 40px auto;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  background: white;
  border-radius: 30px;
  padding: 0 30px 30px;
  overflow: hidden; }
  @media all and (max-width: 559px) {
    #facility_page .s01,
    #facility_page .s02,
    #facility_page .s03,
    #facility_page .s04,
    #facility_page .s05 {
      padding: 0 10px 30px; } }
  #facility_page .s01 h2,
  #facility_page .s02 h2,
  #facility_page .s03 h2,
  #facility_page .s04 h2,
  #facility_page .s05 h2 {
    font-size: 24px;
    margin: 0 -30px 30px;
    color: white;
    padding: 10px;
    background: #ff916f; }
    @media all and (max-width: 559px) {
      #facility_page .s01 h2,
      #facility_page .s02 h2,
      #facility_page .s03 h2,
      #facility_page .s04 h2,
      #facility_page .s05 h2 {
        font-size: 20px; } }
  #facility_page .s01 h3,
  #facility_page .s02 h3,
  #facility_page .s03 h3,
  #facility_page .s04 h3,
  #facility_page .s05 h3 {
    font-size: 18px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #7cb40f;
    color: #7cb40f;
    padding-bottom: 10px; }
  #facility_page .s01 &gt; p,
  #facility_page .s02 &gt; p,
  #facility_page .s03 &gt; p,
  #facility_page .s04 &gt; p,
  #facility_page .s05 &gt; p {
    font-size: 18px;
    padding: 10px 0 20px; }
    @media all and (max-width: 559px) {
      #facility_page .s01 &gt; p,
      #facility_page .s02 &gt; p,
      #facility_page .s03 &gt; p,
      #facility_page .s04 &gt; p,
      #facility_page .s05 &gt; p {
        font-size: 16px; } }
#facility_page .s01 .half .chara {
  width: 30%; }
  @media all and (max-width: 559px) {
    #facility_page .s01 .half .chara {
      width: 50%;
      margin: 20px auto 0; } }
#facility_page .s01 .half .txt {
  width: 60%; }
  @media all and (max-width: 559px) {
    #facility_page .s01 .half .txt {
      width: 100%; } }
  #facility_page .s01 .half .txt p {
    text-align: left;
    padding-bottom: 20px; }
#facility_page .photo {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #facility_page .photo &gt; div {
    width: 47%;
    margin: 0 1.5%; }
    #facility_page .photo &gt; div img {
      margin-bottom: 20px; }
    #facility_page .photo &gt; div p {
      background: #eee;
      color: #333333;
      display: inline-block;
      padding: 5px 25px;
      border-radius: 20px;
      position: relative;
      margin: 0 auto 40px; }
      #facility_page .photo &gt; div p:before {
        content: "▲";
        font-size: 20px;
        position: absolute;
        top: -18px;
        left: calc(50% - 10px);
        color: #eee; }
    #facility_page .photo &gt; div a {
      display: block; }
#facility_page #contact {
  padding: 30px 0 0; }

#facility_page02 #contents .inner h1 {
  font-size: 34px;
  margin: 0 auto 40px; }
  @media all and (max-width: 559px) {
    #facility_page02 #contents .inner h1 {
      font-size: 24px; } }
#facility_page02 #contents .inner h2 {
  font-size: 18px;
  margin: 40px 0 20px;
  border-bottom: 2px solid #7cb40f;
  color: #7cb40f;
  padding-bottom: 10px; }
#facility_page02 #contents .inner .btn {
  width: 100%;
  max-width: 600px;
  font-size: 1.1em;
  padding: 0.5em 2em 0.5em 1em;
  box-sizing: border-box; }
  @media all and (max-width: 559px) {
    #facility_page02 #contents .inner .btn {
      font-size: 1em; } }
#facility_page02 #contents .inner p {
  text-align: left;
  font-size: 1.1em;
  line-height: 2em; }
  @media all and (max-width: 559px) {
    #facility_page02 #contents .inner p {
      font-size: 0.9em; } }
#facility_page02 #contents .inner ul {
  margin-left: 2em; }
  #facility_page02 #contents .inner ul li {
    font-size: 1.1em;
    list-style: disc;
    text-align: left;
    line-height: 2em; }
    @media all and (max-width: 559px) {
      #facility_page02 #contents .inner ul li {
        font-size: 0.9em; } }

/*# sourceMappingURL=styles.css.map */
</pre></body></html>