@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */
*{
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 0;
	list-style: none;
}
h1,h2,h3,h4,h5{
	line-height: 1.5;
}

body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	background: url(../img/parts/background.png) center center repeat;
}

th,td,dd,dt,li,p,a {
	color: #111;
	line-height: 1.8;
	padding: 0;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
	line-height: 0;
}

a:link,
a:visited {
	color: #111;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	border-collapse: collapse; 
	/*border-spacing:3px;*/
	word-break: break-all;
	color: #111;
}

th {
	padding: 6px 2%;
}

td {
	width: auto;
	padding: 6px 2%;
}

ul {
	color: #111;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs {
	max-width: 700px;
	margin: 30px auto;
	padding: 0;
}

div[data-role=navbar] ul li {
	overflow: hidden;
}




/* =========================
	logo
========================= */

h1 {
	margin: 0;
	padding: 15px 10%;
	background-size: cover;
	background-position: center top;
	line-height: 0;
	text-align: center;
}

h1 img {
	max-width: 490px;
}


/* =========================
	slider
========================= */

.slider_box {
	max-width: 800px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* =========================
	g_menu
========================= */
.g_menu ul:after{
	content: ' ';
	display: block;
	clear: both;
}
.g_menu{
	background: url(../img/all/header-back.png);
}
.g_menu ul{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.g_menu ul li{
	width: 50%;
	float: left;
	text-align: center;
}
.g_menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 0;
}
.g_menu ul li a img{
	line-height: 0;
}



/* =========================
	menu
========================= */

.menu {
	margin: 0;
	padding-top: 3px;
	background-position: left top;
}
/*
#spa_movie .menu,
#top_movie .menu,*/
#menu .menu,
#index .menu{
	background: rgba(0,0,0,0.9);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.9)), color-stop(60%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 60%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 60%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 60%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 60%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.menu ul {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.menu ul li {
	border-bottom: 1px solid rgba(000,000,000,0.1);
	line-height: 0;
	list-style: none;
}

.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 16px 5px;
	background: url(../img/all/i_arrow.png) no-repeat 95% 50%;
	background-size: auto 14px;
	text-decoration: none;
	height: 100%;
	width: 100%;
	line-height: 0;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	margin: 0 auto;
	padding: 0 2% 30px;
	text-align: center;
	max-width: 700px;
}

.footer_menu .bn img {
	margin-top: 5px;
	width: 100%;
}
.footer_menu a{
	display: table;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.f_sub_nav:after{
	content: ' ';
	display: block;
	clear: both;
}
.f_sub_nav{
	display: table;
	margin:0 auto 15px;
	width: auto;
}
.f_sub_nav a{
	font-weight: normal;
	font-size: 9px;
	word-break: normal;
}
.f_sub_nav td{
	padding: 0;
}
.f_sub_nav td + td{
	padding-left: 5%;
	min-width: 10rem;
}


@media screen and (min-width:480px) {
	.footer_menu .plan img{
		max-width: 480px;
	}
	.f_sub_nav a {
    font-size: .8rem;
	}
	.f_sub_nav td + td{
		min-width: 16rem;
		width: 16rem;
	}
}


/* =========================
	f_menu
========================= */

.f_menu {
	margin: 0;
    border-bottom: 1px solid #444;
    background: rgba(000,000,000,.5);
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}



.f_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	padding:0;
	line-height: 0;
	text-align: center;
	list-style: none;
}
.f_menu li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	padding: 5px 0;
}

/* =========================
	footer
========================= */

.footer {
	margin: 0;
	padding: 0;
	background:url(../img/parts/footer-back.jpg); 
	background-size: cover;
}

.footer_inner {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.footer_inner img {
	/*width: 70%;*/
	max-width: 280px;
}

.footer_inner p {
	color: #fff;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	margin: 10px 0 0;
	padding: 5px 0;
	background: #000;
	font-size: 11px;
	text-align: center;
}

.copyright p {
	margin: 0;
	color: #fff;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}
.contents.full {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}


/*------------------ movie ------------------*/

.movie_contents {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
}

.movie_contents p,
.movie_contents h2 {
	margin: 0 0 20px;
	text-align: center;
	color: #111;
}

.movie_contents span {
	display: inline-block;
}

.movie_contents strong {
	display: inline-block;
	margin: 0 10px;
}

.movie {
	padding: 0;
}

.movie_box {
	margin: 10px 0 30px;
}


/* =========================
	add
========================= */

/*------------------ float ------------------*/

.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.clear {
	clear: both;
}
hr.clear {
	border: none;
	clear: both;
}
.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}


/*------------------ margin ------------------*/

.m0 {	margin: 0;}
.mt5 {	margin-top: 5px;}
.mt10 {	margin-top: 10px;}
.mt15 {	margin-top: 15px;}
.mt20 {	margin-top: 20px;}
.mt25 {	margin-top: 25px;}
.mt30 {	margin-top: 30px;}
.mt35 {	margin-top: 35px;}
.mt40 {	margin-top: 40px;}
.mt45 {	margin-top: 45px;}
.mt50 {	margin-top: 50px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}

.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt100{padding-top: 100px;}

.w_30{width: 30%;}
.w_40{width: 40%;}
.w_45{width: 45%;}
.w_48{width: 48%;}
.w_50{width: 50%;}
.w_60{width: 60%;}
.w_70{width: 70%;}
.w_100{width: 100%;}

.over300 img{
	width: 100%;
}
@media screen and (min-width:480px) {
	.over300 img{
		width: auto;
	}

}
/*------------------ line_height ------------------*/

.line_height {
	line-height: 0;
	text-align: center;
}


/*rooms_slide*/
.rooms_slide{
	position: relative;
}
.rooms_slide p {
    position: absolute;
    z-index: 100;
    bottom: 0;
	left:0;
    width: 100%;
    height: 35px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    /*opacity: 0;*/
	padding:5px 5px 5px 20px;
	color:#fff;
	box-sizing:border-box;
	display:flex;
}
.rooms_slide p > span{
	text-align: left;
	font-size:14px;
	width:250px;
	line-height:1.7em;
}
.rooms_slide p > span:after{
	/*width:100%;
	height:1.7em;
	top:0;
	left:0;*/
}
.rooms_slide p.type1 > span:after{
	content:"4.5畳トイレ無し";
}
.rooms_slide p.type2 > span:after{
	content:"6畳トイレ無し";
}
.rooms_slide p.type3 > span:after{
	content:"6畳トイレ付";
}
.rooms_slide p.type4 > span:after{
	content:"8畳トイレ付";
}
.rooms_slide p.type5 > span:after{
	content:"10畳トイレ無し";
}
.rooms_slide p.type6 > span:after{
	content:"アメニティー";
}
.rooms_slide + #thumbnail01 a > span{
	display:none;
}
#sotoyu.type50,#setubi.type50{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sotoyu.type50{
	flex-direction: row-reverse;
}
#sotoyu.type50:after,#setubi.type50:after{
	display:none;
}
#thumbnail03{
	width:100%;
	max-width:700px;
	margin:5px auto 0;
	height:auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing:border-box;
	gap:1%;
}
#thumbnail03 > a{
	display:block;
	box-sizing:border-box;
	width:24%;
	height:auto;
}
#thumbnail03:after,#thumbnail03:before{
	content:"";
	display:block;
	width:24%;
	height:0;
}
#thumbnail03:before{
	order:20;
}
@media only screen and (min-width:480px){
#thumbnail03{
	justify-content: flex-start;
}
	#thumbnail03 > a{
	width:15.8%;
}
	#thumbnail03:after,#thumbnail03:before{
	display:none;
	/*width:15%;
	height:0;*/
}
	/*#thumbnail03 > a:before{
	order:20;
}*/
}

.order0{
	order:0;
}
.order1{
	order:1;
}
.order2{
	order:2;
}
.order3{
	order:3;
}
.order4{
	order:4;
}
.order5{
	order:5;
}
.order6{
	order:6;
}
.order7{
	order:7;
}
.order8{
	order:8;
}
/*=================================================

		ふんわり　枠

 ==================================================*/

.kakomi {
 margin: 2em auto;
 padding: 1em;
 width: 80%;
 color: #000866; /* 文字色 */
 text-align: center;
 font-weight: bold;
 background-color: #FFF799;/* 背景色 */
 box-shadow: 0 0 2px 2px #FFF799; /* 影 */
}
