@charset "UTF-8";
* html .clearfix {
  zoom: 1;
  /*\*/
  /*/height: auto;overflow: hidden; /**/
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  text-size-adjust: 100%;
  line-height: 1.25;
  font-family: "Yu Mincho", YuMincho, serif;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  display: block;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #D8D8D8;
  margin: 1em 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

section {
  width: 100%;
}
section > h2{
  font-family: 'Sawarabi Mincho', sans-serif;
}

#about {
  background-color: #eeeeee;
}

#about p {
  padding-top: 48px;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
}

#about p:nth-of-type(1) {
  padding-top: 135px;
}

#about p:nth-of-type(2) {
  display: block;
  width: 115px;
  margin: 0 auto;
}

#about p:nth-of-type(2) > img {
  width: 100%;
  animation: rotate 5s linear infinite;
}

#about p:nth-of-type(3) {
  padding-bottom: 135px;
}

#about h2{
  padding-top: 48px;
  text-align: center;
  font-family: "Yu Mincho", YuMincho, serif;
  font-weight:bold;
  font-size:22px;
}

#about p:last-child {
  padding-top: 2em;
  padding-bottom: 135px;
}

#about:after {
  content: '';
  height: 600px;
  width: 100%;
  display: block;
  background-image: url(../images/photo_shop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#product {
  background-image: url(../images/bg_product.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
}

#product > h2 {
  padding-top: 125px;
  padding-bottom: 100px;
  width: 1000px;
  margin: 0 auto;
}

#product > ul {
  width: 1000px;
  margin: 0 auto;
}

#product > ul > li {
  margin-bottom: 165px;
}

#product > ul > li dl > dt {
  width: 296.5px;
}

#product > ul > li dl > dt > img {
  width: 100%;
}

#product > ul > li dl > dd {
  margin-top: 63px;
}

#product > ul > li dl > dd > p {
  line-height: 2em;
}

#product > ul > li dl > dd > p > a {
  text-decoration: underline;
}

#product > ul > li:nth-of-type(2) {
  margin-bottom: 100px;
}

#product > ul > li:nth-of-type(3) > dl > dt {
  width: 534px;
}

#product > ul > li:nth-of-type(3) > dl > dt > img {
  width: 100%;
}

#product:after {
  content: '';
  height: 600px;
  width: 100%;
  display: block;
  background-image: url(../images/product_photo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#shop {
  border-top: 5px solid #820415;
  background-color: #eee;
}

#shop > div {
  background-color: #000;
}


#shop > div canvas{
  width: 100% !important;
}

#shop > h2 {
  padding-top: 115px;
  padding-bottom: 80px;
  width: 1000px;
  margin: 0 auto;
}

#shop > dl {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 145px;
}

#shop > dl > dt {
  width: 363.5px;
  padding-bottom: 48px;
}

#shop > dl > dt > img {
  width: 100%;
}

#shop > dl > dd {
  line-height: 2em;
}

#shop > dl > dd > address {
  font-style: normal;
}

#shop > dl > dd > address > p {
  padding-bottom: 1em;
}

#shop > dl > dd > dl {
  font-size: 0;
  padding-bottom: 1.5em;
}

#shop > dl > dd > dl > dt {
  display: inline-block;
  font-size: 1.4rem;
}

#shop > dl > dd > dl > dd {
  display: inline-block;
  font-size: 1.4rem;
}

#shop > dl > dd > p {
  padding-top: 1.5em;
}

#shop > dl > dd > p > a {
  text-decoration: underline;
}

#shop > div {
  position: relative;
  height:auto;
  border-top: 5px solid #820415;
}

#shop > div canvas {
  position: absolute;
}

#shop > div nav.link-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: inline-block;
}

#shop > div nav.link-list li {
  width: 100%;
  overflow: hidden;
  float: left;
}

#shop > div nav.link-list a {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.5s ease;
}

#shop > div nav.link-list a.is-active {
  background-color: #c9caca;
}

#shop > div nav.btns {
  position: absolute;
  top: 45%;
  width: 100%;
}

#shop > div nav.btns button {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 10px;
  font-family: serif;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  transition: all 0.5s ease;
}

#shop > div nav.btns button:focus {
  outline: 0;
}

#shop > div nav.btns button:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  left: 0;
  border: 2px solid #c9caca;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
}

#shop > div nav.btns button span {
  opacity: 0;
  transition: opacity 0.2s ease;
}

#shop > div nav.btns button:hover {
  background-color: #c9caca;
  width: 64px;
  height: 64px;
  transform: translateY(-10px);
}

#shop > div nav.btns button:hover:before {
  opacity: 1;
  width: 104px;
  height: 104px;
  top: -22px;
  left: -22px;
}

#shop > div nav.btns button:hover span {
  opacity: 1;
}

#shop > div nav.btns button.show-prev {
  left: 15%;
}

#shop > div nav.btns button.show-next {
  right: 15%;
}

#shop > div .loading-txt {
  text-align: center;
  width: 100%;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#shop > div .loading-txt.is-hidden {
  display: none;
}

#calender {
  background-image: url(../images/bg_c.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
  background-color: #000;
  padding-bottom: 135px;
}

#calender > h2 {
  width: 1000px;
  margin: 0 auto;
  padding-top:135px;
  padding-bottom:135px;
  color: #fff;
}

#calender >iframe{
  width: 1000px;
  margin:0 auto;
  display: block;
}

#blog:before{
  content: '';
  height: 600px;
  width: 100%;
  display: block;
  background-image: url(../images/photo_blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#blog > h2 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 132px;
  line-height: 50px;
}

#blog > h2 > a {
  position: absolute;
  right: 0;
  width: 250px;
}

#blog > h2 > a > img {
  width: 100%;
}

#blog > div {
  width:600px;
  margin:70px auto 0 auto;
}

#blog #to_blog_title {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 50px;
}

#blog #to_blog_img {
  width: 300px;
  margin: 0 auto;
}

#blog #blog-logo {
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 140px;
}
/*
#blog p {
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 140px;
}
*/

#blog p > img {
  width: 100%;
}

footer {
  width: 100%;
  position: absolute;
  line-height: 50px;
  bottom: 0;
  background-color: #aaaaaa;
}

footer > p {
  text-align: center;
  color: #fff;
  font-family: 'Jomolhari', serif;
  letter-spacing: .1em;
}

footer > p > span {
  position: relative;
  padding-right: 2em;
}
footer > p > span:after {
  position: absolute;
  content:'\00a9';
  display: inline-block;
  right: .5em;
  top:calc(50% - .5em);
  line-height: 1.4rem;
}

header {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-image: url(../images/cover.png);
  background-repeat: no-repeat;
  background-size: cover;
}
header > h1 {
  position: absolute;
  bottom: 291px;
  left: calc(50% - 500px);
  width: 232.5px;
  z-index:2;
}

header > h1 > a {
  position: relative;
  display: block;
}

header > h1 > a > img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

header > h1 > a > img:nth-of-type(1) {
  z-index: 1;
}
header > h1 > a > img:nth-of-type(2) {
  z-index: 2;
}

header > nav {
  position: absolute;
  bottom: 78px;
  left: calc((50% - 500px) + 363px);
  width: 608px;
}
header > nav > ul {
  font-size: 0;
}

header > nav > ul > li {
  display: inline-block;
  margin-right: 52px;
  font-family: 'Jomolhari', serif;
}

header > nav > ul > li:last-child {
  margin-right: 0;
}

header > nav > ul > li > a {
  font-size: 15px;
  color: #fff !important;
}

a {
  transition: color .3s;
  color: #000;
}

a:link {
  color: #7d0000;
}

a:visited {
  color: #7d0000;
}

a:hover {
  color: #7d0000;
}

div#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  background-color: #fff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fwat {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

.fuwari {
  animation: fwat 3s;
}

#loading {
  position: absolute;
  background-color: #000;
  left: calc(50% - 174px);
  top: calc(50% - 174px);
  height: 100px;
  animation: loadingLogoAnimation 3s ease 0s 2 normal;
}

#loading > #loadingBar {
  background-color: #fff;
  height: 2px;
  width: 100%;
  margin-top: 20px;
  animation: loadingBarAnimation 3s ease 0s 2 normal;
}

@keyframes loadingLogoAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}

@keyframes loadingBarAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 99;
}

.pagetop {
  position: fixed;
  right: 20px;
  display: none;
  background-image: url(../images/back_to_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
}

.pagetop > a {
  line-height: 7;
  color: #000;
  display: none;
}

.pagetop:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.pagetop:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=common.css.map */
