/*===============================================
●style.css 共通設定
===============================================*/
body {
	margin: 0;
	margin: 0;
	position: relative;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 16px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}


/*--------------------------------------
 文字
---------------------------------------*/
h1, h2, h3, h4, h5, p {
	padding:0;
	margin:0;
	color: #000000;
	}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
	display: inline-block;
}

/*a:hover{
	opacity: 0.75;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}*/

.svg a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 1; /* svgのリンクがopacityをかけるとiPhoneだけリンクが動かないバグ対応 */
}

ol, ul, li, dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}
	
/*--------------------------------------
 画像
---------------------------------------*/
img {
	width: 100%;
	border:none;
	padding:0;
	margin:0;
}

/*--------------------------------------
 文字
---------------------------------------*/

.copyA {
	font-size: 2.625rem;
	font-size: 42px;
	line-height: 1em;
	padding: 5px 0;
}

.copyB {
	font-size: 1.5rem;
	font-size: 24px;
	line-height: 3rem;
	padding: 5px 0;
}

.copy {
	font-size: 1.125rem;
	font-size: 18px;
	/*padding-bottom:5px;*/
}

.name {
	font-weight: bold;
	font-size: 1.0rem;
	font-size: 16px;
	text-align: left;
	line-height: 1.2em;
}


.rename {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.3rem;
	text-align: center;

	padding-top:5px;
	display: block;
}

.read {
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.1rem;
	text-align: left;
	padding: 5px 0;
}

.info {
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.3rem;
	text-align: left;
	padding: 5px 0;
}


.subTitle {
	font-weight: 500;
	font-size: 1.5rem;
	font-size: 16px;
	line-height: 1.0rem;
	text-align: center;
	margin: 0 auto;
	padding-bottom:10px;
	width: 90%;
	margin: 0 auto;
}

.item .btnA a{
	text-align: center;
	color: #fff;
	font-size: 0.75rem;
	font-size: 12px;

	width: 100%;
	margin: 5px auto 0;
	background: #000;
	padding: 3px 5px;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.item .btnA a {
	color: #fff;
}

.price {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------
スマホヘッダー
------------------------------------------------------------*/
#sp_header {
	background: #000;
}

#sp_header .navBtn {
	background:#000;
}

#sp_header #feature_title {
	color: #fff;
	background: #a68548;
	font-weight: normal;
}

#sp_header .menu .sub_title {
	background: #000;
}

/*------------------------------------------------------------
コンテンツ共通設定
------------------------------------------------------------*/
.productTitleWrap {
	margin-bottom: 30px;
}

.productTitle {
	font-size: 1.5rem;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 300;
}

.productTitle .engTitle{
	font-size: 1.0rem;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

.usesList > span {
	color: #fff;
	font-size: 12px;
	line-height: 0.75rem;
	display: inline-block;
	background: #000;
	padding: 5px 8px;
	margin: 15px 2px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/*------------------------------------------------------------
トップ設定
------------------------------------------------------------*/
#topWrap {
	position: relative;
	width: 100%;
	margin: 75px auto 0;
	background: url(../img/back_wood660.jpg) center top repeat-y;
	background-size: 100%;
	padding-bottom: 50px;
}

#top {
	width: 100%;
	margin: 0 auto;
}

#top #top_title {
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wood660.jpg) center top repeat-y;
	background-size: 100%;
}

#top #top_title #top_text {
	width: 80%;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.6em;
	margin: 0 auto;
	color: #fff;
}

/*------------------------------------------------------------
メニュー設定
------------------------------------------------------------*/
#naviWrap {
	width: 100%;
}

#navi {
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wood660.jpg) center top repeat-y;
	background-size: 100%;
	padding: 50px 0;
}

#navi #naviListWrap .naviList {
	width: 48%;
	margin: 0 1.0% 2%;
	padding: 5% 1% 2%;
	box-sizing: border-box;
	background: #a68548;
	float: left;
	font-weight: bold;
}

#navi #naviListWrap .naviList img {
	display: block;
	margin-bottom: 20px;
}

#navi #naviListWrap .naviList .text {
	font-size: 1rem;
	font-size: 16px;
	text-align: center;
	line-height:1.5rem;
	margin-top: 5px;
	color: #fff;

	width: 100%;
	margin-left: 10px;
}

#navi #naviListWrap .naviList .text:after {
	font-size: 1.5rem;
	font-size: 24px;
	font-family: 'FontAwesome';
	content: "\f0d7";
	display: block;
	margin-top: 5px;
	text-align: center;
}

/*------------------------------------------------------------
プレミアムカタログ設定
------------------------------------------------------------*/
#premiumWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


.itemWrap980 {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

.itemWrap980 .item {
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,1.0);
	border: 5px solid #a68548;
}

.itemWrap980 .item .text {
	position: relative;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.itemWrap980 .item .text .copy {
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.3rem;
	margin-bottom: 5px;
	font-weight: bold;
}


.itemWrap980 .item .text .name {
	font-size: 24px;
	text-align: center;
}

.itemWrap980 .item .read {
	width: 100%;
	margin: 5px auto 20px;
}

.itemWrap980 .item .btnA {
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-size: 16px;

	width: 100%;
	background: #a40000;
	padding: 8px 0;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.itemWrap .item .btnA a{
	color: #fff;
}


/*------------------------------------------------------------
プロダクト共通
------------------------------------------------------------*/
.itemWrap {
	width: 100%;
	margin: 0 auto 30px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-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;
	}

.itemWrap .item {
	width: 48%;
	margin: 1%;
	box-sizing: border-box;
	background: rgba(255,255,255,1.0);
}

.itemWrap .item .img {
	position: relative;
	width: 100%;
}

.itemWrap .item .img img {
	width: 100%;
}

.itemWrap .item .text {
	position: relative;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.itemWrap .item .text .copy {
	display: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.3rem;
	margin-bottom: 5px;
	color: #a68548;
}

.itemWrap .item .text .name {
	text-align: center;
}

.itemWrap .item .read {
	width: 100%;
	margin: 5px auto 20px;
}

.itemWrap .item .btnA {
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	font-size: 14px;
	width: 100%;
	background: #000;
	padding: 6px 0;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.itemWrap .item .btnA a{
	color: #fff;
}

.itemWrap .usesLab {
	color: #fff;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.6rem;

	width: 100%;
	background: #f07382;
	padding: 5px 0;
	box-sizing: border-box;
	z-index: 3;
}

.itemWrap .priceLab {
	color: #fff;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.6rem;

	width: 100%;
	background: #dd0000;
	padding: 5px 0;
	box-sizing: border-box;
	z-index: 3;
}

.itemWrap .pointLab {
	color: #000;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.6rem;
	font-weight: bold;

	width: 100%;
	background: #fff000;
	padding: 5px 0;
	box-sizing: border-box;
	z-index: 3;
}

/*------------------------------------------------------------
プロダクトA設定(定番カタログ)
------------------------------------------------------------*/
#productAWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_maple50.jpg) center top repeat;
	overflow: hidden;
}

#productA {
	margin: 0 auto;
	padding: 30px 0;
}

#productA .productTitle {
	color: #222;
	font-weight:bold;
}

#productA .subTitle {
	color: #391d07;
	font-weight: bold;
}

#productA .subTitle:before {
	font-family: 'FontAwesome';
	content: "\f06b";
	margin-right: 10px;
}


#productA .usesList > span {
	color: #fff;
	background: #a68548;
}

#productA .item .btnA {
	color: #000;
	background: #eee;
}

#productA .item .btnA a{
	color: #fff;
}

#productA .hvr-fade:hover,
#productA .hvr-fade:focus,
#productA .hvr-fade:active {
	background: #ccc;
}

/*------------------------------------------------------------
プロダクトB設定(和風)
------------------------------------------------------------*/
#productBWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_tatami50.jpg) center top repeat;
	overflow: hidden;
}

#productB {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}

#productB .productTitle {
	color: #fff;
	font-weight:bold;
}


#productB .usesList > span {
	color: #fff;
	background: #000;
}

#productB .item .btnA {
	color: #fff;
	background: #050b40;
}

#productB .item .btnA a{
	color: #fff;
}

#productB .hvr-fade:hover,
#productB .hvr-fade:focus,
#productB .hvr-fade:active {
	background: #1d267b;
}


/*------------------------------------------------------------
プロダクトC設定(和風)
------------------------------------------------------------*/
#productCWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wood50.jpg) center top repeat;
	overflow: hidden;
}

#productC {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}

#productC .productTitle {
	color: #fff;
	font-weight:bold;
}

#productC .usesList > span {
	color: #fff;
	background: #a40000;
}

#productC .item .btnA {
	color: #fff;
	background: #a40000;
}

#productC .item .btnA a{
	color: #fff;
}

#productC .hvr-fade:hover,
#productC .hvr-fade:focus,
#productC .hvr-fade:active {
	background: #cd0000;
}

/*------------------------------------------------------------
プロダクトD設定(和風)
------------------------------------------------------------*/
#productDWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #0197e3;
	overflow: hidden;
}

#productD {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}

#productD .productTitle {
	color: #fff;
	font-weight:bold;
}

#productD .usesList > span {
	color: #fff;
	background: #a40000;
}

#productD .item .btnA {
	color: #fff;
	background: #a40000;
}

#productD .item .btnA a{
	color: #fff;
}

#productD .hvr-fade:hover,
#productD .hvr-fade:focus,
#productD .hvr-fade:active {
	background: #cd0000;
}



/*--------------------------------------
モーダルウィンドウ
---------------------------------------*/
.modal-content {
    position:fixed;
	top: 50%;
	left: 50%;
    display:none;
    z-index:5;
    width:90%;
    margin:0;
    padding:20px;
    border:5px solid #ccc;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:3;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.50);
}

/*--内部コンテンツ --*/

.modal-close {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 45px;
	height: 45px;
	background-color: #000;
	color :#fff;
	position: absolute;
	top: 0 ;
	right:0;
	z-index: 5;
	text-align: center;
	display: inline-block;
	line-height: 36px;
	font-size: 36px;
	box-sizing: border-box;
	cursor: pointer;
}

.modal-close:after {
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	display:block;
	content: "閉じる";
}

.modal-close:hover {
    cursor:pointer;
}

.modal-open:hover {
    cursor:pointer;
}


.modal-content .img {
	width: 50%;
	float: left;
}

.modal-content .text {
	text-align: left;
	float: left;
	width: 50%;
	padding: 10px 0;
	margin-left: 30px;
}

.modal-content .name {
	font-size: 2rem;
	font-size: 32px;
}

.modal-content .rename {
	display: inline-block;
	padding: 0 10px;
}

.modal-content .courseWrap {
	/*border-top: 1px solid #ccc;*/
	margin-top: 10px;
	/*padding-top: 10px;*/
	box-sizing: border-box;
}

.modal-content li.course a{
	font-size: 0.875rem;
	font-size: 14px;
	font-weight: bold;

	float: left;
	width: 47.5%;
	margin: 1.25%;
	background: #f5f5f5;
	padding: 6px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.modal-content li.course a:hover{
	background: #ccc;
	-webkit-transition: 0s none;
	-moz-transition: 0s none;
	-o-transition: 0s none;
	transition: 0s none;
}

.modal-content li.course a:before {
	font-family: 'FontAwesome';
	/*content: "\f07a";*/
	content: "\f0da";
	margin-right: 10px;
	font-size: 1rem;
	font-size: 16px;
}

.modal-content li.course a span {
	font-size: 0.8125rem;
	font-size: 13px;
}

.modal-content .btnA a {
	width: 100%;
	font-size: 1.5rem;
	font-size: 24px;
	margin: 20px auto 0;
	background: #a68548;
	padding: 15px 10px;
}

.modal-content .btnA a:before {
	font-family: 'FontAwesome';
	content: "\f02d";
	margin-right: 15px;
}


.modal-content .btnA a span {
	font-size: 1.0rem;
	font-size: 16px;
}


/*--------------------------------------
	トップへ戻る
---------------------------------------*/
#gotop a {
	z-index:9999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: rgba(0,0,0,0.75);
	font-size: 0.8rem;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 8px;
	box-sizing: border-box;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

#gotop a:before {
	font-size: 1rem;
	font-size: 16px;
	display: block;
	font-family: 'FontAwesome';
	content: "\f106";
}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 980px){
#container {
	overflow: hidden;
}
}
