<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 ---------------- */
#contents &gt; section { padding-top: 60px; }
#contents &gt; section:last-child { padding-bottom: 60px; }

/*パララックス*/
.parallax-window { background: transparent; }

/* title */
.pageHead { position: relative; margin: 10px; min-height: 400px; background: no-repeat center /cover;}
#story .pageHead { background-image: url(../img/story/pageTtl.jpg);}
#about .pageHead { background-image: url(../img/about/pageTtl.jpg);}
#experience .pageHead { background-image: url(../img/experience/pageTtl.jpg);}
#contact .pageHead { background-image: url(../img/story/pageTtl.jpg);}
#privacy .pageHead { background-image: url("../img/privacy/pageTtl.jpg");}
#blog .pageHead { background-image: url(../img/story/pageTtl.jpg);}
#shinzenbi .pageHead { background-image: url("../img/blog/pageTtl-szb.jpg");}
#onlineshop .pageHead { background-image: url("../img/shopping/pageTtl.jpg");}
#onlineshop.cart .pageHead { background-position: center!important; }
#error .pageHead { background-image: url("../img/privacy/pageTtl.jpg");}


.pageTitle { position: absolute; top: 50%; left: 50%;
  width: 100%;
  transform: translate(-50%,-50%); text-align: center;
  font-size: 2.5em; line-height: 1.3; color: #fff;
  }
.pageTitle &gt; span { display: block; font-size: .5em; letter-spacing: .2em; }

/*conTtl*/
.conTtl { position: relative; padding-bottom: .5em; margin-bottom: 1em; text-align: center; font-size: 1.625em; }
.conTtl::before { content: "";
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 50px; height: 3px;
  background-color:#165e83;
  background: -webkit-linear-gradient(0deg, #165e83, #6281a1);
  }

.subTtl { margin:2em 0 .8em; padding-left:.8em; font-size:1.05em; line-height:1.5; border-left:4px solid #698aab; }

/*pan*/
#pan { position: absolute; left: 0; bottom: 0;
  padding: .5em 2em .4em 1em; font-size: 0.8125em; background: #fff;
  }
#pan &gt; li { position: relative;padding-right: 1em; }
#pan &gt; li:not(:last-child)::before { content: "&gt;"; position: absolute; right: 0; }
#pan &gt; li:not(:last-child) { margin-right: 1em; }
#pan &gt; li &gt; a { text-decoration: none; color: #698aab; }


/* contents ---------------- */
.sec-box { margin-bottom: 60px; }
.sec-inbox { position: relative; margin-bottom: 60px; }
.sec-order .txt { order: 2; }

.sec-bgimg .img { z-index: -1; position: static; top: 0; width: 100%; height: 100%; background: no-repeat center /cover; }
.sec-bgimg .inner { width: 84%!important; }
.sec-bgimg .txt { width: 100%; margin: 0 0 0 auto; padding: 0 0 6% 0; }


/*sectionタイトル*/
.pagettl { position: relative; margin-bottom: 70px; background: no-repeat center /cover; }
.pagettl .secttl { position: absolute; top: 50%; left: 10%; line-height: 1.5; transform: translateY(-50%); }
.pagettl .secttl span { display: block; font-size: .5em; }


/* story ---------------- */
#intro .secttl { font-size: 2em; }
#intro .txt { text-align: center; font-size: 1.0625em; font-weight: 600; line-height: 2; }
#intro .pageNav { margin: 30px auto 0; justify-content: space-between; -webkit-justify-content: space-between; }
#intro .pageNav &gt; li &gt; a {
  display: block; position: relative;
  padding: .5em 1em; text-decoration: none;
  border: 1px solid; border-radius: 100px;
  font-size: 1.25em; color: #698aab;
  }
#intro .pageNav &gt; li &gt; a::before {
  content: ""; position: absolute; top: 45%; right: 1em;
  width: 15px; height: 15px;
  border-top: 1px solid #698aab; border-right: 1px solid #698aab;
  transform: translate(-50%,-50%) rotate(135deg);
  }
#intro .pageNav &gt; li &gt; a &gt; span {
  display: inline-block; position: relative;
  width: 3rem; height: 3rem; margin-right: 1em;
  border-radius: 50%; background: #eff3f8;
  text-align: center; font-size: 11px;
  line-height: 1.2; letter-spacing: .1em;
  vertical-align: middle;
  }
#intro .pageNav &gt; li &gt; a &gt; span &gt;span {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  }
#intro .pageNav &gt; li &gt; a &gt; span &gt; span &gt; em { font-size: 1.38em; }

/* story01 */
.st-used .img { justify-content: space-between; -webkit-justify-content: space-between; }
.typical { margin-top: 30px; }
.typical .ttl { margin-bottom:1em; font-size: 1.375em; text-align: center; }
.typ-box { position: relative; }
.typ-box::after { content: ""; display: block; width: 32%; }
.typ-box &gt; li { width: 49%; margin-bottom: 2%; padding: 1em; background:#eff3f8; }
.typ-box &gt; li &gt; .typ-ttl { margin: 0; font-size: 1.125em; font-weight: bold; }
.typ-box &gt; li &gt; .typ-ttl span.small { font-size: .75em; }
.typ-box &gt; li &gt; .dep { margin:0 0 1em; font-size: 13px; color:#888888; border-bottom: 1px solid #698aab; }
.typ-box &gt; li &gt; .txt { font-size: .9em; font-weight: 500; letter-spacing: .05em; color: #3e3e3e; }
.st-sukumo2 .img { left: 0; background-image: url("../img/story/story01-sukumo02.jpg"); }
.st-hakko4 .img { left: 0; background-image: url("../img/story/story02-img04.jpg"); }


/* experience ---------------- */
/* カレンダー */
#experience .cal-desc { margin: 1em 0;}
#experience .cal-desc &gt; dl { padding: 1em; border: 1px solid #ddd;}
#experience .cal-desc &gt; dl &gt; div { position: relative;}
#experience .cal-desc dt { width: 2.5em;}
#experience .cal-desc dd { flex: 1; text-align: left;}
#experience .cal-wrap { width: calc(100% - 30px); max-width: 1000px; margin: 0 auto;}
#experience .calendar h4 { text-align:center; margin-bottom:10px; font-size:160%; }
#experience .calendar table { width: 100%; border:2px solid #698aab;	border-collapse:collapse; }
#experience .calendar td {position:relative; width:12.5%; padding:0 0 .5em; vertical-align:top; text-align:center; border-top:none; border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
#experience .calendar td:last-child { border-right:1px solid #698aab; }
#experience .calendar tr:last-child td { border-bottom:1px solid #698aab; }
#experience .calendar td &gt; span { display: block; line-height: 1.3;}
#experience .calendar td &gt; span:not(:first-of-type){ margin-top: .3em; padding-top: .3em; border-top: 1px dotted #ddd;}
#experience .calendar td.sem_cat { vertical-align:bottom; }
#experience .calendar td em.date { display:block; margin-bottom:6px; padding:2px 10px 3px; background:#eff3f8; }
#experience .calendar p { margin:0; padding:5px 10px; white-space:nowrap; }
#experience .calendar .week td {padding:5px; text-align:center; color:#fff; background:#698aab;border-bottom:none;}
#experience .calendar .holiday { min-height:55px; }
#experience .calendar .holiday span { position:absolute; top:65%; left:0; width:100%; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
#experience #cal a.prev,
#experience #cal a.next { position: absolute; top: 0; display: block; width: 40px; height: 40px; border: 1px solid #698aab; border-radius: 50%; }
#experience #cal a.prev { left: 0;}
#experience #cal a.next { right: 0;}
#cal a.prev::before, #cal a.next::before { position:absolute; top:50%; left:50%; margin-top:-4px; margin-left:-6px; content:""; display:block; width:9px; height:9px; border-top:2px solid #698aab; border-right:2px solid #698aab; transform: rotate(45deg);}
#cal a.prev::before { margin-left: -2px; transform: rotate(-135deg);}


.price-box .price { display: block; float: right; clear: right; text-align: right; }

.movie-box { margin-bottom: 80px; }
/*.movie-box .movie iframe { max-width:300px; margin:0 auto; }*/

.flow-box { counter-reset: number 0; }
.flow-box .sec-box { }
.flow-box .sec-box .txt { position: relative; padding:20px 0 10px; border-top: 2px solid #eff3f8; }
.flow-box .sec-box .txt::before { content: ""; position: absolute;
  top: -2px; left: 0;
  width: 25%; height: 2px; background: #698aab;
  }
.flow-box .sec-box .txt .ttl {
  position: relative;
  margin-bottom:1em;
  font-size: 1.375em; font-weight: bold;
  }
.flow-box .sec-box .txt .ttl::before {
  counter-increment: number 1;
  content: "Step " counter(number,decimal-leading-zero);
  display: block; font-size: 0.68em; letter-spacing: .1em; color: #698aab;
  }



/* about ---------------- */

/*concept*/
#concept .txt { text-align: center; font-size: 1.0625em; font-weight: 500; line-height: 2; }
.kobo-imgbox li { width: 24%; }
.contact-box { margin: 50px auto; }

/*access*/
.kobo-box .c-dl&gt;div&gt;dd { border-bottom:none; }

.access_car { margin-bottom:2.5em; }
.access_car .telno { font-size:1.2em; color:#295F7F; text-decoration:none; }

.access_root { margin-bottom: 50px; }
.root_box { display:-webkit-flex; display:flex; -webkit-flex-direction:column; flex-direction:column; width:32.5%; padding:.5em 1.2em 1.2em; background:#f6f6f6; }
.root_box:not(:last-child) { margin-right:1%; }

.root_name { position:relative; margin:0 0 1em; padding-top:1em; font-size:1.1em; text-align:center; }

.root_list { -webkit-flex-direction:column; flex-direction:column; -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; }
.root_list li { position:relative; padding:.6em 1em .5em 2.8em; }
.root_list li:not(.root):before { content:""; position:absolute; top:1em; left:1.2em; width:.8em; height:.8em; border-radius:50%; background:#698aab; }

.root_list .start { background:#ddd; }
.root_list .goal { background:#698aab; color: #fff; }
.root_list .station { border:1px solid #ccc; background:#fff; }

.root_list .root { -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1;
  padding-top:1em; padding-bottom:.9em; padding-left:4.2em;
  }
.root_list .root:empty { min-height:3.5em; }
.root_list .root:before { content:""; position:absolute;
  top:0; bottom:0; left:1.55em; width:1px; border-left:1px solid #666;
  }
.root_list .root.walk:before { border-left-style:dashed; }
.root_list .root:after { content:""; position:absolute;
  top:1.5em; left:3em; width:.3em; height:.3em;
  border-right:2px solid #698aab; border-bottom:2px solid #698aab;
  -webkit-transform:rotate(45deg); transform:rotate(45deg);
  }

.root_list li.goal:before { background: #fff; }



/* contact ---------------- */
.con-box-thank .secttl { letter-spacing: 0; }



/* onlineshop ---------------- */
.info_box { padding:1em 1.5em; background:rgba(0, 0, 0, 0.05); }
#onlineshop .box { margin-bottom: 70px; padding: 20px; border: 2px solid #eee; border-radius: 3px; }

.soldout_txt { display: inline-block; margin-left: .5em; font-size: .6em; color: #c00; }
.soldout { margin: .3em 0 0; font-size: .88em; color: #c00; }




/* ================================================================
  レスポンシブ
=================================================================== */
/* 600以上(PC・タブレット) */
@media screen and (min-width: 600px) {
  #contents &gt; section { padding-top: 80px; }
  #contents &gt; section:last-child { padding-bottom: 80px; }

  /*conTtl*/
  .conTtl { margin-bottom: 1.5em; }


  .sec-inbox {
    display: flex; -webkit-display: flex;
    justify-content: space-between; -webkit-justify-content: space-between;
    }
  .sec-inbox &gt; * { width: 48%; }
  .sec-bgimg .img { position: absolute; width: 60%; }
  .sec-bgimg .txt { width: 50%; padding: 5%; background: #fff; }

  /* story ---------------- */
  #intro .secttl { font-size: 2.5em; }
  #intro .pageNav &gt; li &gt; a { padding: .5em 4em .4em 1.5em; }
  #intro .pageNav &gt; li &gt; a &gt; span { width: 3.75rem; height: 3.75rem; margin-right: 1.5em; font-size: 13px; }

  /* story01 */
  .typ-box &gt; li { width: 32%; padding: 2em; }


  /* experience ---------------- */
  .price-box ul li { max-width: 400px; }
  .movie-box .movie { z-index: 0; position: relative; text-align: center; padding-bottom: 50px; }
  .movie-box .movie::before { content: ""; z-index: -1; position: absolute;
    bottom: 0; left: 0; right: 0;
    width: 100%; height: 200px;
    background: #eff3f8;
    }
  .movie-box .movie iframe { max-width: 600px; }

  .flow-box .sec-box .txt { padding: 20px; }

  /* onlineshop ---------------- */
  #onlineshop .box { padding: 30px; }

}

/* 960px以上(PC) */
@media screen and (min-width: 960px) {

  .pagettl { height: 300px; }

  /* story ---------------- */
  #intro .pageNav { margin: 50px auto; justify-content: center; -webkit-justify-content: center; }
  #intro .pageNav &gt; li:first-child { margin-right: 3%; }

  /* story01 */
  .st-used .img { justify-content: center; -webkit-justify-content: center; }
  .st-used .img figure:first-child { margin-right: 20px; }

  /* access */
  .access_car { display:flex; justify-content:space-between; margin-bottom:2em; }
  .access_car .pmap { width:550px; }

}

/* ================================================================
  タブレット
=================================================================== */
/* 1024以下 (タブレット横以下) */
@media screen and (max-width: 1024px) {

}

/* 959以下 (タブレット以下) */
@media screen and (max-width: 959px) {
  .pageHead { min-height: 300px; }
  .pagettl { height: 250px; margin-bottom: 50px; }

  /* story ---------------- */
  /* story01 */
  .st-used .img figure { width: 48%; }
  .st-used .img figure img { width: 100%; }

  /* about ---------------- */
  /*access*/
  .access_root, .root_list, .root_box { display:block; }
  .root_box { width:100%; padding:0; margin-bottom:.5em; border-bottom:2px solid #ddd; }
  .root_name { margin:0; padding:.8em 1em; text-align:left; }
  .root_name:before { display:none; }
  .root_name.dropdown:after { top:0; right:1em; bottom:0; margin:auto 0; }

}

/* ================================================================
  スマホ
=================================================================== */
@media screen and (max-width: 599px){
  .pageHead { min-height: 250px; }
  #onlineshop .pageHead { background-position: left; }

  .pagettl { height: 200px; }
  .pageTitle {  font-size: 2em; }

  .sec-bgimg .img { padding-top: 65%;}

  /* story ---------------- */
  #intro .pageNav &gt; li { width: 100%; }
  #intro .pageNav &gt; li:not(:last-child) { margin-bottom: 3%; }
  .typ-box &gt; li:first-child { width: 100%; }

  /* story02 */
  .st-hakko4 { margin-bottom: 0; }
  #contents &gt; section#story02 { padding-bottom: 0; }


  /* experience ---------------- */
  .movie-box { z-index: 0; position: relative; margin-bottom: 50px; padding-bottom: 30px; }
  .movie-box::before {  content: ""; z-index: -1; position: absolute;
    bottom: 0; left: 0; right: 0;
    width: 100%; height: 200px; background: #eff3f8;
    }
  .movie iframe {height: 200px; }

  .flow-box .sec-inbox { margin-bottom: 0; }
  .flow-box .sec-box { margin-bottom: 50px; }



  /* about ---------------- */
  #concept .gradttl { letter-spacing: 0; }
  /*access*/
  .kobo-imgbox li { width: 49%; margin-bottom: 2%; }
  #access .sec-box:last-child { margin-bottom: 0; }
  .map iframe { height: 300px; }


}

</pre></body></html>