@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
body {
    font-family: "Yu Gothic";
    margin: 0 auto;
    font-size: 14px;
    background: url(../image/footer_bg.gif);
}
a {
	text-decoration: none;
	color: #f7b52d;
	font-weight: bolder;
}

#wrapper {
	margin-top: -16px;
	background: rgba(255,255,255,0.4);
}

/* ヘッダー｜Header */
#header {
    width: 100%;
    box-shadow:none;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
#header-linner{
	background: url(../image/footer_bg.gif);
}

#header::before {
}
#header::after {

}

#header-content {
	width: 98%;
	max-width: 1140px;
	margin: 0 auto;
}
#menu-box{
	display: none;
}
#sitedesc {
	float: left;
	color: #f7b52c;
	font-weight: bold;
	background: #fff;
	border-radius: 5px;
	padding: 0px 6px;
	    font-size: 0.7em;
	    margin-top: 10px;
}
#sub-menu {
	background: #e6e6e6;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 16px;
	left: 0;
	font-size: 0.8em;
	color: #5d5d5d;
}
#sub-menu-content {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
#sub-menu-content ul {
	list-style: none;
	margin: 0;
}
#sub-menu-content ul li {
    float: right;
    margin-left: 25px;
    background: #dc5424;
    width: 90px;
    display: block;
    text-align: center;
    padding: 6px;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
	    font-size: 0.8em;
	position: relative;
	height: 13px;
}

#sub-menu-content ul li:last-child {
float: right;
    margin-left: 25px;
    background: #fff;
    width: 270px;
    display: block;
    text-align: center;
    padding: 6px;
    color: #dc5424;
    border-radius: 0px 0px 5px 5px;
    font-size: 0.8em;
    position: relative;
    height: 13px;
}



#sub-menu-content ul li:hover {
	    background: #f7b52c;
}

#sub-menu-content ul li:last-child:hover {
	    background: #fff;
}
#sub-menu-content ul li a {
	 color: #fff;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 3px;
}
#sub-menu-content ul li:last-child a {
	 color: #fff;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

#sub-menu-content ul li a:hover {
	color: #000;
}

#sub-menu-content ul li:last-child a:hover {
	color: #dc5424;
}
#logo {
    float: left;
    width: 200px;
	clear: both;
	    margin-top: -20px;
}
.logoh1 {
	margin: 0;
}
.logoh1 img {
	width: 100%;
}
#main-menu {
    margin-top: 15px;
}
#main-menu-content {
	    float: right;
    margin-top: -51px;
}
#main-menu-content ul {
	list-style: none;
	margin: 0;
	margin-top: 3px;
}
#main-menu-content ul li {
	float: left;
}
#main-menu-content ul li:hover {
	background: #7cb42d;
	border-radius: 8px;
}
#main-menu-content ul li a {
	    padding: 10px 15px;
	display: block;
	color: #281d1b;
	font-weight: inherit;
}
#main-menu-content ul li a:hover {
	color: #fff;
	    padding: 10px 20px;
}
#sns-box {
	float: right;
	background: #f7b52d;
	padding: 13px 15px 10px 15px;
	margin-top: -9px;
}
#sns-box-tel {
	color: #fff;
	font-weight: bolder;
	font-size: 1.2em;
	text-align: right;
	background: url(../images/icon_tel.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 0px 1px;
	padding-left: 29px;
}
#sns-box-tel a {
	color:#fff;
}
#sns {
	display: none;
}
#sns-icon {
	float: left;
	margin: 0px 5px;
	width: 30px;
}
#sns-icon img {
	width: 100%;
}
#sns-icon img:hover {
	-webkit-filter: brightness(0%);
	-moz-filter: brightness(0%);
	-ms-filter: brightness(0%);
	-o-filter: brightness(0%);
	filter: brightness(0%);
}

#slider-box {
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
    background: url(../image/topanima4.gif);
    height: 750px;
    background-position: 50% 102%;
    background-size: 2050px;
    background-repeat: no-repeat;
}
#slider-box img {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
/* インフォバー｜Info Bar */
#infobar-box {
    background: #7db62d;
    width: 100%;
    /*max-width: 1140px;*/
    margin: 0 auto;
    margin-top: 84px;
}
#infobar {
	max-width: 1140px;
	margin: 0 auto;
}

.swiper-wrapper{
	padding: 20px 0;
    width: 95%;
    margin: 0 auto;	
}
.swiper-wrapper h1{
    color: #fff;
    margin: -5px 0px 10px;
    font-size: 1.2em;
    text-indent: 10px;
    font-weight: 100;
	text-align: center;
}
.swiper-slide {
	text-align: left;
	padding:0px;
	color: #fff;
}
.swiper-slide a {
	color: #fff;
	font-weight: inherit;
}
.swiper-slide a:hover {
	color: #000;
	font-weight: inherit;
}
.swiper-slide .date {
}
.infobar-content {
}


/* メインコンテンツ｜Main Content */
#content {
width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0px 60px 0px;
    overflow: auto;
}
/**{その他のページ| other page}**/
#content2 { 
    width: 100%;
    padding: 0px 0px 60px 0px;
	background:#fff;
	margin-top:97px;
}
/**{kokomade}**/
#main-box {
	max-width:1140px;
	margin: 0 auto;
}

#topbnrcontent-box {}
#topbnrcontent-row {
	    clear: both;
}
#topbnrcontent-cell {
	width: 30%;
    float: left;
    margin: 1.6%;
    position: relative;
}
#topbnrcontent-cell::before{
	content:"";
	padding-top: 100%;
	display: block;
}
#topbnrcontent-cell a {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#topbnrcontent-cell a:hover {}
#topbnrcontent-cell img {
    width: 100%;
    height: auto;
    border-radius: 9px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    box-shadow: 0px 0px 10px #a5a5a5;
}

#topbnrcontent-cell img:hover {
	opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
    background-size: 15px!important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto;
    background-size: 15px!important;
}

#fixedbox {
    position: fixed;
    right: 0px;
    width: 135px;
    padding-top: 1em;
    padding-bottom: 1em;
    top: 14em;
    z-index: 9999;
    background: #7cb42d;
    border-radius: 5px 0px 0px 5px;
    /* border: #7cb42d 2px solid; */
    padding: 5px;
    padding-left: 10px;
    box-shadow: -1px 1px 10px rgba(0,0,0,.5);
    margin-right: -2px;
	color: #fff;
	font-size: 0.9em;
}

#fixedbox h3 {
	    font-size: 1em;
	color: #fff
}
#fixedbox-1 {
    margin-bottom: 10px;
}

.fixed-login-btn {}
.fixed-login-save {
	    margin-top: 10px;
}
.fixed-login-password{
	    margin-top: 10px;
}
.fixed-login-email{}
.fixed-login-btn {
	margin-top: 10px;
}
.fixed-login-btn input[type="submit"] {
    -webkit-appearance: none;
    background: #dc5424;
    border: none;
    border-radius: 5px;
    width: 100px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: bolder;
    border: #fff 2px solid;
}

#footer {
    padding-top: 25px;
	 padding-bottom: 0px;
	background: #fff;
}
#footer-content{
	    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
	overflow: auto;
}

#footer-row .column1 {
	width: 40%;
    float: left;
    margin-top: 20px;	
}
#footer-row .column2 {
	width: 20%;
    float: left;
}
#footer-row .column3 {
	width: 16%;
    float: left;
}
#footer-row .column4 {
	width: 20%;
    float: left;
}
#footer-copyright {
    overflow: hidden;
    text-align: center;
    margin: 20px 0px 0px 0px;
    background: #7cb42d;
    padding: 15px;
    color: #fff;
}
.column1 img{
	display: block;
    margin: 0 auto;
}
.column2 ul li,.column3 ul li,.column4 ul li{
	list-style: none;
	margin: 5px 0;
}
.column2 ul li a,.column3 ul li a,.column4 ul li a{
	color: #615e5e;
    font-weight: 100;
}

/**************
kodawari page by chiba
**************/
#pagebox{
	background: #fff;
}
.headerpagetitle{
	background:url(../image/mycloak019.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.pagetitle{
	padding: 60px 0 60px 0;
	margin-bottom: 50px;
	background:url(../image/footer_bg.gif);
}
.pagetitlecolor{
	 background-color: rgba(255, 255, 255, 0.5);
    padding: 60px 0;
    margin: -60px 0;
}
.pagetitle h2{
	text-align: center;
    color: #dc5424;
	font-size: 2em;
}
.pagelead{
	text-align: center;
	font-size:19px;
}
.pageleadrowbox{
	padding: 60px 0 0 0;
	width:100%;
    overflow: auto;
	margin:auto;
	max-width:1140px;
}

.pageleadcol1,.pageleadcol2,.pageleadcol3,.pageleadcol4,.pageleadcol5{
    float: left;
    margin: 0 5px;
    width: 18.5%;
}
.pageleadcol1_,.pageleadcol2_,.pageleadcol3_,.pageleadcol4_,.pageleadcol5_{
    float: left;
    margin: 0 15px;
    width: 16.5%;
}
.pageleadcol1 img,.pageleadcol2 img,.pageleadcol3 img,.pageleadcol4 img,.pageleadcol5 img,.pageleadcol1_ img,.pageleadcol2_ img,.pageleadcol3_ img,.pageleadcol4_ img,.pageleadcol5_ img{
	width:100%;
}
.pageleadcol5 img{
	margin-top:-16px;
} 
.pageitembox{
	overflow: auto;
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.itemtitle{
	background:url(../image/footer_bg.gif);
	margin-bottom:50px;
}

.itemtitle h2{
	    text-align: center;
    margin-top: 140px;
    padding: 70px 0;
    color: #dc5424;
    font-size: 2em;
}
.itemtitlecolor{
	 background-color: rgba(255, 255, 255, 0.5);
}
.col1{
    width: 30%;
    float: left;
    margin: 1.6%;
    position: relative;
}
.col1 h3{
	text-align: center;
    border-bottom: 1px solid #7cb42d;
    color: #7cb42d;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.col1 img{
	width:100%;
}
.collead{
    margin-top: 8px;
    background: #f1602d;
    padding: 5px 16px;
    border-radius: 5px;
    color: #fff;
	height:100px;
}
.collead p{
}

/**************
hajimete page by chiba
**************/
.headerpagetitle2{
	background:url(../image/mycloak034.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle2 h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.col1 p.lead{
	text-align:center;
}
.pageitembox p.option,.pageitembox2 p.option{
	float:right;
	font-size:12px;
	margin-top:20px;
}
.pointbox,.pointbox2,.pointbox2_{    
    width: 100%;
	height: 530px;
    border: 1px solid #7cb42d;
    border-radius: 10px;
	padding:10px;
}
.pointbox2,.pointbox2_{
	margin-top:-22px;
}
.pointbox h3,.pointbox2 h3,.pointbox2_ h3{
	text-align: center;
    font-size: 1.5em;
	color: #dc5424;
}
.pointbox img,.pointbox2 img,.pointbox2_ img{
	width:100%;
}
.pointbox2 img,.pointbox2_ img{
	margin-top:0;
}
.nmb{
	text-align: center;
    background: #7cb42d;
    padding: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    margin: auto;
    border-radius: 50px;
}
/**************************
お取り扱いアイテム| item-price
**************************/
.headerpagetitle3{
	background:url(../image/mycloak052.png);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle3 h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
#pagebnrcontent-row{
	overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.pagebnrcontent-2col{
	width: 38%!important;
}
#pagebnrcontent-cell{
	width: 30%;
    float: left;
    margin: 1.6%;
    position: relative;
}
#pagebnrcontent-cell::before{
	content: "";
    padding-top: 70%;
    display: block;
}
.item1{
	width: 46%!important;
    margin: 2%!important;
}
.ippan{
	background:url(../image/mycloak045.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.ippan:hover{
	background:url(../image/mycloak051.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.jutan{
	background:url(../image/mycloak043.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.jutan:hover{
	background:url(../image/mycloak049.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kimono{
	background:url(../image/mycloak042.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kimono:hover{
	background:url(../image/mycloak048.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.shing{
	background:url(../image/mycloak044.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.shing:hover{
	background:url(../image/mycloak050.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kawa{
	background:url(../image/mycloak041.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kawa:hover{
	background:url(../image/mycloak047.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.boots{
	background:url(../image/mycloak040.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.boots:hover{
	background:url(../image/mycloak046.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.othersystemprice{
    overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #7cb42d;
    border-radius: 8px;
	padding-top:10px;
    padding-bottom: 14px;
    margin-bottom: 70px;
}
.othersystemprice p{
	font-size: 16px;
}
.othersystemprice ul li{
	list-style: none;
    line-height: 1.7em;
    font-size: 19px;
	color: #f1602d;
    border-bottom: 1px dotted #ccc;
    width: 96%;
    display: block;
    padding: 9px 8px;
    height: 34px;
    position: relative; 
}
.othersystemprice ul li span{
	background: #7cb42d;
    padding: 5px 10px 15px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 1.1em;
    margin-right: 30px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
}
.othersystemprice ul li span2{
	color:rgba(204, 204, 204, 0.67);
	font-size: 0.7em;
}
.othersystemprice ul li a{
	color: #f1602d;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.othersystemprice ul li a:hover{
	background: rgba(204, 204, 204, 0.13);
}
/**************************
お取り扱いアイテム | CLOTHING
***************************/
.headerpagetitle3_cloth{
	background:url(../image/mycloak019.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle3_cloth h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
/**********寝具**********/
.headerpagetitle3_bed{
	background:url(../image/mycloak059.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle3_bed h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
/**********じゅうたん**********/
.headerpagetitle3_int{
	background:url(../image/mycloak058.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle3_int h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
/**********革製品**********/
.headerpagetitle3_lea{
	background:url(../image/mycloak070.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle3_lea h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
/**********スキースノボ**********/
.headerpagetitle3_ski{
	background:url(../image/mycloak060.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle3_ski h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
/**********着物**********/
.headerpagetitle3_kmn{
	background:url(../image/mycloak069.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle3_kmn h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
/**********その他システム料金*********/
.headerpagetitle_sys{
	background:url(../image/mycloak078.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle_sys h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.othersystemprice img{
	float: right;
	margin-top: -20%;
	margin-right: 5%;
    width: 33%;
}
.priceimg img{
    float: right;
	margin-top: -20%;
	margin-right: 5%;
    width: 20%;
}

.pagelead_price{
	font-size:16px;
	text-align:left;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	
}
.pricebnrcontent-row{
	overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
#pricebnrcontent-cell{
	width: 16%;
    float: left;
    margin: 1.9% 0.3%;
    position: relative;
}

#pricebnrcontent-cell::before{
	content: "";
    padding-top: 70%;
    display: block;
}
.ippan_{
	background:url(../image/mycloak072.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.ippan_:hover{
	background:url(../image/mycloak072_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.jutan_{
	background:url(../image/mycloak074.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.jutan_:hover{
	background:url(../image/mycloak074_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kimono_{
	background:url(../image/mycloak075.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kimono_:hover{
	background:url(../image/mycloak075_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.shing_{
	background:url(../image/mycloak073.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.shing_:hover{
	background:url(../image/mycloak073_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kawa_{
	background:url(../image/mycloak076.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.kawa_:hover{
	background:url(../image/mycloak076_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.boots_{
	background:url(../image/mycloak077.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.boots_:hover{
	background:url(../image/mycloak077_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.contentsArea th {
    background: #D2F0F9;
    font-weight: normal;
    text-align: center;
    padding: 3px;
    border: 1px solid #CCCCCC;
}
.table_box{
	overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
	font-size: 16px;
}
.table_box table{
	border: 0.5px solid #CCCCCC;
}
.table_box table th{
	background: #D2F0F9;
	text-align: center;
    padding: 5px 8px;
    border: 0.5px solid #CCCCCC;
}
.table_box td{
	text-align: left;
    padding: 5px 8px;
    border: 0.5px solid #CCCCCC;
}
.price_table td{
	text-align: right;
    padding: 5px 8px;
    border: 0.5px solid #CCCCCC;
}
.table_box td.firstChild,.table_box td.itemName{
text-align: left;
}
p.kitimg{
	text-align: center;
}
.kit_img{
	text-align: center;
}

h4{ 
	font-size: 24px;
	font-size: 24px;
    color: #f1602d;
    border-bottom: 1px solid #f1602d;
}
/**************************
お取り扱いアイテム |システム料金 
***************************/

/**************************
よくある質問 | FAQ
***************************/

.headerpagetitle4{
	background: url(../image/mycloak057.jpg);
    background-size:cover;
    height: 280px;
    margin-top: -90px;
}
.headerpagetitle4 h1 {
    text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.faqrowbigbox{
	margin-bottom:100px;
}
.faqrowbox{
	overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #7cb42d;
    border-radius: 8px;
	padding-top:10px;
    padding-bottom: 14px;
    /*margin-bottom: 70px;*/
	margin-bottom: 40px;
}
.faqrowbox ul li{
	list-style: none;
    line-height: 1.7em;
    font-size: 19px;
	color: #f1602d;
    border-bottom: 1px dotted #ccc;
    width: 96%;
    display: block;
    padding: 9px 8px;
    height: 34px;
    position: relative;
}
.faqrowbox ul li a{
	color: #f1602d;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.faqrowbox ul li a:hover{
	background: rgba(204, 204, 204, 0.13);
}
.faqrowbox ul li span{
	background: #7cb42d;
    padding: 5px 10px 15px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 1em;
    margin-right: 30px;
    display: block;
    /*width: 25px;*/
	width:38px;
    height: 20px;
    float: left;
    text-align: center;
	margin-top: -5px;
}
.faqrowbox ul li span:before{
	content: "";
    display: block;
    position: absolute;
	background:url(../image/hukidashi-before.png);
	bottom: -10px;
    left: 34px;
    width: 30px;
    height: 22px;
    background-size: 43%;
    background-repeat: no-repeat;
}
.faqrowbox ul li span2{
	color:rgba(204, 204, 204, 0.67);
	font-size: 0.7em;
}
.faqrowbox p{
	font-size:16px;
	width:97%;
}
.faq-option a{
	float:right;
    margin-right: 2%;
    color: #f1602d;
	font-weight:100;
}
.faq-option a:hover{
	color:#ef9474;
}
.faq-option span{
}
.faqpagelead{
    text-align: center;
    font-size: 19px;
    margin: 60px;
}

/***********************
運営会社 | company
***********************/

.headerpagetitle_com{
	background:url(../image/mycloak117_.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle_com h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.headerpagetitle_com2{
	background-color: #f7b52d;
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle_com2 h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
/************************
ご利用ガイド | guide
************************/
.headerpagetitle_guide{
	background:url(../image/mycloak082.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle_guide h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.guiderowbigbox{
    overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border-top: 1px dotted #ccc;
    padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 20px;
}
.guiderowbigbox img{
	float: left;
	/*width: 30%;*/
}
.guiderowimgbox{
	overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border-top: 1px dotted #ccc;
    padding-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	padding-top: 20px;
}
.guiderowimgbox_cam{
	overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	padding-top: 20px;
}
.guidecol,.guidecol2,.guidecol3{
    overflow: auto;
    width: 64%;
    margin: 0 auto;

}
.guidecol2{
    overflow: auto;
    width: 100%;
    margin: 0 auto;

}
.guidecol a,.guidecol2 a{
	float: right;
}
.guidecol3 a{
	float: none;
	margin: auto 0;
}
.guidecol p,.guidecol2 p,.guidecol3 p{
    list-style: none;
    line-height: 1.7em;
    font-size: 16px;
    color: #000;
	/*text-indent: -13px;
	padding-left: 13px;
	counter-increment: rank;*/
}
.guidecol p.attention,.guidecol2 p.attention,.guidecol3 p.attention{
    background: #FFFFCC;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f7b52d;
}
p.attention{
    background: #FFFFCC;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f7b52d;
	font-size: 16px;
	text-align: left;
}
p.attention2{
    background: #FFFFCC;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f7b52d;
	font-size: 16px;
	text-align: center;
}
p.attention span{
	color: #f1602d;
	font-weight: bold;
}
p.midtitle{
    background: #f1602d;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f1602d;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
p.midtitle2{
     text-align: center;
    border-bottom: 1px solid #7cb42d;
    color: #7cb42d;
    font-size: 1.2em;
    margin-bottom: 40px;
	width: 93%;
}
.pdfL{
	float: left;
    width: 50%;
	text-align: center;
}
.pdfL img{
	width: 60%;
    height: auto;
}
.pdfR img{
	width: 60%;
    height: auto;
}
.pdfR{
	float: right;
	width: 50%;
	text-align: center;
}
/*.guidecol p::before{
	/*content: counter(rank);
	content:"1";
	background: #7cb42d;
    padding: 4px 2px 12px 14px;;
    border-radius: 20px;
    color: #fff;
    font-size: 1.1em;
    margin-right: 22px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
}/*

/*.guidecol p.first:first-child{
	font-size: 1.5em;
}*/
.guidecol p span,.guidecol2 p span{
    list-style: none;
    line-height: 1.7em;
    font-size: 17px;
    color: #f1602d;
}
.guidecol p span2{
	background: #7cb42d;
    padding: 4px 3px 12px 13px;;
    border-radius: 20px;
    color: #fff;
    font-size: 1.1em;
    margin-right: 22px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
	margin-bottom: 20px;
}
.guidecol ul li {
    list-style: none;
    line-height: 1.7em;
    font-size: 19px;
    color: #f1602d;
    /*border-bottom: 1px dotted #ccc;*/
    width: 96%;
    display: block;
    padding: 9px 8px;
    height: 34px;
    position: relative;
	margin-bottom: 40px;
}
.guidecol2 ul li {
    list-style: none;
    line-height: 1.7em;
    font-size: 19px;
    color: #000000;
    /*border-bottom: 1px dotted #ccc;*/
    width: 96%;
    display: block;
    padding: 9px 8px;
    height: 34px;
    position: relative;
	margin-bottom: 0;
}
.guidecol ul li span {
    color: rgb(255, 255, 255);
    font-size: 1.1em;
    margin-right: 30px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    background: rgb(124, 180, 45);
    padding: 5px 10px 15px;
    border-radius: 20px;
}
.guidecol2 ul li span {
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    margin-right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    background: rgb(124, 180, 45);
    padding: 0px 5px 10px;
    border-radius: 20px;
}
/*************
利用規約
**************/
.title_h3{
	text-align: center;
}

/*************
ポイントカタログ
**************/
.headerpagetitle_point{
	background:url(../image/mycloak083.jpg);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle_point h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
	
	/**********衣類のトラブル*********/
.headerpagetitle_trouble{
	background:url(../image/mycloak090.png);
	background-size:cover;
	height:280px;
    margin-top: -90px;
}
.headerpagetitle_trouble h1{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.othersystemprice img{
	float: right;
	margin-top: -20%;
	margin-right: 5%;
    width: 33%;
}
.priceimg img{
    float: right;
	margin-top: -20%;
	margin-right: 5%;
    width: 20%;
}

.pagelead_price{
	font-size:16px;
	text-align:left;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	
}
.pricebnrcontent-row{
	overflow: auto;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
#troublebnrcontent-cell{
	width: 16%;
    float: left;
    margin: 1.9% 0.3%;
    position: relative;
}

#troublebnrcontent-cell::before{
	content: "";
    padding-top: 45%;
    display: block;
}
.trouble_{
	background:url(../image/mycloak084.png);
	background-size: cover;
    background-position: 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.trouble_:hover{
	background:url(../image/mycloak084_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.hensyoku_{
	background:url(../image/mycloak085.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.hensyoku_:hover{
	background:url(../image/mycloak085_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.anaaki_{
	background:url(../image/mycloak086.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.anaaki_:hover{
	background:url(../image/mycloak086_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.hakuri_{
	background:url(../image/mycloak087.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.hakuri_:hover{
	background:url(../image/mycloak087_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.sonota_{
	background:url(../image/mycloak088.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.sonota_:hover{
	background:url(../image/mycloak088_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.recall_{
	background:url(../image/mycloak089.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
.recall_:hover{
	background:url(../image/mycloak089_.png);
	background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #8a8a8a;
}
/**********
リンク集|rink
**********/
.btn-cam{
	padding: 10px;
    background: #7bb52e;
    width: 30%;
    margin: 30px auto 0;
    display: block;
	text-align: center;
	border-radius: 5px;
}
.btn-cam:hover{
	opacity: 0.8;
}
.btn-cam a{
	color: #fff;
	font-size: 1.1em;
	
}
/****************
9つの理由|reason
****************/
.reasoncol{
	width: 30%;
    float: left;
    margin: 1.6%;
    position: relative;
}

.col1 h3 span{
	font-size: 1.3em;
	color: #f22e2e;
}
.colbtn p{
	margin: 10px;
}
.colbtn{
    margin: 0 auto;
    text-align: center;
    background: #7bb42d;
    color: #fff;
    padding: 1px;
    border-radius: 5px;
    font-size: 1.3em;
    margin-top: 5px;
    box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.67);
}
.colbtn:hover{
	box-shadow: none;
	opacity: 0.8;
}
.headerpagetitle_voice{
	background: url(../image/mycloak106.jpg);
    background-size:cover;
    height: 280px;
    margin-top: -90px;	
}
.headerpagetitle_cam{
	background: url(../image/mycloak116.jpg);
    background-size:cover;
    height: 280px;
    margin-top: -90px;
}
.headerpagetitle_cam h1,.headerpagetitle_voice h1{
    text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    color: #fff;
    padding-top: 110px;
    padding-left: 185px;
    font-size: 36px;
}
.camlead{
    margin-top: 8px;
    background: #e6e6e6;
    padding: 5px 16px;
    border-radius: 5px;
    color: #555;
    height: 210px;
}
.col1 p.cam{
    font-size: 1.2em;
    text-align: center;
    color: #dc5425;
    font-weight: bold;
}
/****************
ログイン | login
****************/
.login_firstChild{
	text-align: center;
}
.login_lastChild{
	text-align: center;
}

.login_fixed-login-btn input[type="submit"]{
    width: 50%;
    height: 50px;
    -webkit-appearance: none;
    background: #dc5424;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: bolder;
    border: #fff 2px solid;
    font-size: 1.3em;
    padding: 5px;
    margin-top: 10px;
}
.login_fixed-login-email{
	font-size: 1.5em;
    line-height: 1.8em;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #7bb42d;
    font-weight: bold;
}
.login_fixed-login-password{
	font-size: 1.5em;
    line-height: 1.8em;
    margin-bottom: 40px;
    padding-bottom: 5px;
    color: #7bb42d;
    font-weight: bold;
}
.login_pagetitle{
	    padding: 60px 0 60px 0;
}


.topcnp {
	width: 100%;
    padding: 0px 0px 60px 0px;
    margin-top: 97px;
}

.cnp {
	overflow: hidden;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.kiyaku-henkyaku {
	padding-left: 4em;
}



/****************
特定商取引法に基づく表記（）表記
****************/


ol.list_parentheses{
  padding:10px 0 0 0.5em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}


/****************
※注意書き
****************/

.kome {
	font-size: 17px !important;
}

.kome2 {
    font-size: 0.5em !important;
    color: #333 !important;
    font-weight: 400 !important;
}


