@charset "UTF-8";
	
/*
	
theme Name: 近又旅館
	
Author: QuickNetwork
	
Description: original theme
	
version： 2.0.0
	
*/


/* CSS Document */

html{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
img{vertical-align:bottom;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

html {
	font-family:  "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	cursor: auto;
	color: #333;	
	letter-spacing: 0;
	word-spacing: 0.1em;
	overflow: hidden;
	overflow-y: scroll;
}
body {
	font-size: 16px;
	font-size: 1.6rem;  
	/* sets the default sizing to make sure nothing is actually 10px */
	background:#000;
	line-height: 1.5;
}

a { color: #333;}
a:hover { color:#e50012;}
img {max-width: 100% !important; height: auto !important;}

.shw,.shw2 {display: block;}
.hyd,.hyd2 {display: none;}

.bt2 img {opacity: 1; filter: alpha(opacity=100);}
.bt2 a:hover img {opacity: 0.6; filter: alpha(opacity=60);}

.fL {float: left;}
.fR {float: right;}

/*---------------------------------- cleaarfix 
*/
.clear {clear: both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* --------------------------------- layout 
*/

html,body  {
  height: 100%;
}


.wrap {
	min-height: 100vh;
	height: 100%;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
	flex-direction: column;

}

.mov {
 	-webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
	/*background:#ccc  url(../img/slide1.jpg) center center no-repeat;*/
	background-position: center center;
	background-size: cover;
	position: relative;
}
.mov p {padding: 10px;}

/* anime */
.cp1 {display: table; text-align:center; width: 100%; height: calc(100vh - 200px); /*border: 1px solid #f00;*/}


.cp1 p{
	display: table-cell; vertical-align: middle; 
}

.top-content {
	margin-top:20px;
  	width: 100%;
	position: relative;
	
}

.top-content div {display: inline-block; vertical-align: top;}

.top-logo {width:24%; padding-top:20px;}
.top-bnr {width:24%;}
.top-menu {width: 48%; /*border:1px solid #f00;*/ background: url(../img/bg.jpg) center right no-repeat; border-left: 1px solid #666;}
.top-info { position: absolute; bottom:0; right: 0; width: 76%; border-top:1px solid #666; }

.top-info-ul {width:100%;}
.top-info-ul li {display: inline-block; vertical-align: top; padding-bottom: 10px;}
.top-info-ul li:nth-child(1){width:30%;}
.top-info-ul li:nth-child(2){border-left:1px solid #666; border-right:1px solid #666; width:35%; text-align: center;}
.top-info-ul li:nth-child(3){text-align: right; width: 33%;}
.top-info-ul address {font-size: 0.9rem !important; line-height: 1; letter-spacing: normal;}

.top-nav {text-align: right;}
.top-nav li {
float:right;
	width: 10%;
}
.top-nav li:first-child {
	border-left: 1px solid #666;
	width:11%;
	margin-left: 3%;
}

/* 背景可変 */
img.bgmaximage{
  position:fixed !important;
}

#sp-head {display:none;}

@media screen and (min-width:1400px){
	#maincontent {
  position: absolute;
  top: 55px;
  left: 17%;
	right:17%;
  	z-index: 50;
	width: 960px;
		
	margin: 0 auto;
}
	
}

#maincontent {
  position: absolute;
  top: 55px;
  left: 79px;
  z-index: 50;
  width: 960px;
}

#side {
	width:267px;
	float:left;
}
#main {
	width:693px;
	float:right;
}
#footer {
	clear:both;
	width:960px;
	height:100px;
	text-align:right;
	color:#fff;
}

/* main */
.main-head {
	width:100%;
	background:url(../img/bg-wh_01.png) top center no-repeat;
	/*text-align:center;*/
	padding:15px 59px 0px;
	box-sizing: border-box;
	position: relative;
	}
.main-head-tt {
	position: absolute;
	top:0;
	right:73px;
}

.main-body {
	width:100%;
	min-height:730px;
	background:url(../img/bg-wh_02.png) top center repeat-y;
	color:#505050; line-height:1.5;
	text-align:center;	
}

.main-end {
	width:100%;
	height:27px;
	background:url(../img/bg-wh_03.png) top center no-repeat;	
}
.main-box {
	background:url(../img/gr_bg.jpg); 
	width:82.9725829%/*575px*/; 
	margin:0 auto 3em;
	box-sizing: border-box;
	padding: 8%/*50px*/;
}

.p-top {width:82.9725829%/*575px*/;  text-align:right; margin:0 auto;}

/* footer */
.footFixBnr {display: none;}
address { padding-top:10px; color:#ddd !important; padding-right:7px; }

/* stay */
.stay-box {width:576px; margin:0 auto; text-align: left;}
.kei-ccc {border-bottom:1px solid #ccc;}
.pdb15 {padding-bottom;15px;}
.pdb35 {padding-bottom: 35px;}
.pra-tab th,.pra-tab td{ border:1px solid #ccc; padding:3px 10px;}
.pra-tab td {text-align:right;}

.ph-row-2 {letter-spacing: -.4em; }
.ph-row-2 li:first-child {display: inline-block; width:48.62%; letter-spacing: normal; margin-right: 1.38%;}
.ph-row-2 li:last-child {display: inline-block; width:48.62%; letter-spacing: normal; margin-left: 1.38%;}

/* season */
.cou-tab td {padding:5px; font-size:1.4rem;}
.gry {background:#e7e7e9;}
.br-t {border-top:1px solid #ccc;}
.br-r {border-right:1px solid #ccc;}
.em2 {padding-left:2em !important;}
.em1 {padding-left:1em !important;}

/* access */

.acc-tab td {padding:10px; text-align:left; border-bottom:1px solid #ccc; vertical-align:top;}
.acc-tab td a { color:#666;}

/* company */
.com-tab th { width:140px; padding:10px;  border-bottom:1px solid #ccc; vertical-align:top;  color:#666; line-height:1.5;}
.com-tab td {padding:10px;  border-bottom:1px solid #ccc; vertical-align:top; color:#666; line-height:1.5;}
.com-tab td a { color:#666;}

/* --------------------------------- テキスト 
*/
.minc { color:#666; font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif; }
.tt {font-weight: bold;}

/* font-size */
.t10 {font-size: 1.0rem;}
.t11 {font-size: 1.1rem;}
.t12 {font-size: 1.2rem;}
.t13 {font-size: 1.3rem;}
.t14 {font-size: 1.4rem;}
.t15 {font-size: 1.5rem;}
.t16 {font-size: 1.6rem;}
.t18 {font-size: 1.8rem;}
.t20 {font-size: 2.0rem;}
.t21 {font-size: 2.1rem;}
.t22 {font-size: 2.2rem;}
.t23 {font-size: 2.3rem;}
.t24 {font-size: 2.4rem;}
.t25 {font-size: 2.5rem;}
.t26 {font-size: 2.6rem;}
.t28 {font-size: 2.8rem;}
.t30 {font-size: 3.0rem;}
.t32 {font-size: 3.2rem;}
.t35 {font-size: 3.5rem;}
.t40 {font-size: 4.0rem;}
.t45 {font-size: 4.5rem;}

.pd50 {padding: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;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.mb1em {margin-bottom:1em;}
.mr5 {margin-top:5px; margin-right:5px;}
.mr15 {margin-right:15px;}
.mlr5 {margin-right:5px; margin-left:5px;}
.mlr15 {margin-right:15px; margin-left:15px;}

.txt {text-align:left; line-height:1.9;}

.aC {text-align:center !important;}
.aL {text-align:left !important;}
.aR {text-align:right !important;}

.bt2 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.bt2 img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.red {color:#f00;}
.max-img img {max-width: 100%; height: auto;}

.h4-t{
font-size:1.8rem;
font-weight:bold;
text-align:left;
margin-bottom:10px;
}





@media screen and (max-width:1039px){
	#maincontent{  left: 39px;}	
}

@media screen and (max-width:800px){
.top-bnr { width:25%;}
	.top-bnr img {max-width:50% !important;}
	.top-info-ul li:nth-child(1){width:38%;}
	.top-info-ul li:nth-child(2){width:38%;}
	.top-info-ul li:nth-child(3){text-align: right; width: 20%;}
	
	/* anime */
.cp1 p img{ width: 50px; }

	
}

@media screen and (max-width:768px){
	
.shw,.shw2 {display: none;}
.hyd,.hyd2 {display: block;}	
	
	/* top */
	.top-content div {display: block; vertical-align: top;}

	.top-logo { display:none !important; }
	.top-bnr { width:30%; float: left; margin-left:2%;}
	.top-menu {  width: 64%; float:right; /*border:1px solid #f00;*/ margin-bottom: 150px;}
	.top-info {width: 100%; bottom:55px;}


.top-info-ul {width:100%;}
.top-info-ul li {display: block; vertical-align: top; padding-bottom: 10px;}
.top-info-ul li:nth-child(1){width:100%; text-align: center;}
.top-info-ul li:nth-child(2){ display: none; border-left:1px solid #666; border-right:1px solid #666; width:40%; text-align: center;}
.top-info-ul li:nth-child(3){text-align: center; width: 100%;}
.top-info-ul address {font-size: 1.0rem !important; line-height: 0;}	
	

	.top-nav {text-align: center; width:90%; margin: 0 auto;}

	
	#sp-head {
		display: block; 
		padding: 10px ; 
		position: relative; 
		-moz-transition: all 1.3s;
 		 -o-transition: all 1.3s;
  		-webkit-transition: all 1.3s;
  		transition: all 1.3s;
		width: 100%;
	}
	.scrolled {
	background: rgba(0, 0, 0, 0.8);
	
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1;}
	
	
	#maincontent {
  	position: absolute;
  	top: 0px;
  	left: 0;
  	z-index: 50;
  	width: 100%;		
	}
	#side{ display:none; float:none;}
	#main {
	width:100%;
	float:none;
	}
	#footer {
	clear:both;
	width:100%;
	height:100px;
	text-align:center;
	color:#fff;
	}	
	
	/* main */
	.main-head {
	width:100%;
	background:url(../img/bg-wh_01.png) top center no-repeat;
	/*text-align:center;*/
	padding:15px 10%;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	}
	.main-head-tt {
	position: absolute;
	top:0;
	right:7%;
	}	
	.main-head-400 {width:200px; }
	
	.main-box {
	background:url(../img/gr_bg.jpg); 
	width:75%/*575px*/; 
	margin:0 auto 3em;
	box-sizing: border-box;
	padding: 5%/*50px*/;
	}	
	
	/* nav */
	
	.nav{
		display:none;
		position: fixed;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(0,0,0,0.9);
		left: 0;	
		z-index:60;
	}	
	
	.sp-nav{
		display: block;
		width: 90%;
		height: 300px;
		position: absolute;
		top: 80px;
		right: 0px;
		left: 0px;
		margin: auto;
	}
	.sp-nav li{
		float:right;
		width: 20%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.sp-nav li:nth-child(6){
		/*margin-right: 20%;*/
	}

	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 15px;
		right:5%;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		/*background: #000;*/
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			/*background: #000;*/
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}	

	/* footer banner */
.footFixBnr {
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  bottom: 0px;
  background-color: #000;
  width: 100%;
  left: 0px;
  position: fixed;
  right: 0px;
  display: block;
  padding: 0px;
}

ul.fixBnr {
}

.fixBnr li {
	width: 50%;
	float: left;
	text-align: center;
	list-style-type: none;
}

.fixBnr li a {
	color: white;
	border-top: #666 solid 1px;
	line-height: 50px;
	height: 50px;
	display: block;
	font-size: 90%;
}

.fixBnr li a:first-child {
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
	border-left: #666 solid 1px;
}
.fixBnr li a:last-child {
	border-bottom: #666 solid 1px;
}


.fixBnr li a.tel:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f095";
}

.fixBnr li a.fairRes:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "\f073";
}
	
	/* stay */
	.stay-box { width:75%;}
	
	/* meal */
	.meal-tab td:nth-child(1) {display: inline-block; width: 50%;}
	.meal-tab td:nth-child(2) {display: inline-block;}
	.meal-tab td:nth-child(3) {display: block;}
	
}

@media screen and (max-width:600px){
		.main-head {
	width:100%;
	background:url(../img/bg-wh_01.png) top center no-repeat;
	/*text-align:center;*/
	padding:15px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	}
	/* stay */
	.stay-box { width:90%;}
	
		/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 15px;
		right:6%;
		z-index: 100;
	}
	
}

@media screen and (max-width:480px){
	
		/* anime */
	.cp1 {display: table; text-align:center; width: 100%; height: auto; /*border: 1px solid #f00;*/}
.cp1 p img{ width: 14%; }
	
	.top-bnr { display: none !important; width:40%; float: left; margin-left:2%;}
	.top-menu {  width: 100%; float:none; /*border:1px solid #f00;*/  margin-left: auto; margin-right: auto; margin-bottom: 130px; border-left: 0px solid #666;}
	
	.top-nav li:first-child {
	border-left: 1px solid #666;
	width:15%;
	margin-left: 3%;
	}
	
	#footer {height:110px;}
	
	
	/* main */

	.main-box {
	background:url(../img/gr_bg.jpg); 
	width:90%/*575px*/; 
	margin:0 auto 3em;
	box-sizing: border-box;
	padding: 5%/*50px*/;
	}	
	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 15px;
		right:13%;
		z-index: 100;
	}
	

.ph-row-2.col li:first-child {display: block; width:100%; letter-spacing: normal; margin-right: 0%; margin-bottom: 10px;}
.ph-row-2.col li:last-child {display: block; width:100%; letter-spacing: normal; margin-left: 0%;}	
	.ph-row-2 p.aR {text-align: left !important;}
	
	/* company */
.com-tab th { width:80px; padding:10px;  border-bottom:1px solid #ccc; vertical-align:top;  color:#666; line-height:1.5;}
}
