
/*  couponArea
-------------------------------------------------*/
  #couponArea .couponBox {
  width: 70%; margin: 0 auto;
  }
#couponArea .couponBox .coupontxt {
  /*background: #F2F2F2;*/
	background: #FFF;
  text-align: center;
	position: relative;
}
#couponArea .couponBox .couponItem {
  font-size: 18px;
  font-weight: bold;
}
#couponArea .couponBox h4 p.air{
    display: block;
    font-size: 20px;
    border-bottom: solid 2px;
    width: 40%;
    margin: 0 auto 10px;
    padding-bottom: 2px;
}
#couponArea .couponBox h4 p.tour{
    display: block;
    font-size: 18px;
    border-bottom: solid 2px;
    width: 90%;
    margin: 0 auto 10px;
}
#couponArea .couponBox h4 p.ah{
    display: block;
    font-size: 20px;
    border-bottom: solid 2px;
    width: 45%;
    margin: 0 auto 10px;
}
#couponArea .couponBox h4 span {
  font-size: 0.5em;
  display: block;
}
#couponArea .couponBox .couponCode {
  font-weight: bold;
  color: #C9000F;
  display: inline-block;
  vertical-align: middle;
}
.btn.copy button {
  background: #fff;
  border: solid 2px #C9000F;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  color: #C9000F;
  display: block;
  margin: 0 0 0 10px;
  padding: 8px 10px;
  cursor: pointer;
  transition: 0.5s all;
}
.btn.copy button:hover {
  background: #C9000F;
  color: #fff;
}
.btn.accordion {
  padding-bottom: 10px;
}
.btn.accordion p {
  border: 3px solid #C9000F;
  background: #C9000F;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  padding: 6px 6px;
  position: relative;
  transition-duration: .5s;
  cursor: pointer;
    margin-top: 8px;
}
.btn.accordion.close p {
  color: #FFF;
  border: 3px solid #B2B2B2;
  background: #B2B2B2;
}
.btn.accordion p:before {
  content: "";
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 38%;
  right: 19px;
  transform: rotate(45deg) translate(0, -50%);
  transition-duration: .5s;
}
.btn.accordion.close p:before {
  transform: rotate(225deg) translate(0, -50%);
  top: 37%;
  right: 10px;
}
#couponArea .couponBox .couponDetail {
  display: none;
}
#couponArea .couponBox .close + .couponDetail {
  display: block;
  padding-top: 20px;
  text-align: left;
}
#couponArea .couponBox .close + .couponDetail > p {
	padding-top: 10px;
}


@media screen and (min-width: 768px) {
  #couponArea .couponBox {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #couponArea .couponBox:before,
  #couponArea .couponBox:after {
    content: "";
    font-size: 22px;
    font-weight: bold;
    border: solid 4px #707070;
    transform: rotate(180deg);
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    width: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #couponArea .couponBox:before {
    content: "DISCOUNT";
    background: /*#B2B2B2*//*#2EA307*/#ff6684;
    border-radius: 0 6px 6px 0;
    color: #fff;
  }
  #couponArea .couponBox:after {
    content: "COUPON";
    font-size: 28px;
    margin-left: -1px;
    background: #F2F2F2;
    border-right: dotted 6px #707070;
    border-radius: 6px 0 0 6px;
    color: #ccc;
    letter-spacing: 3px;
  }
  #couponArea .couponBox .coupontxt {
    width: 84%;
  }
  #couponArea .couponBox .coupontxt:before,
  #couponArea .couponBox .coupontxt:after {
    content: "";
    background:#fce9e7;
    border: solid 3px #707070;
    border-radius: 12px;
    width: 13px;
    height: 13px;
    display: block;
    z-index: 1;
    position: absolute;
    right: -8px;

    margin: 0;
  }
  #couponArea .couponBox .coupontxt:before {
    top: -6px;
  }
  #couponArea .couponBox .coupontxt:after {
    bottom: -6px;
  }
  #couponArea .couponBox .coupontxt .inner {
    width: 100%;
    border-top: solid 4px #707070;
    border-bottom: solid 4px #707070;
    padding: 30px 0;
  }
  .coupon00 .inner {
    padding: 10px 0 !important;
  }
  #couponArea .couponBox .coupontxt .inner:before,
  #couponArea .couponBox .coupontxt .inner:after{
    content: "";
    width: 20px;
    height: 15px;
    background:/* #fff*/#fce9e7;
    display: block;
    z-index: 2;
    position: absolute;
    right: -13px;
  }
  #couponArea .couponBox .coupontxt .inner:before {
    top: -15px;
  }
  #couponArea .couponBox .coupontxt .inner:after {
    bottom: -15px;
  }
  #couponArea .couponBox h4 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
      padding: 10px;
  }
  #couponArea .couponBox .couponCode {
    font-size:28px;
    letter-spacing: 0.1em;
    margin: 8px 4px 0;
  }
  .btn.copy {
    display: inline-block;
    vertical-align: middle;
  }
  .btn.copy button {
    display: block;
  }
  .btn.accordion p {
    min-width: 280px;
  }
  .btn.accordion.close p {
    min-width: 280px;
  }
  .btn.accordion p:hover {
    background: #FFF;
    color: #C9000F;
  }
  .btn.accordion.close  p:hover {
    color: #fff;
    border: 3px solid #888;
    background: #888;
  }
  .btn.accordion p:hover:before {
    border-bottom: solid 2px #C9000F;
    border-right: solid 2px #C9000F;
  }
  .btn.accordion.close p:hover:before {
    color: #FFF;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
  }
  #couponArea .couponBox .close + .couponDetail {
    margin: 0 34px;
  }
  #couponArea .couponBox .close + .couponDetail h4 {
    width: 15%;
	  color:#333;
  }
  #couponArea .couponBox .close + .couponDetail .infotxt {
    width: 85%;
	  color:#333;
  }
}
@media screen and (max-width: 1024px)and (min-width: 768px) {
  #couponArea {
/*      margin: 0 20px;*/
  }
}
@media screen and (max-width: 767px) {
      #couponArea .couponBox {
  width: 100%;
  }
  #couponArea .couponBox:first-child {
    margin-top: 10px;
  }
  #couponArea .couponBox {
    margin-bottom: 10px;
  }
  #couponArea .couponBox h4 p.ah{
    font-size: 4.7vw;
    width: 77%;
    border-bottom: solid 1px;
    margin: 3% auto;
  }
  #couponArea .couponBox h4 p.air{
font-size: 4vw;
        width: fit-content;
        border-bottom: solid 1px;
        margin: 3% auto;
  }
  #couponArea .couponBox .couponItem {
    font-size: 18px;
    margin-top: -5px;
    font-weight: bold;
  }
  #couponArea .couponBox .coupontxt {
    border: solid 2px #707070;
    border-radius: 5px;
    width: calc(100% - 4.8px);
    padding: 0 0 .5px;
    margin: 0 auto;
  }
      #couponArea .couponBox h4 {
font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.4;
	padding-top:35px;
  }
    #couponArea .couponBox .couponCode {
        font-size:5vw;
        margin: 5px 0;
        display: block;
        font-weight: normal;
    }
    .btn.copy button {
        width: 80%;
        max-width: 350px;

        margin:10px auto 5px;
    }
      .btn.copy button:hover {
    background: #fff;
    color: #C9000F;
  }      #couponArea .couponBox .copy {
    position: relative;
    border-bottom: dotted 6px #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
        #couponArea .couponBox .copy:before, #couponArea .couponBox .copy:after {
        content: "";
        width: 5px;
        height: 8px;
        border: solid 2px #707070;
        display: block;
        position: absolute;
        bottom: -9px;
        background: #e4e7ee;
    }
        .btn.accordion p {
        width: 80%;
        max-width: 350px;
        margin: 0 auto;
    }

}
    

/*  infoArea
-------------------------------------------------*/
.infoArea h3 {
  text-align: center;
}
.infoArea .infoBox .infotxt li {
  text-indent: -14px;
  margin-left: 14px;
}
.infoArea .infoBox .infotxt li:before {
  content: "●";
}
.infoArea .infoBox .infotxt .imgArea img{
	border: solid 5px #F2F2F2;
	box-sizing: content-box;
}
.graybtn a{
	border: solid 1px #888888;
	border-radius: 50px;
	font-size: 14px;
	display: block;
	padding: 3px 30px 2px;
	position: relative;
/*  transition: 0.5s all;*/
	background: #fff;
}
.graybtn.graybtnTop{
	margin-top: 10px
}
.graybtn a:hover{
	background: #B2B2B2;
  color: #fff;
}
.graybtn a:after {
  content: "";
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 44%;
  right: 15px;
  transition: 0.5s all;
}
.graybtn a:hover:after{
	border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  .infoArea h3 {
    font-size: 32px;
    margin: 60px 0 20px
  }
  .infoArea .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
      justify-content: center;
  }
  .infoArea .infoBox h5 {
	font-size:16px;
    font-weight: bold;
      padding-right:20px;
      width: 22%;
  }
  .infoArea .infoBox .infotxt {
    text-align: left;
    line-height: 1.8em;
  }
  .infoArea .infoBox .infotxt .largetxt {
    font-size: 16px;
  }
  .infoArea .infoBox .infotxt .att {
    font-size: 14px;
  }
.infoArea .infoBox .infotxt .tel a {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
  }
/*.infoArea .infoBox .infotxt .imgArea p{
    font-weight: bold;
    margin: 3rem 0 1.3rem;
}
.infoArea .infoBox .infotxt .imgArea + p{
    margin: 2.7rem 0 .8rem;
}*/
.graybtn p{
	display: inline-block;
}
.graybtn p+p{
	margin-left: 20px;
}
}
@media screen and (max-width: 1024px)and (min-width: 768px) {
  .infoArea {
      margin: 0 20px;
  }
      #couponArea .couponBox {
  width:80%; 
  }
}
@media screen and (max-width: 767px) {
    #couponArea .couponBox{position: relative; z-index: 1;}
    #couponArea .couponBox::before {
         z-index: 2;
        content: "COUPON";
        color: rgb(255, 255, 255);
        background: rgb(255, 102, 132);
        border-radius: 6px 6px 0px 0px ;
        font-size: 4vw;
        font-weight: bold;
   border: solid 2px #707070;

        text-align: center;
    width: calc(100% - 4px);
        display: block;
        position: absolute;
        top:0;
        left: 2px;

      

    }
        #couponArea .couponBox .close + .couponDetail {
        padding: 0;
        margin: 0 1.6rem;
    }
        #couponArea .couponBox .copy:before {
        border-left: none;
        border-radius: 0 8px 8px 0;
        left: -2px;
    }
    #couponArea .couponBox .copy:after {
        border-right: none;
        border-radius: 8px 0 0 8px;
        right: -2px;
    }    #couponArea .couponBox .copy:before, #couponArea .couponBox .copy:after {
        content: "";
        width: 6px;
        height: 11px;
/*        border: solid 2px #707070;*/
        display: block;
        position: absolute;
        bottom: -9px;
        /*background: #e4e7ee;*/background: #fff;
    }
  .infoArea {
      font-size: 3.5vw;

	
}

padding-bottom:20px;
  }
  .infoArea h3 {
    font-size: 24px;
    margin: 30px 0 10px;
	line-height: 1.2em;
  }
  .infoArea .infoBox {
    padding: 15px 0;
  }
  .infoArea .infoBox:not(:last-child) {
    border-bottom: solid 1px #888888;
  }
  .infoArea .infoBox h5 {
    font-weight: bold;
  }
  .infoArea .infoBox .infotxt {
    width: 100%;
  }
  .infoArea .infoBox .infotxt .att {
    font-size: 10px;
  }
  .infoArea .infoBox .infotxt .tel a {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2488FF;
    max-width: 350px;
    border: solid 1px #2488FF;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 10px 0 8px;
    margin: 10px auto;
  }
  .infoArea .infoBox .infotxt .tel a:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 4px -8px 0;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    vertical-align: baseline;
    background-image: url(/cmn/headfoot/images/icon-phone-kaigai.png);
}
  .infoArea .infoBox .infotxt .tel a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #2488FF;
    border-right: solid 2px #2488FF;
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: rotate(45deg) translate(0, -50%);
  }
.infoArea .infoBox .infotxt .imgArea .img{
	text-align: center;
}
.infoArea .infoBox .infotxt .imgArea img{
	max-width: 317px;
	width: 100%;
	height: auto;
	margin: 7px 0 20px;
}
.infoArea .infoBox .infotxt .imgArea p{
    font-weight: bold;
    margin-top: 20px;
}
.graybtn p+p{
    margin-top: 10px;
}
.graybtn a{
	font-size: 14px;
	text-align: center;
	width: 80%;
	max-width: 350px;
	padding: 10px 10px;
	margin: 0 auto;
}
}
			