/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0;
  padding-bottom: 6rem;
  color: #5a5a5a;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


h3, .h3 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    background-color: #fa79a0;
    color: #ffffff;
    line-height: 1;
    padding: 1rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    background-color: #6c757d;
    color: #ffffff;
    line-height: 1;
    padding:.5rem 1rem;
}
ol, ul, dl{
  margin-bottom: 2rem;
}

dt.comment-tit {
  background-color: #fa79a0;
  color: #ffffff;
  margin-bottom: 2rem;
}
dt.comment-tit h3 {
  display: inline-block;
  margin-bottom: 0;
}
span.comment {
  display: inline-block;
  padding: 1rem;
  text-indent: -16px;
  margin-left: 16px;
}
ul.nonstyle-list {
  list-style-type: none;
  padding-left: 0;
}
ul.nonstyle-list li {
  text-indent: -30px;
  margin-left: 30px;
}

.book-box {
  border: 1px solid #cccccc;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

/* スクロールをして可視範囲になったら要素がふわっと表示 */
.scl-fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}

.scl-fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}

/* ALBUM CSS
-------------------------------------------------- */
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 15rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

/********************************************/
.covered {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .covered {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.covered.gold{
  background-color: #e6ddd2;
}
.covered.lt-gold{
  background-color: #ebe7e1;
}
.covered p:last-child {
  margin-bottom: 0;
}

.covered h1 {
  font-weight: 300;
}

.covered .container {
  /* max-width: 40rem; */
}
.covered .card{
  border-radius: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.thum-card {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 100%;
}
.thum-card .card{
  border: 0;
}

/* .card-body{
  padding: 1.9rem;
} */
@media (min-width: 768px) {
  .thum-card {
    position: absolute;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.lower-table th {
  width: 22%;
}
.campaign .lower-table th {
  width: 25%;
  vertical-align: middle;
}
.campaign .lower-table td {
  vertical-align: middle;
}

/**
 * Page Top Button Style Added
 */
 #PageTop {
  right: 15px;
  bottom: 0;
  opacity: 1;
  transition: all 0.5s;
}
#PageTop.hidden {
  opacity: 0;
  right: -50px;
}

#PageTop img {
  width: 80px;
}

/**
 * Submit Button Style Added
 */
#submit {
  transition: all 0.5s;
}

/**
 * Other Button Style Added
 */
.btn-pink {
  background-color: #fde6ef;
  border: 1px solid #fa79a0;
  color: #ff3a75;
}
.btn-pink:hover {
  background-color: #e74676;
  border: 1px solid #fa79a0;
  color: #ffffff;
}

/**
 * Other Style Added
 */
.bg-pink {
  background-color: #fa79a0;
}
.require::after {
  content: '【必須】';
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  padding: 4px;
}
.attention-list {
  list-style-type: none;
  padding-left: 0;
}
.text-indent-32 {
  text-indent: -32px;
  margin-left: 32px;
}

.contact-wrap {
  border-collapse: collapse;
}
.height45 {
  height: 4.5rem;
}

.optional::after {
  content: '※任意';
  display: inline-block;
  color: #e60012;
  /* color: #ea5414; */
}
.optional.optional-small::after {
  font-size: 85%;
}

.form-control-radio.image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-control-radio.image-wrap + img ,
.form-control-radio.image-wrap ~ div.card-body {
  transition: all 0.2s;
}
.form-control-radio.image-wrap ~ div.card-body {
  background-color: #eeeeee;
}
.form-control-radio.image-wrap:checked + img {
  opacity: 0.5;
}
.form-control-radio.image-wrap:checked ~ div.card-body {
  color: #fa79a0;
  font-weight: bold;
  background-color: #ffd0d0;
}

.cursor-pointer {
  cursor: pointer;
}

.border-radius {
  border-radius: 0.25rem;
}
.border-radius-top {
  border-radius: 0.25rem 0.25rem 0 0;
}
.border-radius-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

.attention-word {
  text-indent: -1rem;
  margin-left: 1rem;
}

#liquor-wrap {
  visibility: hidden;
  height: 0;
}
#liquor-wrap.show {
  visibility: visible;
  height: auto;
}

#other-text {
  pointer-events: none;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
#other-text.show {
  pointer-events: auto;
  background-color: #ffffff;
}


/**
 * Hero
 */
.bg-present {
  background-image: url(./img/hero2.jpg);
  background-size: cover;
  /* background-position: center center; */
  background-position: center bottom;
}
.bg-present.margin-top-adjust {
  margin-top: 7.5rem;
}
h1.present-tit {
  padding: 4rem 0;
  color: #ffffff;
  position: relative;
  z-index: 100;
}
.overlay-dark {
  position: absolute;
  display: block;
  background-color: rgba(0,0, 0, 0.45);
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  h1.present-tit {
    padding: 8rem 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.max-w170 {
  max-width: 170px;
}
.navbar-nav li.nav-item.active {
  font-weight: bold;
}
.navbar-nav li.nav-item.active a {
  color: #000000;
}

/**
 * Card
 */
.card-body {
  /* border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; */
  /* background-color: #ffffff; */
}
.present-wrap .border-radius {
  border-radius: 0.35rem;
}




@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}

.bg-green {
    background-color: #1e791d!important;
}
.nav-link {
    color:#FFF!important;
}