﻿@charset "UTF-8";



/* ブラウンBOXと、正しいメガネエリア
------------------------------ */

.brownoval{
	display:flex;
	justify-content:space-around;
	background:#45311c;
	border-radius:152px;
	max-width:1100px;	/* 変更 7_15*/
	margin:20px auto;
	padding-left: 80px;
	padding-top:20px;
	padding-right: 20px;
	padding-bottom:20px;
	margin-top: 100px;	/*←スライダー下の余白*/
	margin-bottom: 50px;	/*←茶色い角丸ＢＯＸの下の余白*/
}


.resizeimg_1 {			/*レトロなロゴ*/
    margin: 5px 30px 0 0;
    padding-right: 20px;
}

#mb_br{
	display:none;	/*mb画面用の<br>*/
}



.text{
	color:#fff;
}
.text p{
	font-family:
	"HGSｺﾞｼｯｸE",sans-serif;
	font-size:22px;	/*24pt*/
	line-height:2
	padding-top:0;
	padding-bottom:10px;
}



#tadashi{
	display:flex;			/*HTMLブロックを横並びに*/
	justify-content:center;		/*間隔を配置*/
	flex-wrap: wrap;
	margin-bottom: 60px;		/*←家族写真下の余白*/
}
#tadashi img{
	padding:20px;
}




/*-- ↓「もっとみる」ボタン部分とアクション --*/

.DivLink2{
		position:relative; 	
		border-radius:10px; 	/* 角を丸める */
		padding:14px;
		padding-left: 1.5rem;
		border:solid 1px #000;
		width:321px;
		margin:20px auto;
		text-align:center;
		font-family:"HGPｺﾞｼｯｸE",sans-serif;
		font-size:22px;
		margin-bottom: 100px;	/*←7_7 追記　宝月堂のメガネ　ボタン　下の余白*/
}

.DivLink2 a{
	color: #09142e;
}

.DivLink2::after {
  background: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.DivLink2:hover::after {
  transform: scale(1, 1);
}

.DivLink2 .Link2 {			/* 宝月堂のメガネ、キャンペーン情報のリンク */
    	display: block;			/* コンテンツをまとめている箱 */
    	position: absolute;		/* 絶対配置を指定 */
    	top: 0;
    	left: 0;
}


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



/*「正しいメガネは見える喜び～」と家族の画像
--------------------------------------------- */

#tadashi{ 
	text-align:center; 
	width: 100%;
}
#t-mozi{
	max-width: 282px;
}
#t-kazoku{
	max-width: 618px;
}


/*インフォメーション部分
--------------------------------------------- */

/* ブラウンボックス部分*/

.resizeimg_2{
    padding-top: 5px;
}

.brownoval_2{
	display:flex;
	justify-content:space-around;
	background:#45311c;
	border-radius:152px;
	max-width:1100px;	/* 変更 7_15*/
	margin:20px auto;
	padding-left: 70px;
	padding-top: 20px;
	
	padding-right:20px;
	padding-bottom: 20px;
	margin-top: -50px;	/*7_16　三輪追加*/
	margin-bottom: 50px;	/*←茶色い角丸ＢＯＸの下の余白*/
}

.text_ginoshi{
	color:#fff;
	/* margin-left:200px; */
	margin: 10px 10px 0 0;
}
.text_ginoshi p{
	font-family:"HGSｺﾞｼｯｸE",sans-serif;
	font-size:22px;	
	line-height:2
	padding-top:0;
	padding-bottom:10px;
}

#mb_br{
	display:none;	/*mb画面用の<br>*/
}

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

/*インフォ 更新部分 7_19修正*/	


#info-box{			/* 修正済　7_15 */
	padding:70px 10%;	/* 修正  pxから% */
	background-image:url(../images/info-image.jpg);
	background-size:cover;	//←7.11追加どんなウィンドウ幅になっても画像がついてくる
}

#kakomu{			/*追記　7.19 htmlの方もタグ追加*/
	max-width: 1000px;
	margin: auto;
}

#info-title{
	display:flex;
	justify-content: space-between;
	padding-bottom: 35px;
}

#info-title img{
		/* 追記 7.19*/
	max-width: 100%;
}

#info_itiran{
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	color: #09142e;
	transition:all 0.5s;
}
#info_itiran:hover{
	color: #a9a9a9;	/*色変更予定*/
}

#info-ul{
	border-top: solid 1px #CCCCCC;
}


.info-area{
	list-style: none; 
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000;
	border-bottom: solid 1px #CCCCCC;
	display: flex;
}

.info-area li{
	transition:all 0.5s;
}

.info-area li:hover{
	color: #a9a9a9;		/*色変更予定*/
}

.date,.osirase{
	padding-right:45px;
}

#info_itiran_mb{
	display:none;
}

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



/* -- 宝月堂のメガネ、キャンペーン情報　 
----------------------------------------*/

#cp-box{			/* 修正済　7_15 */
	padding:70px 10%;	/* 修正  */
}

#kakomu2{
	max-width: 1000px;	/* 7_19 タグ追加　htmlにも追加*/
	margin: auto;
}

#cp-title{
	display:flex;
	justify-content: space-between;
	padding-bottom: 35px;
}

#cp-title img{
	max-width: 100%;	/* 追記 7.19*/
}

#cp_itiran{
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	color: #09142e;
	transition:all 0.5s;
}
#cp_itiran:hover{
	color: #a9a9a9;	/*色変更予定*/
}

#cp_itiran_mb{
	display: none;
}

#cp-ul{
	border-top: solid 1px #CCCCCC;
}


.cp-area{
	list-style: none; 
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000;
	border-bottom: solid 1px #CCCCCC;
	display: flex;
	transition:all 0.5s;
}



.cp-news{
	padding-right:45px;
	transition:all 0.5s;
}

.cp-news:hover{
	color: #a9a9a9;		/*色変更した*/
}

/*-- ↑キャンペーンエリア　終 ---*/



/*自店調整並びに、処方箋により眼鏡を
---------------------------------------*/

#brown{				/* メガネの安心保障、安心のスペシャリストの背景（茶色）*/
	display:flex;
	background-color:#45311c;		
	justify-content:center;
	padding: 5% 0;	/*茶色いＢＯＸの上下 7_19　変更*/
	margin-bottom: 7%;	/*茶色いＢＯＸの下の余白　7_19 変更*/
}
	
.whitebox{				/* ホバー時の角丸長方形（白色） */
	background-color:#fff;
	margin: 4%;			/* 7_19変更*/
	padding: 4%;			/* 7_19変更*/
	text-align:center;
}

.whitebox img{
	width: 100%;		/* 追加7 19*/
}

.whitebox p{				/* 自店調整並びに　の文章 */
	text-align:center;
	font-family:"HGSｺﾞｼｯｸE",sans-serif;
	font-size:32px;
	line-height:1.3;
	padding-top:10px;
	padding-left:15px;
}
.left_wb{
	text-align:left;
}

.line-height{
	margin-top:25px;
	margin-bottom:15px;
}


/* もっと見る→ 
--------------------------------*/

.DivLink3{
	display:flex;
	justify-content:end;
}

.DivLink3 a{
	text-decoration:none;
	font-family:"HGSｺﾞｼｯｸE",sans-serif;
	color:#062e47;
	margin-top:15px;
	margin-bottom:15px;
	transition: all 0.5s;
}

.DivLink3 a:hover{
		color:#888;
}

/* 4つの画像が配置された場所  
-----------------------------*/

.box1,.box2{
	display:flex;
	justify-content: center;	/*変更した*/
	flex-wrap: wrap;
	margin:30px auto;
	transition:all 0.5s;
}

#rink-box img{
	max-width: 100%;		/* 追記 7.19 */
}

.box1:hover,.box2:hover{
	opacity:0.5;
}


@media(max-width: 767px){

	.box1,.box2{
	display:flex;
	flex-direction:column;
	
}
}


/* 確かな技術、医療器具として～　の文と画像 
---------------------------------------------*/


.DivLink4:hover,.DivLink5:hover{
	opacity: 0.75;
}






/* インスタ、フェイスブックの公式SNS 
-------------------------------------*/

#koshiki{ 
text-align: center;
}

#page-top{ 
margin-top: 170px;
}

#koshiki_inst,#koshiki_f{
	transition: all 0.5s;
}

#koshiki_inst:hover,#koshiki_f:hover{
	opacity: 0.5;
}


/* お問い合わせ、店舗情報(まるまるコピー 7.19) 	
----------------------------*/

#otoiawase_tenpo{
	text-align:center;
	margin-bottom:115px;	/* 7_15 width 消去*/
	margin-top: 80px;	/*←　お問い合わせ、店舗情報の上余白*/
}

#otoiawase_tenpo a img{		/* ！このタグ追記 7.19！ */
	max-width: 100%;	
}

#otoiawase{
	padding-right:28px;
	padding-left:28px;
	transition: all 0.5s;
}

#otoiawase:hover,#sita-tenpo:hover{
	opacity: 0.5;
}

#sita-tenpo{
	padding-left:28px;
	padding-right:28px;
	transition: all 0.5s;
}



