

html{

}

body{
	font-family: "Zen Kaku Gothic New", serif;
	margin: 0;
	background-color:#fff;
	color: #42483E;
}
p{
	font-size: 1vw;
	letter-spacing:0.2ex;
	line-height: 200%;
}
.br-pc { display:block; }
.br-sp { display:none; }

/* トップページ*/
/* トップ*/
.top{
	background-color: #fff;
}
.pc-top{
position: relative;
width: 100%;
height: 100vh;
}
nav{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
    flex-wrap: wrap;
	position: fixed;
	z-index: 10;
}
.sp-header{
	display: none;
}
.sp-logo{
	display: none;
}
.sp-logo a{
	fill: #d3d3d3;
}
.sp-top-box{
	display: none;
}
nav:after{
	content:" ";
	 display:block;
	clear:both;
}
h1{
	width:21%;
	padding:0;
	margin: 0;
	line-height: 1.0;
}
.menu{
	width:76%;
	padding:0% 0% 0% 0%;
}
.menu ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	justify-content: flex-end;
}

.menu li{
	font-size: 14px;
	font-family: "Marcellus", serif;
	font-weight: bold;
	letter-spacing:0.2ex;
	float: left;
	padding:0% 2% 0% 0%;
	margin: 0;
}
.menu li:last-of-type{
	padding:0;
}
.menu li a{
	position: relative;
  display: inline-block;
  text-decoration: none;
	color:#42483E;
	padding: 0;	
	transition: all  0.3s ease;
}
.menu-top li a{
	color:#d3d3d3;
}
.menu .menuJp {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	line-height: 1.2;
	span{
		font-size: 8px;
	}
}
.menu li a:hover{
opacity: 0.3;
}
.pc-top nav h1 a{
	fill: #d3d3d3;
}
.top-box{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
}
.top-box1{
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.top-box1 .topMvSlide{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.top-box1 .topMvSlide .topMvSlideInner{
	z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime01 25s 0s infinite;
    animation: anime01 25s 0s infinite; 
}
.top-box1 .topMvSlide .topMvSlideInner:nth-of-type(1){
	background-image: url("./img/top-l1.jpg");
   }
  
   .top-box1 .topMvSlide .topMvSlideInner:nth-of-type(2){
	background-image: url("./img/top-l2.jpg");
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
 }
  
	.top-box1 .topMvSlide .topMvSlideInner:nth-of-type(3){
	background-image: url("./img/top-l3.jpg");
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
 }
	.top-box1 .topMvSlide .topMvSlideInner:nth-of-type(4){
	  background-image: url("./img/top-l4.jpg");
	  -webkit-animation-delay: 15s;
	  animation-delay: 15s;
	 }
	  .top-box1 .topMvSlide .topMvSlideInner:nth-of-type(5){
		background-image: url("./img/top-l5.jpg");
		-webkit-animation-delay: 20s;
		animation-delay: 20s;}
	@keyframes anime01 {
	  0% {
		opacity: 0;
		}
  10% {
		 opacity: 1;
		}
  20% {
		opacity: 1;
		}
 30% {
		opacity: 0;
		z-index:9;
		}
	100% { opacity: 0 }
		}
.top-box1 img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.top-box2{
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.top-box2 .topMvSlide{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.top-box2 .topMvSlide .topMvSlideInner{
	z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime01 25s 0s infinite;
    animation: anime01 25s 0s infinite; 
}
.top-box2 .topMvSlide .topMvSlideInner:nth-of-type(1){
	background-image: url("./img/top-r1.jpg");
   }
  
   .top-box2 .topMvSlide .topMvSlideInner:nth-of-type(2){
	background-image: url("./img/top-r2.jpg");
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
 }
  
	.top-box2 .topMvSlide .topMvSlideInner:nth-of-type(3){
	background-image: url("./img/top-r3.jpg");
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
 }
	.top-box2 .topMvSlide .topMvSlideInner:nth-of-type(4){
	  background-image: url("./img/top-r4.jpg");
	  -webkit-animation-delay: 15s;
	  animation-delay: 15s;
	 }
	  .top-box2 .topMvSlide .topMvSlideInner:nth-of-type(5){
		background-image: url("./img/top-r5.jpg");
		-webkit-animation-delay: 20s;
		animation-delay: 20s;}
	@keyframes anime01 {
	  0% {
		opacity: 0;
		}
  10% {
		 opacity: 1;
		}
  20% {
		opacity: 1;
		}
 30% {
		opacity: 0;
		z-index:9;
		}
	100% { opacity: 0 }
		}

.top-box2 img{
	width: 100%;
	padding: 0;
	margin: 0;
}
/* NEWS*/
.news{
	width:90%;
	margin: 100px  auto 0 5%;
}
.news-box{
	width: 100%;
	display: flex;
}
.news-box1{
	width: 15%;
}
h2{
	font-size: 20px;
	font-family: "Marcellus", serif;
	line-height: 1.0;
	margin: 0;
}
.news-box2{
	width: 85%;
	margin: 0;
	padding: 0;
}
.news-box2 dl{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.news-box2 dt{
	width: 12%;
	margin: 0 0 2% 0;
	font-size: 14px;
	font-weight: 700;
}

.news-box2 dd{
	width: 88%;
	margin: 0 0 2% 0;
	font-size: 14px;	
}

.news-box2 dd a{
	text-decoration: none;
	color:#42483E;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}

.news-box2 dd a:hover{
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}	



/* LOOK*/
.topLook{
	padding: 120px 0 0 0;
}

.topLook h2{
	font-size: 20px;
	font-family: "Marcellus", serif;
	line-height: 1.0;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.topLookSlideContainer{
	margin: 30px 0 0 0;
}
.topLookSlideWrap{
	transition-timing-function: linear;
  }
  .swiper-slide img{
	width: 100%;
	height: auto;
  }
  /* PICKUP*/
  .topPickup{
	padding: 150px 0 0 0;
  }
  .topPickup h2{
	font-size: 20px;
	font-family: "Marcellus", serif;
	line-height: 1.0;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.topPickupBox{
	margin: 30px auto 0;
	width: 90%;
	display: flex;
	gap: 80px 5%;
	flex-wrap: wrap;
}
.topPickupWrap{
	width: 30%;
	color: #42483E;
	text-decoration: none;
}
.topPickupWrap img{
	width: 100%;
	height: auto;
  }
.topPickupName{
	font-size: 16px;
	line-height: 1.5;
}
.topPickupDate{
	font-size: 12px;
	line-height: 1.0;
	margin: 5px 0 0 0;
}
/* フッター*/
.footer{
	width: 90%;
	margin: 150px auto 0;
	padding:0 0 0 0;
	border-top:solid 1px #42483E; 
}
.footer-s{
	text-align: left;
	font-size: 16px;
	line-height: 2.0;
	padding: 0;
	margin: 120px 0 0 0;
}
.footer-s:nth-of-type(2){
margin: 50px 0 0 0;
}
.footer-logo{
	text-align: left;
	width:21%;
	margin: 0 0 0 0;
	padding:120px 0 0 0;
}
.footer-logo a{
	   -webkit-transition: 0.3s ease-in-out; 
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
.footer-logo a:hover{
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}
.footer-text{
	font-size: 16px;
	margin: 30px 0 0 0;
	font-family: "Marcellus", serif;
}
.footer-text p{
	line-height: 1.75;
	margin: 0;
}


.footer-menu{
	display: flex;
	width: 90%;
	margin: 100px 0 0 0;
	padding: 0 0 50px 0;
justify-content: space-between;}

.footer-menu ul{
	list-style: none;
	padding: 0;
	width:50%;
	display: flex;
	margin: 0;
}

.footer-menu li{
	font-size:14px;
	font-family: "Marcellus", serif;
	margin: 0 25px 0 0;
	justify-content: flex-start;
}

.footer-menu li a{
  text-decoration: none;
color:#42483E;
	   -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
.footer-menu li a:hover{
    opacity: 0.4;
}
.footeMenuJp{
font-family: "Shippori Mincho", serif;
span{
	font-size: 8px;
}
}
.copyright{
	width: 50%;
	font-size: 12px;
	text-align: right;
	padding:0;
	font-family: "Marcellus", serif;
}

/* 下層ページ */
.page{
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-contents{
	width: 67%;
	margin: 0 auto;
	padding: 10vh 0 0 0; 
}

.page-contents h2{
	font-size: 2.68vw;
	text-align: center;
	margin: 0;
	padding: 3vh 0 4vh 0;
	letter-spacing:0.2ex;
	font-family: "Marcellus", serif;
	font-weight: 400;
}

.page-contents hr{
	width: 6%;
	margin: 0 auto 4vh;
	border: 1px solid;
}

.page-contents h3{
	font-size: 1.6vw;
	text-align: center;
	margin: 0 auto;
	padding:8vh 0 8vh 0;
	line-height: 2.0;
}

.page-contents h3 span{
	font-size: 1.0vw;
	text-align: center;
	}

	.page-contents h4{
	font-size: 1.3vw;
	margin: 0 auto;
	padding: 5vh 0 0 0;
	line-height: 2.0;
}

.page-contents h5{
	font-size: 1.6vw;
	margin: 0 auto;
	padding: 14vh 0 3vh 0;
	line-height: 2.0;
	text-align: center;
}

.page-contents h6{
	font-size: 1.6vw;
	margin: 0 auto;
	padding: 5vh 0 0vh 0;
	line-height: 2.0;
	text-align: center;
}

.page-inner{
	width: 100%;
	margin: 0 auto;
	padding: 5vh 0 0 0;
}

/* 記事ページ */

.article-inner{
	border-bottom: 1px solid #42483E;
	padding-bottom: 10vh
}

.article-ph{
	width:63%;
	margin: 0 auto;
	padding: 5vh;	
}

.article-text{
	width:100%;
	margin: 0 auto;
	padding: 2vh 0 2vh 0;
}

.page-navi{
	width: 67%;
	margin: 0 auto;
	padding: 10vh 0 0 0 ;
	font-size:1.5vw;
	font-family: "Marcellus", serif;
	
}

.page-navi a{
	color: #42483E;
	text-decoration: none;
}

.page-navi:after{
	content:" ";
	 display:block;
	clear:both;
}

.page-navi i{
	font-size:3vw;
	padding: 0.5vw;
	vertical-align: -0.5vw;
}


.page-back{
	float: left;
}

.page-next{
	float: right;
}

/* ABOUT */
.service-box{
	width: 67%;
	margin: 0 auto;
	padding: 0vh 6vh 6vh 6vh; 
	border:1px solid #42483E;
}

.service-ph{
	width: 70%;
	margin: 0 auto;
	padding: 4vh 0 0 0;		
}

/* ORDER */
.jubun{
	font-weight: bold;
}
.waku{
	padding:4vh;
	border: 1px solid #42483E;
}

/* SIZE */
.size-btn-box{
	width: 100%;
}

.size-btn-box a{
  text-decoration: none;
color:#42483E;
}

.size-btn-box:after{
	content:" ";
	display:block;
	clear:both;
}

.size-btn{
	width: 18%;
	float: left;
	font-size: 1vw;
	letter-spacing:0.15ex;
	padding: 1.8%;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 3% 0 0%;
		   -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}

.size-btn:hover{
background-color: #42483E;
	color: #fff;
}



.size-btn-l{
	width: 30%;
	font-size: 1vw;
	letter-spacing:0.2ex;
	padding: 1.8%;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 3% 0 0%;
			   -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
	
}

.size-btn-l:hover{
background-color: #42483E;
	color: #fff;
}

/* 手の女 */
.tenohito-ph{
	width: 40%;
	margin: 0 auto;
}

/* Q&A*/
.qa-container{
	width: 100%;
	margin: 0 auto;
	padding: 2vh 0 0vh 0;
	border-bottom: solid 1px #42483E;
}


.qa-box{
	padding: 2vh 0 2vh 0;
	border-top: solid 1px #42483E;
	margin: 0;
}

.a{
	padding: 0;
	margin: 0;
}

.q:after{
	content:" ";
	display:block;
	clear:both;
}
.q-icon{
	width: 4%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 2vw;
	font-weight: bold;
	margin: -0.6vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}
	
	
.q-text{
	font-size: 1.5vw;
	font-weight: bold;
	cursor:pointer;
	margin: 0;
	padding: 0;
}


.a{display: none;
	padding: 2vh 0 0 0;
	margin: 0;
}

.a:after{
	content:" ";
	display:block;
	clear:both;
}

.a-icon{
	width: 4%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 2vw;
	font-weight: bold;
	margin: -0.8vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}

.a-text{
	width: 90%;
	float: left;
	margin: 0;
	padding: 0;
}

/* CATALOG*/
.sub-menu ul{
	margin: 0 auto;
	padding: 0;
	width: auto;
}

.sub-menu ul:after{
	content:" ";
	 display:block;
	clear:both;
}

.sub-menu li{
	font-size:0.9vw;
	float: left;
	font-family: "Marcellus", serif;
	letter-spacing:0.2ex;
	padding:0% 2.5% 0% 2.5%;
	margin: 0;
	list-style: none;
}

.sub-menu li a{
	text-decoration: none;
	color: #42483E;
				   -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}

.sub-menu li a:hover{
	    opacity: 0.4;  
    filter: alpha(opacity=60);  
}


.thumbnail-box:after{
	content:" ";
	display:block;
	clear:both;
}

.thumbnail-inner a{
	width:30.18%;
	float: left;
	padding: 5% 1.56% 5% 1.56%;
	margin: 0 auto;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}


.thumbnail-inner a:hover{
	    opacity: 0.4;  
    filter: alpha(opacity=60);  
}

/* SUNPLA*/

.sunpla-box{
	width: 67%;
	margin: 0 auto;
	padding: 10% 0 0 0;
 }

.sunpla-package{
	width: 50%;
	margin: 0 auto;	
}

.sunpla-spec{
	width: 50%;
	margin: 0 auto;	
	font-size:17px;
	color:fff;
	font-weight:bold;
	text-align: center;
	padding: 10% 0 0 0;
}

.sunpla-spec span{
 	color: #999;
	font-size: 15px;
	
}

.sunpla-sunpou{
	width: 80%;
	margin: 0 auto;
	padding: 10% 0 0 0;
}

.sunpla-ph-box{
	padding: 10% 0 0 0;
}

.sunpla-ph-box:after{
	content:" ";
	display:block;
	clear:both;
}

.sunpla-ph1{
width: 29.3%;
	float: left;
	padding: 0 2% 0 2%;
}

.sunpla-ph2{
width: 29.3%;
	float: left;
	padding: 0 2% 0 2%;
}

.sunpla-ph3{
width: 29.3%;
	float: left;
	padding: 0 2% 0 2%;
}

/* カラーミー商品ページ */
.product-name{
	font-family: "Zen Kaku Gothic New", serif;
	text-align: left;
}


/* ########### 1025px以上1100px以下 ########### */
@media(min-width: 1025px)and (max-width: 1100px){
.scroll{
		bottom: 50vh;
	}	
}

/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px) {
p{
	font-size: 15px;
	letter-spacing:0;
	line-height: 200%;
}	

.br-pc { display:none; }
.br-sp { display:block; }

.top{
	padding-bottom: 0%;
	background-color: #fff;
}
	
.pc-top{
	display: none;
	position: relative;
}

nav{
	display: none;
	position: fixed;
}	
.sp-top{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 10;
}	
.sp-logo{
	display: block;
	width: 38%;
	position: fixed;
	top: 25px;
	left: 5%;
	z-index: 10;
}

.sp-header{
	display: block;
	position: absolute;
	z-index: 100;
}
.sp-header .menuJp {
	font-family: "Shippori Mincho", serif;
	span{
		font-size: 12px;
	}
}	
.sp-top-box{
	display: block;
}	

.sp-top-box1{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.sp-top-box1 .spTopMvSlide{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sp-top-box1 .spTopMvSlide .spTopMvSlideInner{
	z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime01sp 50s 0s infinite;
    animation: anime01sp 50s 0s infinite; 
}
.sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(1){
	background-image: url("./img/sptop1.jpg");
   }
  
   .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(2){
	background-image: url("./img/sptop2.jpg");
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
 }
  
 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(3){
	background-image: url("./img/sptop3.jpg");
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
 }
 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(4){
	  background-image: url("./img/sptop4.jpg");
	  -webkit-animation-delay: 15s;
	  animation-delay: 15s;
	 }
	 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(5){
		background-image: url("./img/sptop5.jpg");
		-webkit-animation-delay: 20s;
		animation-delay: 20s;
	}
		.sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(6){
			background-image: url("./img/sptop6.jpg");
			-webkit-animation-delay: 25s;
			animation-delay: 25s;
		   }
		  
		   .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(7){
			background-image: url("./img/sptop7.jpg");
			-webkit-animation-delay: 30s;
			animation-delay: 30s;
		 }
		  
		 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(8){
			background-image: url("./img/sptop8.jpg");
			-webkit-animation-delay: 35s;
			animation-delay: 35s;
		 }
		 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(9){
			  background-image: url("./img/sptop9.jpg");
			  -webkit-animation-delay: 40s;
			  animation-delay: 40s;
			 }
			 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(10){
				background-image: url("./img/sptop10.jpg");
				-webkit-animation-delay: 45s;
				animation-delay: 45s;}
	@keyframes anime01sp {
	  0% {
		opacity: 0;
		}
 5% {
		 opacity: 1;
		}
  10% {
		opacity: 1;
		}
 15% {
		opacity: 0;
		z-index:9;
		}
	100% { opacity: 0 }
		}
.sp-top-box1 img{
	width: 100%;
	padding: 0;
	margin: 0;
}
/* NEWS*/
.news{
	width:90%;
	margin: 15% auto 0;
	border-top:1px solid #42483E;
	border-bottom:1px solid #42483E;
	padding: 15% 0;
}
.news-box{
	display: block;
}
.news-box1{
	width:100%;
	margin: 0;
	padding: 0;
}
.news-box2{
	width:100%;
	margin: 20px 0 0 0;
	padding: 0;
}
h2{
	font-size: 5vw;
	font-family: "Marcellus", serif;
	font-weight: 700;
	padding: 0% 0% 0% 0%;
	margin: 0 auto;
	text-align: center;
}

.news-box2 dt{
	display: block;
	width: 20%;
	clear: left;
	float: left;
	padding: 2% 0% 0% 0%;
	margin: 0;
	font-size: 10px;
	}
	
	
.news-box2 dd{
	display: block;
	width: 80%;
	float: left;
	margin: 0;
	padding: 2% 0% 0% 0%;
	font-size: 10px;
	letter-spacing:-0.1ex;
}
.topPickupBox{
	margin: 30px auto 0;
	width: 90%;
	display: flex;
	gap: 40px 5%;
	flex-wrap: wrap;
}
.topPickupWrap{
	width: 47.5%;
	color: #42483E;
	text-decoration: none;
}
.topPickupName{
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 5px 0;
}

.topPickupDate{
	font-size: 12px;
	line-height: 1.0;
	margin: 5px 0 0 0;
}
/* フッター*/
.footer{
	margin: 80px auto 0;
	padding: 8% 0 0 0;
}
	
.footer-s{
	width: 90%;
	margin: 0 0 0 0;
	font-size:10px;
	line-height: 2.0;
	padding: 0% 0% 0 0%;
	letter-spacing:0.3ex;
}
.footer-s:nth-of-type(2){
	margin: 20px 0 0 0;
	}


.footer-logo{
	width:40%;
	margin: 0 0 0 0;
	padding: 50px 0% 0% 0%;
}

.footer-text{
	font-size: 10px;
	line-height: 1.8;
	padding: 0 0% 0% 0;
	letter-spacing:0.1ex;
}
.footer-text p{
	font-size: 12px;
}

.footer-menu{
	display: block;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
}
.footer-menu ul{
	display: none;
	}



.copyright{
	width: 100%;
	font-size: 10px;
	padding:20px 0 0 0;
	letter-spacing:0.1ex;
	text-align: left;
}

/* 下層ページ*/
.article{
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-contents{
	width: 90%;
	margin: 0 auto;
	padding: 10vh 0 0 0; 
}

.page-contents h2{
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 6vh 0 4vh 0;
}

.page-contents hr{
	width: 6%;
	margin: 0 auto;
	border: 1px solid;	
}

.page-contents h3{
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 6vh 0 3vh 0;
	line-height: 2.0;
}

.page-contents h3 span{
	font-size: 10px;
	text-align: center;
	}

	.page-contents h4{
	font-size: 15px;
	margin: 0 auto;
	padding: 5vh 0 0 0;
	line-height:1.8;
}

.page-contents h5{
	font-size: 18px;
	margin: 0 auto;
	padding: 7vh 0 3vh 0;
	line-height: 1.5;
	text-align: left;
}
	
.page-contents h6{
	font-size: 18px;
	margin: 0 auto;
	padding: 5vh 0 0vh 0;
	line-height: 2.0;
	text-align: center;
}	
/* 記事ページ  */
.article-ph{
	width:85%;
	margin: 0 auto;
	padding: 2.5vh 0 2.5vh 0 ;	
}

.article-text{
	width:100%;
	margin: 0 auto;
	padding: 2.5vh 0 2.5vh 0;	
}

.page-navi{
	width:90%;
	margin: 0 auto;
	padding: 10vh 0 0 0 ;
	font-size:16px;
	font-family: "Marcellus", serif;
	
}

.page-navi:after{
	content:" ";
	 display:block;
	clear:both;
}

.page-navi i{
	font-size:38px;
	padding: 0.8vw;
	vertical-align: -8px;
}


.page-back{
	float: left;
}

.page-next{
	float: right;
}	
/* ABOUT */
.service-box{
	width: 75%;
	margin: 0 auto;
	padding: 0vh 3vh 6vh 3vh; 
	border:1px solid #42483E;
}

.service-ph{
	width: 90%;
	margin: 0 auto;
	padding: 4vh 0 0 0;		
}
	
/* ORDER */
.jubun{
	font-weight: bold;
}
.waku{
	padding:2vh;
	border: 1px solid #42483E;
}
	
	
/* SIZE*/	
.size-btn{
	width: 100%;
	float:none;
	font-size: 12px;
	letter-spacing:0.15ex;
	padding: 2vh 0 2vh 0;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 0 2vh 0;
}	
	
.size-btn-l{
	width: 100%;
	float:none;
	font-size: 12px;
	letter-spacing:0.15ex;
	padding: 2vh 0 2vh 0;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 0 0 0;

}
	
/* 手の女 */
.tenohito-ph{
	width: 80%;
	margin: 0 auto;
	padding: 8vh 0 0 0 ;
}
	
/* Q&A*/
.qa-container{
	width: 100%;
	margin: 0 auto;
	padding: 2vh 0 0vh 0;
	border-bottom: solid 1px #42483E;
}


.qa-box{
	padding: 2vh 0 2vh 0;
	border-top: solid 1px #42483E;
	margin: 0;
}

.q-icon{
	width: 6%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 18px;
	font-weight: bold;
	margin: -1vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}
	
	
.q-text{
	font-size: 15px;
	font-weight: bold;
	cursor:pointer;	
}



.a-icon{
	width: 6%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 18px;
	font-weight: bold;
	margin: -0.8vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}

.a-text{
	width: 90%;
	float: left;
	margin: 0;
	padding: 0;
}

/* CATALOG*/
.sub-menu ul{
	width:98%;
	margin: 0 auto;
	padding: 0 0 10% 0;
}

.sub-menu li{
	font-size: 14px;
	float: left;
	font-family: "Marcellus", serif;
	letter-spacing:0.2ex;
	padding:5% 2.5% 0% 2.5%;
	margin: 0;
	list-style: none;
}
	
/* SUNPLA*/

.sunpla-box{
	width: 90%;
	margin: 0 auto;
	padding: 10% 0 0 0;
 }

.sunpla-package{
	width: 100%;
	margin: 0 auto;	
}

.sunpla-spec{
	width: 100%;
	margin: 0 auto;	
	font-size:17px;
	color:fff;
	font-weight:bold;
	text-align: center;
	padding: 10% 0 0 0;
}

.sunpla-spec span{
 	color: #999;
	font-size: 15px;
	
}

.sunpla-sunpou{
	width: 100%;
	margin: 0 auto;
	padding: 10% 0 0 0;
}

.sunpla-ph-box{
	width: 100%;
	margin: 0 auto;
	padding: 5% 0 0 0;
}


.sunpla-ph1{
width: 100%;
	float:none;
	padding: 0 0 2% 0;
}

.sunpla-ph2{
width: 100%;
	float:none;
	padding: 0 0 2% 0;
}

.sunpla-ph3{
width: 100%;
	float:none;
	padding: 0 0 2% 0;
}
}

