/* peachThanks.css */

.mainImgBlock .mainLogo{
  top: 10%;
  left: 25%;
  width: 50%;
}
.mainImgBlock .mainLogo img{
  width: 100%;
}
.mainImgBlock .logo{
    bottom: 10px;
    top: auto;
    right: 10px;
    left: auto;
    width: 311px;
    max-width: 26%;
    background: none;
}
.mainImgBlock .addText{
  width: 100%;
  background-color: #D14E97;
  text-align: center;
  position: absolute;
  bottom: 70px;
}
.mainImgBlock .addText p{
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  padding: 5px 0;
}
.ichioshi h2{
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.ichioshi h3{
  text-align: center;
    margin-bottom: 30px;
}
.ichioshi h3 span{
  background-color: #9b308c;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
  margin-bottom: 20px;
}
.ichioshiSlide_wrap{
  background-color: #f5e6f0;
  padding: 20px;
}
.ichioshiSlide_wrap h5{
  text-align: center;
    color: #9b308c;
    font-weight: bold;
    font-size: 160%;
    text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 3px 0 0 #FFF, -3px 0 0 #FFF, 0 3px 0 #FFF, 0 -3px 0 #FFF;
    position: relative;
/*     margin-bottom: 20px; */
}
.ichioshiSlide_wrap h5:before{
  content:"";
  display: inline-block;
  width: 50px;
  height: 28px;
  background: url(/upload/tenant_1/peachThanks_icon_h5_01.webp) top center no-repeat;
  background-size: contain;
}
.ichioshiSlide_wrap h5:after{
  content:"";
  display: inline-block;
  width: 50px;
  height: 28px;
  background: url(/upload/tenant_1/peachThanks_icon_h5_02.webp) top center no-repeat;
  background-size: contain;
}
.ichioshiSlide li.box{
  background-color: #d14e97;
  border: solid 3px #FFF;
  padding: 20px;
  margin: 10px;
}
.ichioshiSlide h6{
  text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}
.ichioshiSlide .contents{
  display: flex;
}
.ichioshiSlide .contents .photo{
  width: 60%;
    position: relative;
}
.ichioshiSlide .contents .photo img{
  height: 100%;
}
.ichioshiSlide .contents .photo span{
  position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: bold;
}
.ichioshiSlide .contents .text{
  width: 40%;
    background-color: #FFF;
    padding: 15px;
  position: relative;
}

.ichioshiSlide .contents .text:before{
  content:"";
  display: inline-block;
  width: 100%;
  height: 125px;
    background: url(/upload/tenant_1/peachThanks_bg_ichipshi.webp) top center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ichioshiSlide .contents .text p.point{
  background: none;
    background-color: #ffe900;
    padding: 10px 0;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
/*     height: 4em; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
}
/*.ichioshiSlide .contents .text a p:first-child,.ichioshiSlide .contents .text a .info div.getdpprice.pri{
  color: #b92855;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 3px 0 0 #FFF, -3px 0 0 #FFF, 0 3px 0 #FFF, 0 -3px 0 #FFF;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    z-index: 10;
    position: relative;
}*/

.ichioshiSlide .contents .text a p:last-child{
  background-color: #d14e97;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 6px 0;
    z-index: 10;
    position: relative;
}

.ichioshiSlide .contents .text .getdpprice_tour .info {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}

.ichioshiSlide .slick-prev{
  display: inline-block !important;
  left: 0;
  z-index: 10;
}
.ichioshiSlide .slick-next{
  display: inline-block !important;
  right: 0;
  z-index: 10;
}
.ichioshiSlide .slick-prev:before,.ichioshiSlide .slick-next:before{
  color: #9b308c;
}
.ichioshi .message{
  text-align: center;
    text-decoration: underline;
    font-size: 150%;
    font-weight: bold;
    padding-top: 20px;
}
@media only screen and (max-width: 1500px){
  .mainImgBlock .addText p{
    font-size: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 1300px){
  .mainImgBlock .addText{
    bottom: 60px;
  }
  .mainImgBlock .addText p{
    font-size: 26px;
    padding: 0;
  }
}
@media only screen and (max-width: 678px){
  .mainImgBlock .mainLogo{
    left: 50%;
    top: 38%;
    width: 90%;
  }
  .mainImgBlock .logo{
    max-width: 50%;
  }
  .mainImgBlock .addText{
    bottom: 50px;
  }
  .mainImgBlock .addText p{
    font-size: 20px;
  }
  .ichioshiSlide_wrap{
    padding: 20px 10px;
  }
  .ichioshi h3{
    background-color: #9b308c;
    padding: 10px;
  }
  .ichioshi h3 span{
    line-height: 1.2;
    background: none;
  }
  .ichioshiSlide_wrap h5{
        font-size: 100%;
  }
  .ichioshiSlide .contents{
    display: block;
  }
  .ichioshiSlide .contents .photo{
    width: 100%;
  }
  .ichioshiSlide .contents .text{
    width: 100%;
  }
  .ichioshiSlide .contents .text p.point{
    height: auto;
    margin-bottom: 10px;
  }
  .ichioshiSlide .contents .text a .info div.getdpprice.pri{
    margin-bottom: 0;
  }
  .ichioshiSlide .contents .photo img{
    height: 187px;
    width: 100%;
  }
  .ichioshi .message{
    font-size: 110%;
  }
  .ichioshiSlide_wrap h5:before{
    width: 40px;
  }
  .ichioshi .getdpprice_info{
    background-color: #FFF;
  }
}

.tour{
  background-color: #FFF;
}

.tour .tab ul {
  background-color: #9b308c;
    padding: 10px;
    margin-bottom: 30px;
}
.tour .tab ul li{
  padding: 0 10px;
}
.tour .tab ul li.active input{
  background-color: #e6e196;
}
.tour .tab ul li input{
  border: none;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    color: #9b308c;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
}
.tour .tab ul li:hover input{
  background-color: #e6e196;
}
.tour .card{
  background-color: #d14e97;
    padding: 0 15px;
    padding-bottom: 1px;
    border: 1px solid #fff;
}
.tour .card .ttlBar{
  display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.tour .card .ttlBar .tag{
  width: 15%;
    padding: 15px;
    background-color: #e6b978;
    color: #9b308c;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    height: 100%;
}
.tour .card .ttlBar .ttl{
  width: 95%;
    color: #FFF;
    font-size: 1.4rem;
    padding: 15px;
    font-weight: bold;
}
.tour .card .contents{
  display: flex;
    padding: 0 30px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tour .card .contents .photo{
  width: 45%;
}
.tour .card .contents .text{
  width: 53%;
  position: relative;
}
.tour .card .contents .text:before{
  content:"";
  display: inline-block;
  background: url(/upload/tenant_1/peachThanks_star.webp) top center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top:-30px;
  right: -20px;
}
.tour .card .contents .text img{
      margin: 0 auto;
}
.tour .card .contents .text .pointList{
background-color: #FFF;
    margin-top: -50px;
    padding: 70px 15px 15px 15px;
}
.tour .card .contents .text .pointList p{
  font-weight: bold;
    list-style-type: square;
    padding-left: 0;
    margin-left: 30px;
    padding-bottom: 5px;
    line-height: 1.4;
}
/* .tour .card .contents .text ul li::marker {
  color: #e6b978;
} */
.tour .card .contents .text .info{
  color: #FFF;
  margin-top: 10px;
  font-size: 1.2rem;
    font-weight: bold;
}
.tour .card .contents .text .info p:first-child{
  margin-bottom: 5px;
}
.tour .card .link{
  background: none;
  border-top: 1px solid #FFF;
}
.tour .card .link p{
  color: #FFF;
}
.tour .card .link ul{
  display: flex;
      justify-content: center;
    background: none;
}
.tour .card .link ul li{
        width: 32%;
    margin: 0 1%;
    background-color: #ffe900;
    padding: 10px;
    font-size: 120%;
    color: #9b308c;
    font-weight: bold;
    line-height: 1;
}
.tour .card .link.detail ul li{
    width: 60%;
    margin: 0 1%;
    background: none;
    padding: 10px;
    font-size: 120%;
    color: #ffe900;
    font-weight: bold;
    line-height: 1;
}
.tour .card .link ul li:before{
}
.slick-dots li button:before{
  font-size: 10px;
}
.tour .card .link ul li a .info div.getdpprice{
  padding: 5px;
}
.tour .card .link ul li a .info div.getdpprice span.pri{
  font-size: 150%;
}

.link.detail {
  background: #d14e97;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
}

.areaLink{
  background-color: #f5f5f5;
}
.areaLink .flex{
  flex-wrap: wrap;
}
.areaLink h2,.tour h2{
  text-align: center;
    margin-bottom: 40px;
    font-size: 150%;
    font-weight: bold;
}
.areaLink .box{
  width: 32%;
  margin-bottom: 15px;
}
.areaLink .box p{
  text-align: center;
  padding: 5px 0;
}
@media only screen and (max-width: 768px){
  .areaLink h2{
    margin-bottom: 20px;
  }
  .areaLink .box{
    width: 48%;
  }
  .areaLink h2,.tour h2{
    font-size: 120%;
    margin-bottom: 20px;
  }
  .tour .tab ul li{
    margin-bottom: 10px;
  }
  .tour .card .ttlBar{
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0;
  }
  .tour .card .ttlBar .tag{
    width: auto;
    font-size: 13px;
  }
  .tour .card .ttlBar .ttl{
    width: 100%;
    font-size: 1.2em;
    padding: 15px 0;
  }
  .tour .card .contents{
    display: block;
    padding: 0;
  }
  .tour .card .contents .photo{
    width: 100%;
  }
  .tour .card .contents .text{
    width: 100%;
    background-color: #FFF;
    padding: 10px 0 0 0;
  }
  .tour .card .contents .text:before{
    top: -60px;
    right: 0px;
  }
  .tour .card .contents .text .pointList{
    margin-top: 0;
    padding: 10px;
    margin-bottom: 0;
  }
  .tour .card .contents .text .pointList p{
    font-size: 14px;
    margin-left: 0;
  }
  .tour .card .contents .text .info{
    background-color: #d14e97;
  }
  .tour .card .contents .text .info p:first-child{
    font-size: .9em;
    padding-top: 15px;
  }
  .tour .card .contents .info_inner{
    font-size: .9em;
    margin-bottom: 15px;
  }
  .tour .card .link p{
    margin: 5px 0;
  }
  .tour .card .link ul{
    display: block;
    margin-bottom: 10px;
  }
  .tour .card .link ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  .tour .card .link ul li .flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tour .card .link ul li .flex .depLeft{
    width: 5em;
  }
  .tour .card .link ul li a .info div.getdpprice span.pri{
    font-size: 130%;
  }
  .tour .getdpprice_info{
    font-size: 12px;
  }
}


.point h2{
  font-weight: bold;
    margin-bottom: 30px;
    font-size: 160%;
}
.point_inner{
  justify-content: center;
}
.point .kokunaiBox,.point .kaigaiBox{
  background-color: #FFF;
  margin: 0 15px;
  width: 40%;
}
.point .kokunaiBox .hoken{
  margin: 0 20px;
}
.point .kokunaiBox h5,.point .kaigaiBox h5{
  background-color: #474747;
    color: #FFF;
    padding: 10px;
    font-size: 120%;
    margin-bottom: 20px;
}
.point ul li{
  display: flex;
    padding: 0 30px;
    height: 70px;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
}
.point ul li div.img{
  padding-right: 15px;
}
.point ul li div.img img{
  width: 70px;
}
.point ul li span{
  color: #9b308c;
    font-weight: bold;
}
.point ul li h6{
  text-align: left;
}
@media only screen and (max-width: 768px){
  .point h2{
    font-size: 130%;
  }
  .point_inner{
    display: block;
  }
  .point .kokunaiBox, .point .kaigaiBox{
    width: 90%;
      margin: 0 5%;
  }
  .point ul li{
    height: 50px;
    padding: 0 15px;
  }
  .point ul li div.img img{
    width: 50px;
  }
  .point ul li h6{
    font-size: 14px;
    width:calc(100% - 65px);
  }
  .point .kaigaiBox{
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .hoken a{
        font-size: 14px;
  }
}

.topMessage{
  background-color: #9b308c;
  padding-bottom: 30px;
}
.topMessage h3{
  text-align: center;
    padding: 15px 0;
    color: #FFF;
font-size: 140%;
    font-weight: bold;
}
.topMessage .areaTag{
  display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.topMessage .attention{
  text-align: center;
    color: #FFF;
    padding-bottom: 20px;
    font-size: 16px;
}
.topMessage .areaTag .item{
  display: flex;
    align-items: center;
    color: #FFF;
    font-size: 200%;
    font-weight: bold;
    margin: 0 15px;
}
.topMessage .areaTag .item p{
  padding-right: 10px;
}
.topMessage .tokuten{
  background-color: #FFF;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}
.topMessage .tokuten p.ttl01{
  font-size: 120%;
  font-weight: bold;
  color: #FFF;
  background-color: #9b308c;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.topMessage .tokuten p.ttl02{
  font-size: 120%;
  font-weight: bold;
  color: #9b308c;
  margin-bottom: 5px;
  text-align: center;
}
.topMessage .tokuten .flex p span{
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.topMessage .tokuten .flex .text{
  width: 60%;
  padding: 10px;
}
.topMessage .tokuten .flex .photo{
  width: 40%;
}
@media only screen and (max-width: 768px){
  .topMessage h3{
    font-size: 14px;
    padding: 15px 0 5px 0;
  }
  .topMessage .areaTag{
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
  }
  .topMessage .areaTag .item{
    font-size: 20px;
    width: 48%;
    margin: 0 1%;
    justify-content: center;
    margin: 5px 0;
  }
  .topMessage .areaTag .item img{
    height: 70px;
  }
  .topMessage .areaTag .item p{
    line-height: 1.1;
    font-size: 18px;
  }
  .topMessage .attention{
    font-size: 12px;
  }
  .topMessage .tokuten p.ttl02{
    margin-bottom: 0;
  }
  .topMessage .tokuten .flex{
    flex-direction: column;
  }
  .topMessage .tokuten .flex .text{
    width: 100%;
    font-size: 12px;
  }
  .topMessage .tokuten .flex .photo{
    width: 100%;
  }
}


.active{
  display: block;
}
.erase{
  display: none;
}

/* お知らせ */
.news{
  background-color: #f5e6f0;
  padding: 60px 0;
}
.news h3{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news ul{
  background-color: #FFF;
    padding: 30px;
}
.news ul li{
  border-bottom: dotted 2px #c9c9c9;
  padding: 10px;
}
@media only screen and (max-width: 768px){
  .news{
    padding: 30px 0;
  }
  .news h3{
    font-size: 16px;
  }
  .news ul{
      padding: 15px;
  }
  .news li{
    font-size: 13px;
  }
}
.getdpprice_tour .info{
  display: flex;
  justify-content: center;
}
.kanbai{
  background-color: #d90910;
  color: #FFF;
  border-radius: 20px;
  padding: 5px 20px !important;
  margin-top: 5px;
}
.ichioshiSlide .kanbai{
  color: #FFF !important;
  text-shadow: unset !important;
  font-size: 100% !important;
}

.pc__box {
    padding: 15px;
    width: 800px;
    margin: 24px auto;
    text-align: center;
}
.pc__box--bg {
    width: 600px;
    margin: 0 auto;
}
.pc__abtn {
    margin: 20px auto 10px;
}
.pc__box img{
  border:1px solid #333;
}
.cpn__flx2{
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px){
  .kanbai{
    margin-top: 0;
  }
  .pc__box,
  .pc__box--bg{
    width: 100%;
  }
  .pc__box--bg{
    padding:24px 0;
    text-align: left;
  }
  .pc__table th{
    width: 6rem;
        text-align: center;
  }
  .pc__table td{
    text-align: left;
  }
}
