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

@font-face{
  font-family: 'hannari';
  src: url('../font/Hannari.woff') format('woff'), /* Modern Browsers */
  url('../font/hannari.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.hannari{
  font-family: 'hannari';
}

/* デフォルト
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	padding: 0px;
	line-height: 1.8;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	background-color: #000000;
	overflow-x: hidden;
}
form, input, p, ul, li, dl, th, dd, dt, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3, h4, h5, h6, strong {
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.sttl h3 span {
  font-size: 15px;
}
a img, img {
	border: 0;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
/*a img:hover {
	opacity: 0.7;
}*/
ul, ol, dl {
	margin: 0;
	padding: 0;
}
dt, dd, li {
	list-style-type: none;
}
a:link {
	text-decoration: none;
	color: #4c2905;
}
a:visited {
	text-decoration: none;
	color: #4c2905;
}
a:hover {
	text-decoration: underline;
	color: #E51818;
}
a:active {
	text-decoration: none;
	color: #4c2905;
}

*, *:before, *:after {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a img {
	transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

a img:hover {
	opacity: 0.6;
}

#container {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.bg_img {
	background-image: url(../img/../img/common_img/bg_img.png);
	background-repeat: repeat;
	background-position: top center;
}

.inner {
	width: 1250px;
	margin: 0 auto;
}

.max_inner {
	max-width: 1250px;
	min-width: 1250px;
	margin: 0 auto;
}

/*　clearfix
----------------------------------------------- */

.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	 clear: both;
}

.clfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clfix {
	display: inline-block;	/*for ie7*/
}

/* top_mv
----------------------------------------------- */

#container #top_mv {
	background-image: url(../img/index/index_mv_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 690px;
}

/* top_header
----------------------------------------------- */

#container #top_header {

}

#container #top_header h1.logo {
	padding-top: 30px;
	margin-left: 20px;
	margin-bottom: 65px;
}

/* top_nav
----------------------------------------------- */

#container #top_nav {

}

#container #top_nav ul {

}

#container #top_nav ul li {
	margin-bottom: 8px;
}

#container #top_nav ul li:last-child {
	margin-bottom: 0;
}

#container #top_nav ul li:first-child {
	padding-left: 20px;
}

#container #top_nav ul li:nth-child(2) {
	padding-left: 45px;
}

#container #top_nav ul li:nth-child(3) {
	padding-left: 25px;
}

#container #top_nav ul li:nth-child(4) {
	padding-left: 65px;
}

#container #top_nav ul li:nth-child(5) {
	padding-left: 35px;
}

#container #top_nav ul li:nth-child(6) {
	padding-left: 50px;
}

/* top_area
----------------------------------------------- */

#container #top_area {

}

/* top_area / box01
----------------------------------------------- */

#container #top_area .box01 {
	background-image: url(../img/index/index_box01_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 1030px;
	position: relative;
}

#container #top_area .box01 .text_box {
	width: 440px;
	margin-left: 130px;
	padding-top: 60px;
}

#container #top_area .box01 .text_box .midashi {
	text-align: center;
	margin-bottom: 20px;
}

#container #top_area .box01 .text_box p {
	font-size: 18px;
	margin-bottom: 15px;
}

#container #top_area .box01 .text_box .btn {
	text-align: center;
}

#container #top_area .box01 .catch {
	position: absolute;
	top: 45px;
	right: 0;
}

/* top_area / box02
----------------------------------------------- */

#container #top_area .box02 {
	background-image: url(../img/index/index_box02_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 410px;
}

/* top_area / box03
----------------------------------------------- */

#container #top_area .box03 {
	background-image: url(../img/index/index_box03_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 710px;
	position: relative;
}

#container #top_area .box03 .midashi {
	text-align: center;
	padding-top: 85px;
}

#container #top_area .box03 p {
	width: 470px;
	font-size: 18px;
	margin-left: 150px;
	padding-top: 210px;
}

/* top_area / box04
----------------------------------------------- */

#container #top_area .box04 {
	background-image: url(../img/index/index_box04_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 510px;
	position: relative;
}

#container #top_area .box04 .text_box {
	width: 515px;
	position: absolute;
	top: 30px;
	right: 95px;
}

#container #top_area .box04 .text_box .midashi {
	margin-bottom: 20px;
}

#container #top_area .box04 .text_box p {
	font-size: 18px;
}

#container #top_area .box04 .btn {
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* top_area / box05
----------------------------------------------- */

#container #top_area .box05 {
	background-image: url(../img/index/index_box05_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 517px;
	position: relative;
}

#container #top_area .box05 p {
	font-size: 18px;
	width: 350px;
	position: absolute;
	left: 435px;
	top: 155px;
}

#container #top_area .box05 .catch {
	position: absolute;
	left: 20px;
	top: 275px;
	z-index: 100;
}

/* top_area / box06
----------------------------------------------- */

#container #top_area .box06 {
	background-image: url(../img/index/index_box06_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 390px;
	position: relative;
	padding-top: 30px;
}

#container #top_area .box06 .inner {
	width: 1020px;
}

#container #top_area .box06 .box_l {
	float: left;
}

#container #top_area .box06 .box_r {
	float: right;
}

#container #top_area .box06 .box_r .midashi {
	margin-bottom: 15px;
}


/* footer
----------------------------------------------- */

#container #footer {
	/*background-image: url(../img/footer/footer_bg.png);*/
	background: url(../img/footer/footer_bg.png), url(../img/../img/common_img/bg_img.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	padding-bottom: 30px;
}

#container #footer .inner {

}

#container #footer .logo {
	float: left;
	padding-left: 200px;
	padding-top: 70px;
}

#container #footer .jyoho_box {
	float: right;
	padding-right: 115px;
	padding-top: 80px;
}

#container #footer nav.footer_nav {
	margin-bottom: 20px;
}

#container #footer nav.footer_nav ul {

}

#container #footer nav.footer_nav ul li {
	float: left;
	margin-right: 15px;
}

#container #footer nav.footer_nav ul li:last-child {
	margin-right: 0;
}

#container #footer .jyoho_box p {
	font-size: 20px;
}

#container #copy {
	font-size: 10px;
	line-height: 1.0em;
	text-align: center;
	background-color: #3b2416;
	color: #ffffff;
	padding: 15px 0;
}

ul#instafeed {
	margin: 0;
	padding: 0;
	width: 500px;
}

ul#instafeed li{
    width: 100px;
    height: 100px;
    margin: 0 5px 8px;
    padding: 0;
    display: block;
    float: left;
    border: none;
}

ul#instafeed li img{
	width: 100%;
}
