/*
Theme Name: AEON SUPER CENTER OFFICIAL WEB SITE
Theme URI: http://www.aeonsupercenter.co.jp/
Author: EASTONG LAB.
Author URI: 
Description: AEON SUPER CENTER OFFICIAL WEB SITE
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aeon_supercenter
*/

.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

/*------------------------------------------------------------------
ここからWordpressのデフォルト設定
------------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.post-navigation .nav-links,
.posts-navigation .nav-links {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after {
    display: table;
    content: " ";
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
    display: inline;
}
.post-navigation .nav-links .nav-previous > a,
.post-navigation .nav-links .nav-next > a,
.posts-navigation .nav-links .nav-previous > a,
.posts-navigation .nav-links .nav-next > a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.post-navigation .nav-links .nav-previous > a,
.posts-navigation .nav-links .nav-previous > a {
    float: left;
}
.post-navigation .nav-links .nav-next > a,
.posts-navigation .nav-links .nav-next > a {
    float: right;
}

.pagination.navigation {
    display: block;
    margin: 0;
    border-radius: 0;
}
.pagination .nav-links {
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination .nav-links > a,
.pagination .nav-links > span {
    display: inline;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .nav-links > a:first-child,
.pagination .nav-links > span:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination .nav-links > a:last-child,
.pagination .nav-links > span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination .nav-links > .current {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination .nav-links > .dots {
    color: #777;
    cursor: not-allowed;
}



/*------------------------------------------------------------------
ここまでWordpressのデフォルト設定
------------------------------------------------------------------*/

/* # =================================================================
   # 
   # グローバル設定
   # 
   # ================================================================= */
body {
    font-size: 16px;
    line-height: 1.75em;
}

 #page{
	padding:0 10px;
}
img{
	/*width:100%;*/
	max-width: 80%;
	height:auto;
}
.font-small{
	font-size:0.8em;
	line-height:1.2em;
	padding:0 20px;
}
/*eyechatch*/
.eyechatch{/*各ページのアイキャチサイズ
	width:100%; height:300px;
	background-size: cover;
	background-position: 50% 50%;
店舗画像450px150pxを基準に設定*/
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 33.333333333333333333333333%;
    background: url('bg.png') 0 0 no-repeat;
    background-size: contain;

}
.post-corporation_s .eyechatch, .post-tenant_s .eyechatch, .post-contact_s .eyechatch, .post-sitemap_s .eyechatch{
	display:none;
	height:0; width:0;
}
.post-corporation_s .post-diversity .eyechatch{
	display:block;
	width:100%;
	height:auto;
}

@media (max-width: 599px){
	.eyechatch{
		height:100px;
	}
}

/*div.site-catch{
	display:block;
	height:20px;
	margin-left:5px;
	margin-bottom:0;
	background-size:auto 12px;
	background-image: url(/wp-content/themes/aeon_supercenter/img/catchcopy.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color:#dcdddd;
}
@media (max-width: 768px){
div.site-catch{
	margin-left:0px;
}
}
p.site-catch img{
	height:12px;
	width:auto;
}
.site-branding img{
	width:auto;
	height:26px;
	margin-left:0px;
	margin-top:14px;
	margin-bottom:12px;
}*/
.aeon-logo {/*規定サイズ*/
	width:90px;
	height:27px;
}
.aeon-tree {/*規定サイズ*/
	width:114px;
	height:25px;
}



/* ------------------- オンマウスでフワッとなる ------------------- */
a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;}
a {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;}
	
/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/
footer{padding-top:40px;}

/*------------------------------------------------------------------*/


/* ------------------- Topへ戻るボタン ------------------- */
#page-top {position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;}
#page-top a {background: #000000;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    text-decoration: none;
    color: #fff;
    width: 45px;
    padding: 3px;
    text-align: center;
    display: block;
    border-radius: 50px;}
#page-top a:hover {
    border-style: none;
    background: #999999;}


/* # =================================================================
   # 
   # ヘッダーのタブナビゲーション
   # 
   # ================================================================= */

ul.tub-nav {
	list-style:none;
	float:right;
	margin-right:5px;
	font-size: 0.875em;
}
ul.tub-nav li {
	display:block;
	float:left;
	background-color: #000056;
	padding:0.40rem 0.50rem;
	margin-left:0.25rem;
	color:#FFF;
	/*font-family: 'NotoSansCJKjp', cursive;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
}
.tub-nav li a.tub-btn{
	display:block;
}
li.shadow-radius_tubnav {
/* box-shadow */
box-shadow:0px 3px 3px 0px #dcdddd;
-moz-box-shadow:0px 3px 3px 0px #dcdddd;
-webkit-box-shadow:0px 3px 3px 0px #dcdddd;

/* border-radius */
border-radius:0px 0px 6px 6px ;
-moz-border-radius:0px 0px 6px 6px ;
-webkit-border-radius:0px 0px 6px 6px ;

/* border 
border:1px solid #fff;*/	
}
ul.tub-nav a, ul.global-nav a {
	color:#fff;
}
ul.tub-nav a:hover {
	color:#ff0;
	text-decoration:none;
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

/* # =================================================================
   # 
   # グローバルナビゲーションメニュー
   # 
   # ================================================================= */

#site-navigation	{display: none}


/* ------------------- トグルボタン ------------------- */
.site-header	{
     background-color: #000056;
	 }

#togglebtn	{position: absolute;
	top: 4px;
	right: 14px;
	padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #000056;
	color:#FFF;
	cursor: pointer}

/*@media screen and (max-width: 767px) {
#togglebtn	{
	top: 68px;
}
}*/

#togglebtn:hover	{background-color: #000056}

#togglebtn:focus	{outline: none}

#togglebtn i	{color: #FFF;
	font-size: 16px}

#togglebtn span	{display: inline-block;
	}



/*グローバルナビの設定*/
.main-navigation {
	width:100%;
	clear:both;
}
ul#primary-menu {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	/*max-width:1000px;
	height:48px;*/
}
ul#primary-menu li a {
	/*background-image:url(/wp-content/themes/aeon_supercenter/img/gMneu-MOB-Base.png);*/
	display:block;
	width:100%;
	height:41px;
	font-size:1.75rem;
	line-height:41px;
	padding:0 26px;
	margin:0;
	color:#FFF;
	/*border-right: 1px #ccc solid;*/
	/*border-right-width:;
	border-right-style:;
	border-right-color: #ccc;
	font-family: 'NotoSansCJKjp', cursive;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
	background-repeat: repeat-x;
	}
ul#primary-menu li a:hover{
	background-color: #000056;
	/*background-image: url(/wp-content/themes/aeon_supercenter/img/gMneu-On-Base.png);*/
	background-repeat: repeat-x;
	text-decoration:none;
	background: #000056; /* Old browsers */
	background: -moz-linear-gradient(top, #000056 0%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000056 0%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000056 0%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000056', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	}
	
#content{
	margin-top:60px;
}

/*
	##Footer
*/
.site-footer {
    font-size: 1.25rem;
}
.site-footer address{
	font-size:10px;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0 0 1em;
	padding:0 0 0.5em;
	color:#000;
}

.site-footer address span{
	font-size:0.75rem;
}
.site-footer dl dt {
    font-size: 0;
    line-height: 0;
    width: 125px;
    float: left;
	border-right: 4px solid #666 ;
}
.site-footer dl dd ul {
    list-style: none;
    float: left;
	margin: 0 0 0 0;
	padding:0 0 0 15px;
}
.group li:before{
    /*content: "▶"; 
    font-size: 0.3rem;
    color: #a3016f;*/
}
.group li a{color:#666; text-decoration:none;}
.group li a:hover{ color:#666; text-decoration:underline;}

.site-footer dl dd p {
    font-size: 0;
    line-height: 0;
    float: right;
}

/* # =================================================================
   # 
   # パンくずリスト
   # 
   # ================================================================= */

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 10px 0px 5px 10px;
	color: #888888;
	font-size: 0.9em;
	text-decoration: none}

.bread li a[href]:hover	{ text-decoration:underline; color:#000056; font-size:1.0em;}

.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888888}

.bread li:last-child:after	{content: none}

.bread i	{font-size: 14px}

.bread span	{display: inline-block;
	text-indent: -9999px}
	
	
	
/* # =================================================================
   # 
   # Heading
   # 
   # ================================================================= */

/*----------entry----------*/
	
.archive .page-header{
	margin: 10px 0 20px;
	padding-bottom:0px;
    border-top: 2px dotted #000056 ;
    border-bottom: 3px double #000056;
}
.archive .page-header h1.page-title{
	margin-top: 10px;
    margin-bottom: 10px;
	font-size:1.25em;
	color:#000056;
	font-weight:bold;
}
.archive .page-header h1.page-title:before{
	font-family: FontAwesome;
	content : "\f130";
	padding-right:0.25em;
}
.archive h1.entry-title{
font-size:1.25em;
}

.entry-header{
	/*padding: .75em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin-top:20px;*/
	margin-bottom:20px;
}
h1.entry-title  {
	font-size:1.8em;
	font-weight:bold;
	position: relative;
	padding-bottom: .10em;
	border-bottom: 3px solid #ccc;
	margin-top: 5px;
    margin-bottom: 5px;
	color:#330;
}
.page h1.entry-title a, .page h1.entry-title a:hover {
	color:#333;
	text-decoration:none;
	cursor:default;
}

@media screen and (max-width: 767px) {
h1.entry-title  {
	font-size:1.5em;
}
}
.post-corporation_s h1.entry-title::before {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: 'CORPORATION';
    width: 40%;
    height: 3px;
    font-size: 0.5em;
    font-weight: 100;
    text-align: right;
    color: #ccc;
}
.post-store_s h1.entry-title::before {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: 'STORE NAV';
    width: 40%;
    height: 3px;
    font-size: 0.5em;
    font-weight: 100;
    text-align: right;
    color: #ccc;
}
article#post-employment_s h1.entry-title::before, .post-employment_s h1.entry-title::before {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: 'EMPLOYMENT';
    width: 40%;
    height: 3px;
    font-size: 0.5em;
    font-weight: 100;
    text-align: right;
    color: #ccc;
}
.post-tenant_s h1.entry-title::before {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: 'TENANT';
    width: 40%;
    height: 3px;
    font-size: 0.5em;
    font-weight: 100;
    text-align: right;
    color: #ccc;
}
.post-contact_s h1.entry-title::before {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: 'CONTACT';
    width: 40%;
    height: 3px;
    font-size: 0.5em;
    font-weight: 100;
    text-align: right;
    color: #ccc;
}
.post-sitemap_s h1.entry-title::before {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: 'SITE MAP';
    width: 40%;
    height: 3px;
    font-size: 0.5em;
    font-weight: 100;
    text-align: right;
    color: #ccc;
}
.post-tax-free-service h1.entry-title::before {
    /*position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: 'TAX FREE SERVICE';
    width: 50%;
    height: 3px;
    font-size: 0.45em;
    font-weight: 100;
    text-align: right;
    color: #ccc;*/
}
h1.entry-title::before {
    position: absolute;
    bottom: 11px;
    right: 0;
    z-index: 2;
    content: '';/*テキストが入ります*/
    width: 20%;
    height: 3px;
    font-size: 0.5em;
    font-weight: 100;
    text-align: right;
    color: #ccc;
}
h1.entry-title::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #000056;
}

.entry-content h2 {
position: relative;
    padding-bottom: .15em;
    /* padding-left: 10px; */
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 1.7em;
	font-weight:bold;
	color:#330;
}
.entry-content h2::before,
.entry-content h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 3px;
}
.entry-content h2::before {
	z-index: 2;
	width: 15%;
	background-color: #000056;
}
.entry-content h2::after {
	width: 100%;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #dcdddd;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #efefef), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #efefef),
            color-stop(.75, #efefef), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	background-image: linear-gradient(45deg, #efefef 25%, transparent 25%,
          transparent 50%, #efefef 50%, #efefef 75%,
          transparent 75%, transparent);
	/*background: -webkit-repeating-linear-gradient(45deg, #000056, #000056 2px, #ffbe59 2px, #ffbe59 4px);
	background: repeating-linear-gradient(45deg, #000056, #000056 2px, #ffbe59 2px, #ffbe59 4px);
-webkit-background-size: 10px 10px;
-moz-background-size: 10px 10px;
background-size: 10px 10px;
background-color: #ffbe59;
background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #000056), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #000056),
            color-stop(.75, #000056), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(45deg, #000056 25%, transparent 25%,
          transparent 50%, #000056 50%, #000056 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, #000056 25%, transparent 25%,
          transparent 50%, #000056 50%, #000056 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(45deg, #000056 25%, transparent 25%,
          transparent 50%, #000056 50%, #000056 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, #000056 25%, transparent 25%,
          transparent 50%, #000056 50%, #000056 75%,
          transparent 75%, transparent);
background-image: linear-gradient(45deg, #000056 25%, transparent 25%,
          transparent 50%, #000056 50%, #000056 75%,
          transparent 75%, transparent);*/
}
.entry-content .pref-bnr h2{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	color: #000056;
}
.entry-content .pref-bnr h2::after, .entry-content .pref-bnr h2::before{
	display:none;
}
.entry-content h3 {
	padding-left: .25em;
	padding-bottom: .25em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000056;
}

.entry-content h4 {
	color: #000056;
	font-size:20px;
	padding-left: .25em;
	padding-bottom: .25em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000056;
	font-weight:bold;
}

.entry-content h5 {
    font-size: 14px;
    color: #000056;
    font-weight: bold;
    padding-top: 20px;
}

/* # =================================================================
   # 
   # Widget-Area
   # 
   # ================================================================= */

.widget{
	margin-bottom:20px;
}

.widget-area h2{
	color:#FFF;
	font-size:1.8rem;
	padding:5px;
	margin-top:0;
	margin-bottom:0px;
	background-color:#000056;
	/* border-radius */
	border-radius:6px 6px 0px 0px ;
	-moz-border-radius:6px 6px 0px 0px ;
	-webkit-border-radius:6px 6px 0px 0px ;

	/* border */
	border:1px solid #cccccc;
	
	/* stripe */
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #000056;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
	            color-stop(.25, #871072), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #871072),
	            color-stop(.75, #871072), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(45deg, #871072 25%, transparent 25%,
	          transparent 50%, #871072 50%, #871072 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, #871072 25%, transparent 25%,
	          transparent 50%, #871072 50%, #871072 75%,
 	         transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, #871072 25%, transparent 25%,
	          transparent 50%, #871072 50%, #871072 75%,
  	        transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, #871072 25%, transparent 25%,
	          transparent 50%, #871072 50%, #871072 75%,
 	         transparent 75%, transparent);
	background-image: linear-gradient(45deg, #871072 25%, transparent 25%,
	          transparent 50%, #871072 50%, #871072 75%,
	          transparent 75%, transparent);
	}

.widget-area h2 a, .widget-area h2 a:hover{
	color:#FFF;
}
.widget-area h2 a:hover{
	text-decoration:underline;
}

.widget-area ul{
	list-style:none;
	margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}

.widget-area ul li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.widget-area ul li a{
	display:block;
	width:100%;
	height:41px;
	font-size:1.5rem;
	line-height:41px;
	padding:0 20px;
	margin:0;
	overflow:hidden;
}

.widget-area ul li a:hover{
	background-color:#CCC;
	text-decoration:none;
}

.widget-area ul li.current-menu-item, .widget-area ul li.current_page_item{
	background-color:#ffffcc;
}

ul.children{
	/*display:none;*/
}

.widget_hrwidget hr{
	border: 1px solid #333;
	box-sizing:border-box;
}

.widget_bnr-img{/*バナー画像の枠設定*/
	border: 1px solid #666;
	box-sizing:border-box;
	margin-bottom:20px;
}
.widget-area ul li.small-title{
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
	background-color:#CCC;
}

.widget-area ul li.small-title a {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 0 10px;
    margin: 0;
	color:#333;
	cursor:default;
	text-decoration:none;
}
.widget-area ul li.small-title a:hover {
	text-decoration:none;
}

/* # =================================================================
   # 
   # トップページの設定
   # 
   # ================================================================= */

.header-slider{ margin-bottom:20px;}
#n2-ss-1-align .n2-padding{/*スライダー下の間隔*/
	padding:0 0 60px !important;
}
.daily-event{
	display: none;
	margin-bottom:20px;
}
.otoku-day{
	background-image: url(/img/otoku-base.png);
	background-repeat: repeat-x;
	width:100%; height:134px;
	margin-bottom:20px;
}
.otoku-title{
	width:314px; height:29px;
	margin:0 auto;
}
.emergency-area p{
	width:100%;
	padding:10px 20px;
	margin:10px 0;
	background-color: #FFC;
	border: 1px solid #CCC;
}
.padding-botm{
	padding-bottom:20px;
}

/*VCMをライトニングボックス風に*/
		#divVcm-background {
		    position:fixed;
		    background-color:Black;
		    height:100vh;
		    width:100vw;
		    top:0px;
		    left:0px;
		    opacity:0.8;
			z-index:100;
		}
		#divVcm {
 		 	display:none;
		 	position:fixed;
		 	height:100vh;
		  	width:100vw;
		  	top:0px;
		  	left:0px;
		  	animation: fadeIn 3s ease 0s 1 normal;
		  	-webkit-animation: fadeIn 3s ease 0s 1 normal;
		  	-moz-animation: fadeIn 3s ease 0s 1 normal;
		  	z-index: 101;
		}

		@keyframes fadeIn {
		  0% {opacity: 0}
		  100% {opacity: 1}
		}
		@-webkit-keyframes fadeIn {
		  0% {opacity: 0}
		  100% {opacity: 1}
		}
		@-moz-keyframes fadeIn {
		  0% {opacity: 0}
		  100% {opacity: 1}
		}
		
		#VideoCM {
		    position:absolute;
			top:0px;
			left:0;
			right:0;
			bottom:0px;
			width:80%;
			max-width:800px;
		    margin:auto;
		  	animation: fadeIn 3s ease 0s 1 normal;
		  	-webkit-animation: fadeIn 3s ease 0s 1 normal;
		  	-moz-animation: fadeIn 3s ease 0s 1 normal;
		    z-index: 150;
		}

/*新着表示*/
ul.top_page-news {
	list-style:none;
	padding-left:0px;
	padding-right:0px;
}
.newsboard-L, .newsboard-R{
	/*background-image:url(/img/whatnew-base-whatnew.png);
	background-repeat:no-repeat;*/
	position:relative;
	min-height:368px;
}
.newsboard-L img, .newsboard-R img{
	position:absolute;
	overflow: hidden;
	height: auto;
	width: 100%;
	top: 0px;
	right: 0px;
}
.newsboard-L p.top-link-btn, .newsboard-R p.top-link-btn{
	position:absolute;
	height: 22px;
    width: 72px;
    top: 38px;
    right: 65px;
    color: #fff;
    background-color: #000056;
	font-size: 12px;
    text-align: center;
}
.newsboard-L p.top-link-btn a, .newsboard-R p.top-link-btn a{
    color: #fff;
	text-decoration:underline;
}
.newsboard-L p.top-link-btn a:hover, .newsboard-R p.top-link-btn a:hover{
	color:#ff0;
	text-decoration:none;
}

.newsboard-L .box, .newsboard-R .box{
	position:absolute;
	overflow: hidden;
	height: auto;
    width: 90%;
    top: 70px;
    left: 20px;
}
	@media screen and ( max-width:1020px) {
	.newsboard-L img, .newsboard-R img{
		display:none;
	}
	.newsboard-L:before, .newsboard-R:before{
		content: "";
		font-size:1.5em;
		color:#000056;
		font-weight:bold;
		padding-left:20px
	}
	.newsboard-L:before{
		content: "最新情報";
	}
	.newsboard-R:before{
		content: "ニュースリリース";
	}
	.newsboard-L, .newsboard-R {
    	min-height: 400px;
    	background-color: #ffffe6;
    	margin-bottom: 20px;
	}
	
	}


ul.top_page-news p {
	font-size:13px;
	line-height:16px;
}
ul.top_page-news .date{
	color:#000056;
}
ul.top_page-news .title a{
	color:#333;
}
ul.top_page-news .title a:hover{
	color:#000056;
}
.aeon-service{
	background-image:url(/img/aeon-service.png);
	background-repeat:repeat-x;
	width:100%;
	height:117px;
	clear:both;
}
.aeon-service-title{
	width:160px; height:31px;
	margin:0 auto;
}

/*トップページカルーセル　共通*/
   /*両サイドのナビボタンを可視化*/
  .flex-direction-nav .flex-prev {opacity: 1; left: 0px !important;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0px !important;}
  /*タイトルとの間にマージン*/
  #metaslider_container_974, #metaslider_container_968{margin-top:10px;}

/*スライダーのサムネイルをセンターへ*/
div#n2-ss-1 .nextend-thumbnail-default table, div#n2-ss-1 .nextend-thumbnail-default td {
    margin: 0 auto !important;
}


/* # =================================================================
   # 
   # コンテンツトップページ（一覧表示共通）
   # 
   # ================================================================= */

div.grid-page .entry-content	{/*margin-bottom: 30px*/}

div.grid-page .entry-content h2	{/*margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 2px #dddddd;
	color: #666666;
	font-size: 18px*/}

div.grid-page .entry-content ul	{margin: 0;
	padding: 0;
	list-style: none}

div.grid-page .entry-content li a	{display: block;
	padding: 10px 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

div.grid-page .entry-content li a:hover	{background-color: #fff3fc}
div.grid-page .entry-content li.current-cat	{background-color: #fff3fc}


div.grid-page .entry-content li a	{position: relative;
	margin-bottom: 10px;
	padding: 0}

div.grid-page .entry-content a:hover	{opacity: 0.8}

div.grid-page .entry-content li h2	{margin: 10px 0 5px;
	border: none;
	font-size: 20px}

div.grid-page .entry-content li p	{margin: 0;
	font-size: 14px}

.info-title{
    padding: 0 20px;
}

@media (min-width: 600px) {
	div.grid-page .entry-content ul:after	{content: "";
		display: block;
		clear: both}

	div.grid-page .entry-content li	{
	float: left;
	width: 45%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:5%;
	margin-bottom:20px;
	border: 1px solid #999;
}

	div.grid-page .entry-content li:nth-child(odd) {clear: both;
		padding-right: 15px}

	div.grid-page .entry-content li:nth-child(even) {padding-left: 15px}
}



/* # =================================================================
   # 
   # メディアクエリー
   # 
   # ================================================================= */

@media screen and (max-width: 767px) {
	.site-branding {
		/*width:564px;20170301変更*/
		width:230px;/*トグルとぶつからない*/	
		height:50px;/*グローバルなメニューと重ならない*/
	}	
	#content {
    margin-top: 10px;
}
	.site-content .widget-area {
		clear:both;
		margin-top:20px;

	}
}
@media screen and (min-width: 768px) {
	.content-area {

	}
	.site-main {

	}
	.site-branding {
		/*width:564px;20170301変更*/
		width:300px;	
		height:60px;
	}	
	.site-content .widget-area {

	}
	.site-footer {

	}
}

@media screen and (min-width: 1020px) {
	/*追加CSS*/	
	/*@font-face {	
	   font-family: Boogaloo;	
	   src: url('cms/wp-content/themes/aeon_supercenter-child/webfonts/NotoSansCJKjp-Light.otf') format("otf");	
	}*/	
	@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);	
		
		
	/*背景画像設定*/	
	body{/*背景1横方向*/	
    	background-image: url(/common/img/base.png);
    	background-repeat: repeat-x;
    	background-attachment: fixed;
    	/*background-position: center top, center, left top;
    	background-attachment: fixed, fixed, fixed;*/
	}	
	nav{	
	}	
		
	/*グローバルナビの設定*/	
	.main-navigation {	
		width:100%;
		height:40px;
	}	
	ul#primary-menu {	
		width:100%;
		max-width:1000px;
		height:48px;
	}	
	ul#primary-menu li a {	
		display:block;
		height:41px;
		font-size:1.75rem;
		line-height:41px;
		padding:0 26px;
		margin:0;
		/*border-right: 1px #ccc solid;
		border-right-width:;
		border-right-style:;
		border-right-color: #ccc;
		font-family: 'NotoSansCJKjp', cursive;*/
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:100;
		}
	ul#primary-menu li a:hover{	
	    background-color: #000056;	
	}	
	ul#primary-menu li.current-menu-item a, ul#primary-menu li.current_page_item a{	
	    background-color: #000056;
		background-image:none;	
	}	
	/*	
	# Accessibility	
	# Alignments	
	# Clearings	
	# Widgets	
	# Content	
		## Posts and pages
		## Comments
	# Infinite scroll	
	# Media	
		## Captions
		## Galleries
	# Layout	
		##Content-Sidebar
	*/	
	.site{	
		width:100%;
		margin:0 auto;
		padding:0 10px;
	}
	.site-header {
   		width: 1000px;
    	/*height: 120px;
    	margin: 0 auto;
    	background-image: url(/wp-content/themes/aeon_supercenter/img/site-header.png);
    	background-repeat: no-repeat;*/
    	z-index: 100;
    	position: fixed;
    	background-position-x: -10px;
	}	
		
	.content-area {	
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		padding:0 10px;
		@include pie-clearfix;
	}	
	.widget-area {	
		float: right;
		overflow: hidden;
		width: 260px;
		margin: 0 0 0 0;
		padding:0 10px 0 10px;
	}	
	.site-footer {	
		clear: both;
		width: 100%;
	}		/* ２カラム設定ナビ用 */
	.site-header:after	{content: "";
		display: block;
		clear: both}

	/* ナビゲーションメニューのリンクを横に並べる設定 */
	#site-navigation	{
		background: #000056; /* Old browsers */
		background: -moz-linear-gradient(top, #1e5799 0%, #000056 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #1e5799 0%,#000056 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #1e5799 0%,#000056 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#000056',GradientType=0 ); /* IE6-9 */

		display: block !important}

	.main-navigation	{
		font-weight:300;
		}/*グーグルフォントNOTO500*/

	.main-navigation ul:after	{content: "";
		display: block;
		clear: both}

	.main-navigation li	{
		float: left;
		width: auto;
	}

	.main-navigation li a	{
		padding: 10px 15px;
		color:#FFF}

	/* トグルボタン */
	#togglebtn	{display: none}


	.site{
		width:1020px;
		/*margin:0 auto;
		background-repeat:no-repeat;
		padding:0 10px;*/
	}

	#content {
	    margin-top: 0px;
		padding-top:110px;
	}


	.site-branding{
		width:45%;
		/*width:564px;L2288	
		height:49px;*/
	}	
	.site-branding img{	
		width: auto;
    	height: 40px;
    	margin-left: 0px;
    	margin-top: 5px;
    	margin-bottom: 20px;
	}	
	.site-content {	
		/*margin: 0 0 0 0;
		width: 1000px;*/
	}	
	.main-navigation {
		width: 100%;
		/*margin: 0 auto;*/
	}
	.main-navigation {
		float: none;
		overflow: hidden;
	}
	.site-content {
		width: 100%;
		margin: 0 auto;
	}
	.site-main {
		/*padding: 0 20px;*/
	}
	.site-content .widget-area {
		/*float: right;
		padding: 0 40px;
		width: 380px;*/
	}
	.site-footer {
		clear: both;
	}
	.site-info {
		width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 414px) {
.site-branding {
    width: 200px;
    height: 50px;
}
#togglebtn {
    top: 4px;
    right: 14px;
}
.padding-botm {
    padding-bottom: 0px;
}
.newsboard-L p.top-link-btn, .newsboard-R p.top-link-btn {
    position: absolute;
    height: 22px;
    width: 72px;
    top: 0px;
    right: 0px;
    color: #fff;
    background-color: #000056;
    font-size: 12px;
    text-align: center;
}
}


/* # =================================================================
   # 
   # LANDING PAGE
   # 
   # ================================================================= */

/*LANDING PAGE*/
.text{
	display:none;
}
.name-copy{
	text-align:center;
	padding:10px;
background: #e8fffb; /* Old browsers */
background: -moz-linear-gradient(left, #e8fffb 0%, #ffffff 40%, #ffffff 60%, #e8fffb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e8fffb 0%,#ffffff 40%,#ffffff 60%,#e8fffb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e8fffb 0%,#ffffff 40%,#ffffff 60%,#e8fffb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8fffb', endColorstr='#e8fffb',GradientType=1 ); /* IE6-9 */
}
.box-info a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=30);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */}
.box-info a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;}
.box-info a {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;}
	

div.grid-page .entry-content .thumb	{width: 100%;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	/* box-shadow */
	box-shadow:0px 0px 6px -1px #cccccc;
	-moz-box-shadow:0px 0px 6px -1px #cccccc;
	-webkit-box-shadow:3px 3px 3px 0px #cccccc;
	/* border */
	border:1px solid #FFF;
}

div.grid-page .entry-content .thumb_small {
    width: 100%;
    height: 60%;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0px 0px 6px -1px #cccccc;
    -moz-box-shadow: 0px 0px 6px -1px #cccccc;
    -webkit-box-shadow: 3px 3px 3px 0px #cccccc;
    border: 1px solid #FFF;
    padding-bottom: 60%;
}

@media screen and (min-width: 1000px) {/*PCの場合*/
/*初期化*/
.row {
    margin-right: -15px;
    margin-left: -10px;
}
.col-sm-6 {
    width: 100%;
	padding-right: 0;
    padding-left: 10px;
}
/*効果*/
.box-info {
  float: left;
  /*margin-right: 10px;
  padding: 10px;
  width: 60px;
  height: 60px;
  background: #499AAF;
  color: #fff;
  list-style: none;
  text-align: center;
  line-height: 60px;*/

/*  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-left: 10px;
  margin-bottom: 10px;
  width: 48.45%;*/
}
.toppage{
	width: 983px;
}

/*.box-info:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}

.box-info:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}

.box-info:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}

.box-info:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}

.box-info:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
}

.box-info:nth-child(6) {
  -webkit-animation: example 0.5s ease 3s 1 forwards;
  animation: example 0.5s ease 3s 1 forwards;
}*/

/*@-webkit-keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}*/

/*個々の動きhttp://qiita.com/volkuwabara/items/6febb96e1b2831df28b4*/
/*@keyframes horizontal {
    0% { transform:translateX( -10px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.name-top_page, .name-leaflet_page, .name-career_page {
  animation: horizontal 1s ease-in-out infinite alternate;
}

.name-vcm_page, .name-store_page {
  animation: vertical 1s ease-in-out infinite alternate;
}

.box-info:nth-child(1) {
	animation-duration: 1.1s
}

.box-info:nth-child(2) {
	animation-duration: 1.3s
}

.box-info:nth-child(3) {
	animation-duration: 1.5s
}

.box-info:nth-child(4) {
	animation-duration: 1.2s
}

.box-info:nth-child(5) {
	animation-duration: 1.4s
}

.box-info:nth-child(6) {
	animation-duration: 1.6s
}


/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
	-webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}


}