@charset "utf-8";
.sec__detail {
  padding: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .sec__detail {
    padding: 1rem 0 0;
  }
}

.sec__detail-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin: 0 0 4rem;
  width: 100%;
  border-bottom: 4px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .sec__detail-title {
    display: block;
    margin: 0 0 2rem;
  }
}

.sec__detail-headline {
  font-size: 1.8rem;
  padding: 0 0 .4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .sec__detail-headline {
    display: block;
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
}


.sec__detail-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 .4rem;
}

@media screen and (max-width: 767px) {
  .sec__detail-line {
    margin: 0 0 1rem;
  }
}

@media all and (-ms-high-contrast: none){
  .sec__detail-line a {
    height: 30px;
  }
}



.sec__detail-icon {
  background: #e3e800;
  text-align: center;
  padding: .4rem 1.3rem;
  color: #fff;
  font-size: .7rem;
  margin: 0 0 0 1rem;
  
}

@media screen and (max-width: 767px) {
  .sec__detail-icon {
    display: block;
    width: 20%;
    margin: 0 auto 0 0;
  }
}

.sec__detail-line-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec__detail-line a {
  display: block;
  background: #eee;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: .3rem 1rem;
  color: #31ae36;
  text-decoration: none;
  line-height: 2;
}

.sec__detail-line a img {
  width: 20%;
  height: auto;
  margin: 0 .5rem 0 0;
}

@media screen and (max-width: 767px) {
  .sec__detail-line a img {
    width: 10%;
  }
}

.detail__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .detail__wrap {
    display: block;
  }
}

.detail__gallery {
  margin: 0 0 2rem;
}

.detail__gallery-image {
  width: 560px;
  height: 484px;
  margin: 0 0 .3rem;
  overflow: hidden;
}

.detail__gallery-image img {
  width: 484px;
  height: 484px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detail__gallery-image {
    width: 100%;
    height: auto;
  }
  .detail__gallery-image img {
    width: 100%;
    height: auto;
  }
}

.detail__gallery-thum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 484px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detail__gallery-thum {
    width: 100%;
  }
}

.detail__gallery-item {
  width: 32%;
  height: 156px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .detail__gallery-item {
    height: 100px;
  }
}

.detail__gallery-item img {
  width: 100%;
  height: auto;
}

.detail__info {
 padding: 0 2rem;
 box-sizing: border-box; 
}

@media screen and (max-width: 767px) {
  .detail__info {
    padding: 0;
  }
}

.detail__table {
  width: 400px;
  margin: 0 0 2rem;
  text-align: left;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .detail__table {
    width: 95%;
    margin: 0 auto 2rem;
  }
}

.detail__table-th {
  width: 150px;
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
}

.sp__only .detail__table-th {
  width: 100%;
}

.detail__table tr:first-child .detail__table-th,
.detail__table tr:first-child .detail__table-td {
  padding-top: 0;
}

.detail__table-td {
  border-bottom: 1px solid #dbdbdb;
  padding: 1rem .5rem 1rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.detail__table-td {
  text-decoration: none;
  word-wrap:break-word;
}

.detail__table-td a {
  color: #87bf23;
  text-decoration: none;
}

.detail__table-male {
  color: #2970bf;
}

.detail__table-female {
  color: #dc74aa;
}

.detail__table-confirm {
  color: #87bf23;
}


.txt__message {
  background: #eaf4d7;
  padding: 1rem 2rem;
  box-sizing: border-box;
}

.sp__message {
  background: #eaf4d7;
  padding: 1rem 2rem;
  box-sizing: border-box;
  margin: 0 0 2rem;
}

.detail__nav-btn {
  width: 100%;
  margin: 0 0 2rem;
}

.detail__nav-btn a {
  display: block;
  text-align: center;
  color: #87bf23;
  text-decoration: none;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: .7rem 0;
  width: 70%;
  border: 1px solid #87bf23;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .detail__nav-btn a {
    width: 95%;
    margin: 0 auto 2rem;
  }
}


.detail__nav-btn a::after {
  position: absolute;
  right: 7%;
  content: "\f125";
  font-family: ionicons;
}


.detail__movie {
  width: 900px;
  margin: 0 auto 4rem;
}

.detail__movie iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .detail__movie {
    width: 100%;
  }
  .detail__movie iframe {
    width: 100%;
    height: 200px;
  }
}


.detail__attention {
  background: #eee;
  padding: 2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.detail__attention-title {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

@media screen and (max-width: 767px) {
  .detail__attention-title {
    font-size: 1.2rem;
  }
}


.detail__attention-item {
  font-size: .9rem;
}


.popular__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 6rem;
}

@media screen and (max-width: 767px) {
  .popular__list {
    display: block;
    margin: 0 0 2rem;
  }
}

.popular__item a {
  display: inline-block;
  background: #eaf4d7;
  color: #87bf23;
  text-decoration: none;
  padding: .2rem .8rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: .9rem;
}

@media screen and (max-width: 767px) {
  .popular__item a {
    display: block;
    margin: 0 0 1rem;
  }
}

.btn__green a {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .btn__green a {
    width: 95%;
    margin: 0 auto;
  }
}