@charset "utf-8";
/*
Theme Name: unanina-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}


body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:20px;color:#181818;font-weight:400;
	font-family:"Noto Sans JP",serif;
}
@media (max-width:1520px){
	body{font-size:18px;}
}
@media (max-width:1080px){
	body{font-size:16px;}
}
@media (max-width:780px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

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

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

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

ul{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*ohanaM*/
.ohanaM{position:relative;left:0;z-index:20;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.ohanaM .ohanaMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.ohanaM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:2px;background:#000;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){
	width:20px !important;
	
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important;
  	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}
.mobile-btn .active span:nth-child(3){
	width:20px !important;
	
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;
    
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:1080px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;	
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size:24px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{position:relative;display:block;padding:10px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#ec6b9b;}

/*bkt*/
.bkt{margin:0 auto;width:114px;display:flex;justify-content:center;align-items:center;z-index:999;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
@media screen and (max-width:1520px){
	.bkt{width:100px;}
}
@media screen and (max-width:1080px){
	.bkt{width:80px;}
}
@media screen and (max-width:780px){
	.bkt{width:60px;}
}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1580px;}
.wrapperMain2{margin:0 auto;width:100%;max-width:1320px;}


@font-face {
  font-family:'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size:14px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.common_tit{text-align:center;color:#000;line-height:1;}
.common_tit>h2{font-size:46px;}
.common_tit>p{margin-top:15px;font-size:16px;}
@media (max-width:1520px){
	.common_tit>h2{font-size:40px;}
}
@media (max-width:1080px){
	.common_tit>h2{font-size:34px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:28px;}
}

.common_tit2{text-align:center;color:#025d81;line-height:1;font-family:"Noto Serif JP",serif;}
.common_tit2>h2{display:inline-block;font-size:50px;letter-spacing:8px;text-transform:uppercase;
  background: linear-gradient(45deg,#28678c,#7a8499);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}
.common_tit2>p{margin-top:30px;display:block;font-size:20px;letter-spacing:4px;}
.common_tit2>p>span{text-transform:uppercase;
  background: linear-gradient(45deg,#28678c,#7a8499);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}
@media (max-width:1520px){
	.common_tit2>h2{font-size:42px;letter-spacing:6px;}
	.common_tit2>p{margin-top:25px;font-size:18px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.common_tit2>h2{font-size:36px;letter-spacing:4px;}
	.common_tit2>p{margin-top:20px;font-size:16px;letter-spacing:2px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:28px;letter-spacing:2px;}
	.common_tit2>p{margin-top:15px;font-size:14px;letter-spacing:1px;}
}

/*more*/
.more{margin-top:40px;line-height:1;}
.more>a{display:block;padding:10px 0;width:120px;font-size:14px;text-align:center;color:#fff;background:#000;transition:.3s;}
.more>a:hover{color:#fff;background:#333;}
@media (max-width:1520px){
	.more{margin-top:30px;}
}
@media (max-width:1080px){
	.more{margin-top:20px;}
}
@media (max-width:780px){
	.more>a{width:100px;font-size:12px;}
}

.more2{margin-top:60px;display:flex;justify-content:center;line-height:1;}
.more2>a{display:flex;align-items:center;justify-content:center;padding:11px 20px;width:160px;font-size:16px;text-align:center;color:#000;border:1px solid #000;transition:.3s;}
.more2>a:hover{color:#fff;background:#000;}
@media (max-width:1520px){
	.more2{margin-top:40px;}
	.more2>a{padding:10px;width:140px;font-size:14px;}
}
@media (max-width:1080px){
	.more2{margin-top:30px;}
	.more2>a{width:130px;}
}
@media (max-width:780px){
	.more2{margin-top:20px;}
	.more2>a{width:120px;}
}



/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;top:0;left:0;z-index:999;box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-animation:headermove .5s linear 1 0s;
	-moz-animation:headermove .5s linear 1 0s;
	-ms-animation:headermove .5s linear 1 0s;
	-o-animation:headermove .5s linear 1 0s;
	animation:headermove .5s linear 1 0s;
}
.header{width:100%;background:#fff;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header>p{padding:5px 40px;font-size:14px;color:#fff;background:#4c332f;}
.header .headercon{display:flex;align-items:center;justify-content:space-between;align-items:center;padding:20px 40px;}
.header .logo{display:block;width:100%;max-width:156px;}
.header .logo:hover{opacity:0.6;}
.header .header_right{display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 400px);}
.header .main-navigation{display:flex;align-items:center;justify-content:space-between;margin-right:60px;max-width:420px;width:100%;}
.header .main-navigation>ul{display:flex;justify-content:space-between;width:100%;}
.header .main-navigation>ul>li{text-align:center;line-height:1;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;font-size:14px;line-height:1;color:#000;font-weight:bold;}
.header .main-navigation>ul>li>a>.iconfont{margin-right:5px;font-size:16px;color:#000;font-weight:normal;}
.header .main-navigation>ul>li:nth-child(3)>a{color:#f43407;}
.header .main-navigation>ul>li:nth-child(3)>a>span{font-size:18px;color:#f43407;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-5px;left:0;content:"";width:100%;height:3px;background:#1c1c1c;opacity:0;5
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .main-navigation>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.header .main-navigation>ul>li:nth-child(3)>a:after{background:#f43407;}
.header hgroup{display:flex;align-items:center;justify-content:space-between;max-width:400px;}
.searchbox{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;width:180px;font-size:14px;line-height:1;border:1px solid #000;}
.searchbox>input{width:calc(100% - 34px);}
.searchbox>span{font-size:18px;color:#4c4c4c;}
.iconbox{display:flex;align-items:center;justify-content:space-between;}
.iconbox>a{transition:.3s;line-height:1;}
.iconbox>a>span{margin-left:40px;font-size:26px;color:#000;font-weight:500;}
@media (max-width:1520px){
	.header>p{padding:5px 20px;font-size:12px;}
	.header .headercon{padding:15px 20px;}
	.header .logo{max-width:140px;}
	.header .header_right{width:calc(100% - 200px);}
	.header .main-navigation{margin-right:40px;max-width:300px;}
	.header .main-navigation>ul>li>a{font-size:12px;}
	.header .main-navigation>ul>li>a>.iconfont{margin-right:3px;font-size:12px;}
	.header .main-navigation>ul>li:nth-child(3)>a>span{font-size:16px;}
	.header hgroup{max-width:300px;}
	.searchbox{width:150px;font-size:12px;}
	.searchbox>input{width:calc(100% - 32px);}
	.searchbox>span{font-size:16px;}
	.iconbox>a>span{margin-left:20px;font-size:24px;}
}
@media (max-width:1080px){
	.header .logo{max-width:130px;}
	.header .main-navigation{display:none;}
	.header .header_right{justify-content:space-between;width:330px;}
	.header hgroup{max-width:220px;}
}
@media (max-width:780px){
	.header .logo{max-width:110px;}
	.header .header_right{width:250px;}
	.header hgroup{max-width:210px;}
	.searchbox{width:120px;}
	.iconbox>a>span{margin-left:6px;font-size:22px;}
}


/*banner*/
.banner{position:relative;width:100%;height:975px;overflow:hidden;}
.swiper-wrapper>.swiper-slide{width:100%;height:975px;}
.swiper-wrapper>.swiper-slide:after{padding-top:975px;}
.banner .bannercon{position:absolute;z-index:4;top:50%;left:50%;padding:0px 110px 0 165px;max-width:1920px;width:100%;color:#000;transform:translate(-50%,-50%);}
.banner .bannercon h1{font-size:110px;color:#754032;line-height:1;text-transform:uppercase;text-shadow:0 10px 10px rgba(0,0,0,.3);font-family:"Noto Serif JP",serif;}
.banner .bannercon h1>span{margin-top:40px;display:block;font-size:50px;font-weight:normal;text-shadow:none;text-transform:capitalize;font-family:"Bai Jamjuree",sans-serif;}
.banner .bannercon div{display:flex;justify-content:flex-end;margin-top:100px;padding-right:40%;}
.banner .bannercon div>p{font-size:56px;color:rgba(255,255,255,.33);text-transform:uppercase;font-weight:500;font-family:"Noto Serif JP",serif;}
.banner .bannercon2 h1{margin-left:calc(100% - 580px);color:#493935;}
.banner .bannercon2 div{padding-right:30%;}
.banner .bannercon3{top:20%;}
.banner .swiper-container .swiper-pagination{margin:0 auto;padding:0 40px;max-width:1640px;text-align:right;bottom:128px;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{width:35px;height:4px;border-radius:0;opacity:1;background:#fff;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background:#465a61;}
.banner .swiper-container .swiper-button-next, .banner .swiper-container .swiper-container-rtl .swiper-button-prev{top:45%;}
.banner .swiper-container .swiper-button-prev, .banner .swiper-container .swiper-container-rtl .swiper-button-next{top:45%;}
.banner .swiper-container .swiper-button-prev{width:60px;height:60px;background:url(img/prev.png)no-repeat;}
.banner .swiper-container .swiper-button-next{width:60px;height:60px;background:url(img/next.png)no-repeat;}
.banner .swiper-container .swiper-button-prev:after, .banner .swiper-container .swiper-container-rtl .swiper-button-next:after{display:none;}
.banner .swiper-container .swiper-button-next:after, .banner .swiper-container .swiper-container-rtl .swiper-button-prev:after{display:none;}
@media (max-width:1520px){
	.banner{height:auto;}
	.swiper-wrapper>.swiper-slide{height:auto;}
	.swiper-wrapper>.swiper-slide:after{padding-top:50%;}
	.banner .bannercon{padding:0px 100px;}
	.banner .bannercon h1{font-size:90px;}
	.banner .bannercon h1>span{margin-top:30px;font-size:40px;}
	.banner .bannercon div>p{font-size:60px;}
	.banner .swiper-container .swiper-pagination{padding:0 20px;bottom:80px;}
	.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{width:30px;}
	.banner .swiper-container .swiper-button-prev{width:50px;height:50px;background-size:50px 50px;}
	.banner .swiper-container .swiper-button-next{width:50px;height:50px;background-size:50px 50px;}
}
@media (max-width:1080px){
/* 	.banner{height:400px;}
	.swiper-wrapper>.swiper-slide{height:400px;}
	.swiper-wrapper>.swiper-slide:after{padding-top:400px;} */
	.banner .bannercon{padding:0px 50px;}
	.banner .bannercon h1{font-size:70px;}
	.banner .bannercon h1>span{margin-top:20px;font-size:30px;}
	.banner .bannercon div>p{font-size:40px;}
	.banner .swiper-container .swiper-pagination{bottom:60px;}
	.banner .swiper-container .swiper-button-next, .banner .swiper-container .swiper-container-rtl .swiper-button-prev{top:50%;}
	.banner .swiper-container .swiper-button-prev, .banner .swiper-container .swiper-container-rtl .swiper-button-next{top:50%;}
	.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{width:25px;}
	.banner .swiper-container .swiper-button-prev{width:40px;height:40px;background-size:40px 40px;}
	.banner .swiper-container .swiper-button-next{width:40px;height:40px;background-size:40px 40px;}
}
@media (max-width:780px){
	.banner .bannercon{padding:0px 60px;}
	.banner .bannercon h1{font-size:40px;}
	.banner .bannercon h1>span{font-size:20px;}
	.banner .bannercon div>p{font-size:20px;}
	.banner .swiper-container .swiper-pagination{bottom:10px;}
	.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{width:18px;}
	.banner .swiper-container .swiper-button-prev{width:26px;height:26px;background-size:26px 26px;}
	.banner .swiper-container .swiper-button-next{width:26px;height:26px;background-size:26px 26px;}
}


/*indexMain*/
.indexone{position:relative;z-index:2;margin-top:-90px;padding:0px 40px;}
.indexonecon{padding:30px 0 20px;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.1);}
.indexonecon>ul{display:flex;justify-content:space-between;}
.indexonecon>ul>li{position:relative;width:calc(100% / 9);}
.indexonecon>ul>li:after{position:absolute;right:0;top:calc(50% - 33px);content:"";width:1px;height:67px;background:#d2d2d2;}
.indexonecon>ul>li:first-child:before{position:absolute;left:0;top:calc(50% - 33px);content:"";width:1px;height:67px;background:#d2d2d2;}
.indexonecon>ul>li>a{display:block;transition:.3s;}
.indexonecon>ul>li>a>img{margin:0 auto;line-height:1;}
.indexonecon>ul>li>a>p{margin-top:5px;font-size:16px;color:#000;text-align:center;text-transform:uppercase;line-height:1.3;}
@media (max-width:1520px){
	.indexone{margin-top:-70px;padding:0px 20px;}
	.indexonecon{padding:20px 0 15px;}
	.indexonecon>ul>li:after{top:calc(50% - 30px);height:60px;}
	.indexonecon>ul>li:first-child:before{top:calc(50% - 30px);height:60px;}
	.indexonecon>ul>li>a>img{width:70px;}
	.indexonecon>ul>li>a>p{font-size:14px;}
}
@media (max-width:1080px){
	.indexone{margin-top:-50px;}
	.indexonecon{padding:15px 0 10px;}
	.indexonecon>ul>li:after{top:calc(50% - 25px);height:50px;}
	.indexonecon>ul>li:first-child:before{top:calc(50% - 25px);height:50px;}
	.indexonecon>ul>li>a>img{width:60px;}
	.indexonecon>ul>li>a>p{font-size:12px;}
}
@media (max-width:780px){
	.indexone{margin-top:40px;}
	.indexonecon>ul{flex-flow:wrap;margin-top:-10px;}
	.indexonecon>ul>li{margin-top:10px;width:calc(100% / 3);}
	.indexonecon>ul>li:after{top:calc(50% - 20px);height:40px;}
	.indexonecon>ul>li:first-child:before{display:none;}
	.indexonecon>ul>li:nth-child(3):after,
	.indexonecon>ul>li:nth-child(6):after,
	.indexonecon>ul>li:nth-child(9):after{display:none;}
}


.indextwo{padding:50px 25px 0;}
.indextwocon>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.indextwocon>dl>dt{position:relative;width:calc(62% - 13px);}
.indextwocon>dl>dt>figure{height:100%;}
.indextwocon>dl>dt>figure:after{padding-top:40%;}
.indextwocon>dl>dd{position:relative;width:calc(38% - 13px);}
.indextwocon>dl>dd>figure{height:100%;}
.indextwocon>dl>dd>figure:after{padding-top:60%;}
.indextwocon>dl hgroup{position:absolute;top:50%;right:60px;width:40%;transform:translateY(-50%);}
.indextwocon>dl hgroup>h3{font-size:60px;color:#3e322d;text-transform:uppercase;line-height:1.4;font-family:"Noto Serif JP",serif;}
.indextwocon>dl hgroup>h3>span{font-size:80px;}
.indextwocon>dl hgroup h4{font-size:30px;font-weight:500;font-family:"Noto Serif JP",serif;}
.indextwocon>dl hgroup p{font-size:16px;}
.indextwocon>dl>dd.dd01>hgroup{padding:20px 40px;left:0;top:auto;bottom:0px;width:100%;text-shadow:0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;transform:translateY(0);}
.indextwocon>dl>dd.dd01>hgroup>.more{margin-top:20px;text-shadow:none;}
.indextwocon>dl.dlsep{margin-top:26px;flex-direction:row-reverse;}
.indextwocon>dl.d102{margin:26px 0;}
.indextwocon>dl.d102>dt{width:100%;}
.indextwocon>dl.d102>dt>figure:after{padding-top:26%;}
@media (max-width:1520px){
	.indextwo{padding:40px 20px;}
	.indextwocon>dl>dt{width:calc(60% - 10px);}
	.indextwocon>dl>dd{width:calc(40% - 10px);}
	.indextwocon>dl hgroup{right:40px;}
	.indextwocon>dl hgroup>h3{font-size:44px;}
	.indextwocon>dl hgroup>h3>span{font-size:60px;}
	.indextwocon>dl hgroup h4{font-size:26px;}
	.indextwocon>dl hgroup p{font-size:14px;}
	.indextwocon>dl>dd.dd01>hgroup{padding:20px;}
	.indextwocon>dl.dlsep{margin-top:20px;}
	.indextwocon>dl.d102{margin:20px 0;}
}
@media (max-width:1080px){
	.indextwocon>dl>dt{width:calc(55% - 8px);}
	.indextwocon>dl>dt>figure:after{padding-top:60%;}
	.indextwocon>dl>dd{width:calc(45% - 8px);}
	.indextwocon>dl hgroup{right:20px;}
	.indextwocon>dl hgroup>h3{font-size:30px;}
	.indextwocon>dl hgroup>h3>span{font-size:36px;}
	.indextwocon>dl hgroup h4{font-size:22px;}
	.indextwocon>dl hgroup p{font-size:12px;}
	.indextwocon>dl.dlsep{margin-top:16px;}
	.indextwocon>dl.d102{margin:16px 0;}
}
@media (max-width:780px){
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dd{margin-top:16px;width:100%;}
	.indextwocon>dl>dt>figure:after{padding-top:52%;}
	.indextwocon>dl hgroup>h3{font-size:24px;}
	.indextwocon>dl hgroup>h3>span{font-size:30px;}
	.indextwocon>dl hgroup h4{font-size:18px;}
	.indextwocon>dl>dd.dd01>hgroup>.more{display:block;}
	.indextwocon>dl>dd>figure:after{padding-top:64%;}
	.indextwocon>dl.d102>dt>figure:after{padding-top:46%;}
}

.map{width:100%;height:580px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{height:480px;}
}
@media screen and (max-width:1080px){
	.map{height:380px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

.indexthree{padding:80px 25px;}
.indexthreecon>hgroup{position:relative;}
.indexthreecon>hgroup>.more{position:absolute;right:40px;top:22px;margin-top:0;}
.indexthreecon>.topicsjs{position:relative;margin-top:60px;padding:0 50px;overflow:hidden;}
.indexthreecon>.topicsjs .swiper{overflow:hidden;}
.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide{height:auto;}
.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a{color:#000;}
.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a div{margin-top:20px;}
.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a div span{display:inline-block;margin:0 20px;}
.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a p{margin-top:10px;font-size:16px;}
.indexthreecon>.topicsjs .swiper-button-prev{left:0;top:40%;width:24px;height:50px;background:url(img/prev02.jpg)no-repeat;}
.indexthreecon>.topicsjs .swiper-button-next{right:0;top:40%;width:24px;height:50px;background:url(img/next02.jpg)no-repeat;}
.indexthreecon>.topicsjs .swiper-button-prev:after, .indexthreecon>.topicsjs .swiper-container-rtl .swiper-button-next:after{display:none;}
.indexthreecon>.topicsjs .swiper-button-next:after, .indexthreecon>.topicsjs .swiper-container-rtl .swiper-button-prev:after{display:none;}
@media (max-width:1520px){
	.indexthree{padding:60px 20px;}
	.indexthreecon>hgroup>.more{right:0px;}
	.indexthreecon>.topicsjs{margin-top:50px;padding:0 40px;}
	.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a div{margin-top:15px;}
	.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a div span{margin:0 15px;}
	.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a p{margin-top:5px;font-size:14px;}
}
@media (max-width:1080px){
	.indexthreecon>.topicsjs{margin-top:40px;padding:0 30px;}
	.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a div{margin-top:10px;}
	.indexthreecon>.topicsjs .swiper-wrapper>.swiper-slide a div span{margin:0 10px;}
}
@media (max-width:780px){
	.indexthreecon>hgroup>.more{top:15px;}
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{padding:0 20px;width:100%;}
	.indexthreecon>dl>dt>h2{font-size:24px;letter-spacing:1px;}
	.indexthreecon>dl>dt>figure{margin-top:20px;}
	.indexthreecon>dl>dt>a{margin-top:20px;font-size:30px;}
	.indexthreecon>dl>dt>p{margin-top:20px;font-size:16px;}
	.indexthreecon>dl>dd{margin-top:20px;width:100%;}
}


.indexfour{padding:20px 25px;}
.indexfourcon>ul{display:flex;flex-flow:wrap;margin:-40px 0 0 -40px;}
.indexfourcon>ul>li{margin:40px 0 0 40px;padding:8px;width:calc(20% - 40px);border:1px solid #000;}
.indexfourcon>ul>li>a{position:relative;display:block;color:#fff;transition:.3s;}
.indexfourcon>ul>li>a>div{overflow:hidden;transition:.3s;}
.indexfourcon>ul>li>a>div>figure:after{padding-top:70%;}
.indexfourcon>ul>li>a>div.imgon{display:none;}
.indexfourcon>ul>li>a:hover>div.imgon{position:relative;display:block;}
.indexfourcon>ul>li>a:hover>div.imgoff{display:none;}
/* .indexfourcon>ul>li>a>div:hover>figure{transform:scale(1.1);} */
.indexfourcon>ul>li>a>hgroup{padding:10px;width:100%;height:100%;color:#fff;background:#000;}
.indexfourcon>ul>li>a>hgroup>h3{font-size:18px;line-height:1.2;font-weight:400;text-align:center;}
.indexfourcon>ul>li>a>hgroup>p{margin-top:5px;font-size:14px;line-height:1.2;}
@media (max-width:1520px){
	.indexfour{padding:20px;}
	.indexfourcon>ul{margin:-30px 0 0 -30px;}
	.indexfourcon>ul>li{margin:30px 0 0 30px;padding:6px;width:calc(20% - 30px);}
	.indexfourcon>ul>li>a>hgroup>h3{font-size:16px;}
	.indexfourcon>ul>li>a>hgroup>p{font-size:12px;}
}
@media (max-width:1080px){
	.indexfourcon>ul{margin:-20px 0 0 -20px;}
	.indexfourcon>ul>li{margin:20px 0 0 20px;padding:4px;width:calc(25% - 20px);}
	.indexfourcon>ul>li:nth-child(9),
	.indexfourcon>ul>li:nth-child(10){width:calc(50% - 20px);}
	.indexfourcon>ul>li>a>hgroup>h3{font-size:14px;}
}
@media (max-width:780px){
	.indexfourcon>ul{margin:-10px 0 0 -10px;}
	.indexfourcon>ul>li{margin:10px 0 0 10px;padding:2px;width:calc(50% - 10px);}
	.indexfourcon>ul>li:nth-child(9),
	.indexfourcon>ul>li:nth-child(10){width:calc(50% - 10px);}
}

.indexfive{padding:80px 25px;}
.tabbox{margin-top:60px;}
.tabbox .tabs{display:flex;justify-content:center;border-bottom:1px solid #dedede;}
.tab{cursor:pointer;margin:0 20px;padding:0 5px 5px;width:160px;font-size:16px;color:#a1a1a1;text-align:center;}
.tab.active{color:#000;border-bottom:3px solid #2e2e2e;}
.tab-contents{margin:60px auto 0;max-width:1480px;width:100%;}
.tab-content{display:none;}
.tab-content>ul{display:flex;flex-flow:wrap;margin-left:-30px;margin-top:-30px;}
.tab-content>ul>li{position:relative;margin-top:30px;margin-left:30px;width:calc(20% - 30px);}
.tab-content>ul>li:after{position:absolute;top:0;left:15px;content:"";width:45px;height:48px;}
.tab-content>ul>li:nth-child(1):after{background:url(img/no1.png)no-repeat;}
.tab-content>ul>li:nth-child(2):after{background:url(img/no2.png)no-repeat;}
.tab-content>ul>li:nth-child(3):after{background:url(img/no3.png)no-repeat;}
.tab-content>ul>li:nth-child(4):after{background:url(img/no4.png)no-repeat;}
.tab-content>ul>li:nth-child(5):after{background:url(img/no5.png)no-repeat;}
.tab-content>ul>li>a{display:block;color:#000;transition:.3s;}
.tab-content>ul>li>a>div{/*padding:40px;*/overflow:hidden;border:1px solid #575757;}
.tab-content>ul>li>a>div>figure{transition:.3s;}
.tab-content>ul>li>a>div>figure:after{padding-top:100%;}
.tab-content>ul>li>a:hover>div>figure{transform:scale(1.1);}
.tab-content>ul>li>a>hgroup{margin-top:20px;}
.tab-content>ul>li>a>hgroup>h6{font-size:18px;font-weight:normal;}
.tab-content>ul>li>a>hgroup>h6>span{font-size:24px;}
.tab-content>ul>li>a>hgroup>p{margin-top:15px;font-size:16px;line-height:1.4;}
.tab-content.active{display:block;}
@media (max-width:1520px){
	.indexfive{padding:70px 20px;}
	.tabbox{margin-top:50px;}
	.tab{margin:0 15px;}
	.tab-contents{margin:50px auto 0;}
	.tab-content>ul{margin-left:-25px;margin-top:-25px;}
	.tab-content>ul>li{margin-left:25px;margin-top:25px;width:calc(20% - 25px);}
	.tab-content>ul>li>a>div{/*padding:30px;*/}
	.tab-content>ul>li>a>hgroup{margin-top:15px;}
	.tab-content>ul>li>a>hgroup>h6{font-size:16px;}
	.tab-content>ul>li>a>hgroup>h6>span{font-size:22px;}
	.tab-content>ul>li>a>hgroup>p{margin-top:10px;font-size:14px;}
	.tab-content>ul>li:after{width:42px;height:45px;}
	.tab-content>ul>li:nth-child(1):after{background-size:42px 45px;}
	.tab-content>ul>li:nth-child(2):after{background-size:42px 45px;}
	.tab-content>ul>li:nth-child(3):after{background-size:42px 45px;}
	.tab-content>ul>li:nth-child(4):after{background-size:42px 45px;}
	.tab-content>ul>li:nth-child(5):after{background-size:42px 45px;}
}
@media (max-width:1080px){
	.indexfive{padding:60px 20px;}
	.tabbox{margin-top:40px;}
	.tab{margin:0 10px;}
	.tab-contents{margin:40px auto 0;}
	.tab-content>ul{margin-left:-20px;margin-top:-20px;}
	.tab-content>ul>li{margin-left:20px;margin-top:20px;width:calc(20% - 20px);}
	.tab-content>ul>li>a>div{/*padding:20px;*/}
	.tab-content>ul>li>a>hgroup{margin-top:10px;}
	.tab-content>ul>li>a>hgroup>h6{font-size:14px;}
	.tab-content>ul>li>a>hgroup>h6>span{font-size:20px;}
	.tab-content>ul>li:after{width:38px;height:41px;}
	.tab-content>ul>li:nth-child(1):after{background-size:38px 41px;}
	.tab-content>ul>li:nth-child(2):after{background-size:38px 41px;}
	.tab-content>ul>li:nth-child(3):after{background-size:38px 41px;}
	.tab-content>ul>li:nth-child(4):after{background-size:38px 41px;}
	.tab-content>ul>li:nth-child(5):after{background-size:38px 41px;}
}
@media (max-width:780px){
	.tabbox{margin-top:30px;}
	.tab{margin:0 2px;width:auto;font-size:14px;}
	.tab-contents{margin:10px auto 0;}
	.tab-content>ul{margin-left:-10px;flex-flow:wrap;}
	.tab-content>ul>li{margin-top:20px;margin-left:10px;width:calc(50% - 10px);}
	.tab-content>ul>li>a>hgroup{margin-top:5px;}
	.tab-content>ul>li>a>hgroup>h6>span{font-size:18px;}
	.tab-content>ul>li:after{width:34px;height:36px;}
	.tab-content>ul>li:nth-child(1):after{background-size:34px 36px;}
	.tab-content>ul>li:nth-child(2):after{background-size:34px 36px;}
	.tab-content>ul>li:nth-child(3):after{background-size:34px 36px;}
	.tab-content>ul>li:nth-child(4):after{background-size:34px 36px;}
	.tab-content>ul>li:nth-child(5):after{background-size:34px 36px;}
}

.indexsix{padding:40px 25px 100px;}
.indexsixcon>ul{margin-top:60px;display:flex;justify-content:space-between;}
.indexsixcon>ul>li{padding:0 50px;width:50%;border-right:1px solid #aeaeae;}
.indexsixcon>ul>li:last-child{border-right:none;}
.indexsixcon>ul>li .tit01{text-align:center;}
.indexsixcon>ul>li .tit01>h6{font-weight:normal;}
.indexsixcon>ul>li .tit01>h3{font-size:40px;line-height:1;}
.indexsixcon>ul>li .tit01>p{font-size:16px;color:#666;}
.indexsixcon>ul>li>figure{display:flex;justify-content:center;margin-top:40px;}
.indexsixcon>ul>li>p{margin-top:40px;font-size:16px;}
.indexsixcon>ul>li>dl{margin-top:40px;display:flex;justify-content:space-between;}
.indexsixcon>ul>li>dl>dt{width:35%;}
.indexsixcon>ul>li>dl>dt>figure:after{padding-top:66%;}
.indexsixcon>ul>li>dl>dd{width:calc(65% - 40px);}
.indexsixcon>ul>li>dl>dd>p{margin:6px 0;font-size:16px;}
.indexsixcon>ul>li>dl>dd>p>span{display:inline-block;width:100px;}
.indexsixcon>ul>li>dl>dd>p>em{letter-spacing:5px;color:#adacab;}
.indexsixcon>ul>li>dl>dd>p>em>font{color:#988361;}
.indexsixcon>ul>li .more2{display:none;}
@media (max-width:1520px){
	.indexsix{padding:20px 20px 80px;}
	.indexsixcon>ul{margin-top:50px;}
	.indexsixcon>ul>li{padding:0 30px;}
	.indexsixcon>ul>li .tit01>h3{font-size:36px;}
	.indexsixcon>ul>li .tit01>p{font-size:14px;}
	.indexsixcon>ul>li>figure{margin-top:30px;}
	.indexsixcon>ul>li>p{margin-top:30px;font-size:14px;}
	.indexsixcon>ul>li>dl{margin-top:30px;}
	.indexsixcon>ul>li>dl>dd{width:calc(65% - 20px);}
	.indexsixcon>ul>li>dl>dd>p{margin:3px 0;font-size:14px;}
	.indexsixcon>ul>li>dl>dd>p>span{width:80px;}
	.indexsixcon>ul>li>dl>dd>p>em{letter-spacing:2px;}
}
@media (max-width:1080px){
	.indexsix{padding:20px 20px 60px;}
	.indexsixcon>ul{margin-top:40px;}
	.indexsixcon>ul>li{padding:0 10px;}
	.indexsixcon>ul>li .tit01>h3{font-size:32px;}
	.indexsixcon>ul>li>figure{margin-top:20px;}
	.indexsixcon>ul>li>figure>img{width:150px;}
	.indexsixcon>ul>li>p{margin-top:20px;}
	.indexsixcon>ul>li>dl{margin-top:20px;}
	.indexsixcon>ul>li>dl>dd{width:calc(65% - 10px);}
	.indexsixcon>ul>li>dl>dd>p{margin:2px 0;}
	.indexsixcon>ul>li>dl>dd>p>span{width:75px;}
	.indexsixcon>ul>li>dl>dd>p>em{letter-spacing:1px;}
}
@media (max-width:780px){
	.indexsixcon>ul{margin-top:30px;display:block;}
	.indexsixcon>ul>li{margin-top:20px;padding:0 10px;width:100%;border-right:none;}
	.indexsixcon>ul>li .tit01>h3{font-size:32px;}
	.indexsixcon>ul>li>figure{margin-top:20px;}
	.indexsixcon>ul>li>figure>img{width:150px;}
	.indexsixcon>ul>li>p{margin-top:20px;}
	.indexsixcon>ul>li>dl{margin-top:20px;}
	.indexsixcon>ul>li>dl>dd{width:calc(65% - 10px);}
	.indexsixcon>ul>li>dl>dd>p{margin:2px 0;}
	.indexsixcon>ul>li>dl>dd>p>span{width:75px;}
	.indexsixcon>ul>li>dl>dd>p>em{letter-spacing:1px;}
}

.indexseven{margin-bottom:100px;padding:60px 25px;background:#f0f0f0;}
.indexsevencon>ul{display:flex;justify-content:space-between;}
.indexsevencon>ul>li{position:relative;width:33.33%;}
.indexsevencon>ul>li:after{position:absolute;right:0;top:calc(50% - 33px);content:"";width:1px;height:66px;background:#c9c9c9;}
.indexsevencon>ul>li:last-child:after{display:none;}
.indexsevencon>ul>li>figure{display:flex;justify-content:center;}
.indexsevencon>ul>li>h3{margin-top:10px;font-size:30px;text-align:center;line-height:1.2;font-weight:normal;}
.indexsevencon>ul>li>h3>span{font-size:20px;}
@media (max-width:1520px){
	.indexseven{margin-bottom:80px;padding:50px 20px;}
	.indexsevencon>ul>li:after{top:calc(50% - 30px);height:60px;}
	.indexsevencon>ul>li>h3{font-size:26px;}
	.indexsevencon>ul>li>h3>span{font-size:18px;}
}
@media (max-width:1080px){
	.indexseven{margin-bottom:60px;padding:40px 20px;}
	.indexsevencon>ul>li:after{top:calc(50% - 26px);height:52px;}
	.indexsevencon>ul>li>h3{font-size:20px;}
	.indexsevencon>ul>li>h3>span{font-size:16px;}
}
@media (max-width:780px){
	.indexseven{padding:30px 20px;}
	.indexsevencon>ul{display:block;}
	.indexsevencon>ul>li{margin-top:30px;width:100%;}
	.indexsevencon>ul>li:first-child{margin-top:0;}
	.indexsevencon>ul>li:after{display:none;}
	.indexsevencon>ul>li>h3{font-size:18px;}
	.indexsevencon>ul>li>h3>span{font-size:14px;}
}

.indexeight{padding:80px 25px 30px;}
.indexeightcon>ul{display:flex;flex-flow:wrap;}
.indexeightcon>ul>li{position:relative;width:33.33%;}
.indexeightcon>ul>li:nth-child(4),
.indexeightcon>ul>li:nth-child(5){margin-top:25px;width:100%;}
.indexeightcon>ul>li>figure:after{padding-top:290px;}
.indexeightcon>ul>li>hgroup{position:absolute;top:50%;left:0;width:100%;color:#fff;text-align:center;transform:translateY(-50%);}
.indexeightcon>ul>li>hgroup>h3{font-size:42px;line-height:1.2;font-family:"Noto Serif JP",serif;}
.indexeightcon>ul>li>hgroup>p{margin-top:10px;font-size:16px;}
.indexeightcon>ul>li>hgroup>.more>a{margin:0 auto;background:none;border:1px solid #fff;}
.indexeightcon>ul>li>hgroup>.more>a:hover{color:#fff;background:#000;border:1px solid #000;}
@media (max-width:1520px){
	.indexeight{padding:60px 20px 30px;}
	.indexeightcon>ul>li:nth-child(4),
	.indexeightcon>ul>li:nth-child(5){margin-top:20px;}
	.indexeightcon>ul>li>hgroup>h3{font-size:36px;}
	.indexeightcon>ul>li>hgroup>p{font-size:14px;}
	.indexeightcon>ul>li>figure:after{padding-top:260px;}
}
@media (max-width:1080px){
	.indexeightcon>ul>li>hgroup>h3{font-size:30px;}
	.indexeightcon>ul>li>figure:after{padding-top:220px;}
}
@media (max-width:780px){
	.indexeightcon>ul{margin-top:-20px;}
	.indexeightcon>ul>li{margin-top:20px;width:100%;}
	.indexeightcon>ul>li>hgroup>h3{font-size:24px;}
	.indexeightcon>ul>li>figure:after{padding-top:200px;}
}

/*footer*/
.footer{position:relative;padding:50px 0 0;background:#4c332f;}
.footercon{padding:0 20px;}
.footercon>dl{display:flex;justify-content:space-between;font-size:16px;}
.footercon>dl>dt{display:flex;justify-content:space-between;width:450px;}
.footercon>dl>dt>ul{margin-top:-25px;}
.footercon>dl>dt>ul>li{margin:25px 0;line-height:1;}
.footercon>dl>dt>ul>li>a{position:relative;width:100%;color:#fff;font-weight:normal;}
.footercon>dl>dt>ul>li>a:after{position:absolute;bottom:0px;left:0;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;}
.footercon>dl>dt>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.footercon>dl>dd{width:380px;}
.footercon>dl>dd>ul{display:flex;justify-content:space-between;}
.footercon>dl>dd>ul>li{font-size:16px;}
.footercon>dl>dd>ul>li>a{display:block;color:#fff;transition:.3s;}
.footercon>dl>dd>ul>li>a>span{margin-right:5px;font-size:22px;line-height:1;}
.footercon>dl>dd>ul>li>a:hover{transform:translateY(-5px);}
.footercon>dl>dd .contactbtn{margin-top:20px;}
.footercon>dl>dd .contactbtn>a{padding:15px 0;display:block;text-align:center;color:#fff;border:1px solid #fff;}
.footercon>dl>dd .contactbtn>a>span{display:block;font-size:28px;line-height:1;}
.footercon>dl>dd .contactbtn>a:hover{transform:translateY(-5px);}
.footercon>dl>dd hgroup{margin-top:20px;display:flex;justify-content:center;}
.footercon>dl>dd hgroup>p{margin:0 20px;}
.footercon>dl>dd hgroup>p>a{color:#fff;}
.footercon>dl>dd hgroup>p>a:hover{text-decoration:underline;}
.footercon>dl>dd .iconbox{margin-top:20px;display:flex;justify-content:center;}
.footercon>dl>dd .iconbox>a{transition:.3s;}
.footercon>dl>dd .iconbox>a>span{font-size:30px;color:#fff;}
.footercon>dl>dd .iconbox>a:hover{transform:translateY(-5px);}
.footer>p{margin-top:40px;padding:8px 20px;font-size:14px;color:#fff;text-align:center;text-transform:uppercase;/*background:#5f3e37;*/}
@media (max-width:1520px){
	.footer{padding:40px 0 0;}
	.footercon>dl{font-size:14px;}
	.footercon>dl>dt{width:400px;}
	.footercon>dl>dt>ul{margin-top:-20px;}
	.footercon>dl>dt>ul>li{margin:20px 0;line-height:1;}
	.footercon>dl>dd{width:350px;}
	.footercon>dl>dd>ul>li{font-size:14px;}
	.footercon>dl>dd>ul>li>a>span{margin-right:3px;font-size:20px;}
	.footercon>dl>dd .contactbtn{margin-top:20px;}
	.footercon>dl>dd .contactbtn>a{padding:15px 0;}
	.footercon>dl>dd .contactbtn>a>span{font-size:24px;}
	.footercon>dl>dd hgroup{margin-top:15px;}
	.footercon>dl>dd hgroup>p{margin:0 15px;}
	.footercon>dl>dd .iconbox{margin-top:30px;}
	.footercon>dl>dd .iconbox>a>span{font-size:26px;}
	.footer>p{margin-top:30px;}
}
@media (max-width:1080px){
	.footercon>dl>dt{width:350px;}
	.footercon>dl>dt>ul{margin-top:-15px;}
	.footercon>dl>dt>ul>li{margin:15px 0;}
	.footercon>dl>dd{width:300px;}
	.footercon>dl>dd>ul>li>a>span{font-size:18px;}
	.footercon>dl>dd .contactbtn{margin-top:15px;}
	.footercon>dl>dd .contactbtn>a{padding:10px 0;}
	.footercon>dl>dd .contactbtn>a>span{font-size:20px;}
	.footercon>dl>dd hgroup{margin-top:10px;}
	.footercon>dl>dd hgroup>p{margin:0 10px;}
	.footercon>dl>dd .iconbox{margin-top:20px;}
	.footercon>dl>dd .iconbox>a>span{font-size:22px;}
	.footer>p{margin-top:20px;}
}
@media (max-width:860px){
	.footercon>dl{display:block;}
	.footercon>dl>dt{margin:0 auto;width:300px;}
	.footercon>dl>dd{margin:20px auto 0;width:300px;}
}



/* pageban */
.pageban{position:relative;overflow:hidden;}
.pageban:after{position:absolute;top:0;left:0;content:"";z-index:2;width:100%;height:100%;}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban figure:after{padding-top:500px;}
.pageban figure.bansp{display:none;}
.pageban .pagebancon{position:absolute;top:50%;left:50%;z-index:5;padding:0 20px;width:100%;max-width:1320px;color:#000;line-height:1;text-align:center;font-family: "Noto Serif JP", serif;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{font-size:46px;text-transform:uppercase;letter-spacing:6px;}
@media (max-width:1520px){
	.pageban figure:after{padding-top:400px;}
	.pageban .pagebancon h1{font-size:40px;letter-spacing:5px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon h1{font-size:34px;letter-spacing:4px;}
}
@media (max-width:780px){
	.pageban figure:after{padding-top:200px;}
	.pageban figure.banpc{display:none;}
	.pageban figure.bansp{display:block;}
	.pageban .pagebancon h1{font-size:28px;letter-spacing:2px;}
}



/*page_commodity*/
.page_commodity{padding:60px 40px;}
.page_commodity .page_commodityMain{display:flex;justify-content:space-between;}
.page_commodity .page_commodityMain>div.probox{width:calc(100% - 380px);}
.page_commodity .page_commodityMain>div>ul{display:flex;flex-wrap:wrap;margin-top:-20px;margin-left:-20px;}
.page_commodity .page_commodityMain>div>ul>li{margin-top:20px;padding-left:20px;width:20%;}
.page_commodity .page_commodityMain>div>ul>li>a{display:block;font-size:15px;color:#333;}
.page_commodity .page_commodityMain>div>ul>li>a>div{border:2px solid #4c332f;}
.page_commodity .page_commodityMain>div>ul>li>a>div>figure{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_commodity .page_commodityMain>div>ul>li>a>figure img{margin:0 auto;}
.page_commodity .page_commodityMain>div>ul>li>a>hgroup{margin-top:25px;}
.page_commodity .page_commodityMain>div>ul>li>a>hgroup>p{margin-top:10px;color:#ff0000;}
/*.page_commodity .page_commodityMain>ul>li>a:hover>figure>img{box-shadow:0 0 5px rgba(0,0,0,0.5);}*/
@media screen and (max-width:1520px){
	.page_commodity{padding:50px 30px;}
	.page_commodity .page_commodityMain>div.probox{width:calc(100% - 350px);}
	.page_commodity .page_commodityMain>div>ul{margin-left:-15px;}
	.page_commodity .page_commodityMain>div>ul>li{padding-left:15px;}
	.page_commodity .page_commodityMain>div>ul>li>a{font-size:14px;}
	.page_commodity .page_commodityMain>div>ul>li>a>hgroup{margin-top:20px;}
	.page_commodity .page_commodityMain>div>ul>li>a>hgroup>p{margin-top:8px;}
}
@media screen and (max-width:1080px){
	.page_commodity{padding:40px 20px;}
	.page_commodity .page_commodityMain>div.probox{width:calc(100% - 320px);}
	.page_commodity .page_commodityMain>div>ul>li>a>hgroup{margin-top:15px;}
	.page_commodity .page_commodityMain>div>ul>li>a>hgroup>p{margin-top:6px;}
}
@media screen and (max-width:980px){
	.page_commodity .page_commodityMain>div>ul>li{width:33.333333%;}
	.page_commodity .page_commodityMain>div>ul>li>a>figure{box-shadow:0 0 5px rgba(0,0,0,0.5);}
}
@media screen and (max-width:780px){
	.page_commodity .page_commodityMain{display:block;}
	.page_commodity .page_commodityMain>div.probox{margin-top:40px;width:100%;}
	.page_commodity .page_commodityMain>div>ul>li{width:50%;}
}

input,select{line-height:1;font-family:"Yu Gothic Medium",sans-serif;font-weight:bold;}
.error_message{color:#ED5B14;}
#cart #point_table{display:none;}

/*page_commodityDet*/
.page_commodityDet{padding:60px 40px;}
.page_commodityDet #content h1.item_page_title{font-size:1.5em;}
.page_commodityDet #content .storycontent{margin-top:30px;}
.page_commodityDet #itempage{display:flex;flex-wrap:wrap;}
.page_commodityDet #itempage .itemimg{padding-right:20px;width:40%;}
.page_commodityDet #itempage .itemimg .slider-for .slick-slide>div{display:flex;align-items:center;height:560px;border:1px solid #4c332f;}
.page_commodityDet #itempage .itemimg .slider-for .slick-slide>div a{display:block !important;}
.page_commodityDet #itempage .itemimg .slider-for a{display:block;}
.page_commodityDet #itempage .itemimg img{width:100%;}
.page_commodityDet #itempage .itemimg .slider-nav{margin-top:20px;}
.page_commodityDet #itempage .itemimg .slider-nav .slick-slide a{width:90% !important;border:1px solid #4c332f;}
.page_commodityDet #itempage .itemimg .slider-nav .slick-slide a{position:relative;}
.page_commodityDet #itempage .itemimg .slider-nav .slick-slide a:after{position:absolute;top:0;left:0;display:block;content:"";
	width:100%;height:100%;background:rgba(0,0,0,0.3);
}
.page_commodityDet #itempage .itemimg .slider-nav .slick-slide.slick-current a:after{display:none;}
.slick-prev,.slick-next{position:absolute;top:50%;z-index:5;display:block;width:25px;height:100px;background:rgba(0,0,0,0.6);
	font-size:0;cursor:pointer;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.slick-prev{left:0;}
.slick-next{right:0;}
.slick-prev:before,.slick-next:before{font-family:'slick';font-size:15px;color:#fff;opacity:0.75;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;	
}
.slick-prev:before{content:"←";}
.slick-next:before{content:"→";}
.page_commodityDet #itempage .itemdetail{padding-left:20px;width:60%;}
.page_commodityDet #itempage .itemdetail .item_name{padding:10px 15px;background:#4c332f;color:#fff;}
.page_commodityDet #itempage .itemdetail>div{margin-top:20px;}
.page_commodityDet #itempage .field{display:flex;justify-content:space-between;align-items:center;padding:10px;}
.page_commodityDet #itempage .field .ss_stockstatus{font-size:14px;}
.page_commodityDet #itempage .skuform>div:nth-child(1){display:flex;justify-content:center;align-items:center;padding:20px;background:#4c332f;color:#fff;}
.page_commodityDet #itempage .skuform .skuquantity{margin:0 10px;padding:5px;background:#fff;color:#000;border:1px solid #ccc;}
.page_commodityDet #itempage .skuform input.skubutton{margin-left:15px;padding:13px 20px;background:#000;cursor:pointer;color:#fff;}
.page_commodityDet #itempage .skuform input.skubutton:hover{background:#333;}
.page_commodityDet #itempage .itemTxt{margin-top:20px;width:100%;font-size:15px;}
.page_commodityDet #itempage .itemTxt>*:not(:first-child){margin-top:15px;}

.page_commodityDet #itempage table.skumulti{border:1px solid #4c332f;font-size:15px;}
.page_commodityDet #itempage table.skumulti th.thborder{background:#4c332f;color:#fff;}
.page_commodityDet #itempage table.skumulti th{background:#4c332f;color:#fff;}
.page_commodityDet #itempage table.skumulti td{border-right-color:#4c332f;border-bottom-width:1px;border-bottom-color:#4c332f;}
.page_commodityDet #itempage table.skumulti td.subborder{border-bottom-color:#4c332f;}
@media screen and (max-width:1480px){
	.page_commodityDet{padding:50px 30px;}
	.page_commodityDet #content h1.item_page_title{font-size:1.4em;}
	.page_commodityDet #content .storycontent{margin-top:25px;}
	.page_commodityDet #itempage .itemimg{padding-right:15px;}
	.page_commodityDet #itempage .itemimg .slider-nav{margin-top:15px;}	
	.page_commodityDet #itempage .itemimg .slider-nav .slick-slide a{width:95% !important;}
	.page_commodityDet #itempage .itemdetail{padding-left:15px;}
	.page_commodityDet #itempage .itemdetail>div{margin-top:15px;}
	.page_commodityDet #itempage .skuform>div:nth-child(1){padding:15px 20px;}
	.page_commodityDet #itempage .skuform .skuquantity{margin:0 8px;}
	.page_commodityDet #itempage .skuform input.skubutton{margin-left:10px;padding:11px 20px;}
	.page_commodityDet #itempage .itemTxt{margin-top:15px;font-size:14px;}
	
	.page_commodityDet #itempage table.skumulti{font-size:14px;}
}
@media screen and (max-width:1180px){
	.page_commodityDet{padding:40px 20px;}
	.page_commodityDet #content h1.item_page_title{font-size:1.3em;}
	.page_commodityDet #content .storycontent{margin-top:20px;}
	.page_commodityDet #itempage .itemimg{padding-right:10px;}
	.page_commodityDet #itempage .itemimg .slider-nav{margin-top:10px;}
	.page_commodityDet #itempage .itemdetail{padding-left:10px;}
	.page_commodityDet #itempage .itemdetail>div{margin-top:10px;}
}
@media screen and (max-width:880px){
	.page_commodityDet #itempage .itemimg{margin:0 auto;padding-right:0;width:100%;max-width:460px;}
	.page_commodityDet #itempage .itemdetail{padding-left:0;margin-top:20px;width:100%;}
	.page_commodityDet #itempage .itemimg .slider-for .slick-slide>div{height:500px;}
}
@media screen and (max-width:490px){
	.page_commodityDet #itempage div.skuform{overflow-x:scroll;}
	.page_commodityDet #itempage table.skumulti{width:450px;}
}

/*page_commodityCar Car*/
.page_commodityCar{padding:60px 40px;}
.page_commodityCar #content h1.cart_page_title{font-size:1.5em;text-transform:uppercase;}
.page_commodityCar .catbox .post .entry{margin-top:20px;padding:0;border-bottom:none;}
.page_commodityCar div.usccart_navi ol.ucart{margin:0;height:auto;overflow:hidden;display:flex;justify-content:space-between;}
.page_commodityCar div.usccart_navi li.ucart{padding:10px;width:25%;background:#000;}
.page_commodityCar div.usccart_navi li.ucart:not(:first-child){border-left:1px solid #fff;}
.page_commodityCar div.usccart_navi li.usccart_cart{background:#4c332f;}
.page_commodityCar div.usccart_navi li.usccart_customer{background:#4c332f;}
.page_commodityCar div.usccart_navi li.usccart_delivery{background:#4c332f;}
.page_commodityCar div.usccart_navi li.usccart_confirm{background:#4c332f;}
.page_commodityCar #inside-cart .no_cart{color:#042055;}
.page_commodityCar #inside-cart .send{padding-top:40px;border-top-color:#4c332f;}
.page_commodityCar #inside-cart .send #previouscart{padding:15px 30px;background-color:#000;color:#fff;cursor:pointer;}
.page_commodityCar #inside-cart .send #previouscart:hover{background:#333;}
.page_commodityCar #inside-cart .send input.to_customerinfo_button{padding:15px 30px;background-color:#4c332f;color:#fff;cursor:pointer;}
.page_commodityCar #inside-cart .send input.to_customerinfo_button:hover{background:#463735;}
.page_commodityCar #cart .upbutton{padding-right:0;}
.page_commodityCar #cart .upbutton>input{padding:15px 30px;background-color:#4c332f;font-size:14px;color:#fff;cursor:pointer;}
.page_commodityCar #cart #cart_tableDiv{margin:15px 0;}
.page_commodityCar #cart table#cart_table{margin:0;width:100%;font-size:15px;}
.page_commodityCar #cart input.delButton{padding:15px 30px;background-color:#4c332f;font-size:14px;color:#fff;cursor:pointer;}
@media screen and (max-width:1480px){
	.page_commodityCar{padding:50px 30px;}
	.page_commodityCar #content h1.cart_page_title{font-size:1.4em;}
	.page_commodityCar .catbox .post .entry{margin-top:15px;}
	.page_commodityCar div.usccart_navi li.ucart{padding:8px;}
	.page_commodityCar #inside-cart .send{padding-top:35px;}
	.page_commodityCar #inside-cart .send #previouscart{padding:15px 25px;}
	.page_commodityCar #inside-cart .send input.to_customerinfo_button{padding:15px 25px;}
	.page_commodityCar #cart .upbutton>input{padding:15px 25px;}
	.page_commodityCar #cart table#cart_table{font-size:14px;}
	.page_commodityCar #cart input.delButton{padding:15px 25px;}
}
@media screen and (max-width:1180px){
	.page_commodityCar{padding:40px 20px;}
	.page_commodityCar #content h1.cart_page_title{font-size:1.3em;}
	.page_commodityCar div.usccart_navi li.ucart{padding:6px;}
	.page_commodityCar #inside-cart .send{padding-top:30px;}
	.page_commodityCar #inside-cart .send #previouscart{padding:15px 20px;}
	.page_commodityCar #inside-cart .send input.to_customerinfo_button{padding:15px 20px;}
	.page_commodityCar #cart .upbutton>input{padding:15px 20px;}
	.page_commodityCar #cart input.delButton{padding:15px 20px;}	
}
@media screen and (max-width:780px){
	.page_commodityCar #cart #cart_tableDiv{overflow-x:scroll;}
	.page_commodityCar #cart table#cart_table{width:740px;}
}
@media screen and (max-width:550px){
	.page_commodityCar div.usccart_navi li.ucart{width:50% !important;}
	.page_commodityCar div.usccart_navi li.ucart:nth-of-type(3),.page_commodityCar div.usccart_navi li.ucart:nth-of-type(4){border-top:1px solid #fff;}
}

/*page_commodityCar Customer*/
.page_commodityCar #customer-info h5{padding:10px 15px;background:#463735;font-size:16px;}
.page_commodityCar #customer-info h5:nth-of-type(2){margin-top:30px;}
.page_commodityCar #customer-info th{padding:10px;width:230px;font-size:14px;}
.page_commodityCar #customer-info td{padding:10px;font-size:14px;}
.page_commodityCar #customer-info .customer_form input{padding:10px;width:100%;max-width:340px;border:1px solid #e6e6e6;}
.page_commodityCar #customer-info .customer_form tr:nth-child(2) td input:first-child{display:block;}
.page_commodityCar #customer-info table{width:100%;}
.page_commodityCar #customer-info table select#customer_pref{padding:10px;width:100%;max-width:240px;border:1px solid #e6e6e6;}
.page_commodityCar #customer-info .send{border-top-color:#463735;}
.page_commodityCar #customer-info .send input{padding:15px 30px;background-color:#4c332f;color:#fff;cursor:pointer;}
.page_commodityCar #customer-info .send input:hover{background:#4c332f;}
@media screen and (max-width:1480px){
	.page_commodityCar #customer-info h5{font-size:15px;}
	.page_commodityCar #customer-info h5:nth-of-type(2){margin-top:25px;}
	.page_commodityCar #customer-info th{padding:8px;width:210px;}
	.page_commodityCar #customer-info td{padding:8px;}
	.page_commodityCar #customer-info .customer_form input{padding:8px;max-width:320px;}
	.page_commodityCar #customer-info table select#customer_pref{padding:8px;max-width:220px;}
	.page_commodityCar #customer-info .send input{padding:15px 25px;}	
}
@media screen and (max-width:1180px){
	.page_commodityCar #customer-info h5{font-size:14px;}
	.page_commodityCar #customer-info h5:nth-of-type(2){margin-top:20px;}
	.page_commodityCar #customer-info .customer_form input{max-width:300px;}
	.page_commodityCar #customer-info table select#customer_pref{max-width:200px;}
	.page_commodityCar #customer-info .send{margin-top:5px;padding-top:5px;}
	.page_commodityCar #customer-info .send input{margin-top:10px;padding:15px 20px;}
}
@media screen and (max-width:840px){
	.page_commodityCar #customer-info #noMemberDiv{overflow-x:scroll;}
	.page_commodityCar #customer-info #noMemberDiv table{width:800px;}
}
@media screen and (max-width:520px){
	.page_commodityCar #customer-info #memberDiv{overflow-x:scroll;}
	.page_commodityCar #customer-info #memberDiv table{width:480px;}
}

/*page_commodityCar Delivery*/
.page_commodityCar #delivery-info th{padding:10px;width:230px;font-size:14px;}
.page_commodityCar #delivery-info td{padding:10px;font-size:14px;}
.page_commodityCar #delivery-info table select#delivery_method_select,
.page_commodityCar #delivery-info table select#delivery_date_select,
.page_commodityCar #delivery-info table select#delivery_time_select{padding:10px;width:100%;max-width:240px;border:1px solid #e6e6e6;}
.page_commodityCar #delivery-info .customer_form dt{font-size:14px;}
.page_commodityCar #delivery-info .customer_form dd{font-size:13px;}
.page_commodityCar #delivery-info table textarea#note{padding:10px;width:100%;border:1px solid #e6e6e6;}
.page_commodityCar #delivery-info .send{border-top-color:#463735;}
.page_commodityCar #delivery-info .send input{padding:15px 30px;background-color:#463735;color:#fff;cursor:pointer;}
.page_commodityCar #delivery-info .send input:hover{background:#463735;}
@media screen and (max-width:1480px){
	.page_commodityCar #delivery-info th{padding:8px;width:210px;}
	.page_commodityCar #delivery-info td{padding:8px;}
	.page_commodityCar #delivery-info table select#delivery_method_select,
	.page_commodityCar #delivery-info table select#delivery_date_select,
	.page_commodityCar #delivery-info table select#delivery_time_select{padding:8px;max-width:220px;}
	.page_commodityCar #delivery-info table textarea#note{padding:8px;}
	.page_commodityCar #delivery-info .send input{padding:15px 25px;}
}
@media screen and (max-width:1180px){
	.page_commodityCar #delivery-info th{width:190px;}
	.page_commodityCar #delivery-info table select#delivery_method_select,
	.page_commodityCar #delivery-info table select#delivery_date_select,
	.page_commodityCar #delivery-info table select#delivery_time_select{max-width:200px;}
	.page_commodityCar #delivery-info .send input{padding:15px 20px;}
}
@media screen and (max-width:460px){
	.page_commodityCar #delivery-info #delivery-infoDiv{overflow-x:scroll;}
	.page_commodityCar #delivery-info #delivery-infoDiv table{width:420px;}
}

/*page_commodityCar Confirmation*/
.page_commodityCar #confirm_table .ttl{background:#00c1d9;}
.page_commodityCar #confirm_table h3{color:#fff;}
.page_commodityCar #confirm_table th{padding:10px;width:230px;background:#f3f3f3;font-size:14px;}
.page_commodityCar #confirm_table td{padding:10px;font-size:14px;}
.page_commodityCar #info-confirm .send{border-top-color:#4c332f;}
.page_commodityCar #info-confirm .send input{padding:15px 30px;background-color:#4c332f;color:#fff;cursor:pointer;}
.page_commodityCar #info-confirm .send input:hover{background:#4c332f;}
@media screen and (max-width:1480px){
	.page_commodityCar #confirm_table th{padding:8px;width:210px;}
	.page_commodityCar #confirm_table td{padding:8px;}
	.page_commodityCar #info-confirm .send input{padding:15px 25px;}
}
@media screen and (max-width:1180px){
	.page_commodityCar #confirm_table th{width:190px;}
	.page_commodityCar #info-confirm .send input{padding:15px 20px;}
}
@media screen and (max-width:780px){
	.page_commodityCar #info-confirm #cart{overflow-x:scroll;}
	.page_commodityCar #info-confirm .send{margin-top:5px;padding-top:5px;}
	.page_commodityCar #info-confirm .send input{margin-top:10px;padding:15px 20px;}
}

/*page_commodityCar Finished*/
.page_commodityCar #wc_ordercompletion{font-size:15px;}
@media screen and (max-width:1480px){
	.page_commodityCar #wc_ordercompletion{font-size:14px;}
}

/*page_Member Login*/
.page_Member{padding:60px 40px;}
.page_Member #content h1.member_page_title{font-size:1.5em;}
.page_Member .catbox .post .entry{padding:0;border-bottom:none;}
.page_Member #memberpages div.loginbox{margin:20px auto 0;padding-top:30px;width:100%;max-width:500px;background:none;border-color:#4c332f;}
.page_Member #memberpages div.loginbox p{font-size:16px;color:#4c332f;}
.page_Member #memberpages div.loginbox p:first-child{padding-top:0;}
.page_Member #memberpages div.loginbox p.forgetmenot input{vertical-align:inherit;}
.page_Member #memberpages div.loginbox p.submit{text-align:center;}
.page_Member #memberpages div.loginbox p.submit input{display:inline-block;width:100%;max-width:220px;height:45px;background:#4c332f;color:#fff;cursor:pointer;}
.page_Member #memberpages div.loginbox p.submit input:hover{background:#4c332f;}
.page_Member #memberpages input.loginmail,.page_Member #memberpages input.loginpass{padding:10px;width:100%;border:1px solid #4c332f;}
.page_Member #memberpages div.loginbox p#nav{padding-left:0;line-height:28px;}
.page_Member #memberpages div.loginbox p#nav a{color:#333;}
.page_Member #memberpages div.loginbox p#nav a:hover{text-decoration:underline;}
@media screen and (max-width:1480px){
	.page_Member{padding:50px 30px;}
	.page_Member #content h1.member_page_title{font-size:1.4em;}
	.page_Member #memberpages div.loginbox{padding:25px;max-width:460px;}
	.page_Member #memberpages div.loginbox p{font-size:15px;}
	.page_Member #memberpages div.loginbox p.submit input{max-width:200px;}
	.page_Member #memberpages input.loginmail,.page_Member #memberpages input.loginpass{padding:8px;}
}
@media screen and (max-width:1180px){
	.page_Member{padding:40px 20px;}
	.page_Member #content h1.member_page_title{font-size:1.3em;}
	.page_Member #memberpages div.loginbox{padding:20px;max-width:420px;}
	.page_Member #memberpages div.loginbox p{font-size:14px;}
	.page_Member #memberpages div.loginbox p.submit input{max-width:180px;}
}

/*page_Member Lost Password*/
.page_Member #memberpages div.loginbox div#version{padding-bottom:10px;font-size:14px;}

/*page_Member New membership*/
.page_Member div.header_explanation{font-size:15px;}
.page_Member #newmember th{padding:10px;width:230px;font-size:14px;}
.page_Member #newmember td{padding:10px;font-size:14px;}
.page_Member #newmember .customer_form input#mailaddress1,
.page_Member #newmember .customer_form input#mailaddress2,
.page_Member #memberpages #newmember .customer_form input#zipcode,
.page_Member #memberpages #newmember .customer_form input#address1,
.page_Member #memberpages #newmember .customer_form input#address2,
.page_Member #memberpages #newmember .customer_form input#address3,
.page_Member #memberpages #newmember .customer_form input#tel,
.page_Member #memberpages #newmember .customer_form input#fax{margin-right:5px;padding:10px;width:100%;max-width:600px;border:1px solid #e6e6e6;}
.page_Member #newmember .customer_form input#password1,
.page_Member #newmember .customer_form input#password2,
.page_Member #memberpages #newmember .customer_form input#name1,
.page_Member #memberpages #newmember .customer_form input#name2,
.page_Member #memberpages #newmember .customer_form input#name3,
.page_Member #memberpages #newmember .customer_form input#name4,
.page_Member #memberpages #newmember .customer_form select#member_pref{padding:10px;width:100%;max-width:240px;border:1px solid #e6e6e6;}
.page_Member #memberpages #newmember .customer_form input#search_zipcode{margin-right:5px;padding:11px;line-height:1;cursor:pointer;border:1px solid #e6e6e6;}
.page_Member #memberpages #newmember .send{display:flex;justify-content:center;align-items:center;padding-top:30px;}
.page_Member #memberpages #newmember .send>input{width:180px;height:45px;background:#4c332f;cursor:pointer;color:#fff;}
.page_Member #memberpages #newmember .send>input:hover{background:#4c332f;}
@media screen and (max-width:1480px){
	.page_Member div.header_explanation{font-size:14px;}
	.page_Member #newmember th{padding:8px;width:220px;}
	.page_Member #newmember td{padding:8px;}
	.page_Member #newmember .customer_form input#mailaddress1,
	.page_Member #newmember .customer_form input#mailaddress2,
	.page_Member #memberpages #newmember .customer_form input#zipcode,
	.page_Member #memberpages #newmember .customer_form input#address1,
	.page_Member #memberpages #newmember .customer_form input#address2,
	.page_Member #memberpages #newmember .customer_form input#address3,
	.page_Member #memberpages #newmember .customer_form input#tel,
	.page_Member #memberpages #newmember .customer_form input#fax{padding:8px;max-width:500px;}
	.page_Member #newmember .customer_form input#password1,
	.page_Member #newmember .customer_form input#password2,
	.page_Member #memberpages #newmember .customer_form input#name1,
	.page_Member #memberpages #newmember .customer_form input#name2,
	.page_Member #memberpages #newmember .customer_form input#name3,
	.page_Member #memberpages #newmember .customer_form input#name4,
	.page_Member #memberpages #newmember .customer_form select#member_pref{padding:8px;max-width:220px;}
	.page_Member #memberpages #newmember .send{padding-top:25px;}
	.page_Member #memberpages #newmember .send>input{width:160px;}
}
@media screen and (max-width:1180px){
	.page_Member #newmember .customer_form input#mailaddress1,
	.page_Member #newmember .customer_form input#mailaddress2,
	.page_Member #memberpages #newmember .customer_form input#zipcode,
	.page_Member #memberpages #newmember .customer_form input#address1,
	.page_Member #memberpages #newmember .customer_form input#address2,
	.page_Member #memberpages #newmember .customer_form input#address3,
	.page_Member #memberpages #newmember .customer_form input#tel,
	.page_Member #memberpages #newmember .customer_form input#fax{max-width:400px;}
	.page_Member #newmember .customer_form input#password1,
	.page_Member #newmember .customer_form input#password2,
	.page_Member #memberpages #newmember .customer_form input#name1,
	.page_Member #memberpages #newmember .customer_form input#name2,
	.page_Member #memberpages #newmember .customer_form input#name3,
	.page_Member #memberpages #newmember .customer_form input#name4,
	.page_Member #memberpages #newmember .customer_form select#member_pref{max-width:200px;}
	.page_Member #memberpages #newmember .send{padding-top:20px;}
	.page_Member #memberpages #newmember .send>input{width:140px;}
}
@media screen and (max-width:880px){
	.page_Member #newmember .customer_form input#mailaddress1,
	.page_Member #newmember .customer_form input#mailaddress2,
	.page_Member #memberpages #newmember .customer_form input#zipcode,
	.page_Member #memberpages #newmember .customer_form input#address1,
	.page_Member #memberpages #newmember .customer_form input#address2,
	.page_Member #memberpages #newmember .customer_form input#address3,
	.page_Member #memberpages #newmember .customer_form input#tel,
	.page_Member #memberpages #newmember .customer_form input#fax{max-width:300px;}
	.page_Member #newmember .customer_form input#password1,
	.page_Member #newmember .customer_form input#password2,
	.page_Member #memberpages #newmember .customer_form input#name1,
	.page_Member #memberpages #newmember .customer_form input#name2,
	.page_Member #memberpages #newmember .customer_form input#name3,
	.page_Member #memberpages #newmember .customer_form input#name4,
	.page_Member #memberpages #newmember .customer_form select#member_pref{max-width:180px;}
	.page_Member #memberpages #newmember .send>input{width:120px;}
}
@media screen and (max-width:760px){
	.page_Member #memberpages #newmember .newmemberTab{overflow-x:scroll;}
	.page_Member #memberpages #newmember .newmemberTab table{width:720px;}
}

/*page_Member Member*/
.page_Member #memberinfo th{padding:10px;width:230px;font-size:14px;font-weight:bold;}
.page_Member #memberinfo td{padding:10px;font-size:14px;}
.page_Member #memberpages #memberinfo ul{display:flex;justify-content:center;align-items:center;padding:20px;}
.page_Member #memberpages #memberinfo ul>li{margin:0 10px;}
.page_Member #memberpages #memberinfo ul>li>a{display:block;padding:15px 30px;line-height:1;background:#00c1d9;font-size:14px;color:#fff;}
.page_Member #memberpages #memberinfo ul>li>a:hover{background:#4c332f;}
.page_Member #memberinfo h3{padding:15px;height:auto;line-height:1;background:#4c332f;border:none;font-size:16px;}
.page_Member #memberinfo .customer_form input#name1,
.page_Member #memberinfo .customer_form input#name2,
.page_Member #memberinfo .customer_form input#name3,
.page_Member #memberinfo .customer_form input#name4,
.page_Member #memberinfo .customer_form select#member_pref,
.page_Member #memberinfo .customer_form input#mailaddress1,
.page_Member #memberinfo .customer_form input#password1,
.page_Member #memberinfo .customer_form input#password2{padding:10px;width:100%;max-width:240px;border:1px solid #e6e6e6;}
.page_Member #memberinfo .customer_form input#zipcode,
.page_Member #memberinfo .customer_form input#address1,
.page_Member #memberinfo .customer_form input#address2,
.page_Member #memberinfo .customer_form input#address3,
.page_Member #memberinfo .customer_form input#tel,
.page_Member #memberinfo .customer_form input#fax{margin-right:5px;padding:10px;width:100%;max-width:600px;border:1px solid #e6e6e6;}
.page_Member #memberinfo .customer_form input#search_zipcode{margin-right:5px;padding:11px;line-height:1;cursor:pointer;border:1px solid #e6e6e6;}
.page_Member #memberinfo .send{display:flex;justify-content:center;align-items:center;padding-top:30px;}
.page_Member #memberinfo .send>input{margin:0 10px;padding:15px 30px;background:#4c332f;font-size:14px;color:#fff;cursor:pointer;}
.page_Member #memberinfo .send>input:hover{background:#4c332f;}
@media screen and (max-width:1480px){
	.page_Member #memberinfo th{padding:8px;width:210px;}
	.page_Member #memberinfo td{padding:8px;}
	.page_Member #memberpages #memberinfo ul>li{margin:0 8px;}
	.page_Member #memberpages #memberinfo ul>li>a{padding:15px 25px;}
	.page_Member #memberinfo h3{font-size:15px;}
	.page_Member #memberinfo .customer_form input#name1,
	.page_Member #memberinfo .customer_form input#name2,
	.page_Member #memberinfo .customer_form input#name3,
	.page_Member #memberinfo .customer_form input#name4,
	.page_Member #memberinfo .customer_form select#member_pref,
	.page_Member #memberinfo .customer_form input#mailaddress1,
	.page_Member #memberinfo .customer_form input#password1,
	.page_Member #memberinfo .customer_form input#password2{padding:8px;max-width:220px;}
	.page_Member #memberinfo .customer_form input#zipcode,
	.page_Member #memberinfo .customer_form input#address1,
	.page_Member #memberinfo .customer_form input#address2,
	.page_Member #memberinfo .customer_form input#address3,
	.page_Member #memberinfo .customer_form input#tel,
	.page_Member #memberinfo .customer_form input#fax{padding:8px;max-width:500px;}
	.page_Member #memberinfo .send{padding-top:25px;}
	.page_Member #memberinfo .send>input{margin:0 8px;padding:15px 25px;}
}
@media screen and (max-width:1180px){
	.page_Member #memberinfo th{width:190px;}
	.page_Member #memberpages #memberinfo ul>li{margin:0 6px;}
	.page_Member #memberpages #memberinfo ul>li>a{padding:15px 20px;}
	.page_Member #memberinfo h3{font-size:14px;}
	.page_Member #memberinfo .customer_form input#name1,
	.page_Member #memberinfo .customer_form input#name2,
	.page_Member #memberinfo .customer_form input#name3,
	.page_Member #memberinfo .customer_form input#name4,
	.page_Member #memberinfo .customer_form select#member_pref,
	.page_Member #memberinfo .customer_form input#mailaddress1,
	.page_Member #memberinfo .customer_form input#password1,
	.page_Member #memberinfo .customer_form input#password2{max-width:200px;}
	.page_Member #memberinfo .customer_form input#zipcode,
	.page_Member #memberinfo .customer_form input#address1,
	.page_Member #memberinfo .customer_form input#address2,
	.page_Member #memberinfo .customer_form input#address3,
	.page_Member #memberinfo .customer_form input#tel,
	.page_Member #memberinfo .customer_form input#fax{max-width:400px;}
	.page_Member #memberinfo .send{padding-top:20px;}
	.page_Member #memberinfo .send>input{margin:0 6px;padding:15px 20px;}
}
@media screen and (max-width:820px){
	.page_Member #memberinfo th{width:170px;}
	.page_Member #memberinfo .customer_form input#name1,
	.page_Member #memberinfo .customer_form input#name2,
	.page_Member #memberinfo .customer_form input#name3,
	.page_Member #memberinfo .customer_form input#name4,
	.page_Member #memberinfo .customer_form select#member_pref,
	.page_Member #memberinfo .customer_form input#mailaddress1,
	.page_Member #memberinfo .customer_form input#password1,
	.page_Member #memberinfo .customer_form input#password2{max-width:180px;}
	.page_Member #memberinfo .customer_form input#zipcode,
	.page_Member #memberinfo .customer_form input#address1,
	.page_Member #memberinfo .customer_form input#address2,
	.page_Member #memberinfo .customer_form input#address3,
	.page_Member #memberinfo .customer_form input#tel,
	.page_Member #memberinfo .customer_form input#fax{max-width:300px;}
}
@media screen and (max-width:710px){
	.page_Member #memberinfo .memberinfoTable{overflow-x:scroll;}
	.page_Member #memberinfo .memberinfoTable table{width:660px;}
	.page_Member #memberinfo .customer_formTable{overflow-x:scroll;}
	.page_Member #memberinfo .customer_formTable table{width:670px;}
}



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


div.loopimg {
	float: left;
	width: 105px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.loopexp {
	/*float: left;*/
}

div.header_explanation {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.footer_explanation {
	padding-top: 15px;
	padding-bottom: 15px;
}


/*******************************************************/
#cart {
	width: 100%;
}

#cart div.error_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
}

#cart .upbutton {
	text-align: right;
	padding-right: 20px;
}

#cart table {
	border: 1px solid #CCCCCC;
}

#cart table#cart_table {
	margin-bottom: 10px;
}

#cart th, 
#cart td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break:break-all;
}
#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	color: #FFFFFF;
	background-color: #999999;
	white-space: nowrap;
	font-weight: normal;
    font-size: 0.9em;
}

#cart th.aright,
#cart td.aright {
	text-align: right;
	white-space: nowrap;
}

#cart th.aleft,
#cart td.aleft {
	text-align: left;
}

#cart td.productname {
	text-align: left;
}

#cart input.quantity {
	width: 40px;
	text-align: center;
	font-size: 13px;
}

#cart th.num,
#cart th.thumbnail,
#cart th.price,
#cart th.unitprice,
#cart th.quantity,
#cart th.subtotal {
	text-align: center;
	vartical-align: middle;
} 

#cart .num {
	white-space: nowrap;
	width: 40px;
	text-align: center;
} 

#cart .thumbnail {
	white-space: nowrap;
	width: 70px;
	text-align: center;
} 

#cart .price,
#cart .unitprice {
	white-space: nowrap;
	width: 80px;
	text-align: right;
} 

#cart .quantity {
	white-space: nowrap;
	width: 65px;
	text-align: center;
} 

#cart .subtotal {
	white-space: nowrap;
	width: 100px;
	text-align: right;
} 

#cart .stoc {
	white-space: nowrap;
	width: 90px;
	text-align: center;
} 

#cart .action {
	white-space: nowrap;
	width: 60px;
	text-align: center;
} 

#cart #point_table {
	width: 350px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#cart #point_table td {
	height: 30px;
}

#cart #point_table .point {
	font-size: 1.5em;
	font-weight: bold;
}

#cart #point_table input.used_point {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}
#cart input.delButton {
    padding: 5px 5px;
    font-weight: normal;
}

#content #wc_cart img,
#content #wc_confirm img {
	max-width: none;
}
/*********************************************************************/
/* USCES Item single page style */
span.price {
	font-size: 140%;
	font-weight: bold;
	color: #ED5B14;
	margin: 0px;
	padding: 0px;
}
span.cprice {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
	white-space: nowrap;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	padding: 3px;
	font-weight: bold;
	color: #FF3333;
}

dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}

dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}

dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
}

#itempage {
	width: 100%;
}

#itempage .field {
	height: auto;
	width: auto;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#itempage .field ul.item_custom_field {
    list-style: none;
}
#itempage .field .field_name {
	text-align: left;
}
#itempage .field .field_price {
	font-size: 140%;
	font-weight: bold;
	color: #4c332f !important;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: auto;
}

#itempage .field .field_cprice {
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: auto;
}

#itempage h3 {
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px 5px;
}

#itempage .exp {
	margin-bottom: 10px;
}

*:first-child+html #itempage .exp {
	display: inline;
}

#itempage form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
/*
#itempage .itemimg {
	float: left;
	margin-right: 10px;
	width: 200px;
}
*/
#itempage .itemimg img {
	margin: 0 auto;
	padding: 0px;
}

#itempage .itemsubimg {
	margin-bottom: 10px;
}

#itempage .skuform {
	width: 100%;
}

#itempage .skuform .skuquantity {
	text-align: right;
    width: 5em;
    margin: 0 5px;
}

#itempage table.skusingle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#itempage table.skusingle td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

#itempage table.skumulti {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
}

#itempage table.skumulti th {
	background-color: #E6E6E6;
	text-align: center;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	vertical-align: middle;
}

#itempage table.skumulti th.thborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#itempage table.skumulti td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

#itempage table.skumulti td.subborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}

#itempage table.skumulti td.price {
	text-align: right;
}

#itempage table.skumulti td.zaiko {
}

#itempage table.skumulti td.quant {
	text-align: right;
}

#itempage table.skumulti td.unit {
	text-align: center;
}

#itempage table.skumulti td.button {
	text-align: center;
}

#itempage table.skumulti td.skudisp {
	font-weight: bold;
}

#itempage .assistance_item {
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#itempage .assistance_item h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	line-height: 18px;
	margin-bottom: 10px;
	height: 18px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#itempage .assistance_item ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

#itempage .assistance_item li {
	margin: 0px;
	float: left;
	width: 312px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#itempage .assistance_item .listbox {
	background-color: #f9f9f9;
	width: auto;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
}

#itempage .assistance_item .slit {
	height: 100px;
	width: 100px;
	overflow: hidden;
	background-image: url(image/no_img.gif);
	background-repeat: no-repeat;
	float: left;
}

#itempage .assistance_item .detail {
	width: auto;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 115px;
}

#itempage .assistance_item h4 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #660000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#itempage .assistance_item .detail p {
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#itempage table.item_option {
	width:100%;
	border: 1px solid #CCCCCC;
}

#itempage table.item_option caption {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.7em;
}

#itempage table.item_option th {
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
}

#itempage table.item_option td {
	display:flex;flex-flow:wrap;
	padding:10px;
	border:none;
	text-align: left;
}

#itempage .iopt_radio_label {
	display: block;
	margin-right:15px;
}

#itempage .iopt_radio_label input{margin-right:5px;}

/* End USCES Item single page style */
/*********************************************************************/
/* USCES cart page style */
div.usccart_navi ol.ucart {
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 31px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
}
div.usccart_navi li.ucart {
	background-color: #B3B3B3;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 25%;
}

/*div.usccart_navi li.ucart.uscdelivery {
	font-size: 0.95em;
}*/

div.usccart_navi li.usccart_cart {
	background-image: url(../images/cart_navi_bg1.jpg);
	background-repeat: repeat-x;
}
div.usccart_navi li.usccart_customer {
	background-image: url(../images/cart_navi_bg2.jpg);
	background-repeat: repeat-x;
}
div.usccart_navi li.usccart_delivery {
	background-image: url(../images/cart_navi_bg3.jpg);
	background-repeat: repeat-x;
}
div.usccart_navi li.usccart_confirm {
	background-image: url(../images/cart_navi_bg4.jpg);
	background-repeat: repeat-x;
}
#inside-cart .post {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
}
#inside-cart h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffcc00;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffe679;
}
#inside-cart p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inside-cart .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc00;
}
#inside-cart .no_cart {
	text-align: center;
	width: auto;
	margin-top: 60px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 60px;
}
#customer-info h5 {
	color: #FFFFFF;
	background-color: #669999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#customer-info .error_message {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #ff0000;
}
#customer-info h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9900;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffc56a;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}
#customer-info th {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4c4d25;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 25%;
}
#customer-info td {
	font-size: 11px;
	line-height: 150%;
	color: #4c4c4c;
	border: 1px solid #e6e6e6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#customer-info .customer_form input[type="checkbox"], 
#customer-info .customer_form input[type="radio"] {
	width: auto;
	margin-right: 3px;
}
#customer-info .customer_form label.iopt_label {
	display: block;
}
#customer-info .customer_form tr.inp1 input {
	width: 82%;
	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#delivery-info .customer_form em,
#customer-info .customer_form em {
	font-style: normal;
	color: #ff0000;
}
#customer-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
}
#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#delivery-info h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff6600;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffaa68;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info table.customer_form {
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}
#delivery-info th {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4c4d25;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 25%;
}
#delivery-info td {
	font-size: 11px;
	line-height: 150%;
	color: #4c4c4c;
	border: 1px solid #e6e6e6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#delivery-info .error_message {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ff0000;
}
#delivery-info .customer_form dl {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#delivery-info .customer_form dt {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	width: auto;
	padding-top: 5px;
}
#delivery-info .customer_form dd {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#delivery-info #delivery_table input {
	width: 50%;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea,
#delivery-info .notes {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff6600;
}
#info-confirm .error_message {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ff0000;
}
#info-confirm .post {
	background-color: #ffffff;
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#info-confirm h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff3300;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8f71;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #ff3300;
	margin: 0px;
	padding: 0px;
}
#confirm_table th {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #50511d;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	width: 25%;
}
#confirm_table td {
	font-size: 12px;
	line-height: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#confirm_table .ttl {
	background-color: #ffffef;
}
#confirm_table .bdc {
	background-color: #FFFFFF;
}
#info-confirm .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3300;
}
#coml-page h2,#error-page h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666600;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b2b165;
}
#coml-page p,#error-page p {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b165;
}
#coml-page .post,#error-page .post {
	background-color: #ffffff;
	padding: 15px;
	width: auto;
	margin-top: 10px;
}
#status_table table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#status_table th {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#status_table td {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/* End USCES cart page style */
/*********************************************************************/
/* USCES Member page style */

#memberpages #memberinfo ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-position: outside;
}
#memberpages #memberinfo li {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#memberpages #memberinfo li strong {
	color: #cc0000;
}
#memberpages div.loginbox {
	margin-top: 50px;
	width: 220px;
	background-color: #F6F6F6;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#memberpages input.loginmail {
	line-height: 20px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
#memberpages input.loginpass {
	line-height: 20px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
#memberpages form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#memberpages .loginbox p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#memberpages .loginbox p#nav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#memberinfo .history-area {
	overflow: auto;
	height: 700px;
}
#memberinfo table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	width: 100%;
}
#memberinfo table .num{
	font-size: 14px;
}
#memberinfo table .date{
	white-space: nowrap;
}
#memberinfo table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}
#memberinfo th {
	text-align: center;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	font-size: 0.6em;
	line-height: 150%;
	font-weight: normal;
	color: #4e5020;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
	vertical-align: middle;
}
#memberinfo th.cartrownum {
	font-size: 0.8em;
	vertical-align: middle;
	width: 38px;
}
#memberinfo th.thumbnail {
	font-size: 0.8em;
	vertical-align: middle;
	width: 60px;
}
#memberinfo th.productname {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo th.price {
	font-size: 0.8em;
	vertical-align: middle;
	width: 100px;
}
#memberinfo th.quantity {
	font-size: 0.8em;
	vertical-align: middle;
	width: 60px;
}
#memberinfo th.subtotal {
	font-size: 0.8em;
	vertical-align: middle;
	width: 100px;
}
#memberinfo td.cartrownum {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.thumbnail {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.productname {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.price {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.quantity {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.subtotal {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td {
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#memberinfo td.order_number {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: center;
}
#memberinfo td.purchase_date {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: center;
}
#memberinfo td.purchase_price {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.used_point {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.discount {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.shipping {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.cod {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.tax {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.get_point {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo .blank_cell {
	width: 3px;
	padding: 0;
}
#memberinfo h3 {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	text-indent: 10px;
	padding: 0px;
	height: 26px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	float: none;
}

#memberinfo .send {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#memberinfo .customer_form input {
	width: 150px;
}
#memberinfo .customer_form input#zipcode {
	width: 100px;
}
#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	width: 250px;
}
#memberinfo .customer_form em {
	font-style: normal;
	color: #ff0000;
}
#newmember table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	width: 100%;
}
#newmember table .num{
	font-size: 14px;
}
#newmember table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#newmember th {
	text-align: left;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4e5020;
	width: 100px;
}
#newmember td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#newmember .send {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#newmember .customer_form input {
	width: 120px;
}
#newmember .customer_form input#zipcode {
	width: 100px;
}
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
	width: 200px;
}
#newmember .customer_form em {
	font-style: normal;
	color: #ff0000;
}
table.retail td, 
#retail_table td {
	white-space: normal;
	word-break:break-all;
}
#newmember .agree_member_area,
#customer-info .agree_member_area {
	margin:20px;
}

#newmember .at_exp_text,
#customer-info .at_exp_text {
	text-align:left;
	width:90%;
	margin:auto;
}

#newmember .at_cont_text,
#customer-info .at_cont_text {
	height: 200px;
	width: 80%;
	display: block;
	margin: 10px auto;
}

#newmember .at_check_area,
#customer-info .at_check_area {
    text-align: center;
	font-size:1.5em;
}

/* End USCES Member page style */
/*********************************************************************/
/* USCES Search page style */
#searchbox {
	margin: 0px;
	padding: 0px;
}

#searchbox div.field {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#searchbox label.outlabel {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#searchbox fieldset {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

#searchbox legend {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	color: #333333;
}

#searchbox fieldset ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#searchbox fieldset li {
	margin: 0px;
	float: left;
	height: 40px;
	width: 200px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#searchbox .title {
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 26px;
	display: block;
	height: 26px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 40px;
}

#searchbox .itemtitle {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

#searchbox .itemlist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* End USCES Search page style */
/************************************************************************************/
/* widget */

ul.ucart_featured_body li,
ul.ucart_calendar_body li,
ul.ucart_search_body li,
.widget_ucart_calendar ul.ucart_widget_body li,
.sidebar .widget_ucart_calendar ul.ucart_widget_body li,
#sidebar .widget_ucart_calendar ul.ucart_widget_body li,
.widget_ucart_search ul.ucart_widget_body li,
.sidebar .widget_ucart_search ul.ucart_widget_body li,
#sidebar .widget_ucart_search ul.ucart_widget_body li,
.widget_ucart_featured ul.ucart_widget_body li,
.sidebar .widget_ucart_featured ul.ucart_widget_body li,
#sidebar .widget_ucart_featured ul.ucart_widget_body li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type:none;
	margin-left:0px;
	list-style-image: none;
	background-image: none;
	text-indent: 0px;
	padding-left: 0px;
	margin-bottom:10px;
}

ul.ucart_featured_body,
.widget_ucart_featured ul.ucart_widget_body,
.sidebar .widget_ucart_featured ul.ucart_widget_body,
#sidebar .widget_ucart_featured ul.ucart_widget_body {
	padding: 18px 10px 10px 10px;
	text-align: center;
}

ul.ucart_featured_body .thumimg,
.widget_ucart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg,
#sidebar .widget_ucart_featured .thumimg {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

ul.ucart_featured_body .thumtitle a,
.widget_ucart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a,
#sidebar .widget_ucart_featured .thumtitle a {
	white-space: normal;
	word-break:break-all;
}

.widget_ucart_calendar ul.ucart_widget_body table,
.sidebar .widget_ucart_calendar ul.ucart_widget_body table,
#sidebar .widget_ucart_calendar ul.ucart_widget_body table {
	width: 100%;
}

.widget_welcart_post p {
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 1.1em;
}
/* End widget style */
/************************************************************************************/
/* catbox */

.catbox .post .itemlist {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.catbox .post .entry {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.businessday {
	background-color: #FFECCE;
	color: #ff0000;
}
.businesstoday {
	color: #000000;
	font-weight: bold;
}
/************************************************************************************/
/* liwpp */
.liwpp_area {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

/************************************************************************************/
/* postal code address search */
#newmember .customer_form input#search_zipcode,
#memberinfo .customer_form input#search_zipcode{
	margin-left: 3px;
	width: auto;
}
#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
	width: auto;
}


.search_main{padding:80px 40px;}
@media screen and (max-width:1520px){
	.search_main{padding:60px 20px;}
}

.search_maincont form{display:flex;justify-content:space-between;max-width:300px;}
.search_maincont form input{padding:5px;width:calc(100% - 30px);border:2px solid #000;}
.search_maincont form button{padding:5px;cursor:pointer;background:#1d2085;}
.search_maincont ul{display:flex;flex-flow:wrap;margin-left:-20px;}
.search_maincont ul li{margin-left:20px;margin-top:20px;width:calc(25% - 20px);}
.search_maincont ul li a{color:#000;}
.search_maincont ul li h4{margin-top:10px;font-size:14px;line-height:1.4;}
.search_maincont ul li figure{border:5px solid #199aec;}
.search_maincont ul li figure img{margin:0 auto;}
.search_maincont ul li p{margin-top:10px;}
.search_maincont ul li p.price{color:#ff0000;}
@media screen and (max-width:1400px){
	.search_maincont ul{margin-left:-15px;}
	.search_maincont ul li{margin-left:15px;width:calc(25% - 15px);}
}
@media screen and (max-width:1080px){
	.search_maincont ul{margin-left:-10px;}
	.search_maincont ul li{margin-left:10px;width:calc(33.33% - 10px);}
}
@media screen and (max-width:780px){
	.search_maincont ul li{width:calc(50% - 10px);}
}
@media screen and (max-width:480px){
	.search_maincont ul li{margin-left:0px;margin-top:20px;width:100%;}
}


/*form*/
/*table*/
.table dl{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:18px;border:solid #555555;border-width:1px 1px 0 1px;font-size:18px;}
.table dl:last-child{border-bottom:1px solid #555555;}
.table dl dt{width:30%;padding:20px 10px;border-right:1px solid #555555;background:#ececec;text-align:center;font-weight:bold;}
.table dl dt p{display:flex;justify-content:center;align-items:center;width:100%;height:100%;}
.table dl dd{width:70%;padding:10px;}
@media screen and (max-width:1440px) {
  .table dl{font-size:16px;}
}
@media screen and (max-width:1080px) {
  .table dl{font-size:14px;}
}
@media screen and (max-width:568px) {
  .table dl dt,.table dl dd{width:100%;}
  .table dl dt{border-right:0;border-bottom:1px solid #555555;text-align:left;}
  .table dl dt p{justify-content:flex-start;}
}


/* contact */
.contactone{padding:100px 40px;}
.contactonecon{max-width:1160px;}
.contactfrom{margin-top:60px;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.contactfrom>dl>dt{margin-top:40px;display:flex;align-items:center;width:250px;font-weight:bold;}
.contactfrom>dl>dt>span{margin-left:20px;color:#ec0000;}
.contactfrom>dl>dd{margin-top:40px;width:calc(100% - 250px);}
.contactfrom>dl>dd>input{padding:15px;width:100%;background:#f1f1f1;border-radius:6px;}
.contactfrom>dl>dd>textarea{padding:15px;width:100%;height:150px;background:#f1f1f1;border-radius:6px;}
.contactfrom>p{margin-top:80px;}
.contactfrom>p>font{font-weight:bold;}
.contactfrom>p a{color:#395aa8;text-decoration:underline;font-weight:bold;}
.contactfrom>p a:hover{text-decoration:none;}
.contactfrom>dl>dd input[type="radio"].selected{background:#000 !important;}
.contsend{margin:40px auto 0;display:flex;justify-content:center;padding:20px;width:200px;text-align:center;font-weight:bold;cursor:pointer;letter-spacing:4px;color:#fff;background:#222;border-radius:40px;transition:.3s;}
.contsend:hover{background:#000;}
.p02{text-align:center;}
@media (max-width:1520px){
	.contactone{padding:80px 20px;}
	.contactfrom>dl>dt{margin-top:30px;width:220px;}
	.contactfrom>dl>dt>span{margin-left:15px;}
	.contactfrom>dl>dd{margin-top:30px;width:calc(100% - 220px);}
	.contactfrom>dl>dd>input{padding:12px;}
	.contactfrom>dl>dd>textarea{padding:12px;}
	.contactfrom>p{margin-top:60px;}
	.contsend{margin:30px auto 0;padding:18px;width:180px;letter-spacing:3px;}
}
@media (max-width:1080px){
	.contactone{padding:60px 20px;}
	.contactfrom>dl>dt{margin-top:20px;width:180px;}
	.contactfrom>dl>dt>span{margin-left:10px;}
	.contactfrom>dl>dd{margin-top:20px;width:calc(100% - 180px);}
	.contactfrom>dl>dd>input{padding:10px;}
	.contactfrom>dl>dd>textarea{padding:10px;}
	.contactfrom>p{margin-top:40px;}
	.contsend{margin:20px auto 0;padding:15px;width:160px;letter-spacing:2px;}
}
@media (max-width:780px){
	.contactfrom>dl{display:block;}
	.contactfrom>dl>dd{margin-top:5px;width:100%;}
	.contactfrom>p{margin-top:30px;}
}

.skumulti2{display:block;margin-top:-40px;font-size:24px;text-align:right;}
.skumulti2 tbody{display:block;width:100%;}
.skumulti2 tbody tr{display:flex;justify-content:flex-end;}
.skumulti2 tbody tr td{cursor:pointer;}

.pagenav{margin-top:60px;display:flex;justify-content:center;}
.pagenav>a{margin:0 10px;color:#555;}
.pagenav>span.current{margin:0 10px;color:#4c332f;font-weight:bold;}
@media (max-width:1520px){
	.pagenav{margin-top:40px;}
}
@media (max-width:1080px){
	.pagenav{margin-top:30px;}
	.pagenav>a{margin:0 5px;}
	.pagenav>span.current{margin:0 5px;}
}


.privacyone{padding:100px 40px;}
.privacyonecon>hgroup{margin-top:20px;}
.privacyonecon>hgroup>p{display:flex;justify-content:space-between;}
.privacyonecon>hgroup>p>span{width:22px;}
.privacyonecon>hgroup>p>em{width:calc(100% - 22px);}
.privacyonecon>hgroup>p>a{color:#181818;}
.privacyonecon>hgroup>p>a:hover{text-decoration:underline;}
.privacyonecon>hgroup.hgroup01>p{display:block;}
.privacyonecon>h2{margin-top:40px;font-size:24px;border-bottom:1px solid #000;}
@media (max-width:1520px){
	.privacyone{padding:80px 20px;}
	.privacyonecon>hgroup>p>span{width:20px;}
	.privacyonecon>hgroup>p>em{width:calc(100% - 20px);}
	.privacyonecon>h2{font-size:22px;}
}
@media (max-width:1080px){
	.privacyone{padding:60px 20px;}
	.privacyonecon>hgroup>p>span{width:18px;}
	.privacyonecon>hgroup>p>em{width:calc(100% - 18px);}
	.privacyonecon>h2{font-size:20px;}
}
@media (max-width:780px){
	.privacyonecon>hgroup>p>span{width:16px;}
	.privacyonecon>hgroup>p>em{width:calc(100% - 16px);}
	.privacyonecon>h2{font-size:18px;}
}


.tokuteione{padding:100px 40px;}
.tokuteionecon>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.tokuteionecon>dl>dt{margin:10px 0;width:120px;font-weight:bold;}
.tokuteionecon>dl>dd{margin:10px 0;width:calc(100% - 120px);}
.tokuteionecon>dl>dd>a{color:#181818;}
.tokuteionecon>dl>dd>a:hover{text-decoration:underline;}
@media (max-width:780px){
	.tokuteione{padding:60px 20px;}
	.tokuteionecon>dl>dt{width:100%;}
	.tokuteionecon>dl>dd{margin-top:0;width:100%;}	
}
.flickity-page-dots .dot{width:20px;height:5px;border-radius:3px;}


.designlistone{padding:100px 40px;}
.designlistonecon{margin:0 auto;max-width:1520px;width:100%;}
/* .designlistonecon>ul{display:flex;flex-flow:wrap;margin:-40px 0 0 -40px;}
.designlistonecon>ul>li{margin:40px 0 0 40px;width:calc(25% - 40px);}
.designlistonecon>ul>li>a{display:block;color:#000;transition:.3s;}
.designlistonecon>ul>li>a:hover{transform:translatey(-10px);}
.designlistonecon>ul>li>a>figure{border:2px solid #4c332f;}
.designlistonecon>ul>li>a>figure:after{padding-top:66%;}
.designlistonecon>ul>li>a>p{margin-top:10px;color:#000;font-size:16px;} */
@media (max-width:1520px){
	.designlistone{padding:80px 20px;}
/* 	.designlistonecon>ul{margin:-30px 0 0 -30px;}
	.designlistonecon>ul>li{margin:30px 0 0 30px;width:calc(25% - 30px);}
	.designlistonecon>ul>li>a>p{font-size:14px;} */
}
@media (max-width:1080px){
	.designlistone{padding:60px 20px;}
/* 	.designlistonecon>ul{margin:-20px 0 0 -20px;}
	.designlistonecon>ul>li{margin:20px 0 0 20px;width:calc(25% - 20px);} */
}
@media (max-width:780px){
/* 	.designlistonecon>ul{margin:-20px 0 0 -10px;}
	.designlistonecon>ul>li{margin:20px 0 0 10px;width:calc(50% - 10px);} */
}

.designlistTwo{padding:0 40px 100px;}
.designlistTwo .designlistTwoMat{margin:0 auto;width:100%;max-width:1520px;}
.designlistTwo .designlistTwoMat>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.designlistTwo .designlistTwoMat>ul>li{margin-top:40px;padding-left:40px;width:50%;}
.designlistTwo .designlistTwoMat>ul>li>dl{display:flex;justify-content:space-between;align-items:center;padding:30px;border:2px solid #000;}
.designlistTwo .designlistTwoMat>ul>li>dl>dd{width:calc(50% - 15px);}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>hgroup>h2{font-size:18px;color:#4c332f;}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>hgroup>h3{font-size:14px;}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol{margin-top:20px;list-style:none;}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li{display:flex;font-size:14px;}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li:not(:first-child){margin-top:10px;}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li>span{display:block;width:70px;font-weight:bold;}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li>em{display:block;width:calc(100% - 70px);}
.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li>em>a{color:#000;text-decoration:underline;}
.designlistTwo .designlistTwoMat>ul>li>dl>dt{position:relative;width:calc(50% - 15px);cursor:pointer;}
.designlistTwo .designlistTwoMat>ul>li>dl>dt>figure.imgon{position:absolute;top:0;left:0;z-index:5;opacity:0;}
.designlistTwo .designlistTwoMat>ul>li>dl>dt:hover>figure.imgon{opacity:1;}
@media (max-width:1520px){
	.designlistTwo{padding:0 30px 80px;}
	.designlistTwo .designlistTwoMat>ul{margin-top:-30px;margin-left:-30px;}
	.designlistTwo .designlistTwoMat>ul>li{margin-top:30px;padding-left:30px;}
	.designlistTwo .designlistTwoMat>ul>li>dl{padding:25px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd{width:calc(50% - 10px);}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>hgroup>h2{font-size:17px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>hgroup>h3{font-size:13px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol{margin-top:17px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li{font-size:13px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li:not(:first-child){margin-top:8px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li>span{width:65px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li>em{width:calc(100% - 65px);}
	.designlistTwo .designlistTwoMat>ul>li>dl>dt{width:calc(50% - 10px);}
}
@media (max-width:1260px){
	.designlistTwo{padding:0 20px 60px;}
	.designlistTwo .designlistTwoMat>ul{margin-top:-20px;margin-left:-20px;}
	.designlistTwo .designlistTwoMat>ul>li{margin-top:20px;padding-left:20px;width:100%;}
	.designlistTwo .designlistTwoMat>ul>li>dl{margin:0 auto;padding:20px;max-width:680px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd{width:calc(50% - 5px);}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>hgroup>h2{font-size:16px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>hgroup>h3{font-size:12px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol{margin-top:14px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li{font-size:12px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li:not(:first-child){margin-top:6px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li>span{width:60px;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>ol>li>em{width:calc(100% - 60px);}
	.designlistTwo .designlistTwoMat>ul>li>dl>dt{width:calc(50% - 5px);}
}
@media (max-width:580px){
	.designlistTwo .designlistTwoMat>ul>li>dl{display:block;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd{width:100%;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dd>hgroup{text-align:center;}
	.designlistTwo .designlistTwoMat>ul>li>dl>dt{margin:20px auto 0;width:100%;max-width:280px;}
}


.slider{margin-top:-20px;width:340px;}
.slider .head{margin-top:20px;padding:10px;display:flex;align-items:center;justify-content:space-between;color:#fff;cursor:pointer;background:#4c332f;}
.slider .head .right{min-width:10px;width:10px;height:10px;border-bottom:2px solid #fff;border-right:2px solid #fff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:0.1s;
	transition:0.1s;}
.slider .rotate .right{
	-webkit-transform:rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.1s;
	transition: 0.1s; }
.slider .categroylist{display:none;}
.slider .categroylist ul{display:none;margin-top:10px;margin-left:-10px;padding:0 10px;display:flex;flex-flow:wrap;}
.slider .categroylist ul>li{margin:10px 0 0 10px;width:calc(50% - 10px);font-size:14px;}
.slider .categroylist ul>li>a{color:#000;transition:.3s;}
.slider .categroylist ul>li>a:hover{color:#4c332f;}
@media (max-width:1520px){
	.slider{width:320px;}
}
@media (max-width:1080px){
	.slider{width:300px;}
}
@media (max-width:780px){
	.slider{width:100%;}
}

.contactonecon>p{text-align:center;}