@charset "EUC-JP";
/* CSS Document */

/* 共通
------------------------------------------*/

html {
    overflow: auto;
}
body {
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font:13px/1.231 "メイリオ", Mairyo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 200%;
	color: #333333;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px; 
	padding: 0px; 
}
li {
	list-style-type: none; 
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0px;
}
iframe {
	margin: 0px auto;
	padding: 0px;
} 


/* リンク
------------------------------------------*/
a {
	color:#333333;
}
a:hover {
	color: #ff852c;
	text-decoration: none;
}
.clear {
	clear:both;
}


/*コンテナー
--------------------------------------*/
#container {
	max-width:1000px;
	width: 100%;
	background-color:#ffffff;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#about_shop {
	text-align: left;
	font: 11px メイリオ;
	color: #666666;
	margin-top: 5px;
}
.info {
	text-align: center;
	font: 11px メイリオ;
	color: #666666;
	margin-bottom: 5px;
}


/* フォント関係
------------------------------------------*/
.font_red {
	color:#ff3300;
}
.font_red_b {
	color:#ff3300;
	font-weight:bold;
}
.font_white{
	color:#ffffff;
}
.font_white_b {
	color:#ffffff;
	font-weight:bold;
}


/* ヘッダー
------------------------------------------*/
#header {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}
.logo {
	width: 100%;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
}
.logo img {
	width: 70%;
	padding:0px 0px 10px 0px;
	text-align:center;
}
#menu_bar {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}


 /* アイコン
------------------------------------------*/
.icon {
	float:left;
}
.icon-list {
	height: 80px;
	margin: 0px auto;
	list-style: none;
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}
.icon-list img {
	width: 70px;
	height: 70px;
}
.icon-list:first-child {
	padding-left: 5px;
}
.icon-list:last-child {
	padding-right: 5px;
}


/* 検索窓
------------------------------------------*/
.mado {
	width: 290px;
	height: auto;
	padding: 15px;
	background-color: #ffffff;
	float: left;
}
.mado .text {
	width:200px;
	height: 30px;
	border: 4px solid #CCC;
	border-radius: 20px;
	text-indent: 8px;
	float: left;
}
.mado .btn {
	width: 35px;
	height: 35px;
	padding: 5px 0px 0px 5px;
	float: left;
}


/* フローティングナビゲーション
------------------------------------------*/
#fixedBox {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #ff852c;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#fixedBox > ul > li {
	position: relative;
	float: left;
	width: 200px;
	height: 45px;
	background-color: #ff852c;
}
#fixedBox a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
	margin: 8px 0;
	padding: 2px 0;
}
#fixedBox ul a:hover {
	color: #333333;
}
.menu > li a {
    display: block;
}
ul.menu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li:hover {
    background: #ff852c;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu_second-level li {
    border-top: 1px solid #333333;
}


/* floatクリア
------------------------------------------*/
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu_single {
    position: relative;
}
li.menu_single ul.menu_second-level {
    position: absolute;
    top: 45px;
    width: 200px;
	padding: 0px;
    background: #666666;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu_single:hover ul.menu_second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
}


/* コンテンツ
------------------------------------------*/
#cotent {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.banner_area {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding-top: 5px;
}
.banner_area img {
	border: none;
	width: 100%;
	padding-bottom: 5px;
}
/* .banner_area p {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: #ff0000;
} */
/* .banner_area p a {
	text-decoration: none;
	color: #ff0000;
} */
.contents_area {
	width: 100%;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}


/* タイトルバー
------------------------------------------*/
.dori_top_title {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	border: none;
	background-color: #333333;
	clear: both;
}
.dori_top_title p {
	padding-left: 15px;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.dori_sub_title {
	clear: left;
	width: 95%;
	margin: 10px auto;
	padding: 10px 0px;
	border-radius: 30px;
	background-color: #999999;
}
.dori_sub_title p {
	padding-left: 40px;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.dori_content_title_1 {
	width: 700px;
	margin: 0px;
	padding: 5px;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	font: 14px メイリオ;
	font-weight: bold;
	border: none;
}
.dori_content_title_2 {
	width: 440px;
	margin: 0;
	padding: 5px;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	font: 14px メイリオ;
	font-weight: bold;
	border: none;
}


/* 商品・メーカーメニュー
------------------------------------------*/
#category_menu {
	width: 100%;
	height: 330px;
	margin: 20px 0px;
	border: none;
}
#maker_menu {
	width: 100%;
	height: 300px;
	margin: 20px 0px;
	border: none;
}
.menu_box {
	width: 190px;
	height: auto;
	padding: 5px 3px 5px 3px;
	text-align: center;
	float: left;
}
.menu_box_first {
	clear: left;
	width: 190px;
	height: auto;
	padding: 5px 3px 5px 12px;
	text-align: center;
	float: left;
}
.menu_box_last {
	width: 190px;
	height: auto;
	padding: 5px 12px 5px 3px;
	text-align: center;
	float: left;
}
.menu_box p,
.menu_box_first p,
.menu_box_last p {
	display: inline-block;
	text-align: center;
	font-size: 12px;
}
.menu_box img,
.menu_box_first img,
.menu_box_last img {
	width: 178px;
	padding: 2px;
	border: 1px solid #ccc;
}
#category_menu a:hover img,
#maker_menu a:hover img  {
	border: 1px solid #ff852c;
}
#category_menu a,
#maker_menu a {
	text-decoration:none;
}


/* ドットライン
------------------------------------------*/
.dot_line {
	width: 990px;
	border:none;
	padding: 5px 0px;
}



/*新入荷商品
-----------------------*/
.new {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.new_slider	{
	width: 980px;
	height: 260px;
	padding: 10px 0;
	margin: 0 auto;
	border: none;
}
.new_slider img {
	width: 240px;
	height: 240px;
	float: left;
	border: none;
	margin: 0 10px;
}

#topics_menu {
	margin:0 0 8px 2px;
	padding:0;
	text-align:center;
	vertical-align: middle;
}
#topics {
	width: 980px;
	height: auto;
	margin:0 0 10px 10px;
	border: 1px #ccbdb0 solid;
	text-align: left;
	float: left;
}
.topics_title_menu {
	display:inline-block;
	width:980px;
	height:auto;
	padding:5px 0;
	margin-bottom:8px;
	background-color:#999;
	border-radius:20px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
}

.topics_content {
	width: 980px;
	height: auto;
	padding: 10px 5px;
	line-height:16px;
}
.topics_date {
	display:inline-block;
	width:80px;
	font: 14px メイリオ;
	margin: 0;
	padding-left: 5px;
	padding-bottom: 0;
	float:left;
}
.topics_list {
	display:inline-block;
	width:850px;
}
.topics_img img {
	width: auto;
	height: 18px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
}
.topics_link a {
	font: 14px メイリオ;
	text-align:left;
	padding-left: 10px;
}



/* ピックアップ商品
------------------------------------------*/
img.pure {
	width: 1000px;
	padding: 5px 0px 0px 0px;
	border:none;
}
img.jj {
	width: 970px;
	padding: 5px 0px;
	border:none;
}
.pick_item_calum_1,
.pick_item_calum_2 {
	width: 970px;
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
	border: none;
}
.pick_item_calum_1 img.left_560 {
	width: 560px;
	height: 200px;
	border: none;
	padding: 0px 10px 0px 0px;
	float: left;
}
.pick_item_calum_1 img.right_400 {
	width: 400px;
	height: 200px;
	border: none;
	padding: 0px;
	float: left;
}
.pick_item_calum_2 img.left_400 {
	width: 400px;
	height: 200px;
	border: none;
	padding: 0px 10px 0px 0px;
	float: left;
}
.pick_item_calum_2 img.right_560 {
	width: 560px;
	height: 200px;
	border: none;
	padding: 0px;
	float: left;
}


/* メガネエリア
------------------------------------------*/
#neko_area {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	border: none;
	text-align: center
}
#neko_new {
	font:0;
}
img.new_neko_title {
	width: 800px;
	text-align: center;
	border: none;
	padding: 5px 0px;
}
#neko_new li{
	display: inline-block;
	list-style: none;
	padding: 10px;
}
#neko_new li img {
	width: 300px;
	border: none;
	text-align:center;
}
.neko_style li,
.neko_option li,
.neko_color li {
	display: inline-block;
	list-style: none;
	padding: 5px;
}
.neko_style li img {
	width: 230px;
	border: none;
}
.neko_option li img {
	width: 220px;
	border: none;
}
.neko_color li img {
	width: 455px;
	border: none;
}
.line {
	width: 158px;
	margin: 0px;
	padding: 0px;
}


/*目玉商品
------------------------------------------*/
#medama_area {
width: 992px;
font:13px メイリオ;
margin: 15px 0px;
padding: 0px;
}
.medama {
    display:flex;
    justify-content: space-between;
}
.medama li {
    width:24%;
}
.medama li:first-child img {padding-right:5px;}
.medama li img {
width: 100%;
border: none;
}


/* ドリコンコンテンツのバナー
------------------------------------------*/
.content_li_3 li {
	display: inline-block;
	list-style-type: none;
}
.content_li_3 li img {
	width: 310px;
	padding: 10px 20px 10px 0px;
}
.content_li_4 li {
	display: inline-block;
	list-style-type: none;
}
.content_li_4 li img {
	height: 240px;
	padding: 10px 5px 10px 0px;
}
.dri_content_frame {
	margin: 0 0 8px 0
}


/* 店長紹介
------------------------------------------*/
#tencho_area {
	width: 220px;
	height: 580px;
	margin: 10px 15px;
	padding: 0;
	border: 1px #999999 solid;
	float: left;
}


/* 花粉・紫外線・乾燥指数
------------------------------------------*/
#tenki {
	width: 450px;
	height: 580px;
	margin: 10px 15px;
	padding: 0px;
	border: 1px #999999 solid;
	float: left; 
}
img.tenki_img_top {
	padding: 30px 0px;
}
img.tenki_img_last {
	padding: 0px 0px 20px 0px;
	white-space: nowrap;
}


/*カレンダー
------------------------------------------*/
#calender {
	width: 720px;
	width: 700px;
	height: 390px;
	margin: 10px 15px;
	padding:  0px;
	border: 1px #999999 solid;
	/* float: left; */
}
table.calbase_rakuten {
    background-color: #ffffff;
    border: none;
    width: 185px;
    width: 350px;
    border-collapse: collapse;
    padding: 0px 0px 10px 10px;
    padding: 5px;
	margin: 0 auto;
}
table.calbase_rakuten * {
    font-size: 98%;
    color: #000000;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}
table.calbase_rakuten th {
    text-align: center;
}
th.caltitle_rakuten {
    font-size: 85%;
    padding: 10px 0px 0px 0px;
}
table.calframe_rakuten {
    border-collapse: collapse;
    margin: 10px 5px 0px 5px;
    table-layout: fixed;
    width: 176px;
}
table.calframe_rakuten th {
    text-align: center;
    padding: 0px 0px 3px 0px;
}
table.calframe_rakuten td {
    border:1px solid #000000;
    background-color: #ffffff;
    width:24px;
    height:24px;
    text-align: center;
}
tr.weektitle_rakuten td {
    background-color: #CCCCCC;
}
td.event1day_rakuten {
    background-color: #FFADF1 !important;
}
font.event1day_rakuten {
    color: #FFADF1;
}
td.event2day_rakuten {
    background-color: #33CCFF !important;
}
font.event2day_rakuten {
    color: #33CCFF;
}
td.event3day_rakuten {
    background-color: #FFCC33 !important;
}
font.event3day_rakuten {
    color: #FFCC33;
}
table.event_rakuten {
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 176px;
}
table.event_rakuten td {
    padding: 0px 0px 0px 0px;
}
table.text_rakuten {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 176px;
}


/*お買い物ガイドタイトル
------------------------------------------*/
.titlebox {
	width: 98%;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	background-color: #333333;
	color: #ffffff;
	font-size: 16px;
	font-weight: bolder;
}
.titlebox a {
	color: #ffffff;
	font-size: 14px;
	padding-left: 630px;
	}
	

/*ガイドコンテナ
------------------------------------------*/

#guide_container {
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px;
	border: none;
  	line-height: 170%;
	background: #FF9900 repeat;
}
.guide_box_left {
	background-color: #ffffff;
	width: 48%;
	height: 930px;
	margin-left: 15px;
	padding: 15px;
	text-align: left;
	float: left;
}
.guide_box_right {
	background-color: #ffffff;
	width: 48%;
	height: 930px;
	margin-left: 10px;
	padding: 15px;
	text-align: left;
	float: left;
}
.guide_title {
	margin:0px auto; 
	padding: 10px;
	background-color: #FF9900;
	color: #333333;
	font-size: 15px;
	font-weight: bolder;
}
.guid_text{
	margin-top:5px;
	margin-left: 10px;
	padding-bottom:10px;
	font-size: 12px;
}
.guid_link{
	text-align:right;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom:5px;
	font-size: 12px;
}
.guide_doricon_info {
	width: 100%;
	height: 260px;
	margin-top: 10px;
	padding: 5px 0px;
}
.area_01 {
	background-color: #ffffff;
	width: 32%;
	height: 280px;
	padding: 15px;
	text-align: left;
	float: left;
	margin-left: 15px;
}
.area_02 {
	background-color: #ffffff;
	width: 64%;
	height: 280px;
	padding: 15px;
	text-align: left;
	float: left;
}
.area_03 {
	background-color: #ffffff;
	width: 17%;
	height: 280px;
	float: left;
}
.area_03 img {
	margin: 100px 5px 5px auto;
}
.shop_name {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 30px;
}
.guide_icon {
	clear:both;
	width: 100%;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FF9900;
}
.icon_box {
	height: 30px;
	margin: 0px 15px;
	background-color: #ffffff;
}
.guide_icon ul li {
	margin-left: 20px;
	margin-right: 5px;
	float: left;
	font: 10px メイリオ;
	background-color:#ffffff;
}
.guide_icon ul li:first-child {
	margin-right: 0px;
}
.guide_icon ul li:last-child {
	margin-left: 0px;
}
.red {
	color:#FF0000;
}


/*フッター
------------------------------------------*/
#footer {
	width: 100%;
	margin: -6px auto;
	bottom: 0px; /* 一番下に表示 */
	padding: 10px 0 20px;
	text-align: center;
	background: #FF9900 repeat;
}
.copy {
	display: block;
	max-width: 1000px;
	margin: 6px auto 10px;
	font: 9px メイリオ;
}


/*ページTOPへのボタン
------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.8rem;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #ffffff;
    width: 100px;
    padding: 30px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999999;
}


/*タブバナー
------------------------------------------*/
.tab_ban {
	width: 100px;/* 最初に表示されるバナーの幅 */
	height: 100px;/* バナーの高さ */
	position: fixed !important;/* バナーを固定します */
	position: absolute;
	right: 0px;/* 右から0pxの位置に指定 */
}
.tab_ban a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}
.tab_ban img {
	width: 100px;/* 最初に表示されるバナーの幅 */
	height: 100px;/* バナーの高さ */
	position: fixed !important;/* バナーを固定します */
	position: absolute;
	right: 0px;/* 右から0pxの位置に指定 */
}

.tab_ban:hover {/* カーソルが乗った時の動きを指定 */
	width: 320px;/* バナーが伸びた時の幅 */

	/* 以下アニメーションの設定 */
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
.tab_ban a:hover {
	/* IE9用 */
	width: 300px\9;
}
#tab01 {
	background: url() 0 0 no-repeat;
	bottom: 310px;
}
#tab02 {
	background: url() 0 0 no-repeat;
	bottom: 210px;
}
#tab03 {
	background: url() 0 0 no-repeat;
	bottom: 110px;
}


#mail_post{ padding-top: 15px; }

.purebox ul {display:flex;}



/*tencho*/
#tencho_area {
	width:185px;
	height:auto;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}
#tencho_area  img.hukidasi1 {
	width:100%;
	margin:0 auto;
	padding:0;
	border:none;
	vertical-align:bottom;
}
#tencho_area img.hukidasi2 {
	width:100%;
	margin:0 auto;
	padding:0;
	border:none;
	vertical-align:top;
}
#tencho_area .coment {
	width:78%;
	height:auto;
	margin:0 auto -4px;
	padding:0;
	background-color:#ff8888;
	border:none;
	text-align:left;
}
#tencho_area .text {
	width:160px;
	margin:0 auto;
	padding:5px;
	color:#FFFFFF;
	font-size:12px;
	line-height:110%;
	text-align:left;
}

.bnrCol{
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
}
.bnrCol_list img{
    vertical-align: bottom;
    width: 100%;
}