<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
}


/* ベース */
#head {text-align: center;}
#head img {
  background-color: #85978c;
  width: 100%;
  position: fixed;
  top: 0;
  left:0;
  z-index: 9999995;
}

#head2 img {
  background-color: #fff;
  width: 100%;
  z-index: 9999995;
}

#head-2{
	width:100%;
	height: 100vh;
	position: relative;
} 

#head-2:before{
	content:"";
	position:fixed;
	top:-45px;
	left:0;
	z-index:-1;
	width:100%;
	height: 100vh;
	background:url("../img/headlogo3.png") no-repeat center;
	background-size:100%;
}

#container{
	position: relative;
	z-index:1;
	background:#fff;
	margin-top:-10px;
	text-align: center;
}

.main { 
    width:90%;
    margin:  0 auto;
 } 

.main2 { 
    width:75%;
    margin:  0 auto;
    padding-bottom: 10px;
 } 

.main3 { 
    width:75%;
    margin:  0 auto;
    padding-bottom: 2px;
 } 

.main4 { 
    width:75%;
    margin:  0 auto;
}

.main5 { 
    width:75%;
    margin:  0 auto;
    margin-bottom: 60px;
 } 

.shopname1{
    font-size: 13px;
    font-family: "Sawarabi Mincho";
    text-align: left;
    letter-spacing: 1px;
    font-weight:lighter;
    margin: 0;
}

.shopname2{
    font-size: 15px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    letter-spacing: 3px;
    font-weight:lighter;
    margin: 0 0 1px 0;
}

.shopname3{
    font-size: 10px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    letter-spacing: 3px;
    font-weight:lighter;
    margin: 0 0 50px 0;
}

.shopname3-red{
    color: #ff0000;
    font-size: 10px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    letter-spacing: 3px;
    font-weight:lighter;
    margin: 0 0 1px 0;
}

.main-box{
    background-color: #85978c;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}

.main-box2{
    background-color: #5b5e79;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}

.main-box3{
    background-color: #a00028;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}

.main-box4{
    background-color: #b89d75;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}

.main-box p{
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 4px;
    font-weight:lighter;
}

.main-box2 p{
    font-family: "Sawarabi Mincho";
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    font-weight:lighter;
}

.main-box3 p{
    font-family: "Sawarabi Mincho";
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    font-weight:lighter;
}

.shop1{
    font-size: 23px;
    font-family: "Sawarabi Mincho";
    color: #8c7757;
    text-align: center;
    letter-spacing: 4px;
    font-weight:lighter;
    margin-bottom: 5px;
}

.shop2{
    font-size: 23px;
    font-family: "Sawarabi Mincho";
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight:lighter;
    margin-bottom: -5px;
}

.shop3{
    font-size: 14px;
    font-family: "Sawarabi Mincho";
    color: #000;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 5px;
}

a {
    text-decoration:none; 
}

/* 文字動き */
.glowAnime span{opacity: 0;}

.glowAnime{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    margin-top: -60px;
    margin-bottom: 50px;
    animation:glow_anime_on 1s ease-out forwards;
}

.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

@keyframes glow_anime_on{
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
	100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}

/* スクロールフェードイン */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(3px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
 
.fadeUpTrigger{
    opacity: 0;
}


/*スクロール矢印*/
.scrolldown{
	position:absolute;
	bottom:1%;
	right:50%;
	animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

.scrolldown span{
	position: absolute;
	left:-20px;
	bottom:10px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	right:0;
	width:1px;
	height: 50px;
	background:#eee;
}

/*メニュー*/
#g-nav{
    position:fixed;
    z-index: 999;
    top:0;
    left: -105%;
    width:100%;
    height: 100vh;
    background:#000;
    opacity: 0.6;
    transition: all 0.3s;
}

#g-nav.panelactive{
    left: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav li{
	list-style: none;
    text-align: left; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:7px 0 7px 0;
	display: block;
	text-transform: lowercase;
	letter-spacing: 0.1em;
        font-size: 20px;
        font-style: italic;
	font-family: 'PT Serif', serif;
}

.openbtn{
	position:fixed;
        z-index: 9999999999999999999999999;
	top:60px;
	left: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
    background:#fff;
    border-radius: 3px;
}
		
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*ソーシャルリストデザイン*/
.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-5px 0 0 -5px;
	padding:0;
}
.shareList__item {
	height:60px;
	line-height:60px;
	width:15%;
	margin:5px 0 0 5px;
	text-align:center;
}
.shareList__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
	display:block;
	transition: ease-in-out .2s;
	border-radius: 5px;
}
.shareList__link:hover::before{
	background:#ffffff;
	transform: scale(1.2);
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);
}

.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover::before{color:#55acee;}

.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover::before{color:#3B5998;}

.shareList__link.icon-google-plus{background:#dd4b39;}
.shareList__link.icon-google-plus:hover::before{color:#dd4b39;}

.shareList__link.icon-hatebu{background:#008FDE;}
.shareList__link.icon-hatebu:hover::before{color:#008FDE;}

.shareList__link.icon-pocket{background:#EB4654;}
.shareList__link.icon-pocket:hover::before{color:#EB4654;}

.shareList__link.icon-rss{background:#ff9900;}
.shareList__link.icon-rss:hover::before{color:#ff9900;}

.shareList__link.icon-feedly{background:#6cc655;}
.shareList__link.icon-feedly:hover::before{color:#6cc655;}

.shareList__link.icon-pinterest{background:#cb2027;}
.shareList__link.icon-pinterest:hover::before{color:#cb2027;}

.shareList__link.icon-linkedin{background:#0e76a8;}
.shareList__link.icon-linkedin:hover::before{color:#0e76a8;}

.shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover::before{color:#1dcd00;}


/*フッター*/
.footer {
 color: #808080;
 background: #e5e5e5;
 text-align: center;
 padding: 30px;
}
.footer a {
 color: #808080;
 text-decoration: none;
}
.footer a:hover {
 text-decoration: underline;
}
.footer .footermenu {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 12px;
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer .footermenu li {
 margin: 0;
 padding: 0 10px;
}
.footer .copyright {
 margin: 0;
 padding: 20px 0 0 0;
 font-size: 9px;
 font-family: "M PLUS 1p";
}


/*共通ガイド*/
.common { 
    width:90%;
    margin:  0 auto;
    margin-top: 50px;
}

.common1{
    font-size: 20px;
    font-family: "M PLUS 1p";
    text-align: center;
    letter-spacing: 1px;
    font-weight:lighter;
    margin: 0;
}

.common2{
    font-size: 15px;
    font-family: "M PLUS 1p";
    text-align: left;
    letter-spacing: 3px;
    font-weight:lighter;
    margin: 50px 0 0 0;
}

.common3{
    font-size: 9px;
    font-family: "M PLUS 1p";
    text-align: left;
    letter-spacing: 3px;
    font-weight:lighter;
    margin: 10px 0 50px 0;
}</pre></body></html>