/* CSS PC/SP共通レイアウト */

.modal_screen * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	word-break: break-all;
}
.modal_screen img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.modal_screen li {
	list-style-type: none;
	text-decoration: none;
}
.modal_screen a {
	text-decoration: none;
}
.modal_screen a:hover {
	opacity: 0.8;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
.modal_screen {
	background-color: #FFF;
}
.modal_display {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 690px;
	color: #0b0a0a;
	line-height: 1.6;
	background-color: #FFF;
	margin:0 auto;
	padding: 0px;
	border-radius: 15px;
	position:relative;
}
.modal_title {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #234cb4;
	margin-bottom: 20px;
	padding: 5px 15px 2px;
}
.hotelname {
	margin: 0px 10px 15px;
}
.hotelname .midashi {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 4px solid #234cb4;
}
.hotelname input[type="text"] {
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	border: none;
	background-color: #f6f6f6;
	border-radius: 8px;
	padding: 0px 15px;
	vertical-align: middle;
}
.hotelselect{
	width: 100%;
}
.hotelselect .midashi{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 10px 10px;
	padding-left: 8px;
	border-left: 4px solid #f48f19;
}
.hotelselect .area {
	margin: 0px 10px 10px;
}
.hotelselect .area .title {
	width: 140px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.hotelselect .area .select_item {
	width: 340px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.hotelselect .area .select_item:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 15px;
	border-top: 8px solid #393737;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	pointer-events: none;
}
.hotelselect .area .select_item select {
	width: 100% !important;
	font-size: 16px;
	color: #0b0a0a;
	line-height: 36px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: 1px solid #c4c1c1;
	background-color: #FFF;
	border-radius: 8px;
	padding: 0px 10px !important;
}
.sorting {
	margin-top: 10px;
}
.sorting .ttl_sorting {
	font-size: 18px;
	margin-bottom: 5px;
}
.sorting .ttl_sorting span {
	font-weight: bold;
}
.sorting ul {
	width: 100%;
}
.sorting ul li {
	width: 24%;
	float: left;
	text-align: center;
	margin-right: 1%;
}
.sorting ul li:last-child {
	margin-right: 0%;
}
.sorting ul li a {
	display: block;
	font-size: 16px;
	color: #FFF;
	background-color: #bdbbb7;
	border-radius: 8px;
	padding: 6px 0px;
    cursor: pointer;
}
.sorting ul li a.active {
	background: #ed2b38;
}
.modal_display .ttl_modal {
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #f48f19;
	padding: 5px 0px;
}
.modal_display .modal_inner {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	background: #fef7e9;
	position: relative;
}
.modal_inner table {
	width: 100%;
}
.modal_inner table tr {
	display: block;
	border-bottom: 1px solid #cbc9c9;
	/*margin: 0px 10px;*/
}
.modal_inner table tr.effect {
	border-bottom: none;
	margin: 0px;
}
.modal_inner table tr:last-child {
	border-bottom: none;
}
.modal_inner table td {
	padding: 3px 0px;
}
.modal_inner table tr.effect td {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.modal_inner table tr.effect td.ranking_color1 {
	background-color: #47a020;
}
.modal_inner table tr.effect td.ranking_color2 {
	background-color: #fd616c;
}
.modal_inner table tr.effect td span {
	color: #fbfea3;
}
.modal_inner table .item01 {
	width: 403px;
	padding-left: 10px;
	padding-right: 10px;
}
.modal_inner table .item01 label {
	display: table;
}
.modal_inner table .item01 label span {
	display: table-cell;
	/*vertical-align: middle;*/
}
.modal_inner table .item01 label span.osusume {
	width: 73px;
	padding-left: 10px;
}
.modal_inner table .item01 label span.box input[type="checkbox"] {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.modal_inner table .item01 label span.hotel_link_box {
	padding-left: 6px;
}
.modal_inner table .item01 label span.hotel_link_box a {
	font-size: 16px;
	color: #3e3939;
	text-decoration: underline !important;
    font-weight: bold;
}
.modal_inner table .item02 {
	width: 130px;
	padding-right: 5px;
}
.modal_inner table .item02 .hotel_rank {
	/*font-size: 12px;*/
	/*color: #ea750e;*/
    color: #f36902;
	font-weight: bold;
	text-align: center;
	/*background: #fdfbe5;
	border: 2px solid #f5ac2e;
	border-radius: 8px;*/
	padding: 3px 0px;
}
.modal_inner table .item02 .hotel_rank .hotel_label{
    font-size: 11px;
    font-weight: normal;
    margin-right: 3px;
}
.modal_inner table .item02 .hotel_rank .hotel_stars{
    font-size: 18px;
}
.modal_inner table .item02 .hotel_rank .hotel_stars span{
    font-size: 16px;
}
.modal_inner table .item03 {
	width: 140px;
    padding-right: 10px;
}
.modal_inner table .item03 .review {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/*background: #fdf0f6;
	border: 2px solid #ef173b;
	border-radius: 8px;*/
	padding: 3px 0px;
}
.modal_inner table .item03 .review a{
    color: #ef173b;
}
.modal_inner table .item03 .review span.number {
	color: #3d3a3a;
	font-weight: normal;
	margin-left: 2px;
    font-size: 11px;
}
.modal_inner table .item03 .review .review_label{
    font-size: 11px;
    font-weight: normal;
    margin-right: 3px;
}
.modal_inner table .item03 .review .review_stars{
    font-size: 18px;
}
.modal_inner table .item03 .review .review_stars span{
    font-size: 16px;
}
.modal_display .modal_bottom {
	width:100%;
	overflow:hidden;
	padding-top: 15px;
}
.modal_display .modal_bottom_inner {
	width:330px;
	margin:0 auto;
}
.modal_display .modal_bottom .clear_btn {
	width: 100px;
	float: left;
	}
.modal_display .modal_bottom .shitei_btn {
	width: 219px;
	float: right;
	}
p.close_btn {
	position: absolute;
	right: 17px;
    top: 10px;
}

.box {
}
.box input[type=radio] {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #FFF;
	border: 2px solid #888;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
}
.box input[type=radio]:checked {
	background-color: #FFF;
	border: 3px solid #d52955;
}
.box input[type=radio]:checked:after {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	content: "";
	width: 10px;
	height: 10px;
	background: #d52955;
	border-radius: 50%;
}
.box input[type=radio]::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	border: 2px solid #c4c1c1;
	content: '';
	z-index: -1;
	border-radius: 10px;
}
.box input[type=radio]:checked::before {
	background-color: #fbeaed;
	border: 2px solid #d52955;
}
.box input[type=radio]:checked+label {
/*テキストカラー変える場合
	color: #FFF;
*/
}
.box span {
}
/*紹介文追加*/
.modal_inner table .item01 .catchcopy{
    font-size: 12px;
    width: 365px;
    color: #3e3939;
}
/* PCレイアウト */
@media (min-width: 640px) {
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
.pc_none {
	display: none !important;
}
body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
}

/* スマホレイアウト */
@media (max-width: 639px) {
body {
    margin: 0;
    padding: 0;
}
form{
    margin-top: 65px !important;
}
.modal_screen {
	min-width: inherit;
	padding-bottom: 2vw;
    overflow: scroll;
}
.modal_display {
	width: 100%;
	padding: 0;
}
.modal_title_box{
    bottom: 0;
    position: fixed;
    left: 0;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 60px;
}
.modal_title {
	font-size: 4.53vw;
	font-weight: normal;
	margin-bottom: 2.67vw;
	padding: 3vw;
}
.hotelname {
	margin: 0px 2.67vw 4vw;
}
.hotelname .midashi {
	font-size: 4vw;
	margin-bottom: 2vw;
	padding-left: 2vw;
}
.hotelname input[type="text"] {
	font-size: 3.73vw;
	line-height: 10.67vw;
	padding: 0px 3vw;
}
.hotelselect{
	width: 100%;
}
.hotelselect .midashi{
	font-size: 4vw;
	margin: 0px 2.67vw 2vw;
	padding-left: 2vw;
}
.hotelselect .area {
	margin: 0px 2.67vw 2vw;
}
.hotelselect .area .title {
	width: 100%;
	font-size: 4vw;
	display: block;
}
.hotelselect .area .select_item {
	width: 100%;
	display: block;
	margin-bottom: 3vw;
}
.hotelselect .area .select_item:after {
	right: 3vw;
	top: 4.6vw;
}
.hotelselect .area .select_item select {
	font-size: 4vw;
	line-height: 10.67vw;
	padding: 0px 3vw !important;
}
.sorting {
	margin-top: 3vw;
}
.sorting .ttl_sorting {
	font-size: 3.8vw;
	margin-bottom: 1vw;
}
.sorting ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.sorting ul li:last-child {
	margin-right: 0%;
}
.sorting ul li:nth-child(2n) {
	margin-right: 0%;
}
.sorting ul li a {
	display: block;
	font-size: 3.47vw;
	padding: 1.6vw 0px;
}
.modal_display .ttl_modal {
	font-size: 4.2vw;
	padding: 1vw 0px;
    /*position: fixed;*/
    width: 100%;
    height: 35px;
    z-index: 999;
}
.modal_display .modal_inner {
	/*height: auto;*/
	overflow-y: initial;
    background: #FFF;
    height: 100vw;
    /*overflow-y: scroll;*/
    padding-bottom: 90px;
    position: relative;
}
.modal_inner table{
    /*padding-top: 35px;*/
}
.modal_display .modal_inner table,
.modal_display .modal_inner tbody,
.modal_display .modal_inner tr,
.modal_display .modal_inner th,
.modal_display .modal_inner td {
	display: block;
}
.modal_inner table {
	width: 100%;
    padding-bottom: 100px;
}
.modal_inner table tr {
	margin: 0px;
	position: relative;
}
.modal_inner table td {
	padding: 0px;
}
.modal_inner table tr.effect td {
	font-size: 3.2vw;
	padding: 3px 0px 2px;
}
.modal_inner table .item01 {
	width: 100%;
        /* padding-top: 12vw; */
        padding-top: 1.5vw;
        padding-left: 3.4vw;
        padding-right: 2.67vw;
        /* padding-bottom: 4vw; */
        padding-bottom: 8vw;
}
.modal_inner table .item01 label span.osusume {
	display: table-cell;
    vertical-align: middle;
    width: 18vw;
    padding-left: 2vw;
}
.modal_inner table .item01 label span.osusume img {
	width: 100%;
}
.modal_inner table .item01 label span.box input[type="checkbox"] {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	vertical-align: top;
}
.modal_inner table .item01 label span.hotel_link_box {
	padding-left: 4vw;
}
.modal_inner table .item01 label span.hotel_link_box a {
	font-size: 4vw;
	line-height: 1.4;
}
.modal_inner table .item02 {
	/*width: 49.5%;*/
    width: auto;
	padding-left: 2.67vw;
	padding-right: 1%;
	position: absolute;
	/*top: 3vw;*/
        left: 0px;
        bottom: 2vw;
        text-align: left;
}
.modal_inner table .item02 .hotel_rank {
	font-size: 3.2vw;
	padding: 1px 0px 0px;
    /*border: 1px solid #f5ac2e;
    border-radius: 5px;*/
}
.modal_inner table .item02 .hotel_rank .hotel_label{
    font-size: 2.8vw;
}
.modal_inner table .item02 .hotel_rank .hotel_stars{
    font-size: 4vw;
}
.modal_inner table .item02 .hotel_rank .hotel_stars span{
    font-size: 3.5vw;
}
.modal_inner table .item03 {
	/*width: auto;*/
	padding-right: 2.67vw;
	position: absolute;
	/*top: 3vw;*/
    /*top: 1vw;*/
	/*right: 0px;*/
    bottom: 2vw;
    left: 29vw;
}
.modal_inner table .item03 .review {
	font-size: 3.2vw;
	padding: 1px 0px 0px;
    /*border: 1px solid #ef173b;
    border-radius: 5px;*/
}
.modal_inner table .item03 .review .review_label{
    font-size: 2.8vw;
}
.modal_inner table .item03 .review .review_stars{
    font-size: 4vw;
}
.modal_inner table .item03 .review .review_stars span{
    font-size: 3.5vw;
}
.modal_display .modal_bottom {
	box-shadow: 0em -0.5em 0.8em -0.5em rgb(0 0 0 / 19%);
    bottom: 0;
    position: fixed;
    left: 0;
    z-index: 1000;
    padding: 10px;
    background: #FFF;
    width: 100%;
    position: -webkit-fixed;
}
.modal_display .modal_bottom_inner {
	width: 100%;
}
.modal_display .modal_bottom .clear_btn {
	width: 28%;
}
.modal_display .modal_bottom .clear_btn img {
	width: 100%;
}
.modal_display .modal_bottom .shitei_btn {
	width: 63%;
}
.modal_display .modal_bottom .shitei_btn img {
	width: 100%;
}
p.close_btn {
	position: fixed;
	right: 6vw;
	top: 4vw;
    z-index: 1001;
    position: -webkit-fixed;
}
/*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
.sp_none {
	display: none !important;
}
/*body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}*/

/*紹介文追加*/
.modal_inner table .item01 .catchcopy{
    font-size: 3vw;
    width: 98%;
}
.modal_inner table .item03 .review span.number{
    font-size: 2.8vw;
}

}



/*@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}*/

@supports (-webkit-touch-callout: none) {
/*html,body,iframe{
    height: -webkit-fill-available !important;
}*/
.modal_display .modal_inner{
    height: auto;
	overflow-y: visible;
}
.modal_display .ttl_modal{
    position: inherit;
}
.modal_inner table{
    padding-top: 0px;
}
}
@media screen and (min-width:640px) and (max-width:1024px) {
@supports (-webkit-touch-callout: none) {
.modal_display .modal_inner{
    height: 250px;
	overflow-y: scroll;
}
.modal_display .ttl_modal{
    position: inherit;
}
.modal_inner table{
    padding-top: 0px;
}
}
}
@media screen and (max-width: 412px) {
.modal_inner table {
    padding-bottom: 260px;
}
}