<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

********************/
html, body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
  font-size: 16px;
  line-height: 1.375;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width:500px) {
  html {
    font-size: 14px;
  }
}
body {
  word-break: break-all;
}
body,
section, div,
ul, li,
dl, dt, dd,
h1, h2, h3, h4,
p {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  font-size: 1em;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #9d2e48;
  outline: none;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style:none;
}
input[type=text]{
  font-size: 16px;
}
:placeholder-shown {
  color : #ccc;
}
::-webkit-input-placeholder {
  color : #ccc;
}
:-moz-placeholder {
  color : #ccc;
}
::-moz-placeholder {
  color : #ccc;
}
:-ms-input-placeholder {
  color : #ccc;
}
:placeholder-shown {
  color : #ccc;
}
.underline {
  text-decoration: underline;
}
.txt-right  { text-align: right; }
.txt-center { text-align: center; }

.pc_none { display: none; }
@media (max-width:767px) {
  .pc_none { display: block; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display: inline;
  }
  .sp_none { display: none !important; }
}

/*******************

- .header-lower

********************/
.header-lower {
  border-top: 6px solid #fb9bad;
  border-bottom: 1px solid #ccc;
}
.header-lower-frame {
  max-width: 1000px;
  margin: 0 auto;
}
.header-lower .layout {
  display: table;
  width: 100%;
  border-collapse: collapse;
  line-height: 1px;
}
.header-lower .layout img {
  vertical-align: top;
}
.header-lower .service-logo ,
.header-lower .service-help {
  display: table-cell;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-lower .service-logo {
  padding: 14px 0 11px 112px;
  vertical-align: middle;
}
.header-lower .service-logo img {
  width: 156px;
}
.header-lower .service-help {
  width: 112px;
  border: 1px solid #ccc;
  border-width: 0 1px;
  padding: 11px 0 10px;
  vertical-align: bottom;
  cursor: pointer;
  color: #999;
}
.header-lower .service-help .help-image {
  width: 85px;
  display: inline-block;
  padding-top: 32.72%;
  background-repeat: no-repeat;
  background-size: auto 64%;
  background-image: url(../images/icon_question.png);
  background-position: top center;
}
.header-lower .service-help .help-image img {
  width: 100%;
}
@media (max-width:1000px) {
  .header-lower .service-help {
    border-right: none;
  }
}
@media (max-width:767px) {
  .header-lower {
    border-top-width: 3px;
  }
  .header-lower .service-logo {
    padding: 10px 0 8px 18.66%;
  }
  .header-lower .service-logo img {
    width: 43.2%;
  }
  .header-lower .service-help {
    padding: 8px 0;
    width: 18.66%;
  }
  .header-lower .service-help .help-image {
    width: 69%;
    padding-top: 35.97%;
    background-size: auto 65.67%;
  }
}

/*********************************
*
*  .frame
*
**********************************/
.frame {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 78px;
  box-sizing: border-box;
}
.footer .frame {
  padding: 0;
}
@media (max-width:767px) {
  .frame {
    padding: 0 calc(40 / 750 * 100vw);
    width: auto;
  }
}
/*********************************
*
*  .main_vsl
*
**********************************/
.main_vsl {
  margin: auto;
  width: 100%;
  height: auto;
}
.main_vsl h1 {
  text-align: center;
}
.main_vsl h1 img{
  width: 100%;
}


/*********************************
*
*  title
*
**********************************/
.ttl-01 {
  padding: 32px;
  font-size: 36px;
  text-align: center;
  background: #ffffff;
  border: 11px solid #366e00;
}
@media (max-width:767px) {
  .ttl-01 {
    padding: 12px 6px;
    font-size: 18px;
    border: 5px solid #366e00;
  }
}

/*********************************
*
*  accordion
*
**********************************/
.acd-title {
  position: relative;
  max-width: 332px;
  height: 68px;
  margin: 60px auto 0;
  background: url(../images/readmore.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.acd-title.opened {
  background: url(../images/close.png) no-repeat;
}
.more-items-wrap {
  position: relative;
}
.more-items-wrap::before, .more-items-wrap:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 113px;
  background: url(../images/bg_icon.png);
}
.more-eating::before {
  background-position: 0 -197px;;
  bottom: -40px;
  left: 0;
}
.more-eating::after {
  background-position: 120px -197px;
  bottom: -40px;
  right: -20px;
}
.more-shopping::before {
  background-position: -24px -572px;
  bottom: -25px;
  left: 0;
}
.more-shopping::after {
  width: 130px;
  background-position: 124px -572px;
  bottom: -40px;
  right: -20px;
}
.more-goingout::before {
  background-position: 5px -897px;
  bottom: 10px;
  left: 0;
}
.more-goingout::after {
  width: 130px;
  background-position: 126px -907px;
  bottom: 10px;
  right: -20px;
}
@media (max-width:767px) {
  .acd-title {
    width: 80%;
    margin: 0 auto;
    padding: 12px 16px 12px 8px;
    font-size: 18px;
  }
}
.acd-title:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.close {
  display: none;
}
.acd-title.opened .close {
  display: inline;
}
.acd-title.opened .more {
  display: none;
}
.acd-contents {
  margin-top: 20px;
}
@media (max-width:767px) {
  .acd-contents {
    margin-top: 5px;
  }
  .acd-title ,.acd-title.opened  {
    background-size: 60%;
    background-position: center;
  }
  .more-items-wrap::before, .more-items-wrap:after {
    width: 60px;
    height: 60px;
    background: url(../images/bg_icon.png);
    background-size: 161px 507.5px;
  }
  .more-eating::before {
    background-position: 0 -90px;
    bottom: 20px;
    left: 0;
  }
  .more-eating::after {
    background-position: 60px -90px;
    bottom: 20px;
    right: -10px;
  }
  .more-shopping::before {
    background-position: 0 -270px;
    bottom: 20px;
    left: -10px;
  }
  .more-shopping::after {
    background-position: 60px -270px;
    bottom: 20px;
    right: -10px;
  }
  .more-goingout::before {
    background-position: 4px -445px;
    bottom: 40px;
    left: -15px;
    width: 80px!important;
  }
  .more-goingout::after {
    background-position: 60px -453px;
    bottom: 30px;
    right: -20px;
  }
}

/*********************************
*
*  lede
*
**********************************/
.lede-wrap {
  text-align: center;
}
.about-area {
  background-color: #fff;
  padding: 50px 78px 60px;
}
.about-area div {
  position: relative;
}
.about-area .dec-01, .about-area .dec-02 {
  position: absolute;
}
.about-area .dec-01 {
  top: -44px;
  left: -70px;
}
.about-area .dec-02 {
  top: -51px;
  right: 27px;
}
.about-area div p {
  letter-spacing: -1px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  font-family: serif;
}
@media screen and (max-width: 767px) {
  .about-area {
    padding: calc(45 / 750 * 100vw) calc(20 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  .about-area div p {
    margin-top: calc(20 / 750 * 100vw);
    font-size: 13px;
    line-height: calc(35 / 750 * 100vw);
  }
  .about-area .dec-01 {
    width: calc(97 / 750 * 100vw);
  }
  .about-area .dec-02 {
    width: calc(63 / 750 * 100vw);
  }
  .about-area .dec-01 {
    top:auto;
    bottom: calc(-40 / 750 * 100vw);
    left: 0;
  }
  .about-area .dec-02 {
    top:auto;
    bottom: calc(-40 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.anchor-btn-list {
  margin-top: 55px;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
}
.anchor-btn-list a img{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .anchor-btn-list {
    margin: calc(75 / 750 * 100vw) calc(15 / 750 * 100vw) 0;
    padding: 0;
  }
  .anchor-btn-list li {
    margin-right: calc(40 / 750 * 100vw);
  }
  .anchor-btn-list li:last-of-type {
    margin-right: 0;
  }
}

/*********************************
*
*  about
*
**********************************/
.about-wrap {
  background-image: linear-gradient(to right, #ffffec, #ffffc8);
  padding: 45px 0 42px;
  margin-top: 4px;
}
.about-wrap .frame-about {
  position: relative;
}
.frame-about .dec-03, .frame-about .dec-04 {
  position: absolute;
}
.frame-about .dec-03 {
  top: -115px;
  right: -144px;
}
.frame-about .dec-04 {
  left: 46px;
  bottom: -131px;
}
@media screen and (max-width: 767px) {
  .about-wrap {
    padding-top: calc(45 / 750 * 100vw);
  }
  .frame-about .dec-03 {
    top: calc(-100 / 750 * 100vw);
    right: 0;
    width: calc(122 / 750 * 100vw);
  }
  .frame-about .dec-04 {
    bottom: calc(-145 / 750 * 100vw);
    left: 0;
    width: calc(120 / 750 * 100vw);
  }
 
}

/*********************************
*
*  street
*
**********************************/
.street-infor {
  background: url(../images/gradients_bg.jpg) repeat-x;
  padding: 80px 65px 60px;
}
.street-about-wrap {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .street-about-wrap {
    padding: calc(100 / 750 * 100vw) 0 calc(112 / 750 * 100vw);
  }
  .street-infor {
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
    background-size: contain;
  }
}
.new-img {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .new-img {
    margin-top: calc(50 / 750 * 100vw);
  }
  .new-img img {
    width: 38%;
  }
}
.street-wrap {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.street-wrap:first-child {
  margin-top: 0;
}
.street-img img {
  width: 100%;
}
.street-txt-wrap {
  display: flex;
  padding: 20px 30px;
  background: #fff1fc;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .street-wrap {
    margin-top: calc(60 / 750 * 100vw);
  }
  .street-txt-wrap {
    display: block;
    padding: 10px;
    margin-top: calc(20 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
  .street-img {
    display: block;
    flex: 4;
  }
  .street-img img {
    border-radius: 3px;
  }
  .nakamachi_img {
    flex: 9;
  }
}
.street-ttl {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin: 0 60px 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .street-ttl {
    margin: 0 30px 0 10px;
  }
}
.nakamachi_ttl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .street-ttl {
    flex: 1;
    margin: 0 calc(35 / 750 * 100vw) 0 calc(15 / 750 * 100vw);
  }
  .nakamachi_ttl {
    margin: 0;
  }
  .street-ttl img {
    width: calc(493 / 750 * 100vw); 
  }
}
.street-txt {
  font-size: 23px;
  line-height: 32px;
  font-family: serif;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  height: 380px;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .street-txt {
    font-size: 18px;
    line-height: 1.4;
  }
}
.street-txt span {
  writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 23px;
}
.nakamachi_txt {
  margin: 0 35px 0 50px;
  height: 460px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nakamachi_txt {
    margin: 0 17px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .street-txt {
    font-size: 12px;
    line-height: calc(32 / 750 * 100vw);
    height: calc(400 / 750 * 100vw);
    font-weight: bold;
  }
  .street-txt span {
    line-height: calc(23 / 750 * 100vw);
  }
  .nakamachi_txt {
    margin: 0 calc(15 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
}

/*********************************
*
*  facility
*
**********************************/
.facility-frame {
  background: #ffffff;
  padding: 100px 80px;
}
@media screen and (max-width: 1140px) {
  .facility-frame {
    padding: 100px 40px;
  }
}
.facility-items-settl {
  text-align: center;
  margin: 80px 0 36px;
  position: relative;
}
.facility-items-settl::before, .facility-items-settl:after {
  content: "";
  position: absolute;
  background: url(../images/bg_icon.png);
  width: 70px;
  height: 113px;
}
.eating-ttl::before {
  top: -15px;
  left: -40px;
}
.eating-ttl::after {
  top: -50px;
  right: -35px;
  background-position: 105px 0;
}
.shopping-ttl::before {
  width: 130px;
  top: 5px;
  left: -40px;
  background-position: 0 -382px;
}
.shopping-ttl::after {
  top: -10px;
  right: -20px;
  background-position: 105px -380px;
}
.goingout-ttl::before {
  width: 130px;
  top: 25px;
  left: -40px;
  background-position: 0 -772px;
}
.goingout-ttl::after {
  top: 10px;
  right: -40px;
  background-position: 141px -772px;
  width: 130px;
}
.facility-items-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .facility-items-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.facility-items-list li {
  position: relative;
  box-sizing: border-box;
  width: 31%;
  margin-right: 24px;
  margin-top: 24px;
  border: 1px solid #333333;
  font-size: 14px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .facility-items-list li {
    width: calc(33.333% - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media screen and (min-width: 1141px) {
  .facility-items-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.facility-items-list li a {
  box-sizing: border-box;
  height: 353px;
  display: block;
  color: #222222;
  padding: 20px 20px 55px;
  position: relative;
}
.facility-items-list li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 6px;
  right: 5px;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #f0891a;
  border-bottom: 10px solid #f0891a;
}
.facility-item-lab-wrap {
  display: flex;
  margin-top: 15px;
}
.facility-item-lab-wrap p {
  border: 1px solid #222222;
  width: 90px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-align: center;
  font-weight: 900;
}
.facility-item-lab-wrap p:nth-child(2) {
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .facility-item-lab-wrap {
    flex-wrap: wrap;
  }
  .facility-item-lab-wrap p {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 7px;
  }
  .facility-item-lab-wrap p:nth-child(1) {
    margin-right: 10px;
  }
  .facility-item-lab-wrap p:nth-child(2) {
    margin-left: 0;
  }
  .facility-items-list li a {
    height: 365px;
  }
}
.facility-item-detail {
  height: 38px;
  margin-top: 5px;
  position: relative;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .facility-item-detail {
    height: auto;
  }
}
.facility-item-service {
  margin-top: 25px;
  font-size: 16px;
  color: #f0891a;
  font-weight: 900;
}
.facility-items-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #333333;
}
.facility-items-wrap:last-child {
  border: none;
}
@media screen and  (max-width: 767px) {
  .facility-frame {
    padding: calc(100 / 750 * 100vw) calc(20 / 750 * 100vw) calc(80 / 750 * 100vw)
  }
  .facility-items-settl {
    margin: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .facility-items-settl img {
    width: 50%;
  }
  .facility-items-wrap {
    padding: 0 calc(15 / 750 * 100vw);
  }
  .facility-items-list li {
    width: 49%;
    margin-right: 2%;
    margin-top: calc(20 / 750 * 100vw);
  }
  .facility-items-list li:nth-child(2n) {
    margin-right: 0;
  }
  .facility-items-list li a {
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(75 / 750 * 100vw);
    font-size: 12px;
    height: auto;
  }
  .facility-item-lab-wrap p {
    width: 48%;
  }
  .facility-item-lab-wrap p:nth-child(2) {
    margin-left: 4px;
  }
  .facility-item-service {
    font-size: 14px;
  }
  .facility-items-list li {
    border: calc(1 / 750 * 100vw) solid #333333;
  }
  .facility-items-list li a:after {
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 7px solid #f0891a;
    border-bottom: 7px solid #f0891a;
    bottom: 3px;
    right: 3px;
  }
  .facility-items-settl::before, .facility-items-settl:after {
    background-size: 161px, 507.5px;
    width: 60px;
    height: 60px;
  }
  .eating-ttl::before {
    top: -10px;
    left: -10px;
  }
  .eating-ttl::after {
    top: -15px;
    right: -15px;
    background-position: 74px 0;
  }
  .shopping-ttl::before {
    top: -5px;
    left: -10px;
    background-position: 0 -190px;
  }
  .shopping-ttl::after {
    top: -5px;
    right: -20px;
    background-position: 55px -190px;
  }
  .goingout-ttl::before {
    width: 80px;
    top: -16px;
    left: -7px;
    background-position: 1px -360px;
  }
  .goingout-ttl::after {
    top: -10px;
    right: -10px;
    background-position: 65px -370px;
  }
  .facility-items-list li:nth-child(3n) {
    margin-right: auto;
  }
  .facility-items-list li:after {
    border-left: calc(11 / 750 * 100vw) solid transparent;
    border-top: calc(11 / 750 * 100vw) solid transparent;
    border-right: calc(11 / 750 * 100vw) solid #f0891a;
    border-bottom: calc(11 / 750 * 100vw) solid #f0891a;
  }
}
/*********************************
*
*  banner
*
**********************************/
.banner-wrap {
  padding: 62px 0;
}
@media screen and  (max-width: 767px) {
  .banner-wrap {
    padding: calc(80 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
  .banner-wrap .frame {
    padding: 0;
  }
}
.banner-btn-green {
  margin: 83px 0 0;
  display: block;
}
.banner-btn-white {
  margin-top: 60px;
  display: inline-block;
}
.banner-btn-white img {
  width: 100%;
}
.dec-06 {
  position: absolute;
  bottom: 100px;
  right: -150px;
}
.banner-ttl {
  font-size: 36px;
  color: #555555;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and  (max-width: 767px) {
  .banner-btn-green::after {
    right: 13px;
    letter-spacing: normal;
    transform: scale(0.9);
  }
  .banner-ttl {
    font-size: 18px;
  }
  .banner-btn-green ,.banner-btn-white{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-btn-green {
    width: 100%;
    height: 60px;
    margin: calc(83 / 750 * 100vw) 0 0;
  }
}
@media screen and  (max-width: 350px) {
  .banner-btn-green {
    font-size: 16px;
    height: 50px;
  }
}
.btn-white-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.random-banner-area{
  margin-top: 40px;
  width: 100%;
}
@media screen and  (max-width: 767px) {
  .random-banner-area{
    margin-top: calc(40 / 750 * 100vw);
  }
}
@media screen and  (min-width: 768px) {
  .items {
    font-size: 0;
  }
  .items li{
    display: inline-block;
    width: 48%;
  }
  .items li + li {
    margin-left: 4%;
  }
}
@media screen and  (max-width: 767px) {
  .items {
    text-align: center;
  }
  .items li + li {
    margin: 20px 0 0 0;
  }
}
.top-btn {
  margin-top: 40px;
}
@media screen and  (max-width: 767px) {
  .top-btn {
    width: 70%;
    margin: 20px auto 0;
  }
}

/*******************

- .slide-feature
  (with JavaScript)

********************/
.slide-feature {
  margin:0 auto;
  max-width:1000px;
}

/*******************

- modal
  (with JavaScript)

********************/
.wrapper.fixed {
  overflow:hidden;
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
}
.modal-contents {
  position:relative;
  z-index:100;
}
.modal-bg {
  position:absolute;
  top:0;
  left:0; right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.4);
  z-index:50;
}

/*******************

- .modal-help
  (with JavaScript)

********************/
.modal-help {
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
  z-index:100;
  display:none;
}
.modal-help &gt; .modal-contents {
  width:89%;
  max-width:440px;
  margin:0 auto;
  position:absolute;
  top:0;
  left:0; right:0;
  background-color:#fff;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  margin-top:5%;
  overflow:hidden;
}
.modal-help &gt; .modal-contents &gt; .btn-close {
  width:7.76%;
  position:absolute;
  top:0;
  right:0;
  margin-right:2.985%;
  margin-top:2.985%;
  cursor:pointer;
  z-index:20;
}

/*******************

- .slide
  (slick.js)

********************/
.slide-help.slick-slider {
  margin-bottom:50px;
}
.slide-detail-image.slick-slider{
  margin-bottom: 70px;
}
.slick-dots {
  margin-top:10px;
  top:100%;
}
.slick-dots li {
  margin:0 5px ;
}
.slick-dots li button {
  width:10px;
  height:10px;
}
.slick-dots li button::before {
  content:"";
  background-color:transparent;
  border-radius:50%;
  border:1px solid #444;
  width:10px;
  height:10px;
  opacity:1;
}
.slick-dots li.slick-active button::before {
  background-color:#444;
}

/*******************

- .slide-help
  (with JavaScript)

********************/
.slide-help-wrap {
  margin:2.985%;
  position:relative;
}
.slide-help .item {
  width:100%;
  position:relative;
}
.slide-help :focus {
  outline : none;
}
.slide-help .item .btn-start {
  display:block;
  width:71.11%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:71.11% auto 0;
  cursor:pointer;
}

/*******************

- .slide-detail-image
  (with JavaScript)

********************/
.slide-detail-image {
  width: 700px;
  margin:1em auto;
}
.slide-detail-image .item .wrap {
  padding:0 50px;
}
.slide-detail-image .item .image {
  display:block;
  padding-top:66.667%;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}
.slide-detail-image .slick-dots {
  bottom:auto;
}
@media (max-width: 767px) {
  .slide-detail-image {
    width:100%;
  }
  .slide-detail-image.slick-slider {
    margin-bottom:40px;
  }
  .slide-detail-image .item .wrap {
    padding:0;
  }
  .slide-detail-image .slick-dots {
    margin-top:15px;
  }
}

/*******************

- .toPagetop

********************/
.toPagetop {
  position: fixed;
  width: 85px;
  height: 85px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 14;
}
.toPagetop img {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px) {
  .toPagetop {
    width: 55px;
    height: 55px;
    right: 20px;
    bottom: calc(267 / 750 * 100vw);
  }
}

/*******************

- .footer

********************/
.footer {
  color:#fff;
  background-color:#555;
  padding-top:30px;
  padding-bottom:30px;
  font-size:87.5%;
}
.footer a {
  color:inherit;
}
.footer .layout {
  display:table;
  width:100%;
}
.footer .site-logo ,
.footer .copyright {
  display:table-cell;
  vertical-align:middle;
}
.footer .site-logo {
  margin-top:0;
}
.footer .copyright {
  text-align:right;
  letter-spacing:0.1em;
}
.footer .site-logo .poweredby {
  margin-right:1em;
  letter-spacing:0.1em;
  font-size:1.1em;
}
.footer .site-logo .poweredby ,
.footer .site-logo .logo-img {
  display:inline-block;
  vertical-align:middle;
}
@media (max-width:1040px) {
  .footer {
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
  }
  .footer .copyright {
    font-size:0.8em;
  }
  .footer .site-logo .logo-img {
    width:50%;
  }
}
@media (max-width:767px) {
  .footer {
    padding-top:1.5em;
    padding-bottom:1.5em;
  }
  .footer .layout {
    display:block;
  }
  .footer .site-logo ,
  .footer .copyright {
    width:100%;
    display:block;
    text-align:center;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
    letter-spacing:0;
  }
  .footer .copyright {
    margin-top:0.5em;
    letter-spacing:0;
    font-size:0.9em;
  }
  .footer .site-logo .logo-img {
    width:39.15%;
    max-width:278px;
  }
}

/*******************

- .matsumoto add

********************/
.grid-bg {
  background-image: url(../images/bg.png);
}
.nagano-yutai-facility {
  background: #c1a884;
}
.nagano-yutai-facility .frame {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 65px 0;
}
.nagano-yutai-facility div a {
  display: inline-block;
}
.nagano-yutai-facility div a img {
  width: 100%;
}
@media (max-width:767px) {
  .nagano-yutai-facility .frame {
    padding: calc(55 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}</pre></body></html>