@charset "UTF-8";
/*抹茶色*/
/*薄いクリーム色*/
/*グレー*/
/*紺色*/
BODY {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #130502;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 200;
}

a {
  outline: none;
  cursor: pointer;
}

a:link {
  color: #130502;
  text-decoration: none;
}

a:visited {
  color: #130502;
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  color: #130502;
  text-decoration: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop p {
  display: block;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 0px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #ccc;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #698E6A;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

p {
  text-align: left;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 56%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col4box {
  width: 22%;
}
.flexbox .col5box {
  width: 18%;
}
.flexbox .col2fullbox {
  width: 50%;
}
.flexbox .col3fullbox {
  width: calc(100% /3);
}
.flexbox .col4fullbox {
  width: calc(100% /4);
}

.navigation {
  width: 900px;
  margin: 0 auto;
  padding: 10px 0;
}
.navigation li {
  display: inline-block;
  list-style: none;
}
.navigation li a {
  display: block;
  padding: 0px 20px;
  line-height: 1;
  text-align: center;
}

header {
  margin: 0 auto;
  width: 1200px;
  padding-top: 40px;
  position: relative;
}
header #logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
}
header #headread {
  position: absolute;
  top: 40px;
  left: 58%;
}
header #headread img {
  width: 191px;
}
header #shopbanner {
  position: absolute;
  top: 60px;
  right: 0;
  width: 60px;
}
header .headerinner {
  height: 100px;
}

footer {
  margin: 0 auto;
  width: 1200px;
  padding-top: 54px;
}
footer .navigation {
  padding-top: 20px;
}
footer .navigation a {
  color: #130502;
}

#wrapper {
  width: 1200px;
  margin: 0 auto;
}

.contentsinner {
  max-width: 900px;
  margin: 0 auto;
}

.contentsinner2 {
  max-width: 900px;
  margin: 0 auto;
}

p {
  text-align: left;
}

.centerimg {
  text-align: center;
  margin-bottom: 20px;
}

/*左右に線*/
.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}