@charset "utf-8";


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

slick

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



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

content

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


@media screen and (max-width:767px) {
  /*スマホ指定*/
}




/* notice
------------------------------- */

.notice_wrap {
  width: 1120px;
  margin: 0 auto;
  padding: 10px;
}
.notice {
  border: 3px solid #b82510;
}

.notice_col {
  display: table;
  float: left;
}


.notice_col.notice_col-left {
  width: 112px;
  background-color: #b82510;
}

.notice_col_tit {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  font-size: 107.1%;
  text-align: center;
}
.notice_col.notice_col-right {
  width: 982px;
  padding: 20px;
}

.notice_col_row {
  margin-top: 10px;
}
.notice_col_row:first-child {
  margin-top: 0;
}
.notice_col_row .iconTag {
  float: left;
}
.notice_col_row .tit {
  width: 100%;
  padding-left: 90px;
}
.notice_col_row .tit a {
  color: inherit;
  font-size: 92.9%;
}


@media screen and (max-width:767px) {
  /*スマホ指定*/

  .notice {
  }
  .notice_wrap {
    width: auto;
    padding: 10px 0;
  }
  .notice_col.notice_col-left {
    width: 22%;
  }
  .notice_col.notice_col-right {
    width: 78%;
    padding: 10px;
  }
  .notice_col_row .iconTag {
    display: block;
    float: none;
    width: 80px;
  }
  .notice_col_row .tit {
    padding-left: 0;
  }
}


/* attention
------------------------------- */

.attention_wrap {
  width: 1120px;
  margin: 0 auto;
  padding: 10px;
}

.attention {
  padding: 20px;
  border: 3px solid #ccc;
}
.attention .tit {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 114.2%;
  margin-top: 20px;
}
.attention .tit:first-child {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  /*スマホ指定*/

  .attention_wrap {
    width: auto;
    padding: 10px 0 10px;
  }
  .attention {
    padding: 10px;
  }
  .attention .tit {
  font-size: 114.2%;
  margin-top: 15px;
  }
}
/* banner
------------------------------- */

#hiei_banner {
  width: 1120px;
  margin: 0 auto;
}
#hiei_banner a {
  float: left;
  display: inline-block;
}
#hiei_banner a:first-child {
  margin-right: 30px;
}
@media screen and (max-width:767px) {
  #hiei_banner{
    width: auto;
  }

  #hiei_banner a{
    float: none;
    margin-bottom: 1%;
  }
  #hiei_banner a:first-child {
    margin-right: 0;
  }
    #hiei_banner img {
      width:100%;
    }

}

/* guide
------------------------------- */

.guid_wrap {
  width: 1120px;
  margin: 0 auto;
    padding: 10px 0 0 ;
}

.guid {
  border-top: 4px solid #63a15e;
  background-color: #f4f3f0;
}

.guid_tit {
  padding: 22px 0;
  text-align: center;
}

.guid_list {
  padding: 0 20px 20px 20px;
}

.guid_list li {
  display: block;
  float: left;
  width: 204px;
  margin-left: 10px;
}

.guid_list li a {
  display: table;
  position: relative;
  width: 100%;
  height: 125px;
  line-height: 1.3;
  border: 1px solid #dddbd5;
  color: inherit;
  background-color: #fff;
  font-weight: 700;
  font-size: 114.2%;
  text-align: center;
  text-decoration: none;
  table-layout: fixed;
}
.guid_list li a:hover {
  opacity: 0.7;
}
.guid_list li a .fa {
  margin-right: 5px;
  color: #63a15e;
}
.guid_list li a .guid_list_img {
  position: absolute;
  top: 18px;
  width: 100%;
}


.guid_list li a span.inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-top: 60px;
}
.guid_list li a span.inner span.enTit {
  display: block;
  font-size: 71.4%;
  font-weight: 700;
  margin-top: 3px;
}
.guid_list li:first-child {
  margin-left: 0;
}



@media screen and (max-width:767px) {
  /*スマホ指定*/


  .guid_wrap {
    width: auto;
    padding: 10px 0 0;
  }

  .guid_tit img {
    width: auto;
    height: 22px;
  }
  .guid_tit {
    padding: 15px;
  }
  .guid_list {
    padding: 0 15px 15px 15px;
  }

  .guid_list li {
    width: 49.5%;
    margin-bottom: 1%;
    margin-left: 1%;
  }
  .guid_list li:nth-child(2n-1) {
    margin-left: 0;
  }

  .guid_list .guid_list-w100Sp {
    width: 100%;
  }

  .guid_list li a {
    position: relative;
    height: auto;
    padding: 17px 0 17px 42px;
    font-size: 100%;
  }

  .guid_list li a span.inner {
    padding-top: 0;
    font-weight: 700;
    text-align-last: left;
  }
  .guid_list li a .guid_list_img {
    position: absolute;
    top: 21px;
    left: 10px;
    width: 25px;
  }
  .guid_list li a .guid_list_img.guid_list_img-bgnr {
    top: 16px;
  }
  .guid_list li a .fa {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
  }
  .guid_list li a span.inner span.enTit {
    margin-top: 0;
  }

}


@media screen and (max-width:767px) {
  /*スマホ指定*/

  .guid_list {
    padding-right: 10px;
    padding-left: 10px;
  }
}


@media screen and (max-width:320px) {
  /*スマホ指定*/

  .guid_list li a span.inner {
    font-size: 92.9%;
  }
  .guid_list li a {
    padding: 17px 0 17px 35px;
  }
  .guid_list li a .guid_list_img {
    top: 13px;
    left: 8px;
    width: 23px;
  }
  .guid_list li.guid_list-i5small a span {
    font-size: 12px;
  }
}


/* info
------------------------------- */

.info_wrap {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 10px;
}


@media screen and (max-width:767px) {
  /*スマホ指定*/

  .info_wrap {
    width: auto;
    padding: 20px 15px 25px;
  }
}



@media screen and (max-width:767px) {
  /*スマホ指定*/

  .info_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}


/* news
------------------------------- */

.news {
  float: left;
  width: 810px;
}

.news_tit {
  position: relative;
  padding-bottom: 10px;
}

.news_tit_link {
  position: absolute;
  right: 0;
  color: inherit;
  text-decoration: none;
}
.news_tit_link:hover {
  text-decoration: underline;
}
.news_tit_link .fa {
  margin-right: 5px;
  color: #921b0f;
}

.news .scrollArea .viewport {
  position: relative;
  width: 787px;
  height: 270px;
  overflow: hidden;
}


@media screen and (max-width:767px) {
  /*スマホ指定*/



  .news {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .news_tit img {
    width: 87px;
  }

  .news_tit_link {
    margin-top: 2px;
    font-size: 92.9%;
  }

  .news .scrollArea .viewport {
    width: auto;
    height: auto;
  }

  .scrollArea .overview {
    position: static;
  }
}



/* newsList
------------------------------- */

.newsList {
  border-top: 1px solid #dad9d2;
}
.newsList li {
  padding: 15px 0;
  border-bottom: 1px solid #dad9d2;
}
.newsList li .date {
  float: left;
  margin-right: 15px;
  width: 116px;
}
.newsList li .iconTag {
  float: left;
  margin-right: 15px;
}
.newsList li .tit {
  display: block;
  line-height: 1.6;
  color: inherit;
}

.newsList li .tit .icoPdf {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 5px;
}


@media screen and (max-width:767px) {
  .newsList li {
    padding: 10px 0;
    font-size: 92.9%;
  }
  .newsList li .iconTag {
    font-size: 92.3%;
  }
  .newsList li .date {
    margin-bottom: 3px;
    width: 110px;
  }
  .newsList li .iconTag {
    margin-bottom: 3px;
  }
  .newsList li .tit {
    float: left;
    width: 100%;
    padding-left: 0;
  }
}



/* twitter
------------------------------- */

.twitter {
  float: left;
  width: 260px;
  height: 305px;
  margin-left: 30px;
  border: 1px solid #1da1f2;
}

.twitter_tit {
  padding: 11px 0;
  color: #fff;
  background-color: #1da1f2;
  font-weight: 700;
  text-align: center;
}
.twitter_tit img {
  display: inline-block;
  margin-right: 8px;
}

/*twitter-timeline*/

.twitter-timeline {
  border-radius: 0;
}

.twitter-timeline_wrap {
  height: 258px!important;
  overflow-y: scroll!important;
}

@media screen and (max-width:767px) {
  /*スマホ指定*/


  .twitter {
    float: none;
    width: 84%;
    height: 338px;
    margin: 0 auto;
    border: 1px solid #1da1f2;
  }
  .twitter-timeline_wrap {
    height: 291px!important;
  }
  .twitter_tit {
  }
}




/* osusume
------------------------------- */

.osusume_wrap {
  width: 100%;
  min-width: 1120px;
  margin-top: 20px;
  background-image: url(/files/img/top/bg_osusume.png);
  background-repeat: repeat;
}

.osusume {
  width: 1120px;
  margin: 0 auto;
  padding: 10px 10px;
}

.osusume_tit {
  padding: 22px 0;
  text-align: center;
}
.osusume_tit img{
	width:188px;
	height:auto;
}

.osusumeList {
  width: 1064px;
  margin: 0 auto 20px;
}

.osusumeListSlide {
  display: block;
  position: relative;
  position: relative;
  line-height: 1.4;
  margin: 7px;
  color: inherit;
  background: #fff;
  text-decoration: none;
}
.osusumeListSlide:hover {
  opacity: 0.8;
}
.osusumeListSlide .osusumeTag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 9.6em;
  line-height: 1.6;
  padding: 0;
  color: #fff;
  background-color: #ddd;
  font-size: 85.7%;
  text-align: center;
}

/*.osusumeListSlide .osusumeTag-01 {
  background-color: #cf6d86;
}
.osusumeListSlide .osusumeTag-02 {
  background-color: #8ba150;
}
.osusumeListSlide .osusumeTag-03 {
  background-color: #a16c9e;
}
.osusumeListSlide .osusumeTag-04 {
  background-color: #a16c9e;
}
.osusumeListSlide .osusumeTag-05 {
  background-color: #cf6f58;
}
.osusumeListSlide .osusumeTag-06 {
  background-color: #504e40;
}
.osusumeListSlide .osusumeTag-07 {
  background-color: #8ba150;
}*/
.osusumeListSlide .osusumeTag-01 {
  background-color: #5693b6;
}
.osusumeListSlide .osusumeTag-02 {
  background-color: #a16c9e;
}
.osusumeListSlide .osusumeTag-03 {
  background-color: #63a15e;
}
.osusumeListSlide .osusumeTag-04 {
  background-color: #cf6d86;
}
.osusumeListSlide .osusumeTag-05 {
  /*background-color: #504e40;*/
  background-color: #cf6f58;
}
.osusumeListSlide .osusumeTag-06 {
  background-color: #8ba150;
}


.osusumeList_cnt {
  padding: 15px;
}

.osusumeList_cnt .tit {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 114.2%;
}
.osusumeList_cnt .date {
  font-size: 100%;
}
.osusumeList_cnt .date i {
  margin-right: 5px;
}

.osusume_tit_link {
  display: none;
}

@media screen and (max-width:767px) {
  /*スマホ指定*/


  .osusume_wrap {
    width: auto;
    min-width: inherit;
    margin-top: 0;
  }

  .osusume {
    width: auto;
    padding: 10px 15px;
  }

  .osusume_tit {
    padding: 10px 15px 15px;
  }

  .osusume_tit img {
    width: auto;
    height: 22px;
  }

  .osusumeList {
    width: auto;
    margin-bottom: 0;
  }
  .osusumeList_cnt {
    padding: 10px;
  }
  .osusumeList_cnt .tit {
    margin-bottom: 6px;
    font-size: 92.9%;
  }
  .osusumeList_cnt .date {
    font-size: 92.9%;
  }

  .osusumeListSlide {
    margin: 4px;
  }
}



@media screen and (max-width:767px) {
  /*スマホ指定*/

  .osusume {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/* enjoy
------------------------------- */

.enjoy_wrap {
  background-image: url(/files/img/top/bg_enjoy.png);
  background-repeat: repeat;
  background-position: center;
}

.enjoy {
  width: 1120px;
  margin: 0 auto;
  padding: 15px 10px 70px;
}

.enjoy_tit {
  float: left;
  width: 810px;
  padding: 30px 0;
  text-align: center;
}

.enjoyList {
  float: left;
  width: 810px;
}
.enjoyList .list {
  display: block;
  float: left;
  width: 395px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-decoration: none;
}
.enjoyList .list .tit {
  padding: 10px 0;
  color: #fff;
  background-color: #fff;
  font-size: 128.6%;
  text-align: center;
}
.enjoyList .list .tit.bgc01 {
  background-color: #63a15e;
}
.enjoyList .list .tit.bgc02 {
  background-color: #cf6d86;
}
.enjoyList .list .tit.bgc03 {
  background-color: #5693b6;
}
.enjoyList .list .tit.bgc04 {
  background-color: #a16c9e;
}
.enjoyList .list .tit.bgc05 {
  background-color: #cf6f58;
}
.enjoyList .list .tit.bgc06 {
  background-color: #504e40;
}
.enjoyList .list .tit.bgc07 {
  background-color: #3f6e49;
}
.enjoyList .list:nth-child(2n-1) {
  margin-left: 0;
  clear: left;
}


.enjoyBnr {
  float: right;
  width: 260px;
  margin-top: -50px;
}

.enjoyBnr a {
  display: block;
  margin-bottom: 10px;
}


@media screen and (max-width:767px) {
  /*スマホ指定*/


  .enjoy_wrap {
    background-image: url(/files/img/top/bg_enjoy_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
            background-size: 100% 53.7%;

    -webkit-background-size: 100% 75.523%;
  }

  .enjoy {
    width: auto;
    padding: 8px 15px 60px;
  }

  .enjoy_tit {
    display: block;
    float: none;
    width: auto;
    padding: 18px 0;
  }
  .enjoy_tit img {
    width: 163px;
    height: auto;
  }

  .enjoyList {
    float: none;
    width: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #dad9d2;
  }

  .enjoyList .list {
    display: table;
    float: none;
    width: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .enjoyList .list img {
    float: left;
    width: 52.2%;
  }

  .enjoyList .list .tit {
    display: table;
    float: left;
    width: 47.8%;
    vertical-align: middle;
    font-weight: 700;
    font-size: 92.9%;
  }

  .enjoyList .list .tit span {
    display: table-cell;
    vertical-align: middle;
  }

  .enjoyBnr {
    float: none;
    width: auto;
    margin-top: 0;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .enjoyBnr > a {
    text-align: center;
  }
  .enjoyBnr > a img {
    width: 100%;
    height: auto;
  }


}



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

clearfix

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

/* Modern Browsers
------------------------------- */
#xxxx:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */
#xxxx {
  *zoom: 1;
}
