@charset "UTF-8";

/*------------------------------
       商品紹介トップ画像
-------------------------------*/

br.pc_br_media {
    display: none;
}



#syouhin_background{
	background-image:url(../images_syouhin/top_title.jpg);
	min-height:201px;
	padding-left:130px;
	padding-top:20px;
	font-size:12px;
	font-weight:bold;
	background-position: center;
	background-size: cover;
}
#syouhin_background a{
	text-decoration:none;
	color:#062e47;
	transition: all 0.5s;
}
#syouhin_background a:hover{
	color: #fff;
}


span#MENU {
    	font-weight: bold;
    	top: 19px;
    	text-transform: uppercase;
    	margin-left: auto;
    	margin-right: auto;
    	font-size: 0.6rem;
    	color: #09142e;
    	padding: 5% 1%;
    	text-align: center;
    	font-family: "小塚ゴシック Pr6N",sans-serif;
}


element.style {
}
@media (max-width: 1263px)
.syouhin_background_small {
    display: block;
}





/* --------------------------------
	一番上のブラウンＢＯＸ 
-----------------------------------*/

#sub_brownbox{
	background:#45311c;
	color:#fff;
	font-size:30px;
	line-height:2;
	margin:50px auto;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align:center;
	font-family: "Yu Mincho";
}
.font-size{
	font-size:18px;
	margin-top:20px;
}

/*-----------------------------
　　ネイビースクロールボタン
------------------------------*/

#navy_button_wrap{
	display:flex;
	justify-content:center;
	margin:80px auto;
	padding: 0 2rem;
}

.navy_button { 
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	background:#09142e;		
	width:176px;
	height:80px;
	margin:1px;
	color:#fff;
/*	font-family:"HGSｺﾞｼｯｸE",sans-serif;*/
	font-size:24px;
	text-align:center;
	font-family: "小塚ゴシック Pr6N",sans-serif;
/*   	font-weight: bold;*/

}
.padding-top{
	padding-top: 1.3rem;
    	font-size: 19px;
}

.navy_button{
	transition: all 0.5s;
}

.navy_button:hover{
	opacity:0.75;
}
.navy_button .button_link {
    display:block;
    position:absolute;	
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.arrow1{
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

/*------------------------------
       おすすめブランド
-------------------------------*/



.syouhin_flex_area{
	display: flex;
	justify-content:center;
	padding: 2rem 2rem;
	
}

.syouhin_contents1{
	padding-right: 3rem;
	padding-top: 1.1rem;
}

.syouhin_box1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #000;
	margin-bottom: 2.34rem;
	/*margin-bottom: 3rem;*/
}

.syouhin-hover{
	transition: all 0.5s;
}

.syouhin-hover:hover{
	opacity: 0.5;
}

.syouhin_contents2 h3{
	font-size: 37px;
	padding-bottom: 2rem;
}


.syouhin_contents2 h2{
	font-size: 37px;
	padding-bottom: 2rem;
}


h3#osusume, #kodomo_megane {
    color: #09142e;
    font-family: "Yu Mincho";
    font-weight: bold;
}

h2#osusume, #kodomo_megane {
    color: #09142e;
    font-family: "Yu Mincho";
    font-weight: bold;
}


/* 商品ＢＯＸ*/

.syouhin_contents2_box1-1{
	border-right: 1px solid #000;
}

.syouhin_contents2_box1-2{
	padding-right: 2rem;
	margin-right: auto;
	padding-left: 2rem;
	color: #3d3a39;
	text-align: justify;
	border-left: 1px solid; /*追加*/
	margin-left: -1px;	/*追加*/
}

.syouhin_contents2_box1-2 h3{
	font-size: 30px;
	padding-bottom: 1rem;
	color: #09142e;
}

.syouhin_contents2_box1-2 p{
	margin-left: 1.5rem;
}


/*------------------------------
       こどもメガネ
-------------------------------*/

.tomato-megane{
/*	padding-right: 8rem;*/
	padding-right: 8.8rem;
}

#tomato-p{
	padding-bottom: 4.7rem;
}



.pc_br_media{
	display: none;
}



/*モバイル用 br 非表示 */

.mb_br{
	display: none;
}




@media (max-width: 1263px){

br.pc_br_media {
    display: block;
}


}

/*↓↓↓↓↓携帯用表示↓↓↓↓↓↓↓*/
@media (max-width:1000px) and (min-width: 820px){
.pc_br{
	display: none;
}



.pc_br_media {
    display: block;
}


.mb_br{
	display: block;
}


.syouhin_contents2_box1-2 p{
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.syouhin_contents2 h3{
	font-size: 24px;
}



h2#osusume, #kodomo_megane {
    color: #09142e;
    font-family: "Yu Mincho";
    font-weight: bold;
}


.syouhin_background_small {
    background-image: url(../images_syouhin/top_title_small.jpg);
    min-height: 201px;
    padding-left: 130px;
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
    background-position: center;
    background-size: cover;
}

#syouhin_background {
    padding-left: 50px;
    padding-right: 50px;
    display: none;
}


}

@media(max-width:949px){
#nav ul li a{ 
	
	margin:0 30px; 
}
}

@media (max-width:820px){

/*navメニュー*/

#nav ul li a{ 
	
	margin:0 30px; 
}

/*モバイル用 br 表示 */

.mb_br{
	display: block;
}

/*------------------------------
       商品紹介トップ画像
-------------------------------*/
	
	#syouhin_background{
	    background-image: url(../images_syouhin/top_title.jpg);
   		 min-height: 120px;
   		 padding-left: 130px;
   		 padding-top: 20px;
  		 font-size: 12px;
 		 font-weight: bold;
 		 background-position: center;
  		 background-size: cover;
	/*	padding-left:50px;
		padding-right:50px;
		/*display: none;*/
	}

	.syouhin_background_small{
		display: block;
}

	
	.none767{
		display:none;
	}

/* --------------------------------
	一番上のブラウンＢＯＸ 
-----------------------------------*/

#sub_brownbox{
	
    font-size: 17px;
    line-height: 2;
    margin: 50px auto;
    padding: 40px 2rem;
    text-align: left;
    font-weight: bold;
    text-align: center;
}

	
/*-----------------------------
　　ネイビースクロールボタン
------------------------------*/

#navy_button_wrap{
		display: none;
		
	}

/*----------------------------
	縦の棒　非表示
-----------------------------*/

.syouhin_contents1{
	display: none;
}

/*------------------------------
       商品紹介ページ
-------------------------------*/

.syouhin_flex_area{
	
	padding: 2rem 9rem;
	padding-top: 0;
	
}

.syouhin_box1{
	flex-direction: column;
	justify-content:center;
	margin-bottom: 3rem;
}

.syouhin_contents2 h3{
	font-size: 27px;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
	margin: 1.9rem 0 0 0;
}

.syouhin_contents2_box1-2 p {
    margin: 1.5rem;
}

/* おすすめブランド 商品ＢＯＸ*/

.syouhin_contents2_box1-1{
	border-right: none;
}

.syouhin_contents2_box1-2{
	border-top: 1px solid #000;
	padding-bottom: 1rem;
	padding-right: 0;
	margin: auto;
	padding-left: 0;
	border-left: none; /*追加*/
}




/*---------------------

三輪　一旦追加 8月6日

-----------------------
*/


.syouhin_contents2 h2 {
    font-size: 28px;
    padding-bottom: 2rem;
    padding-top: 3rem;
    text-align: center;
    text-decoration: underline;
}

h2#kodomo_megane {
    padding-top: 2rem;
}




} /* ← レスポンシブ 閉じタグ */




	
