@charset "UTF-8";
.main_news .article_h2 {
  background: url(../common/topics/img/bg.jpg) no-repeat top center;
  background-size: auto 100%;
}
.main_news .article_h2.detail {
  background-size: auto 100%;
}

.main_news .more {
  position: relative;

  display: block;

  padding-right: 20px;

  text-align: right;

  color: #333333;
}
.main_news .more:before {
  position: absolute;
  z-index: 999;
  top: 47%;
  right: 0;

  width: 14px;
  height: 15px;

  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  background: #cbcbcb;
}
.main_news .more:after {
  position: absolute;
  z-index: 1000;
  top: 48%;
  right: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 6px;

  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  border: 3px solid transparent;
  border-left: 4px solid #fff;
}

.short.box_right .tit {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 0;

  text-align: center;

  color: #fff;
  background: #333;
}

.short.box_right .box {
  position: relative;

  margin-bottom: 30px;
  padding-bottom: 20px;

  border-bottom: solid 1px;
}
.short.box_right .box ul.icon li {
  background: #00a89c;
}
.short.box_right .box .ph_box {
  float: left;

  width: 200px;
}
.short.box_right .box .ph_box .ph {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}
.short.box_right .box .txt_box {
  float: right;

  width: 520px;
}
.short.box_right .box .txt_box .tit {
  font-size: 23px;

  overflow: hidden;

  max-height: 96px;

  text-align: left;

  color: #333333;
  background: none;
}
.short.box_right .box .txt_box .icon_area .icon {
  float: left;

  margin-right: 9px;
}
.short.box_right .box .txt_box .icon_area .date {
  font-size: 17px;
  line-height: 1;

  color: #333333;
}

.main_news ul.pager li {
  display: inline-block;

  margin-bottom: 10px;
}

.main_news ul.pager li a {
  display: block;

  padding: 5px 10px;

  color: #333333;
  border: solid 1px;
}

.main_news ul.pager li.active a,
.main_news ul.pager li a:hover {
  color: #fff;
  background: #545454;
}
.banner_lower a:hover{
  opacity: 0.8;
}
@media print, screen and (max-width: 760px) {
  .main_news .article_h2 {
    height: auto;
    margin-top: 0;
    padding: 12% 0 14%;

    background: url(../common/topics/img/bg.jpg) no-repeat 33%;
    background-size: auto 100%;
    background-position: center;
  }
  .main_news .box_right {
    width: 90% !important;
  }
  .main_news .box_right .box .ph_box {
    width: 40%;
  }
  .main_news .box_right .box .txt_box {
    width: 55%;
  }
  .main_news .box_right .box .txt_box .icon_area .date {
    font-size: .8em;
    line-height: 1.2;
  }
  .main_news .box_right .box .txt_box .icon_area .icon {
    float: left;

    margin: 0 5px 0 0;
  }
  .main_news .box_right .box .txt_box .tit {
    font-size: 4.3vw;
    line-height: 1.3;

    max-height: 66px;
    margin: 10px 0;
    padding: 1% 0;
  }
  .main_news .box_right .box .txt_box .more {
    font-size: .8em;

    margin-right: 10px;
  }
  .main_news .box_left .tit {
    overflow: hidden;

    max-height: 48px;
  }
}

@media print, screen and (min-width: 761px) {
  .main_news .container {
    width: 1100px;
    margin: 0 auto 128px;
  }
  .container.detail_wrap {
    width: 800px;
  }
  .container .short {
    width: 775px;
  }
  .bread {
    margin: 0 auto 40px;
  }
}

.box_left {
  float: left;

  width: 244px !important;
}

.box_right {
  float: right;

  width: 756px !important;
}

.short img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 760px) {
  .main_news .container {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .container .short {
    float: none;

    width: auto;
    margin: 0 5%;
  }
  ul.pager {
    margin-bottom: 10%;
  }
}

/*  Side
*---------------------------------------------------------- */
aside.side {
  width: 186px;
}

@media screen and (max-width: 760px) {
  aside.side {
    display: inherit;
    float: none;
    clear: both;

    width: auto;
    margin: 0 5%;
  }
  .box_left {
    width: 90% !important;
  }
  .archive .ph {
    width: 105px;
    height: 105px;
  }
  .archive li:nth-child(1) .rank::after {
    left: 47px;
  }
  .archive li:nth-child(2) .rank::after {
    left: 47px;
  }
  .archive li:nth-child(3) .rank::after {
    left: 47px;
  }
}

/*  index
*---------------------------------------------------------- */
.short ul.news_list li {
  margin-bottom: 10px;
  padding-bottom: 10px;

  border-bottom: 1px dotted #ccc;
}

.short ul.news_list li .day {
  font-weight: 600;

  margin-bottom: 0;

  color: #0060b9;
}

.short ul.news_list li .title {
  font-size: 1.1em;
  line-height: 1.4;

  margin-bottom: 0;

  border: none;
  background: none;
}

.short ul.news_list li .title::before {
  display: none;
}

.short ul.news_list li a {
  text-decoration: none;
}

.short ul.news_list li a:hover {
  color: #50c0d8;
}

.short ul.news_list .icon li {
  font-size: 11px;
  line-height: 1.1em;

  display: inline-block;

  width: auto;
  margin-right: 3px;
  padding: 3px 10px 4px !important;

  text-align: center;

  color: #fff;
  background: #ccc;
}

/* news_detail
--------------------------------------------------*/
.main_news .sns_btn_area div,
.main_news .sns_btn_area iframe {
  display: inline-block;

  vertical-align: bottom;
}

.main_news .sns_btn_area {
  width: 1100px;
  margin: 0 auto;

  text-align: right;
}

.main_news .section_detail {
  width: auto;
  margin-bottom: 30px;
}
.main_news .section_detail .box_right {
  width: 846px !important;
}
.main_news .section_detail .unit .txtbox {
  float: inherit;

  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
}
.main_news .section_detail .unit .txtbox ul.icon {
  float: left;

  text-align: left;
}
.main_news .section_detail .unit .txtbox ul.icon li {
  font-size: 16px;

  margin-right: 20px;

  background: #13bc8b;
}
.main_news .section_detail .unit .txtbox .date {
  text-align: left;
}
.main_news .section_detail .unit .txtbox .tit {
  font-size: 26px;

  margin-bottom: 20px;
  padding: 0;

  text-align: left;

  color: #333333;
  background: none;
}
.main_news .section_detail .unit .ph {
  width: 100%;
  margin-bottom: 50px;
}
.main_news .section_detail .inner {
  margin-bottom: 0;
  padding-bottom: 0px;

  border-bottom: none;
}

.main_news .section_detail .unit_data {
  width: auto;
  margin-bottom: 50px;
}

.main_news .section_detail .cnt_box {
  width: auto;
  margin-bottom: 50px;
}
.main_news .section_detail .cnt_box h5 {
  font-size: 21px;
  font-weight: bold;

  margin-bottom: 30px;
}
.main_news .section_detail .cnt_box > p {
  line-height: 2em !important;

  margin-bottom: 30px !important;
}

.main_news .section_detail .map_box {
  margin-bottom: 80px;
}
.main_news .section_detail .map_box iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;

  border-style: none;
}
.main_news .section_detail .map_box p.btn_more {
  display: block;

  width: 330px;
  margin: 0 auto;
}
.main_news .section_detail .map_box p.btn_more:after {
  right: 25px;
}
.main_news .section_detail .map_box p.btn_more a {
  font-size: 18px;

  position: relative;

  display: block;

  width: 330px;
  padding: 15px;

  text-align: center;

  color: #fff;
  border-radius: 50px;
  background: #333333;
}

.main_news .section_detail .btn_cnv {
  width: 500px;
  height: 80px;
  margin: 0 auto 80px;
}
.main_news .section_detail .btn_cnv a {
  font-size: 24px;
  line-height: 80px;

  position: relative;

  display: block;

  width: 100%;
  height: 80px;

  text-align: center;

  color: #fff;
  border-radius: 80px;
  background: #009999;
}
.main_news .section_detail .btn_cnv a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 25px;

  display: block;

  width: 8px;
  height: 8px;
  margin-top: -5px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.main_news .side .sale_area,
.main_news .short .sale_area {
  background: #3c5fa1;
}

.main_news .side .area01,
.main_news .short .area01 {
  background: #7c93c6;
}

.main_news .side .area02,
.main_news .short .area02 {
  background: #76c8dc;
}

.main_news .side .area03,
.main_news .short .area03 {
  background: #ffbc39;
}

.main_news .side .area04,
.main_news .short .area04 {
  background: #bea0cb;
}

.main_news .side .area05,
.main_news .short .area05 {
  background: #e4a7aa;
}

.main_news .side .area06,
.main_news .short .area06 {
  background: #e0ba6b;
}

.main_news .side .area07,
.main_news .short .area07 {
  background: #80c870;
}

.main_news .side .area08,
.main_news .short .area08 {
  background: #cf9296;
}

.main_news .side .area,
.main_news .short .area {
  background: #333;
}

.main_news .side .hokkaido_area,
.main_news .short .hokkaido_area {
  background: #7c93c6;
}

.main_news .side .tohoku_area,
.main_news .short .tohoku_area {
  background: #76c8dc;
}

.main_news .side .kanto_area,
.main_news .short .kanto_area {
  background: #ffbc39;
}

.main_news .side .chubu_area,
.main_news .short .chubu_area {
  background: #bea0cb;
}

.main_news .side .kinki_area,
.main_news .short .kinki_area {
  background: #e4a7aa;
}

.main_news .side .shikoku_area,
.main_news .short .shikoku_area {
  background: #e0ba6b;
}

.main_news .side .chugoku_area,
.main_news .short .chugoku_area {
  background: #80c870;
}

.main_news .side .kyushu_area,
.main_news .short .kyushu_area {
  background: #cf9296;
}

.main_news.event .archive li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.main_news.event .archive.archive-sale li {
  width: 100%;
}

.main_news.event .archive li:nth-child(2n) {
  margin-right: 0;
}

.main_news.event h3 {
  font-size: 18px;

  padding: 10px;

  text-align: center;

  color: #fff;
  border-bottom: none;
}

.main_news.event .box a {
  text-align: left;

  color: #333333;
}
.main_news.event .box a .ph_box {
  float: left !important;

  width: 200px !important;
}
.main_news.event .box a .ph_box .ph {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}
.main_news.event .box a .txt_box {
  float: right;

  width: 550px;
  padding-top: 10px;
}

.main_news.event .short .box {
  margin-bottom: 40px;
  padding: 0 15px;
  padding-bottom: 40px;

  border-bottom: solid 1px;
}
.main_news.event .short .box .tit {
  font-size: 27px;

  overflow: hidden;

  max-height: 50px;
}
.main_news.event .short .box .txt {
  font-size: 15px;

  overflow: hidden;

  max-height: 50px;

  text-align: left;
}

.main_news.event .short .icon_area {
  margin-bottom: 20px;
}

.main_news.event .short ul.icon {
  float: left;

  margin-right: 14px;
}
.main_news.event .short ul.icon li {
  color: #333333;
  background: #ffd800;
}

.main_news.event .short .date {
  font-size: 17px;
  line-height: 1.1;
}

@media screen and (max-width: 760px) {
  .main_news .sns_btn_area {
    width : 90%;
    margin-bottom: 10px;
  }
  .main_news.event .short .icon_area {
    margin-bottom: 4% !important;
  }
  .main_news.event .short .box {
    margin-bottom: 5%;
    padding: 0 3%;
    padding-bottom: 5%;
  }
  .main_news.event .short .box .tit {
    font-size: 4.4vw;
    line-height: 1.5;

    clear: both;
  }
  .main_news.event .short .box .txt {
    font-size: 3.4vw;

    overflow: hidden;

    max-height: 40px;
    margin-bottom: 5%;
  }
  .main_news.event .short .box .date {
    font-size: .8em;
    line-height: 1.2;
  }
  .main_news.event .box a {
    text-align: left;

    color: #333333;
  }
  .main_news.event .box a .ph_box {
    float: left !important;

    width: 35% !important;
  }
  .main_news.event .box a .txt_box {
    float: right;

    width: 60%;
    padding-top: 0;
  }
  .main_news.event .box a .more {
    font-size: .8em;

    margin-right: 10px;
  }
  .main_news.event .archive li {
    width: 46.5%;
  }
  .main_news.event .section_detail .btn_area {
    margin-top: 10%;
  }
  .main_news.event .section_detail .unit {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main_news .section_detail {
    width: 100%;
    margin: 0 auto 10%;
  }
  .main_news .section_detail .unit .txtbox .tit {
    font-size: 5.3vw;

    float: left;
  }
  .main_news .section_detail .unit .ph {
    margin-bottom: 5%;
  }
  .main_news .section_detail .cnt_box > p {
    margin-bottom: 5% !important;
  }
  .main_news .section_detail .cnt_box h5 {
    margin-bottom: 5%;
  }
  .main_news .section_detail .map_box {
    margin: 0 5% 8% !important;
  }
  .main_news .section_detail .map_box iframe {
    height: 200px;
    margin-bottom: 2%;
  }
  .main_news .section_detail .map_box p.btn_more {
    display: block;

    width: 90%;
    margin: 0 auto;
  }
  .main_news .section_detail .map_box p.btn_more a {
    width: 100%;
    padding: 5% 0;
  }
  .main_news .section_detail .btn_cnv {
    width: 90%;
    height: auto;
    margin: 0 5% 8% !important;
  }
  .main_news .section_detail .btn_cnv a {
    font-size: 1.2em;
    line-height: 1;

    height: auto;
    padding: 7% 0;
  }
}

/* event
--------------------------------------------------*/
.main_news.event .article_h2 {
  background: url(../common/event/img/bg.jpg) no-repeat top center;
  background-size: cover;
}
.main_news.event .article_h2.detail {
  background: url(../common/event/img/bg_detail.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_news.event .article_h2 {
    background: url(../common/event/img/bg.jpg) no-repeat top center;
    background-size: auto 100%;
  }
  .main_news.event .article_h2.detail {
    background: url(../common/event/img/bg_detail.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

/* detail
--------------------------------------------------*/
.section_detail {
  width: 980px;
  margin: 0 auto 128px;
}

.section_detail .tit_box {
  margin-bottom: 10px;
  padding-bottom: 10px;

  border-bottom: 1px dotted #ccc;
}

.section_detail .tit_box .day {
  font-weight: 600;

  color: #ccc;
}

.section_detail .tit_box .icon li {
  font-size: 11px;
  line-height: 1.1em;

  display: inline-block;

  width: auto;
  margin-right: 3px;
  padding: 3px 10px 4px !important;

  text-align: center;

  color: #fff;
  background: #ccc;
}

.section_detail .tit_box .tit {
  font-size: 18px;
  font-weight: 600;

  color: #0060b9;
}

.section_detail .inner {
  margin-bottom: 30px;
  padding-bottom: 30px;

  border-bottom: 1px dotted #ddd;
}

@media screen and (max-width: 760px) {
  .section_detail {
    width: 90%;
    margin: 0 5% 40px;
  }
  .section_detail .tit_box {
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px dotted #ccc;
  }
  .section_detail .tit_box .day {
    font-weight: 600;

    color: #ccc;
  }
  .section_detail .tit_box .tit {
    font-size: 15px;
    font-weight: 600;

    color: #0060b9;
  }
  .section_detail .inner {
    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px dotted #ccc;
  }
  .section_detail .inner img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 760px) {
  .archive .nextback .back a span:before {
    position: absolute;
    top: 50%;
    left: 5px;

    display: block;

    width: 0;
    height: 0;
    margin-top: -3px;

    content: "";
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;

    border: 4px solid transparent;
    border-right: 5px solid rgba(6, 31, 56, .8);
  }
  .archive .nextback .next a span:after {
    position: absolute;
    top: 50%;
    right: 5px;

    display: block;

    width: 0;
    height: 0;
    margin-top: -3px;

    content: "";
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;

    border: 4px solid transparent;
    border-left: 5px solid rgba(6, 31, 56, .8);
  }
}
