
@charset "utf-8";



.flexbox10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  /*  align-items: center; */
  margin: auto 30px;
  max-width: 100%;
  height: auto;
}

.flexbox10-left {
  width: 120px;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
height: 100px;
  border-bottom: 1px solid #ccc;
}

.flexbox10-right {
  flex: 1;
text-align:left;
  background-color: #fff;
  padding: 10px;
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}

/* =============================== */
@media all and (max-width: 768px) {
  .flexbox10-left {
  /* width: 8.5em; */
  width: 80px;
    text-align: center;
    padding: 5px;
    margin: 0px 0 0px 0;
    border-bottom: 1px solid #fff;
  }
  .flexbox10.flexbox10-right {
    width: 100%;
    padding: 5px;
    margin: 0px 0 10px 0;
  }
}



* {
	margin:0;
	padding:0;
	word-break:break-all;
	box-sizing:border-box;
}

html {
	/* opacity:0; */
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size:10px;
	>font-size:62.5%;
}

/* html.wf-active, html.loading-delay {
	opacity:1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
} */

body {
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

html, body {
	height:100%;
}

article,
footer,
header,
nav,
section {
	display:block;
}

a {
	color:#333;
	border:none;
	outline:0;
	background-color:transparent;
	text-decoration:underline;
}

a:active,
a:hover {
	outline:0;
	text-decoration:none;
}

b,
strong {
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1.0em;
	line-height:1.4;
}

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

.aligncenter {
    display:block;
    margin:0 auto;
}

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content:"";
    clear:both;
    display:block;
	visibility:hidden;
	overflow:hidden;
}

table {
	border-collapse:collapse;
	border-style:none;
	border-spacing:0;
}

ul,
ol {
	list-style:none;
}

li {
	line-height:1.5;
}

.pc {
	display:none;
}

button,
input,
optgroup,
select,
textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

optgroup {
	font-weight:bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display:inline-block;
	vertical-align:middle;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
}

::-webkit-input-placeholder {
	color:#AAA;
}

::-moz-placeholder {
	color:#AAA;
}

:-ms-input-placeholder {
	color:#AAA;
}

::-placeholder {
	color:#AAA;
}

.clear:after {
    content:"";
    clear:both;
    display:block;
	visibility:hidden;
	overflow:hidden;
}

#wrapper {
	padding:60px 0 0;
}

.block1,
.block2 {
	padding:40px 15px;
	font-size:1.4rem;
}

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#53cdb2;
	z-index:30;
}

header h1 {
	padding:15px 0 0 15px;
	width:160px;
	height:60px;
	float:left;
}
	
header h1 a {
	display:block;
	overflow:hidden;
	background:url('./img/sp_logo.svg') no-repeat center center;
	background-size:145px 28px;
	padding:30px 0 0;
	height:0!important;
}

header .header {
	padding:12px 15px 0 0;
	width:95px;
	height:60px;
	float:right;	
}
	
header .shop {
	margin:0 20px 0 0;
	width:30px;
	float:left;
}
	
header .shop a {
	display:block;
	overflow:hidden;
	background:url('./img/sp_icon_cart1.svg') no-repeat center center;
	background-size:27px 36px;
	padding:36px 0 0;
	height:0!important;
}

header .menu {
	width:30px;
	float:left;
}
	
header .menu a {
	display:block;
	height:36px;
	overflow:hidden;
	position:relative;
}

header .menu a::before,
header .menu a::after {
	position:absolute;
	content:'';
	left:1px;
	width:28px;
	height:2px;
	background-color:#FFF;
	transition:.3s;
}

header .menu a::before {
	top:8px;
}

header .menu a::after {
	bottom:8px;
}

.menu b {
	display:block;
	content:'';
	position:absolute;
	top:17px;
	left:1px;
	width:28px;
	height:2px;
	background-color:#FFF;
	transition:.3s;
}

.gnavi_block {
	display:none;
	position:fixed;
	top:60px;
	left:0;
	width:100%;
	height:130%;
	font-size:1.6rem;
	background-color:rgba(0, 0, 0, 0.8);
}

.gnavi_area {
	text-align:center;
	overflow-y:scroll;
	position:relative;
	-webkit-overflow-scrolling:touch;
}

.gnavi {
	margin:0 25px 40px;
	padding:40px 0 0;
}

.gnavi ul {
	border-top:1px solid #666;
}

.gnavi li {
	border-bottom:1px solid #666;
}

.gnavi li a {
	display:block;
	line-height:50px;
	color:#FFF;
}

.gnavi li.cart {
	display:none;
}

.sns {
	display:flex;
	justify-content:center;
	padding:0 0 40px;
}

.sns li {
	display:inline-block;
	margin:0 10px;
	width:25px;
}

.sns li a {
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	padding:25px 0 0;
	height:0!important;
}

.sns li.fb a {
	background-image:url('./img/icon_fb.svg');
}

.sns li.tw a {
	background-image:url('./img/icon_tw.svg');
}

.sns li.insta a {
	background-image:url('./img/icon_insta.svg');
}
.sns li.blues a {
	background-image:url('./img/icon_bluesky.svg');
}
.sns li.taittsuu a {
	background-image:url('./img/icon_taittsuu.svg');
}

.mtitle {
	background-image:url('./img/mtitle_bg.jpg');
	background-repeat:repeat-x;
	background-position:center top;
	padding:35px 0 0;
	height:120px;
	/* color:#247060; */
	color:#ffffff;
	text-align:center;
}

.mtitle h2 {
	margin:0 0 5px;
	font-size:2.2rem;
	text-shadow:0 0 10px #FFF;
}

.mtitle p {
	text-shadow:0 0 10px #FFF;
}


.bread {
	display:none;
}

footer {
	background-color:#f4f4f4;
}

.pagetop {
	display:none;
	position:fixed;
	right:15px;
	bottom:15px;
	width:35px;
	overflow:hidden;
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
}

.pagetop a {
	display:block;
	overflow:hidden;
	background:url('./img/pagetop.svg') no-repeat center center;
	background-size:16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding:35px 0 0;
	height:0!important;
}
	
footer .block1 {
	padding:25px 0 35px;
}

.flinks_block {
	margin:0 30px 35px;
}

.flinks li {
	margin:0 0 10px;
}	

.sns_block {
	display:flex;
	justify-content:center;
	margin:0 0 35px;
}

.sns_block li {
	display:inline-block;
	margin:0 5px;
	width:25px;
}

.sns_block li a {
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	padding:25px 0 0;
	height:0!important;
}

.sns_block li.fb a {
    background-image:url('./img/icon_fb.svg');
}

.sns_block li.tw a {
    background-image:url('./img/icon_tw.svg');
}

.sns_block li.insta a {
    background-image:url('./img/icon_insta.svg');
}

.sns_block li.blues a {
    background-image:url('./img/icon_bluesky.svg');
    background-size:28px 25px;
}

.sns_block li.taittsuu a {
    background-image:url('./img/icon_taittsuu.svg');
}

.copyright {
	text-align:center;
}

@media all and (min-width:768px) {

	p {
		line-height:1.6;
	}

	li {
		line-height:1.6;
	}

	.sp {
		display:none;
	}

	.pc {
		display:block;
	}

	#wrapper {
		padding:0;
		min-width:1000px;
	}
	
	.block1 {
		margin:0 auto;
		padding:90px 0 80px;
		width:1000px;
	}

	header {
		position:relative;
		background-color:#34a28b;
	}

	header h1 {
		padding:25px 0 0;
		width:100%;
		height:150px;
		background-color:#53ceb2;
		float:none;
	}
	
	header h1 a {
		background:url('./img/logo.png') no-repeat center center;
		background-size:301px 100px;
		margin:0 auto;
		padding:100px 0 0;
		width:301px;
	}
	
	header .header {
		padding:0;
		width:100%;
		height:auto;
		position:relative;
	}
	
	header .shop {
		display:none;
	}
	
	header .menu {
		display:none;
	}
	
	.gnavi_block {
		display:block;
		position:static;
		height:auto;
		background-color:#53CDB2;
	}

	.gnavi_area {
		text-align:left;
		overflow-y:visible;
	}

	.gnavi {
		margin:0;
		padding:0;
	}
	
	.gnavi ul {
		display:flex;
		justify-content:space-between;
		margin:0 auto;
		width:900px;	
		border-top:none;
	}

	.gnavi li {
		border-bottom:none;
	}
	
	.gnavi li p b {
		display:none;
	}
	
	.gnavi li p a {
		display:inline-block;
		padding:0 25px 0 0;
		background:url('./img/icon_arrow1.svg') no-repeat right center;
		background-size:12px 7px;
	}
	
	.gnavi li.top a {
		display:block;
		overflow:hidden;
		background:url('./img/icon_home.svg') no-repeat center center;
		background-size:18px 20px;
		padding:50px 0 0;
		height:0!important;
	}
	
	.gnavi li.cart {
		display:block;
		padding:10px 0;
	}
	
	.gnavi li.cart a {
		display:block;
		padding:0 32px;
		line-height:30px;
		color:#2c947e;
		overflow:hidden;
		font-weight:normal;
		background-color:#FFF;
		border-radius:30px;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
	}
	
	.gnavi li.cart b {
		display:inline-block;
		background:url('./img/icon_cart1.svg') no-repeat left center;
		background-size:18px 18px;
		padding:0 0 0 25px;
		font-weight:normal;
	}
	
	.gnavi li .sub_navi {
		display:none;
	}
	
	.sns {
		display:none;
	}
	
	.mtitle {
		padding:70px 0 0;
		height:200px;
		font-size:1.4rem;
	}
	
	.mtitle h2 {
		font-size:3.0rem;
	}
	
	.bread {
		display:block;
		padding:10px 0 0;
		height:40px;
	}
	
	.bread ol {
		margin:0 auto;
		width:1000px;
	}
	
	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding:50px 0 0;
		background-size:22px 11px;
	}
	
	footer .block1 {
		padding:45px 0;
	}
	
	.flinks_block {
		margin:0 0 30px;
	}
	
	.flinks {
		width:250px;
		float:left;
	}
	
	.sns_block {
		margin:0 0 45px;
	}
	
	.sns_block li {
		margin:0 12px;
	}
}

@media all and (min-width:769px) {

	.op a:hover {
		opacity:0.7;
		filter:alpha(opacity=70);
		-ms-filter:"alpha(opacity=70)";
		-moz-opacity:0.7;
		-khtml-opacity:0.7;
		zoom:1;
	}

	.fade a {
		-webkit-transition:opacity 0.3s ease-in-out;
		-moz-transition:opacity 0.3s ease-in-out;
		-o-transition:opacity 0.3s ease-in-out;
		transition:opacity 0.3s ease-in-out;
	}

}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555555;
}

img {
	border: none;
}
*, *::before, *::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	color: #3da28d;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #000000;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ul,ol {
	list-style: none;
	margin-left: 12px;
}
li {
	line-height: 2;
}
select {
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.pankuzu {
	width: 98%;
	text-align: left;
	margin: 0px;
	background-color: #ffffff;
	padding: 1px;
	font-size: 12px;
	overflow: hidden;
	color: #74debb;
}
.pankuzu a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 100%;
	float: center;
	overflow: hidden;
font-size:1.4rem;
}
#contents{
	width: 98%;
	float: left;
	position: relative;
	margin: 15px 0px 30px 10px;
	padding: 0px;
	text-align: left;
}

#bx201 {
	display: block;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#bx201:after {
	content: "";
	display: block;
	clear: both;
}

#bx101 {
	display: block;
	width:30%;
	float:left;
	text-align:center;
	margin: 20px 0px;
	padding: 0px 4px;
}
#bx102 {
	display: block;
	width:70%;
	float:left;
	text-align:left;
	margin: 20px 0px;
	padding: 15px;
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 6px;
	border-color: #3DA28D;
}

#bx103 {
	width:60%;
	float:left;
	text-align:left;
	margin: 20px 0px;
	padding: 15px;
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #3DA28D;
}
#bx102 h2 {
	font-size:20px;
	font-style:normal;
	line-height:21px;
	color:#3DA28D;
	font-weight: bold;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
}
#bx102 h3 {
	font-size:16px;
	color:#3DA28D;
	font-style:normal;
	line-height:21px;
	font-weight: bold;

	margin: 5px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
}
#bx102 ul{
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
#bx102 li {
	display: inline;
	float: left;
}

#item-title {
	width:100%;
	height:100px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #4cbba2;
	background-color:#fff;
}
#item-title-left {
	width:70%;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align:left;
}
#item-title-right {
	width:30%;
	float:right;
	margin: 13px 0px 0px 0px;
	font-size:10px;
	text-align:center;
}
@media all and (max-width: 640px) {
#item-title {
	height:120px;
}
#item-title-left {
	width:100%;
}
#item-title-right {
	width:100%;
	float:left;
	text-align:left;
}

}

#item-title h2 {
	font-size:24px;
	font-style:normal;
	color:#3DA28D;
	padding: 10px 0px 10px 0px;
	margin: 0;
	line-height: 100%;
	font-weight: bold;
}

.list-table {
	display: table;
	border-collapse: collapse;
	margin: 5px 0;
	width:100%;
}
.list-table tr {
	vertical-align: middle;
	padding: 10px;
	font-size: 12px;
}
.list-table tr.caption {
	font-size: 10px;
	color: #808080;
	background-color: #DCDCAA;

}

.list-table td {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	border: 1px solid #C0C0C0;
	text-align: center;
}

@media all and (max-width: 640px) {
#container {
	width: 640px;
}

#bx101 {
	float: none;
	width: 100%;
}
#bx102 {
	float: none;
	width: 100%;
	border: 0;
}
#bx103 {
	float: none;
	width: 100%;
	border: 0;
}

img {float: none;}

.pankuzu, .article {
	width: 98%;
}

#container {
	width: 98%;
}
#contents{
	width: 98%;
}

}

@media all and (min-width: 1280px) {
#container {
	width: 1280px;
}

}
```