

/*-----共通-----*/
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: visible;
  overflow-y: scroll\9;
  font-size: 62.5%;
}

body {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 0 auto;
  font-family: "Noto Sans Japanese", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Verdana', 'ＭＳ Ｐゴシック', sans-serif, FontAwesome;
  width: 100%;
	background-color: #1b1b1b;	
}

body a {
  text-decoration: none;
}

body a:hover {
  opacity:.6;
  filter: alpha(opacity=60);        /* IE 6,7 */
-ms-filter: "alpha(opacity=60)";  /* IE 8,9 */
-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.6;              /* Safari 1.x */
}

body img {
  width: 100%;
}

.fix-header {
	background-color:rgba(23,23,23,0.84);
	top: -66px;/* 上に隠す高さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding:0 15px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}

section a:link, section a:visited {
  color: #fff;
}

#slider .pc-none {
  display: none;
}

ol#pankuzu {
  margin: 0 auto;
  list-style: none;
  font-size: 1.3rem;
  /*  overflow: hidden;*/
/*  padding: 0;*/
  position: static;
  top: 50px;
  z-index: 1000;
  padding: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: #FFF;
  border-bottom: solid 1px #CCC;
  white-space: nowrap;
}

ol#pankuzu li {
  display: inline-block;
  padding-right: 10px;
  padding-top: 2px;
  color: #444;
}

ol#pankuzu li a {
  background: url(../images/pankuzu_arrow.png) no-repeat scroll right center;
  margin-right: 1px;
  padding-right: 12px;
  color: #444;
}

ol#pankuzu li a:hover {
  color: #ededed;
}

#pankuzu li#top {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 18px;
  padding-top: 2px;
  padding-right: 6px;
}

/* フリックできるパンくずリスト */
/*#pankuzu {
  padding: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: #FFF;
  border-bottom: solid 1px #CCC;
  white-space: nowrap;
}*/

/* スクロールバーの装飾 */
#pankuzu::-webkit-scrollbar {
height: 10px;
}
#pankuzu::-webkit-scrollbar-track {
background-color: #FFF;
}
#pankuzu::-webkit-scrollbar-thumb {
background-color: rgba( 238, 238, 238, 0.8);
}

body header {
  width: 100%;
  /*background:url(../../images/content_bg.jpg);*/
  background-color: #000;
  z-index: 500;
  position: relative;
  top: 0;
  border-bottom: solid 1px #ccc;
  font-family: "Noto Sans Japanese";
  overflow: hidden;
}

.header_wrapper {
  margin: 0 auto;
  width: 80%;
}

.header_wrapper h1 {
  float: left;
  width: 115px;
}

.header_wrapper .mainnav ul {
  font-size: 14px;
  padding-top: 8px;
  float: right;
  background: none;
}

.mainnav ul li {
  float: left;
  color: #333333;/*border-left: 1px #CCC solid; */
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  height: 100%;
  border-left: 1px #CCC solid;
}

.mainnav ul li:last-child {
  border-right: 1px #CCC solid;
}

.mainnav ul li a {
  color: #fff;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  -moz-transition: color 0.3s, -moz-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  display: block;
  padding: 8px 20px;
}

.mainnav ul li a:hover {
  color: #ffbec9;
  border-bottom: solid 2px #de3861;
}

/*-----フッター-----*/
body footer {
  width: 100%;
  height: 60px;
  background: #333;
  display: block;
  overflow: visible;
  padding: 10px auto;
  z-index: 500;
  position: static;
}

footer ul {
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  overflow: visible;
}

footer ul li {
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto;
  clear: none;
  float: left;
}

footer ul li.copy {
  width: auto;
  padding: 0;
  padding-top: 5px;
  margin-right: 20px;
  font-size: 12px;
  float: right;
  clear: none;
  display: block;
}

footer ul li a {
  color: #FFF;
}

footer ul li a:hover {
  text-decoration: underline;
}

.font_b {
  font-weight: bold;
  font-size: 110%;
}

.gotop {
  position: absolute;
  right: 20px;
  font-size: 77%;
  z-index: 100;
}

.gotop a {
  background: #333 none repeat scroll 0 0;
  /*border-radius: 5px;*/
  display: block;
  opacity: 0.8;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.7s ease 0s;
  width: 55px;
  font-size: 2.2rem;
  color: #fff !important;
  bottom: 0;
  right: 0;
  position: absolute;
}

.gotop a img {
  width: 60%;
}

.gotop:hover {
  opacity: 0.8;
}

.breadcrumbs {
  z-index: 1000;
  position: relative;
  left: 0;
  text-align: left;
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.6);
}

section {
  position: relative;
  overflow: hidden;
}

/*==============
ricopa only
==================*/

section:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*goirisplaza*/
.goirisplaza {
  padding: 5%;
}

.goirisplaza p {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 3% 0;
}

.goirisplaza a img {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.goirisplaza a img:hover {
  -webkit-animation-name: hover-effect;
  animation-name: hover-effect;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@media screen and (min-width: 768px) {

.header_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.breadcrumbs {
  padding-top: 10px;
}

ol#pankuzu {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  padding: 0;
  top: 0;
  padding: 0;
  overflow-x: unset;
  overflow-y: hidden;
  background-color: transparent;
  border-bottom: 0;
}
}

@media screen and (max-width: 1280px) {

/*------------ lineup ------------*/
#lineup ul {
  width: 100%;
}
}

@media screen and (max-width: 1080px) {

.header_wrapper {
  width: 100%;
}

.mainnav ul li {
  padding: 5px 10px 0;
}

body footer {
  min-width: 100%;
  height: auto;
}

footer ul {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0;
}

footer ul li {
  float: none;
  padding: 5px;
}

footer ul li.copy {
  float: none;
  margin-right: 0;
}

footer ul li:first-child {
  background-color: rgba(255, 255, 255,0.9);/*-moz-opacity: 0.5;
-ms-filter: "alpha( opacity=50 )";
filter: alpha( opacity=50 );
opacity: 0.5;*/
}

footer ul li:nth-child(2) {
  background-color: rgba(255, 255, 255,0.8);
}

footer ul li:nth-child(3) {
  background-color: rgba(255, 255, 255,0.7);
}

footer ul li:last-child {
  background-color: rgba(255, 255, 255,0);
}

footer ul li a {
  color: #000;
}

footer ul li:last-child a {
  color: rgba(255, 255, 255,1);
}
}

@media screen and (max-width: 768px) {

.header_wrapper .mainnav ul.test {
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

header .header_wrapper h1 {
  border-bottom: solid 1px #bdbdbd;
  width: 100%;
  padding: 0 3%;
}

header .header_wrapper h1 img {
  width: 20%;
}

body header {
  position: static;
}

.mainnav {
  overflow: hidden;
}

.mainnav ul li a:hover {
  border: none;
}

.mainnav ul {
  width: 100%;
  padding-top: 0 !important;
}

.mainnav ul li {
  width: 50%;
  background: #444;
  border-left: solid 1px #ccc;
  padding: 1% 0;
}

.mainnav ul li a {
  padding: 3% 0;
}

.mainnav ul li.last {
  display: none;
}

.breadcrumbs {
  top: 0;
  position: relative;
}

/*goirisplaza*/
.goirisplaza p {
  font-size: 1.5rem;
}

.goirisplaza a img {
  width: 70%;
}

section.r-mark {
  width: 90%;
}
}

@media screen and (max-width: 480px) {

.header_wrapper .mainnav ul.test {
  height: 40px;
}

.r-mark p {
  text-align: left;
}
}

@media screen and (min-width: 1400px) {
}

@media screen and (max-width: 479px) {

#lineup h3 {
  font-size: 2.0rem;
}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
}

/* CSS Document *//*-----font軽量版読み込み-----*/

/*源ノ明朝 ExtraLight*/
@font-face {
  font-family: "source-han-serif-jpn-exl";
  font-style: normal;
  font-weight: 200;
  src: url("/common/font/source-san-serif/SourceHanSerif-ExtraLight-m.eot");
  src: url("/common/font/source-san-serif/SourceHanSerif-ExtraLight-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-ExtraLight-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-ExtraLight-m.ttf") format('truetype');
}

/*源ノ明朝 Light*/
@font-face {
  font-family: "source-han-serif-jpn-l";
  font-style: normal;
  font-weight: 300;
  src: url("/common/font/source-san-serif/SourceHanSerif-Light-m.eot");
  src: url("/common/font/source-san-serif/SourceHanSerif-Light-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-Light-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-Light-m.ttf") format('truetype');
}

/*源ノ明朝 Regular*/
@font-face {
  font-family: "source-han-serif-jpn-r";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/source-san-serif/SourceHanSerif-Regular-m.eot");
  src: url("/common/font/source-san-serif/SourceHanSerif-Regular-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-Regular-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-Regular-m.ttf") format('truetype');
}

/*源ノ明朝 Medium*/
@font-face {
  font-family: "source-han-serif-jpn-m";
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/source-san-serif/SourceHanSerif-Medium-m.eot");
  src: url("/common/font/source-san-serif/SourceHanSerif-Medium-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-Medium-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-Medium-m.ttf") format('truetype');
}

/*源ノ明朝 SemiBold*/
@font-face {
  font-family: "source-han-serif-jpn-sb";
  font-style: normal;
  font-weight: 600;
  src: url("/common/font/source-san-serif/SourceHanSerif-SemiBold-m.eot");
  src: url("/common/font/source-san-serif/SourceHanSerif-SemiBold-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-SemiBold-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-SemiBold-m.ttf") format('truetype');
}

/*源ノ明朝 Bold*/
@font-face {
  font-family: "source-han-serif-jpn-b";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/source-san-serif/SourceHanSerif-Bold-m.eot");
  src: url("/common/font/source-san-serif/SourceHanSerif-Bold-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-Bold-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-Bold-m.ttf") format('truetype');
}

/*源ノ明朝 Heavy*/
@font-face {
  font-family: "source-han-serif-jpn-h";
  font-style: normal;
  font-weight: 900;
  src: url("/common/font/source-san-serif/SourceHanSerif-Heavy-m.eot");
  src: url("/common/font/source-san-serif/SourceHanSerif-Heavy-m.eot?#iefix") format('embedded-opentype'), url("/common/font/source-san-serif/SourceHanSerif-Heavy-m.woff") format('woff'), url("/common/font/source-san-serif/SourceHanSerif-Heavy-m.ttf") format('truetype');
}

/*-----源ノ角ゴシック font軽量版読み込み-----*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("/common/font/NotoSansCJKJP-Light.eot");
  src: url("/common/font/NotoSansCJKJP-Light.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Light.woff") format('woff'), url("/common/font/NotoSansCJKjp-Light.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-l";
  font-style: normal;
  font-weight: 300;
  src: url("/common/font/NotoSansCJKjp-DemiLight.eot");
  src: url("/common/font/NotoSansCJKjp-DemiLight.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-DemiLight.woff") format('woff'), url("/common/font/NotoSansCJKjp-DemiLight.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-r";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansCJKjp-Regular.eot");
  src: url("/common/font/NotoSansCJKjp-Regular.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Regular.woff") format('woff'), url("/common/font/NotoSansCJKjp-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-m";
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/NotoSansCJKjp-Medium.eot");
  src: url("/common/font/NotoSansCJKjp-Medium.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Medium.woff") format('woff'), url("/common/font/NotoSansCJKjp-Medium.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-sb";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/NotoSansCJKjp-Bold.eot");
  src: url("/common/font/NotoSansCJKjp-Bold.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Bold.woff") format('woff'), url("/common/font/NotoSansCJKjp-Bold.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-b";
  font-style: normal;
  font-weight: 900;
  src: url("/common/font/NotoSansCJKjp-Black.eot");
  src: url("/common/font/NotoSansCJKjp-Black.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Black.woff") format('woff'), url("/common/font/NotoSansCJKjp-Black.ttf") format('truetype');
}
