/* CSS Document */
.body{
	background:#F8F3DA;
	margin: 0;
}

.header{
	background:#633920;
	color: #fff;
	font-size: 30px;
	padding: 30px;
	text-align: center;
}

.menu{
	background:#9F6C52;
}
.menu-in{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.contents{
	background:#FFFCF0;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	
	color:#3A2619;
}
.contents:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}


.honmon{
	margin-bottom:40px;
}

.title{
	text-align: center;
	font-size: 19px;
}

/* リセットCSS */
h1,h2,h3,h4,
div{
	box-sizing: border-box;
	mragin: 0;
	padding: 0;
}



/* メニュー部分 by chat gpt */

/* ベースのリセット */
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

/* メニュー外枠のスタイル */
.menu-in{
	display: flex;
	width: 640px;
	margin: 0 auto; /* 中央揃え */
}

/* メニューアイテムのスタイル */
.menu-item{
	flex: 1; /* 横幅を均等に分ける */
	background-color:#C79878; /* ノーマル時の背景色 */
	color: white; /* 文字色 */
	text-align: center;
	padding: 8px 0; /* 上下のパディング */
	font-size: 16px;
	text-decoration: none; /* アンダーラインを消す */
	display: block; /* aタグをブロック要素として扱う */
	transition: background-color 0.3s ease; /* ホバー時のスムーズな背景色変更 */
}

.menu-item:hover{
	background-color:#D7C2B3;  /* ホバー時の背景色 */
}


.clear_fix:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
	
}

.bt01{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
}

.bt01:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt02{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
}

.bt02:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt03{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
}

.bt03:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt04{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
}

.bt04:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt05{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 190px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
}

.bt05:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt06{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
}

.bt06:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt07{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
	float: right;
}

.bt07:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt08{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
	float: right;
}

.bt08:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt09{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
	float: right;
}

.bt09:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt010{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
	float: right;
}

.bt010:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt011{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
	float: right;
}

.bt011:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}

.bt012{
	color:#3A2619;/* ff ff ff */
	padding: 5px; 
	width: 160px;
	text-align: center;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-decoration: underline;
	float: right;
}

.bt012:hover{
	cursor: pointer;
	transform: rotate(-90deg);
	transform: scale(1.2);
}