.goTop__img--pc{
  display: block;
}
.goTop__img--sp{
  display: none;
}

.pc-none{
  display:none;
}
.sp-none{
  display: inline;
}

#header_pc .header__button-area {
  display: none;
}

/*===================================
h1変換
===================================*/
.detail_container p.heading-title-h1 {
  margin-bottom: 2rem;
  }
  .detail_container p.heading-title-h1 .wrapper {
  padding: .8rem 15px .8rem 56px;
  font-size: 120%;
  background-size: auto 23px;
  }
  .detail_container p.heading-title-h1.photo .wrapper,
  .detail_container p.heading-title-h1.review .wrapper {
  background-size: auto 20px;
  }

.step_title p.heading-title-h1 {
  margin-bottom: 1rem;
  color:#EB7D00;
  font-size: 160%;
  text-align: left;
  }
  .step_title p.heading-title-h1 span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  font-size: 80%;
  }
  .step_title p.heading-title-h1 span strong {
  font-weight: 400;
  font-size: 160%;
  }
.box_input p.heading-title-h1 {
  padding-left: 22px;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  background: url(https://tour.his-usa.com/rn2/images/ico_edit_b.svg) no-repeat 0 4px;
  background-size: 17px;
  color: #004098;
  font-weight: normal;
  font-size: 133%;
  text-align: left;
  border-bottom: 3px solid #004098;
  }

  .box_input.review p.heading-title-h1 {
  background: url(https://tour.his-usa.com/rn2/images/ico_entry_b.svg) no-repeat 0 4px;
  }

.cart_container p.heading-title-h1 {
  padding-left: 30px;
  background: url(https://tour.his-usa.com/rn2/images/ico_cart_b.svg) no-repeat 0 50%;
  background-size: 23px auto;
  color: #004098;
  font-weight: 600;
  font-size: 120%;
  text-align: left;
  }

  .result_cont .info_container p.heading-title-h1 {
    display: block;
    font-size: 120%;
    margin: 0 0 10px 0;
  }

/*===================================
ステップ
===================================*/
.entry_flow li p {
  font-size: 14px;
  padding: .6rem 1rem .4rem;
  text-align: center;
}
.entry_flow .icol12 {
  width: 100%;
  padding: 0;
}



/*===================================
カート
===================================*/
.cart_container {
	background: #EDF6FD;
	background-color: #FFF;
	border: 4px solid #0158b8;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px #ddd;
	letter-spacing: normal;
	padding: 30px 30px 20px;
	margin: 0;
	border-radius: 6px;
}
.cart_container ul {
  margin-top: 1rem;
}
.cart_container li p {
  display: table-cell;
  width: auto;
  padding: .5rem 1rem;
  border-left: 1px dotted #A5A7AC;
  border-bottom: 2px solid #EDF6FD;
  vertical-align: middle;
  min-width: 60px;
  max-width: 340px;
}

.btn_edit{
  display: none;
}
.btn_delete {
  padding: .5rem 1rem .5rem 2rem;
}


.cart_container .total_price {
	border-top: none;
	padding-top: 0;
	margin-top: 1rem;
}

.cart_container li.list_head p {
	padding: .5rem;
	background: #e4e5e6;
	text-align: center;
	color: #4c5059;
	font-weight: 600;
	font-size: 93.3%;
	white-space: nowrap;
	border-left-color: #FFF;
}
.cart_container li p {
	display: table-cell;
	width: auto;
	padding: .5rem 1rem;
	border-left: 1px solid #e4e5e6;
	border-bottom: 1px solid #4c5059;
	vertical-align: middle;
	min-width: 60px;
	max-width: 340px;
}
.cart_container li p:first-of-type {
	border-left: none;
	background-color: #edf6fd;
	border-bottom: 1px solid #4c5059;
}
.cart_container li.list_head p:first-of-type {
	border-left: none;
	background: #e4e5e6;
}

.total_price strong {
	font-size: 24px;
}
.cart_container p.price {
	font-size: 93.3%;
	text-align: right;
	width: 12%;
}

.entry_flow li p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
	margin-bottom: .2rem;
}

/*===================================
フォーム
===================================*/

/* .icol11#id_box_input_m {
  width: 100%;
  padding: 0;
} */
div#id_box_input_m {
	margin-top: 60px;
}
.box_input_wrap{
  border: 1px solid  #004098;
}
.box_input input.input_required[type=text], .box_input textarea.input_required {
  background: #ffffff;
  border: 1px solid #AAA;
  border-radius: 4px;
}
.btn_delete {
  background: #FFF url(https://tour.his-usa.com/rn2/images/ico_delete_g.svg) no-repeat 10px 30%;
  color: #4C5059;
  border: 1px solid #4C5059;
  padding: 5px 10px 5px 20px;
    background-size: 8px;
    background-position: 8px 7px;
    font-size: 12px;
}
.box_input dl {
  border-bottom: 1px solid #CCC;
  /* border-right: 1px solid #CCC;
  border-left: 1px solid #CCC; */
  margin: 0;
}
/* .box_input dl:nth-of-type(1) {
  border-top: 1px solid #CCC;
} */
.box_input dl:nth-last-child(1) {
  border-bottom: none;
}
.box_input dt{
  display: table-cell;
    padding: .2rem 1.5rem;
    vertical-align: middle;
    background-color: #edf6fd;
    text-align: left;
    font-size: 14px;
    border-right: none;
}
.box_input dd {
  display: table-cell;
  padding: 1rem 1.5rem;
  vertical-align: top;
}
.box_input .box_name li p {
  display: inline-block;
  width: 43%;
  margin-right: 1%;
  vertical-align: middle;
}
.required:before {
  content: "*";
  display: inline-block;
  margin: 0 .3rem;
  font-weight: 700;
  font-size: 14px;
  color: #F25749;
  line-height: 1;
}

.icol11#id_box_input_m input.btn_orange.cls_btn_comp_m {
  background: #094098;
  margin-bottom: 40px;
  padding: 1rem 3rem;
}

.box_input select.input_required {
	background: #ffffff url(https://tour.his-usa.com/rn2/images/ico_select_g.svg) no-repeat right 8px top 50%;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-size: 10px;
}

.step_title {
	text-align: left;
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
}



/*===================================
追加情報
===================================*/
.wrap_add_info {
  border: 1px solid #004098;
  padding: 0;
  text-align: left;
  margin-bottom: 2rem;
}
.wrap_add_info_heading {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 0;
}
.wrap_add_info_heading_title{
  width: 200px;
  height: 80px;
  padding: 10px;
  margin-right: 10px;
  background-color: #edf6fd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.wrap_add_info_heading_title span{
  width: 100%;
  padding: 5% 0;
  text-align: center;
}
.wrap_add_info_heading_title_number{
  /* font-weight: bold; */
  color: #222;
  font-size: 14px;
}

.open_detail.pb-2 {
  padding: .5rem 1rem;
  border-top: 1px solid  #004098;
}

/* .wrap_add_info_heading_body{
  padding: 1rem;
}
.wrap_add_info_heading_body span{
  margin-left: 1rem;
} */
.wrap_add_info .box_input.desired, .wrap_add_info .box_input.other_input {
	margin: 1rem 0;
}
.wrap_add_info .box_input.other_input {
	margin: 1rem 0;
}

.wrap_add_info .box_input dl {
	border-bottom: none;
	border-right: none;
	border-left: none;
	/* border: 1px solid #EEE; */
	margin: 0 0 0.5rem;
	background-color: #FFF;
}
.wrap_add_info .box_input.other_input dt {
  border-bottom: none;
  padding: .6rem 1rem;
}
.wrap_add_info .box_input.other_input dd
{
  padding: .6rem 1rem;
}




.wrap_add_info .box_input.desired dl {
	display: inline-block;
	width: 32.9%;
	margin: 0;
	vertical-align: top;
  background-color: #FFF;
}
.wrap_add_info .box_input.desired dt, .wrap_add_info .box_input.other_input dt {
  width: 100%;
  border-right: none;
  border-bottom: none;
  text-align: left;
}

/*===================================
確認画面
===================================*/
.confirm-wrap{

}
.confirm-wrap .box_input h1 {
	padding-left: 0;
	background: none;
}
.confirm-wrap .box_input .box_name {
	display: table;
	width: auto;
}
.confirm-wrap .box_input .box_name li p {
  display: inline-block;
  width: 25%;
  margin-right: 1%;
  vertical-align: middle;
}
.confirm-wrap .required:before{
  display: none;
}

.confirm-wrap .open_detail.pb-2 {
	display: block!important;
}

.confirm-wrap .cart_container{
  margin: 3rem 0;
}




/*=============================================
20201201調整
=============================================*/
.cart_container li p {
  white-space: normal;
}

/* .slider-wrap {
  display: none;
}
ul.thumb-item-nav {
	display: none;
} */


.box_input select.input_required {
  width: 100px;
}
.box_input .box_name li p {
  width: auto;
}
.box_input .box_name input[name=daihyo_age].input_required {
  width: 100px;
}
.box_input dt {
  width: 25%;
}

.step_title p.heading-title-h1 {
  margin-right: 1rem;
}

.wrap_add_info_heading_title {
  width: 20%;
  max-width: 200px;
}
.wrap_add_info_heading_body {
  width: 80%;
}

.wrap_add_info .btn_open_detail {
  z-index: 1;
}

.icol5.mb-3 .btn_reserve.active {
  margin-bottom: .5rem;
}



/*=============================================
20201208調整
=============================================*/
.thumb-item li.slick-slide {
  height: auto;
  max-height: 139px;
  margin-bottom: 2px;
  overflow: hidden;
}
.thumb-item-nav li.slick-slide {
  max-height: 46px;
  overflow: hidden;
}
