<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---- reset ----*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

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

/*---- base settings ----*/
/*
$main_widthB: 1120px;
*/
.gotu {
  font-family: 'Gotu', sans-serif;
}

.zk-gothic {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.wf-kokoro {
  font-family: scotch-display, sans-serif;
  font-weight: 300;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #333;
  font-size: 1.6rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #fff;
}

/*
body{	
margin:0px;
line-height:1.2;
font-size:12px;
color:#333;
font-family: 'Noto Serif JP','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
min-width:1200px;
}
*/
a:link {
  color: #000000;/* #365520 */
  text-decoration: none;
}

a:visited {
  color: #000000;/* #365520 */
  text-decoration: none;
}

a:hover {
  color: #444444;/* #365520 */
  text-decoration: underline;
}

a:active {
  color: #444444/* #365520 */
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.noalpha:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

ul, li, dl, dt, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

.flL {
  float: left !important;
}

.flR {
  float: right !important;
}

.fNone {
  float: none !important;
}

.ovf {
  overflow: hidden !important;
}

.clr {
  clear: both;
}

.ri {
  text-align: right !important;
}

.le {
  text-align: left !important;
}

.cen {
  text-align: center !important;
}

.b {
  font-weight: bold !important;
}

.red {
  color: #cc0000;
}

/* common setting
-------------------------------------------------- */
body img,
body iframe {
  width: 100%;
  height: auto;
}

.inner {
  clear: both;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* tab用 */
  .for-tbpc,
  .for-tb {
    display: block !important;
  }
  .for-sp {
    display: none !important;
  }
  .inner {
    width: 94%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  /* SP用 */
  .for-sp {
    display: block !important;
  }
  .for-tbpc,
  .for-tb,
  .for-pc {
    display: none !important;
  }
}

/* anime ==============================================*/
.fadeUp,
.fadeUp2,
.inRight,
.inRight2 {
  opacity: 0;
}

.fadeUp.is-active {
  -webkit-animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadeUp2.is-active {
  -webkit-animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards;
          animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards;
}

.inRight.is-active {
  -webkit-animation: inright 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: inright 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.inRight2.is-active {
  -webkit-animation: inright 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
          animation: inright 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}

@media (max-width: 767px) {
  .fadeUp.is-active {
    -webkit-animation: fadeup 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
            animation: fadeup 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  }
  .fadeUp2.is-active {
    -webkit-animation: fadeup 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
            animation: fadeup 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  }
  .inRight.is-active {
    -webkit-animation: inright 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
            animation: inright 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  .inRight2.is-active {
    -webkit-animation: inright 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
            animation: inright 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes inright {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes inright {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* main ===============================================*/
@media (min-width: 768px) {
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main header {
    width: 300px;
    background-color: #fff; /*------------------------------------背景色　行削除で戻る-------------------------------------*/
  }
  main article {
    width: calc(100% - 300px);
  }
  main article section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  main {
    display: block;
    /*
    article{
      height:calc(100% - 100px);
    }
*/
  }
}

/* header =============================================*/
#header {
  position: fixed;
  padding: 40px 50px;
  width: 300px;
  top: 0;
  left: 0;
}

#header h1,
#header .hlogo {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 212px;
}

#header .insta {
  margin-bottom: 60px;
  text-align: center;
}

#header .insta a i {
  font-size: 4rem;
}

#header .menu-button {
  display: none;
}

#header .nav-content .gnav {
  text-align: right;
}

#header .nav-content .gnav li {
  margin-bottom: 20px;/* 30px */
}

#header .nav-content .gnav li a {
  font-family: 'Gotu', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  #header {
    padding: 10px 10px 0 8%;
    width: 100%;
    height: 50px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 999;
  }
  #header h1,
  #header .hlogo {
    margin: 0;
    width: 100%;
    max-width: auto;
    max-width: initial;
    text-align: center;
  }
  #header h1 img,
  #header .hlogo img {
    max-width: 104px;
  }
  #header .insta {
    margin-bottom: 0;
  }
  #header .insta a i {
    font-size: 3rem;
  }
  #header .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 46px;
    height: 40px;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    z-index: 99999;
  }
  #header .menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
  }
  #header .menu-button span + span {
    margin-top: 3px;
  }
  #header .menu-button.close span {
    background: #000;
  }
  #header .menu-button.close span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    top: 2px;
  }
  #header .menu-button.close span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .menu-button.close span:nth-of-type(2) {
    display: none;
  }
  #header .menu-button.close span + span {
    margin-top: 0;
  }
  #header .nav-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
  }
  #header .nav-content .gnav {
    display: block;
    width: 100%;
    margin: 20% auto 8% auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .nav-content .gnav ul {
    margin: 0 auto;
    padding: 0;
    width: 86%;
    height: 100%;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
}

/* footer ==============================================*/
footer {
  padding: 30px 0;
  width: 100%;
  background: #f8f8f9;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer #copy {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  footer {
    padding: 15px 0;
  }
}

/*
section#ptop{
	margin:70px auto;
	width:964px;
}
*/
#pagetop {
  position: fixed;
  right: 2%;
  bottom: 25px;
  max-width: 64px;
  z-index: 800;
}

/* home ==============================================*/
#home .mv {
  width: 100%;
  height: calc(100vh - 70px);
}

#home .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .Delete {
    display: none;
}

@media (max-width: 1024px) {
  #home .mv {
    height: calc(100vh - 130px);
  }
}

@media (max-width: 767px) {
  #home .mv {
    height: calc(100vh - 120px);
  }
  #home .mv img {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  #home .mv {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }
  #home .mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* concept ==============================================*/
body#concept .sec01 .mv {
  position: relative;
  margin-bottom: 120px;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

body#concept .sec01 .mv .fig {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
}

body#concept .sec01 .mv .fig img {
  opacity: .5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body#concept .sec01 .mv .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}

body#concept .sec01 .mv .txt .mv_logo {
  margin: 11% auto 54px;
  width: 268px;
  height: 78px;
}

body#concept .sec01 .mv .txt h1 {
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.8rem;
}

body#concept .sec01 .mv .txt p {
  margin-bottom: 1em;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.2rem;
  line-height: 2.6;
}

body#concept .sec01 .mv .txt p.lead {
  font-size: 1.8rem;
}

body#concept .sec02 {
  text-align: center;
}

body#concept .sec02 h2 {
  color: #000;
  font-size: 1.4rem;
}

body#concept .sec02 p {
  margin-bottom: 50px;
  color: #000;
  font-size: 1.2rem;
  line-height: 3;
}

body#concept .sec02 p.sttl {
  margin-bottom: 100px;
  font-size: 1.8rem;
}

body#concept .sec03 {
  padding: 0 13% 40px;
}

body#concept .sec03 .figbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

body#concept .sec03 .figbox div {
  width: 52%;
}

.concept-img img{
  width: auto;
  padding: 10px;
}

@media (max-width: 1024px) {
  body#concept .sec01 .mv {
    width: 100%;
  }
  body#concept .sec01 .mv .fig {
    height: 100%;
  }
  body#concept .sec01 .mv .fig img {
    -o-object-position: 46% 100%;
       object-position: 46% 100%;
  }
  body#concept .sec01 .mv .txt .mv_logo {
    margin: 11% auto 5%;
  }
}

@media (max-width: 767px) {
  body#concept article {
    margin-top: 50px;
  }
  body#concept .sec01 .mv {
    margin-bottom: 60px;
    height: calc(100vh - 120px);
  }
  body#concept .sec01 .mv .fig {
    height: 100%;
  }
  body#concept .sec01 .mv .fig img {
    -o-object-position: 46% 100%;
       object-position: 46% 100%;
  }
  body#concept .sec01 .mv .txt .mv_logo {
    margin: 11% auto 20%;
    max-width: 160px;
    height: auto;
  }
  body#concept .sec01 .mv .txt p {
    margin-bottom: 1.8em;
    line-height: 2.6;
  }
  body#concept .sec01 .mv .txt p.lead {
    line-height: 1;
  }
  body#concept .sec02 p.sttl {
    margin-bottom: 50px;
  }
  body#concept .sec03 {
    padding: 0 8px 0;
  }
  body#concept .sec03 .figbox {
    display: flex;
  }
  body#concept .sec03 .figbox div {
    margin-bottom: 8px;
    width: 100%;
  }
  .concept-img img{
    width: 100%;
  }

}

@media (max-width: 767px) and (orientation: landscape) {
  body#concept .sec01 .mv {
    padding-bottom: 80%;
    width: 100%;
  }
  body#concept .sec01 .mv .fig img {
    -o-object-position: 46% 100%;
       object-position: 46% 100%;
  }
  body#concept .sec01 .mv .txt .mv_logo {
    margin: 11% auto 5%;
  }
}


/* info ==============================================*/
body#info .sec {
  margin-top: 86px;
  padding: 25px 15px;
  color: #333;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body#info .sec h1 {
  margin-bottom: 25px;
  font-family: scotch-display, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
}

body#info .sec .infobox {
  margin-bottom: 40px;
  padding: 26px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body#info .sec .infobox .posthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body#info .sec .infobox .posthead .num {
  font-family: scotch-display, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}

body#info .sec .infobox .posthead .date {
  margin-left: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

body#info .sec .infobox p {
  font-size: 1.4rem;
  line-height: 2.4;
}

body#info .sec .infobox p.ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
}

body#info .sec .infobox p.date {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

body#info .sec .infobox figure {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

body#info .sec .infobox figure img {
  width: auto;
  width: initial;
  max-width: 100%;
}

/* ----------------------- info 22AW 追記 ---------------------- */

#info .infobox a:link {
  color: #e2e3eb;/* #365520 */
  text-decoration: none;
}

#info .infobox a:visited {
  color: #333333;/* #365520 */
  text-decoration: none;
}

#info .infobox a:hover {
  color: #fff;/* #365520 */
  text-decoration: underline;
}

#info .infobox a:active {
  color: #fff/* #365520 */
  text-decoration: underline;
}


/* ----------------------- info 22AW 追記 END ---------------------- */


@media (max-width: 767px) {
  body#info .sec {
    margin-top: 0;
  }
}

/* shoplist ==============================================*/
body#shoplist .sec {
  margin-top: 100px;
  padding: 0 20px;
}

body#shoplist .sec h1 {
  margin-bottom: 40px;
  font-family: scotch-display, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
}

body#shoplist .sec .shopbox {
  margin-bottom: 30px;
  padding: 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #999;
}

body#shoplist .sec .shopbox .txt p {
  margin-bottom: 10px;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

body#shoplist .sec .shopbox .txt p.shop {
  font-size: 1.8rem;
}

body#shoplist .sec .shopbox .txt p.tel {
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

body#shoplist .sec .shopbox .map a {
  padding: 5px 0 0;
  width: 128px;
  height: 30px;
  color: #999;
  font-size: 1.4rem;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

body#shoplist .sec .shopbox .map a span {
  margin-left: 10px;
  width: 15px;
  height: 14px;
  background: url(../img/icn_map.png) no-repeat 0 0;
  display: block;
}

body#shoplist .sec .shopbox .map a:hover {
  text-decoration: none;
  opacity: .8;
}

@media (max-width: 767px) {
  body#shoplist .sec {
    margin-top: 86px;
  }
  body#shoplist .sec h1 {
    margin-bottom: 20px;
  }
  body#shoplist .sec .shopbox {
    padding: 25px 0;
    display: block;
  }
  body#shoplist .sec .shopbox .txt {
    margin-bottom: 30px;
  }
  body#shoplist .sec .shopbox .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
</pre></body></html>