@charset "UTF-8";
* {
box-sizing: border-box;
}
body {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", 
"YuGothic", sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
color: #333;
background-color: rgb(238, 233, 227);
user-select: none;
}

a {
	text-decoration: none;
}

.header {
	display: flex;
	align-items: center;
	background-color: rgb(88, 44, 4);
	width: 100%;
}
.header_logo {
	width: 300px;
	height: 100px;
}
.header_logo img {
	padding-top: 20px;
	padding-left: 20px;
	width: 400px;
	height: center;
	display: inline-block;
	}
	
.navigation {
	margin-left: auto;
	padding-left: 20px;
}

.navigation ul {
	float: bottom;
}

.navigation li {
	display: inline-block;
	margin-right: 10px;
	}
.navigation li a {
	margin-left: 64px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.navigation li a:hover {
	color: #fed272;
}

.footer {
	text-align: center;
	width: 100%;
	background-color: rgb(0, 0, 0);
	margin-bottom: 0%;
}

.footer small {
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}

.footer small a {
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}



/* index.html */
.main-text h2 {
	text-align: center;
	font-size: 46px;
	color: rgb(88, 44, 4);
	margin-top: 40px;
}

.index-text h3 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 24px;
	color: rgb(88, 44, 4);
}

.slider img {
	width: 100%;
}

.slider {
	width: 100%;
	margin: 40px auto 0;
}

.slick-prev, .slick-next {
	z-index: 1;
}

.index-text {
	background-color: #fff;
}

.index-text h3 {
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
}

.wrap-pick {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0px 80px 0px;
	margin: 0px 60px 0px 60px;
  }
  
.pick-up {
	width: 30%;
	margin: 0 auto;
	margin-bottom: 20px;
  }

.pick-up a {
	color: #333;
	text-decoration: none;
}

.pick-up a:hover {
	color: rgb(88, 44, 4);
}

 .pick-up img {
	width : 100%;
}

.pick-up p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: auto;
}


.section-heading {
	margin-bottom: 60px;
}

.news-list {
	margin: 0px 60px 0px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.news-item {
	width: 210px;
	height: 360px;
	margin-bottom: 40px;
	background-color: #fff;
  }

.news-item img {
	width: 210px;
}

.news-category h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	color: #333;
}

.main {
	text-align: center;
	background-color: #6d4c05;
	height: 28px;
	width: 300px;
	margin-top: 42px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 42px;
	border-radius: 10px;
}

.main h3 {
	padding-top: 3px;
	text-align: center;
	height: center;
	font-size: 24px;
	color: #fff;
}


/* monhan.index */
.text-top {
	margin-top: 380px;
}

.text-bottom {
	margin-bottom: 146px;
}

.page {
	background-image: url(../images/mh_main.jpg);
	background-repeat: no-repeat;
	background-size: auto;
}

.monhan_text {
	padding: center;
	width: 400px;
	margin-left: 5%;
	background-color: rgba(51, 51, 51, 0.685);
	text-align: center;
}

.monhan_text h3 {
	font-size: 20px;
	color: #fff;
	line-height: 1.6;
}

.monhan_text p{
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
}

/* mhlineup.html */
.section-heading h2 {
	text-align: center;
	font-size: 46px;
	color: rgb(88, 44, 4);
	padding-top: 40px;
}

.section-heading p {
	text-align: center;
	font-size: 16px;
	color: rgb(88, 44, 4);
	padding-bottom: 40px;
}

.lineup-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin : 0 auto;
}

.lineup-item {
	width: 400px;
	margin-bottom: 60px;
	background-color: #eee;
  }

  .lineup-item img {
	width: 400px;
  }

.lineup-category h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
	color: #333;
}

.lineup-text {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	color: #333;
}

/* index.php */
.ita {
	text-align: center;
}

.ita img {
	width: 600px;
	padding-top: 40px;
}

.ita h2 {
	font-size: 46px;
	padding: 20px 0px 20px 0px;
}

.ita-kinsoku {
	background-color: #fff;
	width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.ita-kinsoku ul {
	list-style: none;
}

.ita-kinsoku h3 {
	color: #333;
	font-size: 20px;
	padding: 5px 10px 5px 15px;
}

.ita-kinsoku li {
	color: #333;
	font-size: 16px;
	padding: 0px 10px 5px 10px;
}


.ita-text {
	text-align: center;
}

.name-area {
	padding: 20px;
}
.name-area h3 {
	font-size: 20px;
	padding: auto;
}

.name-area p {
	font-size: 16px;
}

.name-area text {
	padding: auto;
}

.text-area {
	font-size: 20px;
	padding: 20px;
}

.comment-area {
	padding: 5px 50px 5px 50px;
	margin: 10px 100px 10px 100px;
	border-radius: 15px;
}

.comment-area p {
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background-color: #fff;
	border-radius: 15px;
}