@charset "UTF-8";

/*------------------------------------------------------------
  サイドバー
------------------------------------------------------------*/
#sideLine {
  border: 1px solid #E9E9E9;
}

#newsSidebar .sideConts .ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #E9E9E9;
  color: #8B7137;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.6;
}

#newsSidebar .sideConts .body {
  font-size: 1.3rem;
}

#newsSidebar .sideConts .body a {
  color: #333;
  line-height: 1.75;
}
.sideYama{
  margin-bottom: 0px;
  margin-top: 25px;
}
.contsBlogttl{
  margin-bottom: 10px;
}

@media only screen and (min-width: 800px) {
  #sideLine {
    padding: 30px;
    width: 260px;
  }
  #newsSidebar {
    float: right;
    margin-bottom: 20px;
  }
  #newsSidebar .sideConts + .sideConts {
    margin-top: 40px;
  }
  #newsSidebar .sideConts .ttl {
    margin-bottom: 20px;
  }
  #newsSidebar .sideConts .body li {
    margin-top: 10px;
  }
  #newsSidebar .sideConts .body li:first-child {
    margin-top: 0;
  }
  #newsSidebar .sideConts .body a {
    color: #333;
    line-height: 1.75;
  }
  #newsSidebar .sideConts .body a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 801px) {
  #newsSidebar {
    margin-top: 100px;
    padding: 15px;
  }
  #newsSidebar .sideConts + .sideConts {
    margin-top: 20px;
  }
  #newsSidebar .sideConts .body li {
    border: 1px solid #E9E9E9;
    border-top: none;
  }
  #newsSidebar .sideConts .body a {
    padding: 15px;
    padding-right: 30px;
    display: block;
    position: relative;
  }
  #newsSidebar .sideConts .body a:after {
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #8B7137;
    border-right: 1px solid #8B7137;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sideYama{
    margin: 30px auto -10px auto;
    position: relative;
  }
}



/*------------------------------------------------------------
	ブログ一覧
------------------------------------------------------------*/
@media only screen and (min-width: 800px) {
  #blog-top #pagePath {
    padding-top: 25px;
  }
  #blog-top #pagePath_b {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 801px) {
/*  #blog-top + #incentive {
    margin-bottom: 20px;
  }*/
}

/*------------------------------------------------------------
	headline
------------------------------------------------------------*/
#headline {
  background: no-repeat center;
  background-image: url(/img/shop/common/mv.jpg);
  background-size: cover;
  position: relative;
}

#headline:before, #headline:after {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  content: "";
}

#headline:before {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}

#headline:after {
  background: url(/img/common/main_img_deco.jpg) no-repeat center;
  background-size: cover;
}

#headline .pageTtl,
#headline .txt {
  position: relative;
  z-index: 1;
  color: #FFF;
  text-align: center;
}

#headline .pageTtl {
  line-height: 1.1;
}

#headline .txt {
  line-height: 1.1;
}

@media only screen and (min-width: 800px) {
  #headline {
    margin-bottom: 30px;
    height: 200px;
  }
  #headline:after {
    height: 30px;
    bottom: -30px;
  }
  #headline .pageTtl {
    margin-bottom: 15px;
    padding-top: 60px;
  }
  #headline .txt {
    font-size: 1.4rem;
    font-weight: 200;
  }
}

@media only screen and (max-width: 801px) {
  #headline {
    margin-bottom: 15px;
    height: 100px;
  }
  #headline:after {
    height: 15px;
    bottom: -15px;
  }
  #headline .pageTtl {
    margin-bottom: 10px;
    padding-top: 35px;
  }
  #headline .pageTtl img {
    width: auto;
    height: 15px;
  }
  #headline .txt {
    font-size: 1.4rem;
    font-weight: 200;
  }
}

/*------------------------------------------------------------
  headlineブログ用
------------------------------------------------------------*/
#headline_b {
  background: no-repeat center;
  background-image: url(/img/common/main_img_deco_b.jpg);
  background-size: cover;
  position: relative;
}

#headline_b .pageTtl,
#headline_b .txt {
  position: relative;
  z-index: 1;
  color: #FFF;
  text-align: center;
}

#headline_b .pageTtl {
  line-height: 1.1;
}

#headline_b .txt {
  line-height: 1.1;
}

@media only screen and (min-width: 800px) {
  #headline_b {
    margin-bottom: 15px;
    height: 5px;
  }

  #headline_b .pageTtl {
    margin-bottom: 15px;
    padding-top: 60px;
  }
  #headline_b .txt {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 801px) {
  #headline_b {
    margin-bottom: 15px;
    height: 5px;
  }
  #headline_b .pageTtl {
    margin-bottom: 10px;
    padding-top: 35px;
  }
  #headline_b .pageTtl img {
    width: auto;
    height: 5px;
  }
  #headline_b .txt {
    font-size: 1.4rem;
    font-weight: 200;
  }
}
/*---------------- news ----------------*/
#news #main {
  background: none;
}
.blog_ln {
  border-bottom: 1px solid #997F3D;
}
#news .newsList {
  border-top: 1px solid #E9E9E9;
}

#news .newsList .list {
  border-bottom: 1px solid #E9E9E9;
  height: auto;
  overflow: hidden;
}

@media only screen and (max-width: 801px) {
    #news .newsList .list {
    height: auto;
    overflow: hidden;
  }
}
#news .newsList .anchor {
  padding-top: 17px;
  padding-bottom: 0px;
  display: block;
  color: #333;
  line-height: 1.55;
  height: auto;
  overflow: hidden;
}
#news .newsList .anchor:hover {
  cursor: pointer;
}
#news .newsList .head {
  margin-bottom: 5px;
  display: block;
  color: #8B7137;
}
#news .newsList .newsList-img {
  float: left;
}


/*--newsListSngl--*/
#news .newsListSngl {
  border-top: 1px solid #E9E9E9;
}

#news .newsListSngl .list {
  border-bottom: 1px solid #E9E9E9;
}
#news .newsListSngl .anchor {
  padding-top: 15px;
  display: block;
  color: #333;
  line-height: 1.55;
  height: auto;
  overflow: hidden;
}
#news .newsListSngl .list img{
  margin-top: 3px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 801px) {
    #news .newsListSngl .list {
    height: auto;
    overflow: hidden;
  }
  #news .newsListSngl .anchor {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #news .newsListSngl .list img{
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #news .newsListSngl .list .txt p{
    margin-bottom: 15px;
  }
}
#news .newsListSngl .anchor:hover {
  cursor: pointer;
}
#news .newsListSngl .head {
  margin-bottom: 5px;
  display: block;
  color: #8B7137;
}
#news .newsListSngl .newsList-img {
  float: left;
}



#news .newsList-rela {
  border-top: 1px solid #E9E9E9;
}

#news .newsList-rela .list {
  border-bottom: 1px solid #E9E9E9;
  padding-top:5px; 
}
#news .newsList-rela .list .txt p{
  margin-bottom: 8px;
  font-size: 1.2em;
}

#news .newsList-rela .anchor {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  color: #333;
  line-height: 1.55;
}
#news .newsList-rela .anchor:hover {
  cursor: pointer;
}
#news .newsList-rela .head {
  margin-bottom: 5px;
  display: block;
  color: #8B7137;
}





#news .pagerNavi ul {
  text-align: center;
  letter-spacing: -0.4em;
}

#news .pagerNavi li {
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

#news .pagerNavi a,
#news .pagerNavi span {
  border: 1px solid #E9E9E9;
  display: block;
  color: #8B7137;
  line-height: 1;
}

#news .pagerNavi .dots {
  border-color: #FFF;
}

#news .pagerNavi .current {
  background-color: #8B7137;
  border-color: #8B7137;
  color: #FFF;
}

#news .pagerNavi li:first-child a, #news .pagerNavi li:last-child a {
  position: relative;
  text-indent: -9999px;
}

#news .pagerNavi li:first-child a:after, #news .pagerNavi li:last-child a:after {
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #8B7137;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transition: 500ms ease;
          transition: 500ms ease;
}

#news .pagerNavi li:first-child a:after {
  margin-left: 5px;
  border-left: 1px solid #8B7137;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

#news .pagerNavi li:last-child a:after {
  margin-right: 5px;
  border-right: 1px solid #8B7137;
  right: 50%;
  -webkit-transform: rotate(45deg) translate(50%, -50%);
          transform: rotate(45deg) translate(50%, -50%);
}
#news .pagerNavi-sp{
  display: none;
}


/*------------------------------------------------------------
  ブログ｜記事部分の共通スタイル
------------------------------------------------------------*/

#news .detailConts {
  margin-top: -10px;
}

#news .detailConts .time {
  display: block;
  color: #8B7137;
}

#news .detailConts .shopTtlbr{
    display: none;
}

@media only screen and (min-width: 800px) {
  #news .detailConts .wp_social_bookmarking_light {
    padding: 25px 0 !important;
  }
}

@media only screen and (max-width: 801px) {
  #news .detailConts .wp_social_bookmarking_light {
    padding: 15px 0 !important;
  }
  #news .detailConts .shopTtlbr{
    display:block;
    line-height: 22px;
  }
}

#news .detailConts .wp_social_bookmarking_light {
    border: 0 !important;
    margin: 0 !important;
}
#news .detailConts .wp_social_bookmarking_light div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    height: 23px !important;
    text-indent: 0 !important;
}
#news .detailConts .wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
#news .detailConts .wp_social_bookmarking_light_clear{
    clear: both !important;
}
#news .detailConts .wsbl_twitter{
    width: 100px;
}

#news .detailConts .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 20px;
}

#news .detailConts .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

#news .detailConts .txt h1.shopTtl02 {
  border-bottom: 1px solid #E9E9E9;
  color: #8B7137;
  line-height: 1.2;
  font-weight: bold;
}

#news .detailConts .txt h2 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #E9E9E9;
  margin: 70px 0 10px 0;
  padding: 0 0 10px 0;
}

#news .detailConts .txt h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0 10px 0;
  padding: 0 0 5px 30px;
  background: url(../../img/shop/common/news/dia_icon.png) no-repeat left 0;
  color: #8B7137;
}

#news .detailConts .txt h4 {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 801px) {
  #news .detailConts .txt h2 {
    line-height: 1.3;
    margin: 65px 0 10px 0;
  }
  #news .detailConts .txt h3 {
    line-height: 1.5;
    margin: 35px 0 5px 0;
    background: url(../../img/shop/common/news/dia_icon.png) no-repeat left 16%;
  }
}

#news .detailConts .txt p {
  font-size: 1.6rem;
  line-height: 2.3;
}

#news .detailConts .txt a {
  border-bottom: 1px dotted #069;
  color: #069;
}

#news .detailConts .txt a:hover {
  border-bottom: none;
}

#news .detailConts .txt h2 a {
  border-bottom: 1px dotted #666;
  color: #666;
}

#news .detailConts .txt h3 a {
  border-bottom: 1px dotted #a59166;
  color: #a59166;
}

#news .detailConts .txt p + p {
  margin-top: 20px;
  line-height: 2.2;
}

#news .detailNavi .btn a {
  border: 1px solid #E9E9E9;
  display: block;
  color: #8B7137;
  text-align: center;
}

#news .detailNavi .prev a,
#news .detailNavi .next a {
  position: relative;
}

#news .detailNavi .prev a:after,
#news .detailNavi .next a:after {
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #8B7137;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transition: 500ms ease;
          transition: 500ms ease;
}

#news .detailNavi .prev a:after {
  border-left: 1px solid #8B7137;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#news .detailNavi .next a:after {
  border-right: 1px solid #8B7137;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 800px) {
  #news #main {
    margin-top: 55px;
    padding-bottom: 100px;
  }
  .blog_ln {
    border-bottom: 1px solid #997F3D;
  }
  #news .newsList {
    margin-bottom: 60px;
  }
  #news .newsList .anchor {
    cursor: text;
    height: auto;
    overflow: hidden;
  }
  #news .newsList .anchor img{
    margin-bottom: 16px;
    float: left;
    margin-top: 2px;
  }
  #news .newsList .anchor:hover {
    text-decoration: none;
  }
  #news .newsList .texTitl:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  #news .newsList .texTitl {
    letter-spacing: -.5px;
  }
  #news .newsList span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.newsList .txt {
  width: 74%;
  float: right;
}
.newsList .txt_r {
  width: 100%;
  float: right;
}
.newsList .textCh{
  width: 74%;
  float: right;
  margin-left: 10px;
  margin-bottom: 18px;
}

/*--newsListSngl--*/
#news .newsListSngl  {
  margin-bottom: 60px;
}
#news .newsListSngl .anchor {
  cursor: text;
  height: auto;
  overflow: hidden;
}

#news .newsListSngl .anchor:hover {
  text-decoration: none;
}
#news .newsListSngl .texTitl:hover {
  text-decoration: underline;
  cursor: pointer;
}
#news .newsListSngl .texTitl {
  letter-spacing: -.5px;
}
#news .newsListSngl span:hover {
text-decoration: underline;
cursor: pointer;
}
#news .newsListSngl .txt {
  width: 74%;
  float: right;
}
#news .newsListSngl .txt_r {
  width: 100%;
  float: right;
}


  #news .newsList-rela {
    margin-bottom: -1px;
  }
  #news .newsList-rela .anchor {
    cursor: text;
  }
  #news .newsList-rela .anchor:hover {
    text-decoration: none;
  }
  #news .newsList-rela .texTitl:hover {
    text-decoration: underline;
    cursor: pointer;
  }
    #news .newsList-rela span:hover {
    text-decoration: underline;
    cursor: pointer;
  }




  #news .pagerNavi a,
  #news .pagerNavi span {
    padding: 15px;
    width: 50px;
    height: 50px;
  }
  #news .pagerNavi .dots {
    padding-right: 0;
    padding-left: 0;
    width: auto;
  }
  #news .pagerNavi a {
    -webkit-transition: 500ms ease;
            transition: 500ms ease;
  }
  #news .pagerNavi a:hover {
    background-color: #8B7137;
    border-color: #8B7137;
    color: #FFF;
  }

  #news .pagerNavi li:first-child a:hover:after, #news .pagerNavi li:last-child a:hover:after {
    border-top-color: #FFF;
  }
  #news .pagerNavi li:first-child a:hover:after {
    border-left-color: #FFF;
  }
  #news .pagerNavi li:last-child a:hover:after {
    border-right-color: #FFF;
  }
  #news .detailConts .txt {
    margin-bottom: 50px;
  }
  #news .detailNavi {
    position: relative;
  }
  #news .detailNavi .btn {
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
  #news .detailNavi .btn a {
    padding: 10px 35px;
    -webkit-transition: 500ms ease;
            transition: 500ms ease;
  }
  #news .detailNavi .btn a:hover {
    background-color: #8B7137;
    border-color: #8B7137;
    color: #FFF;
  }
  #news .detailNavi .prev,
  #news .detailNavi .next {
    position: absolute;
    top: 0;
  }
  #news .detailNavi .prev a:hover:after,
  #news .detailNavi .next a:hover:after {
    border-top-color: #FFF;
  }
  #news .detailNavi .prev {
    left: 0;
  }
  #news .detailNavi .prev a {
    padding-left: 45px;
  }
  #news .detailNavi .prev a:after {
    left: 30px;
  }
  #news .detailNavi .prev a:hover:after {
    border-left-color: #FFF;
  }
  #news .detailNavi .next {
    right: 0;
  }
  #news .detailNavi .next a {
    padding-right: 45px;
  }
  #news .detailNavi .next a:after {
    right: 30px;
  }
  #news .detailNavi .next a:hover:after {
    border-right-color: #FFF;
  }
}

@media only screen and (max-width: 801px) {
  #news #main {
    margin-top: 20px;
    padding-bottom:0 ;
  }
  #news .newsList {
    margin-bottom: 30px;
  }
  .blog_ln {
    border-bottom: 1px solid #997F3D;
  }
  #news .newsList .anchor {
    padding-right: 20px;
    position: relative;
  }
  #news .newsList .anchor img{
    width: 80px;
    float: left;
  }
  #news .newsList .anchor:after {
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #8B7137;
    border-right: 1px solid #8B7137;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .newsList .txt {
    width: 100%;
    font-size: 13px;
    float: right;
    margin-top: -5px;
  }
  .newsList .txt_r {
    width: 98%;
    font-size: 13px;
    float: left;
    margin-top: -5px;
  }
  .newsList .textCh{
    width: 67%;
    float: right;
    margin: -5px 10px 16px 0;
  }
  .newsList .list img{
/*    width: 25%;*/
  }
  .newsList .texTitl{
    margin-bottom: 15px;
    font-size: 15px;
  }

/*--newsListSngl--*/
  #news .newsListSngl {
    margin-bottom: 30px;
  }
  #news .newsListSngl .anchor {
    padding-right: 20px;
    position: relative;
  }
  #news .newsListSngl .anchor:after {
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #8B7137;
    border-right: 1px solid #8B7137;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .newsListSngl .txt {
    width: 70%;
    font-size: 13px;
    float: right;
    margin-top: -5px;
  }
  .newsListSngl .txt_r {
    width: 98%;
    font-size: 13px;
    float: left;
    margin-top: -5px;
  }
  .newsListSngl .list img{
/*    width: 25%;*/
  }
  .newsListSngl .texTitl{
    margin-bottom: 15px;
    font-size: 15px;
  }



  #news .newsList-rela {
  margin-bottom: -1px;
  }
  #news .newsList-rela .anchor {
    padding-right: 30px;
    position: relative;
  }
  #news .newsList-rela .anchor:after {
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #8B7137;
    border-right: 1px solid #8B7137;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }


  #news .pagerNavi{
    display: none;
  }
  #news .pagerNavi-sp{
    display: block;
  }
  #news .pagerNavi-sp ul {
    text-align: center;
    letter-spacing: -0.4em;
  }
  #news .pagerNavi-sp li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  #news .pagerNavi-sp a,
  #news .pagerNavi-sp span {
    border: 1px solid #E9E9E9;
    display: block;
    color: #8B7137;
    line-height: 1;
    padding: 10px 0px;
    width: 33px;
  }
  @media only screen and (max-width: 480px) {
    #news .pagerNavi-sp li {
      margin-right: 3px;
      margin-left: 3px;
    }
    #news .pagerNavi-sp a,
    #news .pagerNavi-sp span {
      padding: 10px 0px;
      width: 29px;
    }
  }
  #news .pagerNavi-sp .dots {
    border-color: #FFF;
    padding-right: 0px;
    padding-left: 0px;
    width: auto;
  }
  #news .pagerNavi-sp a {
    -webkit-transition: 500ms ease;
            transition: 500ms ease;
  }
  #news .pagerNavi-sp .current {
    background-color: #8B7137;
    border-color: #8B7137;
    color: #FFF;
  }
  #news .pagerNavi-sp li:first-child a, #news .pagerNavi-sp li:last-child a {
    position: relative;
    text-indent: -9999px;
  }

  #news .pagerNavi-sp li:first-child a:after, #news .pagerNavi-sp li:last-child a:after {
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #8B7137;
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transition: 500ms ease;
            transition: 500ms ease;
  }

  #news .pagerNavi-sp li:first-child a:after {
    margin-left: 5px;
    border-left: 1px solid #8B7137;
    left: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
            transform: rotate(-45deg) translate(-50%, -50%);
  }

  #news .pagerNavi-sp li:last-child a:after {
    margin-right: 5px;
    border-right: 1px solid #8B7137;
    right: 50%;
    -webkit-transform: rotate(45deg) translate(50%, -50%);
            transform: rotate(45deg) translate(50%, -50%);
  }


  #news .detailConts .txt {
    margin-bottom: 25px;
  }
  #news .detailNavi .btn {
    margin-top: -1px;
  }
  #news .detailNavi .btn a {
    padding: 10px;
  }
  #news .detailNavi .prev a {
    padding-left: 35px;
    text-align: left;
  }
  #news .detailConts .alignright {
    margin: 15px auto;
    display: block;
    float: none;
  }

  #news .detailConts .alignleft {
    margin: 15px auto;
    display: block;
    float: none;
  }
  #news .detailNavi .prev a:after {
    left: 15px;
  }
  #news .detailNavi .next a {
    padding-right: 35px;
    text-align: right;
  }
  #news .detailNavi .next a:after {
    right: 15px;
  }
  #news .detailNavi .alignright {
    margin: 10px auto;
    float: none;
    display: block;
  }
  #news .detailNavi .alignleft {
    margin: 10px auto;
    float: none;
    display: block;
  }
}

