@charset "UTF-8";

/*----------------------------------------------------------
 menu-area
------------------------------------------------------------*/
.page-path {
  display: none;
}
.ttl-type01 {
  display: table-cell;
  padding-right: 20px;
  font-size: 24px;
  color: #58a114;
}
.ttl-type01 a {
  color: #58a114;
  text-decoration: none;
}
.menu-wrap {
  position: relative;
}
.menu-area {
  display:table;
  width: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
}
.menu-btn {
  display: table-cell;
  width: 28px;
  height: 22px;
  padding: 0;
  text-indent: -9999px;
  text-align: center;
  white-space: nowrap;
  background-image: url(/fp/article/img/common/icon_menu.png) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  overflow: hidden;
  cursor: pointer;
}
.menu-btn.on {
  background-image: url(/fp/article/img/common/icon_menu_close.png);
  background-size: 25px;
}
.menu-list {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #bfeb98;
}
.menu-list li {
  border-top: 1px solid #bfeb98;
}
.menu-list li a {
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 1.4;
  background: #6fba2c;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
.menu-list li .is-active {
  background: #fff;
  color: #58a114;
}
.menu-list li h1 {
  font-weight: bold;
}

/*----------------------------------------------------------
 main
------------------------------------------------------------*/
.main {
  color: #555244;
}
.ttl-type02 {
  text-align: center;
  font-size: 32px;
  color: #58a114;
  margin-bottom: 40px;
}
.ttl-type03 {
  text-align: center;
  font-size: 24px;
  color: #58a114;
}
.main .main-inner {
  padding: 0 20px;
}
.article-wrap {
  padding-top: 60px;
  border-top: 1px solid #6fba2c;
}
.article-box {
  margin-top: 40px;
  position: relative;
}
.article-box:first-child {
  margin-top: 0;
}
.article-box:nth-child(n+6) {
  display: none;
}
.article-box.new:before {
  content: "NEW";
  position: absolute;
  width: 17.16%;
  padding: 7px 0 5px;
  background: #ff8e14;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.article-box a {
  display: block;
  color: #555244;
  text-decoration: none;
}
.article-img img {
  width: 100%;
  vertical-align: top;
}
.article-tag {
  margin-top: 20px;
  font-size: 18px;
  color: #58a114;
}
.article-ttl {
  margin-top: 13px;
  font-size: 20px;
}
.article-more-btn {
  margin-top: 40px;
  padding: 15px 0;
  border: 1px solid #58a114;
  border-radius: 4px;
  color: #58a114;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.emphasis {
  color: #ff2717;
}
/*----------------------------------------------------------
 article-nav-area
------------------------------------------------------------*/
.article-nav-area {
  margin-top: 40px;
  border-top: 1px solid #58a114;
}

/*----------------------------------------------------------
 popular-area
------------------------------------------------------------*/
.popular-area {
  margin-top: 60px;
}
.popular-list {
  margin-top: 40px;
  background: url(/fp/article/img/common/border-dotted.png) repeat-x bottom;
  background-size: 6px;
}
.popular-box {
  background: url(/fp/article/img/common/border-dotted.png) repeat-x top;
  background-size: 6px;
}
.popular-box a {
  position: relative;
  display: table;
  padding: 20px 40px 20px 20px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.popular-box a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #70bb2d;
  border-right: 2px solid #70bb2d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popular-box .popular-no {
  display: table-cell;
  width: 65px;
  vertical-align: middle;
  font-size: 18px;
  color: #58a114;
}
.popular-box .popular-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #555244;
}
/*----------------------------------------------------------
 order-area
------------------------------------------------------------*/
.order-area {
  margin-top: 60px;
}
.order-list {
  margin-top: 40px;
}
.order-box {
  margin-top: 32px;
  position: relative;
}
.order-box:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -19px;
  right: 50%;
  width: 10px;
  height: 10px;
  margin-right: -5px;
  border-top: 2px solid #70bb2d;
  border-right: 2px solid #70bb2d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.order-box:last-child:before {
  display: none;
}
.order-box a {
  display: table;
  width: 100%;
  position: relative;
  border: 1px solid #e1dfd0;
  text-decoration: none;
}
.order-box.check a:after {
  content: "";
  background: url(/fp/article/img/common/icon_check.png) no-repeat center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.order-box .order-no {
  position: absolute;
  top: 0;
  left: 0;
  display: table-cell;
  width: 32px;
  padding: 3px 0 2px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #6fba2c;
}
.order-box .order-img {
  display: table-cell;
  width: 30%;
}
.order-box .order-img img{
  width: 100%;
}
.order-box .order-ttl {
  display: table-cell;
  padding: 0 30px 0 20px;
  vertical-align: middle;
  color: #555244;
}
/*----------------------------------------------------------
 connectWrap
------------------------------------------------------------*/
.connectWrap {
  margin-top: 60px;
  border-top: 1px solid #6fba2c;
}
.connectWrap .main-inner {
  margin-top: 50px;
}
.ttl-type04 {
  font-size: 19px;
}
.keyword-list {
  margin-top: 15px;
}
.keyword-list li {
  margin: 15px 15px 0 0;
  display: inline-block;
}
.keyword-list li a {
  display: inline-block;
  padding: 7px 10px 5px 30px;
  position: relative;
  font-size: 18px;
  color: #58a114;
  border: 1px solid #6fba2c;
  border-radius: 20px;
  text-decoration: none;
}
.keyword-list li a:after{
  content: "";
  background: url(/fp/article/img/common/icon_tag.png) no-repeat center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.category-list{
  margin-top: 15px;
}
.category-list li{
  display: inline;
  padding-left: 15px;
  padding-right: 11px;
  line-height: 2.2;
  font-size: 19px;
  border-left: 1px solid #d4d2c9;
}
.category-list li:first-child{
  padding-left: 0;
  border-left: none;
}
.category-list li a{
  color: #58a114;
  text-decoration: none;
}

/*----------------------------------------------------------
 reserveInfo
------------------------------------------------------------*/
.reserveInfo{
  margin: 70px 20px 10px;
}

/*----------------------------------------------------------
 action-btn
------------------------------------------------------------*/
.action-btn-area{
  clear: both;
  padding-top: 40px;
}
.action-btn-wrap{
  text-align: center;
}
.action-btn-wrap .btn-link{
  width: calc(100% - 20px);
}

/*----------------------------------------------------------
 PC
------------------------------------------------------------*/
@media screen and (min-width: 769px){
  /*----------------------------------------------------------
   menu-wrap
  ------------------------------------------------------------*/
  .menu-wrap .inner{
    width: 940px;
  }
  .page-path {
    display: block;
    font-size: 0;
    margin-top: 20px;
  }
  .page-path li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .page-path li:nth-of-type(1) {
    max-width: 7%;
  }
  .page-path li:nth-of-type(2) {
    max-width: 16%;
  }
  .page-path li:nth-of-type(3) {
    max-width: 31%;
  }
  .page-path li:nth-of-type(4) {
    max-width: 46%;
  }
  .page-path li a {
    position: relative;
    padding-right: 22px;
    color: #58a114;
  }
  .page-path li a:after {
    content: "＞";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    color: #555244;
  }
  .ttl-type01 {
    display: block;
    font-size: 40px;
    color: #555244;
    text-align: center;
  }
  .ttl-type01 a {
    color: #555244;
    text-decoration: none;
  }
  .ttl-type01 a:hover {
    opacity: 0.8;
  }
  .menu-area {
    display:block;
    padding: 60px 0;
  }
  .menu-btn {
    display: none;
  }
  .menu-list {
    position: inherit;
    display: table;
    border-bottom: none;
    width: 940px;
  }
  .menu-list li{
    display: table-cell;
    padding-right: 5px;
    line-height: 1.3;
    border: none;
  }
  .menu-list li:last-child{
    padding-right: 0;
  }
  .menu-list li a{
    display: block;
    width: auto;
    padding: 18px 9px;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #6fba2c;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
  }
  .menu-list li a:hover{
    opacity: 0.8;
  }
  .menu-list li a.is-active:hover{
    opacity: 1;
  }
  .menu-list li .is-active{
    display: block;
    width: auto;
    padding: 18px 9px;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #6fba2c;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
  }
  .menu-list li a.is-active h1{
    font-weight: normal;
  }

  /*----------------------------------------------------------
   main
  ------------------------------------------------------------*/
  .ttl-type02 {
    margin-bottom: 60px;
  }
  .ttl-type03 {
    font-size: 18px;
  }
  .main .main-inner {
    padding: 0;
  }
  .article-wrap{
    padding-top: 70px;
    margin-top: -1px;
  }
  .article-wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .main .article-wrap .inner{
    width: 940px;
  }
  .article-wrap .article-list-area {
    width: 624px;
    float: left;
  }
  .article-list{
    overflow: hidden;
  }
  .article-list:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
  .article-box {
    width: 288px;
    float: left;
    margin: 60px 48px 0 0;
    position: relative;
  }
  .article-box:nth-child(2) {
    margin-top: 0;
  }
  .article-box:nth-child(n+6) {
    display: block;
  }
  .article-box:nth-child(n+9) {
    display: none;
  }
  .article-box:nth-child(2n){
    margin-right: 0;
  }
  .article-box.new:before {
    width: 50px;
    font-size: 14px;
  }
  .article-box a:hover {
    opacity: 0.8;
  }
  .article-tag {
    margin-top: 20px;
    font-size: 14px;
  }
  .article-more-btn {
    width: 198px;
    margin: 60px auto 0;
  }
  .article-more-btn:hover {
    opacity: 0.8;
  }
  .article-more-btn {
    padding: 17px 0 15px;
  }

  /*----------------------------------------------------------
   article-nav-area
  ------------------------------------------------------------*/
  .article-nav-area {
    width: 258px;
    margin-top: 0;
    float: right;
    border-top: none;
  }

  /*----------------------------------------------------------
   popular-area
  ------------------------------------------------------------*/
  .popular-area {
    margin-top: 0;
  }
  .popular-list {
    margin-top: 20px;
    background-size: 4px;
  }
  .popular-box {
    background-size: 4px;
  }
  .popular-box a {
    display: table;
    padding: 15px 15px 15px 4px;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
  }
  .popular-box a:hover{
    opacity: 0.8;
  }
  .popular-box a:before {
    display: none;
  }
  .popular-box .popular-no {
    width: 48px;
    font-size: 14px;
  }
  .popular-box .popular-ttl {
    font-size: 14px;
  }

  /*----------------------------------------------------------
   order-area
  ------------------------------------------------------------*/
  .order-area {
    margin-top: 40px;
  }
  .order-list {
    margin-top: 30px;
  }
  .order-box {
    margin-top: 27px;
  }
  .order-box a:hover{
    opacity: 0.8;
  }
  .order-box:before {
    bottom: -15px;
    width: 8px;
    height: 8px;
    margin-right: -4px;
    border-top: 1px solid #70bb2d;
    border-right: 1px solid #70bb2d;
  }
  .order-box.check a:after {
    background-size: 18px;
    width: 18px;
    height: 18px;
    bottom: 5px;
    right: 5px;
  }
  .order-box .order-no {
    width: 25px;
    padding: 3px 0 2px;
    font-size: 14px;
  }
  .order-box .order-ttl {
    font-size: 13px;
    padding: 0 10px 0 13px;
  }

  /*----------------------------------------------------------
   connectWrap
  ------------------------------------------------------------*/
  .connectWrap {
    margin-top: 100px;
  }
  .connectWrap .inner {
    padding-top: 40px;
  }
  .connectWrap .main-inner {
    margin-top: 40px;
    overflow: hidden;
  }
  .ttl-type04 {
    font-size: 18px;
    float: left;
    margin: 0 25px 0 0;
  }
  .keywordArea .ttl-type04 {
    margin: 22px 25px 0 0;
  }
  .keyword-list {
    float: left;
    width: 87.7%;
    margin-top: 0;
  }
  .keyword-list li {
    margin: 15px 4px 0 0;
    display: inline-block;
  }
  .keyword-list li a {
    padding: 6px 7px 4px 25px;
    font-size: 16px;
  }
  .keyword-list li a:hover{
    opacity: 0.8;
  }
  .keyword-list li a:after{
    top: 11px;
    left: 7px;
  }
  .categoryArea .ttl-type04 {
    line-height: 2.2;
  }
  .category-list{
    float: left;
    width: 87.7%;
    margin-top: 0;
  }
  .category-list li{
    display: inline;
    padding-right: 11px;
    line-height: 2.2;
    font-size: 18px;
  }
  .category-list li a:hover{
    opacity: 0.8;
  }

  /*----------------------------------------------------------
   reserveInfo
  ------------------------------------------------------------*/
  .reserveInfo{
    margin: 80px auto;
  }

  /*----------------------------------------------------------
  action-btn
  ------------------------------------------------------------*/
  .action-btn-wrap .btn-link{
    max-width: 70%;
  }

}
