/*header*/

#NOBOMANwrapper .mv_area {
    /*border: 1px solid #CCC;*/
    width: 90%;
	max-width: 1500px;
    /* height: 735px; */
    overflow: hidden;
    margin:20px auto 50px ;
	position: relative;
	z-index: 1;
	padding-bottom: calc( 37% + 50px );
	height: 0;
}
@media only screen and (max-width: 1750px) {
	#NOBOMANwrapper .mv_area {
		padding-bottom: calc( 40% + 50px );
	}
}
#NOBOMANwrapper .mv_area iframe{
	width: 100%;
	/* height:735px; */
	/* position: relative; */
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


#NOBOMANwrapper .miryoku{
	width: 100%;
}


#NOBOMANwrapper .center_wrap{
	width: 90%;
	max-width: 1128px;
	margin: 0 auto;
}

#NOBOMANwrapper .center_wrap > img{
	margin-bottom: 100px;
	width: 100%;
}
/*-----------------
 top
------------------*/


/* plan_area */
#NOBOMANwrapper .plan_area{
	margin: 80px 0 90px;
	padding: 320px 55px 0;
	background:url(../images/plan_bg.jpg) no-repeat center top ;
}
#NOBOMANwrapper .plan_area > div{
	background:#FFF;
	padding: 50px 65px;
}

#NOBOMANwrapper .plan_area h3{
	text-align: center;
	margin-bottom: 35px;
}
#NOBOMANwrapper .plan_area ul.plan_list h4{
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	text-align: center;
}
#NOBOMANwrapper .plan_area ul.plan_list{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
}
#NOBOMANwrapper .plan_area .plan_list li dl {
	width:260px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#NOBOMANwrapper .plan_area .plan_list li dl img{
	display: block;
	margin: 0 0 20px;
	width: 100%;
}

#NOBOMANwrapper .plan_area .plan_list li a{
	display: block;
	text-decoration: none;
	color:#090909;
	font-size: 13px;
	line-height: 1.8;
	background:#FFF;
}
#NOBOMANwrapper .plan_area .plan_list li a:hover{
	opacity: 0.5;
}
#NOBOMANwrapper .plan_area .plan_list li a:hover img{
	opacity: 1;
}
#NOBOMANwrapper .plan_area .plan_list li a dl dd{
	position: relative;
	height:80px;
	padding: 0 20px 20px;
}
#NOBOMANwrapper .plan_area .plan_list li a dl dd div div{
	color:#BB3A01 ;
	font-size:13px;
	text-align: right;
	width:calc(100% - 40px);
	position: absolute;
	bottom: 15px;
	left:0;
	padding: 0 20px;
}

#NOBOMANwrapper .plan_area .plan_list li div div strong{
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 0 5px;
}
#NOBOMANwrapper .plan_area .plan_list li div div strong::first-letter{
	font-size: 13px;
}
#NOBOMANwrapper .plan_area .plan_list li div div strong > span{
	font-size: 13px;
}

#NOBOMANwrapper .plan_area > div > p{
	text-align: center;
	margin:30px 0 0;
}

#NOBOMANwrapper .flex_wrapper{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:150px;
}
#NOBOMANwrapper .bg_black{
	background-color: #000;
}
#NOBOMANwrapper .bg_brown{
	background: linear-gradient(#705f45 0%, #483e2c 100%);
}
#NOBOMANwrapper .flex_wrapper_culumn{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
#NOBOMANwrapper .reverse{
	flex-direction: row-reverse;
}
#NOBOMANwrapper .flex_wrapper div{
	height: 536px;
}
#NOBOMANwrapper .flex_wrapper div p{
	margin: 20px 30px;
	line-height: 1.5em;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight: 500;
	color: #FFF;
}
#NOBOMANwrapper .bg_plus{
	width:35px;
}



/*info_sec*/

#NOBOMANwrapper .info_sec {
	position: relative;
	margin: 0 0 100px;
}

#NOBOMANwrapper .info_sec .ph_area{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 415px;
}

#NOBOMANwrapper .info_sec .txt_area{
	position: relative;
	padding:330px 45px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

#NOBOMANwrapper .info_sec .txt_box{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255,1));
	padding: 40px 25px;
	width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}
#NOBOMANwrapper .info_sec .txt_box h3{
	margin:0 0 25px;
}
#NOBOMANwrapper .info_sec .txt_box p{
	margin:0 auto 25px;
	width: 354px;
}
#NOBOMANwrapper .info_sec .txt_box p img{
	width: 100%;
}
#NOBOMANwrapper .info_sec .txt_area .img_box{
	padding: 40px 0 0;
}



/*faci_info*/

#NOBOMANwrapper .faci_info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}

#NOBOMANwrapper .faci_info li{
	width:518px ;
}

#NOBOMANwrapper .faci_info h3{
	margin: 20px 0 20px;
}
#NOBOMANwrapper .faci_info p{
	margin: 20px 0 20px;
	width: 100%;
}
#NOBOMANwrapper .faci_info dl{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
}
#NOBOMANwrapper .faci_info dt{
	background:#DB964D ;
	padding: 10px 15px;
	line-height: 1;
	color: #FFF;
	font-size: 13px;
	width:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 0 10px;
}
#NOBOMANwrapper .faci_info dd{
	width: calc(100% - 130px);
	margin: 0 0 10px;
	padding: 5px 0 5px 20px;
	line-height: 1.5;
}
#NOBOMANwrapper div.faci > p{
	text-align: center;
	margin:50px 0 0;
}



#NOBOMANwrapper .top_information {
    border: 1px solid #f00000;
    font-weight: lighter;
    padding: 18px;
    margin: 10px;
    text-align: center;
}

#NOBOMANwrapper .top_information a {
	text-decoration: none;
}
#NOBOMANwrapper .top_information .red{
	color:#f00;
	font-weight: bold;
}

#NOBOMANwrapper .top_information .title {
    font-weight: bold;
    margin: 10px 0 10px;
	text-align: center;
}


/*オリジナルキャンペーン*/
#NOBOMANwrapper .top_information  div.original{
    border:#f00 2px solid;
    padding:10px 20px;
	width:90%;
    max-width: 550px;
	margin:10px auto;
}
#NOBOMANwrapper .top_information  div.original ul{
    margin:0 auto;
    padding-top:0;
    padding-bottom:0;
	width:450px;
}
#NOBOMANwrapper .top_information  div.original ul li{
    margin-bottom: 0;
    text-align: center;
}
#NOBOMANwrapper .top_information  div.original img{
    margin:0 auto;
    width:100%;
    max-width: 684px;
}
#NOBOMANwrapper .top_information  div.original ul li a{
    color: #f00;
    font-weight: bold;
}
#NOBOMANwrapper .top_information .sm{
    font-size: 0.78em;
}


#NOBOMANwrapper .top_information .over_line{
	border-top:1px solid #ccc;
	padding-top:20px;
	margin: 0 auto 10px;
	width: 530px;
}

#NOBOMANwrapper .top_information .details {
    text-align: left;
    margin-left: 60px;
}

#NOBOMANwrapper .top_information .details2 {
	text-align: left;
}
#NOBOMANwrapper .top_information .details3 {
    text-align: left;
}
#NOBOMANwrapper .top_information .details3 img{
    width: 100%;
    max-width: 376px;
}
#NOBOMANwrapper .top_information .details3 > ul{
    margin-left: 10px;
	width:450px;
	margin:0 auto;
}
#NOBOMANwrapper .top_information .details2 > ul{
	margin-left: 10px;
	width:450px;
	margin:0 auto;
}

#NOBOMANwrapper .top_information .details .comment {
    font-size: 0.8em !important;
    /* padding-left: 130px; */
}



#NOBOMANwrapper .top_information .details_center p.comment {
    font-size: 0.8em !important;
    display: block;
    padding-right: 20px;
    text-align: right;
}

#NOBOMANwrapper .top_information ul .deco_under{
   text-decoration: none;
   border-bottom: 1px solid #403323;
   padding-bottom: 2px;
}
#NOBOMANwrapper .top_information ul .deco_under {
    text-decoration: underline;
    border-bottom:none;
}

#NOBOMANwrapper .top_information .details_center ul {
    text-align: left;
    width: 330px;
    margin: 10px auto 16px;
}
#NOBOMANwrapper .top_information .details_center ul li {
    margin-bottom: 7px;
}

#NOBOMANwrapper .top_information .details_center ul li a{
	text-decoration:none;
}

#NOBOMANwrapper .top_information .details_center ul li.comment {
    font-size: 0.8em !important;
}

#NOBOMANwrapper .top_information .details_center p {
    font-size: 0.9em;
    line-height: 1.3em;
    letter-spacing: normal;
}

#NOBOMANwrapper .top_information .description {
    text-align: left;
    font-size: 0.8em !important;
    line-height: 1.4em !important;
    letter-spacing: normal !important;
    /* margin:0 20px; */
}
#NOBOMANwrapper .top_information .txt strong.line{
	text-decoration:underline;
}
#NOBOMANwrapper .top_information .txt ul.corona{
	width: max-content;
	line-height: 2em;
	font-size: 14.5px;
	margin: 0px auto;
	text-align: left;
}
#NOBOMANwrapper .top_information .txt ul.corona{
	padding-left: 0;
	margin-top:20px;
}
#NOBOMANwrapper .top_information .txt ul.corona li{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}
#NOBOMANwrapper .top_information .txt ul.corona li span{
    border-bottom: 1px solid #878585;
    padding-bottom: 1px;
    display: inline;
    line-height: 1.5;
}
#NOBOMANwrapper .top_information .txt ul.corona li a{
    color: #f00;
    font-weight: bold;
}
#NOBOMANwrapper .top_information .txt ul.corona .bullet01{
	padding-left:6em; 
	text-indent:-6em; 
	text-align:left;
}

#NOBOMANwrapper .top_information .txt ul.corona .bullet01 img{
	width:80%;
}
#NOBOMANwrapper .top_information .txt ul.corona .bullet01.note{
	text-align:center;
	line-height: 1em;
}

#NOBOMANwrapper .top_information .txt ul.corona .bullet01.note span{
	font-size:12px;
}


#NOBOMANwrapper .top_information .txt ul.corona .hotel_name{
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    font-size: 0.95em;
}
#NOBOMANwrapper .top_information .txt ul.corona .deco_under {
	text-decoration: none;
	/* border-bottom: 1px solid #403323; */
	padding-bottom: 1px;
	margin-bottom: 2px;
    line-height: 120%;
    display: inline;
	background: linear-gradient(transparent 95%, #000 60%);
}
#NOBOMANwrapper .top_information .txt ul.corona .comment01 {
	font-size:0.9em;
	line-height:1em;
	padding-bottom:10px;
}