@charset "utf-8";
/* CSS Document */
#mdWindow input[type="text"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#area{
	display:none;
}
#sub_country_area{
    display:none;
}
#sub_area{
	display:none;
}
.select_sub_title {
    text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin: 15px auto 30px;
    position: relative;
}
#mdWindow img.icon-mb {
    width: 16px;
    /* padding-top: 5px; */
    display: inline-block;
    vertical-align: -2px;
    margin-right: 5px;
}
#mdWindow .window_title {
	margin-bottom:8px;
	text-align:center;
	font-weight:bold;
}
#mdWindow .window_title span{
	font-size:0.8em;
}
#mdWindow .word_search input {
/*
  font-size: 16px;
	border:1px solid #aaa3a3;
	padding:10px 12px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:8px;
*/
/*    font-size: 16px;*/
    font-size: 15px;
    border: 1px solid #aaa3a3;
    padding: 6px 12px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
background: #fff;
        font-weight: 400;
    border-radius: 10px;
        margin: 0 auto 15px;
    display: block;
}
#mdWindow .select_areas{
/*	height:252px;*/
	overflow:auto;
    scrollbar-width: thin;
	margin-bottom:8px;
	border-bottom:1px solid #e5e4e4;
}
#mdWindow .select_areas .accordion_container {
  max-width: 100%;
  margin: 0 auto;
}
/*
#mdWindow .select_areas .accordion_title {
  background-color: #aaa3a3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 12px;
	height:30px;
	line-height: 30px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
	border-bottom:1px solid #FFF;
}
*/
#mdWindow .select_areas .accordion_title {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 12px;
	height:36px;
	line-height: 36px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
/*	border-bottom:1px solid #ccc;*/
}
#mdWindow .select_areas a.accordion_title{
    display: block;
}
#mdWindow .select_areas .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  box-sizing: border-box;
/*
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
*/
  transition-duration: 0.2s;
}
#mdWindow .select_areas .icon {
  display: block;
/*
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
*/
  transition-duration: 0.2s;
  position: relative;
    font-style: normal;
}
#mdWindow .select_areas .accordion_title.open,
#mdWindow .select_areas .accordion_title:hover{
/*	background-color:#6c6b6b;*/
background-color: #f4f4f4;
    font-weight: bold;
/*border-top: 1px solid #000;*/
}
#mdWindow .select_areas .accordion_title.open .icon_wrap {
/*
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
*/
}
#sub_country_area a.arrow.area_item {
    width: 100%;
    display: block;
    padding-right: 15px;
    position: relative;
    font-weight: 400;
    padding: 14px 20px 14px 10px;
}
#mdWindow #sub_country_area a.arrow.area_item:after,
#mdWindow .select_areas .accordion_title .icon_wrap .icon:after {
content: "";
    display: inline-block;
    vertical-align: middle;
    color: #777;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.12em solid #777;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    transform: translateY(-25%) rotate(135deg);
    right: 0px;
    top: 0px;
    z-index: 100;
}
#mdWindow #sub_country_area a.arrow.area_item:after {
    transform: translateY(-25%) rotate(45deg);
    top: 45%;
    right: 10px;
}
#mdWindow #sub_country_area a.arrow.area_item:after,
#mdWindow .select_areas a.accordion_title .icon_wrap .icon:after {
       transform: translateY(-25%) rotate(45deg); 
}
#mdWindow .select_areas .accordion_title.open 
.icon_wrap .icon::after {
 transform: translateY(-25%) rotate(315deg);
}
#mdWindow .select_areas .icon:before {
/*
    width: 2px;
    height: 14px;
    top: 0;
    left: 6px;
*/

}
/*
#mdWindow .select_areas .accordion_title.open .icon_wrap .icon:before {
  content: none;
}
*/



/*
#mdWindow .select_areas .accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/
#mdWindow .select_areas .accordion_inner {
  display: none;
  box-sizing: border-box;
}
#mdWindow .select_areas .accordion_inner ul li{
  box-sizing: border-box;
  padding: 3px 12px;
    font-size: 13px;
/*  border-bottom: 1px solid #aaa3a3;*/
  border-bottom: 1px solid #ccc;
}
#mdWindow .select_areas .accordion_inner ul li a.arrow{
  width: 100%;
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
/*  font-size: 1em;*/
font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    padding: 5px 8px 5px 30px;
}
#mdWindow .select_areas .accordion_inner ul li a.arrow:hover{
  font-weight: bold;
}

#mdWindow .select_areas .accordion_inner ul li a.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #808080;  /* thickness, color */
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mdWindow .select_areas .accordion_inner ul li label{
     cursor: pointer 
}
#mdWindow .select_areas  [type="checkbox"]:checked + span, #mdWindow .select_areas  [type="checkbox"]:checked + label span.box {
  background: #fff;
  cursor: pointer
}
#mdWindow .select_areas  [type="checkbox"] + span:not(.lever), #mdWindow .select_areas  [type="checkbox"] + label span.box:not(.lever) {
  position: rlative;
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  line-height: 1.05rem;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  cursor: pointer;
margin-bottom: 5px;
    margin-top: 5px;
}
#mdWindow .select_areas  input[type="checkbox"] {
  display: none;
}
#mdWindow .select_areas  [type="checkbox"] + span:not(.lever):before, #mdWindow .select_areas  [type="checkbox"]:not(.filled-in) + span:not(.lever):after, .select_areas  [type="checkbox"] + label span.box:not(.lever):before, #mdWindow .select_areas  [type="checkbox"]:not(.filled-in) + label span.box:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 15px;
  z-index: 8;
  border-radius: 1px;
  margin-top: 3px;
}
#mdWindow .select_areas  [type="checkbox"]:checked + span:not(.lever):before, #mdWindow .select_areas  [type="checkbox"]:checked + label span.box:not(.lever):before {
/*
  top: 0px;
  left: 0.125rem;
  width: 0.1875rem;
  height: 0.5rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
*/
top: 0px;
    left: 0.125rem;
    width: 0.1875rem;
    height: 0.5rem;
    /* border-top: 2px solid transparent; */
    /* border-left: 2px solid transparent; */
    /* border-right: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    /* -webkit-transform: rotate(40deg); */
    /* transform: rotate(40deg); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    /* transform-origin: 100% 100%; */
    width: 10px;
    padding-top: 3px;
    top: -4px;
    transform: rotate(-45deg);
    left: 5px;
    border-left: 2px solid #56a8bf;
    border-bottom: 2px solid #56a8bf;
}
#mdWindow .select_areas  ul li .box,.select_areas  .box {
  position: absolute;
  top: -1px;
  left: -3px;
  background: #FFF;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #B7B7B7;
  margin-left: 5px;
}
#mdWindow .select_areas  ul li input[type="checkbox"] {
  display: none;
}
#mdWindow .select_sub_areas {
/*	max-height:252px;*/
	overflow:auto;
	margin-bottom:8px;
}
#mdWindow .select_sub_areas_title{
  background-color: #fff;
  color: #000;
    font-size: 16px;
    font-weight: 400;
/*  padding: 6px 12px;*/
    text-align: center;
  position: relative;
  z-index: +1;
  transition-duration: 0.2s;
	border-bottom:1px solid #FFF;
margin: 15px auto 30px; 
}

#mdWindow .select_sub_areas_title:before,
.select_sub_title:before{
    position: absolute;
    bottom: -15px;
    left: calc(50% - 10px);
    width: 20px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #56a8bf;
}
#mdWindow .select_sub_areas_title a{
width: 40px;
    position: absolute;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    left: 0;
  cursor: pointer;
    top: 8px;
}
#mdWindow .select_sub_areas_title a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #777;  /* thickness, color */
  border-right: 1px solid #777;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#mdWindow .select_sub_areas ul{
	border-left:1px solid #e5e4e4;
	border-top:1px solid #e5e4e4;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width:100%;
  box-sizing: border-box;
    align-items: stretch;
}
#mdWindow .select_sub_areas ul li{
	border-right:1px solid #e5e4e4;
	border-bottom:1px solid #e5e4e4;
	width:50%;
/*	display:table;*/
	display:flex;

  box-sizing: border-box;
/*        font-size: 13px;*/
        font-size: 14px;
    align-items: center;
    cursor: pointer;
}
#mdWindow .select_sub_areas ul li.all-select {
    padding: 6px 4px 6px 10px;
}
#mdWindow p.sub_area_title {
    color: #56a8bf;
    text-align: center;
    margin: 15px auto 5px;
}
#mdWindow #sub_area .select_sub_areas ul li{
	border-right:1px solid #e5e4e4;
	border-bottom:1px solid #e5e4e4;
	width:50%;
/*	display:table;*/
	display:flex;
	padding:6px 4px 6px 10px;
  box-sizing: border-box;
        font-size: 14px;
    align-items: center;
    cursor: pointer;
}
#mdWindow .select_sub_areas ul li div:nth-child(1){
/*	display:table-cell;*/
	width:1.25rem;
    margin-right: 5px;
	vertical-align:middle;
}
#mdWindow .select_sub_areas ul li div:nth-child(2){
/*	display:table-cell;*/
	line-height:1.2em;
	vertical-align:middle;
    width:100%;
}
#mdWindow #sub_country_area .select_sub_areas ul li:last-child{
    	padding:6px 4px 6px 10px;
}
#mdWindow .select_sub_areas.city ul {
            display: flex;
            flex-wrap: wrap;
            border-left: none;
            border-top: none;
            width: 100%;
            padding: 0;
            margin: 0;
        }

#mdWindow .select_sub_areas.city ul li {
            width: 50%;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            font-size: 14px;
            cursor: pointer;
            border-right: 1px solid #e5e4e4;
            border-bottom: 1px solid #e5e4e4;
        }

/*
#mdWindow .select_sub_areas.city ul li.tdleft {
            justify-content: flex-start;
        }

#mdWindow .select_sub_areas.city ul li.tdright {
            justify-content: flex-end;
        }
*/
#mdWindow #sub_area .select_sub_areas ul li:first-child{
    border-top: 1px solid #e5e4e4;
}
#mdWindow #sub_area .select_sub_areas ul li:nth-child(2){
       border-top: 1px solid #e5e4e4; 
}
#mdWindow #sub_area .select_sub_areas ul li:nth-child(even) {
/*    border-left: 1px solid #e5e4e4;*/
    border-right: 1px solid #e5e4e4;
}

#mdWindow #sub_area .select_sub_areas ul li:nth-child(odd) {
    border-left: 1px solid #e5e4e4;
        border-right: 1px solid #e5e4e4;
/*    border-right: none;*/
}
#mdWindow #sub_area .select_sub_areas ul li.sub_town_area2.tdblank.tdleft {
    border-right: 1px solid #e5e4e4;
}
#mdWindow #sub_area .select_sub_areas ul li.sub_town_area2.tdblank {
    border-right: none;
    border-bottom: none;
     border-left: none;
    border-top: none;
}
#mdWindow .select_sub_areas ul li div span{
    display: inline-block;
}
#mdWindow .select_sub_areas ul li label{
      cursor: pointer;
    font-weight: 400;
    display: block;
    padding: 6px 0;
}
#mdWindow .select_sub_areas ul li div:nth-child(1) label {
    height: 100%;
    padding: 8px 0;
}
#mdWindow .select_sub_areas  [type="checkbox"]:checked + span, #mdWindow .select_sub_areas  [type="checkbox"]:checked + label span.box {
  background: #fff;
  cursor: pointer
}
#mdWindow .select_sub_areas  [type="checkbox"] + span:not(.lever), #mdWindow .select_sub_areas  [type="checkbox"] + label span.box:not(.lever) {
  position: relative;
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  line-height: 1.05rem;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  cursor: pointer
}
#mdWindow .select_sub_areas  input[type="checkbox"] {
  display: none;
}
#mdWindow .select_sub_areas  [type="checkbox"] + span:not(.lever):before, #mdWindow .select_sub_areas  [type="checkbox"]:not(.filled-in) + span:not(.lever):after, .select_sub_areas  [type="checkbox"] + label span.box:not(.lever):before, #mdWindow .select_sub_areas  [type="checkbox"]:not(.filled-in) + label span.box:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 15px;
  z-index: 8;
  border-radius: 1px;
  margin-top: 3px;
}
#mdWindow .select_sub_areas  [type="checkbox"]:checked + span:not(.lever):before, #mdWindow .select_sub_areas  [type="checkbox"]:checked + label span.box:not(.lever):before {
    top: 0px;
    left: 0.125rem;
    width: 0.1875rem;
    height: 6px;
    /* border-top: 2px solid transparent; */
    /* border-left: 2px solid transparent; */
    /* border-right: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    /* -webkit-transform: rotate(40deg); */
    /* transform: rotate(40deg); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    /* transform-origin: 100% 100%; */
    width: 10px;
    padding-top: 3px;
    top: -4px;
    border-radius: 0;
    transform: rotate(315deg);
    left: 3px;
    border-left: 2px solid #56a8bf;
    border-bottom: 2px solid #56a8bf;
}

#mdWindow .select_sub_areas  ul li .box,.select_sub_areas  .box {
  position: absolute;
  top: 0px;
  left: -5px;
  background: #FFF;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #B7B7B7;
  margin-left: 5px;
}
#mdWindow .select_sub_areas  ul li input[type="checkbox"] {
  display: none;
}

#mdWindow .tour_arrange{
	text-align:center;
/*	background-color:#f8f8f8;*/
	padding:15px 0px;
	border-radius:5px;
        margin-top: 8px;
    border: 1px solid #ccc;
}
#mdWindow .tour_arrange p{
	font-weight:bold;
	margin-bottom:2px;
margin-top: 5px;
}
#mdWindow .tour_arrange p:nth-child(1){
	color:#000;
	font-size:0.9em;
}
#mdWindow .tour_arrange p:nth-child(2){
	color:#000000;
    font-weight: 600;
        font-size: 0.9em;
/*    font-weight: 300;*/
}
#mdWindow .tour_arrange p:nth-child(3){
/*	color:#56a8bf;*/
    font-weight: 600;
        font-size: 0.9em;
}
#mdWindow a.btn_red{
/*
	display:inline-block;
	background-color:#fb292c;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	margin:0px auto;
	padding:10px 30px;
	color:#FFF;
	text-decoration:none;
*/
display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    margin: 10px auto 0;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    border: 1px solid #ccc;
}
#mdWindow .btn_orange span{
/*	font-size:0.8em;*/
}

#mdWindow .select_conditions{
	margin-bottom:8px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
#mdWindow .search_buttons{
/*	margin-bottom:8px;*/
	text-align:center;
}
#mdWindow a.btn_orange{
	display:inline-block;
/*	background-color:#fc9836;*/
	background-color:#565656;
	border-radius:40px;
	font-weight:bold;
	font-size:16px;
	margin:0px auto 0px;
	padding:10px 30px;
	color:#FFF;
	text-decoration:none;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
/* 共通 */
#mdWindow .select_conditions label{
/*	float:left;*/
}

#mdWindow .select_conditions .visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#mdWindow .select_conditions .radio-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 25px;
  position: relative;
}

#mdWindow .select_conditions input[type=radio]:checked+.radio-text::after {
  opacity: 1;
}
/* ラジオボタン */
#mdWindow .select_conditions .radio-text::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #777;
  border-radius: 50%;
}

#mdWindow .select_conditions .radio-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #777;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  opacity: 0;
}
#mdWindow .btn_add {
    /* border: 1px solid; */
/*    text-decoration: underline;*/
    text-align: center;
margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    width: 180px;
    font-size: 16px;
margin: 20px auto;
color: #56a8bf;
}


#mdWindow .btn_add:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #777;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    transform: translateY(-25%) rotate(135deg);
    right: 5px;
    top: 5px;
}
#mdWindow .btn_add.toggle_button_close::after {
transform: translateY(-25%) rotate(315deg);
     top: 8px;
}
#mdWindow .narrow_block .wrap dl dd .check_list ul li {
    /* width: 50%; */
    display: inline-block;
    margin-right: 10px;
}
#mdWindow .narrow_block .wrap dl dd .select_grp .wave{
    width: auto;
    padding: 0 10px;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.disp_on{
	display:block !important;
}
.disp_off{
	display:none !important;
}
p.nohit-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 5px auto 10px;
    line-height: 120%;
}
p.nohit-text span:after {
/*    content: "";*/
    background: #fff7a9;
    display: inline;
    width: 100%;
    height: 6px;
    position: absolute;
    z-index: -1;
    padding-top: 5px;
    top: 13px;
    left: 0;
}
p.nohit-text span {
font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 5;
    color: #fd2400;
}

/*絞り込み部分*/
#mdWindow .narrow_block {
	width: 288px;
}
#mdWindow-wrap #mdWindow .narrow_block{
	width: 100%;
}

#mdWindow-wrap #mdWindow .narrow_block .wrap {
	background-color: #FFF;
/*
	border: 1px solid #a3a3a3;
	box-shadow: 0px 0px 8px rgba(200,200,200,0.8);
	-webkit-box-shadow: 0px 0px 8px rgba(200,200,200,0.8);
*/
/*	padding: 15px 15px 40px;*/
	padding: 15px 10px 0px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .ttl_narrow{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .ttl_narrow img{
	display: none;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
/*
	padding-left: 10px;
	border-left: 6px solid #b4b4b4;
*/
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd{
	padding-bottom: 15px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .passage{
	font-size: 12px;
/*	font-weight: bold;*/
    color: #000;
    font-weight:400;
/*	margin-left: 5px;*/
	margin-bottom: 4px;
	margin-top: 8px;
}
p.hotel_select_city {
    font-size: 12px;
    color: #8b8b8b;
    font-weight:400;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_box{
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_box:after{
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	transform: translateY(-50%) rotate(-135deg);
	pointer-events: none;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_box select{
	width: 100%;
	font-size: 13px;
	color: #282828;
	line-height: 35px;
	background-color: #FFF;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	padding-left: 10px;
	border-radius: 3px;
	cursor: pointer;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_list ul{
/*
	display:-webkit-box;
	display: flex;
	flex-wrap: wrap;
*/
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_list ul li{
/*	width: 50%;*/
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd span.star{
	font-size: 17px;
	color: #ffc106;
}
#mdWindow .select_conditions .check_box {
    display: inline-block;
}
#mdWindow-wrap #mdWindow .select_conditions .check_box input,
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box{
	line-height: 1.2;
	margin-bottom: 10px;
}
#mdWindow-wrap #mdWindow .select_conditions .check_box label,
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box label{
	font-size: 13px;
	cursor: pointer;
	position: relative;
	padding-left: 0px;
        font-weight: 400;
}
#mdWindow-wrap #mdWindow .select_conditions .check_box label{
    font-weight: 600;
}
#mdWindow-wrap #mdWindow .select_conditions .check_box input,
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box input{
	display: none;
}
#mdWindow-wrap #mdWindow .select_conditions .check_box input:checked + label::after,
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box input:checked + label::after {
	opacity: 1;
}
#mdWindow-wrap #mdWindow .select_conditions .check_box label::before,
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box label::before{
content: '';

    padding-top: 0;
    top: -1px;
    left: 0;
    background: #FFF;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    margin-right: 5px;
}
#mdWindow-wrap #mdWindow .select_conditions .check_box label::after,
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box label::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
    padding-top: 3px;
    top: 6px;
	left: 3px;
    height: 6px;
	border-left: 2px solid #56a8bf;
	border-bottom: 2px solid #56a8bf;
	transform: rotate(-45deg);
	opacity: 0;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .input_box{
	margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    border: 1px solid #a3a3a3;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd input[type="text"]{
    width: 100%;
    font-size: 13px;
    color: #000;
    line-height: 35px;
    background-color: #FFF;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding-left: 10px;
    font-weight: 400;
    border-radius: 5px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .input_box button{
    width: 35px;
    height: 35px;
    display: inline-block;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd input::placeholder{
	color: #9b9b9b;
	opacity: 1;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_grp{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_grp .select_box{
	width: 112px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_grp .wave{
	width: calc(100% - 224px);
	text-align: center;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_add{
	width: 110px;
	margin-left: auto;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_add a{
	display: block;
	font-size: 12px;
	color: #FFF;
	background: url("../img/icon_plus.png") no-repeat 5px center;
	background-size: 10px;
	background-color: #26404e;
	padding: 3px 0px 2px 23px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_narrow{
	width: 200px;
	margin: 0px auto;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_narrow button[type=button]{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url("../img/icon_grass.png") no-repeat 40px center;
	background-size: 15px auto;
/*	background-color: #000;*/
	background-color: #777777;
	border-radius: 40px;
	padding: 10px 0px 8px 5px;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_add{
	width: 110px;
	margin-left: auto;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_add a{
	display: block;
	font-size: 12px;
	color: #FFF;
	background: url("../img/icon_plus.png") no-repeat 5px center;
	background-size: 10px;
	background-color: #777777;
/*	background-color: #26404e;*/
	padding: 3px 0px 2px 23px;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_narrow button[type=button]:hover{
	opacity: 0.7;
}


/*レンジスライドカスタマイズ*/
#mdWindow .noUi-handle:before, .noUi-handle:after{
    display: none;
}
#mdWindow .noUi-horizontal {
    height: 5px;
}
#mdWindow .noUi-connect {
/*    background: #56a8bf;*/
    background: #000;
}

#mdWindow .noUi-horizontal .noUi-handle {
    border-radius: 45px;
    width: 16px;
    height: 16px;
    box-shadow: none;
    background: #fff;
    border: none;
    right: -8px;
    cursor: pointer;
    border: 1px solid #a3a3a3;
}
.noUi-base, .noUi-connects {
    z-index: 0;
}
#mdWindow .noUi-target{
    background: #f5f5f5;
    border-radius: 4px;
    border: none;
    margin-top: 8px;
    margin-bottom: 10px;
    box-shadow: none;
}
#mdWindow .range-num {
    display: flex;
        font-size: 13px;
    font-weight: 400;
margin-bottom: 25px;
}
#mdWindow .range-num input {
    border: none;
    width: 70px;
}
#mdWindow .range-num-between+.range-num-input{
    padding-left: 5px;
}
#mdWindow .range-num-input{
    display: flex;
}


/*ヒントモーダル*/
div#mdWindow-hint-wrap{
    display: none;
}
div#mdWindow-hint-wrap.mb_show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    height: 100vh;
}


div#mdWindow-hint-wrap-inner {
    position: relative;
    padding: 20px;
    background: #fff;
    width: 400px;
    /* margin: 0 auto; */
/*
    height: 50vh;
    max-height: 500px;
*/
    top: 50%;
    border-radius: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#mdWindow-hint-wrap.mb_show div#mdWindow-hint .mdClose-hintcl {
    z-index: 10005;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}
span.hintBtn {
    border-radius: 20px;
    background: #777;
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    vertical-align: top;
    /* font-family: 'Noto Sans JP'; */
}

/*PC用デザイン*/
@media screen and (min-width: 768px) {
/*モーダル*/
body.scroll_off{
/*     position: fixed;   */
    }
#mdOverlay {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mdWindow>.mdClose {
	top: 15px;
	right: 15px;
	position: absolute;
	z-index: 10001;
	cursor: pointer;
}
#mdWindow>.mdClose img{
/*    width: 2rem;*/
    width: 20px;
    height: auto;
}
#mdWindow {
  z-index: 10000;
    height: auto;
/*        max-height: 90vh;*/
/*	min-height: 610px;*/
	position: fixed;
	z-index: 10000;
	background: #fff;
	display: none;
        border: 2px solid #ddd;
	border-radius: 10px;
            top: 80px;
/*
  top: 0;
*/
  right: 0;
  left: 0;
  margin: auto;
	box-sizing:border-box;
	width:550px;
}
#mdWindow *{
	box-sizing:border-box;
}
    
#mdWindow .modal_content_inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    /* width: 480px; */
    /* margin: 20px auto; */
    padding: 20px;
}
#mdWindow .modal_content_inner .mdClose {
    top: 15px;
    right: 15px;
    position: absolute;
    z-index: 10001;
    cursor: pointer;
}
#container:has(.mb_show){
        position: relative;
    z-index: 3;
    }
body#body.scroll_off {
    z-index: 2;
/*    overflow: hidden;*/
}
div#mdWindow-wrap {
    display: none;
}
div#mdWindow-wrap.mb_show {
    width: 100%;
    display: block;
    position:fixed;
background: rgba(0, 0, 0, 0.7);
/*    background: #ccc;*/
    top: 0;
    left: 0;
        height: 100vh;
            overflow: auto;
    z-index: 100;
}
div#mdWindow-wrap-inner {
    position: relative;
    padding: 20px;
}

body#body.scroll_off #header {
/*        z-index: 1;*/
    }
div#mdWindow-wrap.mb_show #mdWindow {
        z-index: 10000;
        height: auto;
        /* max-height: 90vh; */
        /* min-height: 610px; */
        /* position: fixed; */
        z-index: 10000;
    position: relative;
        background: transparent;
        display: none;
        border: none;
        border-radius: 10px;
        top: 0px;
        /* top: 0; */
        right: 0;
        left: 0;
        margin: 20px auto;
        box-sizing: border-box;
        width: 550px;
}
#mdWindow .modal_content{
	width:520px;
	margin:20px auto;
/*        max-height: calc(85vh - 40px);*/
    height: auto;
        overflow-y: auto;
    scrollbar-width: thin;
-ms-overflow-style: none;
scrollbar-width: none;
}
.content::-webkit-scrollbar,
div#mdWindow-wrap.mb_show::-webkit-scrollbar,
#mdWindow .modal_content::-webkit-scrollbar{
  display:none;
}
#mdWindow .btn_add:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #777;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    transform: translateY(-25%) rotate(135deg);
    right: 0px;
top: -1px;
    margin-left: 10px;
    position: relative;
}
#mdWindow .btn_add.toggle_button_close::after {
transform: translateY(-25%) rotate(315deg);
     top: 2px;
}
#mdWindow .select_conditions .check_box:first-child {
    padding-right: 22px;
}
.pc-none{
    display: none;
}
}
/*SP用デザイン*/
@media screen and (max-width: 767px) {
html{
    touch-action: manipulation;
}
#mdOverlay {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 97;
	background: none;
	display: none;
}
#mdWindow {
	font-size:14px;
	box-sizing:border-box;
	width:100%;
	z-index: 1000;
	top: 0%;
	left: 0%;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	background: #fff;
	display: none;
	border-radius: 0px;
	overflow:auto;
}
    #mdWindow .modal_content {
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 50px 0.6rem 18px 0.6rem;
        box-sizing: border-box;
    }
_::-webkit-full-page-media, _:future, :root #mdWindow .modal_content {
               padding: 50px 1.0rem 7.5rem 1.0rem;
}
#mdWindow .select_areas{
	height:auto;
	max-height:none;
	overflow:none;
	margin-bottom:8px;
	border-bottom:1px solid #e5e4e4;
}
#mdWindow .select_sub_areas {
	height:auto;
	max-height:none;
	overflow:visible;
	margin-bottom:8px;
}

#mdWindow>.mdClose img {
	width: 1.5rem;
/*
  position: absolute;
  right: 1rem;
  top: 1.0rem;
  top: 8px;
  z-index: 1000;
*/
}
#mdWindow .mdClose img {
        display: block;
        width: 7.33vw;

    }
#mdWindow .mdClose,
#tour_list .mdClose {
    position: fixed;
    top: 0;
    right: 0;
    width: 1.5rem;
    width: 1.5rem;
/*    position: absolute;*/
    right: 1rem;
    /* top: 1.0rem; */
    top: 4px;
    z-index: 1000;
}
.word_search {
    border: 1px solid #aaa3a3;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
width: 95%;
        border-radius: 10px;
        margin: 0 auto;
}
#mdWindow .word_search input[type="text"] {
    font-size: 16px;
        width: 115vw;
        /* left: 5px; */
        transform: scale(0.8);
        margin-bottom: 0;
    border: none;
        padding: 7px 12px;
        transform-origin: left center;
}
#mdWindow .select_conditions{
	font-size:3.05vw;
}

#mdWindow .window_title {
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
    position: fixed;
    background: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    padding: 12px 10px;
    z-index: 100;
    border-bottom: 1px solid #ccc;
	font-size:3.67vw;
    }
#mdWindow .narrow_block .wrap dl dd .check_list ul li {
    /* width: 50%; */
    display: block;
}
    
#mdWindow-wrap #mdWindow .narrow_block .wrap{
	background-color: #FFF;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0 0 4vw;
}

#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .input_box {
        margin-bottom: 0;
    }
#mdWindow-wrap #mdWindow .narrow_block .wrap{
      padding: 0 0 0;  
    }
#mdWindow-wrap #mdWindow .narrow_block .wrap .ttl_narrow{
	font-size: 3.67vw;
	text-align: center;
	margin-bottom: 5vw;
	padding-bottom: 1vw;
	padding-left: 0;
	border-bottom: 1px solid #ccc;
/*	position: relative;*/
position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
        padding: 10px;
}
a#close_button {
    width: 7.33vw;
    display: inline-block;
    float: right;
    margin-top: 4px;
    position: relative;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .ttl_narrow img{
	display: block;
	width: 7.33vw;
	position: absolute;
	top: 2vw;
	right: 3vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mdWindow-wrap #mdWindow .narrow_block dl{
	padding: 0 3.2vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dt{
	font-size: 3.73vw;
        color: #000;
        margin-bottom: 1vw;
        padding-left: 0;
        padding-bottom: 0.5vw;
}
#mdWindow-wrap #mdWindow .noUi-target{
    margin: 2vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd{
	padding-bottom: 4vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .passage{
	font-size: 3.2vw;
	margin-left: 0;
	margin-bottom: 2vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_box{
	margin-bottom: 3vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_box:after{
	top: 50%;
	right: 3vw;
	width: 1.8vw;
	height: 1.8vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_box select{
	font-size: 3.73vw;
	line-height: 10.4vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd span.star{
	font-size: 5vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box{
	margin-bottom: 4vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box label{
	font-size: 3.6vw;
/*	padding-left: 7.8vw;*/
	padding-left: 0vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box label::before{
/*
	width: 5vw;
	padding-top: 5vw;
*/
/*
width: 22px;
        padding-top: 20px;
*/
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .check_box label::after{
	position: absolute;
/*
	width: 1.8vw;
	height: 1.8vw;
	top: calc(50% - 2.4vw);
	right: 2.67vw;
*/
        width: 10px;
height: 6px;
        top: 8px;
        border-radius: 0;
        transform: rotate(315deg);
        left: 3px;
        border-left: 2px solid #56a8bf;
        border-bottom: 2px solid #56a8bf;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .input_box{
	margin-bottom: 3vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd input[type="text"]{
	font-size: 16px;
	line-height: 10.4vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_grp .select_box{
	width: 44%;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .select_grp .wave{
	width: calc(100% - 88%);
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .double{
	display:-webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .double .line_one{
	width: 50%;
	padding-right: 1vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap dl dd .double .line_two{
	width: 50%;
	padding-left: 1vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_add{
	width: 33vw;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_add a{
	font-size: 3.47vw;
	background-position: 2vw center;
	background-size: 3vw auto;
	padding: 1vw 0 1vw 8vw;

}
#mdWindow-wrap #mdWindow .narrow_block{
        height:100svh;
        padding: 0px 0px 50px !important;
    }

_::-webkit-full-page-media, _:future, :root #mdWindow-wrap #mdWindow .narrow_block{
        padding: 0px 0px 100px !important;
}
#mdWindow-wrap #mdWindow .add_box .narrow_block{
        height:auto;
        padding: 0px 0px 0px !important;
    }
    _::-webkit-full-page-media, _:future, :root #mdWindow-wrap #mdWindow .add_box .narrow_block{
                padding: 0px 0px 10px !important;
    }
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_narrow{
	width: 100%;
	background-color: #eae9e9;
	padding: 3vw 0;
}
#mdWindow-wrap #mdWindow div#filter_condition .bt_narrow{
    position: fixed;
    z-index: 10000;
    top: calc(100svh - 65px);
    left: 0;
}
#mdWindow-wrap #mdWindow .narrow_block .wrap .bt_narrow button[type=button]{
	width: 56vw;
	font-size: 4vw;
	background-position: 13vw center;
	background-size: 4vw auto;
	margin: 0px auto;
	padding: 3vw 0px 2vw 2vw;
}

    #mdWindow .narrow_block .wrap dl dd .check_list ul li{
        display: block;
    }
#mdWindow-wrap #mdWindow .narrow_block{
	position:static;
    height: auto;
    }
#mdWindow .btn_add {
    margin: 15px auto 25px;
}
#mdWindow .btn_add:after {
    right: -8px;
    position: relative;
    top: -1px;
}
#mdWindow .btn_add.toggle_button_close::after {
    top: 2px;
}
#mdWindow #sub_area .select_sub_areas ul li {
    /* display: table; */
    padding: 0px 4px 0px 10px;
    font-size: 13px;
}
#tour_list .narrow_block .wrap dl dd .check_box label {
    padding-left: 25px;
    }
#tour_list .narrow_block .wrap dl dd .check_box label::before {
    padding-top: 0;
    top: 2px;
        width: 18px;
        height: 18px;
    }
#mdWindow .select_conditions {
        font-size: 3.05vw;
        display: flex;
            justify-content: space-around;
    }
    #mdWindow .select_conditions .check_box{
        font-size: 0;
    }
#mdWindow-wrap #mdWindow .select_conditions .check_box label{
      font-size: 3.15vw;
        font-weight: 500;
    }
    #mdWindow-wrap #mdWindow .select_conditions .check_box label::before{
      margin-right: 3px;  
    }
#tour_list .narrow_block .wrap dl dd .check_box label::after {
        position: absolute;
        width: 12px;
        height: 4px;
        /* top: calc(50% - 1.0vw); */
        top: 32%;
        left: 3px;
    }
.sp-none{
    display: none;
}
}

/* Edge(EdgeHTML) */
@supports (-ms-ime-align: auto) {
#mdWindow .select_sub_areas  [type="checkbox"]:checked + span:not(.lever):before {
top: -6px;
left: 4px;
}
#mdWindow .select_sub_areas  [type="checkbox"]:checked + label span.box:not(.lever):before {
top: -6px;
left: 4px;
    }
}
/* Edge */
_:-ms-lang(x)::backdrop, #mdWindow .select_sub_areas [type="checkbox"]:checked + span:not(.lever):before {
top: -6px;
left: 4px;
}
_:-ms-lang(x)::backdrop, #mdWindow .select_sub_areas  [type="checkbox"]:checked + label span.box:not(.lever):before {
top: -6px;
left: 4px;  
}



#tour_list .list_block .plan ul.tab_grp > li:hover, #tour_list .list_block .plan ul.tab_grp > li.here {
    background-color: #777;
}


div#mdWindow-hint-wrap{
    display: none;
}
div#mdWindow-hint-wrap.mb_show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    height: 100vh;
}


div#mdWindow-hint-wrap-inner {
    position: relative;
    padding: 20px;
    background: #fff;
    width: 400px;
    /* margin: 0 auto; */
/*    height: 40vh;*/
/*    max-height: 500px;*/
    top: 50%;
    border-radius: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hint-detail-inner img {
    max-width: 100%;
    height: auto;
    border: 2px solid #56a8bf;
}
div#mdWindow-hint-wrap.mb_show div#mdWindow-hint .mdClose-hintcl {
    z-index: 10005;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#mdWindow #mdWindow-hint .modal_content_inner {
        padding: 0px 0 20px;
    }
span.hintBtn {
border-radius: 21px;
    background: #fff;
    border: 1px solid #56a8bf;
    display: inline-block;
    padding: 2px 2px;
    color: #56a8bf;
    font-weight: 800;
    font-size: 9px;
    vertical-align: top;
        vertical-align: 1px;
    cursor: pointer;
    /* font-family: 'Noto Sans JP'; */
}
    span.hintBtn img{
        width: 8px;
    }
#mdWindow #sub_area{
        position: relative
    }
#mdWindow .hint-link{
    text-align: right;
    margin-bottom: 10px;
    top: 25px;
    position: absolute;
    z-index: 7;
    font-size: 12px;
     cursor: pointer;
    right: 0;
        font-weight: 400;
    /* overflow: auto; */
}
.hint-detail-inner-box {
    text-align: center;
}
.hint-detail-inner p.step {
    margin-top: 15px;
    color: #56a8bf;
    margin-bottom: 5px;
}
.hint-detail-inner p.step +p{
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 150%;
}
.hint-detail-inner p.hint-arrow {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 50px;
}

.hint-detail-inner p.hint-arrow img {
    border: none;}

.ui-widget.ui-widget-content {
    padding-right: 0 !important;
}
.ui-widget-content .ui-state-active {
    background: no-repeat;
    margin: 0;
    border: none;
    background: #f0f0f0;
}
.ui-menu .ui-menu-item-wrapper{
    font-weight: 300
}
.ui-menu .ui-menu-item-wrapper:hover{
     font-weight: 500   
}

@media screen and (max-width: 750px) {
    div#mdWindow-hint-wrap-inner {
    width: calc(100% - 20px);
            top: 44svh;
            padding: 0 20px;
    }
#mdWindow #mdWindow-hint .modal_content_inner {
        padding:20px 0;
    }
.hint-detail-inner img {
    max-width: calc(100% - 10px);
    margin: 5px;
}
.hint-detail-inner p.step +p {
     font-size: 12px; 
}
.hint-detail-inner p.hint-arrow {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 50px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    z-index: 10000;
    width: 90vw ! IMPORTANT;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 6px 1em 6px .4em;
}
}



