<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.wrapper {
  position: relative;
}

nav {
  margin-bottom: 10px;
  margin-top: 20px;
  height: 44px;
  position: relative;
}
nav.fixed {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
nav .navi {
  background: white;
  margin: 0 auto;
  max-width: 1000px;
}

.sp_nav {
  display: none;
}

.caption {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 40px;
}

.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  nav {
    display: none !important;
  }

  .sp_nav {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
  }
  .sp_nav &gt; div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
  }
  .sp_nav &gt; div a {
    display: block;
    text-align: center;
    background: #c2a851;
  }
  .sp_nav &gt; div a img {
    width: 75px;
    max-width: 100%;
  }
  .sp_nav &gt; div:nth-child(even) a {
    background: #f3f2e0;
  }
  .sp_nav &gt; div.nav05 a {
    background: url(../images/common/sp_nav05_ov.jpg) center no-repeat #c2a851;
    background-size: 75px auto;
  }
  .sp_nav &gt; div.nav05 a.open img {
    opacity: 0;
  }
  .sp_nav ul {
    background: rgba(0, 0, 0, 0.85);
    padding: 30px 0;
    text-align: center;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .sp_nav ul img {
    width: 245px;
  }
  .sp_nav ul a {
    display: block;
    padding: 25px 0;
  }
  .sp_nav ul .close {
    padding: 15px 0;
  }
  .sp_nav ul .close img {
    width: 10px;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .sp_nav ul .close a {
    color: white;
    font-size: 12px;
    padding: 11px 0;
    display: inline-block;
    width: 230px;
    background: #606060;
  }

  .caption {
    padding: 0 10px;
  }
}
/* top */
.contents {
  margin-bottom: 60px;
}

.top_nav.pc {
  margin-bottom: 90px;
}
.top_nav.pc &gt; div {
  height: 450px;
  margin-bottom: 20px;
  position: relative;
}
.top_nav.pc &gt; div .box {
  width: 490px;
  max-width: 100%;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.90);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_nav.pc &gt; div .box .text01 {
  font-size: 24px;
  color: #73a561;
  margin-bottom: 10px;
}
.top_nav.pc &gt; div .box .text02 {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
}
.top_nav.pc &gt; div .box .text02 span {
  color: #73a561;
  font-size: 30px;
}
.top_nav.pc &gt; div .box .text03 {
  font-size: 14px;
  line-height: 25px;
}
.top_nav.pc &gt; div .box .text04 {
  background: #a1a6b3;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.top_nav.pc &gt; div .box .btn {
  margin-top: 20px;
}
.top_nav.pc &gt; div .box .btn a {
  display: inline-block;
  background: #358cbd;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 180px;
  line-height: 35px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.top_nav.pc &gt; div .box .btn a img {
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.top_nav.pc &gt; div .box .btn a:hover {
  opacity: 0.6;
}
.top_nav.pc &gt; div.sec {
  background: url(../images/top/top_sec.jpg) right center no-repeat;
  background-size: auto 100%;
}
.top_nav.pc &gt; div.sec .box {
  height: 280px;
  border: 1px solid #7aaa69;
}
.top_nav.pc &gt; div.plan {
  background: url(../images/top/top_plan.jpg) left center no-repeat;
  background-size: auto 100%;
}
.top_nav.pc &gt; div.plan .box {
  height: 300px;
  right: 0;
  border: 1px solid #7aaa69;
}
.top_nav.pc &gt; div.access {
  background: url(../images/top/top_access.jpg) right center no-repeat;
  background-size: auto 100%;
}
.top_nav.pc &gt; div.access .box {
  height: 280px;
  border: 1px solid #7aaa69;
}
.top_nav.pc &gt; div.access .box img {
  width: auto;
}

.top_nav.sp {
  display: none;
}
.table {
    display: table;
    margin-bottom: 40px;
}
.table &gt; div {
    display: table-cell;
    vertical-align: top;
}
.table &gt; div.caption {
    padding-right: 30px;
}

@media screen and (max-width: 1000px) {
  .top_nav &gt; div.sec .box {
    left: 10px;
  }
  .top_nav &gt; div.plan .box {
    right: 10px;
  }
  .top_nav &gt; div.access .box {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 10px;
  }
  .top_slider.pc {
    display: none;
  }
  .top_slider.mb {
    display: block;
  }
  .top_slider.mb .bx-wrapper .bx-viewport {
    border: none;
  }
  .top_slider.mb .bx-wrapper .bx-pager, .top_slider.mb .bx-wrapper .bx-controls-auto {
    bottom: inherit;
  }
  .top_slider.mb li {
    border: 1px solid #ccc;
  }

  .action_b {
      border-top: 1px solid #737373;
      border-bottom: 1px solid #737373;
      padding: 15px;
  }
  .action_b a {
      display: block;
  }
  .action_b a.tel {
      margin-top: 10px;
      margin-bottom: 0px;
  }

  .contents {
    margin-bottom: 40px;
  }

  .top_nav.pc {
    display: none;
  }

  .top_nav.sp {
    display: block;
    margin-top: 20px;
  }
  .top_nav.sp .req_bnr {
    width: 92%;
    margin: 0 auto 20px;
    display: block;
  }
  .top_nav.sp &gt; div {
    padding: 15px;
    position: relative;
  }
  .top_nav.sp &gt; div .box {
    background: rgba(255, 255, 255, 0.80);
    padding: 25px 30px;
    border: 1px solid #7aaa69;
  }
  .top_nav.sp &gt; div .box p {
    text-shadow: 0px 0px 5px white;
  }
  .top_nav.sp &gt; div .box .text01 {
    text-align: center;
    font-size: 10px;
    color: #358cbd;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top_nav.sp &gt; div .box .text02 {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top_nav.sp &gt; div .box .text03 {
    font-size: 11px;
    line-height: 20px;
  }
  .top_nav.sp &gt; div .box .btn {
    margin-top: 20px;
    text-align: center;
  }
  .top_nav.sp &gt; div .box .btn a {
    display: inline-block;
    background: #4492c1;
    color: white;
    text-align: center;
    font-size: 14px;
    width: 180px;
    line-height: 35px;
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
  }
  .top_nav.sp &gt; div .box .btn a img {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .top_nav.sp &gt; div .box .btn a:hover {
    opacity: 0.6;
  }
  .top_nav.sp &gt; div.sec {
    margin-top: 30px;
    background: url(../images/top/top_sec_sp.jpg) right center no-repeat;
    background-size: cover;
  }
  .top_nav.sp &gt; div.plan {
    background: url(../images/top/top_plan_sp.jpg) left center no-repeat;
    background-size: cover;
  }
  .top_nav.sp &gt; div.access {
    background: url(../images/top/top_access_sp.jpg) right center no-repeat;
    background-size: cover;
  }
}
/* plan */
.rakugenki {
  text-align: center;
}
.rakugenki .clm5 {
  margin-bottom: 20px;
}
.rakugenki .clm5 &gt; div {
  width: 168px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.rakugenki .clm5 .text01 {
  text-align: center;
  background: #152a55;
  color: white;
  border-radius: 8px;
  padding: 5px 0;
  margin-bottom: 5px;
}
.rakugenki .clm5 .text02 {
  text-align: center;
  color: #152a55;
}
.rakugenki .box01 {
  position: relative;
  padding-left: 340px;
}
.rakugenki .box01 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.rakugenki .box01 p {
  text-align: left;
}
.rakugenki .caption {
    margin-top: 1em;
}

@media screen and (max-width: 1000px) {
  .rakugenki .clm5 {
    text-align: left;
    margin-bottom: 0;
  }
  .rakugenki .clm5 &gt; div {
    width: 48%;
    margin: 0 1% 10px;
  }
  .rakugenki .box01 {
    position: relative;
    padding-left: 0;
    text-align: center;
  }
  .rakugenki .box01 img {
    position: relative;
    margin-bottom: 20px;
  }
  .rakugenki .box01 p {
    text-align: left;
  }
  .rakugenki .box01 .caption {
    padding: 0;
    font-size: 10px;
  }
}
/* access_location */
.access_img {
  letter-spacing: -4em;
}
.access_img img {
  display: inline-block;
  width: 99px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.access_img img:last-child {
  margin-right: 0;
}

.map {
  position: relative;
}
.map &gt; div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 15px;
}
.map &gt; div:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px;
}
.map &gt; div table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  color: #231816;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.map &gt; div table tr {
  border-bottom: 1px solid rgba(35, 24, 22, 0.2);
}
.map &gt; div table tr.title {
  border: none;
  padding-bottom: 5px;
}
.map &gt; div table th {
  font-weight: normal;
  font-size: 18px;
}
.map &gt; div table td {
  padding: 2px 0;
}
.map &gt; div table td:nth-child(2) {
  width: 70px;
}
.map &gt; div table td:nth-child(3) {
  width: 80px;
  text-align: right;
}
.map .caption {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #231816;
}

@media screen and (max-width: 1000px) {
  .map .caption {
    padding: 0;
    position: relative;
    bottom: 0;
    letter-spacing: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .access_img {
    text-align: center;
  }

  .map &gt; div {
    width: 100%;
    padding: 0 !important;
  }
}



img.pc{

}
img.sp{
  display: none;
}


@media only screen and (max-width: 768px) {
img.pc{
  display: none;
}
img.sp{
  display: inline-block;
}
}
</pre></body></html>