@charset "utf-8";
/* CSS Document */

/* ========================================
    レイアウト
========================================= */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

body{
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	color:#036ca2;
	font-size: 14px;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

div#wrapper{
	width: 1400px;
	margin: 0 auto;
	
}
/* ========================================
	google fontsを使用したCSS
========================================= */
.ribeye-regular {
  font-family: "Ribeye", serif;
  font-weight: 400;
  font-style: normal;
}

/* ========================================
	ヘッダー
========================================= */
header{
	width: 1400px;
	height: 200px;
}

div#logo{
	width: auto;
	text-align: center;
	color: #494949;
	background: #F2E0C9;
	border-left: dashed 10px #F2A999;
	border-right: dashed 10px #F2A999;
	padding-bottom: 20px;
	padding-top: 20px;
}

h1{
	font-size: 50px;
	margin-bottom: 5px;
}

div#header_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

div#icon{
	width: 270px;
	height: 30px;
	background-color: #BF4F45;
	margin-top: 10px;
	border-radius: 10px;
	margin-left: 100px;
}

div#header_inner p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 13px;
}

header div#header_inner nav ul{
	width: 320px;
	height: 30px;
	background-color: #BF4F45;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	margin-right: 100px;
	padding-right: 40px;
}

nav ul li{
	margin-left: 40px;
	margin-top: 7px;
}

nav ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

nav ul li a:hover{
	color: #F2A999;
	text-decoration: underline 3px dashed #F2A999;
	
}
/* ========================================
	メイン画像
========================================= */
div#mainimage img{
	width: 1400px;
	height: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
}
/* ========================================
	コンテンツ(レイアウト)
========================================= */
div#container{
	width: 1400px;
	height: 500px;
	border-radius: 15px;
	background-color: #fff;
	justify-content: center;
	padding-top: 20px;
}

div#container_logo{
	width: 1170px;
	height: 40px;
	margin: 0 auto;
	padding: 10px;
	align-content: center;
	color: #494949;
	background: #F2E0C9;
	border-left: dashed 5px #F2A999;
	border-right: dashed 5px #F2A999;
}

h3{
	color: #494949;
	font-size: 30px;
	font-weight: bold;
}

.logo{
	width: 1185px;
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	align-content: center;
	border-bottom: dashed 3px #F2A999;
	margin-bottom: 10px;
}
/* ========================================
	トップ
========================================= */
div#top{
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	margin-top: 20px 
}

div#top h4{
	color: #494949;
	font-size: 22px;
	font-weight: bold;
}

div#top p{
	color: #494949;
	font-size: 18px;
	padding-left: 15px;
}

/* ========================================
	ボトム
========================================= */
div#bottom{
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}

div#bottom h4{
	color: #494949;
	font-size: 20px;
	font-weight: bold;
}

table{
	width: 1200px;
	height: auto;
	color: #494949;
	border: 1px solid #BF7E45;
	border-collapse: collapse;
	background-color: #F2E0C9;
	padding-left: 15px;
}

th{
	font-size: 18px;
	border-bottom: 1px solid #BF7E45;
	border-right: 1px solid #BF7E45;
	padding: 5px;
	background-color: #D9B384;
}

td{
	font-size: 18px;
	border-bottom: 1px solid #BF7E45;
	border-right: 1px solid #BF7E45;
	padding: 10px;
}


/* ========================================
	フッター
========================================= */
footer{
	width: 100%;
	height: 100px;
	margin-top: 30px;
	color: #494949;
	background-color: #F2E0C9;
	align-content: center;
}

.center{
	text-align: center;
}

.end{
	text-align: end;
	color: #BF4F45;
}
