@charset "UTF-8";
/*------------------------------------------------------------
	LiB Cafe 2015 style
------------------------------------------------------------*/
html, body {
  background-color: #341220;
  height: auto;
  background-color: #551635;
  background-image: url(../img/lp/libcafe2015/bg_ptn.png);
  background-repeat: repeat-x;
  background-position: left 0px;
}

body.teaser {
  background-color: #341220;
}

#gd-libcafe2015-wrap {
  background-color: #551635;
  background-image: url(../img/lp/libcafe2015/bg_ptn.png);
  background-repeat: repeat-x;
  background-position: left 0px;
}
#gd-libcafe2015-wrap > h1 {
  display: block;
  max-width: 1304px;
  margin: 0 auto;
  /*padding: 0 20px;*/
}
#gd-libcafe2015-wrap > h1 span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*
@media screen and (max-width: 1024px) {
#gd-libcafe2015-wrap {
	background-position: left -120px;
}

}

@media screen and (max-width: 768px) {
#gd-libcafe2015-wrap {
	background-position: left -180px;
}

}

@media screen and (max-width: 600px) {
#gd-libcafe2015-wrap {
	background-position: left -280px;
}
	
}

@media screen and (max-width: 568px) {
#gd-libcafe2015-wrap {
	background-position: left -340px;
}
	
}

@media screen and (max-width: 480px) {
#gd-libcafe2015-wrap {
	background-position: left -420px;
}
	
}
*/
/**/
#libcafe2015-wrap {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 0;
  background-image: url(../img/lp/libcafe2015/foot_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 1300px) {
  #gd-libcafe2015-wrap {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  #libcafe2015-wrap {
    padding: 35px 25px 0;
  }
}
@media screen and (max-width: 568px) {
  #gd-libcafe2015-wrap {
    overflow: hidden;
  }
  #gd-libcafe2015-wrap > h1 {
    margin: 0 -10px;
    padding: 0 0;
  }

  #libcafe2015-wrap {
    padding: 20px 20px 0;
    background-size: 105%;
  }
}
/* kiyaku 
----------------------------------*/
#kiyaku {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #6e278c;
  max-width: 1080px;
  margin: 0 auto;
}

#kiyaku-fuki {
  max-width: 1080px;
  margin: 0 auto;
}
#kiyaku-fuki span {
  display: block;
  width: 42px;
  margin: 0 auto;
}
#kiyaku-fuki span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#kiyaku .inner {
  padding: 29px 43px 20px 43px;
}

#kiyaku h3,
#kiyaku p,
#kiyaku dl dt,
#kiyaku ul li {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

#kiyaku h3 {
  margin-bottom: 2px;
}

#kiyaku p,
#kiyaku dl dd,
#kiyaku ul {
  margin-bottom: 12px;
}

#kiyaku ul li,
#kiyaku ul li.attention,
#kiyaku ul.attention li {
  position: relative;
  list-style: none;
  margin-left: 18px;
}

#kiyaku ul li.attention:before,
#kiyaku ul.attention li:before {
  position: relative;
  content: '※';
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  width: 18px;
  margin-left: -18px;
}

#kiyaku ul li:before {
  position: relative;
  content: '・';
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  width: 18px;
  margin-left: -18px;
}

.mt-m12 {
  margin-top: -12px;
}

#kiyaku .txt-pink,
#kiyaku ul.txt-pink li {
  color: #fb319a !important;
}

#kiyaku .txt-blue {
  color: #ffae00 !important;
}

#kiyaku dl dt {
  position: relative;
  padding-left: 18px;
}

#kiyaku dl dt:before {
  content: "● ";
  position: absolute;
  left: 0;
  top: 0;
}

#kiyaku dl dd {
  padding-left: 18px;
}

#kiyaku dl dd ul li.date {
  float: left;
  margin-right: 20px;
  width: 340px;
}

/**/
#kiyaku #kiyaku-btn {
  display: none;
}

#kiyaku #kiyaku-btn span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

#kiyaku #kiyaku-btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  #kiyaku dl dd ul li {
    margin-bottom: 8px;
  }

  #kiyaku dl dd ul li.date {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #kiyaku .inner {
    padding: 25px 30px 15px 30px;
  }
}
@media screen and (max-width: 568px) {
  #kiyaku {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  #kiyaku-fuki span {
    width: 26px;
    height: 16px;
  }

  #kiyaku #kiyaku-btn {
    display: block;
  }

  #kiyaku #kiyaku-txt {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #kiyaku .inner {
    padding: 15px 15px 10px 15px;
  }

  #kiyaku p,
  #kiyaku dl dt,
  #kiyaku ul li {
    font-size: 12px;
    line-height: 16px;
  }

  #kiyaku p,
  #kiyaku dl dd,
  #kiyaku ul {
    margin-bottom: 10px;
  }

  .mt-m12 {
    margin-top: -10px;
  }
}
/* items
--------------------------------------*/
#main {
  width: 100%;
  max-width: 1140px;
  margin: 50px auto 0;
}

#items-wrap {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 2px;
  margin-top: -2px;
}

#item-article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: 20px;*/
  /* width: 1010px; */
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #main {
    margin: 30px auto 0;
  }
}
/*@media screen and (max-width: 614px) {*/
@media screen and (max-width: 654px) {
  #main {
    margin: 15px auto 0;
  }

  #items-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
/* item post
--------------------------------------*/
#item-article .post {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 270px;
  margin: 0 10px 20px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*#*/
#item-article .post {
  border: 1px solid #a74996;
  background-color: #c14e9f;
}

#item-article .post:nth-child(8n),
#item-article .post:nth-child(8n-2) {
  border: 1px solid #ce8217;
  background-color: #e89c25;
}

#item-article .post:nth-child(8n+1),
#item-article .post:nth-child(8n+3) {
  border: 1px solid #ce8217;
  background-color: #e89c25;
}

/**/
#item-article .pbloc-item .pbloc-inner {
  position: relative;
  padding: 9px 9px 9px;
}
#item-article .pbloc-item .img-box > div span,
#item-article .pbloc-item .img-box a span {
  display: block;
  border: 1px solid #eee;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
#item-article .pbloc-item .img-box a:hover span {
  border: 1px solid #ce8217;
}
#item-article .pbloc-item .img-box img {
  width: 100%;
  height: auto;
}
#item-article .pbloc-item .txt-box {
  /*@include transition(min-height 0.2s);*/
}
#item-article .pbloc-item .txt-box .txt-box-inner {
  padding: 14px 10px 6px;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div {
  display: block;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div h2 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div h2 a,
#item-article .pbloc-item .txt-box .txt-box-inner > div h2 a:visited {
  color: #fff;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div h2 a:hover {
  text-decoration: underline;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div h2 span {
  color: #fff;
  display: inline;
  margin-right: 5px;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div p {
  color: #202020;
  font-size: 11px;
  line-height: 16px;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div p.price {
  font-weight: bold;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div p.link {
  margin-top: 6px;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div p a {
  color: #202020;
  font-weight: bold;
  display: inline-block;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div p a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 5px;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div p a:hover {
  text-decoration: underline;
}

#item-article .pbloc-item .category-tag {
  position: absolute;
  top: -3px;
  left: 5px;
  z-index: 10;
  display: none;
}
#item-article .pbloc-item .category-tag > p {
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  display: block;
  padding: 7px 9px 4px;
  background-color: #fff;
}
#item-article .pbloc-item .category-tag > div {
  width: 6px;
  height: 6px;
  margin-left: 26px;
  background-image: url(../img/lp/libcafe2015/badge_fuki.png);
  background-repeat: no-repeat;
  background-position: left 0;
}
#item-article .pbloc-item .category-tag > div img {
  vertical-align: top;
}
#item-article .pbloc-item .badge-new {
  display: block !important;
}
#item-article .pbloc-item .badge-new > p {
  background-color: #f70000;
}
#item-article .pbloc-item .badge-new > div {
  background-position: left 0;
}
#item-article .pbloc-item .badge {
  display: block !important;
}
#item-article .pbloc-item .badge > p {
  background-color: #e82209;
}
#item-article .pbloc-item .badge > div {
  background-position: left -6px;
}

/**/
#item-article .pbloc-gdlink {
  background-color: #fff;
}
#item-article .pbloc-gdlink .txt-box .txt-box-inner {
  padding: 14px 10px 70px;
}
#item-article .pbloc-gdlink .txt-box h2 {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
#item-article .pbloc-gdlink .txt-box p {
  color: #202020;
  font-size: 11px;
  line-height: 16px;
}
#item-article .pbloc-gdlink .btn {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 20px;
}
#item-article .pbloc-gdlink .btn > div,
#item-article .pbloc-gdlink .btn a {
  text-align: center;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  background-color: #221815;
  padding: 13px 10px 11px;
}
#item-article .pbloc-gdlink .btn > div span,
#item-article .pbloc-gdlink .btn a span {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  margin-right: 8px;
}
#item-article .pbloc-gdlink .btn > div {
  background-color: #bcb9b8;
  color: #e8e7e7;
}
#item-article .pbloc-gdlink .btn a:hover {
  background-color: #504c4b;
}

/*@media screen and (max-width: 614px) {*/
@media screen and (max-width: 634px) {
  #item-article .post {
    width: 100%;
    margin: 0 auto 15px auto;
  }

  #item-article .pbloc-item .txt-box .txt-box-inner {
    padding: 12px 10px 4px;
  }

  #item-article .pbloc-gdlink .txt-box .txt-box-inner {
    padding: 12px 10px 70px;
  }
}
/*
--------------------*/
#item-article .post:nth-child(4n+1) {
  clear: left;
}

#item-article {
  /*@include transition(width 0.3s);*/
  width: 1160px;
}

@media screen and (max-width: 1215px) {
  /*#*/
  #item-article .post {
    border: 1px solid #ce8217;
    background-color: #e89c25;
  }

  #item-article .post:nth-child(even) {
    border: 1px solid #a74996;
    background-color: #c14e9f;
  }

  /**/
  #item-article .post:nth-child(4n+1) {
    clear: none;
  }

  #item-article .post:nth-child(3n+1) {
    clear: left;
  }

  #item-article {
    width: 870px;
  }
}
@media screen and (max-width: 925px) {
  /*#*/
  #item-article .post {
    border: 1px solid #ce8217;
    background-color: #e89c25;
  }

  #item-article .post {
    border: 1px solid #a74996;
    background-color: #c14e9f;
  }

  #item-article .post:nth-child(8n),
  #item-article .post:nth-child(8n-2) {
    border: 1px solid #a74996;
    background-color: #c14e9f;
  }

  #item-article .post:nth-child(8n+1),
  #item-article .post:nth-child(8n+3) {
    border: 1px solid #a74996;
    background-color: #c14e9f;
  }

  #item-article .post:nth-child(4n),
  #item-article .post:nth-child(4n+1) {
    border: 1px solid #ce8217;
    background-color: #e89c25;
  }

  /**/
  #item-article .post:nth-child(3n+1) {
    clear: none;
  }

  #item-article .post:nth-child(2n+1) {
    clear: left;
  }

  #item-article {
    width: 580px;
  }
}
@media screen and (max-width: 634px) {
  /*#*/
  #item-article .post {
    border: 1px solid #ce8217;
    background-color: #e89c25;
  }

  #item-article .post:nth-child(even) {
    border: 1px solid #a74996;
    background-color: #c14e9f;
  }

  #item-article .post:nth-child(8n+3) {
    border: 1px solid #ce8217;
    background-color: #e89c25;
  }

  /**/
  #item-article .post:nth-child(2n+1) {
    clear: none;
  }

  #item-article {
    width: 100%;
  }
}
/* footer
--------------------------------------*/
#lp-footer {
  position: relative;
}

#lp-footer address {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 30px 30px 60px;
}

@media screen and (max-width: 600px) {
  #lp-footer address {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 15px 30px;
  }
}
/* なかろん
--------------------------------------*/
#gd-popup-wrap {
  max-width: 760px;
  margin: 0 auto;
}

#popup-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px 0 60px;
}
#popup-wrap .img-box {
  max-width: 640px;
  margin: 0 auto;
}
#popup-wrap .img-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#popup-wrap .txt-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0 10%;
}
#popup-wrap .txt-box .inner {
  max-width: 530px;
  margin: 0 auto;
}
#popup-wrap h1,
#popup-wrap h2 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 18px;
}
#popup-wrap p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  #popup-wrap .txt-box {
    padding: 0 8%;
  }
}
@media screen and (max-width: 568px) {
  #popup-wrap {
    padding: 10px 0 30px;
  }
  #popup-wrap .txt-box {
    margin-top: 11px;
    padding: 0 6%;
  }
  #popup-wrap h1,
  #popup-wrap h2 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  #popup-wrap p {
    font-size: 11px;
    line-height: 16px;
  }
}
