@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP"); /* only Grid system CSS */

/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */


/* --------------------------------
	Common
-------------------------------- */

body {
	/*
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Noto Sans Japanese", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif;
    */
/*	font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic;*/
/*	font-family: "游ゴシック体", YuGothic,"Yu Gothic M",'Yu Gothic Medium',"MS PGothic";*/
	font-family: "游ゴシック体", YuGothic,"Yu Gothic M",'Yu Gothic Medium',"MS PGothic", Osaka, sans-serif;

	line-height: 1.4;
	color: #525263;
	-webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

.red {
	color: #C01B21;
}

#page_user_data.page_shopping-guide .red{
	font-weight: 700;
}

.word-link,
.pdf-link,
.cart-link,
.excel-link {
	line-height: 1.6;
	padding-left: 34px;
}
.pdf-link {
	background: url(../img/common/other/icon_pdf.png) no-repeat 0% 0px / auto 22px;
}
.cart-link {
	background: url(../img/common/other/icon_cart_red.png) no-repeat 0% 4px / auto 17px;
}
.excel-link {
	background: url(../img/common/other/icon_excel.png) no-repeat 0% 50% / auto 22px;
}
.word-link {
	background: url(../img/common/other/icon_word.png) no-repeat 0% 50% / auto 22px;
}
.word-link a,
.pdf-link a,
.cart-link a,
.excel-link a {
	color: #525263;
	text-decoration: underline;
}

/* hover */
@media screen and (min-width: 1024px) {
	.word-link a:hover,
	.pdf-link a:hover,
	.cart-link a:hover,
	.excel-link a:hover {
		color: #0092C4;
	}
}




/****** Pre Header ********/

.pre_header{
	border-top: 2px solid #C11C22;
/*	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif;*/
}

.pre_header p.site_message{
	float: left;
	margin: 0;
	padding: 12px 0 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

.pre_header .pre_header_menu{
	float: right;
}

.pre_header .pre_header_menu:after{
	clear: both;
	content: "";
	height: 0;
	display: block;
}

.pre_header .secondary_menu{
	padding: 7px 0;
	float: left;
	margin-right: 15px;
}

.pre_header .secondary_menu li{
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}

.pre_header .secondary_menu li a{
	font-size: 12px;
	color: #1F1713;
	text-decoration: underline;
}

.pre_header .secondary_menu li a:hover{
	opacity: 0.7;
}

.pre_header .sns_menu{
	padding: 7px 0;
	float: right;
}

.pre_header .sns_menu li{
	display: inline-block;
	margin: 0 6px;
	vertical-align: top;
}

.pre_header .sns_menu li a{
	display: block;
}

.pre_header .sns_menu li a:hover{
	opacity: 0.7;
}


@media screen and (max-width:767px){
	.pre_header p.site_message{
		padding-top:4px;
		font-size: 10px;
	}
	.pre_header .pre_header_menu{
		width: 100%;
	}
	.pre_header .pre_header_menu #language_menu,
	.pre_header .sns_menu{
		padding-top:4px;
	}
	.pre_header .secondary_menu{
		display: none;
	}

}

/****** Base Layout Setting ********/

#header {
	background: #fff;
	background: url(../img/common/header/bg.jpg) repeat 50% 50%;
	z-index: 30;
	transition: all 0.3s;
}
#contents {
    background: url(../img/common/header/bg.jpg) repeat 50% 50%;
}

/****** Header Setting ********/


.header_logo_area {
	margin-right: 0;
}

.header_logo_area {
	float: left;
}

.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
	text-decoration: none;
	color: #000;
}
.header_logo_area .header_logo a:hover {
	color: #666;
}

@media screen and (max-width:1080px){
	.header_logo_area {
/*	    padding-top: 24px;*/
	    padding-top: 0px;
	}

	.header_logo_area img{
		padding:9px 0 0;
		width: 120px;
	}
}


/****** Side Setting ********/

/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
	position: relative;
	float: right;
}



/* search area */

#search_block {
	float: right;
}

#search {
	/*background: #EBEBEB;*/
	padding: 28px 18px 0;
}
#search select {
	width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}

/* h_favorite */

#h_favorite{
	float: right;
}

@media screen and (max-width:767px){

	
	#search {
		padding: 12px 18px 11px;
	}

	.drawer.sp #search{
		display: none;
	}

	#cart_area {
		padding-top: 5px;
		margin-right: 46px;
	}

	#cart_area .cart_price{
		/*font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "ＭＳ 明朝","MS Mincho", serif;*/
		color: #000;
		margin-top: -3px;
		font-size: 12px;
		padding-left: 4px;
	}

	#h_favorite{
		margin-right: 36px;
	}

}


/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
	opacity: 0.8;
}
.front_page #contents .row > div {
/*	padding-bottom: 8px;*/
	padding-bottom: 20px;
}
.front_page #contents .row.no-padding > div {
	padding-bottom: 0;
}

/* Comment Area */

.front_page .comment_area h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 2px;
}
.front_page .comment_area h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
.front_page .comment_area p {
	margin: 10px 0 15px;
}

/* Item List */

.front_page .item_comment {
	color: #444;
}
.front_page .item a {
	padding-bottom: 0;
}
.front_page .item a:hover {
	opacity: 0.8;
}
.front_page .item a:hover img {
	opacity: 1;
}
.front_page #contents_top .item_comment {
	color: #525263;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
	color: #9a947e;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #9A947E;
}

/* news_area */

.news_contents {
	padding: 0;
}
#news_area {
	/*background: #F8F8F8;*/
}

.h_txtcenter{
	text-align: center;
	margin-bottom:10px;
	line-height: 100%;
}

#news_area .heading01 {
	padding: 8px;
	text-align: center;
	margin: 0;
}

/* member */

#member{
	float: right;
}

/* txt_bnr */

.txt_bnr_area {
	padding: 0 0 16px;
}

.txt_bnr {
	background: #f8f8f8;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	padding: 16px;
	margin: 12px 0 0;
	text-align: center;
}
.txt_bnr strong {
	color: #DE5D50;
	font-size: 20px;
	font-size: 2rem;
}
.txt_bnr strong strong {
	font-size: 32px;
	font-size: 3.2rem;
}

.item_gallery {
	clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
	margin-top: -1px;
	background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/


/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrow */

.slick_prev,
.slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px; height: 40px;
	line-height: 40px;
}

/* Dots */
.slick-slider {
/*    margin-bottom: 40px;*/
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	text-align: center;
	opacity: .25;
	background-color: #000;
	/* border-radius: 50%; */
	transform: rotate(45deg);
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #C11C22;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}






/******************************
	Media Query
*******************************/






@media only screen and (max-width: 767px) {

	/* --------- common ---------- */


	/****** Header Setting ********/


	/****** Side Setting ********/


	/****** Effect Setting ********/


.slick-dots {
	position: relative;
	bottom:-20px;
}

}
@media only screen and (min-width: 768px) {



	/* --------------------------------
		Top Page
	-------------------------------- */

	.front_page #contents .row {
		padding-bottom: 14px;
	}
	/* Comment Area */

	.front_page .comment_area h4 {
		font-size: 32px;
		font-size: 3.2rem;
		margin: 0 0 8px;
	}
	.front_page .comment_area h5 {
		font-size: 20px;
		font-size: 2rem;
	}
	.front_page .comment_area p {
		font-size: 20px;
		font-size: 2rem;
		margin: 24px 0 24px;
	}

	/* news_area */

	.news_contents {
		padding: 0 16px 0 0;
	}

	#news_area .heading01 {
		padding: 16px;
		text-align: left;
	}
	#news_area {
		margin-bottom: 32px;
	}


	/* txt_bnr */

	.txt_bnr_area {
		padding-left: 16px;
	}

	.txt_bnr {
		margin:0 0 16px;
	}

	/* --------------------------------
		Detail Page
	-------------------------------- */

	#item_photo_area .slick-dots {
		/*
		margin: 0 -16px;
		*/
		position: relative;
		bottom: 0;
		text-align: left;
	}
	#item_photo_area .slick-dots::after {
		content: "";
		display: table.t_01;
		clear: both;
	}

	#item_photo_area .slick-dots li {
/*		width: 33.33333333%; height: auto;*/
		width: 20%;
		height: auto;
		padding: 16px;
		margin: 0;
/*		float: left;*/
	}

	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		opacity: 0.8;
	}
	.slick-dots li button.thumbnail:hover img,
	.slick-dots li.slick-active button.thumbnail img {
		opacity: 1;
	}
	.slick-dots li button.thumbnail::before {
		display: none;
	}
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.extra-form {
  margin: 10px 0;
}




/* --------------------------------
    table format
-------------------------------- */

.table-outer {
	position: relative;
}


/* t_01 */
table.t_01 {
	font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
	clear:both;
	width: 100%;
	margin:0 0 20px;
	color:#1f1f1f;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
}
table.t_01 caption {
	margin:0 0 17px;
}
table.t_01 thead tr th {
	border: 1px solid #DDD;
	background-color: #E8E8E8;
	font-weight: 900;
	padding: 8px 0 8px 8px;
	text-align: left;
}
table.t_01 thead tr td {
	border:1px solid #A4A88C;
	background-color:#85794F;
	font-weight:700;
	color:#EEE8D8;
	text-align:center;
	padding:3px;
}
table.t_01 tbody tr th {
/*	background-color: #FFEAEA;*/
	background-color: #F4F0EC;
	padding: 8px 0 8px 8px;
	width: 140px;
	border: 1px solid #DDD;
	font-weight: 400;
	text-align: left;
}
table.t_01 tbody tr td {
	padding: 8px 0 8px 8px;
	border: 1px solid #DDD;
}



/* t_02 */
table.t_02 {
	font-family: 'Yu Gothic Medium',"MS PGothic", Osaka, sans-serif;
	clear:both;
	width: 100%;
	margin:0 0 20px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
	color:#1F1F1F;
}
table.t_02 caption {
	margin:0 0 17px;
}
table.t_02 tr th {
	background-color: #F4F0EC;
	padding: 13px 0 13px 13px;
	width: 210px;
	border: 1px solid #DDD;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}
table.t_02 tr td {
	padding: 13px 30px 13px 30px;
	border: 1px solid #DDD;
}



/* t_03 */
table.t_03 {
	clear:both;
	width: 100%;
	margin:0 0 20px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
}
table.t_03 caption {
	margin: 0 0 10px;
	background: #F0F0F0;
	font-size: 1.4rem;
	color: #BF1A20;
	text-align: left;
	line-height: 2.4;
	padding-left: 10px;
}
table.t_03 caption:before {
	content: "▼";
	font-size: 1rem;
	color: #BF1A20;
	margin: 0 6px 0 0;
}

table.t_03 thead tr th {
	font-weight: 900;
	padding: 8px 0 8px 8px;
	background: transparent;
	border: 0;
}
table.t_03 thead tr td {
	border:1px solid #A4A88C;
	background-color:#85794F;
	font-weight:700;
	color:#EEE8D8;
	text-align:center;
	padding:3px;
}
table.t_03 tbody tr {
    border-bottom: solid 1px #DDD;
}
table.t_03 tbody tr:first-child {
    border-top: solid 1px #DDD;
}
table.t_03 tbody tr th {
	background-color: transparent;
	padding: 8px 0 8px 10px;
	width: 440px;
	border: 0;
	font-weight: 400;
	text-align: left;
}
table.t_03 tbody tr td {
	padding: 8px 0 8px 10px;
	border: 0;
}


@media screen and (max-width: 768px){
    table.t_02,table.t_03 {
    	width: 100%;
    	table-layout:fixed;
    	border-bottom: solid 1px #DDD;
    }
    table.t_02 tbody tr th,
    table.t_02 tbody tr td {
    	width: 100%;
    	display: block;
    	border-bottom: 0;
    }
    table.t_02 tr td {
		padding: 13px;
	}

	
    .table-outer {
        position: relative;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
    }
    .table-outer:after {
		content: "※スライドすることができます。";
		font-size: 1.2rem;
		position: absolute;
		bottom: 20px;
		color: red;
	}
    .table-outer table {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        table-layout: auto;
    }
    .table-outer table thead tr *,
    .table-outer table tbody tr * {
        display: table-cell;
        border-right: solid 1px #DDD;
        border-bottom: solid 1px #DDD;
    }

    #item_list .col-sm-3{
    	margin-bottom:16px;
    }
}





/* --------------------------------
    common btn
-------------------------------- */

.common_btn {
    text-align: center;
}
.common_btn.type01 {}
.common_btn.type01 a {
    padding: 14px 56px;
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
}
/* hover */
@media screen and (min-width: 1024px) {
	.common_btn.type01 a:hover {
	    background-color: #FFEEEE;
	}
}
/* ~ipad */
@media screen and (max-width: 768px) {
	.common_btn.type01 a {
		padding:  14px 6px;
		width: 100%;
		display: block;
	}
	.block .box .inner .common_btn a img{
		display: none;
	}
}


/* --------------------------------
    companies ctr
-------------------------------- */

.ftrCtr{display:none;}
