@charset "utf-8";

/* 全体の設定 */
body {
	background-color: #ffe;
	margin: 0;
}

/* コンテナの幅は940px固定、空きは左右均等 */
.container {
	max-width: 940px;
	margin: 0 auto;
}


/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-family: 'メイリオ', '游ゴシック', sans-serif;
	font-weight: normal;
	color: #222;
	line-height: 1.1;
}

h1 {
	font-size: 34px;
	text-shadow: 1px 1px 2px #666b70;
	letter-spacing: 3px;
	margin-top: 40px;
	margin-bottom: 10px;
}

h2 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 5px;
}

h3 {
	font-size: 23px;
	margin-top: 20px;
	margin-bottom: 5px;
}

/* リンクの文字部分 */
a {
	text-decoration: none;
}

/* 本文 */
p {
	line-height: 1.5;
	margin: 0;
}

/* ページタイトル部分 */
.lead {
	color: gray;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 20px;
}

/* 写真 */
.photo {
	overflow: auto;
}

.large-image {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.small-image {
	float: right;
	margin-right: 10px;
	margin-bottom: 30px;
}

.clear {
	clear: left;
}

/* キャプション */
.caption {
	font-size: 12px;
}

/* 表 */
table {
	border: 2px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
}

th, td {
	border: 2px solid #ccc;
	padding: 10px;
}

th {
	background-color: #ffd700;
}

.goodslist {
	width: 100%;
}

.spec {
	text-align: center;
	width: 170px;
}

/* コンテンツ */
#contents02,#contents03 {
	border-top: 6px dotted #ccc;
}

/* グローバルメニュー */
.global-nav {
	font-size: 16px;
	width: auto;
	background-color: #ffe;
}

.nav-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav-item {
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
}

.active {
	background-color: #ffdab9;
}

/* ロゴ画像 */
.logo-image {
	vertical-align: bottom;
}

/* フッター */
footer {
	text-align: center;
	margin: 40px 0 20px;
}

@media screen and (max-width: 480px) {
	.logo-image {
		width: 100%;
	}
	.global-nav {
		width; 100%;
	}
	.spec {
		width: auto;
	}
	.large-image {
		width: 35%;
	}
	.small-image {
		width: 35%;
	}
}

@media (min-width: 768px){
	a[href^="tel:"]{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

