@charset "UTF-8";
/*------------------------------------------------------------
	HAKODATE 2015 style
------------------------------------------------------------*/
/* header
-------------------------------------*/
header {
  display: table;
  width: 100%;
  height: 40px;
  background-color: #000;
}
header > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  /*@include transition(width 0.3s);*/
}
header .logo-area {
  width: 25%;
  padding: 9px 12px 0;
}
header .logo-area a {
  display: block;
  width: 117px;
  margin: 0 auto;
}
header .logo-area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
header .sns-area {
  width: 75%;
}
header .sns-area ul {
  background-color: #fff;
}
header .sns-area ul li {
  float: left;
  width: 33%;
}
header .sns-area ul li:first-child {
  width: 34%;
}
header .sns-area ul li a {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  background-color: #000;
  height: 40px;
  padding: 11px 12px 8px 19px;
  color: #fff;
  overflow: hidden;
}
header .sns-area ul li a:hover {
  opacity: 0.7;
}
header .sns-area ul li a span + span {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
header .sns-area ul li a span.icon {
  float: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}
header .sns-area ul li a.fb {
  background-color: #3c599c;
}
header .sns-area ul li a.tw {
  background-color: #1dadeb;
}
header .sns-area ul li a.gp {
  background-color: #db4831;
}
header .sns-area ul li a.gp span.icon {
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  header .logo-area {
    width: 30%;
  }
  header .sns-area {
    width: 70%;
  }
  header .sns-area ul li a {
    padding: 11px 6px 8px 14px;
  }
  header .sns-area ul li a span + span {
    padding-top: 2px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 600px) {
  header .logo-area {
    width: auto;
  }
  header .logo-area a {
    width: 117px;
    margin: 0;
  }
  header .sns-area {
    width: 126px;
  }
  header .sns-area ul li {
    width: 42px;
  }
  header .sns-area ul li:first-child {
    width: 42px;
  }
  header .sns-area ul li a {
    padding: 9px 0 0 0;
  }
  header .sns-area ul li a:hover {
    opacity: 1;
  }
  header .sns-area ul li a span + span {
    display: none;
  }
  header .sns-area ul li a span.icon {
    float: none;
  }
}
/*
--------------------------------------------*/
html, body {
  background-color: #fff;
  height: auto;
}

#gd-hakodate2015-wrap {
  position: relative;
}
#gd-hakodate2015-wrap > h1 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 30px 40px;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
#gd-hakodate2015-wrap span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/**/
#hakodate2015-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0;
}

@media screen and (max-width: 768px) {
  #gd-hakodate2015-wrap > h1 {
    padding: 40px 30px 25px;
  }

  #hakodate2015-wrap {
    padding: 0 25px 0;
  }
}
@media screen and (max-width: 600px) {
  #gd-hakodate2015-wrap > h1 {
    padding: 30px 20px 25px;
  }
}
@media screen and (max-width: 568px) {
  #gd-hakodate2015-wrap {
    overflow: hidden;
  }

  #hakodate2015-wrap {
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 400px) {
  #gd-hakodate2015-wrap > h1 {
    padding: 20px 10px 20px;
  }
}
/* kiyaku 
----------------------------------*/
#kiyaku {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #5e6973;
  max-width: 1140px;
  margin: 0 auto;
}

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

#kiyaku .inner {
  padding: 25px 33px 15px 33px;
}

#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: #007dfd !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 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }

  #kiyaku-fuki span {
    width: 20px;
    height: 14px;
  }

  #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: 1144px;
  margin: 20px auto 0;
}

#items-wrap {
  /*overflow: hidden;*/
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 0;
  margin-top: 0;
}

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

@media screen and (max-width: 768px) {
  #main {
    margin: 10px auto 0;
  }
}
/*@media screen and (max-width: 614px) {*/
@media screen and (max-width: 630px) {
  #main {
    margin: 5px auto 0;
  }

  #items-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
/* item post
--------------------------------------*/
#item-article .post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 272px;
  margin: 0 9px 18px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ced2d6;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(3, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(3, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(3, 0, 0, 0.2);
}

/**/
#item-article .pbloc-item .pbloc-inner {
  position: relative;
  padding: 9px 9px 10px;
}
#item-article .pbloc-item .img-box > div span,
#item-article .pbloc-item .img-box a span {
  display: block;
  border: 1px solid #fff;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}
#item-article .pbloc-item .img-box a:hover span {
  border: 1px solid #ced2d6;
}
#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: 13px 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: #1f1f1f;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
#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: #1f1f1f;
}
#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: #1f1f1f;
  display: inline;
  margin-right: 5px;
}
#item-article .pbloc-item .txt-box .txt-box-inner > div p {
  color: #202020;
  font-size: 12px;
  line-height: 18px;
}
#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: #1f1f1f;
  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: -4px;
  left: 6px;
  z-index: 10;
  display: none;
}
#item-article .pbloc-item .category-tag > p {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: block;
  padding: 6px 10px 6px;
  background-color: #fff;
}
#item-article .pbloc-item .category-tag > div {
  width: 6px;
  height: 6px;
  margin-left: 26px;
  background-image: url(../img/lp/hakodate2015/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: #e82209;
}
#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: #1f1f1f;
}
#item-article .pbloc-item .badge > div {
  background-position: left -6px;
}

#item-article .pbloc-item .item-tag {
  letter-spacing: -.3em;
  padding: 13px 0 0;
  margin: 0 -5px;
}
#item-article .pbloc-item .item-tag li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  margin-right: 3px;
  margin-bottom: 5px;
  height: 23px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(117, 120, 123, 0.5);
}
#item-article .pbloc-item .item-tag li span {
  color: #75787b;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 0;
}

/* chrome only */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #item-article .pbloc-item .category-tag > p {
    padding: 5px 10px 6px;
  }
  #item-article .pbloc-item .item-tag li span {
    padding: 1px 10px 0;
  }
}
/**/
#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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-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: 630px) {
  #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: 1220px) {
  #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: 930px) {
  #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: 630px) {
  #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: #221815;
  font-size: 18px;
  line-height: 20px;
  padding: 30px 30px 60px;
  text-shadow: 0 2px 2px #fff;
}

@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 {
  -webkit-box-sizing: border-box;
  -moz-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 {
  -webkit-box-sizing: border-box;
  -moz-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: #1f1f1f;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 18px;
}
#popup-wrap p {
  color: #1f1f1f;
  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;
  }
}
