@charset "UTF-8";
input[type="button"], input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.8;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #676767;
	position: relative;
}
.remodal {
	text-align: left;
}
.copyright {
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.modalbox {
}
.bg {
	background-image: url(../images/bg.jpg);
	background-position: 0% 0%;
	background-size: cover;
}

.bg2 {
	background-image: url(../images/bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -998;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 00px;
	top: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
	max-width: 100%;
	width /***/: auto; /* IE8のみ */
	height: auto;
}
.sidebar-tit {
	background-color: #999999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.android .sidebar-tit {
	padding-top: 0px;
}
.pickup .sidebar-tit {
	padding-top: 8px;
}
.footer-wrapper {
	background-color: #EEE8AA;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-wrapper li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}
.box-sidebar {
	background-color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
h1 {
}
.android h1 {
	
}
a {
	color: #002040;
	text-decoration: none;
}
.footer-warpper a {
	color: #FFFFFF;
}
div#nav a {
	color: #FFFFFF;
}
/*
a:link { color: blue; }
a:visited { color: purple; }
*/
a:hover {
	text-decoration: underline;
	opacity: 0.95;
}
.collection-sub nav li {
	float: left;
	padding-left: 20px;
	background-image: url(../images/collection_sub_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-right: 20px;
	width: 25%;
	margin-bottom: 5px;
	word-wrap: break-word；
}
.collection-sub .cate {
	width: 100%;
	background-color: #F8F8F1;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.collection-sub .cate-des {
	margin-bottom: 20px;
	width: 100%;
}
.collection-sub .cate h5 {
	font-family: 'Century Gothic', CenturyGothic, Futra, AppleGothic;
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
}
.collection-sub .cate h5.small {
	font-size: 30px;
}
.collection-sub .cate .thum {
	width: 55px;
}
.collection-sub .cate .name {
	padding-left: 10px;
}
.collection-sub .unit h6 {
	font-family: 'Century Gothic', CenturyGothic, Futra, AppleGothic;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #0085B2;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	color: #fff;
}
.collection-sub .unit .thum {
	width: 60px;
}
.collection-sub .unit .kana {
	font-size: 12px;
	text-align: center;
}
.collection-sub .unit .name {
	padding-left: 10px;
}
.cate-des .catch {
	font-size: 12px;
	width: 0%;
	font-weight: bold;
}
.page-up {
	text-align: right;
	background-color: #FFF;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.page-up a {
	/* [disabled]color: #000066;
*/
}
.strong {
	color: #ff0000;
	font-weight: bold;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.left {
	float: left;
}
.footer-wrapper ul {
	width: 250px;
}
.right {
	float: right;
}
.width100 {
	width: 100%
}
.width90 {
	width: 90%
}
.width80 {
	width: 80%
}
.width70 {
	width: 70%
}
.width60 {
	width: 60%
}
.width50 {
	width: 50%
}
.width40 {
	width: 40%
}
.width30 {
	width: 30%
}
.width20 {
	width: 20%
}
.width10 {
	width: 10%
}
.margin-left-5px {
	margin-left: 5px;
}
.margin-right-5px {
	margin-right: 5px;
}
.margin-top-5px {
	margin-top: 5px;
}
.margin-bottom-5px {
	margin-bottom: 5px;
}
.margin-left-10px {
	margin-left: 10px;
}
.margin-right-10px {
	margin-right: 10px;
}
.margin-top-10px {
	margin-top: 10px;
}
.margin-top-20px {
	margin-top: 20px;
}
.margin-bottom-10px {
	margin-bottom: 10px;
}
.margin-bottom-20px {
	margin-bottom: 20px;
}
.margin-bottom-40px {
	margin-bottom: 40px;
}
.padding-top-20px {
	padding-top: 20px;
}
.talign-right {
	text-align: right;
}
.talign-center {
	text-align: center;
}
.talign-left {
	text-align: left;
}
.clear:after {
	content: "\A";
	white-space: pre;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/ 
.remodal h5 {
	margin-top: 20px;
	color: #0085B2;
	font-weight: bold;
}
.remodal h5:before {
	content: '■';
}
.remodal p {
}
.remodal h4 {
	font-size: 18px;
	background-color: #002040;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #fff;
	margin-bottom: 10px;
}
.azul .des {
	background-color: #000;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
}
.copy {
	min-height: 650px;
	position: relative;
	margin-bottom: -110px;
}
.copy img {
	position: absolute;
	right: 10%;
	bottom: 15%;
	width: 320px
}
.wrap1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper1 {
	margin-bottom: 40px;
	box-sizing: border-box;
}
.box1 {
	/* [disabled]padding: 20px;
*/
	background-color: #fff;
}
.box1-2 {
	text-align:center;
}
.box1-3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-wrap {
}
.gnavi {
	background-color: #002040;
}
div#nav {
	padding: 0;
	clear: both;
}
div#nav ul:after {
	height: 0;
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
div#nav ul li {
	margin-top: 0;
	margin-bottom: 0;
	float: left;	/* メニュー横並び */
	list-style-type: none;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#nav ul li a {
	padding-top: 8px;
	padding-bottom: 0px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
}
.android div#nav ul li a {
	padding-top: 4px;
	padding-bottom: 5px;
}
div#nav ul li a:hover {
	background-color: #0085B2;
	text-decoration: none;
}
div#nav ul li img {
	height: auto;
}
div#toggle {
	display: none;
}
.slide {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cont {
	float: left;
	width: 760px;
}
.cont2 {
	float: left;
	width: 755px;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
}
.sidebar {
	float: right;
	width: 230px;
}
.sidebar-box {
	margin-bottom: 0px;
}
.sidebar-wrapper h4 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 7px;
}
a.page-top {
	color: #fff;
}
.page-top {
	position: fixed;
	bottom: 5%;
	right: 5%;
	padding: 10px;
	background: #7e7a7a;
	border-radius: 2px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.sidebar-wrapper {
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px;
}
.sidebar-box p, .sidebar-box td {
	margin-top: 15px;
	font-size: 14px;
}
.results table {
	margin-bottom: 40px;
	width: 100%;
}
.results td {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.results td.photo {
	text-align: center
}
.footer-wrapper td, .footer-wrapper p, .footer-wrapper, .footer-wrapper a {
	color: #fff;
	font-size: 14px;
}
h2 {
	font-family: 'Kaisei Decol', serif;
	font-size: 38px;
	font-weight: normal;
	color: #df9700;
	text-align: center;
	height: 70px;
	box-sizing: border-box;
	margin-bottom: 80px;
	width: 100%;
	display: block;
	border-color: #df9700;
	border-width: 3px;
	border-bottom-style: solid;
}
h2:after {
	display: block;
	content: url(../images/h2_bg.png);
	line-height: 1.2;
}
.android h2:after {
	line-height: 1;
	margin-top: 10px;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	color: #df9700;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #f9f9f9;
	padding: 15px;
	line-height: 1.5;
}
.left1 {
	float: left;
}
.right1 {
	float: right;
}
.collection .expert h4 {
	font-family: 'Century Gothic', CenturyGothic, Futra, AppleGothic;
	color: #0085B2;
	font-size: 30px;
	font-weight: normal;
}
.gnavi-wrap {
	background-color: #002040;
}

.ad-wrapper {
	margin-bottom: 40px;
}
.collection .expert h5 {
	color: #002040;
	font-weight: bold;
	/* [disabled]font-size: 12px;
*/
	margin-bottom: 20px;
}
.collection .expert {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 5px solid #0085B2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}
.collection .expert table {
	margin-bottom: 20px;
}
.collection .expert th {
}
.collection .expert td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	line-height: 1.5;
}
.collection-sub .cate td {
	vertical-align: top;
	padding: 3px;
	font-size: 12px;
}
.collection-sub .unit td {
	vertical-align: top;
	padding: 3px;
	font-size: 12px;
}
.tenen {
}
.tenen {
	color: #FFFFFF;
	/* [disabled]font-weight: bold;
*/
	background-color: #238C00;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 12px;
	content: "\A";
	white-space: pre;
	/* [disabled]display: block;
*/
}
.designer{
}
.designer{
	color: #FFFFFF;
	/* [disabled]font-weight: bold;
*/
	background-color: #86684B;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 12px;
	content: "\A";
	white-space: pre;
	/* [disabled]display: block;
*/
}
.collection-sub nav {
	margin-left: 5%;
	margin-bottom: 20px;
}
.collection-sub .unit {
	width: 45%;
	margin-bottom: 20px;
	margin-right: 5%;
	float: left;
}
.collection-sub .cate table:nth-of-type(even) {
	clear: both;
}
.collection .des h6 {
	font-size: 30px;
	font-family: 'Century Gothic', CenturyGothic, Futra, AppleGothic;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.android .collection .des h6 {
	font-size: 24px;
}
.collection .des li {
	font-size: 12px;
	line-height: 1.5;
	width: 180px;
	height: 180px;
	float: left;
	padding-top: 45px;
	box-sizing: border-box;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.contact .company {
	width: 100%;
	margin-top: -30px;
}
.contact .company th {
	color: #0085B2;
	text-align: left;
}
.contact .company td, .contact .company th {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #0085B2;
	padding-top: 40px;
}
.case h4 {
	background-color: #0085B2;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 75px;
	padding-bottom: 5px;
	color: #fff;
	background-image: url(../images/case_tit.png);
	background-repeat: no-repeat;
	background-position: 15px 39%;
	font-size: 20px;
	margin-bottom: 20px;
}
.case h5 {
	font-size: 20px;
	color: #0085B2;
}
.collection .des li:first-child, .collection .des li:nth-child(3n+1) {
	margin-left: 0px;
}
.collection .des li.d1 {
	padding-top: 25px;
	background-image: url(../images/collection_bg1.png);
}
.collection .des li.d1 p {
	font-size: 18px;
	font-weight: normal;
	color: #001F3F;
}
.android .collection .des li.d1 p {
	font-size: 14px;
}
.collection .des li.Fruity {
	background-image: url(../images/collection_bg_Fruity.png);
}
.collection .des li.Citrus {
	background-image: url(../images/collection_bg_Citrus.png);
}
.collection .des li.Woody {
	background-image: url(../images/collection_bg_Woody.png);
}
.collection .des li.Aromatic {
	background-image: url(../images/collection_bg_Aroma.png);
}
.collection .des li.Floral {
	background-image: url(../images/collection_bg_Floral.png);
}
.collection .des li.Gourmand {
	background-image: url(../images/collection_bg_Gourmand.png);
}
.collection .des li.Brand {
	background-image: url(../images/collection_bg_brand.png);
	color: #fff;
}
.collection .lead {
	margin-bottom: 20px;
}
.collection .des .btn {
	text-align: center;
	margin-top: 10px;
}
.collection .des {
	margin-bottom: 20px;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.box {
	margin-bottom: 40px;
}
.case .box {
	border-bottom: 3px double #0085B2;
}
.case .box p {
	margin-bottom: 10px;
}
.install .wrap {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: #f9f9f9;
}
.install .step {
}
.install .s1 {
	background-image: url(../images/install_step1.png)
}
.install .s2 {
	background-image: url(../images/install_step2.png)
}
.install .s3 {
	background-image: url(../images/install_step3.png)
}
.install .s4 {
	background-image: url(../images/install_step4.png)
}
.install .s5 {
	background-image: url(../images/install_step5.png)
}
.install .s6 {
	background-image: url(../images/install_step6.png)
}
.install .s7 {
	background-image: url(../images/install_step7.png)
}
.install h4 {
	background-color: #0085B2;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 85px;
	padding-bottom: 5px;
	color: #fff;
	display: block;
	background-repeat: no-repeat;
	background-position: 15px 13px;
	font-size: 20px;
	font-weight: normal;
}
.case .text {
	width: 100%;
	margin-bottom: 20px;
	/* [disabled]float: left;
*/
}
.case .photo {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	/* [disabled]float: right;
*/
}
.text {
	width: 48%;
	margin-bottom: 20px;
}
.photo {
	width: 48%;
	text-align: center;
	margin-bottom: 20px;
}
.effect h5 {
	color: #8C4600;
}
.effect h4 {
	margin-bottom: 10px;
}
.product strong {
	color: #002040;
}
.product h5 {
	color: #002040;
}
.product h4 {
	margin-bottom: 20px;
	display: block;
}
.product h6 {
	color: #df9700;
	border-left: 10px solid #df9700;
	padding-left: 5px;
	border-bottom: 1px solid #df9700;
	margin-bottom: 5px;
}
.product .pro .text {
	font-size: 12px;
}
.product h7 {
	margin-bottom: 20px;
	display: block;
}
.product h8 {
	color: #0085B2;
	font-size: 14px;
}
.product .cau {
	background-color: #0085B2;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product .cau1 {
	font-size: 14px;
}
.case nav li {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}
.case nav li:first-child, .case nav li:nth-child(5) {
	/* [disabled]margin-left: 0px;
*/
}
.case nav li:nth-child(5) {
	clear: both
}
.collection section ul li {
}
.green {
	color: #D53E2F
}
.contact .formtable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.contact .formtable th, .contact .formtable td {
	border: 1px solid #e6e6e6;
	padding: 8px;
	vertical-align: top;
	text-aling: left;
}
.contact .formtable th {
	color: #FFF;
	background-color: #0085B2;
	text-align: left;
	font-weight: normal;
}
.contact .formtable td {
	background-color: #FCFFFE;
}
.contact .formtable input, .contact .formtable textarea {
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 16px;
	-webkit-appearance: none;
	border-color: #ccc;
    border-width: 1px;
    border-style: solid;
}
.contact p input {
	background-color: #0085B2;
	color: #fff;
	border: none;
	border-radius: 2px;
	font-size: 16px;
	padding: 10px;
	-webkit-appearance: none;
}
.topbnr {
	width: 48%;
}
.topbnr h4 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
}
.topbnr p {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.calli {
	margin-bottom: 20px;
}
.topnavi {
	margin-bottom: 0px;
}
.topnavi ul {
}
.topnavi li {
	float: left;
}
.topnavi li:nth-child(4) {
	clear: both;
}
/*navi*/
.inner {
	width: 1000px;
	margin: 0 auto;
	height: 75px;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	padding-top: 0px;
	float: left;
	font-size: 36px;
	padding-left: 15px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 30px;
	margin-left: 44px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 0;
	font-size: 16px;
	color: #fff;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 65px;
	background: #000;
	background: rgba(0,0,0,.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
}
#global-nav a {
	position: relative;
	display: inline-block;
	padding: .4em;
	text-decoration: none;
}
#global-nav a::after {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #676767;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#global-nav a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/*navi-end*/





.footer-wrapper-text {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-wrapper-text .s1 {
	color: #00A3D8;
}
.footer-wrapper-text .s2 {
	color: #999999;
}
.footer-wrapper-text h4 {
	color: #0085B2;
	font-family: 'Covered By Your Grace';
	font-size: 52px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 0px;
}
.footer-wrapper-text p {
}
.footer-wrapper form {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-wrapper select {
	border: none;
	padding: 10px;
	font-weight: normal;
	color: #676767;
	font-size: 16px;
}
.footer-wrapper option {
}
.cont-padding {
	padding-top: 142px
}
.footer-wrapper-text h1 {
margin-bottom:20px;
}
@media (max-width: 1000px) {
.cont {
	margin-top: 100px
}
.cont-padding {
	padding-top: 42px
}
.copyright {
	font-size: 12px;
}
.footer-wrapper-text h4 {
	font-size: 28px;
}
.copy {
	min-height: 300px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center; /*horizonal*/
	align-items: center; /*vertical*/
}
.copy img {
	position: relative;
	padding-top: 50px;
	right: auto;
	bottom: auto;
	width: 90%;
}
/*navi*/
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
	background-color: #f9f9f9;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: -2px;
	top: 3px;
	color: #333;
	font-size: 26px;
	width: 156px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #666;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	margin-left: 0px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#global-nav a::after {
	content: none;
}
/*navi-end*/
	
	
.topnavi li:nth-child(4) {
	clear: both
}
.case nav li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 110px;
}
.case nav li:nth-child(5) {
	clear: none
}
.collection .des li:first-child, .collection .des li:nth-child(3n+1) {
	margin-left: 20px;
}
.collection .des {
	width: auto;
}
.wrap1 {
	max-width: 100%;
}
.cont, .cont2 {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.cont2 {
	margin-top: 13px;
}
.sidebar {
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.footer-wrapper .footer-navibox .footer-wrapper-text {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	float: none;
	clear: both;
}

.footer-wrapper .footer-logo {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.clearfix2:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.footer-wrapper .footer-logo {
	float: none;
}
.topnavi li:nth-child(4) {
	clear: both;
}
.topnavi li:nth-child(3), .topnavi li:nth-child(5) {
}
}

@media (max-width: 700px) {
	.footer-wrapper-text h1 {
	margin-bottom: 10px;
	font-size:12px;
	font-weight: normal;
}
.topnavi {
	display: none;
}
.topbnr {
	width: 100%;
}
.case nav li {
	width: 100px;
}
body {
	background-color: #fff;
}
.cont, .cont2 {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	width: 100%;
}
h3 {
	font-size: 20px;
}
.box {
	margin-bottom: 20px;
}
.text {
	width: 100%;
}
.photo {
	width: 100%;
}
.collection-sub .cate .cate-des .thum {
	/* [disabled]display: none;
*/
}
h2 {
	font-size: 24px;
	padding-top: 20px;
	margin-bottom: 70px;
	margin-top:40px;
}
h2:after {
	line-height: 2.6;
}
.left1 {
	float: none;
}
.right1 {
	float: none;
}
.none-sp {
	display: none
}
.collection-sub .unit {
	width: 100%;
}
.bg {
	background: url(../images/bg_s.jpg) no-repeat center center;
	background-size: contain;
}
.bg2 {
	background-image: none;
}
header.main {
	/* [disabled]height: 150px;
*/
}

.logo {
}
div#nav {
	margin: 0;
	width: 100%;
}
div#nav ul {
	height: auto;
	display: none;
	text-align: center;
	background-color: #002040;
}
div#nav ul li {
	clear: left;
	width: 100%;
	text-align: left;
	padding-top: 0px;
}
div#nav ul li a {
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.android div#nav ul li a {
	padding-top: 0px;
}
div#nav ul li a:hover {
	text-decoration: none;
}
div#toggle {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	display: block;
	position: relative;
}
div#toggle a {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
}
div#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
div#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
}
div#toggle a:before {
	margin-top: -6px;
}
div#toggle a:after {
	margin-top: 2px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	display: block;
	height: 100%;
}
.footer-wrapper .right2 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
}

@media (max-width: 460px) {
.topnavi li:nth-child(4) {
	clear: none;
}
.topnavi li:nth-child(odd) {
	clear: left;
}
.topnavi li {
	width: 49%;
}
h1 {
}
}

.read_more {
    position: relative;
    z-index: 50;
    left: 50%;
    display: inline-block;
    padding-top: 40px;
    padding-left: 24px;
    width: 50%;
    border-bottom: solid 2px #000;
    font-weight: 700;
    font-size: 140%;
    letter-spacing: .2em;
    transition: .4s;
}
.Ropa-Sans {
    font-family: ropa sans;
    font-weight: 700;
}
a .amore {
    color: #000;
    text-decoration: none;
    transition: all .4s ease-out;
    outline: none;
}

.under {
border-bottom: solid 2px black;
}



.box2 {
    padding: 0.5em 1em;
    margin: 10px 0;
    font-weight: bold;
    color: #df9700;
    background: #FFF;
    width: 100%;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.shoperea{
    background: #794327 ;
    color: #fff;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.shopname {
	font-family: 'Century Gothic', CenturyGothic, Futra, AppleGothic;
	background-color: #df9700;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 8px;
	color: #fff;
    font-size: 140%;
}

.font90{
    font-size: 90%;
}

.gsizu {
	width: 110px;
}

.shoptel {
	color: #fff100;
    font-size: 140%;	
}
@media screen and  (max-width: 768px) {
.shoperea{
	margin-left: 2px;
}
.shopname{
    font-size: 100%;	
}
.shoptel{
    font-size: 100%;	
}
.shoptxtleft{
	margin-left: 2px;
}
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}


.midashi1 {
	text-align: center;
	background-color: #FCFFFE;
	padding-top: 30px;
	padding-bottom: 30px;
}
.midashi1 .s1 {
	color: #00A3D8;
}
.midashi1 .s2 {
	color: #999999;
}
.midashi1 h4 {
	color: #df9700;
	font-family: 'Century Gothic', CenturyGothic, Futra, AppleGothic;
	font-size: 52px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 0px;
}

.midashi1 h3 {
	color: #0085B2;
	font-family: 'Kaisei Decol', serif;
	font-size: 52px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 0px;
}

@media screen and  (max-width: 768px) {
.midashi1 h4 {
	font-size: 28px;
}
.midashi1 h3 {
	font-size: 28px;
}
}

.sidebar-wrapper a{
  display: block;
  text-decoration: none;
}

.sideBtn{
  border: 1px solid #000;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;
  font-size: 20px;
  transition: .4s;
  padding: 15px 0px;
}

.sideBtn:hover{
  color: #fff;
  background: #000;
  transition: .4s;
}

@media screen and  (max-width: 768px) {
.sideBtn{
  font-size: 15px;
}
}

@media screen and (min-width: 768px) {
.sp_only{
display:none !important;
}
}

@media screen and (max-width: 768px) {
.pc_only{
display:none !important;
}
}


.shop{
    padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.shop table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

.shop table tr {
  background-color: #fff;
  padding: .35em;
}
.shop table th,
table td {
  padding: 1em 10px 1em 1em;
}
.shop table th {
  font-size: .85em;
}
.shop table thead tr{
  background-color: #EEE8AA;
}
.shop .txt{
   text-align: left;
   font-size: .85em;
}
.shop .price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  .shop table {
    border: 0;
    width:100%
  }
  .shop table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  .shop table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .shop table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  .shop table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .shop table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  .shop table td:last-child {
    border-bottom: 0;
  }
}

.shop h4{
	font-family: 'Kaisei Decol', serif;
	font-size: 38px;
	font-weight: normal;
	color: #a1733a;
	text-align: center;
	height: 70px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	border-color: #a1733a;
	border-width: 3px;
	border-bottom-style: solid;
}

@media screen and  (max-width: 768px) {
.shop h4{
	font-size: 20px;
	height: 45px;
	margin-top: 10px;
}
}

.shop .flex{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.shop .flex > *{
  min-width: 8%;
  background: #fff;
  font-size: 64px;
  text-align: center;
}
.shop .flex,
.flex > *{
  border: 3px solid #aaa;
}

.icon-a{
 width:30px
 background: #000; 
 color: #fff;
}

.shop h5 {
color: #df9700;
background-color: #fcd98f;
font-size: 24px;
border-left: 15px solid #df9700;
box-shadow: 0 5px 6px rgba(0, 0, 0, .5);
padding: 10px;
margin: 20px;
}

@media screen and  (max-width: 768px) {
.shop h5{
	font-size: 15px;
}
}

.shop .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.shop .boxicon{
  width: 70px;
  height: 28px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: 5px;
}

.shop_bg1{
  background-color: #66b6d5;
}
.shop_bg2{
  background-color: #008080;
}
.shop_bg3{
  background-color: #808000;
}

.shoperea2{
    background-color: #66b6d5;
    color: #fff;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.shoperea3{
    background-color: #008080;
    color: #fff;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.shoperea4{
    background-color: #808000;
    color: #fff;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.inner768{
    width: 768px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.inner768w{
    background-color: #fff;
    width: 768px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.shop_bg4{
  background-color: #ffccdd;
  text-align: center;
  margin: 20px auto ;
  padding: 20px 0 ;
}

.design_sample1 {
    font-size:38px;
    text-align:center;
    line-height:50px;
    font-weight:bold;
    color: transparent;
    background : rgba(0,0,0,1);
    text-shadow : 
        0 0 0.1em rgba(255,255,255,0.05),
        0.01em 0.04em 0.03em rgba(255,255,255,0.4);
    -webkit-background-clip : text;
}

.design_txt_big {
    font-size:40px;
    text-align:center;
    font-weight:bold;
    color: transparent;
    background : rgba(0,0,0,1);
    text-shadow : 
        0 0 0.1em rgba(255,255,255,0.05),
        0.01em 0.04em 0.03em rgba(255,255,255,0.4);
    -webkit-background-clip : text;
}

.design_txt_small {
    font-size:20px;
    text-align:center;
    font-weight:bold;
    color: transparent;
    background : rgba(0,0,0,1);
    text-shadow : 
        0 0 0.1em rgba(255,255,255,0.05),
        0.01em 0.04em 0.03em rgba(255,255,255,0.4);
    -webkit-background-clip : text;
}

.sample123 {
    font-size:38px;
    text-align:center;
    line-height:50px;
	font-weight:bold;
	color: #FFF;
	text-shadow: 
		0 0 0.05em #F06292,
		0 0 0.10em #F06292,
		0 0 0.15em #F06292,
		0 0 0.30em #F06292;
	filter: saturate(80%);
}

@media screen and  (max-width: 768px) {
.sample123{
	font-size: 20px;
    line-height:25px;
}
.design_txt_small{
	font-size: 15px;
}
.design_txt_big{
    padding: 0px; 
	font-size: 25px;
}
}

.toppickupgirl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickupgirl{
  width: 32%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.pickupgirl {
		width: 100%;
	}
}


img.imgCenter{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(10,10,100,0.2);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_trigger2 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 20px;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p{
    padding:20px 20px 5px 20px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#000;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #37beb0;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;
    border:1px solid #37beb0;
    padding:5px 15px;
    font-weight: bold;
}
.open_btn:hover{
    background:#37beb0;
    color:#fff;
    transition: .3s ease;
}

.topshopwaku{
    border: solid 3px #df9700;/*線*/
    background:fff;
	margin: 10px 0;
}

.waribikibg{
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	padding: 10px 0;
}

.systemwaku{
  border: 1px solid #bbb;
}

.shoplink-waku {
    max-width: 95%;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

.fontred{
  color:#FF0000 ;
}
