#page{
	background-color:#fff;
	border-bottom:1px solid #cfcfcf;
}
header{
	max-width:1180px;
	margin:0 auto;
}
#ulu_head{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	/*margin-top:20px;*/
	padding:0 20px;
}
.ulu_head-left{
	margin-top: 15px;
	margin-bottom:0;
}
.ulu_head-right{
	margin-left: auto;
}
.ulu_head-menu{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin-top:20px;
	margin-bottom:15px;
}
.ulu_head-menu li+ li {
  border-left: 1px solid #cfcfcf;
  }
.ulu_head-menu li {
width: 16.6%;
text-align: center;
}
.mainvisual{
	background-image: url("../images/base/mainvisual_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	text-align: center;
	/*background-attachment: fixed;*/
}
.head-menu-sp ul {
left: 0;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
font-size:0;
}
.head-menu-sp ul li {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0;
width:25%;
}
.head-menu-sp ul li + li {
padding-left: 2px;
}
.head-menu-sp ul li a {
text-decoration: none;
margin: 0;
padding: 7px 0;
font-size: 10px;
display: block;
text-align: center;
color: #595757;
background-color: #eee;
height:50px
}
.head-menu-sp ul li a img {
margin:0 auto;
padding:0;
max-width:24px;
display:block;
}
.header-sp-space {
width: 100%;
background-color: #fff;
}
@media only screen and (min-width: 1135px){
	.ulu_head-right-sp{
		display:none;
	}
	.head-menu-sp{
		display:none;
	}
	.header-sp-space {
		display:none;
	}
}
@media only screen and (max-width: 1135px){
	.ulu_head-menu, .ulu_head-right-pc, .catch {
		display:none;
	}
	#ulu_head{
		margin-bottom:5px;
		margin-top:0;
	}
	.ulu_head-right{
		margin-top:15px;
	}
	.ulu_head-right img{
		max-width:35px;
		margin:0 5px;
	}
	header {
		position: fixed;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
	}
	.header-sp-space {
		height: 125px;
	}
}
@media only screen and (max-width: 360px){
	.ulu_head-left img {
		max-width:70%;
	}
	.ulu_head-right{
		text-align: right;
	}
	.ulu_head-right img{
		max-width:18%;
	}
	.header-sp-space {
		height: 110px;
	}
}
.drawer--right.drawer-open .drawer-hamburger{
	display:none !important;
}
a:hover{
	text-decoration:none !important;
}
.dmenu li{
	border-bottom: 1px dotted #bbb;
	padding:10px 20px;
}
.product{
	background-image: url("../images/base/product_back.png");
}
.about{
	background-image: url("../images/base/about_back.png");
}
.productlist{
	background-image: url("../images/base/plist_back.png");
}
.colum{
	background-color:#f2efe4;
}
.product, .about, .productlist, .exprience, .colum, .news{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	text-align: center;
}
.product img, .about img, .productlist img, .exprienceimg, .columimg{
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:7% 0 2% 0;
}
.newsimg{
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:4% 0 2% 0;
}
.productrow, .aboutrow, .productlistrow, .expriencerow, .columrow, .newsrow, .foothowto, .footsitemapbox, .contensbox{
	max-width:1180px;
	margin:0 auto !important;
}
.product .buybtn{
	background-color:#0899dd;
	color: #fff;
}
.about .buybtn, .exprience .buybtn, .colum .buybtn, .news .buybtn, .columrow .buybtn{
	border:1px solid #6c6c6c;
	color: #6c6c6c;
}
.prtxt{
	font-size:24px;
	color:#0091db;
	margin:15px 0;
}
.buybtn{
	margin: 15px auto;
	padding: 15px 0;
	width: 250px;
}
.columrow .buybtn{
	width: 200px;
	text-align:center;
}
.productlistpr{
	background-color:#fff;
	border-radius:10px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding:15px;
	margin:10px 0 40px 0;
	height:230px;
	width:100%;
}
.expriencerow img {
    padding: 0;
    width: 190px;
}
@media only screen and (min-width: 768px){
	.productrow{
		position: relative;
		left: 50px;
	}
	.aboutrow{
		position: relative;
		left: 70px;
	}
	.aboutrow-left{
		margin-top:50px;
	}
	.itemlist-m-left{
		margin: 50px 0;
		text-align: left;
	}
	.itemlist-m-right{
		margin-top:30px;
	}
}
@media only screen and (max-width: 767px){
	.product img, .about img, .productlist img, .exprienceimg, .columimg, .newsimg{
		margin: 20px auto 0 auto;
		padding: 7% 5% 0 5%;
	}
	.newsimg{
		padding: 4% 5% 0 5%;
	}
	.productlistpr{
		margin: 10px 0 20px 0;
		padding: 15px;
		height:220px;
	}
	.productlistpr img{
		padding: 0;
	}
	.expriencerow img {
    width: 140px;
	}
	.columboximg{
		/*margin-bottom:20px;*/
	}
	.columboximg:nth-of-type(3){
		margin-top:-20px;
	}
	.itemlist{
		text-align:center;
	}
	.itemlist_block{
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		width:50% !important;
	}
	.catemini{
		padding:0 !important;
	}
	.product-list-kakaku, .product-list-cart{
		width:100% !important;
	}
	.product-list-cart a img {
		width:50%;
	}
}
.columbox{
	background-color:#fff;
}
.columbox img{
	width:100%;
}
.foothowto{
	margin:0 auto;
	padding:30px 0px;
}
.footsitemap{
	margin:0 auto;
	padding:30px 20px 0 20px;
}
.footsitemap{
	background-color:#1a1a1a;
	color:#cbcbcb;
}
.footmidasi{
	border-bottom: solid 1px #000;
	position: relative;
}
.footmidasi:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #cfcfcf;
	width: 30%;
}
.product-list-type{
	color:#0091db;
}
.product-list-yoro{
	color:#aa8f77;
}
.product-list-kakaku{
	color:#858585;
}
.square_btn{
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	background: #0091db;
	color: #FFF;
	border-bottom: solid 4px #0074af;
	border-radius: 3px;
	width:100%;
	text-align:center;
	line-height: 1.3;
}
a.square_btn{
	color: #FFF !important;
}
.square_btn:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.about_fst{
	background-image: url("../images/base/aboutulu_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	text-align: center;
}
.interview-link {
    padding: 0 10px 4% 10px;
    opacity: 0.7;
    font-size: 0.9em;
    width: 80%;
    margin: 0 auto;
}
.interview-link span{
	margin: 0;
	display:block;
}
.interview-base {
    background: white;
    padding: 10px;
}
.about_sec{
	background-image: url("../images/base/aboutulu_secback.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	margin: 0 auto;
	text-align: center;
}
.about_secimg{
	padding:0 0 8% 8%;
	text-align: left;
	margin:0 auto;
}
.about_thd{
	background-image: url("../images/base/aboutulu_trdback.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	margin: 0 auto;
	text-align: center;
}
.about_thdimg{
	padding:8% 8% 8% 55%;
	text-align: left;
	margin:0 auto;
}
.about_for{
	background-image: url("../images/base/about_uru5.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	text-align: center;
}
.about_fiv{
	background-image: url("../images/base/about_uru7.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	text-align: center;
}
.about_six{
	background-image: url("../images/base/aboutulu_sixback.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	text-align: center;
}
.about_sev{
	background-color:#fff;
	margin: 0 auto;
	text-align: center;
	padding:8%;
}

@media only screen and (min-width: 951px){
	.secbaksp, .thdbaksp, .sixbaksp{display:none}
}
@media only screen and (max-width: 950px){
	.qamenu{
		border-bottom: 1px solid #cfcfcf;
	}
	.secbaksp, .thdbaksp, .sixbaksp{display:block}
	.about_sec{
		background-image: none;
		background-color:#f2f1f2;
	}
	.about_secimg{
		padding:8% 2%;
		text-align: center;
		margin:0 auto;
	}
	.about_secimg img, .oyakusoku2{
		max-width:150px !important;
		margin-top: -30px;
	}
	.okyakusamahe, .abapro{
		max-width:200px !important;
	}
	.about_thd{
		background-image: none;
		background-color:#fff;
	}
	.about_thdimg{
		padding:8% 2%;
		text-align: center;
		margin:0 auto;
	}
	.about_thdimg .syouhin{
		color:#000 !important;
	}
	.about_six{
		background-image: none;
		background-color:#f2f1f2;
	}
}
.about_fst img{
	padding:8%;
	margin:0 auto;
}
.about_for img{
	padding:15% 0 15% 25%;
	margin:0 auto;
}
.about_fiv img{
	padding:15% 40% 15% 0;
	margin:0 auto;
}
.about_six img{
	margin:0 auto;
} 
@media only screen and (max-width: 767px){
	.about_for img, .about_fiv img{
		padding:25% 5%;
		margin:0 auto;
	}
	.about_sec_item{
		width:65%;
	}
	.about_thd img{
		width:70%;
	}
}
.contensbox{
	padding:30px 20px 0 20px;
}
.qamenu{
	background-color:#0091db;
	color:#fff;
	text-align: center;
	padding: 20px;
}
.questionbox{
	background-color:#e8e8e8;
	margin:0;
}
.anserbox{
	background-color:#f0f5f9;
}
.question{
	padding: 10px;
}
.anser{
	padding: 10px;
}
.questionicon{
	background-color:#0091db;
	color:#fff;
	width: 40px;
	text-align: center !important;
}
.ansericon{
	background-color:#e2ebf4;
	width: 40px;
	text-align: center !important;
}
.page-top{
	margin: 0 ;
	padding: 0 ;
}
.page-top p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
    z-index: 999;
}
.move-page-top{
	display: block ;
	background: #0091db ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;
	color: #fff ;
	border-radius:50px;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover{
	opacity: 0.85 ;
}
li{
	margin-left:10px;
}
.wrap{
	max-width:1180px !important;
	padding:30px !important;
}
.footsitemapbox a{
	color:#cbcbcb !important;
}
.voicetitle{
	color:#0091db;
	margin:20px 0;
	padding:0;
}
.sidebox{
	border: 1px solid #ddd;
	margin:0 auto;
	text-align:center;
}
.cat-item{
	padding:10px;
	border-bottom: 1px dotted #ddd;
}
.cat-item:last-child{
	padding:10px;
	border-bottom:0;
}
.cat-item .children{
	list-style-type: none;

}
/*
.cat-item .children:before{
	content: '>';
	margin: 0 -15px;
	font-size: 15px;
	color: #707070;
}
*/
.cat-item .children .cat-item{
	display: inline-block;
}
.clm1_title a{
	font-size: 105%;
	color: #0091db !important;
}
.clm1_title2{
	color:#cfcfcf;
}
.clm1_title2 a{
	color: #0091db !important;
}
.clm3_title {
	width:90%;
	margin:0 auto;
}
.cat-item .children li::before {
	content: '> ';
	font-size: 15px;
	color: #707070;
}
.children{
	margin-left: 4px;
}
.children .cat-item{
	margin-left:0;
}
.blog_type{
	background-color: #f0f5f9;
	padding:10px !important;
	color: #494949;
	border-left: solid 5px #0091db;
	border-bottom: 1px solid #cfcfcf;
}
@media only screen and (min-width: 1050px){
	.clm1_img{
		height: 180px;
		display: block;
		overflow: hidden;
	}
	.clm2_img{
		height: 170px;
		display: block;
		overflow: hidden;
	}
	.clm1_title{
		height:100px;
	}
	.clm1_dsc{
		height:180px;
	}
	.blog_type{
		margin: 0 10px 20px 15px;
	}
	.clmh{
		margin-left:30px;
	}
	.clm1_cont{
		height:130px;
	}
	.clm1_cont2{
		height:100px;
	}
	.kasira h4{
		margin: 0 10px 10px 15px;
	}
	.blgmenu{
		margin: 0 0 10px 5px;
	}
}
.kasira ul{
	margin: 0 0 0 8px;
}
@media only screen and (max-width: 1049px){
	.clm2_img{
		width:70%;
		margin:0 auto;
	}
	.clm3_title {
	margin-top:10px;
	}
	.blog_type{
		margin: 0 0px 20px 0px;
	}
	.clmh{
		margin-left:0px;
	}
}
.catemei{
	font-size:14px;
	color:#8f8f8f;
	height:50px;
}
.blgmenu ul{
	display:flex;
}
.blgmenu li{
	display: inline-block;
	border: 1px solid #bfbfbf;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.blgmenu li a{
	color: #8f8f8f;
}
@media only screen and (max-width: 600px){
	.blgmenu li{
		margin-left:0 !important;
	}
}
.mt90{
	margin-top:90px;
}
.toukou{
	background: #f6f6f6;
	border-top: 1px solid #847365;
	padding: 15px;
	font-size: 17px;
	line-height: 1.53;
	color:#633a34;
}
.tktitle{
	color:#633a34;
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0;
}
.tkdisc{
	color:#000;
}
.okyakusama .catemini li{
  list-style: none;
  border: 1px solid #cfcfcf;
  padding: 0 20px;
}
.csmenu_title{
	font-size: 15px;
	padding: 10px 15px;
	background-color: #e3e0de;
	line-height: 1.4;
	text-align: center;
}
.csmenu{
	border: 1px solid #E3E0DE;
	padding:10px;
	display: flex;
}
.csmenu li{
	list-style-position: inside;
	box-sizing: border-box;
}
@media only screen and (min-width: 851px){
.tkmain p {display: inline-block;}
.tkimg {width: 24%;vertical-align: top;}
.tkcomment{width: 75%;}
	}
@media only screen and (max-width: 850px){
.tkmain p {display: block;}
.tkimg {max-width: 100%; text-align: center;}
.tkcomment{width: 100%;}
	}
.itemtext-slct , li.itemtext-slct a{
	font-weight: bold;
	color: #666;
}
.itemblock{
	clear: both;
	margin:30px 0px 0px 0px;
	display:inline-flex;
	list-style: none;
	font-size: 0.9em;
}
.itemblock-slct {
	background-color:#eee;
	padding:10px;text-align:center;
	margin-bottom: 1px;	
	border-top: 2px solid #e3e0de;
}
.itemblock1{
	background-color:#e3e0de;
	padding:10px;text-align:center;
	margin-bottom: 1px;
}
.itemblock2{
	background-color:#e3e0de;
	padding:10px;text-align:center;
	margin-bottom: 1px;
}
.itemblock3{
	background-color:#e3e0de;
	padding:10px;text-align:center;
	margin-bottom: 1px;
}
.itemblock4{
	background-color:#e3e0de;
	padding:10px;text-align:center;
	margin-bottom: 1px;
}
.itemblock5{
	background-color:#e3e0de;
	padding:10px;text-align:center;
	margin-bottom: 1px;
	display: none;
}
.itemblock6{
	background-color:#e3e0de;
	padding:10px;text-align:center;
	margin-bottom: 1px;
	display: none;
}
.csb{
  padding: 0 0px 15px 10px !important;
}

@media only screen and (max-width: 850px){
	.itemblock{
		display:block;
	}
	.csb{
    padding: 0 0px 15px 10px !important;
    margin: 0 10px 5px 0px !important;
	}
}
.come{
	background: #f6f6f6;
	padding: 15px 15px 20px 15px !important;
	line-height: 1.53;
	color:#633a34;
	margin-bottom:20px;
 border-radius:10px;
}
.comecome{
	font-size:13px;
}
.cometitle{
	margin:10px 0;
}
.balloon1-top {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
}

.balloon1-top:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 10%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #f6f6f6;
}

.balloon1-top p {
	margin: 0;
	padding: 0;
}


/* TOPmain */
.top-main {
	margin:0.4em auto;
	text-align:center;
	max-width:1000px
}
.top-main img {
	margin:0.5em 0;
	width:100%;
}
.subtitle {
	color: #633a34;
	font-weight: bold;
	font-size: 18px;
}
.product-list {
	background-color:#eee;
	max-width:1000px;
	margin:20px auto 0 auto;
	text-align:center;
	padding-bottom:1.2em;
}
.product-list img{
	display:inline-block;
	max-width:30%;
	margin:0.3em;
}
.voice-slick {
	text-align: left;
	border: solid 1px #ddd;
    margin: 0;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
}
.voice-box img {
	display:none !important;
}
.voice-title {
    padding: 0 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #633a34;
	margin:10px 0;
}
.voice-who {
    background: #eee;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
    padding: 10px;
    font-size: 13px;
    color: #633a34;
	margin-top:10px;
}
div.voices .square-btn a{
	color:#0091db 
}
div.voices .square-btn a:hover{
	color:#fff;
}
.slick-clumn {
	width:100%;
	border: solid 1px #ddd;
}
.newsbox {
	text-align:left;
}
.newsbox h3 {
	border-bottom: solid 1px #ddd;
	padding-left:10px;
	text-align:left;
}
.slider {
    width: 100%;
    margin: 0 auto;
}
.slick-slide {
    margin: 0px;
}
.slick-slide img {
    width: 100%;
	margin:0 auto;
}
.slick-prev:before,
.slick-next:before {
    color: black !important;
}
.slick-next {
    right: 20px !important;
	z-index:99;
}
.slick-prev {
    left: 15px !important;
	z-index:98;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .3;
}   
.slick-active {
    opacity: .5;
}
.slick-dots {
	left:0;
}
div.column-kiji .slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
div.voice-slick .slick-next , div.voice-slick .slick-prev {
	top:25px;
}
.banner-s img{
	margin:0 auto;
}
.sns-window {
	margin:30px auto;
	text-align:center;
}
.sns-window img{
	margin:0 auto;
	max-width:180px;
	padding-bottom:10px;
}
.fb-waku , .insta-waku{
	margin:0 auto;
	vertical-align: top;
	text-align:left;
}
.insta {
vertical-align: top;
border: solid 1px #ddd;
}
@media only screen and (min-width: 768px){
.toptitle img{
	max-width:270px !important;
}
.sp-img {
	display:none;
}
.voice-box {
	padding:0 20px;
}
.banner-s div {
	margin:1em auto;
}
.sns-window {
	width:1000px;
}
.fb-waku , .insta-waku {
	display: inline-block;
	width:364px;
	margin-left:10px;
	margin-right:10px;
}
.fb , .insta {
width: 350px;
}
}
@media only screen and (max-width: 767px){
.toptitle img{
	max-width:200px !important;
}
.pc-img {
	display:none;
}
.banner-s img{
	width:80%;
}
.sns-window {
	width:100%;
}
.fb-waku , .insta-waku {
	display:block;
	max-width: 364px;
	width:80%;
}
.fb , .insta {
max-width: 350px;
width:100%;
}
.insta-waku {
margin-top: 30px;
}
}

/* footer */
.footer-tel {
	margin:1.5em 0;
	text-align:center;
}
@media only screen and (min-width: 768px){
div.footer-tel .tel-sp {
	display:none;
}
}
@media only screen and (max-width: 767px){
div.footer-tel .tel-pc {
	display:none;
}
div.footer-tel .tel-sp {
	width:100%;
}
}

/* 商品一覧 商品ジャンル枠 */
.item-genre {
    display: inline-block;
    padding: 0.5em;
    text-decoration: none;
    color: #0091db;
    border: solid 1px #0091db;
    border-radius: 3px;
	width:100%;
	text-align:center;
	font-size:13px;
}
.item-itazura {
position: relative;
border: 1px solid #0091db;
padding: 0.5em;
background: #f1f8ff;
text-align: center;
font-size: 13px;
}
.item-itazura a {
display: block;
}
.item-itazura span {
position: absolute;
top: 32%;
right: 1rem;
}
@media only screen and (min-width: 768px){
.item-itazura {margin: 10px auto !important;}
}
@media only screen and (max-width: 767px){
.item-itazura {margin: 10px !important;}
}

/* 商品個別ページ */
.itempage {
	max-width:1140px;
	line-height:1.7 !important;
	margin:0 auto;
}
.itempage img {
	max-width:100%;
}
.itempage div {
	margin-bottom:1.2em;
}
.itempage p {
	margin:0;
	padding:0;
}
.item-step a {
display: table-cell;
margin:0 !important;
}
.item-step a img:hover {
opacity: 1;
}
.pc-img.new-item-step {
position: relative;
max-width: 1140px;
}
.pc-img.new-item-step a {position: absolute;width: 20%;}
.pc-img.new-item-step img {width: 100%}
.sp-img.new-item-step { max-width: 640px; line-height: 0; margin: 0 auto; padding: 10px;}
.sp-img.new-item-step div {display: flex; margin: 0;}
.sp-img.new-item-step div > div {display: grid; margin: 0;}
.sp-img.new-item-step a img:hover {opacity: 1;}
.spec div{
	display:inline-block;
}
.left img {
	margin-bottom:5px;
}
.right {
	vertical-align: top;
}
.itemname-sub {
	font-size:1.4em;
}
h1.itemname {
	margin:0;
	padding:0;
	font-size:2.2em;
	color:#0091db;
}
.itemyoryo {
	font-size:1.5em;
	color:#0091db;
}
span.waku{
	padding:5px 10px;
	border:solid 2px #0091db;
}
.cart-area {
	width:100%;
}
.cart-area table {
	border-collapse: separate;
	border:1px solid;
	padding:10px;
	font-size:1.2em;
	text-align: left;
}
.cart-area th {
	margin:0 auto;
	text-align:center;
}
table.cart-tujyo {
	border-color: #999;
}
table.cart-tujyo th{
	background:#999;
	color:#FFF;
}
table.cart-teiki {
	border-color: #ffd545;
}
table.cart-teiki th{
	background:#ffd545;
	color:#FFF;
}
td.cart-border hr{
	border-top:1px dashed #bbb !important;
	background:#FFF;
	margin:0;
}
.otameshi {
	width:100%;
	text-align:left;
}
.mutenka{
	width:100%;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
.fc-bl {
	color:#0091db;
}
@media only screen and (min-width: 1140px){
.itempan {
	display:none;
}
.right {
	max-width: 759px;
	margin-left: 15px;
}
.br-sp {
	display:none;
}
.item-s-img img {
	display:none;
}
}
@media only screen and (max-width: 1139px){
.itempage {
	font-size:14px;
	margin: 0 auto;
}
.itemimg {
	margin:0 !important;
}
.itempan {
	margin-top:0;
	padding:5px;
	width:100%;
	background-color:#e8e8e8;
	color:#333;
}
.spec {
	margin:0 1em;
	text-align:center;
}
.right {
	max-width: 100%;
}
.br-sp {
	display:none;
}
.item-s-img img {
	width:150px;
}
}
@media only screen and (max-width: 640px){
.itemname-sub {
	font-size:1em;
}
h1.itemname {
	font-size:1.5em;
}
.cart-area table {
	font-size:1.2em;
}
.br-sp {
	display:block;
}
.itemkakaku {
	width:70%;
}
.item-s-img img {
	width:80px;
}
.toku {
	width:26%;
}
.toku img{
	width:40px;
}
}
.detail-top {
	color: #633a34;
}
.detail-top h2{
	color: #633a34 !important;
}
h2.point {
	border-bottom: solid 1px #cccccc;
}
h2.point:before {
    content: url(../images/product/point.png) ;
    position : relative ;
	bottom: -0.15em;
	margin-right: 0.3em;
}
h3.point {
position: relative;
}
.spf-top {
max-width: 900px !important;
width: 95%;
margin: 0 auto;
display: block;
}
.spf {
padding: 20px;
border: 4px solid #fff462;
max-width: 900px;
margin: 0 auto;
width: 95%;
}
h3.point:after {
content: "";
position: absolute;
left: 0;
bottom: -10px;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #fff462, #fff462 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #fff462, #fff462 2px, #fff 2px, #fff 4px);
}
.balloon-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 1.2em;
	color: #555;
	font-size: 17px;
	background: #fff462;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	border-radius: 30px;
}
.balloon-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff462;
}
.balloon-left p {
	margin: 0;
	padding: 0;
}
@media (max-width: 599px) {
.balloon-left {padding:0.5em;}
}
.detail img {
	max-width:100%;
	padding: 1em;
}
.point-img {
	text-align:center;
	margin:0 auto;
}
.video {
max-width: 800px;
margin: 0 auto;
padding: 0 1em;
}
.youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.point-yoko {
	display:inline-block;
}
@media only screen and (min-width: 1140px){
.detail-top {
	height:430px;
	margin: 0 auto;
	padding: 100px 50px 0 400px;
	text-shadow: 1px 1px 0px #ffffff;
}
.detail-top img{
	display:none;
}
.detail-milk {
	background-image:url(../images/product/milk-bk.jpg);
	background-repeat: no-repeat;
}
.detail-cream {
	background-image:url(../images/product/cream-bk.jpg);
	background-repeat: no-repeat;
}
.detail-ncream {
	background-image:url(../images/product/ncream-bk.jpg);
	background-repeat: no-repeat;
}
.detail-ncream h2,.detail-ncream p {
color: white !important;
text-shadow: 1px 1px 0px #000 !important;
}
.detail-cleansing {
	background-image:url(../images/product/cleansing-bk.jpg);
	background-repeat: no-repeat;
}
.detail-supple {
	background-image:url(../images/product/supple-bk.jpg);
	background-repeat: no-repeat;
	padding: 40px 50px 0 400px !important;
}
.detail-uv {
	background-image:url(../images/product/uv-bk.jpg);
	background-repeat: no-repeat;
}
.detail-mask {
	background-image:url(../images/product/mask-bk.jpg);
	background-repeat: no-repeat;
}
p.point-yoko {
	width:630px;
	vertical-align:top;
}
.balloon-left {
	width: 50%;
}
}
@media only screen and (max-width: 1139px){
.detail p{
	margin:1em;
}
.detail h2{
	margin:0 1em;
}
.detail h3{
	margin:0 1em;
}
.detail-top {
	background-color: #f6f6f6;
	padding-bottom: 1.5em;
}
.detail-top img{
	padding:0 !important;
}
.detail-top p{
	padding:0.5em;
}
.point-yoko {
	display:block;
}
.point-yoko img{
	display:block;
	margin:0 auto;	
}
.fukidashi-point img {
	width:30%;
	padding:0 !important;
}
.balloon-left {
	width: 60%;
}
}
.waku {
	border:solid 1px #cccccc;
}
.zenseibun {
    background-color: #e3e0de;
    font-size: 12px;
    margin-top: 1em;
    padding: 10px;
}

/* ショートコード用 */
.box-doc {
    position: relative;
    margin: 6em 0 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #e8e8e8;
}
.box-doc .box-title {
    position: absolute;
    display: inline-block;
    top: -38px;
    left: -3px;
    padding: 8px 10px;
    height: 35px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #e8e8e8;
    color: #333;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-doc p {
    margin: 0; 
    padding: 0;
}

.column-item {
	border-top:solid 2px #0091db;
	border-bottom:solid 2px #0091db;
	padding:0;
}
.column-item ul {
	margin:0;
	text-align:center;
	padding:10px 0;
}
.column-item li {
	display:inline-block;
	vertical-align: middle;
	margin:0 auto;
	text-align:left;
}
.column-itemcart {
	max-width:204px;
}
@media only screen and (min-width: 1135px){
.box-doc p {
	display:inline-block;
}
.doc-img {
	vertical-align:top;
}
.doc-profile {
	width:550px;
	margin: 10px;
}
.column-item li {
	width:32%;
}
.column-itemimg {
	max-width:120px;
}
}
@media only screen and (max-width: 1134px){
.box-doc p {
	display:block;
}
.doc-img {
	text-align:center;
}
.column-itemimg {
	max-width:90px;
}
.column-itemname {
	width:36%;
}
}
.box-doc-mini{
	margin: 2em 0;
	padding: 1em;
	border-top: solid 3px #e8e8e8;
    border-bottom: solid 3px #e8e8e8;
}
.doc-img-mini {
	float: left;
	width:60px;
	margin-right:1em;
	border: solid 1px #fff;
	}
.doc-profile-mini {
	margin:0 !important;
	padding:0 !important;
	line-height:1.6em;
}
.doc-profile-mini span {
	font-size:80%
}

/* 記事行間 */
.entry-content{
	line-height:1.8 !important;
}
.doc-profile {
	line-height:1.8 !important;
}

/* YARPP Template: フリーランスパパ配布用 */
ul.related-post{
	width:100%;
	overflow:hidden;
	margin:20px 0;
	height:100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.related-post li {
	float: left;
	width:20%;
	display: block;
	margin-right: 4%;
	margin-bottom: 20px;
}
ul.related-post li:nth-child(4n) {
	margin-right: 0;
}
ul.related-post li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
ul.related-post li p.title{
	line-height: 1.8;
    font-size: 95%;
}
ul.related-post li p.title a{
	text-decoration: none;
}
ul.related-post li img{
	width: 100%;
}
@media (max-width: 599px) {
/* small devices */
ul.related-post li {
	width:45%;
	font-size: 0.8em;
}
ul.related-post li:nth-child(2n) {
	margin-right: 0;
}
}

/* シンプルボタン */
.waku-btn-grbl, .waku-btn-bl, .waku-btn-or, .sqr-btn-gr, .sqr-btn-bl, .sqr-btn-or , .sqr-btn{
	display:inline-block;
}
.sqr-btn-gr a, .sqr-btn-bl a, .sqr-btn-or a , .sqr-btn a{
	padding: 7px 1em;
	text-decoration: none;
    border-radius: 3px;
    transition: .4s;
	color: #fff !important;
}
.sqr-btn-gr a {
	background-color: #ccc;
}
.sqr-btn-gr a:hover {
	color: #fff !important;
	background-color: #bbb;
}
.sqr-btn-bl a {
	background-color: #0091db;
}
.sqr-btn-bl a:hover {
	color: #fff !important;
	background-color: #48C1FF;
}
.sqr-btn-or a {
	background-color: #ffad30;
}
.sqr-btn-or a:hover {
	color: #fff !important;
	background-color: #FFC47A;
}
.sqr-btn-ppl a {
	background-color: #d060cc;
}
.sqr-btn-ppl a:hover {
	color: #fff !important;
	background-color: #f78af3;
}
.waku-btn-grbl a , .waku-btn-bl a, .waku-btn-or a {
	padding: 5px 1em;
    text-decoration: none;
    border-radius: 3px;
    transition: .4s;
	box-sizing: border-box;
}
.waku-btn-grbl a{
    color: #999 !important;
    border: solid 2px #999;
}
.waku-btn-grbl a:hover {
	color: #0091db !important;
    border: solid 2px #0091db;
}
.waku-btn-bl a {
    color: #0091db !important;
    border: solid 2px #0091db;
}
.waku-btn-bl a:hover {
    color: #FFF !important;
    background: #0091db;
}
.waku-btn-or a {
    color: #ffad30 !important;
    border: solid 2px #ffad30;
}
.waku-btn-or a:hover {
    color: #FFF !important;
    background: #ffad30;
}
/*削除予定*/
.square-btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #0091db;
    border: solid 2px #0091db;
    border-radius: 3px;
    transition: .4s;
}
.square-btn:hover {
    background: #0091db;
    color: white;
}
.square-btn-or {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #ffad30;
    border: solid 2px #ffad30;
    border-radius: 3px;
    transition: .4s;
}
.square-btn-or:hover {
    background: #ffad30;
    color: white;
}
/*削除予定ここまで*/

/* 投稿記事ページネーション*/
.post-navi , .post-navi-seibun {
    overflow: hidden;
    padding: 12px 0;
	font-size: 0.9em;
}
.prev, .next {
	border: 1px solid #ccc;
	padding: 3px 10px;	
}
.prev ,.mae {
    float: left;
}
.next ,.tsugi {
    float: right;
}

/*カテゴリページネーション*/
.wp-pagenavi {
	clear: both;
	margin: 1em 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 1px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* パンくず */
.pankuz {
	max-width: 1140px;
    margin: 0 auto;
    font-size: 0.8em;
}
.pankuz ul{
  list-style: none;
  margin-bottom:5px;
}
.pankuz li{
  display: inline;
  margin-left:0;
}
.pankuz li a{
  text-decoration: none;
}
.pankuz li + li:before{
  content: ">";
  margin-right:.3em;
}

/* guide */
@media only screen and (max-width: 768px){
.guide-sub {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	}
}

/* top-video */
.top-video-wrap {
  position: relative;
}
.top-video-wrap video {
  display: block;
  margin: 0 0 0 auto;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.top-video-wrap div {
  color: #fff;
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.top-video-l {
left: 5%;
text-align: left;
max-width: 55%;
}
.top-video-r {
right: 5%;
text-align: right;
max-width: 30%;
}
