@charset "UTF-8";

/* =====================
  common - pc
===================== */
body {
    font-size: 16px;
	font-size: 0.9vw;
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #424242;
    line-height: 1.4;
    letter-spacing: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

a:link,
a:visited,
a:hover,
a{
	color: #424242;
	text-decoration: none;
}

img {
    transition: 1.5s;
}

a img:hover{
	opacity: .8;
}

.sp { 
	display: none;
}

.visuallyhidden{
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

#content{
	padding-top: 80px;
    overflow: hidden;
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* =====================
  header - pc
===================== */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #fff;
	z-index: 3000;
	border-bottom: 1px solid #d7d7d7;
}
.header_inner{
	width: 100%;
	height: 100%;
	min-width: 1278px;
	margin: 0 auto;
}
.logo_box{
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
}
.logo{
	width: 100%;
	max-width: 402px;
	text-align: center;
	margin: 16px auto;
}

.language {
	position: absolute;
	top:25px;
	right: 50px;
}

.language select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
cursor: pointer; /* マウスカーソルの形を指定する */
border: 1px solid #fff;/* ボックスの境界線を実線で指定する */
border-radius: 5px; /* 角丸を指定する */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}


/* header > gNav
------------------------*/
.gNav{
	width: 100%;
	/*max-width: 1000px;*/
}
.menu {
    position: relative;
    width: 100%;
	min-width: 1278px;
    height: 50px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 0.9vw;
}
.menu > li {
	width: 14.2857%; 
    height: 47px;
    line-height: 48px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.menu > li:first-child {
	border-left: 1px solid #ccc;
}
.menu > li a {
    display: block;
}
/* // end of header */


/* =====================
  main - pc
===================== */
.main{
	width: 100%;
	padding: 32px 0;
}
.main_inner{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
.main_box{
	width: 100%;
	max-width: 510px;
	order: 1;
}
.main_img img{
	max-width: 254px;
}
.main_ttl{
	margin-bottom: 20px;
	font-size: 30px;
	color: #fff;
}
.main_txt{
	margin-bottom: 30px;
}
.main_txt img{
	margin-bottom: 13px;
}
.main_txt_sub{
	display: block;
	margin-left: .5em;
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 1.1em;
}
.main_detail{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.md_img{
	margin-right: 25px;
}
.md_img img{
	max-width: 140px;
}
.mb_txt{
	font-size: 26px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
/* // end of main */


/* =====================
  gsec - pc
===================== */
.gsec_ttl{
	display: block;
	margin-bottom: 20px;
	font-size: 50px;
	text-align: center;
	font-family: 'Oswald', sans-serif,'メイリオ', Meiryo;
}
.gsec_ttl span{	
	display: block;
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: nomal;
	text-align: center;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* // end of gsec */


/* =====================
electricanouncement - pc
===================== */
.ano_ttl{
    display: block;
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
    font-family: 'Oswald', sans-serif,'メイリオ', Meiryo;
}

/* // end of electricanouncement */





/* =====================
  right_menu - pc
===================== */
.right_menu {
	width: 320px;/* 最初に表示されるバナーの幅 */
	height: 80px;/* バナーの高さ */
	position: fixed !important;/* バナーを固定します */
	position: absolute;
	right: -240px;/* 右から0pxの位置に指定 */

	/* 以下アニメーションの設定 */
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.right_menu a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}
.right_menu:hover {/* カーソルが乗った時の動きを指定 */
	/*width: 320px;/* バナーが伸びた時の幅 */
	right: 0;
}
.right_menu a:hover {
	/* IE9用 */
	/*width: 320px\9;*/
}

/*90差*/
#frm01 {
	top: 850px;
	height: 80px;
    background: url(../images/fl_01.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm02 {
	top: 130px;
	height: 80px;
    background: url(../images/fl_02.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm03 {
	top: 220px;
	height: 80px;
    background: url(../images/fl_03.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm04 {
	top: 310px;
	height: 80px;
    background: url(../images/fl_04.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm05 {
	top: 400px;
	height: 80px;
    background: url(../images/fl_05.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm06 {
	top: 490px;
	height: 80px;
    background: url(../images/fl_06.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm07 {
	top: 580px;
	height: 80px;
    background: url(../images/fl_07.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm08 {
	top: 670px;
	height: 80px;
    background: url(../images/fl_08.jpg) 0 0 no-repeat;
    z-index: 99999;
}
#frm09 {
	top: 760px;
	height: 80px;
    background: url(../images/fl_09.jpg) 0 0 no-repeat;
    z-index: 99999;
}
/* // end of right_menu */


/* =====================
  information - pc
===================== */
.information{
	padding: 5% 0 0 0;
}
.information .inner{
	border-top: 1px solid #c9c9c9;
}
.information dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	padding: 20px;
}

.information dl dt {
	width: 20%;
	padding: 0 20px 0 0;
}
/* // end of information */


/* =====================
  newsevent - pc
===================== */
.newsevent{
	padding: 5% 0;
}
.newsevent_box ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
.newsevent_box ul li {
	box-sizing: border-box;
	text-align: center;
	width: 33.33333333%;
	max-width: 308px;
	padding:0 0 3% 0;
	margin: 0 3.5% 0 0;
}
.newsevent_box ul li:nth-child(3n) {	
	margin: 0;
}
.ne_img {
	margin: 0 0 20px 0;
}
.ne_de_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.ne_date {
	font-size: 80%;
}
.ne_e_ico {
	color: #fff;
	background: #008836;
	width: 120px;
	text-align: center;
	padding: 4px;
}
.ne_r_ico {
	color: #fff;
	background: #7a3696;
	width: 120px;
	text-align: center;
	padding: 4px;
}
.ne_s_ico {
	color: #fff;
	background: #ff0000;
	width: 120px;
	text-align: center;
	padding: 4px;
}
.ne_o_ico {
	color: #fff;
	background: #3c3696;
	width: 120px;
	text-align: center;
	padding: 4px;
}
.ne_c_ico {
	color: #fff;
	background: #ffb200;
	width: 120px;
	text-align: center;
	padding: 4px;
}
.ne_i_ico {
	color: #fff;
	background: #00a8ff;
	width: 120px;
	text-align: center;
	padding: 4px;
}
	.ne_e_ico,
	.ne_r_ico,
	.ne_s_ico,
	.ne_o_ico,
	.ne_c_ico,
	.ne_i_ico {
	font-size: 80%;
}
.ne_ttl {
	text-align: left;
	margin: 0 0 10px 0;
}
/*
.ne_ttl span{
	font-size: 90%;
}
*/
.ne_caption{
	text-align: left;
	font-size:80%;
	
}
/* // end of newsevent */


/* =====================
  more_link - pc
===================== */
.more_link {
	width: 300px;
	margin: 0 auto;
	background: #000;
}
.more_link a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: right;
	padding: 14px 60px 14px 20px;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 60px 0 0 ;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.marc::before{
    right: 3px;
    width: 7px;
    height: 1px;
    background: #fff;
}
.marc::after{
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* // end of more_link */


/* =====================
  shopnews - pc
===================== */
.shopnews{
	padding: 5% 0;
}
.shopnews_box ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
.shopnews_box ul li {
	box-sizing: border-box;
	text-align: center;
	width: 33.33333333%;
	max-width: 308px;
	padding:0 0 3% 0;
	margin: 0 3.5% 0 0;
}
.shopnews_box ul li:nth-child(3n) {	
	margin: 0;
}
.sn_img {
	margin: 0 0 20px 0;
	position: relative;
}
.sn_new{
	width: 19%;
	padding: 2%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #cf004a;
	color: #fff;
	font-size: 110%;
	font-family: 'Oswald', sans-serif,'メイリオ', Meiryo;
	z-index: 99;
}
.sn_inner_box {
	padding: 5px;
	text-align: left;
}
.sn_date {
	font-size: 80%;
	margin: 0 0 10px 0;
}
.sn_ttl {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c9c9c9;
}
.sn_name {
	font-size: 80%;
	margin: 0 0 10px 0;
}
.sn_period {
	font-size: 80%;
	margin: 0 0 10px 0;
}

.sn_more_link {
	width: 300px;
	margin: 0 auto;
	background: #000;
}
.sn_more_link a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: right;
	padding: 14px 30px 14px 20px;
}
/* // end of shopnews */



/* =====================
  visual - pc
===================== */
.visual{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.visual_box img {
	width: 100%;
	height:auto;
}
/* // end of visual */

/* =====================
  shopsearch - pc
===================== */
.shopsearch{
	padding: 1% 0 5% 0;
	background: #f3fbfe;
}
.shopsearch_box {
	background: #fff;
	padding: 50px;
}
.search_cat_box {
	margin: 0 0 30px 0;
}
.search_cat_box ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: space-between;
}
.search_cat_box ul.three li {
	box-sizing: border-box;
	text-align: center;
	width: 32%;
	max-width: 300px;
	margin: 0 10px 10px 0;
	border: 1px solid #c9c9c9;
	display: block;
}
.search_cat_box ul.two li {
	box-sizing: border-box;
	text-align: center;
	width: 48.8%;
	max-width: 445px;
	margin: 0 10px 10px 0;
	border: 1px solid #c9c9c9;
	display: block;
}
.search_cat_box ul li:hover {
	background: #7d7d7d;
	color: #fff;
}
.search_cat_box ul li a {
	text-decoration: none;
	display: block;
	padding:14px 0;
}
.search_cat_box ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.shopsearch_subttl {
	font-weight: bold;
	margin: 0 0 30px 0;
}
.search_floor_box ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	align-items: center;
}
.search_floor_box ul li a {
	display: block;
	margin: 0 10px 0 0;
	width: 60px;/*幅*/
	height: 60px;/*高さ*/
	border-radius: 50%;/*角丸*/
	background: #7d7d7d;
	align-items: center;
	color: #fff;
	text-align: center;
	padding: 20px 0 0 0;
}

/* // end of shopsearch */

/* =====================
  nof - pc
===================== */
.nof{
	padding: 5% 0;
}
.nof dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	padding: 20px;
}
.nof dl:first-child {
	border-top: 1px solid #c9c9c9;
}
.nof dl dt {
	width: 20%;
	padding: 0 20px 0 0;
}
.nof .more_link {
	margin-top: 50px;
}
/* // end of nof */



/* =====================
  footer - pc
===================== */
#footer {
	width:100%;
	padding-bottom: 30px;
	background: #f1f1f1;
}
#footer .footer_box {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 30px;
    max-width: 1000px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.footer_fst_menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
}
.footer_fst_menu a {
	margin: 0 30px 0 0;
	font-size: 94%;
	line-height: 200%;
}
.footer_sec_menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 20px 0;
	font-size: 80%;
}
.footer_sec_menu_item_f {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	padding: 0 20px;
}
.footer_sec_menu_item,
.footer_sec_menu_item_s {
	border-right: 1px solid #424242;
	padding: 0 20px;
}
.footer_sec_menu_item:before,
.footer_sec_menu_item:after {
    content: " ";
    display: table;
}
.tw_box {
	padding: 10px 0;
}
.tw_box a {
	font-size: 80%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}
.copy {
	font-size: 80%;
	text-align: center;
}

/* // end of footer */

/* =====================
  page top - pc
===================== */
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 5%;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
}

.pagetop a img {
	width:100%;
}
/* // end of page top */


/* *********************
  header調整
********************* */
@media screen and (min-width:769px) and (max-width:1300px){
	.header_inner,
	.menu {
		width: 100%;
		max-width: 1278px;
		min-width: inherit;
	}
}

/* *********************
  small pc
********************* */
@media screen and (max-width:1000px){
	img{
		max-width: 100%;
	}
	br.pc{
		display: none;
	}
	.inner { 
		width: 80%;
		margin: 0 auto;
	}
	.newsevent_box ul li {
		width: 30.33333333%;
		max-width: none;
		padding:0 0 3% 0;
		margin: 0 3% 0 0;
	}

	.shopnews_box ul li {
		width: 30.33333333%;
		max-width: none;
		padding:0 0 3% 0;
		margin: 0 3% 0 0;
	}
	.search_cat_box ul.three li {
		width: 47%;
		max-width: none;
		margin: 0 3% 3% 0;

	}
	.search_cat_box ul.two li {
		width: 47%;
		max-width: none;
		margin: 0 3% 3% 0;
	}
}



/* *********************
  tablet
********************* */
@media screen and (max-width:768px){
	body {
    font-size: 16px;
	}
	html.active{
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

    /* =====================
      header - tablet
    ===================== */
	.header{
	height: auto;
}
	.header_inner{
		width: 100%;
	}
	.logo{
		padding-left: 2.5%;
	}
	.language {
		top:20px;
		right: 0;
		font-size: 50%;
	}
	.language select {
		font-size: 16px;
		transform: scale(0.5);
		background:#fff ;
	}

	/* header > gNav
    ------------------------*/
	.gNav{
		position: fixed;
		/*top: 70px;*/
		left: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		background-color: #fff;
		z-index: 10;
		opacity: .3;
		transition: .3s ease;
		max-width: none;
	}
	.gNav.active{
		height: 100%;
		max-height: 100vh;
		/**/opacity: 1;
		background: rgba(66, 66, 66, 0.9);
	}
	.menu{
		justify-content: flex-start;
		flex-direction: column;
		width: 80%;
		height: 100%;
		margin: 0 auto;
		font-size: 100%;
		min-width: inherit;
		font-size: 16px;
	}
	
	.menu > li {
		/*float: left;*/
		/*width: 25%;*/ /* グローバルナビ4つの場合 */
		width: 100%;
		height: auto;
		line-height: 48px;
		padding: 2%;
		border-bottom: 1px solid #fff;
		border-right: none;
		border-left: none;
		/*background: rgb(29, 33, 19);*/
	}
	.menu > li a {
		display: block;
		color: #fff;
	}
	.menu > li:first-child {
		border-left: none;
	}
	
	
	
    /* header > menu
    ------------------------*/
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;	
	}
	.menu-trigger {
		position: absolute;
		top:30%;
		width: 30px;
		height: 30px;
		left: 2.5%;
		background: url("../images/menu_bn.jpg") no-repeat;
		background-size: cover;
	}
	.menu-trigger.active {
		background: url("../images/menu_close.jpg") no-repeat;
		background-size: cover;
	}
	
    /* // end of header */
	
	.inner {
	width: 90%;
	margin: 0 auto;
	}
	#content{
	padding-top: 0;
    overflow: hidden;
	}
	
	.main{
	width: 100%;
	padding: 72px 0 0 0;
	}
	
	.information {
		padding: 10% 0 0 0;
	}
	
	
	/* =====================
	  newsevent - tablet
	===================== */
	/*.newsevent{
		padding: 5% 0;
	}*/
	.newsevent_box ul {
		/*display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
	   flex-wrap: wrap;*/
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.newsevent_box ul li {
		box-sizing: border-box;
		text-align: center;
		width: 50%;
		max-width: none;
		padding:3%;
		margin: 0;
	}
	.newsevent_box ul li:nth-child(even) {	
		margin: 0;
	}
/* // end of newsevent */

	
	
/* =====================
  shopnews - tablet
===================== */
	.shopnews_box ul {
		/*display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
	   flex-wrap: wrap;*/
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.shopnews_box ul li {
		box-sizing: border-box;
		text-align: center;
		width: 50%;
		max-width: none;
		padding:3%;
		margin: 0;
	}
	.shopnews_box ul li:nth-child(even) {	
		margin: 0;
	}
/* // end of shopnews */
	
	
/* =====================
  shopsearch - tablet
===================== */
.shopsearch {
	font-size: 16px;
}
.search_cat_box ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: space-between;
}
.search_cat_box ul.three li {
	box-sizing: border-box;
	text-align: center;
	width: 31%;
	max-width: none;
	margin: 0 2% 2% 0;
	border: 1px solid #c9c9c9;
	display: block;
}
.shopnews_box ul.three li:nth-child(3n) {	
	margin: 0;
}
.search_cat_box ul.two li {
	box-sizing: border-box;
	text-align: center;
	width: 48%;
	max-width: none;
	margin: 0 2% 2% 0;
	border: 1px solid #c9c9c9;
	display: block;
}
.shopnews_box ul.two li:last-child {	
	margin-right: 0;
}

/* // end of shopsearch */
	
}



/* *********************
  tablet
********************* */
@media screen and (max-width:480px){


	/* =====================
      header - tablet
    ===================== */
	.logo_box {
		border: none;
	}
	.logo{
		width: 60%;
	}

	.menu-trigger{
		width: 24px;
		height: 24px;
	}
	.menu-trigger span:nth-of-type(2){
			top: 10px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
	
	.language {
		top:15px;
		right: -10px;
		font-size: 50%;
	}
	
	/* // end of header */

	/* =====================
      main - tablet
    ===================== */
	
	.main{
	width: 100%;
	padding: 50px 0;
	}
	.bx-wrapper {
		margin-bottom: 0 !important;
	}
	/* // end of main */


	/* =====================
      gsec - tablet
    ===================== */
	.gsec_ttl{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.gsec_ttl span{
		font-size: 12px;
		margin-bottom: 20px;
	}
	/* // end of gsec */
	

	
	
	
	
	/* =====================
	  information - sp
	===================== */
	.information {
		font-size: 12px;
		padding: 5% 0 0 0;
	}
	.information dl dt {
		width: 35%;
		padding: 0 2% 0 0;
	}
	.information dl dd {
		width: 65%;
	}
	/* // end of information */
	
	

	/* =====================
	  newsevent - sp
	===================== */	
	.newsevent_box {
		font-size: 12px;
	}
	.ne_de_box {
		/*display: block;*/
		width: 100%;
		margin: 0 0 5% 0;
	}

	.ne_img,
	.ne_date{
		margin: 5% 0;
	}
	
	.ne_e_ico,
	.ne_r_ico,
	.ne_s_ico,
	.ne_o_ico,
	.ne_c_ico,
	.ne_i_ico
	{
	width: auto;
	min-width: 80px;
	font-size: 80%;
	padding: 3%;
	}	
	/* // end of newsevent */
	
	
	
	/* =====================
	  shopnews - sp
	===================== */
	/*.shopnews{
		padding: 5% 0;
	}	*/
	.shopnews_box ul {
			/*display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
		   flex-wrap: wrap;*/
			width: 100%;
			margin: 0 auto 5% auto;
	}
	.shopnews_box ul li {
			box-sizing: border-box;
			text-align: center;
			width: 50%;
			max-width: none;
			padding:3%;
			margin: 0;
	}
	.shopnews_box ul li:nth-child(even) {	
			margin: 0;
	}
	.sn_img {
		margin: 0 0 3% 0;
	}
	.sn_box{
		position: relative;
	}
	.sn_new{
		width: 19%;
    padding: 2%;
    position: absolute;
    font-size: 70%;
    top: 0;
    left: 0;
    background-color: #cf004a;
    color: #fff;
		font-family: 'Oswald', sans-serif,'メイリオ', Meiryo;
		z-index: 99;
	}
	.sn_inner_box {
		padding: 2%;
		font-size: 12px;
		/*text-align: left;*/
	}
	.sn_date {
		font-size: 80%;
		margin: 0 0 2% 0;
	}
	.sn_ttl {
		/*text-align: left;*/
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
		/*border-bottom: 1px solid #c9c9c9;*/
	}
	.sn_name {
		font-size: 80%;
		margin: 0 0 3% 0;
	}
	.sn_period {
		font-size: 80%;
		margin: 0 0 3% 0;
	}

	/*.sn_more_link {
		width: 300px;
		margin: 0 auto;
		background: #000;
	}
	.sn_more_link a {
		display: block;
		text-decoration: none;
		color: #fff;
		text-align: right;
		padding: 14px 30px 14px 20px;
	}*/
	/* // end of shopnews */


	/* =====================
	  shopsearch - sp
	===================== */

	.shopsearch_box {
		padding: 10% 5%;
	}
	.search_cat_box {
		margin: 0 0 30px 0;
	}
	.search_cat_box ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
	   flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		font-size: 80%;
	}
	.search_cat_box ul.three li {
		width: 47%;
		max-width: none;
		margin: 0 3% 3% 0;

	}
	.search_cat_box ul.two li {
		width: 47%;
		max-width: none;
		margin: 0 3% 3% 0;
	}
	.shopsearch_subttl {
		font-weight: bold;
		margin: 0 0 20px 0;
	}
	.search_floor_box ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
	   flex-wrap: wrap;
		align-items: center;
	}
	.search_floor_box ul li a {
		display: block;
		margin: 0 10px 10px 0;
		/*width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #7d7d7d;
		align-items: center;
		color: #fff;
		text-align: center;
		padding: 20px 0 0 0;*/
	}

	/* // end of shopsearch */
	
	
	/* =====================
	  nof - sp
	===================== */
	
	.nof { 
		font-size: 12px;
	}

	.nof dl dt {
		width: 35%;
		padding: 0 2% 0 0;
	}
	.nof dl dd {
		width: 65%;
	}
	/* // end of nof */
	
	
	
	
	/* =====================
	  right_menu - sp
	===================== */
	.right_menu {
		display: none;
	}
	/* =====================
	  footer - sp
	===================== */
		#footer {
		padding-bottom: 100px;
	}
	
	
	/* =====================
	  sp - sp
	===================== */
	.sp { 
		display: block;
	} 
	.pc { 
		display: none;
	} 
	/* // end of sp */
	
	
	/* =====================
	  sp_bn_box - sp
	===================== */
	.sp_bn_box ul { 
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
	   flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 10% auto;
	} 
	.sp_bn_box li  {
		width: 30%;
		margin: 0 0 5% 0;

	}
	.sp_bn_box ul li a  { 
		display: block;
	}
	/* // end of sp_bn_box */
	
	
	/* =====================
	  footer - sp
	===================== */
	#footer {
		width:100%;
		padding-bottom: 30px;
		background: #f1f1f1;
		font-size: 16px;
	}
	#footer .inner {
		width:100%;
	}	
	#footer .footer_box {
		/*margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
		padding-top: 30px;
		max-width: 1000px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;*/
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		max-width: none;
	}

	.footer_fst_menu {
		/*display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;*/
		display: block;
		width: 100%;
		max-width: none;
	}
	.footer_link_menu_sp ul li {
			border-bottom: 1px solid #c9c9c9;
			background: #e2e0e0;
			padding: 3% 3% 3% 5%;
			position: relative;
	}
	.footer_link_menu_sp ul li a::after {	
		font-family: "FontAwesome";
		content: '\f105';
		position: absolute;
		right: 5%;
		top: 26%;
	}
	.footer_sec_menu {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 20px 0 0 0;
		font-size: 80%;
		text-align: center;
		justify-content: center;
		width: 100%;
	}
	.footer_sec_menu_item_f {
		border-left: 1px solid #424242;
		border-right: 1px solid #424242;
		padding: 0 7px ;
		margin: 0 0 10px 0;
	}
	.footer_sec_menu_item {
		border-right: 1px solid #424242;
		padding: 0 7px ;
		margin: 0 0 10px 0;
	}
	.footer_sec_menu_item_s {
		border-left: 1px solid #424242;
		border-right: 1px solid #424242;
		padding: 0 7px ;
		margin: 0 0 10px 0;
	}	
	.footer_sec_menu_item:before,
	.footer_sec_menu_item:after {
		content: " ";
		display: table;
	}
	.footer_right  { 
		float: right;
		width: 40%;
		padding: 0 5% 0 0;
	}	
	.tw_box {
		padding: 3%;
		clear: both;
	}
	.tw_box a {
		font-size: 80%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
	}
	.copy {
		font-size: 80%;
		text-align: left;
		margin: 0 0 5% 5%;
	}

	
}





/* =====================
	  background para
	===================== */
.img_insert {
width: 100%;
padding-top: 0;
position: relative;
}

.img_insert_wrap {
background: none;
position: relative;
margin: 0 0 10% 0;
padding: 0px;
-webkit-transform: skewY(-10deg);
transform: skewY(-10deg);
width: 100%;
overflow: hidden;
-webkit-transform-origin: center right;
transform-origin: center right;
height: 620px;
}

.img_insert_holder {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding-bottom: 66.999%;
background-position: bottom center;
background-size: cover;
background-attachment: fixed;
z-index: -1;
-webkit-transform: skewY(10deg);
transform: skewY(10deg);
background-repeat: no-repeat;
-webkit-transform-origin: center right;
transform-origin: center right;
}

#img_insert1,
#img_insert2 {
padding-bottom: 140px;
}

#img_insert1:before,
#img_insert2:before{
content: "";
display: block;
-webkit-transform: skewY(-10deg);
transform: skewY(-10deg);
width: 100%;
height: 300px;
position: absolute;
z-index: 0;
}


#img_insert1 .img_insert_wrap .img_insert_holder {
background-image: url(../images/visual_01.jpg);
}


#img_insert2 {
background: -moz-linear-gradient(top, #fff, #f3fbfe);
background: -webkit-linear-gradient(top, #fff, #f3fbfe);
background: linear-gradient(to bottom, #fff, #f3fbfe);
position: relative;
z-index: 60;
overflow: hidden;
}

#img_insert2 .img_insert_wrap .img_insert_holder {
background-image: url(../images/visual_02.jpg);
}

.para_btm { 
	display: none;
}

@media screen and (max-width: 1099px) {
.img_insert_wrap {
height: 280px;
}
}		


@media screen and (max-width:768px){	


#img_insert1{
margin-top: -40px;
margin-bottom: -130px;
}

#img_insert1:before {
height: 280px;
content: "";
display: block;
-webkit-transform: skewY(-10deg);
transform: skewY(-10deg);
width: 100%;
height: 300px;
position: absolute;
z-index: 0;

}

#img_insert2 {
padding-top: 20px;
padding-bottom: 50px;
margin-top: -10px;
margin-bottom: -10px;
}

#img_insert1 .img_insert_wrap .img_insert_holder{
background: none;
background-attachment: scroll;
height: 360px;
}
#img_insert2 .img_insert_wrap .img_insert_holder{
background-attachment: scroll;
height: 360px;
}

.img_insert_wrap_sp{
position: relative;
}


.img_insert_wrap_sp.hide{
opacity: 0;
}

.img_insert_holder_sp {
position: fixed;
background-repeat: no-repeat;
background-size: cover;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -3;
background-position: bottom center;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}
.img_insert_holder_sp {
background-image: url("../images/visual_01.jpg");
}

.img_insert_wrap_sp:after{
content: "";
display: block;
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
padding-bottom: 17.67578125%;
background: url(../images/mask_02_wh.png) no-repeat bottom left;
margin-bottom: -5px;
}
	
	
	
.img_insert_wrap_sp2{
position: relative;
}


.img_insert_wrap_sp.hide{
opacity: 0;
}

.img_insert_holder_sp2 {
position: fixed;
background-repeat: no-repeat;
background-size: cover;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -3;
background-position: bottom center;
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}
.img_insert_holder_sp2 {
background-image: url("../images/visual_02.jpg");
}

.img_insert_wrap_sp2:after{
content: "";
display: block;
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
padding-bottom: 17.67578125%;
background: url(../images/mask_02_wh.png) no-repeat bottom left;
margin-bottom: -5px;
}	
.main,
.information,
.newsevent,
.shopnews,
.nof,
.bx-wrapper	{
background: #fff;
}
.sp_bn_wrap {
background: #fff;
padding: 10% 0;
}

.para_btm { 
	display: block;
}
	
}



