@charset "utf-8";
/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	background: #fff;
	color: #333;
	text-align: center;
}
@media only screen and ( max-width: 599px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.text_s {
  font-size: 70%;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}
.text_b {
  font-weight: 700;
}
a:link, a:visited {
	color: #005ECF;
	text-decoration: none;
}

a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@media print, screen and (min-width:750px){
	.display_sp {display: none}
}
@media screen and (max-width:749px){
	.display_pc {display: none}
}
@media print, screen and (min-width:1501px){
	.display_1500 {display: none}
}
@media screen and (max-width:1500px){
	.display_1920 {display: none}
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}
.wide_wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
@media only screen and ( max-width: 599px ) {
	.container {
	}
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
  background: #fff;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
}
.header_logo{
	width: 15%;
	text-align: left;
}
.header_logo img {
	max-width: 100px;

}
.header_name {
	text-align: right;
}
.header_name img {
	max-width: 120px;
}
@media only screen and ( max-width: 749px ) {
	header {
		margin: 0 auto 0;
	  padding: 0;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: none;
  }
  .header_name {
  }
  .header_name img {
    width: 80%;
    }
}

/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
main {
  background: #E4E0CF;
}
.mv_title_wrap {
  background: url("../img/bg_mv_title.png") center top / 100% 100% no-repeat;
}
/*.mv_title_wrap .wide_wrapper {
  background: url("../img/bg_mv_title_1500.png") center top no-repeat;
}*/
.mv_wrap {
  background: url("../img/bg_mv.png") center bottom / 100% auto no-repeat;
}

@media only screen and ( max-width: 1499px ) {
  .mv_wrap {
    background: url("../img/bg_mv.png") center top / 100% auto;
  }
}
/*----------------------------------------------------------
　フェア
-----------------------------------------------------------*/
.fair_title_wrap {
  background: #520000;
}
.fair_title_wrap .wide_wrapper {
  background: url("../img/bg_main_title.png") center top no-repeat;
}
.fair_box .wide_wrapper {
  background: url("../img/bg_main.png") center top / 100% auto no-repeat;
}
.cont_end {
  padding-bottom: 5%;
}
/*----------------------------------------------------------
　ショップ
-----------------------------------------------------------*/
.shopArea {
  background: url("../img/bg_bottom.png") center top / cover no-repeat;
}
.shop_box {
  padding: 3% 0 8%;
}
/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
}
.copyright {
  padding: 1em 0;
	text-align: center;
}

/*非表示 ------------------------------*/
