@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    width: 100%;
	min-width: 1280px;
}

body {
    color: #362e2b;
    font-family:  "FP-ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",游明朝,YuMincho,HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}
body a {
	color: #362e2b;
	text-decoration: none;	
	outline: none;
}
body a:hover {
	color: #c85179;
	text-decoration: underline;
}

img {
    border: medium none;
    outline: medium none;
    vertical-align: top;
}

ol, ul {
    list-style: outside none none;
}

caption, th {
    text-align: left;
}

.clear {
    clear: both;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

.strong {
    font-weight: bold;
}

.text_r {
    text-align: right;
}

.center {
    text-align: center;
}

.indent_2em {
	padding: 2em;
}

.bold{
    font-weight: bold;
    color:#2b201c;
}

/*----透過----*/
#g_nav a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#index .animated {
    opacity: 1;
}

.animated {
    opacity: 0;
}

/*----------intro----------*/

.intro {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}
.intro_bg {
    background-size: cover;
    overflow: hidden;
    z-index: 10;
}

.info_text {
    display: table;
    text-align: center;
    margin: -117px 0 0 -244px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
}




/*------ヘッダー-------*/
header {
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 2px 1px 2px rgba(0,0,0,.4);
    z-index: 1;
}

header .hd_inner {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

header .hd_cont {
    width: 1000px;
    height: 110px;
    margin: 0 auto;
    position: relative;
    top: 0;
}

header .hd_cont p {
    float: left;
}

h1 {
    float: left;
    margin: 0;
}
.sub_nav {
    float: right;
}
.sub_nav li {
    float: left;
}

.tel {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*----------topナビゲーション----------*/
nav {
	background: linear-gradient(360deg, rgba(0,0,0,.9), rgba(0,0,0,.0));
    width: 100%;
    height: 98px;
    margin: 0 auto;
    z-index: 999;
    position: absolute;
    bottom: 0;
}
nav #g_nav {
    display: table;
	height: 98px;
	margin: 0 auto;
}
nav li {
	float: left;
	font-size: 0;
	height: 98px;
}
nav li a {
	display: inline-block;
	height: 98px;
	transition: opacity 0.3s ease-out 0s;
}

#index nav{
    min-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
#index .hd_cont.index{
    position: absolute;
    top: 0;
    right: 30px;
}
#index .hd_cont.index .tel{
    top:40px;
}

#index .hd_cont.index .bn_mokumoku{
    right: 290px;
    position: absolute;
    top: 40px;
}
#index .hd_cont.index .bn_mokumoku img{
    height: 64px;
    width: auto;
}

#index .intro{
    background: rgba(000,000,000,0.7);
}

#index .intro .video-js{
    width: 100%;
    height: auto;
}

@media screen and (min-width:768px) and ( max-width:1280px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

    #index .intro_bg video{
        position: relative;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }
    #index .intro .video-js{
    width: auto;
    height: 100%;
    }

}



/*------動画------*/
#movie_wrap {
    width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#movie {
    width: 100%;
	max-height: 614px;
	overflow: hidden;
	margin: 0;
	padding-bottom: 31.9%;
	position: relative;
	top: 0;
	z-index: 0;
    background: url(../../movie/movie.jpg)repeat-x;
    background-size: contain;
}

.cuisine #movie {
    background: url(../../movie/movie2.jpg)repeat-x;
    background-size: contain;
}

#index .video-js , .cuisine .video-js {
    position: absolute;
}

#index .video-js .vjs-tech , .cuisine .video-js .vjs-tech {
    height: auto;
}

.top_img {
    width: 100%;
    height: auto;
	min-height: 409px;
	overflow: hidden;
}    

#container {
	height: auto;
	overflow: hidden;
	position: relative;
}

#wrapper {
    margin: 0 auto;
    width: 1280px;
}

section {
    width:  1280px;
    margin: 0 auto 70px;
}

aside {
    background:  #432f2f;
    display: table;
}

.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

h2.title {
    text-align: center;
    margin-bottom: 30px;
}

h2 + p {
    text-align: center;
    margin-bottom: 30px;
}

h3.title {
    margin-bottom: 20px;
}

h3 + p.text {
    margin-bottom: 20px;
    margin-left: 10px;
}

h4.title {
    margin-bottom: 30px;
}

h4.title_text {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
    border-bottom: solid 1px #362e2b;
}
h4.title_text + p.text {
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

/*---------top----------*/
.top #wrapper {
    width: 100%;
}
.miryoku .box {
    background: url(../img/top/miryoku_bg.png) no-repeat center bottom;
	display: table;
	height: 529px;
	margin: 0 auto;
    position: relative;
}
.miryoku h2 {
    position: absolute;
    left: 40px;
}
.miryoku ul {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.miryoku li {
    position: absolute;
}
.miryoku li.miryoku01 {
    left: 0;
    bottom: 10px;
}
.miryoku li.miryoku02 {
    left: 335px;
    top: 20px;
}
.miryoku li.miryoku03 {
    right: 0;
    bottom: 0;
}

.welcome {
    background: url(../img/top/welcome_bg.png) repeat-x center center;
    width: 100%;
    height: 420px;
    padding-top: 50px;
}
.welcome .sub_box {
    background: rgba(255,255,255,.9);
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 30px 120px 25px;
}
.welcome .sub_box p.text{
    font-size: 16px;
    line-height: 1.5em;
}

.kensaku {
    display: table;
}
.kensaku .box {
    display: table;
    border: solid 5px rgba(165,143,134,.3);
}
.kensaku .sub_box {
    display: table-cell;
    padding: 20px 20px 15px;
    vertical-align: middle;
}
.kensaku .title_box {
    background: rgba(165,143,134,.3);
    width: 20%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 3px;
}
.kensaku .title_box h3 > span {
    font-size: 12px;
}
.kensaku .search_box {
    width: 80%;
}
/* body > form */
.kensaku .search_box form,
.kensaku .search_box form table{
	margin-bottom:0;
}
.kensaku .search_box table td {
	border: medium none;
	color: #362e2b;
	font-size: 12px;
	padding: 0.5em;
	vertical-align: middle;
	white-space: nowrap;
}
.kensaku .search_box table td p{
	margin-bottom:0;
}
.kensaku .search_box table td input{
	line-height:1;
}

.kensaku .search_box table td .li01::before {
    content: "宿泊日/Check-in";
	padding-right:5px;
}
.kensaku .search_box table td .li04::before {
    content: "ご予算/Price";
	padding-right:5px;
}
.kensaku .search_box table td .li03::before {
    content: "1室人数/Guests";
	padding-right:5px;
}
.kensaku .search_box table td .li05::before {
    content: "部屋タイプ/Room-type";
	padding-right:5px;
}
.kensaku .search_box table td input[type="image"] {
    background: #c85179;
    color: #fff;
	padding: 8px 20px;
}

.infomation .sub_box {
    width: 260px;
    float: left;
}
.infomation .sub_box .news_feed p {
    background: url(../img/top/mark.gif) no-repeat 2px 26px;;
    border-bottom: 1px dotted #59493f;
    font-size: 13px;
    margin: 0 5px 2px;
    padding-bottom: 2px;
    padding-left: 25px;
}
.infomation .sub_box .news_feed p>span {
    font-size: 12px;
}

/*.infomation aside {
    float: right;
    margin-left: 30px;
}*/
.infomation aside {
    margin: 0 auto;
}

.col {
    margin-bottom: 0;
}
.col #carousel {
    margin: 20px auto 20px;
    overflow: hidden;
    width: 1280px;
}
.col #carousel .carousel_line {
    width: 4000px;
}
.col #carousel .carousel_line li {
    background: #432f2f;
    float: left;
    margin-right: 5px;
}
 
/*---------裏磐梯の四季----------*/
.ura-bandai .top_slider {
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 32%;
    overflow: hidden;
    z-index: 10;
}
.ura-bandai #wrapper {
    width: 100%;
}
.ura-bandai .text_box {
    width: 510px;
    padding: 20px 20px 5px;
}  
.ura-bandai .text_box2 {
    background: rgba(165,143,134,.1);
    display: table;
    padding: 10px 40px;
    position: absolute;
    bottom: 0;
    left: 140px;
}    
.ura-bandai .ph img {
    border: 1px solid #362e2b;
}
  
.ura-bandai .odd {
    background: rgba(54,46,43,.8);
    color: #fff;
}
.ura-bandai .even {
    float: right;
    background: rgba(255,255,255,.8);
    border: #362e2b solid 1px;
}

.ura-bandai .cont01 .box {
    height: 783px;
    position: relative;
}
.ura-bandai .cont01 .text_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.ura-bandai .cont01 .ura_movie {
    float: right;
    margin-top: 70px;
    width: 650px;
    height: 430px;
}
.ura-bandai .cont01 .subtitle01-01 {
    float: right;
    margin-top: 370px;
    margin-right: 10px;
}
.ura-bandai .cont01 .subtitle01-02 {
    float: left;
    margin-top: -84px;
    margin-left: 350px;
}
.ura-bandai .cont01 .subtitle01-03 {
    float: right;
    margin-top: -84px;
    margin-right: 0px;
}

.ura-bandai .cont02 .box {
    position: relative;
}
.ura-bandai .cont02 .text_box {
    position: absolute;
    right: 0;
    top: 55px;
}
.ura-bandai .cont03 .box {
    background: url(../img/ura-bandai/sub_title03_bg.png) no-repeat center bottom;
    height: 490px;
}
.ura-bandai .cont03 .text_box span a {
    color: #f8b551;
    font-size: 16px;
    font-weight: bold;
    margin-left: 1em;
}
.ura-bandai .cont04 .box {
    background: url(../img/ura-bandai/sub_title04_bg.png) no-repeat center top;
    height: 829px;
    position: relative;
    padding-bottom: 15px;
}
.ura-bandai .cont04 ul li:before {
    display: inline-block;
    content: url(../img/ura-bandai/poti3.png);
    vertical-align: middle;
    margin-right: 10px;
}
.ura-bandai .cont05 .box {
    background: url(../img/ura-bandai/sub_title05_bg.png) no-repeat center bottom;
    height: 552px;
}
.ura-bandai .cont06 .box {
    background: url(../img/ura-bandai/sub_title06_bg.png) no-repeat center bottom;
    height: 540px;
}
.ura-bandai .cont07 .box {
    background: url(../img/ura-bandai/sub_title07_bg.png) no-repeat center bottom;
    height: 524px;
}

.bird {
    background: url(../img/bg.jpg) repeat 0 0;
    padding: 35px 0 30px;
}

.link ul {
    float: left;
    margin-left: 150px;
    font-size: 16px;
}
.link ul:first-child {
    margin-left: 30px;
}
.link ul li:before {
    display: inline-block;
    content: url(../img/ura-bandai/poti.png);
    vertical-align: middle;
    margin-right: 10px;
}

.collection {
    background: url(../img/bg.jpg) repeat 0 0;
    padding: 30px 0;
    width: 100%;
}
.collection .box {
    background: url(../img/ura-bandai/photo_bg.png) no-repeat center center;
}
.collection .wi-container li img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.collection .attention {
    font-weight: bold;
}

/*---------お料理----------*/
.cuisine .ph img {
    border: 1px solid #362e2b;
}
.cuisine .text_box {
    width: 510px;
    padding: 20px 20px 5px;
}    
.cuisine .text_box2 {
    width: 400px;
    padding: 20px 20px 5px;
}    
.cuisine .odd {
    background: rgba(54,46,43,.8);
    color: #fff;
}
.cuisine .even {
    float: right;
    background: rgba(255,255,255,.8);
    border: #362e2b solid 1px;
}

.cuisine .cont01 .box {
    background: url(../img/cuisine/sub_title01_bg.png) no-repeat center bottom;
    height: 586px;
}
.cuisine .cont02 .box {
    background: url(../img/cuisine/sub_title02_bg.png) no-repeat left bottom;
    height: 426px;
}
.cuisine .cont02 .text_box {
    margin-top: 50px;
}
.cuisine .cont03 .box {
    background: url(../img/cuisine/sub_title03_bg.png) no-repeat center bottom;
    height: 548px;
}

.touban .box {
    position: relative;
    padding-bottom: 20px;
}
.touban dl dd:last-child {
    float: right;
}
.touban .morning {
    margin-top: 50px;
    margin-left: 20px;
}
.touban .text_box2 {
    float: right;
    margin-top: -30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.dinner ul {
    width: 1000px;
    height: 476px;
}
.dinner ul li {
    background: #000;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
.dinner ul li:nth-child(1)  , .dinner ul li:nth-child(7) {
    margin-left: 0;
}
.dinner ul li:nth-child(7)  , .dinner ul li:nth-child(8)  , .dinner ul li:nth-child(9){
    margin-top: -8px;
}
.dinner ul li:nth-child(9){
    margin-top: -32px;
}


/*---------館内----------*/
.facilities .ph img {
    border: 1px solid #362e2b;
}
.facilities .text_box {
    width: 510px;
    padding: 20px 20px 5px;
}    
.facilities .odd {
    background: rgba(54,46,43,.8);
    color: #fff;
}
.facilities .even {
    float: right;
    background: rgba(255,255,255,.8);
    border: #362e2b solid 1px;
}

.facilities .cont01 .box{
    position: relative;
}    
.facilities .cont01 .text_box2 {
    background: url(../img/facilities/mark2.gif) no-repeat 30px 30px , url(../img/facilities/mark2.gif) no-repeat 395px 160px  rgba(54,46,43,.8) ;
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    padding: 80px 0;
    z-index: 999;
}    
.facilities .cont01 .text_box3 {
    background: url(../img/facilities/mark.gif) no-repeat 30px 30px , url(../img/facilities/mark.gif) no-repeat 365px 160px  rgba(255,255,255,.8) ;
    position: absolute;
    bottom: 130px;
    right: 0;
    width: 410px;
    padding: 80px 0;
}    
.facilities .cont01 .text_box2 .text ,  .facilities .text_box3 .text {
    display: table;
    margin: 0 auto;
}    
.facilities .cont01 .room_movie {
    float: right;
    margin-top: 70px;
    width: 650px;
    height: 430px;
}
.facilities .cont01 .room01 {
    float: right;
    margin-top: 350px;
    margin-right: 10px;
}
.facilities .cont01 .room02 {
    clear: both;
    padding-top: 30px;
}

.facilities .cont02 .box {
    background: url(../img/facilities/facilities_bg.png) no-repeat center center;
    height: 701px;
    position: relative;
}
.facilities .cont02 .even {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bath .bath01 {
    float: left;
}
.bath .bath_movie {
    float: left;
    margin-top: 50px;
    margin-left: 30px;
}

/*---------ご予約・プラン----------*/
.price table {
    width: 100%;
	border-collapse: collapse;
}
.price table th , .price table td{
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #362e2b;
	width: 15%;
	vertical-align: middle;
}
.price table th {
    background: rgba(54,46,43,.8);
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.price .attention {
    margin-top: 10px;
    line-height: 1.8em;
}
.price table td{
	letter-spacing: 0.08em;
}

.contact .box {
    position: relative;
    padding-bottom: 40px;
}    
.contact .text_box {
    display: table;
    padding: 10px 40px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}    
.contact .odd {
    background: rgba(54,46,43,.8);
    color: #fff;
}
.contact .text_box p {
    margin-top: 20px;
}
.contact .text_box p span {
    display: table;
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 3px;
}

.price aside {
    margin: 30px auto 0;
}
    
/*---------アクセス----------*/
.accessmap {
    background: none;
    padding-top: 0px;
}
.accessmap .map {
    background-color: #362e2b;
    border: #362e2b 1px solid;
    display: table;
    float: left;
}
.accessmap p {
    float: left;
    margin-left: 30px;
    margin-top: 3px;
}

.root {
    margin-bottom: 20px;
}
        
.car .sub_box , .train .sub_box {
    margin-top: 30px;
}

.car p.title , .train p.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bus .box {
    position: relative;
}
.bus .text_box {
    width: 510px;
    padding: 20px 20px 5px;
    background: rgba(255,255,255,.8);
    border: #362e2b solid 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.bus .text_box span {
    font-size: 18px;
    font-weight: bold;
    color: #8d292e;
}
.bus .ph {
    float: right;
    margin-top: 20px;
} 

/*---------フッター----------*/
footer {
    background: url(../img/bg.png)  repeat left top;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    /*height: 330px;*/
}
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 330px;
    z-index: 999;
}

#footer_inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}
#footer_inner a {
    color: #fff;
} 
#footer_inner a:hover {
    color: #f8b551;
    text-decoration: none;
} 
#footer_inner #menu {
}
#footer_inner #menu p {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 2.5em;
}
#footer_inner .info {
    display: table;
    margin: 0 auto;
}   
#footer_inner .logo {
    margin-top: 25px;
}
#footer_inner .add {
    line-height: 2.3em;
}
#footer_inner .add span {
    font-size: 16px;
    font-weight: bold;
}
#footer_inner .yado {
    font-size: 12px;
    margin-top: 20px;
}
#footer_inner .yado img {
    margin-right: 5px;
    vertical-align: middle;
}
#footer_inner .yado a {
    text-decoration: underline;    
}
#footer_inner .yado a:hover {
    text-decoration: none;
}

#copyright {
    font-size: 12px;
    margin-left: 10px;
    padding-bottom: 5px;
}
