@charset "UTF-8";
/* == 全　体 ============================================================================== */
html {
	font-size: 625%; /*ベースサイズ16px*/
}
body {
	background: url(/images/header_bg.jpg) no-repeat center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Arial, Helvetica, sans-serif, "MS Pゴシック", "MS PGothic", Osaka;
	font-size: 0.16rem; /*ベースサイズ16px*/
	line-height: 1.5625;
	color: #2b2b2b;
	margin: 0;
	padding: 0;
}
#wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
a {
    color: #BBAA9B;
    text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}
a:hover img {
	filter:alpha(Opacity=80); /* IE 用 */
	-moz-opacity:0.8; /* Mozilla 用 */
	-khtml-opacity:0.8; /* KHTML 用 */
	opacity:0.8;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.nowrap {
	white-space: nowrap;
}

/* -- ヘッダ ------------------------------------------- */
header {
	min-height: 100px;
	padding: 20px 0 0;
}
h1 {
	float: left;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
}
/* -- ページタイトル -- */
#page-title {
	position: relative;
	max-width: 800px;
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	margin: 0 auto;
}
#page-title .inner {
	position: absolute;
	bottom: .1rem;
	left: .1rem;
}
#page-title p {
	text-shadow: -1px 1px 4px #000, 1px -1px 4px #000;
}
/*ページ別*/
#kodawari #page-title {
	background-image: url(/kodawari/images/kodawari-mainph.jpg);
}
#item #page-title {
	background-image: url(/item/images/item-mainph.jpg);
}
#cominfo #page-title {
	background-image: url(/cominfo/images/cominfo-mainph.jpg);
}

/* -- コンテンツ --------------------------------------- */
#content {}
#content h3 {
	margin: 0;
	padding: .35rem 0 0;
}
body:not(#top) #content h3 {
	border-bottom: 1px solid #cd131d;
	padding-bottom: .05rem;
}
body:not(#top) #content .copy h3 {
	background: linear-gradient(to right, rgba(255,255,255,.8) 70%, rgba(255,255,255,0) 100%);
	padding-right: .50rem;
}
.copy {
	background-repeat: no-repeat;
	background-position: right top;
}
.copy p {
	text-shadow: -1px 1px 3px #FFF, 1px -1px 3px #FFF, -2px 2px 4px #FFF, 2px -2px 4px #FFF;
}
#content table {}
#content table th {
	background-color: #f5f4f0;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}
#content table th,
#content table td {
	border: 1px solid #999;
	padding: .1rem;
}
#content table td {}
#content table td *:first-child,
#content table td *:last-child {
	margin: 0;
}
/*ページ別*/
#top .copy {
	background-image: url(/images/top-maincopy_bg.jpg);
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.18rem;
}
#kodawari .copy:nth-of-type(1) {
	background-image: url(/kodawari/images/kodawari-copy01_bg.jpg);
}
#kodawari .copy:nth-of-type(2) {
	background-image: url(/kodawari/images/kodawari-copy02_bg.jpg);
}
#item .copy:nth-of-type(1) {
	background-image: url(/item/images/item-copy01_bg.jpg);
}
#item .copy:nth-of-type(2) {
	background-image: url(/item/images/item-copy02_bg.jpg);
}
#item .copy:nth-of-type(3) {
	background-image: url(/item/images/item-copy03_bg.jpg);
	background-position: right .35rem;
}
/* 商品写真 */
.item-ph {}
.item-ph img {
	max-width: 16.666%;
}

/* メニュー */
#content #main_menu {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#content #main_menu li {
	display: inline-block;
	max-width: 31.25%;
	font-size: 0;
}
#content #main_menu li:nth-of-type(2) {
	margin-right: 3.125%;
	margin-left: 3.125%;
}
/* イメージ写真 */
.image-ph {
	text-align: center;
	margin-top: .30rem;
}
.image-ph img {
	max-width: 33.333%;
}
/* オンラインショップボタン */
.goshop_btn {
	text-align: center;
	margin-top: .48rem;
}
#top .goshop_btn {
	background: url(/images/top-onlineshop_bg.jpg) no-repeat center top;
	background-size: contain;
}
/* 会社概要 */
#cominfo table {
	margin-top: .35rem;
}
#cominfo iframe {
	width: 100%;
}

/* -- フッタ ------------------------------------------- */
footer {
	background: url(/images/foot_bg.jpg) no-repeat right bottom;
	color: #fff;
	font-size: 0.12rem;
	line-height: 1.25;
	margin-top: 4em;
	padding: 1em 1em .75em;
}
footer p {
	margin: 0;
	padding: 0;
}
footer strong {
	font-size: 0.14rem;
}
footer a {
	color: #fff;
}

@media screen and (min-width: 768px) {
/* 電話リンクを機能させない */
a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
}
/* -- ページタイトル -- */
#page-title {}
#page-title h2 {
	float: left;
	margin: 0 20px;
}
#page-title p {
	margin: 10px 15px 0 225px;
}

/* -- コンテンツ --------------------------------------- */
body:not(#top) #content>h3,
body:not(#top) #content>p,
#content>table {
	margin-right: 10%;
	margin-left: 10%;
}
#content>table {
	width: 80%;
}
.copy {
	padding: 0 10%;
}
.copy h3 {
	display: inline-block;
}
#item .copy:nth-of-type(1) {
	background-position: right bottom;
}
/* オンラインショップボタン */
#top .goshop_btn {
	padding-top: 280px;
}

/* -- フッタ ------------------------------------------- */
footer .copyright {
	text-align: right;
	margin-top: -1.2em;
}
}
@media screen and (max-width: 767px) {
html {
    font-size: 546.875%; /*ベースサイズ14pxに変更*/
}
/* -- ページタイトル -- */
#page-title h2 {
	text-align: center;
}
#page-title p {
	width: 98%;
	margin: 0 auto;
}
/* -- コンテンツ --------------------------------------- */
#content {
	width: 95%;
	margin: 0 auto;
}
.copy {
	background-position: center top;
}
body:not(#top) #content .copy h3 {
	padding: .05rem 0;
}
/*ページ別*/
#top .copy {
	padding-top: 35%;
}
#top #content h3 {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,.8) 40%);
}
#kodawari .copy:nth-of-type(1) {
	padding-top: 35%;
}
#kodawari .copy:nth-of-type(2) {
	padding-top: 35%;
}
#item .copy:nth-of-type(1) {
	padding-top: 50%;
}
#item .copy:nth-of-type(2) {
	padding-top: 50%;
}
#item .copy:nth-of-type(3) {
	padding-top: 50%;
}
h3,
.copy p {
	width: 100% !important;
}
/* オンラインショップボタン */
#top .goshop_btn {
	background-size: 100% auto;
	padding-top: 50%;
}

/* -- フッタ ------------------------------------------- */
footer {
	text-align: center;
}
footer .copyright {
	margin-top: 1em;
}
}
@media screen and (max-width: 425px) {
#content #main_menu li {
	display: block;
	max-width: 100%;
	margin: 0 auto !important;
}
.copy {
	background-size: contain;
	padding-top: 50% !important;
}
/* 商品写真 */
.item-ph img {
	max-width: 33.333%;
	text-align: center;
}
/* イメージ写真 */
.image-ph img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
}