html {
  background-color: #fff;
}
body {
	height: 100%;
	background-color: #ffffff;
	font-family: "Roboto", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", メイリオ, sans-serif;
	color: #333;
	line-height: 1.5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout:none; 
	-webkit-user-select:none;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

header{
	margin: 0px;
	padding: 0px;
}
section{
	margin: 0px;
	padding: 0px;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

a {
	text-decoration: none;
}
a:hover { 
	color: #555;
}

img{
	max-width: 100%;
	height: auto;
}
#container{
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
.order {
	position: relative;
}

footer {
	background-color: #f4f3f0;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	padding: 14px 0;
	font-size: 14px;
}
.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90%;
  margin: 20px auto 0px auto;
  font-size: 16px;
}
.footer_links a {
	color: #333;
	font-size: 14px;
	position: relative;
}
.footer_links a::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
}
.footer_links li + li{
	margin-left: 20px;
}
.footer{
	text-align: center;
	width: 90%;
	margin: 20px auto 0px auto;
	font-size: 16px;
}
.copyright {
	margin-top: 8px;
	font-size: 12px;
}

@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-action{
	display:flex;
	flex-direction: column;
	justify-content:space-between;
	text-align: center;
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
}
.footer-action li{
	text-align: center;
}
.copyright{
	display: block;
}

/* フェード */

.info{ 
	padding: 5%;
}

.info h4, .info p{
	font-size: 18px;
}

/* add 20170928 */
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 8px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* buruburu */

.buruburu {
    display:inline-block;animation:hurueru 1s infinite;}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(5px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(5px, 0px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}}

.buruburu019 {
    display:inline-block;animation:hurueru 1s infinite;}
@keyframes hurueru{
    0%{transform:translate(0px, 0px) rotateZ(0deg)}
    25%{transform:translate(11px, 0px) rotateZ(0deg)}
    50%{transform:translate(0px, 0px) rotateZ(0deg)}
    75%{transform:translate(11px, 0px) rotateZ(0deg)}
    100%{transform:translate(0px, 0px) rotateZ(0deg)}}


/* order */
.brianbt,
.brianbt2{
	text-align: center;
	position: absolute;
	margin:auto;
	max-width: 100%;
	width: 100%;
}
.brianbt img,
.brianbt2 img{
	max-width: 85%;
}

/* chatbot */

#cb{ 
	position:fixed;
	right: 10px;
	bottom: 10px;}

/* accordion */

.Heart1{
	animation: anime2 1s reverse infinite;
}

/* tobuy */

.page-top {
	position: fixed;
	z-index: 1;
	bottom: 15px;
	right: 15px;
	padding: 11px;
	/* background: #1fbba6; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#ffffff;
	text-decoration:none;
}

@keyframes anime2{
0% { transform: scale(1); }
20% { transform: scale(1.13); }
40% { transform: scale(1); }
100% { transform: scale(1); }
}
@keyframes anime1{
0% { transform: scale(1); }
60% { transform: scale(1); }
70% { transform: scale(1.13); }
80% { transform: scale(1); }
90% { transform: scale(1.13); }
100% { transform: scale(1); }
	
	
}

/* media query of font */

@media screen and (min-width: 360px) {
	body {
		font-size: 112.5%;
	}
}
@media screen and (min-width: 430px) {
	body {
		font-size: 125%;
	}
}
@media screen and (min-width: 500px) {
	body {
		font-size: 150%;
	}
}
@media screen and (min-width: 570px) {
	body {
		font-size: 175%;
	}
}
@media screen and (min-width: 640px) {
	body {
		font-size: 200%;
	}
}

/* media query */
@media screen and (max-width: 500px) {
	.footer_links {
		flex-direction: column;
	}
	.footer_links li + li{
		margin-left: 0;
	}
	.footer_links a::after {
		content: none;
	}
}