/* specialNight.css */
.pcOnry{
  display: block;
}
.spOnry{
  display: none;
}  
.top {
    background-color: #1c1412;
}
.read{
  background-color: #eddbad;
}
.read .inner1200{
  text-align: center;
  font-size: 120%;
}
.read .inner1200 p.bold{
    color: #3d281f;
    font-weight: bold;
    font-size: 120%;
    text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF;
}
.read .inner1200 p i{
  padding-right: 10px;
}
.read02{
  background-color: #1c1412;
}
.read02 .text{
  text-align: center;
}
.read02 .text img{
  margin: 0 auto;
}
.read02 .add{
  display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.read02 .add .photo{
  width: 48%;
}
.read02 .add .text{
  width: 48%;
  color: #FFF;
  text-align: left;
  line-height: 1.8;
}
.read02 .add .text .ttl{
  font-size: 150%;
    margin-bottom: 15px;
}
.plofile{
  padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.plofile .photo{
  width: 30%;
}
.plofile .text{
  width: 68%;
  font-size: 14px;
}
.read02 .add02{
  background-color: #eddbad;
    padding: 30px;
}
.read02 .add02 .coupon{
  text-align: center;
    font-size: 150%;
    font-weight: bold;
}
.read02 .add02 .coupon .bold{
  color: #3d281f;
    font-weight: bold;
    font-size: 120%;
    text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF;
}

.read02 .add02 .point{
  width: 800px;
    margin: 30px auto;
}
.read02 .add02 .point .ttl{
  text-align: center;
    font-size: 130%;
    margin-bottom: 15px;
    font-weight: bold;
}

.point .point_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point .point_card .card{
  width: 30%;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.kaigai .point .point_card .card {
  margin-bottom: 30px;
}
.read02 .add02 .point img{
    display: inline;
    width: 80px;
}
.point .point_card .card h6 span {
  font-weight: bolder;
  color: #a72c8b;
}
.point .point_card .card .text{
    background-color: #054cac;
    background-image: -webkit-linear-gradient(left, #007adf 0%, #65ccd6 100%);
    background-image: linear-gradient(to right, #007adf 0%, #65ccd6 100%);
    position: relative;
    padding: 100px 20px 20px 20px;
    color: #FFF;
}
.point .point_card .card .text p a{
    background: #FFF;
    border-radius: 4px;
    color: #047dde;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px 10px 5px 10px;
}
.point .point_card .card .text p a img{
    width: 6px;
    display: inline;
    line-height: 1;
    vertical-align: middle;
}
.point .point_card .card .text span.point{
    width: 80px;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    z-index: 11;
}
.point .point_card .card .text span.red{
  font-size: 12px;
}
.point .point_card .card .text h6{
      background-color: #FFF;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    width: 90%;
    left: 5%;
    z-index: 10;
    top: -15px;
    color: #799600;
    font-size: 18px;
        display: flex;
    align-items: center;
    justify-content: center;
}

.add02 .add02_inner{
  border: dotted 2px #1c1412;
    padding: 30px;
    width: 80%;
    margin: 30px auto;
    font-size: 18px;
}
.add02 .add02_inner p:first-child{
  margin-bottom: 15px;
}
.add02 .btn{
  margin-bottom: 60px;
}
.add02 .btn a{
  width: 50%;
    margin: 0 auto;
    background-color: #1c1412;
    color: #FFF;
    padding: 10px;
    display: block;
}
.add02 .tourBtn{
  width: 80%;
  margin: 0 auto;
}
.add02 .tourBtn .ttl{
  text-align: center;
  font-size: 130%;
  margin-bottom: 15px;
  font-weight: bold;
  border: none;
}
.add02 .tourBtn p:after{
  display: none;
}
.add02 .tourBtn_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tourBtn p{
  border: none;
}
.add02 .tourBtn_inner a{
    display: block;
    background-color: #b74c4c;
    color: #FFF;
    width: 48%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.enjoy h2{
  text-shadow: none;
  font-size: 26px;
  margin-bottom: 40px;
}
.enjoy .enjoy_inner{
  display: flex;
    justify-content: space-between;
}
.enjoy .enjoy_inner .card{
  width: 32%;
}
.enjoy .enjoy_inner .card .ttl{
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: 120%;
}
.campaignQa {
    background: #eddbad;
}
.campaignQa h2 {
    color: #000;
}
.campaignQa .box dl dt {
    background: #c5a759;
}
.campaignQa .box dl dt .sub {
    background: #856207;
}
.campaignQa .box dl dd .sub {
    background: #b74c4c;
}

@media (max-width: 1200px) {
  .read02 .add02 .point{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pcOnry{
    display: none;
  }
  .spOnry{
    display: block;
  }  
  .read .inner1200{
    font-size: 100%;
  }
  .read02 .add{
    display: block;
  }
  .read02 .add .photo{
    width: 100%;
  }
  .read02 .add .plofile .photo{
    width: 48%;
    margin-right: 1%;
  }
  .read02 .add .text{
    width: 100%;
  }
  .read02 .add .text .ttl{
        font-size: 120%;
  }
  .read02 .add .text{
    font-size: 12px;
    line-height: 1.3;
  }
  .read02 .add .text .addBody{
    font-size: 14px;
    line-height: 1.4;
  }
  .read02 .add02{
    padding: 15px;
  }
  .read02 .add02 .coupon{
    font-size: 100%;
  }
  .add02 .add02_inner{
    margin: 15px auto;
    width: 100%;
    padding: 15px;
  }
  .add02 .add02_inner p{
    font-size: 13px;
  }
  .read02 .add02 .coupon .bold{
    font-size: 18px;
  }
  .point .point_card{
    display: block;
  }
  .point .point_card .card{
    width: 100%;
  }
  .point .point_card .card h6{
    font-size: 14px;
  }
  .read02 .add02 .point .ttl{
    font-size: 110%;
  }
  .read02 .add02 .point img{
    width: 40px;
  }
  .add02 .tourBtn{
    width: 100%;
  }
  .add02 .tourBtn .ttl{
    font-size: 100%;
  }
  .add02 .tourBtn_inner{
    display: block;
  }
  .add02 .tourBtn_inner a{
    width: 100%;
    font-size: 16px;
  }
  .enjoy h2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .enjoy .enjoy_inner{
    display: block;
  }
  .enjoy .enjoy_inner .card{
    width: 80%;
    margin: 0 auto;
  }
  .enjoy .enjoy_inner .card p{
    font-size: 12px;
    margin-bottom: 15px;
  }
  .enjoy .enjoy_inner .card .ttl{
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* モーダル */
/*モーダルを開くボタン*/
.modal-open{
/*   position: fixed; */
	display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
	width: 300px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: auto;
	cursor: pointer;
/*   transform: translate(-50%,-50%); */
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}



/*クリップボードコピペ*/
.add02 .box_area {
  border: 3px solid #333;
  padding: 30px;
}
.add02 .box_area p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.copyValue {
  color: #db0f2f;
  padding: 0 7px;
  cursor: pointer;
  position: relative;
  transition-duration: 0.2s;
}
.copyValue:hover {
  color: #fff;
  background: #db0f2f;
}
.copied:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 14px 6px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  margin-right: 7px;
  animation: animation-copied 1s 2s 1 forwards;
  z-index: +1;
}
.copied:after {
  content: 'Copied!';
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  font-size: .8rem;
  padding: 10px;
  animation: animation-copied 1s 2s 1 forwards;
  z-index: +1;
  margin-top: 10px;
}
@keyframes animation-copied {
  to { opacity: 0; }
}

.modal_ttl{
  background-color: #c41f1f;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}
.modal_body{
  font-size: 14px;
    margin: 15px;
    text-align: center;
}
.modal_body_ttl{
      font-weight: bold;
}
.modal-open i{
  margin-right: 10px;
}

@media (max-width: 768px) {
  .modal-content{
    padding: 15px;
  }
  .modal-open{
    width: 90%;
  }
  .add02 .box_area{
    padding: 15px;
  }
}
