<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 */

/*--- COMMON ---*/
.pc,
.pc-tub,
.pc-sp {
	display: block !important;
}
.tub,
.sp,
.tub-sp{
	display: none !important;
}

a.anchor { display: block; padding-top: 80px; margin-top: -80px; }

.br-pc { display:block; }
.br-sp { display:none; }


#fixed_adjust {
  height: 80px;
  width: 100%;
}

/*--- HEADER ---*/

#header_wrap {
	width:100%;
  position: fixed;
  top:0;  
	left:0;
	z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
#header_in {
	margin: 0 auto;
	max-width: 1000px;
  height: 80px;
  position: relative;
}
#header_logo {
  width: 240px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
#header_logo a {
  background-image: url(../img/header_logo.svg);
  background-repeat: no-repeat;
  width: 240px;
  height: 30px;
  text-indent: -9999em;
  display: block;
}

#header_wrap #header_in #header_menu {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
#header_form {
  width: 200px;
  height: 60px;
}
#header_form a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  background-color: #8d1e35;
  text-align: center;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
#header_form a:hover {
  background-color: #520212;
  text-decoration: none;
}




/*--- NAVIGATION ---*/

#navi_wrap {
	width:100%;
  height: 80px;
  background-image:url("../img/navi_back.png");
  background-repeat: repeat-x;
}
#navi_in {
  width:100%;
	margin: 0 auto;
	max-width: 1000px;
  height: 80px;
}
#navi_in ul {
}
#navi_in ul li a {
  width : calc( 99.8% / 7 );
  height: 80px;
  box-sizing: border-box;
  float: left;
  display: block;
  text-align: center;
  
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
  color: #fff;
  font-size: 0.9em;
}
#navi_in ul li a:hover {
  /*background-image: url("../img/navi_hover.png");*/
  background-color: #332e2a;
  text-decoration: none;
}
#navi_in ul li a span {
  color: #d8ff00;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size:11px;
  font-weight: 300;
  display: block;
  margin: 15px 0 2px;;
}

@media all and (-ms-high-contrast: none) {  /* IEのみ */
  #navi_in ul li:nth-child(1) a {
    width : calc( 100% / 6 - 1px );
  }
}




/* footer */

ul.foot_link {
	list-style-type: none;
	padding-left: 0;
  text-align: center;
  margin: 40px 0;
}
ul.foot_link li {
	padding: 2px 10px;
  display: inline-block;
  border-right: 1px solid #5b524b;
  font-size: 12px;
  margin: 5px 0;
}
ul.foot_link li:last-child {
  border-right: none;
}
ul.foot_link li a {
  background-image: url("../img/other_window.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
  padding-left: 5px;
  white-space: nowrap;
  color: #4a433d;
}
#footer_logo {
  background-image: url(../img/header_logo.svg);
  background-repeat: no-repeat;
  width: 240px;
  height: 30px;
  text-indent: -9999em;
  display: block;
  margin: 0 auto;
}





/* コピーライト */
#copyright {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 200;
  padding: 20px;
}

#PageTop {
	width: 40px;
	height: 40px;
	opacity:0.7;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;

	z-index: 100;

    position: fixed;
    bottom: 25px;
	right: 25px;
}
#PageTop a {
    width:40px;
    height:40px;
    display: block;
	background-image:url(../img/pagetop_.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    /*filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;*/
}
#PageTop a:hover {
	background-image:url(../img/pagetop.png);
	background-color: #95e3e7;
    /*filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;*/
}


/* -----------------------------

TUB　タブレット
画面サイズが621pxから1000pxまで

----------------------------- */

@media screen and (min-width:621px) and ( max-width:1000px) {
}

/* -----------------------------

SP　スマホ
画面サイズが765px以下　

----------------------------- */

@media screen and (max-width:765px) { 

/*--- COMMON ---*/
.sp,
.tub-sp,
.pc-sp {
	display: block !important;
}
.pc,
.tub,
.pc-tub{
	display: none !important;
}
  
a.anchor { display: block; padding-top: 60px; margin-top: -60px; }

.br-pc { display:none; }
.br-sp { display:block; }


#fixed_adjust {
  height: 60px;
  width: 100%;
}
  
  
/*--- HEADER ---*/
  
#header_in {
  height: 60px;
}
#header_logo {
  margin-left: 5px;
  width: 180px;
  height: 20px;
}
#header_logo a {
  width: 180px;
  height: 20px;
}
#header_form {
  width: 60px;
  height: 60px;
  float: right;
}
#header_form a {
  text-indent: -9999px;
  background-color: #8d1e35;
  width: 60px;
  height: 60px;
  background-image: url("../img/sp_menu_form.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
}
#header_form a:hover {
  background-color: #520212;
  text-decoration: none;
}
  

#foot-link-in,
#foot-shop-in {
  width: calc( 100% - 20px );
  margin-bottom: 2px;
}
#foot-link-in ul.other_link li {
  width : calc(( 100% / 2 ) - 26px );
}
#foot-link-in ul.main_link &gt; li {
  width : calc( 100% / 2 );
  margin-bottom: 10px;
}
#foot-shop-in ul li {
  width: calc( 100% / 2 );
  margin-bottom: 10px;
  min-height: 200px;
}
  
}


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