@charset "UTF-8";
/*
TOPページ用CSS
*/
/*-----------------------------------------------------------------
slider
-----------------------------------------------------------------*/
#mainimg {
  width: 100%;
  height: 580px;
  position: relative;
}

#mainimg h2 {
  position: absolute;
  z-index: 100;
  width: 498px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin-left: -246px;
  /* widthの半分のマイナス値 */
  margin-top: -27px;
  /* heightの半分のマイナス値 */
}

#mainimg h2#h2_campaign {
  width: 500px;
  height: 500px;
  right: 5%;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto 0;
}

#mainimg h2#h2_campaign a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#mainimg h2#h2_campaign img {
  width: 500px;
  height: 500px;
}

#mainimg .bx-wrapper {
  height: 100%;
}

#mainimg .bx-wrapper .bx-viewport {
  height: 100% !important;
}

#mainimg .bx-wrapper .bx-viewport #slider {
  height: 100%;
}

#mainimg .bx-wrapper .bx-viewport #slider li {
  height: 100%;
}

#mainimg .bx-wrapper .bx-viewport #slider li:nth-child(1) {
  background: url(img/top/slider06.jpg) center top no-repeat;
  background-size: cover;
}

#mainimg .bx-wrapper .bx-viewport #slider li:nth-child(2) {
  background: url(img/top/slider01.jpg) center center no-repeat;
  background-size: cover;
}

#mainimg .bx-wrapper .bx-viewport #slider li:nth-child(3) {
  background: url(img/top/slider02.jpg) center center no-repeat;
  background-size: cover;
}

#mainimg .bx-wrapper .bx-viewport #slider li:nth-child(4) {
  background: url(img/top/slider03.jpg) center center no-repeat;
  background-size: cover;
}

#mainimg .bx-wrapper .bx-viewport #slider li:nth-child(5) {
  background: url(img/top/slider04.jpg) center center no-repeat;
  background-size: cover;
}

#mainimg .bx-wrapper .bx-viewport #slider li:nth-child(6) {
  background: url(img/top/slider05.jpg) center center no-repeat;
  background-size: cover;
}

.mac .bx-wrapper .bx-wrapper img {
  min-width: 100%;
  height: auto;
  min-height: 580px !important;
  text-align: center;
}

.bx-has-pager {
  text-align: right;
  position: absolute;
  height: 10px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.bx-pager {
  height: 10px;
  overflow: hidden;
}

.bx-pager-item {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  vertical-align: top;
}

.bx-pager-link {
  float: left;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(img/top/pager_default.png) 0 0 no-repeat;
  vertical-align: top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.bx-pager-link.active {
  background: url(img/top/pager_active.png) 0 0 no-repeat;
}

/*-----------------------------------------------------------------
campaign
-----------------------------------------------------------------*/
#campaign {
  width: 100%;
  height: auto;
}

#campaign img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------
items（四角で並んだ要素）
-----------------------------------------------------------------*/
.itemWrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.itemWrap .item {
  display: table-cell;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.itemWrap .item > a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.itemWrap .item > a .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.itemWrap .item > a .inner h3 {
  position: absolute;
  top: 30px;
  left: 20px;
}

.itemWrap .item > a .inner p {
  line-height: 150%;
  text-align: right;
  font-size: 85%;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.itemWrap .item figure {
  width: 100%;
  height: 100%;
}

.itemWrap .item figure img {
  width: 100%;
}

.itemWrap .item.itemS {
  width: 33.3333333333%;
}

.itemWrap .item.itemS#item01 a {
  background-image: url(img/top/item01_img.jpg);
}

.itemWrap .item.itemS#item01 a:hover {
  background-image: url(img/top/item01_img_over.jpg);
}

.itemWrap .item.itemS#item02 a {
  background-image: url(img/top/item02_img.jpg);
}

.itemWrap .item.itemS#item02 a:hover {
  background-image: url(img/top/item02_img_over.jpg);
}

.itemWrap .item.itemS#item03 a {
  background-image: url(img/top/item03_img.jpg);
}

.itemWrap .item.itemS#item03 a:hover {
  background-image: url(img/top/item03_img_over.jpg);
}

.itemWrap .item.itemS#item06 a {
  background-image: url(img/top/item06_img.jpg);
}

.itemWrap .item.itemS#item06 a:hover {
  background-image: url(img/top/item06_img_over.jpg);
}

.itemWrap .item.itemS#item07 .titleWrap {
  display: table;
  width: 100%;
  height: 15px;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.itemWrap .item.itemS#item07 .titleWrap h3 {
  display: table-cell;
  height: 15px;
  line-height: 0;
}

.itemWrap .item.itemS#item07 .titleWrap p {
  display: table-cell;
  height: 15px;
  text-align: right;
  vertical-align: middle;
  font-size: 75%;
}

.itemWrap .item.itemS#item07 .titleWrap p a {
  padding-right: 15px;
  background: url(img/common/arrow01.png) right center no-repeat;
}

.itemWrap .item.itemS#item07 ul {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.itemWrap .item.itemS#item07 ul li {
  padding: 10px 0;
}

.itemWrap .item.itemS#item07 ul li:last-child {
  padding-bottom: 0;
}

.itemWrap .item.itemS#item07 ul li .dateLine {
  display: table;
  margin: 0 0 5px;
}

.itemWrap .item.itemS#item07 ul li .dateLine p {
  display: table-cell;
  line-height: 15px;
  vertical-align: middle;
}

.itemWrap .item.itemS#item07 ul li .dateLine p.date {
  padding-right: 10px;
  font-size: 75%;
  font-weight: bold;
  font-family: "verdana","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka,"Arial";
}

.itemWrap .item.itemS#item07 ul li .dateLine p.catIcon {
  padding-right: 10px;
  font-size: 70%;
}

.itemWrap .item.itemS#item07 ul li .dateLine p.catIcon a {
  padding: 0 10px;
  background: #e7e7e7;
  line-height: 15px;
}

.itemWrap .item.itemS#item07 ul li .dateLine p.newIcon img {
  vertical-align: middle;
}

.itemWrap .item.itemS#item07 ul li h4 {
  line-height: 130%;
  font-size: 85%;
}

.itemWrap .item.itemS#item07 ul li h4 a {
  text-decoration: underline;
}

.itemWrap .item.itemS#item08 a {
  background-color: rgba(122, 180, 45, 0.66);
  z-index: 1000;
}

.itemWrap .item.itemS#item08 a:hover {
  background-color: rgba(122, 180, 45, 0.85);
}

.itemWrap .item.itemS#item08 #map_canvas {
  width: 100%;
  height: 100%;
}

.itemWrap .item.itemS#item08 #map_canvas iframe {
  width: 100% !important;
  height: 100% !important;
}

.itemWrap .item.itemL {
  width: 50%;
}

.itemWrap .item.itemL#item04 a {
  background-image: url(img/top/item04_img.jpg);
}

.itemWrap .item.itemL#item04 a:hover {
  background-image: url(img/top/item04_img_over.jpg);
}

.itemWrap .item.itemL#item05 a {
  background-image: url(img/top/item05_img.jpg);
}

.itemWrap .item.itemL#item05 a:hover {
  background-image: url(img/top/item05_img_over.jpg);
}

.itemWrap .item.itemL#item09 a {
  background-image: url(img/top/item09_img.png);
}

.itemWrap .item.itemL#item09 a:hover {
  background-image: url(img/top/item09_img_over.png);
}

.itemWrap .item.itemL#item09 a .inner h3 {
  width: 82px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin-left: -41px;
  /* widthの半分のマイナス値 */
  margin-top: -23px;
  /* heightの半分のマイナス値 */
}

.itemWrap .item.itemL#item10 a {
  background-image: url(img/top/item10_img.png);
}

.itemWrap .item.itemL#item10 a:hover {
  background-image: url(img/top/item10_img_over.png);
}

.itemWrap .item.itemL#item10 a .inner h3 {
  width: 162px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin-left: -81px;
  /* widthの半分のマイナス値 */
  margin-top: -23px;
  /* heightの半分のマイナス値 */
}

/*-----------------------------------------------------------------
greeting
-----------------------------------------------------------------*/
#greeting {
  padding: 45px 0;
  background: url(img/top/greeting_bg.png) right bottom no-repeat #f6f6f6;
  text-align: center;
}

#greeting h3 {
  margin-bottom: 25px;
  font-size: 120%;
  font-weight: bold;
}

#greeting hr {
  width: 50px;
  height: 3px;
  margin: 0 auto 25px;
  background-color: #3c3434;
  border: none;
}

#greeting p {
  margin-bottom: 20px;
  line-height: 150%;
  font-weight: bold;
}

/*-----------------------------------------------------------------
greeting
-----------------------------------------------------------------*/
#underImg {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#underImg li {
  display: table-cell;
  width: 33.3333333333%;
  background-position: 0 0;
  background-repeat: none;
  background-size: cover;
}

#underImg li:nth-child(1) {
  background-image: url(img/top/under_img01.jpg);
}

#underImg li:nth-child(2) {
  background-image: url(img/top/under_img02.jpg);
}

#underImg li:nth-child(3) {
  background-image: url(img/top/under_img03.jpg);
}

#underImg li img {
  width: 100%;
  min-height: 180px;
}
