@charset "UTF-8";

/* すべてのWebページに適用される */
html {
	font-family: sans-serif;
}
html * {
	box-sizing: border-box;
}
body { /* サイト表示幅 */
	margin: 0 0 0 0;
	background-color: #f2f2e5;
}
.wrapper {
	margin: 0 auto 0 auto;
	max-width: 1000px;
}

h1 { /* 見出し */
	text-align: center;
}
h2 { /* 見出し */
	color: #3f5170;
	font-size: 22px;
	border-bottom: 3px dotted #3f5170;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h3 { /* otutomeの設定 */
	border: 1px solid #3f5170;
	background-color: #dde2ea;
}
h4 { /* カテゴリの設定 */
	color: #3f5170;
	font-size: 18px;
	border-bottom: 3px dotted #3f5170;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

p {
	line-height: 1.3;
}

.text-center1{
	text-align: center;
}

a:link { /* すべてのリンクの表示設定 */
	color: #d25833;
}
a:visited {
	color: #d25833;
}
a:hover {
	color: #e3937a;
}
a:active {
	color: #ff6a3b;
}

img { /* 画像の設定 */
	max-width: 100%;
	height: auto;
}

/* すべてのページに適用　-　ヘッダー　- */
.logo {
	margin: 25px 0 20px 0;
	line-height: 0;
	text-align: center;
}

.nav li { /* ナビゲーション設定 */
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
.nav ul {
	margin: 0 0 0 0;
	margin-left: 8px;
	margin-right: 10px;
	padding: 20px 10px 15px 20px;
	border: 1px solid #000000;
	text-align: center;
}
.nav a:link {
	color: #3c454d;
	text-decoration: none;
}
.nav a:visited {
	color: #3c454d;
	text-decoration: none;
}
.nav a:hover {
	color: #7b8dac;
	text-decoration: none;
}
.nav a:active {
	color: #5a9bc0;
	text-decoration: none;
}

/* すべてのページに適用　-　フッター　- */
.footer {
	margin-top: 30px;
	padding: 80px 15px 20px 15px;
	font-size: 12px;
	color: #3f5170;
	text-align: center;
}

/* カラムの設定 */
.menu-item {
	display: flex;
	border-bottom: 1px dashed #bec2c7;
	padding: 20px 8px;
}
.menu-category {
	flex: 0 0 110px;
	margin-right: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #bec2c7;
	text-align: left;
}
.menu-honbun {
	flex: 1 1 auto;
	margin-right: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #bec2c7;
}
.menu-banner {
	flex: 0 0 200px;
	margin-right: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #bec2c7;
	text-align: left;
}

li { /* 箇条書きの設定 */
	margin-top: 15px;
}

/* テーブルの設定 */
.otutome {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.otutome th, .otutome td {
	padding: 4px;
	border: 1px solid #bec2c7;
	text-align: center;
}
.otutome th {
	background-color: #dde2ea;
	color: #3f5170;
	vertical-align: center;
}

.kotodama {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.kotodama th, .kotodama td {
	padding: 4px;
	border: 1px solid #bec2c7;
	text-align: center;
}
.kotodama th {
	background-color: #dde2ea;
	color: #3f5170;
	vertical-align: center;
}

.miko {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.miko th, .miko td {
	padding: 4px;
	border: 1px solid #bec2c7;
	text-align: center;
}
.miko th {
	background-color: #dde2ea;
	color: #3f5170;
	vertical-align: center;
}
.miko2 {
	width: 365px;
}
.miko3 {
	width: 200px;
}

/* youtubeの設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 個別のスタイル */
/* index.htmlの設定 */

/* about.htmlの設定 */
.shop-photo {
	float: left;
	padding: 0 1em 1em 0;
}
.clear {
	clear: both;
}

/* contact.htmlの設定 */
form div {
	padding: 12px;
	border-bottom: 1px dashed #bec2c7;
}
select {
	width: 30em;
}
input[name="subject"] {
	width: 30em;
}
textarea {
	width: 30em;
	height: 6em;
}
input[type="submit"] {
	margin: 20px 0;
	width: 30em;
}

/* スマートフォン向けのcss */
@media screen and (max-width: 767px){
	/* 全体　-　ナビゲーション設定 */
	.wrapper {
		margin: 0 8px;
	}
	.logo {
		margin: 30px 0;
	}
	.logo img {
		width: 200px;
	}
	.nav {
		background-color: #dfddda;
	}
	.nav li {
		display: block;
	}

	/* menu.html　-　横並び解除 */
	.menu-item {
		display: block;
	}
	.menu-photo {
		margin-right: 0;
		width: 100%;
	}
	.menu-text {
		width: 100%;
	}
	
	/* otutome.html　テーブルの設定 */
	.otutome {
		font-size: 10px;
	}
	.kotodama {
		font-size: 10px;
	}
	.miko {
		font-size: 9px;
	}
	.miko2 {
		width: auto;
	}
	.miko3 {
		width: auto;
	}
	
	/* youtubeの設定 */
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/* about.html　-　画像のパディングを調整 */
	.shop-photo {
		padding-right: 0;
	}
	
	/* contact.html　-　フォームの設定 */
	select {
		width: 100%;
	}
	input[name="subject"] {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
	input[type="submit"] {
		margin: 20px 0;
		width: 100%;
	}
}