@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　reset等
----------------------------------------------------------------------------------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    margin: 0;
    padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	cursor: pointer;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del { text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　基本スタイル
--------------------------------------------------------------------------------------------------------------------------*/
html {height: 100%;}
body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background: #fff;
	
	overflow-x: hidden;
    overscroll-behavior: none;
    -ms-overscroll-behavior: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
 vertical-align: bottom;
}
ul,ol{
	list-style: none;
  letter-spacing: -0.5em;
}
li {letter-spacing: normal;}
a{
    text-decoration: none;
	display: inline-block;
    cursor: pointer;
}
::-webkit-scrollbar { display:none;}
/*--------------------------------------------------------------------------------------------------------------------------
　　共通
--------------------------------------------------------------------------------------------------------------------------*/
.wrapper{
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.pc_bk{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url("../img/pc_bk.png")repeat;
	width: 100vw;
	min-height: 100vh;
    background-size: 50%;
	animation: scroll-anim 60s linear infinite;
}

@keyframes scroll-anim {
	100% {
		background-position: -100% -200%;
	}
}
.sp_wrapper{
	width: 100%;
	min-height: 100vh;
	max-width: 550px;
	margin: 0 auto;
	display: inline-block;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 43px;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bold{font-weight: bold;}

.a_center{text-align: center;}
.a_left{text-align: left;}
.a_right{text-align:right;}


.relative{position: relative;}

.blue_text{color: #00ADDD;}


.bk_white{background: #fff;}
.bk_yellow{background: #FFFBD3;}

.top_border::before,
.btm_border::before{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	background: #00ADDD;
}
.top_border::before{top: 0;}
.btm_border::before{bottom: 0;}

@media print, screen and (max-width: 550px) { 
.pc_bk{display: none;}
}

/*----------------------------------------------------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------------------------------------------------*/
.header,
.sp_wrapper{
	border-left: solid 1px #00ADDD;
	border-right: solid 1px #00ADDD;
}
.header{
    width: 100%;
	max-width: 550px;
	height: 70px;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
}
.order_header{justify-content: center;}

.logo{
	width: 40px;
	display: inline-block;
}
.logo a{width: 100%;}
.cart_icon{
	width: 32px;
/*	display: inline-block;*/
 　　visibility:hidden!important;
/*	cursor: pointer;*/
	background: none;
}
.cart_num{
	position: absolute;
	top: 0;
	left: -5px;
	width: 15px;
	height: 15px;
	font-size: 10px;
	color: #fff;
	background:#ea6060;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	line-height: 100%;
}
.cart_num:empty{display: none!important;}
.menu{
	display: none;
    width: 100%;
	max-width: 548px;
    padding: 90px 0 20px;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	border-bottom: solid 1px #00ADDD;
}
.menu li{padding: 10px 0;}
.menu li a{
	width: 80%;
	border-radius: 10px;
	padding:15px 10px;
	border: solid 1px #00ADDD;
	color:  #00ADDD;
	background: #fff;
	z-index: 2;
	box-shadow:  0 8px 0 rgba(0,173,221,.3);
	transition: all .3s;
}
.menu li a:hover{
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
	box-shadow:  0 3px 0 rgba(0,173,221,.3);
}

.pan_list{
	width: 100%;
	padding: 5px 3%;
	justify-content: flex-start;
	align-items: center;
}
.pan_list li{display: inline-block;}
.pan_list li::after{
	  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
	color:  #00ADDD;
	font-size: 87%;
	padding: 0 10px;
}
.pan_list li a{
	font-size: 87%;
	display: inline-block;
}
.pan_list li:last-child a{pointer-events: none;}
.pan_list li:last-child::after{display: none;}

@media print, screen and (max-width: 550px) { 
	.pan_list li::after,
.pan_list li a{font-size: 75%;}
.header,
.sp_wrapper{
	border-left:none;
	border-right: none;
}
}

/*----------------------------------------------------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------------------------------------------------*/
.footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.copy{
	font-size: 88%;
	padding: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------
　 　toggle
----------------------------------------------------------------------------------------------------------------------------------*/
.toggle{
  width: 35px;
  height: 38px;
  cursor: pointer;
  z-index: 1001;
}
.toggle span {
  position: absolute;
  left: 0;
  width: 35px;
  height: 6px;
  background:url("../img/sakana.png")no-repeat;
background-size: contain;
background-position: center;
}


.toggle, .toggle span {
  display: inline-block;
  transition: all .5s;
}
.toggle span:nth-of-type(1) {top: 0;}
.toggle span:nth-of-type(2) {
	top: 9px;
	transform:rotate(180deg);
}
.toggle span:nth-of-type(3) {top: 18px;}
.toggle span:nth-of-type(4) {
	bottom: 0;
	font-size: 12px;
	height: 12px;
    line-height: 90%;
    color: transparent;
  background:url("../img/menu.png")no-repeat;
background-size: contain;
background-position: center;
}
	
/*------------------------------------------------*/

body.active .toggle span:nth-of-type(1) {
	top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.active .toggle span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active .8s forwards;
  animation: active .8s forwards;
}
body.active .toggle span:nth-of-type(3) {
	top: 8px;
  -webkit-transform:rotate(135deg);
  transform: rotate(135deg);
}
@keyframes active{
	100%{height: 0;}
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　page_top
----------------------------------------------------------------------------------------------------------------------------------*/
.page_top{
  bottom: 15px;
  position: fixed;
  right: -110px;
  z-index: 1000;
	transition: all 1s;
}
.page_top a {
    display: inline-block;
    width: 103px;
	height: 145px;
	background-image: url("../img/page.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .8s;
}
.page_top.page_action{right: 0;}

@media print, screen and (min-width: 751px) {
.page_top a:hover{background-image: url("../img/page_hover.svg");}	
}
@media print, screen and (max-width: 750px){
.page_top{right: -80px;}
.page_top a {
    width: 73px;
	height: 105px;
}
}
