
/*越後中里　私の家 中屋 CSS*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/


* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #222222;	
	background: #ffffff;
	background-image: url("../images/bg_white.jpg");
	background-size: auto;
	background-attachment: fixed;
}

p {margin: 0 0 20px 0;	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #ccc1bd;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: red;	
	opacity: 0.9 ;
}

a:red {
	color: red;	
}

a.white {
	color:white;
}

a.blue {
	color:#36C;
}

a.aliceblue {
	color:aliceblue;
}

a.lightblue {
	color:lightblue;
}

a.lightskyblue {
	color:lightskyblue;
}

a.gold {
	color:gold;
}

a.logo {
	color:white;
	text-decoration:none;
}

.red {
	color: red;
}


h1, h2, h3, h4, h5, h6{	
	margin: 0 0 10px 0;	
	color: #000000;
}

h2.english{
	font-size: 1em;
	text-align: center;
	line-height: 0.5em;
	color: #888;
}


h3.english{
	color: white;
	font-size: 1em;
	text-align: center;
	line-height: 0.1em;
}

h1.center {text-align: center; 
	
}

h2.center {
	text-align: center;
	line-height: 0.8em;
}

h3.center {text-align: center; 
}

h4.center {text-align: center; 
}


.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid ;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}


.space {
		padding: 30px 30px;
}

.copyright {
	text-align:center;
}

.center {
	text-align:center;
}

.menu {
	color:#FFF;
	background:#888;
	background-size:cover;
	height:60px;
	padding-top:20px;
	padding-bottom:10px;
	overflow:visible;
}

.btn {
    display: inline-block;
    padding: 0.8em 6em;
    text-decoration: none;
    color: #222;
    border: solid 1px #222;
    border-radius: 1px;
    transition: .4s;
}

.btn:hover {
    background: royalblue;
    color: white;
}

.description {
	font-size:0.3em;
	color:white;
	text-align:inherit;
	text-decoration:none;
	margin-left:15px;
	vertical-align:middle;
}

.description-tel {
	font-size:0.5em;
	color:white;
	text-align:inherit;
	text-decoration:none;
	margin-left:15px;
	vertical-align:middle;
}

table tr th,
table tr td {
    padding: 10px 10px;
    border: 1px solid #BBB;
    vertical-align: middle;
	background:rgba(255,255,255,0.5)
}

/*////////////////////////////////////////////////////////////////////////
//  スライダー
///////////////////////////////////////////////////////////////////////*/

    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
	  /* top:20px; あまり空けるのはおすすめしない */
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	

	
/*////////////////////////////////////////////////////////////////////////
//  TOPへ戻る
///////////////////////////////////////////////////////////////////////*/
	
	
#pageTop {

  position: fixed;
  bottom: 45px;
  right: 10px;
}

 
/*
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
*/
 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {	
	position: relative;
	padding: 0 !important;
}

#header.header-wrapper {
	background: url(../images/nakazato.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}


#header.header-wrapper-room {
	background: url(../../room/images/honkan_wa_01.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}


#header.header-wrapper-dining {
	background: url(../../dining/images/restaurant.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}


#header.header-wrapper-hotspring {
	background: url(../../hotspring/images/daiyokujyou.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}


#header.header-wrapper-facility {
	background: url(../../facility/images/honkan_lobby.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}


#header.header-wrapper-charge {
	background: url(../../charge/images/logo.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}

#header.header-wrapper-access {
	background: url(../../access/images/access.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}


#header.header-wrapper-kome {
	background: url(../../kome/images/kome.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 60vmin;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}




@media screen and (max-width: 767px) and (orientation: landscape) {
    #header.header-wrapper {
		height: auto;
		min-height: 100vh;
		padding: 0px; 
	} 
}

#header.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

#header .top {
	position:relative;
	top:0;
	width: 100%;
	padding: 5px;　/* ここで調整*/
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}

/*
#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 5px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}
*/

#header .top.solid {
	background-image: url("../images/bg-blue.jpg");
	background-size: cover;
/* background: #7da8d8;　/* ヘッダー色*/
    padding-top: 5px;
    padding-bottom: 0px;
}

#header .top h1{
	margin-bottom: 10;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

/*
#header .logo  {
	background-image: url(../images/logo_01.png);
	background-repeat: no-repeat;
	padding:0 0 0 0;
}
*/

#header .toggleDrawer{
	color: white;
}	

#header .slogan{
	font-size: 2.4em;
	margin-bottom: 15px;
	line-height: 1em;
	color: white;
}

#header .secondary-slogan{
	font-size: 1.6em;
	color: rgba(255,255,255,.9);
	line-height: 1em;
}

#header .bottom {
    bottom: 10%;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#header .bottom a img {
    width: 50px;
}
#header .bottom a {
    opacity: 0.7;
}
#header .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/


#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -180px;
	/* background-image: url("../images/wood.jpg");
	background-repeat: no-repeat; */
	background: #355399; 
    width: 180px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;
}

#drawer-right h3{color: white;
}

#drawer-right .nav-pills>li>a {
	font-size: 18px;
	border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
	color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.waku{
	max-width:980px;
	margin:0 auto;
}

.content-block{
	background:no-repeat center center;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 40px 0 0 0;　/* ここで間隔調整！ */
}


/*
.content-block{
	background:no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 40px 0 0 0;　/* ここで間隔調整！
}
*/

.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 20px;　/* ここで間隔調整！ */
}

#services {
	background-image: url(../images/parallax_01.jpg);
	color: white;
}
#parallax {
	background-image: url(../images/parallax_02.jpg);
	color: white;
}
#contact {
	background-image: url(../images/parallax_03.jpg);
	color: white;
	background-color: #405162;
}

#dining {
	background-image: url(../../dining/images/parallax.jpg);
	color: white;
}


#parallax h1{
	margin-bottom: 60px;
	color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.recent-work:before {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
	background: rgba(0, 0, 0, 0.5);
    background-size: 120%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}




/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}
#testimonials .testimonial > img {
    border-radius: 50%;
    margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{color: white}

.form-control-white {
    background: transparent;
    color: white;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ 
	/* background-image: url("../images/bg-blue.jpg");*/
background-size: cover;
background: #11275b; 
color: white;
height: 100px;
}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
	#header .slogan {
		font-size: 2.0em; 
	} 

	#header .secondary-slogan {
		font-size: 1.0em;
	}

	#header .bottom {
		bottom: 13%;
	}

	.blog-post {
		margin-bottom: 60px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: cover;
	}
}


/*////////////////////////////////////////////////////////////////////////
//  ★ Googleマップ
///////////////////////////////////////////////////////////////////////*/

.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付ける */
    height: 100%;    /* 必要であれば!importantを付ける */
}
