@charset "UTF-8";
/**
  * hotel-lp.css
  * ホテル用品LP専用CSS
  * PCレイアウト用
  */
.hotellp_subtitle{
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin: 40px 0;
}

#hotellp_menu{
  width: 1020px;
  height: 454px;
  padding: 60px 90px;
  background-color: #EDEAE4;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin-top: 60px;
}

#hotellp_menu a :hover{
  opacity: 0.8;  
}

.hotellp_menu_contents_group{
  width: 1020px;
  height: 360px;
  margin-top: 50px;
}

.hotellp_menu_contents_group_contents{
  width: 300px;
  height: 360px;
  float: left;
  margin-left: 60px;
}

.hotellp_menu_contents_group_contents:first-child{
  margin-left: 0px;
}

.hotellp_menu_contents_group_contents img{
  width: 300px;
  height: 260px;
  margin-bottom: 32px;
  transition: 0.2s
}


.hotellp_menu_contents_group_contents p{
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  letter-spacing: -0.0075em;
}

.hotellp_service{
  width: 100%;
  height: 440px;
  background-color: #EDEAE4;
}

.hotellp_service-title{
  width: 100%;
  height: 62px;
  display: block;
  padding-top: 28px;
  margin-top: 120px;
}

.bg-green{
  background-color: #2D5209;
}

.bg-red{
  background-color: #AC3500;
}

.bg-brown{
  background-color: #603B3B;
}

.bg-orange{
  background-color: #FF6600;
}

.hotellp_service-title h3{
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.hotellp_list_tab__wrapper{
  margin-top: 40px;
}

.hotellp_list_tab__wrapper .product_list_tab{
  font-size: 15px;
  padding: 20px 0;
  width: 171.5px;
  margin-right: 0 !important;
  letter-spacing: 0
}

.hotellp_list_tab__wrapper .product_list_tab.is-active::after{
  width: 167.5px;
  top: initial;
  bottom: -2px;
}

.hotellp_list_tab__wrapper .product_list_tab_wider{
  width: 171.5px;
}

.hotellp_list_tab__wrapper .product_list_tab::before{
  width: 171.5px;
}

.hotellp_list_tab__wrapper .product_list_tab_wider::before{
  width: 171.5px;
}

.product_service_table{
  margin: 0 auto;
  border: none;
  background-color: #EDEAE4;
}

.product_service_table td{
  padding: 40px 40px 40px 0;
  border: none;
}

.product_service_table th{
  padding: 40px;
  border: none;
  background-color: #EDEAE4;
}

.hotellp_list_tab__wrapper .product_list_contents{
  padding: 60px 40px;
}

.hotellp_list_tab__wrapper .product_list_contents .product_list_td,
.hotellp_list_tab__wrapper .product_list_contents .product_list_th{
  border: none;
  padding: 0;
}

.hotellp_list_tab__wrapper .product_list_contents .product_list_th img{
  width: 360px;
}

.hotellp_list_tab__wrapper .product_list_contents .product_list_td{
  padding-left: 35px;
  vertical-align: top;
}

.hotellp_list_tab__wrapper .product_list_contents .product_list_td h3{
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #3C3431;
  padding-bottom: 7px;
  margin-bottom: 17px;
}

.product_service_table tr td{
  margin: 0px;
} 

.product_service_table tr td h3{
  font-size: 24px;
  font-weight: 300;
  width: 660px;
  border-bottom: 1px solid #3C3431;
  padding-bottom: 7px;
  margin-bottom: 17px;
} 

.hotellp_service_contents_textbox{
   font-size: 16px;
   line-height: 28px;
}

.hotellp_service_contents_points_group{
  width: 460px;
  height: 174px;
  margin-top: 40px;
  background-color: #FFF;
  display: inline-block;
}

.hotellp_service_contents_points_group h5{
  font-size: 20px;
  margin: 36px 0 16px 36px;
}

.hotellp_service_contents_points_group ul{
  width: 388px;
  height: 62px;
  margin: 0 36px 36px;
  display: flex;
  float: left;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

.hotellp_service_contents_points_group li:last-child{
  margin-left: 20px;
}

.hotellp_list_contents ul{
  display: flex;
  width: 720px;
}

.hotellp_list_contents li{
  list-style: none;
  margin-left: 14px;
}

.hotellp_list_contents li:first-child{
  margin-left: 0px;
}

.hotellp_list_contents_textbox{
  margin-bottom: 30px;
}

.hotellp_list_contents_points_group{
  width: 720px;
  height: 140px;
  padding: 2px 0 0 0;
  float: left;
}

.hotellp_list_contents_points{
  width: 344px;
  float: left;
}

.hotellp_list_contents_points:first-child{
  margin-right: 30px;
}

.hotellp_list_contents_points_title{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

.product_list_hotel-lp_recommends{
  margin-top: 70px;
}

.product_list_hotel-lp_recommends-title{
  border-bottom: 1px solid #3C3431;
  font-size: 24px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.product_list_hotel-lp_recommends ul{
  display: flex;
  justify-content: space-between;
  margin: 30px auto 50px;
  height: 370px;
}

.product_list_hotel-lp_recommends ul:last-child{
  margin-bottom: 120px;
}

.product_list_hotel-lp_recommends li{
  width: 260px;
}

.product_list_hotel-lp_recommends li img{
  margin-bottom: 20px;
  width: 100%;
  transition: 0.2s
}

.product_list_hotel-lp_recommends li img:hover{
  opacity: 0.8;
}

.product_list_hotel-lp_recommends li a:hover{
  text-decoration: none;
  color: #FF6600;
}

.product_list_hotel-lp_recommends_price{
  font-size: 14px;
  font-weight: 600;
}

.product_list_hotel-lp_recommends_name{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.product_list_hotel-lp_recommends_about{
  font-size: 14px;
  line-height: 22px; 
  height: 50px;
  letter-spacing: 0;
}

.hotel-lp_btn_box{
  display: flex;
  justify-content: center;
  margin-top: 66px;
}

.hotel-lp_btn_box a{
  transition: 0.2s
}

.hotel-lp_btn_box a:hover{
 text-decoration: none;
 opacity: 0.8;
}

a.hotel-lp_btn{
  display: block;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  width: 450px;
}

.hotellp_recommend-point{
  margin-top: 60px;
}

.hotellp_recommend-point_types{
  margin: 50px auto 0;
  width: 1120px;
}

.hotellp_recommend-point_types_title{
  text-align: center;
}

.hotellp_recommend-point_types_title h5{
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
  margin: 0 auto;
}

.hotellp_recommend-point_types_title h5::after{
  content: "";
  border-bottom: 12px solid #EDEAE4;
  margin: -7px auto 0;
  display: block;
}

.hotellp_recommend-point_types_title p{
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-top: 40px;
}

.hotellp_recommend-point_type{
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.hotellp_recommend-point_type:last-child{
  margin-top: 60px;
  margin-bottom: 120px;
}

.hotellp_recommend-point_type_box{
  text-align: center;
  margin-right: 40px;
  width: 300px;
}

.hotellp_recommend-point_type_box:last-child{
  margin-right: 0;
}

.hotellp_recommend-point_type_box img{
  text-align: center;
  margin-bottom: 30px;
}

.hotellp_recommend-point_type_box_name{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.hotellp_recommend-point_type_box_text{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
}

.hotellp_triangle{
  margin-top: 100px;
  width: 0px;
  height: 0px;
  border: 20px solid;
  border-color: transparent transparent transparent #2D5209;
}

.hotellp_category{
  margin: 40px auto 100px;
}

.hotellp_category_box{
  width: 1158px;
  height: 227px;
  padding-right: 40px;
  border: 1px solid #E0E0E0;
  margin-top: 40px;
}

.hotellp_category_box img{
  width: 442px;
  height: 227px;
  float: left;
  margin-right: 40px; 
}

.hotellp_category_box h5{
  font-size: 24px;
  font-weight: 300;
  margin-top: 40px
}

.hotellp_category_box p{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin: 20px 0 40px;
}

.hotellp_pallet_box{
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.hotellp_pallet_table{
  width: 100%;
  text-align: left;
  border-left: 0;
  margin: 30px 0;
}

.hotellp_pallet_table tbody{
  display: table-row-group;
  vertical-align: middle;
}

.hotellp_pallet_table tr{
    display: table-row;
    vertical-align: inherit;
}

.hotellp_pallet_table td {
    border-bottom: 0;
    border-right: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
}

.hotellp_pallet_items {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #E0E0E0;
    width: 1200px;
}

.hotellp_pallet_items li {
    width: 239px;
    height: 70px;
    line-height: 1.2;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

.hotellp_pallet_items :hover{
    background-color: #FFEF6C;
}

.hotellp_pallet_items li a {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.hotellp_pallet_items li a:hover {
    text-decoration: none;
}

.hotellp_pallet_items li a img {
    width: 56px;
    height: 56px;
    margin-left: 8px;
}

.hotellp_pallet_items li a span{
    margin: 0px 10px;
}

.hotellp_otherpage{
  display: flex;
  justify-content: space-between;
}

.hotellp_otherpage_block{
  width: 580px;
}
