
body{
    font-family: "Arial", "メイリオ";
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	max-width: 1500px;
	margin: auto;
	text-align: center; 
}

p,h2{
	color: #fff;
	font-weight: 300;
}
h2{
	font-size: 73px;
	line-height: 0.8em;
}
h2,h3{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2{
	font-weight: 900;
	letter-spacing: 0.05em;
}
h3{
	font-size: 64px;
	font-weight: 200;
	color: #4d6a31;
}
span.small{
	font-size: 33px;
}
p{
	line-height: 1.9em;
}
a{
	text-decoration: none;
}


img{
max-width: 100%;
height: auto;
}

.innnerBox{
	max-width: 1200px;
	margin: auto;
}
img.exhibtionImg {
    width: 640px;
	margin-bottom: 135px;
}
.concept{
	padding: 240px 0 140px;
}
.concept p{
	font-size: 27px;
	letter-spacing: 5px;
}
.flexContents {
    display: flex;
    justify-content: space-between;
	margin-bottom: 100px;
}
.flexContents img {
    width: 17%;
}
.map{
	padding-bottom: 90px;
	border-bottom: solid 1px #bebebe;
}
.announce{
	background-color: #fff;
	padding: 120px 0;
}
.announce p{
	color: #231815;
	font-size: 22px;
	text-align: left;
}
.announceFlex {
    margin-top: 95px;
    display: flex;
}
.exhibtion1,.exhibtion2{
	width: 510px;
	text-align: left;
}
.exhibtion1 img,.exhibtion2 img{
	width: 350px;
}
.exhibtion1{
  padding-right: 90px;
}
.exhibtion2{
  padding-left: 90px;
  background-image: repeating-linear-gradient(180deg, #bebebe, #bebebe 12px, transparent 12px, transparent 16px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
a.announceBtn {
    display: flex;
}
.announceBtn p{
	background-color: #4d6a31;
	padding: 20px 40px;
	color: #fff !important;
	font-size: 19px!important;
	font-weight: 600;
}
.announceBtn p:hover{
	background-color: #d2e0c1;
	color: #4d6a31 !important;
}
img.announceFlex {
    width: 350px;
}
span.subTtl{
	font-size: 23px;
}
.brandContents{
	margin-bottom: 140px;
}
a.brandBtn{
	display: flex;
	justify-content: center;
}
.brandBtn p{
	background-color: #FFF;
	padding: 20px 40px;
	color: #4d6a31 !important;
	font-size: 19px!important;
	font-weight: 600;
}
.brandBtn p:hover{
	background-color: #d2e0c1;
}
.brand{
	padding: 100px 0;
}

.brand img{
	margin-bottom: 40px;
}
.brand p{
	font-size: 24px;
	color: #fff;
	text-align: left;
}
.brandTxt{
	border-top: 1px solid #fff; 
	margin-top: 70px; 
	padding-top: 100px; 
}
.bold{
	font-size: 26px !important;
	font-weight: 400;
}
p.attention {
    font-size: 18px;
}
footer{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 125px 0 20px;
	background-color: #fff!important;
}

footer img{
	margin-bottom: 145px;
	width: 500px;
}
footer p{
	font-size: 12px;
	color: #1a2b7c;
}


@media screen and (max-width: 768px) {
h2{
	font-size: 30px;
	line-height: 1.2em;
	}
h3{
	font-size: 32px;	
}
p{
	line-height: 27px;
}

.concept{
	padding: 40px 0;
}
span.small {
    font-size: 22px;
}
.bold {
    font-size: 19px !important;
}
.concept p {
    font-size: 16px;
}
span.subTtl {
    font-size: 13px;
}
.map {
    padding-bottom: 50px;
}
.announceFlex {
    margin-top: 30px;
}
.announce {
    padding: 50px 0;
}
.announce p {
    font-size: 15px;
}
img.exhibtionImg {
    width: 60%;
    margin-bottom: 50px;
}
.flexContents {
    flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
.flexContents img {
    width: 29%;
	padding: 0 2%;
	margin-bottom: 8px;
}

.announceFlex {
    display: block;
}
.exhibtion1,
.exhibtion2{
	text-align:center; 
	width: 100%;
	padding: 0;
}
.exhibtion1 img,.exhibtion2 img{
	width: 80%;
}
a.announceBtn {
    justify-content: center;
}
.exhibtion2 {
    background-image: none;
}
.announceBtn p {
    background-color: #4d6a31;
    padding: 15px 30px;
    font-size: 16px!important;
}
.brand p {
    font-size: 15px;
}
.brandContents {
    margin-bottom: 80px;
}
.brand img {
    margin-bottom: 25px;
}
.brandBtn p{
	padding: 15px 30px;
	font-size: 16px!important;
}
.brandTxt {
    margin-top: 50px;
    padding-top: 50px;
}
.brandImg{
	width: 70%;	
}
footer{
  width: 100%;
  margin: 0;
  padding: 40px 0 15px;
}
footer img {
    margin-bottom: 50px;
    width: 60%;
}
}

@media screen and (max-width: 1024px) {
.innnerBox{
	padding: 3%;
	}
h2{
	font-size: 8vw;
}
span.small {
    font-size: 4vw;
}
.concept {
    padding: 100px 0 80px;
}
.concept p{
	letter-spacing: 3px;
}
img.exhibtionImg {
    width: 70%;
    margin-bottom: 135px;
}
.announce {
    padding: 50px 20px;
}
.exhibtion1 {
    padding-right: 20px;
}
.exhibtion2 {
    padding-left: 20px;
}
}