@charset "UTF-8";
/* CSS for PC @date */
/* ------------------------------------------

------------------------------------------ */
.pc { display: none !important;}
.ss-contents {
  font-family: Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}
a.redBtn{
  background: #bf0000;
  display: block;
  width: 85%;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 36px;
  text-align: center;
}
#Top h1 img.sp{
  display: block;
  width: 100%;
}
.markLink{
  background: #f4f4f4;
  margin-bottom: 28px;
  padding: 0;
  padding: 18px 0;
  box-shadow: none;
}
.Link-list{
  display: flex;
  justify-content: center;
  width: 33.33%;
}
.navi3 .Link-list{
  width: 33%;
  align-items: center;
}
.navi3 .Link-list a{
  padding: 0;
}
.Link-list a{
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 14px;
}
.midashi{
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  color: #fff;
  margin: 0 -16px 18px;
  letter-spacing: 2px;
  background: #968A83;
}
.mainTtl{
  margin-top: 0;
/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  color: #333;
  font-size: 20px;
  margin-bottom: 24px;
  letter-spacing: 2px;
  text-align: center;

  padding: 0;
  font-weight: normal;
}
.mainTtl span{
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 12px 12px 0;
}
.mainTtl small{display: block; font-size: 12px; margin-top: 8px; font-family: initial;}
.ttlicon:after{
  /* background-image: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/ttlIcon.svg) !important; */
  display: none;
}
.txt{
  color: #333;
  font-size: 13px;
  font-family: Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.folder{
    padding: 0 16px 30px;
}
.folder.greybgs{
  background: #F4F4F4;
  padding: 30px 16px;
  margin-bottom: 40px;
}
#About{
  padding: 5px 16px 30px;
}
#About.greybgs{
  padding: 20px 16px;
}
#About .midashi{
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: none;
  padding: 0;
  color: #333;
  font-weight: normal;
}
#CamBox{
  padding-bottom: 0;
}
#CamBox > p.txt{
  text-align: center;
  line-height: 1.8;
}
#CamBox > p.txt .or{
  color: #FF9662;
  font-weight: bold;
  font-size: 16px;
}
#CamBox > p.txt .or em{
  font-size: 18px;
  font-style: normal;
}
#CamBox a{
  display: block;
  background: #f4f4f4;
  border: 1px solid #ddd;
  text-align: center;
  padding: 13px 13px 13px 0;
  font-size: 14px;
  color: #333;
  position: relative;
  margin: 18px 0;
}
#CamBox a:after{
  position: absolute;
  content: '';
  right: 14px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-top: -3px;
}
#CamBox .info{
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}
.introduce li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}
.introduce li img{
  width: 50px;
  margin-right: 16px;
}
.introduce li p span{
  display: block;
  font-size: 12px;
  color: #333;
  margin-top: 8px;
  font-weight: normal;
}
.popup{
  margin: 18px auto;
  overflow: hidden;
}
.popup .jds_detialPopUp{
  float: right;
}
.popup .jds_detialPopUp span{
  padding-right: 26px;
  height: 24px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_question.png) right center no-repeat;
  font-size: 12px;
  color: #333;
}
.black {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999998
}
.popUpplan {
    width: 90%;
    left: 5%;
    position: absolute;
    background: #fff;
    z-index: 99999999;
    border-radius: 12px
}
.popUpplan span{
  display: none;
}
.popUpplan span.jds_close_plan {
    display: block;
    position: absolute;
    cursor: pointer;
    right: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/close.png) no-repeat;
}
#Step > .txt{
  text-align: center;
  font-size: 14px;
  line-height: 1.8;

}
.loginForm{
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}
.loginForm form{
  display: inline;
}
.loginForm form table{
  display: none;
}
.loginForm p{
  width: 100%;
  clear: both;
  font-size: 13px;
  color: #333;
}
.loginForm input.link{
  border: none;
  background: none;
  font-size: 14px;
  color: #1d54a7;
  font-family: Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: underline;
}
.popUpplan{
  background: #fff;
  margin-top: -30%;
}
.popUpplan #Step ul li:last-child{
  margin-bottom: 10px;
}
.popUpplan #Step{
  margin-bottom: 0;
  padding: 10px 0 0;
}
.popUpplan #Step .midashi{
  padding: 10px 0;
  margin: 0 0 18px;
}
#Logo {
  padding: 0 10px;
  line-height: 2;
}
#Logo > .txt{
  text-align: center;
  /* padding-bottom: 30px; */
}
#Logo .m56{
  margin: 0 16px 16px;
}
#Logo img{
  display: block;
  width: 60%;
  margin: 0 auto;
}
.greybgs{
  background: #F4F4F4;
  margin-bottom: 32px;
}
.introduce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.introduce li{
  width: 48%;
  margin-bottom: 24px;
  display: block;
}
.introduce li img{
  display: block;
  margin: 0 auto 16px;
  width: 64px;
}
.introduce li p{
  width: 100%;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.introduce li p span{
  font-size: 13px;
  font-weight: normal;
}
.introduce2{
  display: block;
}
.introduce2 li{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.introduce2 li p{
  width: calc(100% - 80px);
  font-size: 16px;
  color: #FF9662;
  font-weight: bold;
  text-align: left;
}
.introduce2 li img{
  margin: 0;
}
.introduce2 li:nth-child(2) img{
  width: 56px;
}
#Step{
  background: #F4F4F4;
  padding-top: 30px;
  margin-bottom: 30px;
}
#Step ul li{
  margin-bottom: 44px;
  position: relative;
}
#Step ul li:after{
  position: absolute;
  content: '';
  width: 15px;
  height: 24px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/arr.png) no-repeat;
  left: 50%;
  bottom: -34px;
  margin-left: -12px;
  transform: rotate(90deg);
}
#Step ul li:last-child:after{
  display: none;
}
#Step ul li:last-child{
  margin-bottom: 24px;
}
#Step ul li img{
  display: block;
  width: 100%;
}
.mainTtl + .txt{
  text-align: center;
  font-size: 15px;
  margin-bottom: 32px;
}
.orBtn{
  display: block;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 26px 16px 8px;
  border-radius: 4px;
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
  background: #F26E4A;
  font-size:18px;
  position: relative;
  line-height: 1.2;
}
.orBtn:after{
  position: absolute;
  content: '';
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -6px;
}
#Campain {
  padding-bottom: 0;
}
.off{
  overflow: hidden;
}
.off table{
  border: 1px solid #707070;
  margin-bottom: 15px;
}
.off table td{
  padding: 2px;
  font-size: 14px;
}
.off table td a{
  text-decoration: underline;
  font-size: 16px;
  color: #333;
}
.off table td img{
  display: block;
  width: 98%;
}
.off table td .or{
  font-weight: bold;
  color: #FF9662;
  font-size: 14px;
}
.off table td .icon{
  display: block;
  text-align: center;
  padding: 50px 0 8px 0;
  font-weight: bold;
}
.off table td .icon small{
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
}
.off table td .icon.price{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_price.png) center 10px no-repeat;
  background-size: 36px;
}
.off table td .icon.food{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_food.png) center 10px no-repeat;
  background-size: 36px;
}
.off table td .icon.program{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_program.png) center 10px no-repeat;
  background-size: 36px;
}
.off table td .icon.room{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_room.png) center 10px no-repeat;
}
.off table td .icon.gift{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_gift.png) center 10px no-repeat;
  background-size: 36px;
}
.off table td .icon.dp{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_dp.png) center 10px no-repeat;
  background-size: 36px;
}
.off table td .icon.tag{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_tag.png) center 10px no-repeat;
  background-size: 40px;
}
.off table td .icon.wifi{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_wifi.png) center 10px no-repeat;
  background-size: 30px;
}
.off table td .icon.phone{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_phone.png) center 10px no-repeat;
  background-size: 40px;
}
.off table td .icon.point{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_point.png) center 10px no-repeat;
  background-size:35px;
}
.off table td .icon.koe{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_koe.png) center 10px no-repeat;
  background-size: 30px;
}
a.aboutBtn{
  float: right;
  font-size: 12px;
  color: #333;
  padding-right: 30px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_question.png) right center no-repeat;
}
.present img{
  display: block;
  width: 100%;
}
.dateP{
  font-size: 14px;
  padding: 18px 0 34px;
  clear: both;
  line-height: 1.6;
  position: relative;
  margin-bottom: 34px;
}
.dateP a{
  text-decoration: underline;
  color: #333;
}

.dateP:after{
  position: absolute;
  content: '';
  width: 200px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 100px);
  background: #ccc;
}
.dateP .orBtn{
  margin-top: 32px;margin-bottom: 20px;
}
.subttl{
  text-align: center;
  font-size: 15px;
  color: #333;
  margin-bottom: 14px;
}
#Pickup{
  padding-top: 0;
}
#Pickup ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
#Pickup ul li{
  width: 48%;
  margin: 0 0 16px;
  border: 1px solid #ddd;
}
#Pickup ul li img{
  display: block;
  width: 100%;
}
#Pickup ul li div{
  background: #fff;
  padding: 10px;
}
#Pickup ul li .area{
  font-size: 12px;
  color: #757373;
  margin-bottom: 16px;
}
#Pickup ul li h3{
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}
#Pickup ul li .explain{
  font-size: 12px;
  line-height: 1.5;
}
#search-box.verB.test .sibori input[type="radio"]:checked+label{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/checked.png) left center no-repeat;
  background-size: 20px;
}
#search-box dl.structure{
  min-height: auto;
}
#search-box.verB.test #searchSwitchArea1, #search-box.verB.test #searchSwitchArea2, #Searchbox{
  background: #f4f4f4;
}
#Searchbox {
  padding-top: 30px;
  border-bottom: none;
  margin-bottom: 30px;
}
#Searchbox .mainTtl{
  margin-bottom: 0;
}
#search-box .searchSubmit a {
    background: #ce2b18 !important;
}

#QA dl{
  margin: 0 auto;
}
#QA dl dt{
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
  padding: 16px 30px 16px 12px;
  background: #f4f4f4;
  position: relative;
}
#QA dl dt:hover{
  cursor: pointer;
}
#QA dl dt:after{
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
  content: '';
}
#QA dl dt.active-submenu:after{
  transform: rotate(-135deg);
}
#QA dl dd{
  font-size: 14px;
  padding: 18px 24px 32px;
}
.qalink{
  text-align: center;
  color: #333;
  font-size: 14px;
  position: relative;
  width: 230px;
  margin: 40px auto 0;
}
.qalink:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.qalink a{
  text-decoration: underline;
}
.member .txt1{
  font-size: 15px;
  margin-bottom: 24px;
  text-align: center;
}
.member .txt2{
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
}
.member .txt1 span, .member .txt2 span{
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
}
.member .greybgs img{
  display: block;
  width: 100%;
}

#Diamond .infotxt{
  font-size: 14px;
  text-align: center;
  padding: 12px 0 20px;
}
#Diamond .infotxt.last{
  /* position: relative; */
  padding-bottom: 0;
  margin-bottom: -30px;
}
#Diamond .infotxt.last a{
  display: block;
  text-decoration: underline;
  color: #333;
  margin-top: 30px;
}
#Diamond .link{
  font-size: 16px;
  text-align: center;
  display: block;
  color: #333;
  text-decoration: underline;
}

.stepBtn{
  position: relative;
}
.stepBtn form{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stepBtn form input[type="submit"]{
  width: 100%;
  height: 100%;
  opacity: 0;
}
.pagetop {
  position: fixed !important;
  width: 50px;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.pagetop a{
  background: #F26E4A;
}
.rt-footer {
    z-index: 0!important;
}
.info1104{
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.6;
}
.worm{
  color: #bf0000;
  border: 1px solid #bf0000;
  border-radius: 5px;
  margin: 10px;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_info.png) 10px center no-repeat;
  font-weight: bold;
}
.worm2{
  border: 1px solid #bf0000;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  line-height: 1.4;
}
.worm2 p{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_info.png) 0 center no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #bf0000;
  padding-left: 20px;
}
.worm2 span{
  display: block;
  color: #333;
  font-size: 13px;
  margin-top: 10px;
}
.worm2.w1000{
  margin: -10px 10px 30px;
}
.statusTtl{
  text-align: center;
  text-decoration: underline;
  margin: 16px 0;
}
.statusTtl span{
  display: inline-block;
  position: relative;
  padding-right: 26px;
  text-decoration: underline;
  font-size: 13px;
}
.statusTtl span:after{
  position: absolute;
  content: '▼';
  right: 0;
  top: 0;
}
.statusTtl.active-submenu span:after{
  content: '▲';
}
.statusTtl:hover, .status .close:hover{
  opacity: 0.7;
  cursor: pointer;
}
.statusTtl2{
  margin-top: 0;
}
.status{
  padding: 30px 10px 10px;
  position: relative;
  color: #666;
  line-height: 1.6;
  font-size: 13px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.status .close{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
}
.status dt{
  font-weight: bold;
}
.status dd{
  margin-bottom: 30px;
}
.status dd:last-child{
  margin-bottom: 16px;
}
.status dd .red{
  color: #bf0000;
}
.status dd img{
  display: block;
  width: 95%;
}
.status dd a{
  color: #1d54a7;
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
}

.discount{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
} 
.discount li{
  width: 24%;
}
.discount li img{
  display: block;
  margin: 0 auto 10px;
  width: 40px;
}
.discount li p{
  font-size: 14px;
  text-align: center;
}
.discount li p b{
  display: block;
  color: #FF9662;
}
.discount li p b em{
  font-style: normal;
}
.discount li p span{
  font-size: 12px;
}

.off.newTb table td{
  font-size: 12px;
}
.off.newTb table td .or{
  display: block;
}
.off.newTb table td a{
  font-size: 12px;
}

.popup.loginPop{
  width: auto;
  margin: 0;
}
.popup.loginPop .jds_detialPopUp{
  float: none;
  display: block;
  text-align: center;
  text-decoration: none;
}
.popup.loginPop .jds_detialPopUp span{
  font-size: 14px;
  text-decoration: underline;
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_blank.png) right center no-repeat;
  background-size: 16px;
  padding-top: 5px;
}
.popup.loginPop .detail{
  overflow: scroll;
}
.loginPopDl{
  border: 1px solid #ccc;
  /* border-bottom: none; */
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  padding: 10px;
}
.loginPopDl dt{
  background: #ddd;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginPopDl dd{
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.loginPopDl dd a{
  padding-left: 14px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  color: #333;
  font-size: 12px;
}
.loginPopDl dd a:hover{
  opacity: .8;
}
.loginPopDl dd a:after{
  position: absolute;
  content: '・';
  left: 0;
  top: 2px;
}
.popUpplan>p#popUpplan.Scroll{
  overflow-y: scroll;
  max-height: 420px;
}
.popup.brandPop{
  margin: -10px auto 20px;
}
.popup.brandPop .jds_detialPopUp{
  float: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/brand_sp.png) center top no-repeat;
  position: relative;
  background-size: 100% auto;
}
.popup.brandPop .jds_detialPopUp:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 60%);
}
.popup.brandPop .jds_detialPopUp span{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_blank.png) right center no-repeat;
  display: inline-block;
  font-size: 13px;
  z-index: 10;
  text-decoration: underline;
}
.sp.brandImg{
  display: block;
  width: 100%;
}

.offTB{
  border: 1px solid #707070;
  margin-bottom: 15px;
}
.offTB td{
  padding: 2px;
  font-size: 12px;
  line-height: 1.6;
}
.offTB td a{
  text-decoration: underline;
  font-size: 12px;
  color: #333;
}
.offTB td span.or{
  display: block;
  color: #FF9662;
  font-size: 12px;
  position: static;
  width: auto;
  height: auto;
  text-indent: 0;
  background: none;
}
.offTB td span.or + small{
  display: block;
  font-size: 11px;
}
.popup.tablePop{
  margin: 10px auto 20px;
}
.popup.tablePop .jds_detialPopUp{
  float: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 200px;
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/offTB_sp.png) center top no-repeat;
  position: relative;
  background-size: 100% auto;
}
.popup.tablePop .jds_detialPopUp:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 60%);
}
.popup.tablePop .jds_detialPopUp span{
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_blank.png) right center no-repeat;
  display: inline-block;
  font-size: 13px;
  z-index: 10;
  padding-top: 10px;
  text-decoration: underline;
  background-size: 16px;
}
.dateP .status{
  padding: 40px 10px 20px;
}

.dateP2{
  margin: -30px auto 0;
  padding: 0;
}
.dateP2:after{
  display: none;
}
.present{
  margin-top: 35px;
}
.cutLine{
  position: relative;
  padding: 0 0 20px;
}
.cutLine:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 100px);
    background: #ccc;
}
.m_LR{
  margin: 0 16px;
}
#search-box{
  background: #f4f4f4;
  padding: 0 8px;
}
#search-box.verB.test #searchSwitchArea1{
  padding: 5px 0 0 !important;
}

/* 202201 */
.edit2201#Brand{
  padding: 16px 16px 0;
  overflow: hidden;
}
.edit2201.greytxt{
  padding: 16px;
  background: #F4F4F4;
  margin: 16px 0;
  line-height: 1.6;
  color: #333;
}
.loginForm.greytxt.edit2201{
  margin: 16px;
}
.ttl2201{
  color: #333;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 16px;
}
.edit2201.introduce li{
  width: 32%;
}
.edit2201.introduce li img{
  width: 40px;
}

#Campaign.edit2201 .cutLine:after, #Campaign.edit2201 .dateP:after{
  display: none;
}
#Campaign.edit2201 .dateP{
  padding-bottom: 0;
  margin-bottom: 30px;
}
.present .dateP{
  font-size: 13px;
}
.present .dateP > p{
  margin-bottom: -16px;
}
.loginPop.edit2201{
  margin-top: 16px;
}
.loginPopDl.edit2201{
  padding: 0;
  border-bottom: 0;
}

/* 202202 shenhui */
#Campaign img{ width: 100%;}
#Campaign .dateP{font-size: 13px; font-family: Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
#Campaign .txt{ padding: 0 0 24px;}
#Campaign .present .txt2 {font-size: 13px; text-align: center; margin-bottom: 24px;}
#Campaign .greytxt { padding: 16px; background: #F4F4F4; margin: 16px 0; line-height: 1.6; color: #333;}
#Campaign .plan_btn{ display: block; border: 1px solid #ccc; border-radius: 5px; width: calc(100% - 66% - 2px); margin: 0 auto 24px; padding: 15px 0 15px 66%; font-size: 14px; background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/ss_ver.png) no-repeat top 50% left 12%; background-size: 60%; color: #333; position: relative;}
#Campaign .plan_btn:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: .5em;
  height: .5em;
  margin-top: -.35em;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Campaign .plan_btn:hover{opacity: 0.7;}
#Campaign .present .sitebtn a{ display: block; margin: 20px auto 10px; padding: 16px 26px 16px 8px; border-radius: 4px; color: #fff !important; text-align: center; background: #F26E4A; font-size: 18px; line-height: 1.2;}
#Campaign .present .sitebtn p{text-align: center; font-size: 13px;}
#Campaign .present .introduce{align-items: center; margin:24px 0 0;}
#Campaign .present .introduce li{text-align: center; margin: 0; width: 40%;}
#Campaign .present .introduce li:nth-child(2){font-size: 30px; color: #FF9662; font-weight: bold; width: 10%;}
#Campaign .present .introduce li p{font-size: 13px;}
#Campaign .present .introduce li p span{color: #FF9662; font-weight: bold; display: inline-block;}
#Campaign .present .introduce li img{width: 40px;}
#Campaign .present .dateP .time{display: block; margin-bottom: 16px;}

@media screen and (min-width:0) and (max-width:320px){
  #Campaign .plan_btn{font-size: 13px;}
  #Campaign .plan_btn:after { right: 0.7em;}
}

.loginPopDl dt.give p:nth-child(2){ display: none;}

.loginPopDl.edit2202 dd a{padding-left: 0; margin-right: 0; text-decoration: underline; color: #1d54a7; font-weight: normal;}
.loginPopDl.edit2202 dd a:after{display: none;}
.bnr0527 { text-align: center; margin: 40px 16px auto 16px; }
.bnr0527 h3.mainTtl { margin-bottom: 24px; font-size: 16px; letter-spacing: 1px; display: block; height: auto;}
.bnr0527 img { margin: auto; width: 100%;}




/* 202206 */
.hotelboxs { margin: 8px 0 0; }
.hotelboxs h2{ font-weight: normal; text-align: center; font-size: 13px; line-height: 1.6;}
.hotelboxs .swiper-container{ margin-top: 16px;}
.hotelboxs .swiper-scrollbar {background-color: #c3c3c3;}
.hotelboxs .swiper-scrollbar-drag { background-color: #868686;}
.hotelboxs .hotels { padding-bottom: 16px; display: flex; }
.hotelboxs .hotel {  background-color: #fff; width: 212px; margin-right: 8px;  box-sizing: border-box; border-radius: 5px;  border: 1px solid #c3c3c3;}
.hotelboxs .main { padding: 8px; position: relative;  }
.hotelboxs .main .area { font-size: 13px;line-height: 1.6; color: #777;  }
.hotelboxs .main .hotel-title { margin-top: 8px; color: #333;padding: 8px 0;  font-weight: bold;  }
.hotelboxs .main .hotel-pr {  font-size: 14px; color: #333;padding-bottom: 12px;line-height: 1.4; }
.hotelboxs .img{ overflow: hidden; border-radius: 5px 5px 0 0;}
.hotelboxs .img a { display: block; height: 118px; overflow: hidden; background-size: cover; }
.hotelboxs .hotelbtn {margin-top: 16px; font-size: 15px;  display: block;text-align: center;border-radius: 3px; border: 1px solid #c3c3c3;padding: 6px 0; color: #333!important;  }
.hotelboxs .hotelbtn:hover { opacity: .7;}

.hotelboxs .htlbtn { margin:24px 0;}
.hotelboxs .htlbtn a{ display: block; padding: 16px; line-height: 1.2; border-radius: 4px; color: #fff !important; text-align: center; background: #F26E4A; font-size: 16px;}


.tokuten4 li{position: relative; border: 1px solid #ccc;margin-bottom: 20px;padding:40px 20px;text-align: center; }
.tokuten4 li img{max-width: 100%;padding-bottom: 20px;}
.tokuten4 li:before{content: "1";position: absolute;color: #fff; background: #FF9662;top: 0;left: 0;width: 32px;height: 32px;justify-content: center; align-items: center;display: flex;font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;font-weight: bold;}
.tokuten4 li:nth-child(2)::before{content: "2";}
.tokuten4 li:nth-child(3)::before{content: "3";}
.tokuten4 li:nth-child(4)::before{content: "4";}
.tokuten4 li:nth-child(5)::before{content: "5";}
.tokuten4 li p{text-align: center;font-size: 12px;line-height: 170%;}
.tokuten4 li p b{display: block;font-size: 16px;margin-bottom: 10px;font-weight: normal;}
.tokuten4 li p a.btn{background-color: #F26E4A;display: block;color: #fff;border-radius: 4px;font-size: 14px;padding: 10px;width: 70%;margin: 10px auto;}

.nBnr{ margin: 0 16px 32px; font-size: 14px; line-height: 1.4;}
.nBnr img{ display: block; margin: 0 auto 8px; width: 100%;}


/* 202210更新 */
#new{
  margin-bottom: 40px;
}
.folder2210{
  margin: 0 16px;
}
.newArrive li{
  padding: 16px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.newArrive li a{
  text-decoration: underline;
  color: #333;
}
.newArrive li.new{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.newArrive li.new span{
  position: relative;
  display: inline-block;
  height: 30px;
}
.newArrive li.new span:after{
  position: absolute;
  content: 'New';
  background: #bf0000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 10px;
  right: -60px;
  top: 0;
}
#Campaign, #brandDay, #QA{
  position: relative;
}
#Campaign:after, #brandDay:after, #QA::after{
  position: absolute;
  content: '';
  width: 200px;
  left: calc(50% - 100px);
  bottom: 0;
  background: #ccc;
}

#brandDay{
  margin: 40px auto;
  padding-bottom: 40px;
  line-height: 1.6;
}
#brandDay .note{
  font-size: 13px;
  color: #333;
  margin-bottom: 16px;
}

.htlLarge{
  margin: 24px auto;
  background: #f4f4f4;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
}
.htlLarge .photo .mainPhoto{
  display: block;
  margin-bottom: 2px;
  width: 100%;
}
.htlLarge .photo + div{
  padding: 24px;
}
.htlLarge .thumPhotos{
  display: flex;
  justify-content: space-between;
}
.htlLarge .thumPhotos li{
  width: 24.5%;
}
.htlLarge .thumPhotos li img{
  display: block;
  width: 100%;
}
.htlLarge h4{
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}
.htlLarge .area{
  font-size: 12px;
  margin-bottom: 16px;
}
.htlLarge .explain{
  font-size: 13px;
  margin-bottom: 16px;
}
.htlLarge a{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.link2210{
  text-align: center;
  margin: 0 auto 32px;
  font-size: 13px;
}
.link2210 a{
  text-decoration: underline;
}
.bnr2210{
  margin-bottom: 16px;
}
.bnr2210 img{
  display: block;
  margin: 0 auto;
  width: 100%;
}


#Exchange{margin-bottom: 24px;}
#Exchange > img{
  display: block;
  margin: 0 auto 24px;
  width: 94%;
}
#Exchange p{font-size: 14px;text-align: center; margin-bottom: 24px;line-height: 1.8;}
#Exchange  a{display: block; padding: 16px; line-height: 1.2; border-radius: 4px; color: #fff !important; text-align: center; background: #F26E4A; font-size: 18px;}

.jdsSlides {position: relative;width: 100%;overflow: hidden;}
#Top h1{position: relative;}

.dateP .hotelboxs .htlbtn a{text-decoration: none;}

#brand .jdsTab .jdsTabNav{width:100%;margin: 0 auto;display: flex; justify-content: center;font-size: 14px;}
#brand .jdsTab .jdsTabNav li{border: 1px solid #ccc;color: #333;padding:10px 5px;margin: 0 5px;cursor: pointer;font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;text-align: center;}
#brand .jdsTab .jdsTabNav li.active{background-color: #F26E4A;color: #fff;border: 1px solid #F26E4A;}
.swiper-wrapper li img.logo{width: 60%;margin: 0 auto;display: block;}
#brand .swiper-wrapper li .hotel-title{font-size: 12px;font-weight: normal;line-height: 150%;padding-bottom: 20px;}
#brand .swiper-wrapper li .hotel-title b{font-weight: bold;font-size: 14px;display: block;text-align: center;padding-bottom: 10px;}

.hotelboxs .hotelbtn{background: #f4f4f4;}

#brand .jdsTabMain .hotelboxs h2{font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;font-size: 18px;font-weight: bold;}
#brand .jdsTabMain .hotelboxs p.sub b{display: block;font-size: 14px;font-weight: normal;}
#brand .jdsTabMain .hotelboxs p.sub{text-align: center;font-size: 12px;line-height: 200%;}


#area .jdsTabNav{margin: 10px auto;display: flex;background: #F4F4F4;padding: 10px; flex-wrap: wrap;}
#area .jdsTabNav li{font-size: 12px;background-color: #fff;border-radius: 3px;padding: 10px 0;margin: 5px 1%;width: 23%;text-align: center;}
#area .jdsTabNav li.active{background-color: #F26E4A;color: #fff;}

#area .hotel-title{color: #777;font-size: 12px;text-align: center;font-weight: normal;}
#area .hotel-title b{display: block;font-size: 14px;color: #333;font-weight: bold;padding-bottom: 10px;}

#area .hotelboxs .img a{height:180px;background-position: center center;}
.txt12{font-size: 12px;line-height: 150%;}
#Logo .greybgs{padding: 16px;}
#Logo .greybgs .txt12{font-size: 13px;}
#Tokuten{padding-top: 20px;}
#brand .jdsTabMain{padding-top: 20px;}
#brand .jdsTabMain .hotelboxs h2{padding-bottom: 10px;}
.login.link{color: #fff;background-color: #bf0000;border: none;font-size: 24px;border-radius: 100px;padding: 10px 40px;
  margin: 20px auto; display: block;cursor: pointer;}
  .login.link:hover{opacity: 0.8;}



  
#cpn{ margin-top: 32px;}
#cpn p{ text-align: center; margin-bottom: 16px;}
#cpn p img{ width: 100%;}
#cpn p a:active{ opacity: .7;}

/* 0625追加 */
.goldBtn{background: #896C2B; padding:16px 8px;}
#Logo .kaiin{padding: 0 16px 16px;}
.kaiin{padding: 0 0 16px; color: #333; margin: 24px 0 0;}
.kaiin p{font-size: 12px; margin-bottom: 12px; text-align: center;}
.kaiin p span{color: #fff; background: #bf0000; padding: 2px 6px; margin-right: 6px;}
.kaiin a{display: block; text-align: center; padding:12px 8px; border: 1px solid #C9C9C9; border-radius: 4px; color: #333; background: #fff;}

/* 20231002 */
.termBox{margin:0 auto;font-size:14px;line-height:1.5;padding:12px 12px 0;}
.termBox .pt300bnr img{margin-bottom: 25px; display: block; width: 100%;}
.termBox span{margin-right:4px;border-radius:3px;border:1px solid #333;text-align:center;font-size:14px;padding:2px 8px;}
.termBox ul{margin:15px auto 0;font-size:13px;line-height:1.5;}

a{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-ms-transition:all .3s ease-out;}
a:active{text-decoration:none!important;opacity:.7;}
.campBox{margin:16px auto 32px;text-align:center;display:flex;justify-content:center;}
.campBox .popbtn,.campBox .hstBtn{background:#eaeaea;margin:0 4px;border-radius:4px;text-align:center;font-size:14px;padding:0 8px;display:inline-block;height:36px;line-height:36px;text-decoration:none!important;position:relative; color: #333;}
.campBox .hstBtn::after{position:absolute;right:-23px;top:3px;content:url(https://img.travel.rakuten.co.jp/camp/service_debut/202202/images/window.png);transform:scale(0.8);}
.campAt_con dl{font-size:14px;}
.campAt_con dt{color:#bf0000;font-weight:bold;margin-top:24px;margin-bottom:4px;}
.campAt_con dd{margin-bottom:8px;line-height:1.7;color:#333;}
.campAt_con dd b{display:block;}
.campAt_con a{text-decoration:underline;color:#B59042;}
#popupNEW{position:fixed;top:0;right:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:9999;}
#popupNEW .blackbg{position:fixed;top:0;right:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.6);z-index:998;}
#popupNEW .inner{width:834px;background-color:#fff;z-index:999;height:100%;overflow:hidden;}
#popupNEW .inner>.ttl{padding:8px 16px;box-shadow:-1px 1px 2px rgb(213 213 213);font-size:18px;font-weight:bold;display:flex;align-items:center;position:relative;z-index:999;}
#popupNEW .inner>.ttl .close{cursor:pointer;padding-right:20px;}
#popupNEW .inner div.wrap{overflow:auto;max-height:calc(100% - 42px - 24px - 55px);padding:0 16px 24px;}
#popupNEW .inner .bottom{box-shadow:-4px -1px 2px rgb(213 213 213);text-align:center;padding:8px 0;position:relative;z-index:999;}
#popupNEW .inner .bottom button{border-radius:4px;background:#fff;border:1px solid #8C8C8C;padding:8px 62px;cursor:pointer;font-weight:bold;font-size:14px;color:#333!important;}
#popupNEW .inner .bottom button:hover,#popupNEW .inner .ttl .close:hover{opacity:0.8;}
.spBtn.m56{margin: 0 16px 32px;}
.stepTtl{
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
}
.stepTtl span{display: inline-block; text-decoration: underline;}
.stepSubTtl{text-align: center; font-size: 14px; margin: 16px 0;}
.stepTtl.sp3{position: relative; padding-bottom: 32px; margin-top: 32px;}
.stepTtl.sp3:after{
  position: absolute;
  content: '';
  width: 200px;
  height: 1px;
  left: calc(50% - 100px);
  bottom: 0;
  background: #ccc;
}



#info{  margin: 24px 16px; }
#info ul{ margin: 24px auto 0; overflow: hidden;}
#info ul li{ font-size: 14px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #ccc; line-height: 30px;}
#info ul li:last-child{ border-bottom: none;}
#info ul li span{color: #fff; background: #bf0000; padding: 2px 6px; display: inline-block; margin-left: 10px; line-height: 1.4;}

.dateP .alct{ text-align: center;}
.Sline{ margin-bottom: 30px; position: relative;}
.Sline:after{position: absolute; content: ''; width: 200px; height: 1px; left: calc(50% - 100px); bottom: 0; background: #ccc;}
.popup.loginPop.mt30{margin-top: 30px;}
.PresentLink { margin: 0 auto; display: block; text-align: center; text-decoration: none;}
.PresentLink span{ padding-right: 26px; font-size: 14px; text-decoration: underline; 
  background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_blank.png) right center no-repeat;
  background-size: 16px;
}
.dateP em{font-style: normal; font-size: 12px; text-align: center; display: block; margin: 0 auto;}

.m16sp{margin: 0 16px;}
.kaiin p{margin: 24px 0 12px;}
.btn.grey a {
  background-color: #EAEAEA;
}

.btn {
  font-size: 78%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn li {
  margin: 10px 3px;
}
.btn li a {text-decoration: none;
  display: block;
  padding: 10px 5px;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
}
.btn li a:hover {
  text-decoration: none !important;
}
.btn li a.newwindow:after {
  display: block;
  content: url(https://img.travel.rakuten.co.jp//special/sales/template/html/images/Linkwindow.svg);
  position: absolute;
  right: -20px;
  top: 10px;
}

#cpDetail {
  overflow: auto;
}

.detailholder table {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 10px;
}

.detailholder table tr:first-child {
  color: #fff;
}

.detailholder table tr:last-child {
  border-bottom: 10px solid #fff;
}

.detailholder table tr:first-child td {
  text-align: center !important;
  background-color: #1ba81b !important;
}

.detailholder table td {
  display: block;
  padding: 5px;
}

.detailholder table tr td:first-child {
  background-color: #e1e1e1;
  font-weight: 700;
}

.detailholder table tr:first-child td {
  text-align: center !important;
  background-color: #1ba81b !important;
  display: none;
}

.popUpplanCP {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  height: 100%;
  z-index: 99999999;
  background: #fff;
}

.popUpplanCP h2 {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  background-color: #333;
  position: relative;
}

.popUpplanCP h2 em {
  position: absolute;
  cursor: pointer;
  width: 34px;
  height: 34px;
  top: 5px;
  right: 5px;
  font-size: 0;
  text-indent: -999999px;
  background: url(https://img.travel.rakuten.co.jp/special/sales/template/new_template/images/close.svg) no-repeat top left;
  background-size: 32px 32px;
}
#Campaign .ttl2201 span{position: relative;display: inline-block;z-index: 20;}
#Campaign .ttl2201 span:after{display: block;content: "";width: 100%;height: 10px;background-color: #FCDFD7;position: absolute;right: 0;bottom: -5px;z-index: -1;}
#Campaign .ttl2201 span b{font-size: 30px;}
#Campaign .condition{display: flex;font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;}
#Campaign .condition li{border: 1px solid #333;margin: 0 3px;font-size: 13px;padding: 5px;border-radius: 2px;}
#Campaign .cpndate{font-size: 14px;padding: 10px 0 0;font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;line-height: 200%;}


#step{background-color: #FDEEEA;padding: 16px;}
#step .mainTtl{color: #F26E4A;}
#step>ul{width:100%;margin: 0 auto;}
#step>ul>li{background-color: #fff;text-align: center;position: relative;padding: 80px 10px 40px;margin: 30px 0;}
#step>ul>li p.txt{font-size: 16px;padding: 0;}
#step>ul>li p.txt span{font-size: 12px;display: block;}
#step>ul>li .stepttl{display: block;top: -20px;position: absolute;right: calc(50% - 45px);width: auto;}
.w560 .orBtn{margin: 20px auto 0;}
#step>ul>li h3{position: relative; font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;color: #F58B6D; font-size: 19px; display: inline-block;z-index: 10;display: flex;align-items: center; justify-content: center;}
#step>ul>li h3 span em{font-style: normal;display: inline;font-size: 88%;}
#step>ul>li h3 span:last-child{font-size:78%;text-align: left;line-height: 120%;}
#step>ul>li h3:after{display: block;content: "";width: 100%;height: 10px;background-color: #FCDFD7;position: absolute;right: 0;bottom: 10px;z-index: -1;}
#step>ul>li h3 b{font-size: 228%;}
@media screen and (min-width:0) and (max-width:320px){
  #step>ul>li h3 span em{font-style: normal;display: inline;font-size: 68%;}
  #step>ul>li h3 b{font-size: 158%;}
  #step>ul>li h3 span:last-child{font-size:68%;}
}
#present{text-align: center;}
#present .txt{text-align: left;line-height: 150%;padding-top: 20px;}
#present .newwindow{text-decoration: underline;background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_blank.png) right center no-repeat;font-size: 16px;padding-right: 26px;color: #333;}
#present .hints{font-size: 12px;padding: 10px 0;}

#present .txt span{padding: 2px 4px; border: 1px solid #333; display: inline-block; margin: 0 4px 8px 0;}
h4.sub_ttl{text-align: center; color: #333; line-height: 1.6;}
h4.sub_ttl span{display: block; text-decoration: underline;}
h4.sub_ttl.step3{padding: 0 0 40px; margin-bottom: 0;}
.campBoxLink{display:flex;justify-content:center;}
.campBoxLink a{margin:0 6px;background:#eaeaea;border-radius:4px;padding:4px 8px;font-size:14px;color:#333;}
.campBoxLink a:last-child{position:relative;}
.campBoxLink a:last-child:after{position:absolute;content:''; background: url(https://img.travel.rakuten.co.jp/special/membership/marriott/images/icon_blank.png) no-repeat center / 20px; right: -28px; top: 0; width: 20px; height: 100%;}
#Logo.Sline{padding-bottom: 32px;}

.step_arrow{position: relative; margin-top: 64px;}
.step_arrow:before{content: '';position: absolute;top: -28px; left: 50%;width: 0;height: 0;border-right: 10px solid transparent;border-left: 10px solid transparent;border-top: 10px solid #666;transform: translateX(-50%);}
