@charset "UTF-8";
/*-----------------------------------

gohoubi.css
夏のご褒美 CSS
PC

-----------------------------------*/
/*
common
=========================================*/
html {
  
}
body {
  
}
#appBody + #container {
  width: 100%;
}


/*============================
#gohoubiContents
============================*/
#gohoubiContents {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}  
  
/*============================
#product-header
============================*/
#gohoubiContents #product-header {
  background: #d9f9ff;
  padding-bottom: 55px;
}
#gohoubiContents #product-header .hero {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 30px;
}
#gohoubiContents #product-header .title + img {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 55px;
}
#gohoubiContents #product-header .title {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 1;
}
#gohoubiContents #product-header h1 {
  margin-bottom: 15px;
  text-align: center;
  color: #002f6e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
#gohoubiContents #product-header h1 span {
  font-size: 10px;
  display: block;
  margin-bottom: 15px;
}
#gohoubiContents #product-header .label {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 24px;
  font-size: 12px;
  color: #002f6e;
  margin: 0 auto 43px;
  border: 1px solid #002f6e;
  padding-top: 2px;
}
#gohoubiContents #product-header p {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}


/*============================
#product-content
============================*/
#gohoubiContents #product-content {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f0f8ff;
}
#gohoubiContents #product-content .post-content {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 2px dotted #002f6e;
  font-size: 16px;
  line-height: 1.8;
}
#gohoubiContents #product-content .post-content:last-child {
  border-bottom: none;
}
#gohoubiContents #product-content .post-content h2 {
  color: #002f6e;
  font-size: 18px;
  text-align: center;
}
#gohoubiContents #product-content .post-content .image-area {
  margin-bottom: 30px;
  padding-top: 15px;
}
#gohoubiContents #product-content .post-content .image-area img {
  width: 100%;
}
#gohoubiContents #product-content .post-content .text-area .staff {
  color: #002f6e;
  font-weight: bold;
}
#gohoubiContents #product-content .btn-area {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 30px;
  padding-top: 50px;
  font-size: 14px;
  line-height: 1.6;
}
#gohoubiContents #product-content .btn-area p {
  margin-bottom: 30px;
}
#gohoubiContents #product-content .btn-area .product-name {
  color: #002f6e;
  font-size: 16px;
  font-weight: bold;
}
#gohoubiContents #product-content .btn-area .product-name .code {
  font-size: 14px;
  font-weight: normal;
}
#gohoubiContents #product-content .btn-area img {
  width: 100%;
  margin-bottom: 40px;
}
#gohoubiContents #product-content .btn-area .btn {
  display: block;
  max-width: 330px;
  background-color: #fff;
  margin: 0 auto 20px;
  border-radius: 14px;
  padding: 15px;
  color: #002f6e;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
#gohoubiContents #product-content .btn-area .btn:hover {
  background-color: #002f6e;
  color: #fff;
}
#gohoubiContents #product-content .btn-area .btn:last-child {
  margin-bottom: 0;
}


/*============================
#product-footer
============================*/
#gohoubiContents #product-footer {
  background-color: #d9f9ff;
  padding-top: 55px;
  padding-bottom: 55px;
}
#gohoubiContents #product-footer .page-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#gohoubiContents #product-footer .page-link .link-card {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc((100% / 2) - (52px / 2));
  border-bottom: 1px solid #002f6e;
  padding-top: 20px;
  padding-bottom: 20px;  
  text-decoration: none;
  font-size: 14px;
}
#gohoubiContents #product-footer .page-link .link-card:first-child {
  border-top: 1px solid #002f6e;
}
#gohoubiContents #product-footer .page-link .link-card:first-child + .link-card {
  border-top: 1px solid #002f6e;
}
#gohoubiContents #product-footer .page-link .link-card:last-child{
  margin-left: 52px; 
}
#gohoubiContents #product-footer .page-link .link-card .thumb {
  width: 137px;
}
#gohoubiContents #product-footer .page-link .link-card .thumb img {
  width: 100%;
}
#gohoubiContents #product-footer .page-link .link-card .detail {
  width: calc(100% - 25px - 137px);
  color: #002f6e;
  line-height: 1.6;
  text-align: justify;
}
#gohoubiContents #product-footer .page-link .link-card .detail span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
  
/* footer-logo */
#gohoubiContents #product-footer .footer-logo {
  padding-top: 55px;
  text-align: center;
}
#gohoubiContents #product-footer .footer-logo a {
  color: #002f6e;
}
#gohoubiContents #product-footer .footer-logo a img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 18px;
}
#gohoubiContents #product-footer .footer-logo a span {
  font-size: 10px;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #002f6e;
  display: inline-block;
}