@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright 2014.HAIR CATALOG.JP ALL RIGHTS RESERVED.

HTML CSS Selectors dip 2018

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

#contents-wrapper {
  width: 100%;
  min-width: 1320px;
  color: #000333;
}
#contents-wrapper h2 {
  width: 100%;
  height: 500px;
  background-color: #AB003C;
  text-align: center;
}

#contents-wrapper #about {
  padding: 53px 0px 82px;
  background-color: #fff;
}
#about h3 {
  padding-bottom: 28px;
  text-align: center;
}
#about .read-txt {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #000333;
}
#about .mv {
  width: 762px;
  margin: 0 auto 75px  
}
#about .about2017 {
  width: 600px;
  margin: 0 auto;
}
#about .about2017 p {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding-bottom: 83px;
  position: relative;
}
#about .about2017 p a {
  color: #000333;
}
#about .about2017 p:after {
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-color:  transparent transparent #161B40 #161B40;
  transform: rotate(-45deg);
  content:"";
  position: absolute;
  bottom: 47px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#about .movie {
  width: 1280px;
  margin: 0 auto 60px;
}
#about .movie video {
  width: 100%;
  height: auto;
}

#slider ul {}
#slider li {
  width: 450px!important;
  height: 300px;
  margin: 0!important;
}
#slider li img {
  width: 100%;
  height: auto;
}
#notification {
  background: url(../special/dip_2018/pc_bg_01.png) repeat-x #fff;
  position: relative;
}
#notification:after {
  width: 100%;
  height: 80px;
  background: url(../special/dip_2018/pc_bg_02.jpg) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  content:"";
}
#notification p {
  width: 390px;
  height: 200px;
  background-image: url(../special/dip_2018/pc_notification.jpg);
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#notification ul {
  width: 1320px;
  padding: 78px 0 160px;
  margin: 0 auto;
  overflow:hidden;
}
#notification li {
  width: 402px;
  padding: 0px 19px;
  float: left;
}
#notification li img {
  display: block;
  width: 398px;
  border: 2px solid #000D35;
  margin-bottom: 17px;
}
#notification li span {
  display: block;
  text-align: center;
  line-height: 1;
}
#notification li .date {
  font-size: 30px;
  padding-bottom: 10px;
}
#notification li .time {
  font-size: 20px;
  padding-bottom: 14px;
}
#notification li .place {
  font-size: 24px;
  padding-bottom: 17px;
}
#notification li a {
  display: block;
  box-sizing: border-box;
  width: 324px;
  height: 64px;
  border: 2px solid #000333;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000333;
  position: relative;
}
#notification li a:hover {
  opacity: 0.5;
}
#notification li .btn01 {
  width: 324px;
  margin: 0 auto;
  padding-bottom: 12px;
}
#notification li .btn01 a {
  padding-top: 20px;
  background-color: #EED6D5;
}
#notification li .btn01 span {
  display: block;
  box-sizing: border-box;
  width: 324px;
  height: 64px;
  padding-top: 12px;
  border: 2px solid #000333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #C6133A;
  position: relative;
  background-color: #F5F5F5;
}
#notification li .btn01 span strong {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
}
#notification li .btn02 {
  width: 324px;
  margin: 0 auto;
}
#notification li .btn02 a {
  padding-top: 13px;
  background-color: #fff;
}
#notification li .btn02 a:after {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color:  transparent transparent #000333 #000333;
  transform: rotate(-45deg);
  content:"";
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.detail {
  padding-bottom: 90px;
  position: relative;
}
.detail:nth-of-type(odd) {
  background-color: #EBEBEB;
}
.detail:nth-of-type(even) {
  background-color: #fff;
}
.detail:after {
  width: 100%;
  height: 80px;
  background: url(../special/dip_2018/pc_bg_02.jpg) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  content:"";
}

.detail h3 {
  width: 520px;
  padding-top: 82px;
  margin: 0 auto;
}
.detail .btn {
  width: 324px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.detail .btn a {
  display: block;
  box-sizing: border-box;
  width: 324px;
  height: 64px;
  padding-top: 20px;
  padding-right: 10px;
  background-color: #fff;
  border: 2px solid #000333;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000333;
  position: relative;
}
.detail .btn a:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #000D35;
  border-right: 2px solid #000D35;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.detail .btn a:hover {
  opacity: 0.5;
}
.detail .btn span {
  display: block;
  box-sizing: border-box;
  width: 324px;
  height: 64px;
  padding-top: 10px;
  background-color: #fff;
  border: 2px solid #000333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #C6133A;
  position: relative;
}
.detail .btn span strong {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: normal;
}

.detail h4 {
  padding-bottom: 65px;
  text-align: center;
  position: relative;
}
.detail h4:before,
.detail h4:after {
  width: 50%;
  height: 1px;
  background-color: #B3B3B3;
  position: absolute;
  top: 49px;
  content:"";
}
.detail h4:before {
  right: 50%;
  margin-right: 182px;
}
.detail h4:after {
  left: 50%;
  margin-left: 182px;
}

.detail .guest-info {
  padding-bottom: 65px;
}
.detail .guest-info ul {
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
  text-align: center;
  
}
.detail .guest-info li {
  display: inline-block;
  width: 300px;
  height: 438px;
  margin: 0 8px;
  border: 1px solid #000D35;
  background-color: #fff;
  letter-spacing: normal; /* 文字間を通常に戻す */
  vertical-align: top;
  text-align: left;
}
.detail .guest-info li img {}
.detail .guest-info li .name {
  padding: 5px 10px 0px;
  font-size: 16px;
}
.detail .guest-info li .txt {
  font-size: 12px;
  line-height: 1.6;
  padding: 0px 10px;
}

.detail .access-info {
  text-align: center;
}
.detail .access-info .place {
  font-size: 20px;
  padding-bottom: 10px;
}
.detail .access-info .add {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.detail .access-info .url {
  font-size: 13px;
  padding-bottom: 20px;
}
.detail .access-info .url a {
  color: #BD133A;
  text-decoration: underline;

}
.detail .access-info .qr {
  padding-bottom: 40px;
}
.detail .access-info .map {
  padding-bottom: 60px;
}
.detail .access-info .map iframe {
  width: 100%;
  height: 300px;
}
.detail .access-info .info {}




