@charset "utf-8";

/*リセットcss*/
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;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs 
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;
}

/* change border colour to suit your needs
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}*/
hr {
	margin: 0;
	padding: 0;
}

input, select {
    vertical-align:middle;
}
/*リセットcss リセットcss リセットcss リセットcss リセットcss リセットcss リセットcss リセットcss リセットcss */


#wrap, #wrap2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	background-color: #fff;
	text-align: center;
}
body {
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif ;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #212121;
}
#headwrap, #footerwrap {
	width: 100%;
	height: auto;
	text-align: center;
}
#wrap-child {
	max-width: 1280px;
	height: auto;
}
/* h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 */
header h1{
	text-align: center;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
/* h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 h1 *

/* nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav */
header ul {
	box-sizing: border-box;
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #212121;
}
header li {
	width: 200px;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
}
header a {
	box-sizing: border-box;
	text-decoration: none;
	color: #212121;
	display: inline-block;
}
.button {
  position: relative;
  display: block;
	padding-top: 15px;
	padding-bottom: 15px;
  color: #212121;
  text-align: center;
  transition: .3s;
}
.button:hover {
  color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #212121;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
#current {
	color: #fff;
	background-color: #212121;
}

/* nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav */

/* main main main main main main main main main main main main main main main main main main */
main h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
}
.intro {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.4em;
}

/* main main main main main main main main main main main main main main main main main main */

/* article article article article article article article article article article article article */

.just {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	display: block;
	border: 2px solid #464d58;
}
.topic h2 {
	font-size: 18px;
	margin-top: 15px;
}
.just ul {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.topic li {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2em;
}
.flex, .sns, .illust hr {
	margin-bottom: 50px;
}

.flex {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.sns {
	display: flex;
	justify-content: center;
}
.sns a {
	margin-right: 70px;
}
.sns a:last-child {
	margin-right: 0;
}
.flex img {
	width: 100%;
	height: auto;
}
.flex img {
	width: 100%;
	height: auto;
}



/* article article article article article article article article article article article article */

section ul {
	list-style-type: none;
}

/* aside aside aside aside aside aside aside aside aside aside aside aside aside aside aside aside */
hr {
	margin: -3px 0 0 0;
	border: dotted 1px #212121;
}

/* aside aside aside aside aside aside aside aside aside aside aside aside aside aside aside aside */

/* footer footer footer footer footer footer footer footer footer footer footer footer footer */

.illust img {
	max-width: 1280px;
	width: 100%;
}
#footernav ul {
	max-width: 500px;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#footernav li {
	font-size: 10px;
	width: 100px;
	border-left: 1px solid #FFFFFF;
}
#footernav li:last-child{
	border-right: 1px solid #FFFFFF;
}
#footernav a {
	height: 16px;
	padding: 3px 0;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	display: inline-block;
}
.footer1, .footer2{
	color: #fff;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer1 {
	background-color: #464D58;
}
.footer1 img {
	margin-bottom: 15px;
}
.footer2 {
	background-color: #212121;
}
/* footer footer footer footer footer footer footer footer footer footer footer footer footer */

/* profile profile profile profile profile profile profile profile profile profile profile profile */
.profilewidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}
.profileimg {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	display: flex;
	justify-content: space-between;
}
.name {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.title {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 30px;
	line-height: 1.4em;
}
.line {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #212121;
}
.subject {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.4em;
}
.linklink {
	font-size: 18px;
	color: #0095D8;
	margin-bottom: 30px;
}
.linklink a {
	font-size: 18px;
	line-height: 1.4em;
	color: #0095D8;
	text-decoration: none;
}
.separate {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: solid 0.5px #464D58;
}
.separate2 {
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
	border: solid 0.5px #464D58;
	margin-bottom: 50px;
}
.heading {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.bio {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/*text-align: center;*/
	display: block;
}
.bio ul {
	/*display: inline-block;*/
	list-style-type: none;
	font-size: 14px;
}
.bio li {
	margin-bottom: 10px;
	text-align: left;
	line-height: 0.9em;
}
.bio p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.4em;
}
.text2 {
	padding-left: 4em;
}
.text3 {
	padding-left: 2em;
}
/* profile profile profile profile profile profile profile profile profile profile profile profile */

/* gallary gallary gallary gallary gallary gallary gallary gallary gallary gallary gallary gallary */
.full {
	position: absolute;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.collection2 h2 {
	margin-top: 50px;
}
.collection h2, .collection2 h2,.hletter h1 {
	font-size: 18px;
	color: #fff;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #464D58;
	border-radius: 10px;
}
.hletter h1 {
	margin-top: 30px;
}
.set {
	display: flex;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.setup {
	position: relative;
	width: 20%;
	margin-right: 30px;
	border: 1px solid #B3B8BB;
}
.setup:nth-child(5n) {
	margin-right: 0;
}
.setup:before {
  	content: "";
  	display: block;
 	padding-top: 100%;
}
.setup img {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	object-fit: cover;
}
.setup img:hover, .more img:hover, .soloup img:hover, header h1:hover, .footer1 a:hover,
.wow a:hover, .nono:hover, .flex a:hover, .sns a:hover, .illust a:hover, .shop a:hover, .slider img:hover {
	opacity: 0.5;
}
.more {
	text-align: right;
	margin-bottom: 15px;
}
.more a {
	text-decoration: none;
	color: #292934;
	font-size: 12px;
}

.remodal {
  position: relative;
  padding: 25px;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}
#empty {
	border: none;
}


/* gallary gallary gallary gallary gallary gallary gallary gallary gallary gallary gallary gallary */

/* order order order order order order order order order order order order order order order order */
.name2 {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.name2 a {
	text-decoration: none;
	color: #212121;
}
.line2 {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #212121;
}
.how {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.how table {
	width: 625px;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 30px;
	position: relative;
}
.how th {
	background-color: #0095D8;
	color: #fff;
	font-size: 18px;
	border: 1px solid #B3B8BB;
	padding-top: 13px;
	padding-bottom: 13px;
}
.how td {
	margin-top: -1px;
	border: 1px solid #B3B8BB;
	height: 370px;
}
.how td {
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.dis1 {
	padding-top: 30px;
	text-align: left;
	display: inline-block;
}
.dis2 {
	margin-top: 30px;
	padding-top: 15px;
	border: 1px solid #B3B8BB;
	width: 480px;
	text-align: left;
	display: inline-block;
	padding-bottom: 15px;
	padding-left: 15px;
}
.dis3 {
	padding-top: 30px;
	width: 90%;
	text-align: left;
	display: inline-block;
}
.dis4 {
	font-size: 12px;
	padding-top: 15px;
	width: 90%;
	text-align: left;
	display: inline-block;
}
.dis5 {
	font-size: 11px;
	color: #EF7963;
	margin-top: 15px;
	padding-top: 15px;
	border: 1px solid #B3B8BB;
	width: 90%;
	text-align: center;
	display: inline-block;
	padding-bottom: 15px;
}
.how img {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

/* 料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　*/

.pricep {
	max-width: 1280px;
  	text-align: center;
  	margin: 0 auto;
  	padding: 0 30px 20px 30px;
}
.pricep p {
	display: inline-block;
  	text-align: left;
	line-height: 1.4em;
}
#table_detail, #table_detail2
{
 width: 100%;
 text-align:center;
	margin-left: auto;
	margin-right: auto;
 border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 30px;
}
#table_detail tr:hover, #table_detail2 tr:hover
{
 background-color:#ddd;
 cursor:pointer;
}
#table_detail .hidden_row,#table_detail2 .hidden_row
{
 display:none;
}
.hidden_row {
	pointer-events: none;
}
.price th {
	background-color: #0095D8;
	color: #fff;
	font-size: 18px;
	border: 1px solid #B3B8BB;
	padding-top: 13px;
	padding-bottom: 13px;
}
.price td {
	border: 1px solid #B3B8BB;
}
.price td {
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
}
.add, .add2 {
	width: 80%;
 	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
 	border-collapse: collapse;
}
.add2 {
	table-layout: fixed;
}


/*書き加えたもの
table {
	border: 1px solid;
	border-collapse: collapse;
}
th {
	border: 1px solid;
	background-color: #ccccff;
}
td {
	border: 1px solid;
	background-color: #fff;
}*/
/* 料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　料金表　*/

/* order order order order order order order order order order order order order order order order */

/* blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog */
.line3 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #212121;
}
.wow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wow table {
	width: 400px;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 30px;
	position: relative;
}
.wow th {
	background-color: #0095D8;
	color: #fff;
	font-size: 18px;
	border: 1px solid #B3B8BB;
	padding-top: 13px;
	padding-bottom: 13px;
}
.wow td {
	margin-top: -1px;
	border: 1px solid #B3B8BB;
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.wow a {
	text-decoration: none;
	color: #212121;
}
.name2 a:hover {
	color: #0095D8;
}
.linklink a:hover {
	color: #EF7963;
}
.dis6 {
	padding-top: 30px;
	padding-bottom: 30px;
	/*text-align: left;
	display: inline-block;*/
}
/* blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog blog */

/* shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop */
.shop img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
}
/* shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop shop */

/* contact contact contact contact contact contact contact contact contact contact contact contact */
.line4 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #212121;
	box-sizing: border-box;
}
.badge {
	font-size: 11px;
 	width: 50px;
  	text-align: center;
	padding: 1px 6px;
  	background-color: #EF7963;
  	color: #fff;
  	border-radius: 10%;
}
.mail {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	line-height: 1.4em
}
.mail input, .mail textarea {
	width: 100%;
	font-size: 18px;
	border: 1px solid #B3B8BB;
}
.mail input {
	height: 25px;
}
.mail textarea {
	height: 300px;
	margin-bottom: -5px;
}
.mail p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
}
.plus {
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
}
input[type="submit"] {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #B3B8BB;
	background-color: #212121;
	color: #fff;
	font-size: 14px;
	height: 35px;
	border-radius: 5px;
	margin-bottom: 30px;
}
input[type="submit"]:hover {
	background-color: #0095D8;
}
input[type="submit"]:active {
	background-color: #EF7963;
}
.plus2 {
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 30px;
}
/* contact contact contact contact contact contact contact contact contact contact contact contact */

.solo {
	display: flex;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.soloup {
	position: relative;
	width: 20%;
	margin-right: 30px;
	border: 1px solid #B3B8BB;
}
.soloup:nth-child(5n) {
	margin-right: 0;
}
.soloup:before {
  	content: "";
  	display: block;
 	padding-top: 100%;
}
.soloup img {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	object-fit: cover;
}
.hlogo {
	height: 200px;
}
.return {
	/*width: 20%;
	margin-left: auto;
	margin-right: auto;
	background-color: #212121;
	padding: 15px;
	border-radius: 30px;
	margin-bottom: 30px;*/
	margin-top: 45px;
	margin-bottom: 50px;
}
.return a:hover {
	background-color: #0095D8;
}
.return a {
	font-size: 16px;
	text-decoration: none;
	background-color: #212121;
	padding: 15px 100px;
	border-radius: 30px;
	color: #fff;
}
.fullfull {
	width: 100%;
	box-sizing: border-box;
}

/*sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap */
#sm {
	display: inline-block;
	border: 2px solid #212121;
	padding: 30px;
}
.case {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.nono {
	width: 250px;
	background-color: #464D58;
	text-align: center;
	padding: 10px 0;
	border-radius: 3px;
	margin-right: 20px;
}
.nono a {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}
.no {
	font-size: 18px;
	margin-right: 20px;
	color: #0095D8;
}
.no:hover {
	color: #EF7963;
}
#sm {
	display: inline-block;
	border: 2px solid #212121;
	padding: 30px;
}
.case2 {
	text-align: left;
	margin-bottom: 30px;
}
.case2:last-child {
	margin-bottom: 0;
}
.nono2 {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 15px;
	border-bottom: 2px solid #212121;
}
.case2 p {
	font-size: 16px;
	line-height: 1.4em;
	color: #212121;
}
.case2 a {
	color: #0095D8;
}
.case2 a:hover {
	color: #EF7963;
}

/*sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap sitemap */

/*pagetop */

.pagetop{
	position:fixed;
	bottom:20px;
	right:20px;
}
/*pagetop */



.normal {
	color: #0095D8;
	text-decoration: none;
}
.normal:hover {
	color: #EF7963;
}
@media (min-width: 600px){
	.sp {
		display: none;
	}
	.ep {
		display: inline;
	}
	.bottomnav {
		display: none;
	}
}




@media (max-width: 1233px){
	.wow {
		flex-direction: column;
		justify-content: center;
	}
	.wow table {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 599px){
	.sp {
		display: inline;
	}
	.ep {
		display: none;
	}
	main h1, .footer1 p {
		line-height: 1.4em;
	}
	main h1 {
		margin-top: 14px;
		margin-bottom: 14px;
		font-size: 16px;
	}
	header h1 {
		padding-bottom: 20px;
		border-bottom: 3px solid #212121;
	}
	header nav {
		position:absolute;
		top: -500px;
		left: -2000px;
	}
	.intro, .footer1 p {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.intro {
		font-size: 13px;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: left;
	}
	.just {
		width: 90%;
	}
	.topic li {
		font-size: 13px;
	}
	.flex{
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.flex img {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 14px;
	}
	.sns {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}
	.sns a {
		margin-right: 0;
	}
	.sns img {
		width: 100%;
		height: auto;
	}
	.illust hr {
		margin-bottom: 30px;
	}
	#footernav {
		width: 100%;
	}
	#footernav ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footernav li:nth-child(1) {
		border-left: none;
	}
	#footernav li:last-child{
		border-right: none;
	}
	.footer2 {
		margin-bottom: 53px;
	}
	
	.bottomnav ul {
		box-sizing: border-box;
		position: fixed;
		left: 0;
		bottom: 0;
		background-color: #fff;
		list-style-type: none;
		width: 100%;
		display: flex;
		justify-content: space-around;
		box-shadow: 0px -3px 3px -3px #B3B8BB;
		border-top: 1px solid #B3B8BB;
	}
	.bottomnav img {
		box-sizing: border-box;
		width: 50px;
		align-items: center;
	}
	.profilewidth{
		width: 90%;
	}
	/*.profileimg {
		margin-left: auto;
		margin-right: auto;
		width: auto;
		height: auto;
		flex-direction: column;
	}*/
	.profileimg {
		width: 90%;
		box-sizing: border-box;
	}
	.pro1 {
		width: 45%;
	}
	.pro2 {
		width: 45%;
	}
	/*.pro1 {
		margin-bottom: 40px;
	}*/
	.name {
		font-size: 16px;
		margin-top: 20px;
	}
	.title {
		font-size: 14px;
		margin-bottom: 20px;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.line {
		width: 100%;
	}
	.subject {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		font-size: 13px;
		text-align: left;
		margin-bottom: 20px;
		line-height: 1.4em;
	}
	.linklink {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.linklink a {
		font-size: 15px;
	}
	.separate2 {
		margin-bottom: 30px;
	}
	.heading {
		font-size: 14px;
	}
	.bio {
		width: 82%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		/*text-align: center;*/
		display: block;
	}
	.bio ul {
		/*display: inline-block;*/
		list-style-type: none;
		font-size: 12px;
	}
	.bio li {
		margin-bottom: 10px;
		text-align: left;
		line-height: 1.4em;
	}
	.bio p {
		font-size: 12px;
	}
	.text2 {
		padding-left: 0;
	}
	.text3 {
		padding-left: 0;
	}
	.collection2 h2 {
		margin-top: 40px;
	}
	.collection h2, .collection2 h2,.hletter h1 {
		font-size: 16px;
		width: 80%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.set {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.setup {
		margin-right: 10px;
	}
	.more {
		text-align: right;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	.more img {
		width: 70px;
	}
	.name2 {
		font-size: 16px;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.line2, .line3 {
		width: 100%;
		box-sizing: border-box;
	}
	.how table {
		width: 90%;
	}
	.how th {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.how td {
		height: 370px;
	}
	.how td {
		font-size: 12px;
	}
	.dis1 {
		width: 90%;
	}
	.dis2 {
		width: 80%;
	}
	.dis4 {
		font-size: 10px;
		padding-top: 15px;
		width: 90%;
		text-align: left;
		display: inline-block;
	}
	.dis5 {
		/*font-size: 9px;*/
		display: none;
	}
	.how img {
		width: 105%;
		box-sizing: border-box;
	}
	.wow table,.price {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.wow th, .wow td {
		font-size: 16px;
	}
	.plus {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 12px;
	}
	.badge {
		font-size: 10px;
	}
	.mail {
		width: 90%;
	}
	.mail p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.mail input, .mail textarea {
		font-size: 14px;
	}
	input[type="submit"] {
		font-size: 12px;
		height: 30px;
		margin-bottom: 20px;
	}
	.shop img {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.solo {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.soloup {
		margin-right: 10px;
	}
	.plus2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 14px;
	}
	.hlogo {
		width: 95%;
		height: auto;
	}
	.hlogo2 {
		width: 40%;
		height: auto;
	}
	.return {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.return a {
		font-size: 14px;
		padding: 8px 60px;
		border-radius: 20px;
	}
	#sm {
		width: 90%;
		padding: 20px;
		box-sizing: border-box;
	}
	.case {
		margin-bottom: 15px;
		flex-wrap: wrap;
	}
	.nono {
		width: 120px;
		padding: 8px 0;
		margin-right: 10px;
	}
	.nono a {
		font-size: 14px;
	}
	.no {
		font-size: 14px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-top: 6px;
	}
	.case p {
		font-size: 14px;
	}
	.case2 {
		margin-bottom: 20px;
	}
	.case2:last-child {
		margin-bottom: 0;
	}
	.nono2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.case2 p {
		font-size: 14px;
	}
	.add, .add2{
		width: 90%;
	}
	.add2 td {
  		font-size: 13px;
	}
	.pagetop{
		position:fixed;
		bottom:60px;
		right:10px;
	}
	.pagetop img {
		width: 30px;
		height: auto;
	}
}
