@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #333;
	-webkit-tap-highlight-color: rgba(0,0,0,0.35);
}

#contents {
	padding-top: 0;
}

#wrapper > #contents {
	padding-top: 20px;
}

body.front_page #wrapper > #contents {
	padding-top: 0;
}

/*========== ボタン ==========*/

.button_type1 {
	display: inline-block;
	color: #FFF;
	border-bottom: 3px solid #CCC;
	border-radius: 5px;
	margin: 15px auto;
	padding: 15px 20px 15px 40px;
	background: url(../img/omer/icon_01.png) 20px center no-repeat #078ace;
	background-size: 10px;
	font-size: 1.1em;
}

.button_type1:hover {
	opacity: 0.8;
	color: #FFF;
}

/*========== テーブル ==========*/

.table_type1 {
	width: auto;
	border-collapse: collapse;
	margin: 0 auto;
}

.table_type1 th,
.table_type1 td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 8px 12px;
	border: 1px solid #CCC;
}

.table_type1 th {
	background-color: #aadaf2;
	border-bottom: 1px solid #FFF;
}

.table_type1 th.border-bttom {
	border-bottom: 1px solid #CCC;
}

/*===========================================================
	ヘッダー
===========================================================*/

#header {
	padding-top: 0;
	border-bottom: 4px solid #078ace;
}

/*========== メニューボタン ==========*/

#btn_menu {
	right: 5px;
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    background: #078ace;
}

.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after {
    /* keep visible other 2 lines */
    background: #078ace;
}

/*========== SP版グローバルメニュー ==========*/

#drawer .member_link {
	margin-bottom: 0;
}

#drawer .category-nav {
	background-color: #078ace;
}

#drawer .category-nav a {
	color: #FFF;
}

#drawer .category-nav li > a:hover {
	background-color: #0796E0 2px;
}

/*========== ロゴ ==========*/

#header .header_logo_area {
	min-height: 0;
	height: 45px;
	margin: 0;
}

#header .header_logo a {
	width: 267px;
	height: 45px;
	display: block;
	background: url(../img/omer/logo.png) left center no-repeat;
	background-size: auto 28px;
	text-indent: -9999px;
	overflow: hidden;
}

/*========== カートボタン ==========*/

#header #cart_area {
	width: 35px;
	height: 35px;
	top: 5px;
	right: 50px;
}

#header #cart_area a {
	height: 100%;
	display: block;
	background: url(../img/omer/icon_cart.png) center no-repeat #078ace;
	background-size: 23px;
	border-radius: 5px;
	color: #FFF;
	text-indent: -9999px;
	overflow: hidden;
}

/*========== 会員登録等ボタン ==========*/

.member_link a img {
	width: 23px;
	height: auto;
	margin-right: 10px;
}

/*===========================================================
	左カラム
===========================================================*/

/*========== カテゴリー ==========*/

#side_right_category {
	padding: 15px;
	background-color: #39a1d8;
	margin-bottom: 15px;
}

#side_right_category h3 {
	height: 21px;
	background: url(../img/omer/h2_category.png) left top no-repeat;
	background-size: contain;
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
	margin: 0 0 15px;
	padding-top: 8px;
	vertical-align: bottom;
}

#side_right_category ul li {
	height: 40px;
	line-height: 30px;
	background-color: #FFF;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 10px;
}

#side_right_category ul li a {
	height: 100%;
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

#side_right_category ul li a:hover {
	opacity: 0.65;
}

#side_right_category ul .left {
	float: left;
	width: 100%;
	margin-right: -70px;
}

#side_right_category ul .left .left_inner {
	margin-right: 70px;
}

#side_right_category ul .right {
	width: 70px;
	height: 100%;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#side_right_category ul .gun .right { background-image: url(../img/omer/category_img_01.jpg); }
#side_right_category ul .flak .right { background-image: url(../img/omer/category_img_02.jpg); }
#side_right_category ul .fin .right { background-image: url(../img/omer/category_img_03.jpg); }
#side_right_category ul .mask .right { background-image: url(../img/omer/category_img_04.jpg); }
#side_right_category ul .snorkell .right { background-image: url(../img/omer/category_img_05.jpg); }
#side_right_category ul .weight .right { background-image: url(../img/omer/category_img_06.jpg); }
#side_right_category ul .bag .right { background-image: url(../img/omer/category_img_07.jpg); }
#side_right_category ul .computer .right { background-image: url(../img/omer/category_img_08.jpg); }
#side_right_category ul .other .right { background-image: url(../img/omer/category_img_09.jpg); }

/* 2行ボタン */

#side_right_category ul li.double-line {
	height: 65px;
	line-height: 1.8em;
}

#side_right_category ul li.double-line .left a:nth-of-type(1) {
	border-bottom: 1px dotted #c0d3e5;
}

#side_right_category ul li.double-line .left a:nth-of-type(2) {
	padding-left: 20px;
}

#side_right_category ul li.double-line .left a:nth-of-type(2):before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
}

/*========== バナー ==========*/

#side_right .banner {
	text-align: center;
}

#side_right .banner img {
	width: 100%;
	max-width: 320px;
	height: auto;
}

/*===========================================================
	メインカラム
===========================================================*/

#main {
	width: 100%;
	margin-bottom: 35px;
}

/*========== 見出し ==========*/

#main h3.h3 {
	height: 60px;
	border-bottom: 1px solid #999;
	margin: 0 auto 1.5em;
	overflow: hidden;
}

#main h3.h3 p,
#main h3.h3 span {
	display: inline-block;
	margin: 0;
	height: 100%;
	line-height: 60px;
	vertical-align: middle;
}

#main h3.h3 p {
	padding: 0 15px;
	border-bottom: 3px solid #0485c9;
	color: #0485c9;
	font-weight: bold;
	font-size: 20px;
}

#main h3.h3 span {
	font-size: 0.5em;
	padding-left: 15px;
}

/*========== 新着情報 ==========*/

#news_area {
	background-color: transparent;
	margin-bottom: 30px;
}

#news_area h3.h3 {
	margin-bottom: 15px;
}

#news_area h3.h3 p {
	width: 112px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/omer/top/h2_news.png) center no-repeat;
	background-size: 72px;
}

#news_area .newslist {
	border-bottom: none;
}

#news_area .newslist dl {
	border-top: none;
	border-bottom: 1px dotted #CCC;
}

#news_area .newslist .news_title {
	position: relative;
	padding-left: 18px;
}

#news_area .newslist .news_title:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -4px;
}

#news_area #gallery {
	letter-spacing: -0.4em;
}

#news_area #gallery li {
	width: 80px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 1em;
}

/*========== 新着商品 ==========*/

#item_list {
	margin-bottom: 30px;
}

#item_list h3 p {
	width: 167px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/omer/top/h2_new-item.png) center no-repeat;
	background-size: 127px;
}

.item_photo img {
	width: auto;
	max-height: 200px;
}

/*========== プライバシーポリシー ==========*/

.midashi_1 {
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #0485c9;
	margin-bottom: 1.5em;
}

dl.privacy {
	margin-top: 2em;
}

dl.privacy dt {
	text-indent: -2em;
	padding-bottom: 10px;
	padding-left: 2em;
	border-bottom: 1px dotted #CCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

dl.privacy dd {
	padding-left: 2em;
	margin-bottom: 1.5em;
}

/*========== お買い物ガイド ==========*/

dl.guide dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 5px solid #aadaf2;
}

dl.guide dd {
	padding-left: 1em;
	margin-bottom: 1.5em;
}

/*========== 商品一覧 ==========*/

#topicpath {
	border-top: none;
}

#topicpath ol {
	float: left;
}

#topicpath .button_category {
	padding: 0.6em 0px;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
}

#topicpath .button_category a {
	display: block;
	color: #FFF;
	background-color: #078ace;
	padding: 0.4em;
	border-radius: 4px;
}

/*===========================================================
	ページトップへ戻るボタン
===========================================================*/

#button_gotop {
	width: 34px;
	height: 34px;
	background-color: #078ace;
	border-radius: 3px;
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 10px;
	display: none;
}

#button_gotop a {
	display: block;
	height: 100%;
	position: relative;
}

#button_gotop a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 7px 5.5px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -4px;
}

/*===========================================================
	カルーセル
===========================================================*/

.main_visual {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.main_visual .item img {
	width: 100%;
	height: auto;
}

.main_visual.slick-slider {
	margin-bottom: 30px;
}

.main_visual .slick-dots {
	bottom: 5px;
}

/*===========================================================
	フッター
===========================================================*/

#footer {
	text-align: center;
	/*background-color: transparent;*/
}

#footer p {
	margin-bottom: 0;
}

/*========== 器材をお買い求めのお客様へ ==========*/

section#attention {
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 10px;
}

section#attention .title {
	height: 26px;
	padding-left: 40px;
	background: url(../img/omer/icon_attention.png) left center no-repeat;
	background-size: 30px;
	line-height: 26px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	color: #333;
}

section#attention hr {
	height: 0;
	border-bottom: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

section#attention p {
	line-height: 1.8em;	font-size: 0.9em;
}

/*========== ご注文/お問い合わせ ==========*/

#footer #title_ordering {
	width: 100%;
	max-width: 940px;
	background: url(../img/omer/h2_ordering.png) center top no-repeat;
	background-size: auto 19px;
	margin: 0 auto 15px;
	padding-top: 22px;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
}

/* リスト */

#footer #ordering {
	width: 100%;
	max-width: 940px;
	letter-spacing: -0.4em;
	margin: 0 auto 10px;
}

#footer #ordering li {
	width: 310px;
	letter-spacing: normal;
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 15px 0 65px;
	vertical-align: middle;
}

#footer #ordering li.tel {
	background: url(../img/omer/icon_tel.png) 15px center no-repeat;
}

#footer #ordering li.fax {
	background: url(../img/omer/icon_fax.png) 15px center no-repeat;
}

#footer #ordering li.inquiry {
	background: url(../img/omer/icon_mail.png) 15px center no-repeat;
	background-size: 34px;
}

#footer #ordering li .number {
	font-weight: bold;
	color: #078ace;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.1em;
}

#footer #ordering li .caption {
	font-size: 12px;
	font-size: 1.2rem;
	color: #06335f;
}

#footer #ordering li.inquiry a {
	display: block;
	color: #FFF;
	background-color: #078ace;
	padding: 10px 0;
	border-bottom: 2px solid #999;
	border-radius: 4px;
}

#footer #ordering li.inquiry a:hover {
	opacity: 0.8;
}

/*========== ロゴ ==========*/

#footer #logo {
	width: 244px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/omer/logo_footer_sp.png) center no-repeat;
	background-size: contain;
	margin: 0 auto 0.3em;
}

#footer #logo a {
	display: block;
	height: 100%;
}

#footer .address {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 20px;
}

/*========== メニュー ==========*/

#footer #global-menu {
	background-color: #383838;
	margin-bottom: 15px;
	padding: 0 16px;
}

#footer #global-menu ul {
	max-width: 1150px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer #global-menu ul li {
	margin: 0 0 5px;
}

#footer #global-menu ul li a {
	display: block;
	color: #FFF;
	padding: 1px 8px;
	border-right: 1px solid #FFF;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer #global-menu ul li:last-child a {
	border-right: none;
}

#footer #global-menu ul li a:hover {
	text-decoration: underline;
}

/*========== コピーライト ==========*/

#footer .copy,
#footer .copy2 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4em;
}

#footer .copy {
	margin-bottom: 5px;
}

#footer .copy2 {
	color: #999;
}

@media only screen and (min-width: 768px) {
	
	body {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#wrapper > #contents {
		padding-top: 35px;
	}
		
	span.br:after {
		content: "\A";
		white-space: pre;
	}
	
	/*========== ボタン ==========*/
	
	.button_type1 {
		padding: 20px 50px 20px 70px;
	}
	
	/*========== テーブル ==========*/
	
	.table_type1 {
		width: 90%;
	}
		
	/*===========================================================
		ヘッダー
	===========================================================*/
	
	#header {
		border-bottom: none;
	}
	
	#header .inner {
		max-width: 1150px;
		margin: 0 auto;
		padding: 0 16px;
	}
	
	#header > .inner {
		height: 125px;
	}
	
	#header .header_copy {
		color: #FFF;
		background-color: #333;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 5px 0;
		line-height: 1.4em;
		margin-bottom: 5px;
	}
	
	/*========== ロゴ ==========*/
	
	#header .header_logo_area {
		position: absolute;
		top: 50%;
		left: 16px;
		float: none;
		margin-top: -27px;
	}
	
	#header .header_logo a {
		width: 267px;
		height: 49px;
		display: block;
		background: url(../img/omer/logo.png) center no-repeat;
		background-size: contain;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	/*========== 商品検索 ==========*/
	
	#header #search {
		width: 405px;
		height: 47px;
		position: absolute;
		top: 0;
		right: 79px;
		background-color: #CCC;
		padding-left: 10px;
		border-radius: 5px;
	}
	
	#header #search select,
	#header #search .input_search {
	}
	
	#header #search select {
		height: 30px;
		padding: 0.2em 10px;
		font-size: 13px;
		font-size: 1.3rem;
		border: none;
	}
	
	#header #search .input_search {
		width: 54%;
		height: 30px;
		padding-left: 10px;
		padding-right: 45px;
	}
	
	#header #search .input_search input[type="search"] {
		height: 30px;
		padding: 0.5em 10px;
		background-color: #FFF;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	#header #search .bt_search {
		width: auto;
		height: auto;
		padding-right: 10px;
	}
	
	#header #search .bt_search img {
		width: 22px;
		height: auto;
	}
	
	/*========== カートボタン ==========*/
	
	#header #cart_area {
		width: auto;
		height: auto;
		top: 0;
		right: 16px;
	}
		
	#header #cart_area a {
		width: 49px;
		height: 47px;
		line-height: 47px;
		display: block;
		background: url(../img/omer/icon_cart.png) 10px center no-repeat #078ace;
		background-size: 33px;
		border-radius: 5px;
		color: transparent;
		text-align: right;
		padding-right: 10px;
		font-size: 0.95em;
	}
	
	#header #cart_area a:hover {
		opacity: 0.8;
	}
	
	/*========== 会員登録等ボタン ==========*/
	
	#header .member_link {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	#header .member_link a {
		height: auto;
		line-height: 1.4em;
		text-align: center;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	#header .member_link li img {
		width: 31px;
		height: auto;
		margin-bottom: 5px;
	}
	
	/*========== グローバルメニュー ==========*/
	
	#header #category {
		padding-top: 0;
	}
	
	#header #category .category-nav {
		border: none;
		background-color: #078ace;
		letter-spacing: -0.4em;
		padding: 3px 0;
	}
	
	#header #category .category-nav li {
		border-left: 1px solid #39a1d8;
		letter-spacing: normal;
	}
	
	#header #category .category-nav li:last-child {
		border-right: 1px solid #39a1d8;
	}
	
	#header #category .category-nav li a {
		height: 45px;
		line-height: 45px;
		color: #FFF;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#header #category .category-nav li a:hover {
		background-color: #39a1d8;
	}
	
	/*===========================================================
		左カラム
	===========================================================*/
	
	#side_right {
		width: 250px;
		float: left;
	}
	
	/*========== カテゴリー ==========*/
	
	#side_right_category ul li {
		height: 70px;
		line-height: 60px;
	}
	
	#side_right_category ul .computer {
		line-height: 1.4em;
	}
	
	#side_right_category ul .computer .left_inner {
		display: table-cell;
		vertical-align: middle;
		height: 60px;
	}
	
	/* 2行ボタン */
	
	#side_right_category ul li.double-line {
		padding-top: 8px;
		height: 70px;
	}
	
	/*===========================================================
		メインカラム
	===========================================================*/
	
	.theme_side_right #main {
		/* 右カラムある時 */
		width: 100%;
		float: right;
		margin-left: -280px;
	}
	
	.theme_side_right .main_inner {
		margin-left: 280px;
	}
	
	/*========== 見出し ==========*/
	
	#main h3.h3 {
		margin-bottom: 3em;
	}
	
	#main h3.h3 p {
		font-size: 30px;
	}
	
	#main h3.h3 span {
		font-size: 0.7em;
	}
		
	/*========== 新着情報 ==========*/
	
	#news_area h3.h3 {
		margin-bottom: 14px;
	}
		
	#news_area .newslist .news_title {
		padding-left: 8em;
	}
	
	#news_area .newslist .news_title:before {
		left: 7em;
	}
	
	#news_area #gallery li {
		width: 100px;
	}
	
	/*========== プライバシーポリシー ==========*/
	
	.midashi_1 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	
	/*========== お買い物ガイド ==========*/
	
	dl.guide dt {
		margin-left: 1em;
	}
	
	dl.guide dd {
		margin-left: 2em;
		margin-bottom: 3em;
	}
	
	/*========== 商品一覧 ==========*/
	
	#topicpath ol {
		float: none;
	}
	
	#topicpath .button_category {
		display: none;
	}
	
	/*===========================================================
		ページトップへ戻るボタン
	===========================================================*/
	
	#button_gotop {
		width: 40px;
		height: 40px;
		right: 15px;
		bottom: 15px;
	}
	
	/*===========================================================
		フッター
	===========================================================*/
	
	/*========== 器材をお買い求めのお客様へ ==========*/
	
	section#attention {
		margin-bottom: 30px;
		padding: 20px;
	}
	
	section#attention .title {
		height: 44px;
		padding-left: 60px;
		background-size: 50px;
		line-height: 44px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	section#attention hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	section#attention p {
		font-size: 1em;
	}
	
	/*========== ご注文/お問い合わせ ==========*/
	
	#footer #title_ordering {
		width: 100%;
		max-width: 940px;
		height: 19px;
		background: url(../img/omer/h2_ordering.png) left center no-repeat;
		background-size: contain;
		margin: 0 auto 20px;
		padding-top: 2px;
		padding-left: 193px;
		text-align: left;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	/* リスト */
	
	#footer #ordering {
		width: 100%;
		max-width: 940px;
		letter-spacing: -0.4em;
		margin: 0 auto 20px;
	}
	
	#footer #ordering li {
		letter-spacing: normal;
		display: inline-block;
		padding: 0 15px 0 65px;
		vertical-align: middle;
	}
	
	#footer #ordering li.tel {
		background: url(../img/omer/icon_tel.png) 15px center no-repeat;
	}
	
	#footer #ordering li.fax {
		background: url(../img/omer/icon_fax.png) 15px center no-repeat;
	}
	
	#footer #ordering li.inquiry {
		background: url(../img/omer/icon_mail.png) 15px center no-repeat;
		background-size: 34px;
	}
	
	#footer #ordering li .number {
		font-weight: bold;
		color: #078ace;
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.1em;
	}
	
	#footer #ordering li .caption {
		font-size: 12px;
		font-size: 1.2rem;
		color: #06335f;
	}
	
	#footer #ordering li.inquiry a {
		display: block;
		color: #FFF;
		background-color: #078ace;
		padding: 10px 0;
		border-bottom: 2px solid #999;
		border-radius: 4px;
	}
	
	#footer #ordering li.inquiry a:hover {
		opacity: 0.8;
	}
	
	/*========== ロゴ ==========*/
	
	#footer #logo {
		width: 496px;
		height: 27px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(../img/omer/logo_footer.png) center no-repeat;
		background-size: contain;
		margin: 0 auto 0.3em;
	}
	
	#footer #logo a {
		display: block;
		height: 100%;
	}
	
	#footer .address {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	/*========== メニュー ==========*/
	
	#footer #global-menu {
		background-color: #383838;
		margin-bottom: 15px;
		padding: 0 16px;
	}
	
	#footer #global-menu ul {
		max-width: 1150px;
		margin: 0 auto;
		padding: 10px 0;
	}
	
	#footer #global-menu ul li {
		margin: 0;
	}
	
	#footer #global-menu ul li a {
		display: block;
		color: #FFF;
		padding: 1px 8px;
		border-right: 1px solid #FFF;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#footer #global-menu ul li:last-child a {
		border-right: none;
	}
	
	/*========== コピーライト ==========*/
	
	#footer .copy,
	#footer .copy2 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4em;
	}
	
}

@media only screen and (min-width: 900px) {
	
	/*===========================================================
		ヘッダー
	===========================================================*/
	
	/*========== 商品検索 ==========*/
	
	#header #search {
		right: 180px;
	}
	
	/*========== カートボタン ==========*/
	
	#header #cart_area a {
		width: 150px;
		color: #FFF;
	}
	
}