@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  font-family:"Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯ Medium", YuGothic, "Þâ¥´¥·¥Ã¥¯ÂÎ", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
  color: #000000;
}
a {
  color: #464e54;
}
a:hover, a:focus {
  transition: all ease .25s;
  color: #5e5e5e;
  text-decoration: none;
}

/*
 * layout
 */
#wrapper {
  padding: 80px 20px 0;
  max-width: 960px;
}

header {
  position: fixed;
  z-index: 2;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  background: #336633;
}

header img#background {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

header img#logo {
  position: absolute;
  top: 0;  left: 0;
  right: 0;
  z-index: 3;
  margin: 30vh auto;
  width: auto;
  height: 40vh;
}

header ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  width: 960px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

header ul li {
  margin: 0 30px 0 0;
}

header ul li:last-of-type {
  margin: 0;
}

header ul li a {
  font-size: 14px;
  color: white;
}

header ul li a:hover, header ul li a:focus {
  text-decoration: none;
  color: white;
}

header ul li form {
  margin: 0;
  font-size: 12px;
}

header ul li form select {
  width: auto;
  margin: 0 4px 0 0;
  padding: 0;
  height: 20px;
  border: none;
}

header ul li form input[name="keyword"] {
  margin: 0 3px 0 0;
  padding: 0;
  width: 146px;
  height: 20px;
  border: none;
}

header ul li form button {
  padding: 0;
  width: 46px;
  height: 20px;
  background: white;
  border: none;
  border-radius: 2px;
}

menu {
  display: none;
}

/*
 * contents
 */

div#contents {
  float: right;
  margin: 0;
  padding: 0 0 55px;
  width: 724px;
}

div#contents a:hover, div#contents a:focus {
  opacity: 0.65;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

div#side {
  width: 181px;
  margin: 0 55px 0 0;
  padding: 0 0 55px;
}

div#side a:hover, div#side a:focus {
  text-decoration: none;
  background: #eee;
}

div#side h1 {
  margin: 0 0 41px;
  width: 181px;
  height: 190px;
  background: #fff;
}

div#side h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

div#side h1 a:hover, div#side h1 a:focus {
  background: #fff;
}

div#side h1 a img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

div#side div#category {
  margin: 0 0 52px;
}

div#side div#category h3 {
  margin: 0;
  padding: 0 0 15px 2px;
  border-bottom: 1px solid #336633;
  font-size: 17px;
  color: #336633;
}

div#side div#category ul {
  list-style: none;
  margin: 0;
}

div#side div#category ul li a {
  display: block;
  padding: 0 0 0 2px;
  height: 53px;
  line-height: 53px;
  font-size: 15px;
  border-bottom: 1px solid #336633;
}

div#side div#free ul {
  list-style: none;
  margin: 0;
}

div#side div#free ul li {
  text-align: center;
}

div#side div#free ul li a {
  display: block;
  margin: 0 0 7px;
  width: 179px;
  height: 49px;
  line-height: 49px;
  font-size: 15px;
  border: 1px solid #336633;
  color: #336633;
}

div#side div#free ul li a:hover, div#side div#free ul li a:focus {
  background: #336633;
  color: #fff;
}

div#side div#banner {
  border: 2px solid #336633;
  background: #336633;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
  
/*
 * footer
 */
footer {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 956px;
  font-size: 15px;
}

footer div.ttl{
	width: 100%;
	border-top: 2px solid #336633;
}

footer .bnr{
	display: flex;
  	flex-flow: row wrap;
  	width: 100%;
  	margin-bottom: 60px;
  	gap: 25px 6.666666666666667%;
}

footer .bnr .bnr__item{
	flex: 0 1 20%;
  	width: 100%;
}

@media (orientation: portrait), ((orientation: landscape) and (max-width: 767px)) {
  	footer .bnr{
  		gap: 15px 10%;
  	}
  
	footer .bnr .bnr__item{
  		flex: 0 1 45%;
  	}
}

footer .bnr .bnr__item a{
	transition: all ease 0.25s;
}

footer .bigbnr {
  margin-bottom: 60px;
  width: 100%;
}
footer .bigbnr a {
  transition: all ease 0.25s;
}
footer .bigbnr a figure {
  margin: 0;
}

footer a:hover, footer a:focus {
  opacity: 0.65;
}

footer h2 {
  margin: 19px 0 15px;
  padding: 0;
  height: 14px;
  line-height: 14px;
  text-align: left;
  font-size: 18px;
  color: #336633;
}

footer > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 17px 0 0;
  padding: 31px 0;
  border-top: 2px solid #336633;
  border-bottom: 2px solid #336633;
}

footer > ul > li {
  width: 290px;
}

footer > ul > li section {
  margin: 41px 0 0;
}

footer > ul > li section:first-of-type {
  margin: 0;
}

footer > ul:first-of-type > li:first-of-type section:first-of-type .flexBox{
	display: flex;
  gap: 0 4%;
}

footer > ul:first-of-type > li:first-of-type section:first-of-type a {
  display: block;
  flex: 0 1 48%;
  width: 100%;
  height: 41px;
  line-height: 41px;
  background: #969696;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

footer > ul:first-of-type > li:first-of-type section:first-of-type a:hover, footer > ul:first-of-type > li:first-of-type section:first-of-type a:focus {
  opacity: 1;
}

footer > ul > li section h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 15px;
  color: black;
}

footer > ul > li section p {
  margin: 0 0 20px;
  line-height: 20px;
  font-size: 12px;
}

footer > ul > li section p img {
  margin: 14px 0 0;
}

footer > ul > li section p a:hover, footer > ul > li section p a:focus {
  text-decoration: none;
}

footer > section {
  padding: 20px 0 50px;
  border-bottom: 2px solid #336633;
  font-size: 12px;
}

footer > section h3 {
  font-size: 18px;
}

footer > section address {
  margin: 0 0 29px;
  line-height: 21px;
}

footer > section p {
  line-height: 20px;
}

footer .footer__nav {
  padding: 20px 0 0;
  font-size: 12px;
}

footer > div a {
  margin: 0 10px 0 0;
}

footer > div a:hover, footer > div a:focus {
  text-decoration: none;
}

/*about*/
.about h2{
    margin: 0 0 60px;
    padding: 0;
    line-height: 48px;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}

.about .about__block{
    display: block;
    margin-bottom: 80px;
}

.about .about__block h3{
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 30px;
}

.about .about__block p{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #694A31;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about .about__flex{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 80px;
}

.about .about__flex figure{
    flex: 0 1 50%;
    width: 100%;
    margin: 0;
}

.about .about__flex figure img{
    width: 100%;
}

.about .about__block02 h4{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about .about__block02 h4 .icon{
    display: block;
    min-width: 40px;
    width: 40px;
    margin-right: 15px;
}

.about .about__block02 h4 .text{
    font-size: 22px;
}

.about .about__block02 p{
    font-size: 16px;
    color: #694A31;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

/* 
 * custom style
*/
h2, h3, h4, h5, h6 {
  color: #336633
}

@media (orientation: portrait), ((orientation: landscape) and (max-width: 767px)) {
  header ul {
    display: none;
    height: 0;
    padding: 0 10px;
  }
  
  header ul li {
    float: left;
  }

  menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    text-align: right;
  }

  menu img {
    width: 60px;
    height: 60px;
  }

  menu div {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100vh;
  	background: #336633;
    text-align: left;
  }

  menu div img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }

  menu div form {
    padding: 100px 30px 0
  }

  menu div form select {
    width: 100%;
    margin: 0 0 10px;
  }

  menu div form input {
	width: 70%; 
  }

  menu div form button {
	width: calc(30% - 20px);
    background: white;
  }

  menu div ul {
    list-style: none;
    line-height: 2.5em;
  }

  menu div ul a {
    color: white;
  }

  #wrapper {
  	padding: 120px 20px 0;
  }
  
  div#contents, div#side {
    float: none;
    display: block;
    width: 100%;
  }
  
  div#side h1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
    width: 60px;
    height: 60px;
  }

  div#side h1 a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  div#side div#free ul li a {
    width: 100%;
  }
  
  footer {
    width: 100%;
  }
  
  footer ul {
    display: block;
  }
  
  footer ul li {
    width: 100%;
  }
}