@charset "utf-8";
/* CSS Document */
html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #fff;;
}
{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #282828;
	line-height: 1.5;
	background-color: #fff;
}
.is-show {
	display:block !important;
}
body.no-scroll{
	overflow: hidden;
}

.overlay{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.8);
	position:fixed;
	z-index:10000;
	display:none;;
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	word-break: break-all;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
ul,li,ol{
	list-style-type: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
img {
	border:0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
a {
	text-decoration: none;
}
a.anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
@media screen and (min-width: 800px) {
.pc-none{
    display: none;
}
}
/*SP用デザイン*/
@media screen and (max-width: 800px) {
.sp-none{
    display: none;
}

/*パンくず*/
/*
.breadcrumbs{
    padding: 0.8rem;
}
.breadcrumbs ol {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
*/
}
.choose {
  width: 100%;
  background-color: transparent;
  margin-bottom: 20px;
  padding: 20px;
/*
  box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(200,200,200,0.2);
*/
  position: absolute;
  z-index: 100;
  top: 24vh;
}
.choose .ttl_tour {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 13px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    max-width: 1000px;
    margin: 0 auto 13px;
    /* margin: 0 10vw 15px; */
}
.choose ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 0 10vw; */
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.choose ul li {
	width: 22%;
	padding: 0px 6px;
	position: relative;
}
.choose .add_box ul:last-child li {
    width: 50%;
}
.choose ul li.calender {
    width: 15%;
}
.choose ul li.calender .input_box:after {
	content: none;
	border-top: none;
	border-left: none;
}
.choose ul li.calender .icon_calender {
	position: absolute;
	top: 26px;
	left: 105px;
	width: 18px;
}
.choose ul li.days {
	width: 12%;
}
.choose ul li:last-child {
    width: 22%;
}
.choose ul li .koumoku {
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 18px;
	z-index: 100;
}
.choose ul li .select_box {
	position: relative;
}
.choose ul li .select_box:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	transform: translateY(-50%) rotate(-135deg);
	pointer-events: none;
        display: none;
}
.choose ul li .select_box select {
	width: 100%;
	font-size: 15px;
	color: #282828;
	line-height: 30px;
	background-color: #FFF;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	padding: 20px 0px 0px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.choose ul li .input_box {
	position: relative;
}
.choose ul li .input_box:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	transform: translateY(-50%) rotate(135deg);
	pointer-events: none;
    display: none;
}
.choose ul li .add_box .input_box:after {
    display: none;
}
.choose ul li input[type="text"] {
	width: 100%;
	font-size: 15px;
	color: #282828;
	line-height: 30px;
	background-color: #FFF;
	-webkit-appearance: none;
	appearance: none;
/*	border: 1px solid #a3a3a3;*/
	border: none;
	padding: 20px 0px 0px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.choose ul li input::placeholder {
	color: #ccc;
	opacity: 1;
}
.choose .bt_search {
	width: 100%;
}
.choose .bt_search button[type=button] {
    display: block;
    width: 210px;
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    background: url(../img/new_icon-sch-w.svg) no-repeat 4vw center;
    background-color: #fe7d00;
    border-radius: 32px;
    padding-left: 0.5vw;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    background-size: 19px;
    margin: 15px auto 50px;
}

.choose ul li.bt_search {
    width: 6%;
    margin-left: 40px;
}
.choose ul li:nth-child(4n){
    border-right: none;
}
.home .choose li.bt_search button[type=button] {
    display: block;
    width: 100%;
/*    font-size: 18px;*/
    color: #FFF;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    background: none;
    border-radius: 5px;
    padding: 10px 13px 0;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
box-sizing: border-box;
    margin: 0;
}
.choose .bt_search button[type=button]:hover {
	opacity: 0.7;
}

.add_box {
    background: rgba(255, 255, 255, 0.5);
    padding: 12px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    /* text-align: left; */
}
.choose .bt_add {
    color: #fff;
    text-align: right;
    max-width: 880px;
    margin: 0 auto;
    text-decoration: underline;
    cursor: pointer;
    padding: 9px 0 0;
    font-size: 13px;
}
.choose .add_box ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
        margin-bottom: 5px;
    justify-content: flex-start;
}
.choose ul li.hotel-s {
    width: 75%;
}
.choose ul li.yosan {
    width: 15%;
}
@media screen and (max-width:800px) {
    .choose {
    top: 19vh;
    }
.choose ul li {
    width: 100%;
    padding: 0px 6px;
    position: relative;
    margin-bottom: 5px;
}
.choose ul li:last-child,
.choose ul li.hotel-s{
    width: 100%;
}
.choose ul li.calender {
    width: 60%;
}
.choose ul li.days {
    width: 40%;
}
.choose ul li.yosan {
    width: 40%;
}
.choose ul li:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    width: 98%;
    margin: 3px auto;
}
.choose ul li.calender .icon_calender {
    position: absolute;
    top: 26px;
    left: 182px;}
}