@import "reset.css";

body {
	font-size: 14px;
	background-color: #eee;
    font-family: 'Kosugi Maru', sans-serif;
    font-family: 'Salsa', cursive;
}
body#container {
	max-width:100%;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}
h1 {
	text-align: center;
	color: #600;
	background-position: center;
	margin-right: 20px;
	margin-top: 10px;
}
#keyicon{
 position:fixed;
 right:10px;
 top:100px;
 z-index:1000;
 opacity:0.7;
}
#slide {
	position:relative;
	z-index:1001;
}

#nav-toggle {
  position: fixed;
  top: 30px;
  right: 20px;
  height: 32px;
  cursor: pointer;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}
#info {
}
#info h2{
	margin-bottom: -5px;
	margin-left: 20px;
}
.list {
	margin-top: 10px;
	margin-bottom: 30px;
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.list li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin:0;
}
.list li:hover {
    opacity:0.8;
}
.list li a {
	font-family: 'Kosugi Maru', sans-serif;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #600;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 20px;
	text-align: center;
}
.list li span {
	font-size: 14px;
	color: #666;
}
.list li::after {
	content: "〉";
	position: absolute;
	color: #FF9900;
	right: 5px;
	top: 23px;
}

.address_box {
	padding: 5px;
	border-radius: 10px;
	height: 90px;
	width: 250px;
	background-image: url(../img/address_bg.png);
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.address_box h2 {
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 10px;
	text-align: center;
	color: #600;
	font-size: 13px;
	margin-top: 5px;
}
address {
	line-height: 1.2em;
	font-style: normal;
	font-size: 15px;
	text-align: center;
	color: #600;
}
#footer address a {
	color: #660000;
}
#footer small {
	font-family: 'Salsa', cursive;
	color: #600;
	z-index:800;
	text-align: center;
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
	position: absolute;
	font-weight: bold;
}
#gloval-nav {
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	opacity: 0;
	-webkit-transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 2em;
	background-color:#600;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

#gloval-nav a {
	font-family: 'Kosugi Maru', sans-serif;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0;
	-webkit-transition: color .6s ease;
	transition: color .6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul {
	list-style: none;
	margin-right: 0px;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
#contents_inner {
	width: 100%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#news {
	font-family: 'Kosugi Maru', sans-serif;
	clear: both;
	padding-bottom: 30px;
	list-style-type: none;
	background-color: #FFF;
}
#news li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF3300;
	padding-top: 20px;
	padding-bottom: 20px;
}
#news h3 {
	margin-bottom: 10px;
	padding-left: 40px;
	float: left;
	line-height: 1.6em;
	vertical-align: bottom;
	background-position: 20px 2px;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	background-image: url(../img/icon_01_2.png);
	background-repeat: no-repeat;
}
#news .date {
	width: 100px;
	float: right;
	color: #66CCCC;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}
#news .text {
	clear: both;
	padding: 0 15px;
	line-height: 1.8em;
	color: #600;
	font-size: 14px;
}
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

header {
  position: relative;
  margin: 10px 0 25px 0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 7px;
  color:#600;
  font-family: 'Kosugi Maru', sans-serif;
}
#checklist  {
	font-family: 'Kosugi Maru', sans-serif;
	background: #f1f8ff;
	box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
	border: 2px dashed #330099;/*破線*/
	border-radius: 9px;
	margin-left: 10px;/*はみ出ないように調整*/
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	color: #600;
}
#checklist li{
  line-height: 1.5;
  padding: 0.5em 0;
   list-style-type: none!important;
}
#checklist li:before{
	display: inline-block;
	vertical-align: middle;
	/*以下白丸つくる*/
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #330099;
}
.container {
            font-family: "Noto Sans JP";
            margin-top: 60px;
        }
        h1 {
	margin-bottom: 15px;
	text-align: center;
	margin-top: 10px;
        }
        button {
            margin-top: 30px;
        }

.editorial {
  display: block;
  width: 100%;
  height: 30px;
  max-height: 30px;
  margin: 0;
  z-index:50;
  bottom:0;
  position:fixed;
  left:0px;
  float:left;
}
.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.itemlist {
	font-family: 'Kosugi Maru', sans-serif;
	list-style: none;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	color: #600;
}
.itemlist li {
	float: left;
	width: 33.333333%;
	padding: 10px;
	box-sizing: border-box;
}
.itemlist li:nth-child(3n+1) {
	clear: left;
}
@media screen and (max-width: 767px) {
	.itemlist li {
		width: 100%;
	}
	.itemlist li:nth-child(3n+1) {
		clear: none;
	}
	.itemlist li:nth-child(2n+1) {
	clear: left;
	}
}
@media screen and (max-width: 414px) {
	.itemlist li {
		float: none;
		width: 100%;
	}
	.itemlist li:nth-child(2n+1) {
		clear: none;
	}
}
.cf::after {
	content: "";
	display: block;
	clear: left;
}
.itemlist dl,
.itemlist dd {
	margin: 0;
}
.itemlist dl {
	text-align: right;
}
.itemlist dt,
.itemlist .txt {
	text-align: left;
	font-size: 1.3em;
	margin-left: 20px;
	margin-right: 20px;
}
.itemlist dt {
	font-size: 1.7em;
	font-weight: 700;
	margin-bottom: 50px;
}
.itemlist dd {
	margin-top: .2em;
	font-size: .8em;
}
.itemlist .price {
	display: inline-block;
	background: #eee;
	font-size: 1em;
	margin-top: 20px;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
.itemlist img {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#shop_info {
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
	clear: both;
	width: 100%;
	float: right;
	line-height: 1.8em;
	background-color: #FFF;
	color: #600;
}
*html #shop_info {
	position:relative;
	clear:both;
	width:100%;
	float:right;
	line-height:1.8em;
}

#shop_info_img {
	margin:0 auto 0 auto;
	list-style-type:none;
}
#shop_info_img li {
	margin-bottom: 10px;
	margin-top: -20px;
}

.listtop{
	color:#F00;
}


/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix {
	display: inline-block;
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}
