@charset "UTF-8";

/* CSS Document 

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::/

-------------#商品ページコンテンツ枠全体

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::Contentsトップからの位置:::::*/
#conte_waku{
	width: 100%;
	padding-top: 30px;
	color: #000044;	/*コンテンツ内テキストColor*/
}

/*::::::::::パンくず指示:::::::::::::::::*/
.pankuzu{
    width: 90%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    color: #555;
    font-size: 0.75rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.01em;
	}
.pankuzu a{
	font-weight: 300;
	color: #555;
	text-decoration: underline;
	}
.pankuzu a:hover{
	color: #00CCFF;
	}

@media screen and (max-width: 768px){/*---------(スマホ・タブレット768px)*/
		
}
@media screen and (max-width: 480px){/*---------(スマホ・タブレット480px)*/
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::/

#商品Titleエリア

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.tit1{/*----------消耗品オプションタイトル--------*/
    width: 150px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
	}

.rakudan_tex01{
    width: 55%;
    font-size: 0.9rem;
    line-height: 1.5em;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 20px 10px;
    background-color: rgba(224, 245, 255,0.5);
    border-radius: 10px;
	}
@media screen and (max-width: 768px){/*---------(スマホ・タブレット768px)*/
	.rakudan_tex01{
	width: 90%;
	font-size: 0.9rem;
	line-height: 1.5em;
	margin: 15px auto 0px auto;
	padding: 20px;
	background-color: rgba(224, 245, 255,0.5);
	}
	.rakudan_tex01 br{/*-------------改行無効--*/
		display: none;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::/

-------------消耗品

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.conte03{
	width: 100%;
	padding-top: 30px;
	 
}
@media screen and (max-width: 480px){/*---------(スマホ・タブレット480px)*/
.conte03{
	width: 100%;
	padding-top: 0px;}
}


/*::::::::::::::::::::::::::::
商品詳細:フレックスボックス
::::::::::::::::::::::::::::::*/
.conte03_flexbox{
	width: 90%;
	height: auto;
	margin: 0 auto;
	display:flex;/*コンテツフレックスボックス*/
	justify-content:center;
	flex-wrap:wrap;/*折返し*/
	}
/*------------------------------------------------フレックス左右のボックス*/
.pro_left{
	width:50%;
	height:auto;
	margin: 10px;
}
.pro_right{
	width: 40%;
	height:auto;
	margin: 10px;
	
	
}
@media screen and (max-width: 480px){/***************スマホ用**********/
	.pro_left{
	width:100%;
	height:auto;
	margin: 10px;
	}	
	.pro_right{
	width: 100%;
	height:auto;
	margin: 10px;
	}
	}

/*::::::::::::::::::::::::::::
::::::::::::::::→商品詳細:左枠
::::::::::::::::::::::::::::::*/
.pro_big_photo {
	width: 100%;
	
}
.pro_big_photo img{
	border-radius: 5px;
}

/*::::::::::::::::商品画像左::::::::::::::::::::::*/
.pro_big_photo img{
            width: 100%;
            height: auto;
        }
  




/*::::::::::::::::::::::::::::
::::::::::::::::商品詳細:右枠
::::::::::::::::::::::::::::::*/

.pro_name_box{
	padding: 10px;
	}

.pro_neme{
	font-size: 0.8rem;
	color: #7B869B;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: 300;
}
.pro_neme span{
	background-color: #00CCFF;
	padding: 1px 10px;
	color: #fff;
	font-weight: 500;
}
.price{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
	font-family: 'Oswald', sans-serif;/*グーグルフォントOswald----*/
	border-bottom: 1px #ccc solid;
	}
.price span{
	font-size: 0.8rem;
	letter-spacing: 0.01em;
	padding-left:5px;
	font-feature-settings: "palt";/*カッコの文字空きを詰める*/
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
}
.spec{
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-feature-settings: "palt";/*カッコの文字空きを詰める*/
	letter-spacing: 0.02em;
	line-height: 1.6em;
	font-weight: 400;
	
}
.noukatsu{
	width: 100%;
	margin: 20px auto;
	text-align: justify;/*テキストを枠に収める*/
	line-height: 1.5em;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-weight: 400;
	padding: 25px 25px 35px 25px;
	font-feature-settings: "palt";/*カッコの文字空きを詰める*/
	background-color:#F8F1DF;
	border-radius: 10px;
}
.noukatsu h4{
	color: #41210D;
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: 10px;
	text-align: center;
	}
.noukatsu h4:before{/*---------Title両サイド画像装飾・左*/
	content:''; 
	display:inline-block;
	width: 35px;
	height: 45px;
	background-image: url("../img/s_lef.png");
	background-size: contain;
	vertical-align: middle;
}
.noukatsu h4:after{/*---------Title両サイド画像装飾・右*/
	content:''; 
	display:inline-block;
	width: 35px;
	height: 45px;
	background-image: url("../img/s_rig.png");
	background-size: contain;
	vertical-align: middle;
}
.noukatsu p{
	color: #41210D;
	font-size: 0.8rem;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.6em;
	border-bottom: 1px #8D7A6E  dashed;
	font-weight: 400;
}

.noukatsu em{
	color: #fff;
	font-size: 0.8rem;
	background-color:#41210D;
	padding: 1px 12px;
	margin-bottom: 15px;
	margin-right: 5px;
	font-weight: 700;
	border-radius: 15px;
}


/*::::::::::::::::::::::::::::::/

-------------#アコーディオン商品詳細を詳しく見る__________03/

:::::::::::::::::::::::::::::::*/

.pro_syousai{
	width: 85%;
	margin: 0 auto;
	

}
.row_table{
	width: 80%;
	margin: 10px auto 60px auto;
}
.row_table img{
	border-radius: 5px;
}
@media screen and (max-width: 480px) {/*脳活セット内容スマホテーブル縦並び用ボックス*/
	.row_table{
	width: 100%;
	margin: 10px auto;
}
	
	
}
.row_table,
.row_table td,
.row_table th {
 text-align:justify;
}

.row_table th {
  color: #fff;
  padding: 15px;
  /*display: block;*/
  width:50%
}
@media screen and (max-width: 480px) {/*---脳活セット内容スマホテーブル縦並び指示----480px以下に適用*/
.row_table th {
  color: #fff;
  padding: 15px;
  display: block;/*脳活セット内容スマホテーブル縦並び指示*/
  width:100%
}}
.row_table th img{
	width: 100%;

}
.link a:hover{
	opacity: 0.5 ;/*透過*/
	transition: 1.0s ;/*1秒かけて透過する*/
}
.row_table td {
	font-size: 0.7rem;
	line-height: 1.5em;
	padding: 25px 5px 0 15px;
	vertical-align: text-top;
 /* display: block;*/
  width: 50%;
}
@media screen and (max-width: 480px) {/*---脳活セット内容スマホテーブル縦並び指示----480px以下に適用*/
.row_table td {
	font-size: 0.7rem;
	line-height: 1.5em;
	padding: 25px 15px 25px 15px;
	margin-bottom: 20px;
	border-bottom: 1px #BDC8CB solid;
	vertical-align: text-top;
 	display: block;
  	width: 100%;
}}

.row_table td strong{
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing:0.01em;

}
@media screen and (max-width: 480px) {/*---商品名----480px以下に適用*/

row_table td strong{
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing:normal;
	text-align:left;
		
	}}
.row_table td em{
	font-weight: 500;
	font-size: 0.8rem;
	padding-left: 10px;
}
@media screen and (max-width: 480px) {/*---商品番号----480px以下に適用*/
.row_table td em{
	font-weight: 400;
	font-size: 0.7rem;
	padding-left: 2px;
}

}
.cyui_tt{
	width: 78%;
	margin: 20px auto 5px auto;
	text-align:left;
	font-size:1.2rem;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px #000044 solid;
	}
.cyui_tt_ce{
	width: 78%;
	margin: 20px auto 5px auto;
	text-align:left;
	font-size:1.2rem;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px #000044 solid;
	}
@media screen and (max-width: 480px) {/*---商品番号----480px以下に適用*/
.cyui_tt{
	width: 90%;
	margin: 20px auto 5px auto;
	}
.cyui_tt_ce{
	width: 90%;
	margin: 20px auto 5px auto;
	}}
.cyui_tt:before{
	content:''; 
	display:inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background-image: url("../img/product/chyui.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.cyui_tt_ce:before{
	content:''; 
	display:inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background-image: url("../img/product/ce.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.cyui_tex{
	width: 78%;
	margin: 10px auto 60px auto;
	font-size: 0.8rem;
	text-align: left;
	letter-spacing: 0.01em;
	line-height: 1.6em;
}
@media screen and (max-width: 480px) {/*---商品番号----480px以下に適用*/

.cyui_tex{
	width: 90%;
	margin: 10px auto 60px auto;
	
}
}
.cyui_tex span{
	font-size: 0.9rem;
	font-weight: 500;
	
}





/*::::::::::::::::::::::::::::コンテンツ04---Title:::::*/

.tt_sla{/*---------Titleテキスト------Style*/
    margin: 30px auto 5px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    font-feature-settings: "palt";/*---------「」文字間詰める*/
    letter-spacing: 0.15em;
    color: #000044;
}
@media screen and (max-width: 1024px){/*:---------(スマホ・タブレット1024px)*/
.tt_sla{
	font-size: 18px;}}

.tt_sla:before{/*---------Title両サイド画像装飾・左*/
	content:''; 
	display:inline-block;
	width: 35px;
	height: 45px;
	background-image: url("../img/s_lef.png");
	background-size: contain;
	vertical-align: middle;
	}
.tt_sla:after{/*---------Title両サイド画像装飾・右*/
	content:''; 
	display:inline-block;
	width: 35px;
	height: 45px;
	background-image: url("../img/s_rig.png");
	background-size: contain;
	vertical-align: middle;
	}
/*--------------------------------------------
「タイトル」部分鉤括弧「」Title------Style
------------------------------------------------*/
.conte_tit_waku{
    color: #000044;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}
.parenthesis {
 	position: relative;
	display: inline-block;/*タイトル中央揃えになる*/
	text-align:center;
  	max-width: 60%;
  	padding: 15px 30px;
 	 -webkit-box-sizing: border-box;
  	box-sizing: border-box;	
}
@media screen and (max-width: 1024px){/*---------(スマホ・タブレット1024px)*/
.parenthesis {
 	position: relative;
	display: inline-block;/*タイトル中央揃えになる*/
	text-align: left;
  	max-width: 100%;
  	padding: 15px 30px;
 	 -webkit-box-sizing: border-box;
  	box-sizing: border-box;
	}}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #000044;
  border-bottom: 1px solid #000044;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 1px solid #000044;
}
.parenthesis::after {
  right: 0;
  border-right: 1px solid #000044;
}
/*--END------------------------------------------
「タイトル」部分鉤括弧「」Title------Style
------------------------------------------------*/
.conte_left{
	width: 45%;
	margin-top: 30px;
	margin-bottom: 30px;
	
	}
.conte_rigt{
	width: 55%;
	margin-top: 30px;
	margin-bottom: 30px;
	
	}
@media screen and (max-width: 480px){/*---------(スマホ・タブレット1024px)*/
	.conte_left{
	width: 100%;
	}
	.conte_rigt{
	width: 100%;
	}}

.left_tex_waku{
    background-color: #eee;
    padding: 35px;
    border-radius: 10px;
	}
@media screen and (max-width: 1024px){	/*---------(スマホ・タブレット1024px)*/
	.left_tex_waku{
	background-color:#fff;
	padding: 0px;
	}}

.conte_left h4{
	font-size: 21px;
	line-height: 1.6em;
	margin-bottom: 30px;
	text-align: justify;/*テキスト枠揃えに収める*/
	font-weight: 500;
	}
@media screen and (max-width: 1024px){/*---------(スマホ・タブレット1024px)*/
	.conte_left h4{
	font-size:1.2rem;
	line-height: 1.6em;
	margin-bottom: 30px;
	padding: 20px;
	text-align: justify;/*テキストを枠に収める*/
	font-weight: 500;
	background-color: #eee;
	border-radius: 10px;
	}}

.conte_left p{
	font-size: 18px;
	padding-bottom: 20px;
	text-align: center;
	}
@media screen and (max-width: 1024px){/*---------(スマホ・タブレット1024px)*/
	.conte_left p{
	font-size: 1.2rem;
	padding-bottom: 20px;
	text-align:left;
	}}

.conte_left ul li{
	font-size: 1rem;;
	margin: 0 auto;
	font-weight: 300;
	}
@media screen and (max-width: 768px){/*---------(スマホ・タブレット768px)*/	
	.conte_left ul li{
	font-size:0.9rem;;
	margin: 0 auto;
	font-weight: 300;
	}
	
}
.conte_left li{
	padding-bottom: 15px;
	list-style-position:inside;
	}
@media screen and (max-width: 1024px){/*---------(スマホ・タブレット1024px)*/	
	.conte_left li{
	padding: 15px 0;
	list-style-position:inside;
	border-bottom: 1px #ccc dashed;
	
	}}

.conte_left li:before{
	content:''; 
	display:inline-block;
	width: 16px;
	height:16px;
	margin-bottom:5px;
	margin-right: 10px;
	background-image: url("../img/li_kigou.png");
	background-size: contain;
	vertical-align: middle;
	}

#option09{/*::::::::::::::::::::::::::::::::::::::option商品一覧最終空きスペース*/
	padding-bottom: 60px;
}
